@lucide/astro 1.1.0 → 1.2.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 +142 -142
- package/src/aliases/prefixed.ts +661 -659
- package/src/aliases/suffixed.ts +970 -968
- package/src/icons/index.ts +47 -46
- package/src/icons/line-style.ts +18 -0
package/src/aliases/suffixed.ts
CHANGED
|
@@ -10,14 +10,14 @@ export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
|
10
10
|
export { default as ActivityIcon } from '../icons/activity';
|
|
11
11
|
// AirVent aliases
|
|
12
12
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
13
|
-
// Airplay aliases
|
|
14
|
-
export { default as AirplayIcon } from '../icons/airplay';
|
|
15
13
|
// AlarmClockOff aliases
|
|
16
14
|
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
17
|
-
//
|
|
18
|
-
export { default as
|
|
15
|
+
// Airplay aliases
|
|
16
|
+
export { default as AirplayIcon } from '../icons/airplay';
|
|
19
17
|
// AlarmSmoke aliases
|
|
20
18
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
19
|
+
// AlarmClock aliases
|
|
20
|
+
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
21
21
|
// Album aliases
|
|
22
22
|
export { default as AlbumIcon } from '../icons/album';
|
|
23
23
|
// AlignCenterHorizontal aliases
|
|
@@ -28,12 +28,12 @@ export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertic
|
|
|
28
28
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
29
29
|
// AlignEndVertical aliases
|
|
30
30
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
31
|
-
// AlignHorizontalDistributeCenter aliases
|
|
32
|
-
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
33
|
-
// AlignHorizontalDistributeEnd aliases
|
|
34
|
-
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
35
31
|
// AlignHorizontalDistributeStart aliases
|
|
36
32
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
33
|
+
// AlignHorizontalDistributeEnd aliases
|
|
34
|
+
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
35
|
+
// AlignHorizontalDistributeCenter aliases
|
|
36
|
+
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
37
37
|
// AlignHorizontalJustifyCenter aliases
|
|
38
38
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
39
39
|
// AlignHorizontalJustifyEnd aliases
|
|
@@ -42,20 +42,20 @@ export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizon
|
|
|
42
42
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
43
43
|
// AlignHorizontalSpaceAround aliases
|
|
44
44
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
45
|
-
// AlignHorizontalSpaceBetween aliases
|
|
46
|
-
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
47
45
|
// AlignStartHorizontal aliases
|
|
48
46
|
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
47
|
+
// AlignHorizontalSpaceBetween aliases
|
|
48
|
+
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
49
49
|
// AlignStartVertical aliases
|
|
50
50
|
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
51
51
|
// AlignVerticalDistributeCenter aliases
|
|
52
52
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
53
53
|
// AlignVerticalDistributeEnd aliases
|
|
54
54
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
55
|
-
// AlignVerticalJustifyCenter aliases
|
|
56
|
-
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
57
55
|
// AlignVerticalDistributeStart aliases
|
|
58
56
|
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
57
|
+
// AlignVerticalJustifyCenter aliases
|
|
58
|
+
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
59
59
|
// AlignVerticalJustifyEnd aliases
|
|
60
60
|
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
61
61
|
// AlignVerticalJustifyStart aliases
|
|
@@ -64,52 +64,52 @@ export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertica
|
|
|
64
64
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
65
65
|
// AlignVerticalSpaceBetween aliases
|
|
66
66
|
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
67
|
+
// Ampersand aliases
|
|
68
|
+
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
67
69
|
// Ambulance aliases
|
|
68
70
|
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
69
71
|
// Ampersands aliases
|
|
70
72
|
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
71
|
-
// Ampersand aliases
|
|
72
|
-
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
73
73
|
// Amphora aliases
|
|
74
74
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
75
|
-
// Angry aliases
|
|
76
|
-
export { default as AngryIcon } from '../icons/angry';
|
|
77
75
|
// Anchor aliases
|
|
78
76
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
77
|
+
// Angry aliases
|
|
78
|
+
export { default as AngryIcon } from '../icons/angry';
|
|
79
|
+
// Annoyed aliases
|
|
80
|
+
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
79
81
|
// Antenna aliases
|
|
80
82
|
export { default as AntennaIcon } from '../icons/antenna';
|
|
81
83
|
// Anvil aliases
|
|
82
84
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
83
|
-
// Annoyed aliases
|
|
84
|
-
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
85
85
|
// Aperture aliases
|
|
86
86
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
87
|
-
// AppWindow aliases
|
|
88
|
-
export { default as AppWindowIcon } from '../icons/app-window';
|
|
89
87
|
// AppWindowMac aliases
|
|
90
88
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
91
|
-
//
|
|
92
|
-
export { default as
|
|
89
|
+
// AppWindow aliases
|
|
90
|
+
export { default as AppWindowIcon } from '../icons/app-window';
|
|
93
91
|
// Apple aliases
|
|
94
92
|
export { default as AppleIcon } from '../icons/apple';
|
|
93
|
+
// Armchair aliases
|
|
94
|
+
export { default as ArmchairIcon } from '../icons/armchair';
|
|
95
|
+
// ArchiveRestore aliases
|
|
96
|
+
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
95
97
|
// ArchiveX aliases
|
|
96
98
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
97
99
|
// Archive aliases
|
|
98
100
|
export { default as ArchiveIcon } from '../icons/archive';
|
|
99
|
-
// Armchair aliases
|
|
100
|
-
export { default as ArmchairIcon } from '../icons/armchair';
|
|
101
101
|
// ArrowBigDownDash aliases
|
|
102
102
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
103
103
|
// ArrowBigDown aliases
|
|
104
104
|
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
105
105
|
// ArrowBigLeftDash aliases
|
|
106
106
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
107
|
+
// ArrowBigRightDash aliases
|
|
108
|
+
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
107
109
|
// ArrowBigLeft aliases
|
|
108
110
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
109
111
|
// ArrowBigRight aliases
|
|
110
112
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
111
|
-
// ArrowBigRightDash aliases
|
|
112
|
-
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
113
113
|
// ArrowBigUpDash aliases
|
|
114
114
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
115
115
|
// ArrowBigUp aliases
|
|
@@ -118,12 +118,12 @@ export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
|
118
118
|
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
119
119
|
// ArrowDownLeft aliases
|
|
120
120
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
121
|
-
// ArrowDownNarrowWide aliases
|
|
122
|
-
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
123
121
|
// ArrowDownRight aliases
|
|
124
122
|
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
125
123
|
// ArrowDownToDot aliases
|
|
126
124
|
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
125
|
+
// ArrowDownNarrowWide aliases
|
|
126
|
+
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
127
127
|
// ArrowDownToLine aliases
|
|
128
128
|
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
129
129
|
// ArrowDownUp aliases
|
|
@@ -134,190 +134,190 @@ export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
|
134
134
|
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
135
135
|
// ArrowLeftRight aliases
|
|
136
136
|
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
137
|
-
// ArrowLeftToLine aliases
|
|
138
|
-
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
139
137
|
// ArrowLeft aliases
|
|
140
138
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
141
139
|
// ArrowRightFromLine aliases
|
|
142
140
|
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
141
|
+
// ArrowLeftToLine aliases
|
|
142
|
+
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
143
143
|
// ArrowRightLeft aliases
|
|
144
144
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
145
145
|
// ArrowRightToLine aliases
|
|
146
146
|
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
147
147
|
// ArrowRight aliases
|
|
148
148
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
149
|
-
// ArrowUpFromDot aliases
|
|
150
|
-
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
151
149
|
// ArrowUpDown aliases
|
|
152
150
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
151
|
+
// ArrowUpFromDot aliases
|
|
152
|
+
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
153
153
|
// ArrowUpFromLine aliases
|
|
154
154
|
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
155
155
|
// ArrowUpLeft aliases
|
|
156
156
|
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
157
157
|
// ArrowUpRight aliases
|
|
158
158
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
159
|
-
// ArrowUpToLine aliases
|
|
160
|
-
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
161
159
|
// ArrowUpWideNarrow aliases
|
|
162
160
|
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
161
|
+
// ArrowUpToLine aliases
|
|
162
|
+
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
163
163
|
// ArrowUp aliases
|
|
164
164
|
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
165
|
-
// Asterisk aliases
|
|
166
|
-
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
167
165
|
// ArrowsUpFromLine aliases
|
|
168
166
|
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
167
|
+
// Asterisk aliases
|
|
168
|
+
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
169
169
|
// AtSign aliases
|
|
170
170
|
export { default as AtSignIcon } from '../icons/at-sign';
|
|
171
171
|
// Atom aliases
|
|
172
172
|
export { default as AtomIcon } from '../icons/atom';
|
|
173
|
-
// AudioLines aliases
|
|
174
|
-
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
175
173
|
// AudioWaveform aliases
|
|
176
174
|
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
175
|
+
// AudioLines aliases
|
|
176
|
+
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
177
177
|
// Award aliases
|
|
178
178
|
export { default as AwardIcon } from '../icons/award';
|
|
179
179
|
// Axe aliases
|
|
180
180
|
export { default as AxeIcon } from '../icons/axe';
|
|
181
181
|
// Baby aliases
|
|
182
182
|
export { default as BabyIcon } from '../icons/baby';
|
|
183
|
-
// BadgeAlert aliases
|
|
184
|
-
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
185
183
|
// Backpack aliases
|
|
186
184
|
export { default as BackpackIcon } from '../icons/backpack';
|
|
185
|
+
// BadgeAlert aliases
|
|
186
|
+
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
187
187
|
// BadgeCent aliases
|
|
188
188
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
189
189
|
// BadgeDollarSign aliases
|
|
190
190
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
191
191
|
// BadgeEuro aliases
|
|
192
192
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
193
|
-
// BadgeIndianRupee aliases
|
|
194
|
-
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
195
193
|
// BadgeInfo aliases
|
|
196
194
|
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
195
|
+
// BadgeIndianRupee aliases
|
|
196
|
+
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
197
197
|
// BadgeJapaneseYen aliases
|
|
198
198
|
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
199
|
-
// BadgeMinus aliases
|
|
200
|
-
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
201
199
|
// BadgePercent aliases
|
|
202
200
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
203
|
-
//
|
|
204
|
-
export { default as
|
|
201
|
+
// BadgeMinus aliases
|
|
202
|
+
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
205
203
|
// BadgePlus aliases
|
|
206
204
|
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
205
|
+
// BadgePoundSterling aliases
|
|
206
|
+
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
207
207
|
// BadgeRussianRuble aliases
|
|
208
208
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
209
|
-
// BadgeSwissFranc aliases
|
|
210
|
-
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
211
209
|
// BadgeTurkishLira aliases
|
|
212
210
|
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
213
|
-
//
|
|
214
|
-
export { default as
|
|
211
|
+
// BadgeSwissFranc aliases
|
|
212
|
+
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
215
213
|
// Badge aliases
|
|
216
214
|
export { default as BadgeIcon } from '../icons/badge';
|
|
215
|
+
// BadgeX aliases
|
|
216
|
+
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
217
|
+
// Ban aliases
|
|
218
|
+
export { default as BanIcon } from '../icons/ban';
|
|
217
219
|
// BaggageClaim aliases
|
|
218
220
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
219
221
|
// Balloon aliases
|
|
220
222
|
export { default as BalloonIcon } from '../icons/balloon';
|
|
221
|
-
// Ban aliases
|
|
222
|
-
export { default as BanIcon } from '../icons/ban';
|
|
223
|
-
// Bandage aliases
|
|
224
|
-
export { default as BandageIcon } from '../icons/bandage';
|
|
225
223
|
// Banana aliases
|
|
226
224
|
export { default as BananaIcon } from '../icons/banana';
|
|
225
|
+
// Bandage aliases
|
|
226
|
+
export { default as BandageIcon } from '../icons/bandage';
|
|
227
227
|
// BanknoteArrowDown aliases
|
|
228
228
|
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
229
|
-
// BanknoteX aliases
|
|
230
|
-
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
231
229
|
// BanknoteArrowUp aliases
|
|
232
230
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
233
|
-
//
|
|
234
|
-
export { default as
|
|
231
|
+
// BanknoteX aliases
|
|
232
|
+
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
235
233
|
// Barcode aliases
|
|
236
234
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
237
235
|
// Barrel aliases
|
|
238
236
|
export { default as BarrelIcon } from '../icons/barrel';
|
|
239
|
-
//
|
|
240
|
-
export { default as
|
|
237
|
+
// Banknote aliases
|
|
238
|
+
export { default as BanknoteIcon } from '../icons/banknote';
|
|
241
239
|
// Bath aliases
|
|
242
240
|
export { default as BathIcon } from '../icons/bath';
|
|
241
|
+
// Baseline aliases
|
|
242
|
+
export { default as BaselineIcon } from '../icons/baseline';
|
|
243
|
+
// BatteryFull aliases
|
|
244
|
+
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
243
245
|
// BatteryCharging aliases
|
|
244
246
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
245
247
|
// BatteryLow aliases
|
|
246
248
|
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
247
|
-
// BatteryFull aliases
|
|
248
|
-
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
249
|
-
// BatteryPlus aliases
|
|
250
|
-
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
251
249
|
// BatteryMedium aliases
|
|
252
250
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
253
|
-
//
|
|
254
|
-
export { default as
|
|
251
|
+
// BatteryPlus aliases
|
|
252
|
+
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
255
253
|
// Battery aliases
|
|
256
254
|
export { default as BatteryIcon } from '../icons/battery';
|
|
255
|
+
// BatteryWarning aliases
|
|
256
|
+
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
257
257
|
// Beaker aliases
|
|
258
258
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
259
|
-
// BeanOff aliases
|
|
260
|
-
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
261
259
|
// Bean aliases
|
|
262
260
|
export { default as BeanIcon } from '../icons/bean';
|
|
261
|
+
// BeanOff aliases
|
|
262
|
+
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
263
263
|
// BedDouble aliases
|
|
264
264
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
265
265
|
// BedSingle aliases
|
|
266
266
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
267
|
-
// Beef aliases
|
|
268
|
-
export { default as BeefIcon } from '../icons/beef';
|
|
269
267
|
// Bed aliases
|
|
270
268
|
export { default as BedIcon } from '../icons/bed';
|
|
271
269
|
// BeerOff aliases
|
|
272
270
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
271
|
+
// Beef aliases
|
|
272
|
+
export { default as BeefIcon } from '../icons/beef';
|
|
273
273
|
// Beer aliases
|
|
274
274
|
export { default as BeerIcon } from '../icons/beer';
|
|
275
|
-
// BellElectric aliases
|
|
276
|
-
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
277
275
|
// BellDot aliases
|
|
278
276
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
279
277
|
// BellMinus aliases
|
|
280
278
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
281
|
-
//
|
|
282
|
-
export { default as
|
|
279
|
+
// BellElectric aliases
|
|
280
|
+
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
283
281
|
// BellOff aliases
|
|
284
282
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
285
283
|
// BellRing aliases
|
|
286
284
|
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
285
|
+
// BellPlus aliases
|
|
286
|
+
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
287
287
|
// Bell aliases
|
|
288
288
|
export { default as BellIcon } from '../icons/bell';
|
|
289
289
|
// BetweenVerticalEnd aliases
|
|
290
290
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
291
|
-
// BetweenVerticalStart aliases
|
|
292
|
-
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
293
291
|
// BicepsFlexed aliases
|
|
294
292
|
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
293
|
+
// BetweenVerticalStart aliases
|
|
294
|
+
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
295
295
|
// Bike aliases
|
|
296
296
|
export { default as BikeIcon } from '../icons/bike';
|
|
297
|
-
// Biohazard aliases
|
|
298
|
-
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
299
297
|
// Binary aliases
|
|
300
298
|
export { default as BinaryIcon } from '../icons/binary';
|
|
301
299
|
// Binoculars aliases
|
|
302
300
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
303
301
|
// Birdhouse aliases
|
|
304
302
|
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
303
|
+
// Biohazard aliases
|
|
304
|
+
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
305
305
|
// Bird aliases
|
|
306
306
|
export { default as BirdIcon } from '../icons/bird';
|
|
307
307
|
// Bitcoin aliases
|
|
308
308
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
309
|
-
// Blinds aliases
|
|
310
|
-
export { default as BlindsIcon } from '../icons/blinds';
|
|
311
309
|
// Blend aliases
|
|
312
310
|
export { default as BlendIcon } from '../icons/blend';
|
|
311
|
+
// Blinds aliases
|
|
312
|
+
export { default as BlindsIcon } from '../icons/blinds';
|
|
313
313
|
// Blocks aliases
|
|
314
314
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
315
|
-
// BluetoothOff aliases
|
|
316
|
-
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
317
|
-
// BluetoothConnected aliases
|
|
318
|
-
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
319
315
|
// BluetoothSearching aliases
|
|
320
316
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
317
|
+
// BluetoothConnected aliases
|
|
318
|
+
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
319
|
+
// BluetoothOff aliases
|
|
320
|
+
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
321
321
|
// Bluetooth aliases
|
|
322
322
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
323
323
|
// Bold aliases
|
|
@@ -328,28 +328,28 @@ export { default as BoltIcon } from '../icons/bolt';
|
|
|
328
328
|
export { default as BombIcon } from '../icons/bomb';
|
|
329
329
|
// Bone aliases
|
|
330
330
|
export { default as BoneIcon } from '../icons/bone';
|
|
331
|
-
// BookAlert aliases
|
|
332
|
-
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
333
331
|
// BookA aliases
|
|
334
332
|
export { default as BookAIcon } from '../icons/book-a';
|
|
335
|
-
//
|
|
336
|
-
export { default as
|
|
333
|
+
// BookAlert aliases
|
|
334
|
+
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
337
335
|
// BookCheck aliases
|
|
338
336
|
export { default as BookCheckIcon } from '../icons/book-check';
|
|
339
|
-
//
|
|
340
|
-
export { default as
|
|
337
|
+
// BookAudio aliases
|
|
338
|
+
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
341
339
|
// BookCopy aliases
|
|
342
340
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
343
|
-
//
|
|
344
|
-
export { default as
|
|
341
|
+
// BookDown aliases
|
|
342
|
+
export { default as BookDownIcon } from '../icons/book-down';
|
|
345
343
|
// BookHeadphones aliases
|
|
346
344
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
347
|
-
// BookKey aliases
|
|
348
|
-
export { default as BookKeyIcon } from '../icons/book-key';
|
|
349
345
|
// BookHeart aliases
|
|
350
346
|
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
347
|
+
// BookImage aliases
|
|
348
|
+
export { default as BookImageIcon } from '../icons/book-image';
|
|
351
349
|
// BookLock aliases
|
|
352
350
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
351
|
+
// BookKey aliases
|
|
352
|
+
export { default as BookKeyIcon } from '../icons/book-key';
|
|
353
353
|
// BookMarked aliases
|
|
354
354
|
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
355
355
|
// BookMinus aliases
|
|
@@ -358,22 +358,22 @@ export { default as BookMinusIcon } from '../icons/book-minus';
|
|
|
358
358
|
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
359
359
|
// BookOpenText aliases
|
|
360
360
|
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
361
|
-
// BookOpen aliases
|
|
362
|
-
export { default as BookOpenIcon } from '../icons/book-open';
|
|
363
361
|
// BookPlus aliases
|
|
364
362
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
363
|
+
// BookOpen aliases
|
|
364
|
+
export { default as BookOpenIcon } from '../icons/book-open';
|
|
365
365
|
// BookSearch aliases
|
|
366
366
|
export { default as BookSearchIcon } from '../icons/book-search';
|
|
367
|
-
// BookType aliases
|
|
368
|
-
export { default as BookTypeIcon } from '../icons/book-type';
|
|
369
367
|
// BookText aliases
|
|
370
368
|
export { default as BookTextIcon } from '../icons/book-text';
|
|
369
|
+
// BookType aliases
|
|
370
|
+
export { default as BookTypeIcon } from '../icons/book-type';
|
|
371
371
|
// BookUp2 aliases
|
|
372
372
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
373
|
-
// BookUp aliases
|
|
374
|
-
export { default as BookUpIcon } from '../icons/book-up';
|
|
375
373
|
// BookUser aliases
|
|
376
374
|
export { default as BookUserIcon } from '../icons/book-user';
|
|
375
|
+
// BookUp aliases
|
|
376
|
+
export { default as BookUpIcon } from '../icons/book-up';
|
|
377
377
|
// BookX aliases
|
|
378
378
|
export { default as BookXIcon } from '../icons/book-x';
|
|
379
379
|
// Book aliases
|
|
@@ -392,16 +392,16 @@ export { default as BookmarkIcon } from '../icons/bookmark';
|
|
|
392
392
|
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
393
393
|
// BotMessageSquare aliases
|
|
394
394
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
395
|
-
// BotOff aliases
|
|
396
|
-
export { default as BotOffIcon } from '../icons/bot-off';
|
|
397
395
|
// Bot aliases
|
|
398
396
|
export { default as BotIcon } from '../icons/bot';
|
|
397
|
+
// BotOff aliases
|
|
398
|
+
export { default as BotOffIcon } from '../icons/bot-off';
|
|
399
|
+
// BowArrow aliases
|
|
400
|
+
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
399
401
|
// BottleWine aliases
|
|
400
402
|
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
401
403
|
// Box aliases
|
|
402
404
|
export { default as BoxIcon } from '../icons/box';
|
|
403
|
-
// BowArrow aliases
|
|
404
|
-
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
405
405
|
// Boxes aliases
|
|
406
406
|
export { default as BoxesIcon } from '../icons/boxes';
|
|
407
407
|
// Brackets aliases
|
|
@@ -414,14 +414,14 @@ export { default as BrainIcon } from '../icons/brain';
|
|
|
414
414
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
415
415
|
// BrickWallFire aliases
|
|
416
416
|
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
417
|
-
// BrickWallShield aliases
|
|
418
|
-
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
419
417
|
// BrickWall aliases
|
|
420
418
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
421
|
-
//
|
|
422
|
-
export { default as
|
|
419
|
+
// BrickWallShield aliases
|
|
420
|
+
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
423
421
|
// BriefcaseConveyorBelt aliases
|
|
424
422
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
423
|
+
// BriefcaseBusiness aliases
|
|
424
|
+
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
425
425
|
// BriefcaseMedical aliases
|
|
426
426
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
427
427
|
// Briefcase aliases
|
|
@@ -430,20 +430,20 @@ export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
|
430
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
|
-
// Brush aliases
|
|
434
|
-
export { default as BrushIcon } from '../icons/brush';
|
|
435
433
|
// Bubbles aliases
|
|
436
434
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
435
|
+
// Brush aliases
|
|
436
|
+
export { default as BrushIcon } from '../icons/brush';
|
|
437
437
|
// BugOff aliases
|
|
438
438
|
export { default as BugOffIcon } from '../icons/bug-off';
|
|
439
439
|
// BugPlay aliases
|
|
440
440
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
441
441
|
// Bug aliases
|
|
442
442
|
export { default as BugIcon } from '../icons/bug';
|
|
443
|
-
// Building aliases
|
|
444
|
-
export { default as BuildingIcon } from '../icons/building';
|
|
445
443
|
// Building2 aliases
|
|
446
444
|
export { default as Building2Icon } from '../icons/building-2';
|
|
445
|
+
// Building aliases
|
|
446
|
+
export { default as BuildingIcon } from '../icons/building';
|
|
447
447
|
// BusFront aliases
|
|
448
448
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
449
449
|
// Bus aliases
|
|
@@ -454,26 +454,26 @@ export { default as CableCarIcon } from '../icons/cable-car';
|
|
|
454
454
|
export { default as CableIcon } from '../icons/cable';
|
|
455
455
|
// CakeSlice aliases
|
|
456
456
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
457
|
-
// Cake aliases
|
|
458
|
-
export { default as CakeIcon } from '../icons/cake';
|
|
459
457
|
// Calculator aliases
|
|
460
458
|
export { default as CalculatorIcon } from '../icons/calculator';
|
|
459
|
+
// Cake aliases
|
|
460
|
+
export { default as CakeIcon } from '../icons/cake';
|
|
461
461
|
// Calendar1 aliases
|
|
462
462
|
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
463
463
|
// CalendarArrowDown aliases
|
|
464
464
|
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
465
465
|
// CalendarArrowUp aliases
|
|
466
466
|
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
467
|
-
// CalendarCheck aliases
|
|
468
|
-
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
469
467
|
// CalendarCheck2 aliases
|
|
470
468
|
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
469
|
+
// CalendarCheck aliases
|
|
470
|
+
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
471
471
|
// CalendarClock aliases
|
|
472
472
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
473
|
-
// CalendarCog aliases
|
|
474
|
-
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
475
473
|
// CalendarDays aliases
|
|
476
474
|
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
475
|
+
// CalendarCog aliases
|
|
476
|
+
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
477
477
|
// CalendarFold aliases
|
|
478
478
|
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
479
479
|
// CalendarHeart aliases
|
|
@@ -490,18 +490,18 @@ export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
|
490
490
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
491
491
|
// CalendarRange aliases
|
|
492
492
|
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
493
|
-
// CalendarSearch aliases
|
|
494
|
-
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
495
493
|
// CalendarSync aliases
|
|
496
494
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
497
|
-
//
|
|
498
|
-
export { default as
|
|
495
|
+
// CalendarSearch aliases
|
|
496
|
+
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
499
497
|
// CalendarX2 aliases
|
|
500
498
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
501
499
|
// Calendar aliases
|
|
502
500
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
503
501
|
// Calendars aliases
|
|
504
502
|
export { default as CalendarsIcon } from '../icons/calendars';
|
|
503
|
+
// CalendarX aliases
|
|
504
|
+
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
505
505
|
// CameraOff aliases
|
|
506
506
|
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
507
507
|
// CandyCane aliases
|
|
@@ -510,18 +510,18 @@ export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
|
510
510
|
export { default as CameraIcon } from '../icons/camera';
|
|
511
511
|
// CandyOff aliases
|
|
512
512
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
513
|
-
// CannabisOff aliases
|
|
514
|
-
export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
515
513
|
// Candy aliases
|
|
516
514
|
export { default as CandyIcon } from '../icons/candy';
|
|
515
|
+
// CannabisOff aliases
|
|
516
|
+
export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
517
517
|
// Cannabis aliases
|
|
518
518
|
export { default as CannabisIcon } from '../icons/cannabis';
|
|
519
|
-
// CarTaxiFront aliases
|
|
520
|
-
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
521
519
|
// CaptionsOff aliases
|
|
522
520
|
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
523
521
|
// CarFront aliases
|
|
524
522
|
export { default as CarFrontIcon } from '../icons/car-front';
|
|
523
|
+
// CarTaxiFront aliases
|
|
524
|
+
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
525
525
|
// Car aliases
|
|
526
526
|
export { default as CarIcon } from '../icons/car';
|
|
527
527
|
// Caravan aliases
|
|
@@ -542,32 +542,32 @@ export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
|
542
542
|
export { default as CastIcon } from '../icons/cast';
|
|
543
543
|
// Castle aliases
|
|
544
544
|
export { default as CastleIcon } from '../icons/castle';
|
|
545
|
-
// Cat aliases
|
|
546
|
-
export { default as CatIcon } from '../icons/cat';
|
|
547
545
|
// CctvOff aliases
|
|
548
546
|
export { default as CctvOffIcon } from '../icons/cctv-off';
|
|
549
|
-
//
|
|
550
|
-
export { default as
|
|
547
|
+
// Cat aliases
|
|
548
|
+
export { default as CatIcon } from '../icons/cat';
|
|
551
549
|
// ChartBarDecreasing aliases
|
|
552
550
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
551
|
+
// Cctv aliases
|
|
552
|
+
export { default as CctvIcon } from '../icons/cctv';
|
|
553
553
|
// ChartBarIncreasing aliases
|
|
554
554
|
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
555
555
|
// ChartBarStacked aliases
|
|
556
556
|
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
557
557
|
// ChartColumnDecreasing aliases
|
|
558
558
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
559
|
-
// ChartColumnStacked aliases
|
|
560
|
-
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
561
559
|
// ChartGantt aliases
|
|
562
560
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
563
|
-
//
|
|
564
|
-
export { default as
|
|
561
|
+
// ChartColumnStacked aliases
|
|
562
|
+
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
565
563
|
// ChartNoAxesColumnDecreasing aliases
|
|
566
564
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
567
|
-
//
|
|
568
|
-
export { default as
|
|
565
|
+
// ChartNetwork aliases
|
|
566
|
+
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
569
567
|
// ChartNoAxesCombined aliases
|
|
570
568
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
569
|
+
// ChartSpline aliases
|
|
570
|
+
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
571
571
|
// CheckCheck aliases
|
|
572
572
|
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
573
573
|
// CheckLine aliases
|
|
@@ -594,42 +594,42 @@ export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
|
594
594
|
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
595
595
|
// ChevronFirst aliases
|
|
596
596
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
597
|
-
// ChevronLast aliases
|
|
598
|
-
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
599
597
|
// ChevronLeft aliases
|
|
600
598
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
601
599
|
// ChevronRight aliases
|
|
602
600
|
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
603
|
-
//
|
|
604
|
-
export { default as
|
|
601
|
+
// ChevronLast aliases
|
|
602
|
+
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
605
603
|
// ChevronsDownUp aliases
|
|
606
604
|
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
605
|
+
// ChevronUp aliases
|
|
606
|
+
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
607
607
|
// ChevronsDown aliases
|
|
608
608
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
609
|
-
// ChevronsLeftRightEllipsis aliases
|
|
610
|
-
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
611
609
|
// ChevronsLeftRight aliases
|
|
612
610
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
611
|
+
// ChevronsLeftRightEllipsis aliases
|
|
612
|
+
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
613
613
|
// ChevronsLeft aliases
|
|
614
614
|
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
615
615
|
// ChevronsRightLeft aliases
|
|
616
616
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
617
|
-
// ChevronsUpDown aliases
|
|
618
|
-
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
619
617
|
// ChevronsRight aliases
|
|
620
618
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
619
|
+
// ChevronsUpDown aliases
|
|
620
|
+
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
621
621
|
// ChevronsUp aliases
|
|
622
622
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
623
623
|
// Church aliases
|
|
624
624
|
export { default as ChurchIcon } from '../icons/church';
|
|
625
625
|
// CigaretteOff aliases
|
|
626
626
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
627
|
+
// CircleDashed aliases
|
|
628
|
+
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
627
629
|
// Cigarette aliases
|
|
628
630
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
629
631
|
// CircleDollarSign aliases
|
|
630
632
|
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
631
|
-
// CircleDashed aliases
|
|
632
|
-
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
633
633
|
// CircleDotDashed aliases
|
|
634
634
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
635
635
|
// CircleDot aliases
|
|
@@ -648,20 +648,20 @@ export { default as CircleOffIcon } from '../icons/circle-off';
|
|
|
648
648
|
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
649
649
|
// CirclePoundSterling aliases
|
|
650
650
|
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
651
|
-
// CircleSmall aliases
|
|
652
|
-
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
653
651
|
// CircleSlash aliases
|
|
654
652
|
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
653
|
+
// CircleSmall aliases
|
|
654
|
+
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
655
655
|
// CircleStar aliases
|
|
656
656
|
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
657
657
|
// Circle aliases
|
|
658
658
|
export { default as CircleIcon } from '../icons/circle';
|
|
659
659
|
// CircuitBoard aliases
|
|
660
660
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
661
|
-
// Citrus aliases
|
|
662
|
-
export { default as CitrusIcon } from '../icons/citrus';
|
|
663
661
|
// Clapperboard aliases
|
|
664
662
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
663
|
+
// Citrus aliases
|
|
664
|
+
export { default as CitrusIcon } from '../icons/citrus';
|
|
665
665
|
// ClipboardCheck aliases
|
|
666
666
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
667
667
|
// ClipboardClock aliases
|
|
@@ -672,28 +672,28 @@ export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
|
672
672
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
673
673
|
// ClipboardMinus aliases
|
|
674
674
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
675
|
+
// ClipboardPlus aliases
|
|
676
|
+
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
675
677
|
// ClipboardPaste aliases
|
|
676
678
|
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
677
679
|
// ClipboardType aliases
|
|
678
680
|
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
679
|
-
// ClipboardPlus aliases
|
|
680
|
-
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
681
681
|
// ClipboardX aliases
|
|
682
682
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
683
683
|
// Clipboard aliases
|
|
684
684
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
685
|
+
// Clock10 aliases
|
|
686
|
+
export { default as Clock10Icon } from '../icons/clock-10';
|
|
685
687
|
// Clock1 aliases
|
|
686
688
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
687
689
|
// Clock11 aliases
|
|
688
690
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
689
|
-
// Clock10 aliases
|
|
690
|
-
export { default as Clock10Icon } from '../icons/clock-10';
|
|
691
|
-
// Clock12 aliases
|
|
692
|
-
export { default as Clock12Icon } from '../icons/clock-12';
|
|
693
691
|
// Clock2 aliases
|
|
694
692
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
695
693
|
// Clock3 aliases
|
|
696
694
|
export { default as Clock3Icon } from '../icons/clock-3';
|
|
695
|
+
// Clock12 aliases
|
|
696
|
+
export { default as Clock12Icon } from '../icons/clock-12';
|
|
697
697
|
// Clock4 aliases
|
|
698
698
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
699
699
|
// Clock5 aliases
|
|
@@ -702,46 +702,46 @@ export { default as Clock5Icon } from '../icons/clock-5';
|
|
|
702
702
|
export { default as Clock6Icon } from '../icons/clock-6';
|
|
703
703
|
// Clock7 aliases
|
|
704
704
|
export { default as Clock7Icon } from '../icons/clock-7';
|
|
705
|
-
// Clock8 aliases
|
|
706
|
-
export { default as Clock8Icon } from '../icons/clock-8';
|
|
707
|
-
// Clock9 aliases
|
|
708
|
-
export { default as Clock9Icon } from '../icons/clock-9';
|
|
709
705
|
// ClockAlert aliases
|
|
710
706
|
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
707
|
+
// Clock9 aliases
|
|
708
|
+
export { default as Clock9Icon } from '../icons/clock-9';
|
|
709
|
+
// Clock8 aliases
|
|
710
|
+
export { default as Clock8Icon } from '../icons/clock-8';
|
|
711
711
|
// ClockArrowDown aliases
|
|
712
712
|
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
713
713
|
// ClockArrowUp aliases
|
|
714
714
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
715
715
|
// ClockCheck aliases
|
|
716
716
|
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
717
|
-
// ClockPlus aliases
|
|
718
|
-
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
719
|
-
// ClosedCaption aliases
|
|
720
|
-
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
721
717
|
// ClockFading aliases
|
|
722
718
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
719
|
+
// ClockPlus aliases
|
|
720
|
+
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
723
721
|
// Clock aliases
|
|
724
722
|
export { default as ClockIcon } from '../icons/clock';
|
|
723
|
+
// ClosedCaption aliases
|
|
724
|
+
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
725
725
|
// CloudAlert aliases
|
|
726
726
|
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
727
|
-
// CloudCheck aliases
|
|
728
|
-
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
729
|
-
// CloudCog aliases
|
|
730
|
-
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
731
727
|
// CloudBackup aliases
|
|
732
728
|
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
729
|
+
// CloudCog aliases
|
|
730
|
+
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
733
731
|
// CloudDrizzle aliases
|
|
734
732
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
733
|
+
// CloudCheck aliases
|
|
734
|
+
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
735
735
|
// CloudFog aliases
|
|
736
736
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
737
737
|
// CloudHail aliases
|
|
738
738
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
739
739
|
// CloudLightning aliases
|
|
740
740
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
741
|
-
// CloudMoon aliases
|
|
742
|
-
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
743
741
|
// CloudMoonRain aliases
|
|
744
742
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
743
|
+
// CloudMoon aliases
|
|
744
|
+
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
745
745
|
// CloudOff aliases
|
|
746
746
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
747
747
|
// CloudRainWind aliases
|
|
@@ -750,66 +750,66 @@ export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
|
750
750
|
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
751
751
|
// CloudSnow aliases
|
|
752
752
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
753
|
-
// CloudSunRain aliases
|
|
754
|
-
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
755
753
|
// CloudSun aliases
|
|
756
754
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
755
|
+
// CloudSunRain aliases
|
|
756
|
+
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
757
757
|
// CloudSync aliases
|
|
758
758
|
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
759
|
+
// Cloud aliases
|
|
760
|
+
export { default as CloudIcon } from '../icons/cloud';
|
|
759
761
|
// Cloudy aliases
|
|
760
762
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
761
763
|
// Clover aliases
|
|
762
764
|
export { default as CloverIcon } from '../icons/clover';
|
|
763
|
-
// Cloud aliases
|
|
764
|
-
export { default as CloudIcon } from '../icons/cloud';
|
|
765
765
|
// Club aliases
|
|
766
766
|
export { default as ClubIcon } from '../icons/club';
|
|
767
|
-
// Cog aliases
|
|
768
|
-
export { default as CogIcon } from '../icons/cog';
|
|
769
767
|
// Code aliases
|
|
770
768
|
export { default as CodeIcon } from '../icons/code';
|
|
771
|
-
// Coins aliases
|
|
772
|
-
export { default as CoinsIcon } from '../icons/coins';
|
|
773
769
|
// Coffee aliases
|
|
774
770
|
export { default as CoffeeIcon } from '../icons/coffee';
|
|
771
|
+
// Coins aliases
|
|
772
|
+
export { default as CoinsIcon } from '../icons/coins';
|
|
775
773
|
// Columns4 aliases
|
|
776
774
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
775
|
+
// Cog aliases
|
|
776
|
+
export { default as CogIcon } from '../icons/cog';
|
|
777
777
|
// Combine aliases
|
|
778
778
|
export { default as CombineIcon } from '../icons/combine';
|
|
779
|
-
// Command aliases
|
|
780
|
-
export { default as CommandIcon } from '../icons/command';
|
|
781
779
|
// Compass aliases
|
|
782
780
|
export { default as CompassIcon } from '../icons/compass';
|
|
783
|
-
//
|
|
784
|
-
export { default as
|
|
781
|
+
// Command aliases
|
|
782
|
+
export { default as CommandIcon } from '../icons/command';
|
|
785
783
|
// Computer aliases
|
|
786
784
|
export { default as ComputerIcon } from '../icons/computer';
|
|
785
|
+
// Component aliases
|
|
786
|
+
export { default as ComponentIcon } from '../icons/component';
|
|
787
787
|
// ConciergeBell aliases
|
|
788
788
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
789
789
|
// Cone aliases
|
|
790
790
|
export { default as ConeIcon } from '../icons/cone';
|
|
791
791
|
// Construction aliases
|
|
792
792
|
export { default as ConstructionIcon } from '../icons/construction';
|
|
793
|
-
// Contact aliases
|
|
794
|
-
export { default as ContactIcon } from '../icons/contact';
|
|
795
793
|
// Container aliases
|
|
796
794
|
export { default as ContainerIcon } from '../icons/container';
|
|
795
|
+
// Contact aliases
|
|
796
|
+
export { default as ContactIcon } from '../icons/contact';
|
|
797
797
|
// Contrast aliases
|
|
798
798
|
export { default as ContrastIcon } from '../icons/contrast';
|
|
799
799
|
// CookingPot aliases
|
|
800
800
|
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
801
|
-
// Cookie aliases
|
|
802
|
-
export { default as CookieIcon } from '../icons/cookie';
|
|
803
801
|
// CopyCheck aliases
|
|
804
802
|
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
805
|
-
//
|
|
806
|
-
export { default as
|
|
803
|
+
// Cookie aliases
|
|
804
|
+
export { default as CookieIcon } from '../icons/cookie';
|
|
807
805
|
// CopyPlus aliases
|
|
808
806
|
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
809
|
-
//
|
|
810
|
-
export { default as
|
|
807
|
+
// CopyMinus aliases
|
|
808
|
+
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
811
809
|
// CopySlash aliases
|
|
812
810
|
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
811
|
+
// CopyX aliases
|
|
812
|
+
export { default as CopyXIcon } from '../icons/copy-x';
|
|
813
813
|
// Copy aliases
|
|
814
814
|
export { default as CopyIcon } from '../icons/copy';
|
|
815
815
|
// Copyleft aliases
|
|
@@ -826,102 +826,102 @@ export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
|
826
826
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
827
827
|
// CornerRightUp aliases
|
|
828
828
|
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
829
|
+
// CornerUpLeft aliases
|
|
830
|
+
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
829
831
|
// CornerRightDown aliases
|
|
830
832
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
831
833
|
// CornerUpRight aliases
|
|
832
834
|
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
833
|
-
// CornerUpLeft aliases
|
|
834
|
-
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
835
835
|
// Cpu aliases
|
|
836
836
|
export { default as CpuIcon } from '../icons/cpu';
|
|
837
837
|
// CreativeCommons aliases
|
|
838
838
|
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
839
839
|
// CreditCard aliases
|
|
840
840
|
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
841
|
-
// Croissant aliases
|
|
842
|
-
export { default as CroissantIcon } from '../icons/croissant';
|
|
843
841
|
// Crop aliases
|
|
844
842
|
export { default as CropIcon } from '../icons/crop';
|
|
845
|
-
// Cross aliases
|
|
846
|
-
export { default as CrossIcon } from '../icons/cross';
|
|
847
843
|
// Crosshair aliases
|
|
848
844
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
845
|
+
// Croissant aliases
|
|
846
|
+
export { default as CroissantIcon } from '../icons/croissant';
|
|
847
|
+
// Cross aliases
|
|
848
|
+
export { default as CrossIcon } from '../icons/cross';
|
|
849
849
|
// Crown aliases
|
|
850
850
|
export { default as CrownIcon } from '../icons/crown';
|
|
851
|
-
// CupSoda aliases
|
|
852
|
-
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
853
851
|
// Cuboid aliases
|
|
854
852
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
853
|
+
// CupSoda aliases
|
|
854
|
+
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
855
855
|
// Currency aliases
|
|
856
856
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
857
857
|
// Cylinder aliases
|
|
858
858
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
859
|
-
// DatabaseBackup aliases
|
|
860
|
-
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
861
859
|
// Dam aliases
|
|
862
860
|
export { default as DamIcon } from '../icons/dam';
|
|
863
|
-
//
|
|
864
|
-
export { default as
|
|
861
|
+
// DatabaseBackup aliases
|
|
862
|
+
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
865
863
|
// DatabaseZap aliases
|
|
866
864
|
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
865
|
+
// DatabaseSearch aliases
|
|
866
|
+
export { default as DatabaseSearchIcon } from '../icons/database-search';
|
|
867
867
|
// Database aliases
|
|
868
868
|
export { default as DatabaseIcon } from '../icons/database';
|
|
869
869
|
// DecimalsArrowLeft aliases
|
|
870
870
|
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
871
|
-
// Delete aliases
|
|
872
|
-
export { default as DeleteIcon } from '../icons/delete';
|
|
873
|
-
// DecimalsArrowRight aliases
|
|
874
|
-
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
875
871
|
// Dessert aliases
|
|
876
872
|
export { default as DessertIcon } from '../icons/dessert';
|
|
873
|
+
// DecimalsArrowRight aliases
|
|
874
|
+
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
875
|
+
// Delete aliases
|
|
876
|
+
export { default as DeleteIcon } from '../icons/delete';
|
|
877
|
+
// Diameter aliases
|
|
878
|
+
export { default as DiameterIcon } from '../icons/diameter';
|
|
877
879
|
// DiamondMinus aliases
|
|
878
880
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
879
881
|
// DiamondPlus aliases
|
|
880
882
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
881
|
-
// Diameter aliases
|
|
882
|
-
export { default as DiameterIcon } from '../icons/diameter';
|
|
883
883
|
// Diamond aliases
|
|
884
884
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
885
885
|
// Dice1 aliases
|
|
886
886
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
887
|
-
// Dice3 aliases
|
|
888
|
-
export { default as Dice3Icon } from '../icons/dice-3';
|
|
889
|
-
// Dice5 aliases
|
|
890
|
-
export { default as Dice5Icon } from '../icons/dice-5';
|
|
891
887
|
// Dice2 aliases
|
|
892
888
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
889
|
+
// Dice3 aliases
|
|
890
|
+
export { default as Dice3Icon } from '../icons/dice-3';
|
|
893
891
|
// Dice4 aliases
|
|
894
892
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
893
|
+
// Dice5 aliases
|
|
894
|
+
export { default as Dice5Icon } from '../icons/dice-5';
|
|
895
895
|
// Dice6 aliases
|
|
896
896
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
897
897
|
// Dices aliases
|
|
898
898
|
export { default as DicesIcon } from '../icons/dices';
|
|
899
|
-
// Disc2 aliases
|
|
900
|
-
export { default as Disc2Icon } from '../icons/disc-2';
|
|
901
899
|
// Diff aliases
|
|
902
900
|
export { default as DiffIcon } from '../icons/diff';
|
|
903
|
-
//
|
|
904
|
-
export { default as
|
|
901
|
+
// Disc2 aliases
|
|
902
|
+
export { default as Disc2Icon } from '../icons/disc-2';
|
|
905
903
|
// DiscAlbum aliases
|
|
906
904
|
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
905
|
+
// Disc3 aliases
|
|
906
|
+
export { default as Disc3Icon } from '../icons/disc-3';
|
|
907
907
|
// Disc aliases
|
|
908
908
|
export { default as DiscIcon } from '../icons/disc';
|
|
909
|
-
// Divide aliases
|
|
910
|
-
export { default as DivideIcon } from '../icons/divide';
|
|
911
909
|
// DnaOff aliases
|
|
912
910
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
913
911
|
// Dna aliases
|
|
914
912
|
export { default as DnaIcon } from '../icons/dna';
|
|
913
|
+
// Divide aliases
|
|
914
|
+
export { default as DivideIcon } from '../icons/divide';
|
|
915
915
|
// Dock aliases
|
|
916
916
|
export { default as DockIcon } from '../icons/dock';
|
|
917
917
|
// Dog aliases
|
|
918
918
|
export { default as DogIcon } from '../icons/dog';
|
|
919
|
-
// DoorClosedLocked aliases
|
|
920
|
-
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
921
919
|
// DollarSign aliases
|
|
922
920
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
923
921
|
// Donut aliases
|
|
924
922
|
export { default as DonutIcon } from '../icons/donut';
|
|
923
|
+
// DoorClosedLocked aliases
|
|
924
|
+
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
925
925
|
// DoorClosed aliases
|
|
926
926
|
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
927
927
|
// DoorOpen aliases
|
|
@@ -934,26 +934,26 @@ export { default as DownloadIcon } from '../icons/download';
|
|
|
934
934
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
935
935
|
// Drama aliases
|
|
936
936
|
export { default as DramaIcon } from '../icons/drama';
|
|
937
|
-
// Drill aliases
|
|
938
|
-
export { default as DrillIcon } from '../icons/drill';
|
|
939
937
|
// Drone aliases
|
|
940
938
|
export { default as DroneIcon } from '../icons/drone';
|
|
939
|
+
// Drill aliases
|
|
940
|
+
export { default as DrillIcon } from '../icons/drill';
|
|
941
941
|
// Droplet aliases
|
|
942
942
|
export { default as DropletIcon } from '../icons/droplet';
|
|
943
|
-
// Droplets aliases
|
|
944
|
-
export { default as DropletsIcon } from '../icons/droplets';
|
|
945
943
|
// DropletOff aliases
|
|
946
944
|
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
947
945
|
// Drum aliases
|
|
948
946
|
export { default as DrumIcon } from '../icons/drum';
|
|
947
|
+
// Droplets aliases
|
|
948
|
+
export { default as DropletsIcon } from '../icons/droplets';
|
|
949
949
|
// Drumstick aliases
|
|
950
950
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
951
951
|
// Dumbbell aliases
|
|
952
952
|
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
953
|
-
// EarOff aliases
|
|
954
|
-
export { default as EarOffIcon } from '../icons/ear-off';
|
|
955
953
|
// Ear aliases
|
|
956
954
|
export { default as EarIcon } from '../icons/ear';
|
|
955
|
+
// EarOff aliases
|
|
956
|
+
export { default as EarOffIcon } from '../icons/ear-off';
|
|
957
957
|
// EarthLock aliases
|
|
958
958
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
959
959
|
// Eclipse aliases
|
|
@@ -966,34 +966,34 @@ export { default as EggOffIcon } from '../icons/egg-off';
|
|
|
966
966
|
export { default as EggIcon } from '../icons/egg';
|
|
967
967
|
// Ellipse aliases
|
|
968
968
|
export { default as EllipseIcon } from '../icons/ellipse';
|
|
969
|
-
// EqualNot aliases
|
|
970
|
-
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
971
969
|
// EqualApproximately aliases
|
|
972
970
|
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
973
|
-
//
|
|
974
|
-
export { default as
|
|
971
|
+
// EqualNot aliases
|
|
972
|
+
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
975
973
|
// Eraser aliases
|
|
976
974
|
export { default as EraserIcon } from '../icons/eraser';
|
|
977
|
-
//
|
|
978
|
-
export { default as
|
|
975
|
+
// Equal aliases
|
|
976
|
+
export { default as EqualIcon } from '../icons/equal';
|
|
979
977
|
// EthernetPort aliases
|
|
980
978
|
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
979
|
+
// Euro aliases
|
|
980
|
+
export { default as EuroIcon } from '../icons/euro';
|
|
981
981
|
// Expand aliases
|
|
982
982
|
export { default as ExpandIcon } from '../icons/expand';
|
|
983
|
-
// ExternalLink aliases
|
|
984
|
-
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
985
983
|
// EvCharger aliases
|
|
986
984
|
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
985
|
+
// ExternalLink aliases
|
|
986
|
+
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
987
987
|
// EyeClosed aliases
|
|
988
988
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
989
989
|
// EyeOff aliases
|
|
990
990
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
991
|
+
// Factory aliases
|
|
992
|
+
export { default as FactoryIcon } from '../icons/factory';
|
|
991
993
|
// Eye aliases
|
|
992
994
|
export { default as EyeIcon } from '../icons/eye';
|
|
993
995
|
// Fan aliases
|
|
994
996
|
export { default as FanIcon } from '../icons/fan';
|
|
995
|
-
// Factory aliases
|
|
996
|
-
export { default as FactoryIcon } from '../icons/factory';
|
|
997
997
|
// FastForward aliases
|
|
998
998
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
999
999
|
// Feather aliases
|
|
@@ -1018,10 +1018,10 @@ export { default as FileDiffIcon } from '../icons/file-diff';
|
|
|
1018
1018
|
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1019
1019
|
// FileDown aliases
|
|
1020
1020
|
export { default as FileDownIcon } from '../icons/file-down';
|
|
1021
|
-
// FileImage aliases
|
|
1022
|
-
export { default as FileImageIcon } from '../icons/file-image';
|
|
1023
1021
|
// FileHeart aliases
|
|
1024
1022
|
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1023
|
+
// FileImage aliases
|
|
1024
|
+
export { default as FileImageIcon } from '../icons/file-image';
|
|
1025
1025
|
// FileInput aliases
|
|
1026
1026
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
1027
1027
|
// FileMinus aliases
|
|
@@ -1050,10 +1050,10 @@ export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
|
1050
1050
|
export { default as FileTextIcon } from '../icons/file-text';
|
|
1051
1051
|
// FileType aliases
|
|
1052
1052
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1053
|
-
// FileUp aliases
|
|
1054
|
-
export { default as FileUpIcon } from '../icons/file-up';
|
|
1055
1053
|
// FileUser aliases
|
|
1056
1054
|
export { default as FileUserIcon } from '../icons/file-user';
|
|
1055
|
+
// FileUp aliases
|
|
1056
|
+
export { default as FileUpIcon } from '../icons/file-up';
|
|
1057
1057
|
// FileVolume aliases
|
|
1058
1058
|
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1059
1059
|
// FileX aliases
|
|
@@ -1066,16 +1066,16 @@ export { default as FilesIcon } from '../icons/files';
|
|
|
1066
1066
|
export { default as FilmIcon } from '../icons/film';
|
|
1067
1067
|
// FireExtinguisher aliases
|
|
1068
1068
|
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1069
|
-
// FishSymbol aliases
|
|
1070
|
-
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1071
1069
|
// FishOff aliases
|
|
1072
1070
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1073
|
-
//
|
|
1074
|
-
export { default as
|
|
1075
|
-
// FishingRod aliases
|
|
1076
|
-
export { default as FishingRodIcon } from '../icons/fishing-rod';
|
|
1071
|
+
// FishSymbol aliases
|
|
1072
|
+
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1077
1073
|
// FishingHook aliases
|
|
1078
1074
|
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1075
|
+
// FishingRod aliases
|
|
1076
|
+
export { default as FishingRodIcon } from '../icons/fishing-rod';
|
|
1077
|
+
// Fish aliases
|
|
1078
|
+
export { default as FishIcon } from '../icons/fish';
|
|
1079
1079
|
// FlagOff aliases
|
|
1080
1080
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1081
1081
|
// FlagTriangleLeft aliases
|
|
@@ -1088,22 +1088,22 @@ export { default as FlagIcon } from '../icons/flag';
|
|
|
1088
1088
|
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1089
1089
|
// Flame aliases
|
|
1090
1090
|
export { default as FlameIcon } from '../icons/flame';
|
|
1091
|
-
// Flashlight aliases
|
|
1092
|
-
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1093
1091
|
// FlashlightOff aliases
|
|
1094
1092
|
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1095
1093
|
// FlaskConicalOff aliases
|
|
1096
1094
|
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1095
|
+
// Flashlight aliases
|
|
1096
|
+
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1097
1097
|
// FlaskConical aliases
|
|
1098
1098
|
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1099
1099
|
// FlaskRound aliases
|
|
1100
1100
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1101
1101
|
// FlipHorizontal2 aliases
|
|
1102
1102
|
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1103
|
-
// FlipVertical2 aliases
|
|
1104
|
-
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1105
1103
|
// Flower2 aliases
|
|
1106
1104
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1105
|
+
// FlipVertical2 aliases
|
|
1106
|
+
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1107
1107
|
// Focus aliases
|
|
1108
1108
|
export { default as FocusIcon } from '../icons/focus';
|
|
1109
1109
|
// Flower aliases
|
|
@@ -1116,34 +1116,34 @@ export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
|
1116
1116
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1117
1117
|
// FolderCheck aliases
|
|
1118
1118
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1119
|
+
// FolderClock aliases
|
|
1120
|
+
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1119
1121
|
// FolderClosed aliases
|
|
1120
1122
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1121
1123
|
// FolderCode aliases
|
|
1122
1124
|
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1123
1125
|
// FolderDot aliases
|
|
1124
1126
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1125
|
-
// FolderClock aliases
|
|
1126
|
-
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1127
1127
|
// FolderDown aliases
|
|
1128
1128
|
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1129
1129
|
// FolderGit2 aliases
|
|
1130
1130
|
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1131
1131
|
// FolderGit aliases
|
|
1132
1132
|
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1133
|
-
// FolderInput aliases
|
|
1134
|
-
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1135
1133
|
// FolderHeart aliases
|
|
1136
1134
|
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1137
|
-
//
|
|
1138
|
-
export { default as
|
|
1135
|
+
// FolderInput aliases
|
|
1136
|
+
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1139
1137
|
// FolderKanban aliases
|
|
1140
1138
|
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1141
|
-
//
|
|
1142
|
-
export { default as
|
|
1139
|
+
// FolderKey aliases
|
|
1140
|
+
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1143
1141
|
// FolderLock aliases
|
|
1144
1142
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1145
1143
|
// FolderOpenDot aliases
|
|
1146
1144
|
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1145
|
+
// FolderMinus aliases
|
|
1146
|
+
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1147
1147
|
// FolderOpen aliases
|
|
1148
1148
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1149
1149
|
// FolderOutput aliases
|
|
@@ -1154,18 +1154,18 @@ export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
|
1154
1154
|
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1155
1155
|
// FolderSearch2 aliases
|
|
1156
1156
|
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1157
|
-
// FolderSearch aliases
|
|
1158
|
-
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1159
1157
|
// FolderSymlink aliases
|
|
1160
1158
|
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1159
|
+
// FolderSearch aliases
|
|
1160
|
+
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1161
1161
|
// FolderSync aliases
|
|
1162
1162
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1163
1163
|
// FolderTree aliases
|
|
1164
1164
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1165
|
-
// FolderX aliases
|
|
1166
|
-
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1167
1165
|
// FolderUp aliases
|
|
1168
1166
|
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1167
|
+
// FolderX aliases
|
|
1168
|
+
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1169
1169
|
// Folder aliases
|
|
1170
1170
|
export { default as FolderIcon } from '../icons/folder';
|
|
1171
1171
|
// Folders aliases
|
|
@@ -1176,10 +1176,10 @@ export { default as FootprintsIcon } from '../icons/footprints';
|
|
|
1176
1176
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1177
1177
|
// Form aliases
|
|
1178
1178
|
export { default as FormIcon } from '../icons/form';
|
|
1179
|
-
// Frame aliases
|
|
1180
|
-
export { default as FrameIcon } from '../icons/frame';
|
|
1181
1179
|
// Forward aliases
|
|
1182
1180
|
export { default as ForwardIcon } from '../icons/forward';
|
|
1181
|
+
// Frame aliases
|
|
1182
|
+
export { default as FrameIcon } from '../icons/frame';
|
|
1183
1183
|
// Frown aliases
|
|
1184
1184
|
export { default as FrownIcon } from '../icons/frown';
|
|
1185
1185
|
// Fuel aliases
|
|
@@ -1190,44 +1190,44 @@ export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
|
1190
1190
|
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1191
1191
|
// GalleryHorizontalEnd aliases
|
|
1192
1192
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1193
|
-
// GalleryThumbnails aliases
|
|
1194
|
-
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1195
1193
|
// GalleryHorizontal aliases
|
|
1196
1194
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1197
|
-
// GalleryVertical aliases
|
|
1198
|
-
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1199
1195
|
// GalleryVerticalEnd aliases
|
|
1200
1196
|
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1197
|
+
// GalleryThumbnails aliases
|
|
1198
|
+
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1199
|
+
// GalleryVertical aliases
|
|
1200
|
+
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1201
1201
|
// Gamepad2 aliases
|
|
1202
1202
|
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1203
1203
|
// GamepadDirectional aliases
|
|
1204
1204
|
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1205
1205
|
// Gamepad aliases
|
|
1206
1206
|
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1207
|
-
// Gauge aliases
|
|
1208
|
-
export { default as GaugeIcon } from '../icons/gauge';
|
|
1209
1207
|
// Gavel aliases
|
|
1210
1208
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1211
|
-
//
|
|
1212
|
-
export { default as
|
|
1209
|
+
// Gauge aliases
|
|
1210
|
+
export { default as GaugeIcon } from '../icons/gauge';
|
|
1213
1211
|
// GeorgianLari aliases
|
|
1214
1212
|
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1213
|
+
// Gem aliases
|
|
1214
|
+
export { default as GemIcon } from '../icons/gem';
|
|
1215
1215
|
// Gift aliases
|
|
1216
1216
|
export { default as GiftIcon } from '../icons/gift';
|
|
1217
1217
|
// Ghost aliases
|
|
1218
1218
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1219
|
+
// GitBranchMinus aliases
|
|
1220
|
+
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1219
1221
|
// GitBranchPlus aliases
|
|
1220
1222
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1221
1223
|
// GitBranch aliases
|
|
1222
1224
|
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1223
|
-
// GitBranchMinus aliases
|
|
1224
|
-
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1225
1225
|
// GitCommitVertical aliases
|
|
1226
1226
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1227
|
-
// GitCompareArrows aliases
|
|
1228
|
-
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1229
1227
|
// GitCompare aliases
|
|
1230
1228
|
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1229
|
+
// GitCompareArrows aliases
|
|
1230
|
+
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1231
1231
|
// GitFork aliases
|
|
1232
1232
|
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1233
1233
|
// GitMergeConflict aliases
|
|
@@ -1236,24 +1236,24 @@ export { default as GitMergeConflictIcon } from '../icons/git-merge-conflict';
|
|
|
1236
1236
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1237
1237
|
// GitMerge aliases
|
|
1238
1238
|
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1239
|
-
// GitPullRequestArrow aliases
|
|
1240
|
-
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1241
1239
|
// GitPullRequestClosed aliases
|
|
1242
1240
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1241
|
+
// GitPullRequestArrow aliases
|
|
1242
|
+
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1243
|
+
// GitPullRequestCreate aliases
|
|
1244
|
+
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1243
1245
|
// GitPullRequestCreateArrow aliases
|
|
1244
1246
|
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1245
1247
|
// GitPullRequestDraft aliases
|
|
1246
1248
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1247
|
-
// GitPullRequestCreate aliases
|
|
1248
|
-
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1249
1249
|
// GitPullRequest aliases
|
|
1250
1250
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1251
1251
|
// GlassWater aliases
|
|
1252
1252
|
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1253
|
-
// Glasses aliases
|
|
1254
|
-
export { default as GlassesIcon } from '../icons/glasses';
|
|
1255
1253
|
// GlobeLock aliases
|
|
1256
1254
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1255
|
+
// Glasses aliases
|
|
1256
|
+
export { default as GlassesIcon } from '../icons/glasses';
|
|
1257
1257
|
// GlobeOff aliases
|
|
1258
1258
|
export { default as GlobeOffIcon } from '../icons/globe-off';
|
|
1259
1259
|
// GlobeX aliases
|
|
@@ -1262,16 +1262,16 @@ export { default as GlobeXIcon } from '../icons/globe-x';
|
|
|
1262
1262
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1263
1263
|
// Goal aliases
|
|
1264
1264
|
export { default as GoalIcon } from '../icons/goal';
|
|
1265
|
-
// GraduationCap aliases
|
|
1266
|
-
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1267
1265
|
// Gpu aliases
|
|
1268
1266
|
export { default as GpuIcon } from '../icons/gpu';
|
|
1267
|
+
// GraduationCap aliases
|
|
1268
|
+
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1269
1269
|
// Grape aliases
|
|
1270
1270
|
export { default as GrapeIcon } from '../icons/grape';
|
|
1271
|
-
// Grid3x2 aliases
|
|
1272
|
-
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1273
1271
|
// GripHorizontal aliases
|
|
1274
1272
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1273
|
+
// Grid3x2 aliases
|
|
1274
|
+
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1275
1275
|
// GripVertical aliases
|
|
1276
1276
|
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1277
1277
|
// Grip aliases
|
|
@@ -1284,40 +1284,40 @@ export { default as GuitarIcon } from '../icons/guitar';
|
|
|
1284
1284
|
export { default as HamIcon } from '../icons/ham';
|
|
1285
1285
|
// Hamburger aliases
|
|
1286
1286
|
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1287
|
-
// HandCoins aliases
|
|
1288
|
-
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1289
1287
|
// Hammer aliases
|
|
1290
1288
|
export { default as HammerIcon } from '../icons/hammer';
|
|
1289
|
+
// HandCoins aliases
|
|
1290
|
+
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1291
1291
|
// HandFist aliases
|
|
1292
1292
|
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1293
1293
|
// HandHeart aliases
|
|
1294
1294
|
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1295
1295
|
// HandMetal aliases
|
|
1296
1296
|
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1297
|
-
// HandPlatter aliases
|
|
1298
|
-
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1299
1297
|
// Hand aliases
|
|
1300
1298
|
export { default as HandIcon } from '../icons/hand';
|
|
1299
|
+
// HandPlatter aliases
|
|
1300
|
+
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1301
1301
|
// Handbag aliases
|
|
1302
1302
|
export { default as HandbagIcon } from '../icons/handbag';
|
|
1303
|
-
// HardDriveDownload aliases
|
|
1304
|
-
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1305
1303
|
// Handshake aliases
|
|
1306
1304
|
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1307
|
-
//
|
|
1308
|
-
export { default as
|
|
1305
|
+
// HardDriveDownload aliases
|
|
1306
|
+
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1309
1307
|
// HardDrive aliases
|
|
1310
1308
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1311
1309
|
// HardHat aliases
|
|
1312
1310
|
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1313
|
-
//
|
|
1314
|
-
export { default as
|
|
1315
|
-
// Haze aliases
|
|
1316
|
-
export { default as HazeIcon } from '../icons/haze';
|
|
1311
|
+
// HardDriveUpload aliases
|
|
1312
|
+
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1317
1313
|
// Hash aliases
|
|
1318
1314
|
export { default as HashIcon } from '../icons/hash';
|
|
1315
|
+
// HatGlasses aliases
|
|
1316
|
+
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1319
1317
|
// Hd aliases
|
|
1320
1318
|
export { default as HdIcon } from '../icons/hd';
|
|
1319
|
+
// Haze aliases
|
|
1320
|
+
export { default as HazeIcon } from '../icons/haze';
|
|
1321
1321
|
// HdmiPort aliases
|
|
1322
1322
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1323
1323
|
// Heading1 aliases
|
|
@@ -1334,10 +1334,10 @@ export { default as Heading5Icon } from '../icons/heading-5';
|
|
|
1334
1334
|
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1335
1335
|
// Heading aliases
|
|
1336
1336
|
export { default as HeadingIcon } from '../icons/heading';
|
|
1337
|
-
// Headphones aliases
|
|
1338
|
-
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1339
1337
|
// HeadphoneOff aliases
|
|
1340
1338
|
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1339
|
+
// Headphones aliases
|
|
1340
|
+
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1341
1341
|
// Headset aliases
|
|
1342
1342
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1343
1343
|
// HeartCrack aliases
|
|
@@ -1354,18 +1354,18 @@ export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
|
1354
1354
|
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1355
1355
|
// Heart aliases
|
|
1356
1356
|
export { default as HeartIcon } from '../icons/heart';
|
|
1357
|
-
// Heater aliases
|
|
1358
|
-
export { default as HeaterIcon } from '../icons/heater';
|
|
1359
1357
|
// Helicopter aliases
|
|
1360
1358
|
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1359
|
+
// Heater aliases
|
|
1360
|
+
export { default as HeaterIcon } from '../icons/heater';
|
|
1361
1361
|
// Hexagon aliases
|
|
1362
1362
|
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1363
1363
|
// Highlighter aliases
|
|
1364
1364
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1365
|
-
// History aliases
|
|
1366
|
-
export { default as HistoryIcon } from '../icons/history';
|
|
1367
1365
|
// HopOff aliases
|
|
1368
1366
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1367
|
+
// History aliases
|
|
1368
|
+
export { default as HistoryIcon } from '../icons/history';
|
|
1369
1369
|
// Hop aliases
|
|
1370
1370
|
export { default as HopIcon } from '../icons/hop';
|
|
1371
1371
|
// Hospital aliases
|
|
@@ -1384,64 +1384,64 @@ export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
|
1384
1384
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1385
1385
|
// IdCardLanyard aliases
|
|
1386
1386
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1387
|
-
// ImageDown aliases
|
|
1388
|
-
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1389
|
-
// IdCard aliases
|
|
1390
|
-
export { default as IdCardIcon } from '../icons/id-card';
|
|
1391
1387
|
// ImageMinus aliases
|
|
1392
1388
|
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1389
|
+
// IdCard aliases
|
|
1390
|
+
export { default as IdCardIcon } from '../icons/id-card';
|
|
1393
1391
|
// ImageOff aliases
|
|
1394
1392
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1395
|
-
//
|
|
1396
|
-
export { default as
|
|
1393
|
+
// ImageDown aliases
|
|
1394
|
+
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1397
1395
|
// ImagePlus aliases
|
|
1398
1396
|
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1399
|
-
//
|
|
1400
|
-
export { default as
|
|
1401
|
-
// Image aliases
|
|
1402
|
-
export { default as ImageIcon } from '../icons/image';
|
|
1397
|
+
// ImagePlay aliases
|
|
1398
|
+
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1403
1399
|
// ImageUpscale aliases
|
|
1404
1400
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1405
|
-
//
|
|
1406
|
-
export { default as
|
|
1401
|
+
// ImageUp aliases
|
|
1402
|
+
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1407
1403
|
// Images aliases
|
|
1408
1404
|
export { default as ImagesIcon } from '../icons/images';
|
|
1409
|
-
//
|
|
1410
|
-
export { default as
|
|
1405
|
+
// Import aliases
|
|
1406
|
+
export { default as ImportIcon } from '../icons/import';
|
|
1407
|
+
// Image aliases
|
|
1408
|
+
export { default as ImageIcon } from '../icons/image';
|
|
1411
1409
|
// Inbox aliases
|
|
1412
1410
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1413
|
-
//
|
|
1414
|
-
export { default as
|
|
1411
|
+
// IndianRupee aliases
|
|
1412
|
+
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1415
1413
|
// Infinity aliases
|
|
1416
1414
|
export { default as InfinityIcon } from '../icons/infinity';
|
|
1417
|
-
//
|
|
1418
|
-
export { default as
|
|
1415
|
+
// Info aliases
|
|
1416
|
+
export { default as InfoIcon } from '../icons/info';
|
|
1419
1417
|
// InspectionPanel aliases
|
|
1420
1418
|
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1421
1419
|
// IterationCcw aliases
|
|
1422
1420
|
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1421
|
+
// Italic aliases
|
|
1422
|
+
export { default as ItalicIcon } from '../icons/italic';
|
|
1423
1423
|
// Joystick aliases
|
|
1424
1424
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1425
1425
|
// IterationCw aliases
|
|
1426
1426
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1427
|
-
// Kanban aliases
|
|
1428
|
-
export { default as KanbanIcon } from '../icons/kanban';
|
|
1429
1427
|
// JapaneseYen aliases
|
|
1430
1428
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1431
|
-
//
|
|
1432
|
-
export { default as
|
|
1429
|
+
// Kanban aliases
|
|
1430
|
+
export { default as KanbanIcon } from '../icons/kanban';
|
|
1433
1431
|
// Kayak aliases
|
|
1434
1432
|
export { default as KayakIcon } from '../icons/kayak';
|
|
1435
|
-
//
|
|
1436
|
-
export { default as
|
|
1433
|
+
// KeyRound aliases
|
|
1434
|
+
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1437
1435
|
// Key aliases
|
|
1438
1436
|
export { default as KeyIcon } from '../icons/key';
|
|
1437
|
+
// KeySquare aliases
|
|
1438
|
+
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1439
1439
|
// KeyboardMusic aliases
|
|
1440
1440
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1441
|
-
// Keyboard aliases
|
|
1442
|
-
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1443
1441
|
// KeyboardOff aliases
|
|
1444
1442
|
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1443
|
+
// Keyboard aliases
|
|
1444
|
+
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1445
1445
|
// LampCeiling aliases
|
|
1446
1446
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1447
1447
|
// LampDesk aliases
|
|
@@ -1450,98 +1450,100 @@ export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
|
1450
1450
|
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1451
1451
|
// LampWallDown aliases
|
|
1452
1452
|
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1453
|
-
// LampWallUp aliases
|
|
1454
|
-
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1455
1453
|
// Lamp aliases
|
|
1456
1454
|
export { default as LampIcon } from '../icons/lamp';
|
|
1457
|
-
// Landmark aliases
|
|
1458
|
-
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1459
1455
|
// LandPlot aliases
|
|
1460
1456
|
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1457
|
+
// LampWallUp aliases
|
|
1458
|
+
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1459
|
+
// Landmark aliases
|
|
1460
|
+
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1461
|
+
// Languages aliases
|
|
1462
|
+
export { default as LanguagesIcon } from '../icons/languages';
|
|
1461
1463
|
// LaptopMinimalCheck aliases
|
|
1462
1464
|
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1463
1465
|
// Laptop aliases
|
|
1464
1466
|
export { default as LaptopIcon } from '../icons/laptop';
|
|
1465
|
-
// Languages aliases
|
|
1466
|
-
export { default as LanguagesIcon } from '../icons/languages';
|
|
1467
|
-
// LassoSelect aliases
|
|
1468
|
-
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1469
1467
|
// Lasso aliases
|
|
1470
1468
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1469
|
+
// LassoSelect aliases
|
|
1470
|
+
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1471
1471
|
// Laugh aliases
|
|
1472
1472
|
export { default as LaughIcon } from '../icons/laugh';
|
|
1473
1473
|
// Layers2 aliases
|
|
1474
1474
|
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1475
1475
|
// LayersPlus aliases
|
|
1476
1476
|
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1477
|
-
// LayoutGrid aliases
|
|
1478
|
-
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1479
1477
|
// LayoutDashboard aliases
|
|
1480
1478
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1479
|
+
// LayoutGrid aliases
|
|
1480
|
+
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1481
1481
|
// LayoutList aliases
|
|
1482
1482
|
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1483
1483
|
// LayoutPanelLeft aliases
|
|
1484
1484
|
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1485
1485
|
// LayoutPanelTop aliases
|
|
1486
1486
|
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1487
|
-
// LayoutTemplate aliases
|
|
1488
|
-
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1489
1487
|
// LeafyGreen aliases
|
|
1490
1488
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1491
1489
|
// Leaf aliases
|
|
1492
1490
|
export { default as LeafIcon } from '../icons/leaf';
|
|
1491
|
+
// LayoutTemplate aliases
|
|
1492
|
+
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1493
|
+
// LensConcave aliases
|
|
1494
|
+
export { default as LensConcaveIcon } from '../icons/lens-concave';
|
|
1493
1495
|
// Lectern aliases
|
|
1494
1496
|
export { default as LecternIcon } from '../icons/lectern';
|
|
1495
1497
|
// LensConvex aliases
|
|
1496
1498
|
export { default as LensConvexIcon } from '../icons/lens-convex';
|
|
1497
|
-
// LensConcave aliases
|
|
1498
|
-
export { default as LensConcaveIcon } from '../icons/lens-concave';
|
|
1499
1499
|
// LibraryBig aliases
|
|
1500
1500
|
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1501
|
-
// Library aliases
|
|
1502
|
-
export { default as LibraryIcon } from '../icons/library';
|
|
1503
1501
|
// Ligature aliases
|
|
1504
1502
|
export { default as LigatureIcon } from '../icons/ligature';
|
|
1505
1503
|
// LifeBuoy aliases
|
|
1506
1504
|
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1505
|
+
// Library aliases
|
|
1506
|
+
export { default as LibraryIcon } from '../icons/library';
|
|
1507
1507
|
// LightbulbOff aliases
|
|
1508
1508
|
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1509
|
-
// Lightbulb aliases
|
|
1510
|
-
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1511
1509
|
// LineDotRightHorizontal aliases
|
|
1512
1510
|
export { default as LineDotRightHorizontalIcon } from '../icons/line-dot-right-horizontal';
|
|
1513
|
-
//
|
|
1514
|
-
export { default as
|
|
1511
|
+
// Lightbulb aliases
|
|
1512
|
+
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1515
1513
|
// LineSquiggle aliases
|
|
1516
1514
|
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1515
|
+
// LineStyle aliases
|
|
1516
|
+
export { default as LineStyleIcon } from '../icons/line-style';
|
|
1517
1517
|
// Link2 aliases
|
|
1518
1518
|
export { default as Link2Icon } from '../icons/link-2';
|
|
1519
|
+
// Link2Off aliases
|
|
1520
|
+
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1519
1521
|
// Link aliases
|
|
1520
1522
|
export { default as LinkIcon } from '../icons/link';
|
|
1521
|
-
// ListCheck aliases
|
|
1522
|
-
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1523
1523
|
// ListChecks aliases
|
|
1524
1524
|
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1525
|
+
// ListCheck aliases
|
|
1526
|
+
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1525
1527
|
// ListChevronsDownUp aliases
|
|
1526
1528
|
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1527
|
-
// ListCollapse aliases
|
|
1528
|
-
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1529
1529
|
// ListChevronsUpDown aliases
|
|
1530
1530
|
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1531
1531
|
// ListEnd aliases
|
|
1532
1532
|
export { default as ListEndIcon } from '../icons/list-end';
|
|
1533
|
+
// ListCollapse aliases
|
|
1534
|
+
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1533
1535
|
// ListFilterPlus aliases
|
|
1534
1536
|
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1537
|
+
// ListFilter aliases
|
|
1538
|
+
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1535
1539
|
// ListMinus aliases
|
|
1536
1540
|
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1541
|
+
// ListOrdered aliases
|
|
1542
|
+
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1537
1543
|
// ListMusic aliases
|
|
1538
1544
|
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1539
|
-
// ListFilter aliases
|
|
1540
|
-
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1541
1545
|
// ListPlus aliases
|
|
1542
1546
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1543
|
-
// ListOrdered aliases
|
|
1544
|
-
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1545
1547
|
// ListRestart aliases
|
|
1546
1548
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1547
1549
|
// ListStart aliases
|
|
@@ -1550,110 +1552,110 @@ export { default as ListStartIcon } from '../icons/list-start';
|
|
|
1550
1552
|
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1551
1553
|
// ListTree aliases
|
|
1552
1554
|
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1553
|
-
// ListX aliases
|
|
1554
|
-
export { default as ListXIcon } from '../icons/list-x';
|
|
1555
1555
|
// ListVideo aliases
|
|
1556
1556
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1557
|
+
// ListX aliases
|
|
1558
|
+
export { default as ListXIcon } from '../icons/list-x';
|
|
1559
|
+
// List aliases
|
|
1560
|
+
export { default as ListIcon } from '../icons/list';
|
|
1557
1561
|
// Loader aliases
|
|
1558
1562
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1559
1563
|
// LoaderPinwheel aliases
|
|
1560
1564
|
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1561
|
-
// List aliases
|
|
1562
|
-
export { default as ListIcon } from '../icons/list';
|
|
1563
1565
|
// LocateFixed aliases
|
|
1564
1566
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1565
1567
|
// LocateOff aliases
|
|
1566
1568
|
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1567
1569
|
// Locate aliases
|
|
1568
1570
|
export { default as LocateIcon } from '../icons/locate';
|
|
1569
|
-
// LockKeyhole aliases
|
|
1570
|
-
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1571
1571
|
// Lock aliases
|
|
1572
1572
|
export { default as LockIcon } from '../icons/lock';
|
|
1573
|
-
// Logs aliases
|
|
1574
|
-
export { default as LogsIcon } from '../icons/logs';
|
|
1575
1573
|
// LogIn aliases
|
|
1576
1574
|
export { default as LogInIcon } from '../icons/log-in';
|
|
1575
|
+
// LockKeyhole aliases
|
|
1576
|
+
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1577
1577
|
// LogOut aliases
|
|
1578
1578
|
export { default as LogOutIcon } from '../icons/log-out';
|
|
1579
|
+
// Logs aliases
|
|
1580
|
+
export { default as LogsIcon } from '../icons/logs';
|
|
1579
1581
|
// Lollipop aliases
|
|
1580
1582
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1581
|
-
// Magnet aliases
|
|
1582
|
-
export { default as MagnetIcon } from '../icons/magnet';
|
|
1583
1583
|
// Luggage aliases
|
|
1584
1584
|
export { default as LuggageIcon } from '../icons/luggage';
|
|
1585
|
+
// Magnet aliases
|
|
1586
|
+
export { default as MagnetIcon } from '../icons/magnet';
|
|
1585
1587
|
// MailCheck aliases
|
|
1586
1588
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1587
1589
|
// MailMinus aliases
|
|
1588
1590
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1589
|
-
// MailPlus aliases
|
|
1590
|
-
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1591
1591
|
// MailOpen aliases
|
|
1592
1592
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1593
|
-
//
|
|
1594
|
-
export { default as
|
|
1593
|
+
// MailPlus aliases
|
|
1594
|
+
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1595
1595
|
// MailSearch aliases
|
|
1596
1596
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1597
|
+
// MailWarning aliases
|
|
1598
|
+
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1597
1599
|
// MailX aliases
|
|
1598
1600
|
export { default as MailXIcon } from '../icons/mail-x';
|
|
1599
1601
|
// Mail aliases
|
|
1600
1602
|
export { default as MailIcon } from '../icons/mail';
|
|
1601
|
-
// Mailbox aliases
|
|
1602
|
-
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1603
1603
|
// Mails aliases
|
|
1604
1604
|
export { default as MailsIcon } from '../icons/mails';
|
|
1605
|
-
//
|
|
1606
|
-
export { default as
|
|
1605
|
+
// Mailbox aliases
|
|
1606
|
+
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1607
1607
|
// MapMinus aliases
|
|
1608
1608
|
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1609
|
+
// MapPinCheckInside aliases
|
|
1610
|
+
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1609
1611
|
// MapPinCheck aliases
|
|
1610
1612
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1613
|
+
// MapPinMinus aliases
|
|
1614
|
+
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1611
1615
|
// MapPinHouse aliases
|
|
1612
1616
|
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1613
1617
|
// MapPinMinusInside aliases
|
|
1614
1618
|
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1615
|
-
// MapPinMinus aliases
|
|
1616
|
-
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1617
1619
|
// MapPinOff aliases
|
|
1618
1620
|
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1619
1621
|
// MapPinPlusInside aliases
|
|
1620
1622
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1621
1623
|
// MapPinPlus aliases
|
|
1622
1624
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1623
|
-
// MapPinXInside aliases
|
|
1624
|
-
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1625
1625
|
// MapPinX aliases
|
|
1626
1626
|
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1627
|
+
// MapPinXInside aliases
|
|
1628
|
+
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1627
1629
|
// MapPin aliases
|
|
1628
1630
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1629
|
-
// MapPinned aliases
|
|
1630
|
-
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1631
|
-
// Map aliases
|
|
1632
|
-
export { default as MapIcon } from '../icons/map';
|
|
1633
1631
|
// MapPlus aliases
|
|
1634
1632
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1633
|
+
// MapPinned aliases
|
|
1634
|
+
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1635
1635
|
// MarsStroke aliases
|
|
1636
1636
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1637
|
-
//
|
|
1638
|
-
export { default as
|
|
1637
|
+
// Map aliases
|
|
1638
|
+
export { default as MapIcon } from '../icons/map';
|
|
1639
1639
|
// Mars aliases
|
|
1640
1640
|
export { default as MarsIcon } from '../icons/mars';
|
|
1641
|
-
//
|
|
1642
|
-
export { default as
|
|
1641
|
+
// Martini aliases
|
|
1642
|
+
export { default as MartiniIcon } from '../icons/martini';
|
|
1643
1643
|
// Maximize2 aliases
|
|
1644
1644
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1645
|
+
// Maximize aliases
|
|
1646
|
+
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1645
1647
|
// Medal aliases
|
|
1646
1648
|
export { default as MedalIcon } from '../icons/medal';
|
|
1647
|
-
// Megaphone aliases
|
|
1648
|
-
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1649
1649
|
// MegaphoneOff aliases
|
|
1650
1650
|
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1651
|
+
// Megaphone aliases
|
|
1652
|
+
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1651
1653
|
// Meh aliases
|
|
1652
1654
|
export { default as MehIcon } from '../icons/meh';
|
|
1653
|
-
// MemoryStick aliases
|
|
1654
|
-
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1655
1655
|
// Menu aliases
|
|
1656
1656
|
export { default as MenuIcon } from '../icons/menu';
|
|
1657
|
+
// MemoryStick aliases
|
|
1658
|
+
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1657
1659
|
// Merge aliases
|
|
1658
1660
|
export { default as MergeIcon } from '../icons/merge';
|
|
1659
1661
|
// MessageCircleCheck aliases
|
|
@@ -1662,24 +1664,24 @@ export { default as MessageCircleCheckIcon } from '../icons/message-circle-check
|
|
|
1662
1664
|
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1663
1665
|
// MessageCircleDashed aliases
|
|
1664
1666
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1665
|
-
// MessageCircleMore aliases
|
|
1666
|
-
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1667
1667
|
// MessageCircleHeart aliases
|
|
1668
1668
|
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1669
|
-
//
|
|
1670
|
-
export { default as
|
|
1669
|
+
// MessageCircleMore aliases
|
|
1670
|
+
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1671
1671
|
// MessageCirclePlus aliases
|
|
1672
1672
|
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1673
|
+
// MessageCircleOff aliases
|
|
1674
|
+
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1673
1675
|
// MessageCircleReply aliases
|
|
1674
1676
|
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1675
|
-
// MessageCircleX aliases
|
|
1676
|
-
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1677
1677
|
// MessageCircleWarning aliases
|
|
1678
1678
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1679
|
-
//
|
|
1680
|
-
export { default as
|
|
1679
|
+
// MessageCircleX aliases
|
|
1680
|
+
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1681
1681
|
// MessageSquareCheck aliases
|
|
1682
1682
|
export { default as MessageSquareCheckIcon } from '../icons/message-square-check';
|
|
1683
|
+
// MessageCircle aliases
|
|
1684
|
+
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1683
1685
|
// MessageSquareCode aliases
|
|
1684
1686
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1685
1687
|
// MessageSquareDashed aliases
|
|
@@ -1698,52 +1700,52 @@ export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
|
1698
1700
|
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1699
1701
|
// MessageSquarePlus aliases
|
|
1700
1702
|
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1701
|
-
// MessageSquareQuote aliases
|
|
1702
|
-
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1703
1703
|
// MessageSquareReply aliases
|
|
1704
1704
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1705
|
+
// MessageSquareQuote aliases
|
|
1706
|
+
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1705
1707
|
// MessageSquareShare aliases
|
|
1706
1708
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1707
|
-
// MessageSquareWarning aliases
|
|
1708
|
-
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1709
1709
|
// MessageSquareText aliases
|
|
1710
1710
|
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1711
1711
|
// MessageSquareX aliases
|
|
1712
1712
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1713
|
+
// MessageSquareWarning aliases
|
|
1714
|
+
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1713
1715
|
// MessageSquare aliases
|
|
1714
1716
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1715
1717
|
// MessagesSquare aliases
|
|
1716
1718
|
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1717
1719
|
// Metronome aliases
|
|
1718
1720
|
export { default as MetronomeIcon } from '../icons/metronome';
|
|
1721
|
+
// MicOff aliases
|
|
1722
|
+
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1719
1723
|
// Mic aliases
|
|
1720
1724
|
export { default as MicIcon } from '../icons/mic';
|
|
1721
1725
|
// Microchip aliases
|
|
1722
1726
|
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1723
|
-
// MicOff aliases
|
|
1724
|
-
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1725
1727
|
// Microscope aliases
|
|
1726
1728
|
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1727
1729
|
// Microwave aliases
|
|
1728
1730
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1731
|
+
// Milestone aliases
|
|
1732
|
+
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1729
1733
|
// MilkOff aliases
|
|
1730
1734
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1731
1735
|
// Milk aliases
|
|
1732
1736
|
export { default as MilkIcon } from '../icons/milk';
|
|
1733
|
-
// Milestone aliases
|
|
1734
|
-
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1735
1737
|
// Minimize2 aliases
|
|
1736
1738
|
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1737
1739
|
// Minimize aliases
|
|
1738
1740
|
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1739
1741
|
// Minus aliases
|
|
1740
1742
|
export { default as MinusIcon } from '../icons/minus';
|
|
1741
|
-
// MirrorRectangular aliases
|
|
1742
|
-
export { default as MirrorRectangularIcon } from '../icons/mirror-rectangular';
|
|
1743
|
-
// MonitorCheck aliases
|
|
1744
|
-
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1745
1743
|
// MirrorRound aliases
|
|
1746
1744
|
export { default as MirrorRoundIcon } from '../icons/mirror-round';
|
|
1745
|
+
// MonitorCheck aliases
|
|
1746
|
+
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1747
|
+
// MirrorRectangular aliases
|
|
1748
|
+
export { default as MirrorRectangularIcon } from '../icons/mirror-rectangular';
|
|
1747
1749
|
// MonitorCloud aliases
|
|
1748
1750
|
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1749
1751
|
// MonitorCog aliases
|
|
@@ -1754,42 +1756,42 @@ export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
|
1754
1756
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1755
1757
|
// MonitorOff aliases
|
|
1756
1758
|
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1757
|
-
// MonitorPlay aliases
|
|
1758
|
-
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1759
1759
|
// MonitorPause aliases
|
|
1760
1760
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1761
1761
|
// MonitorSmartphone aliases
|
|
1762
1762
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1763
|
+
// MonitorPlay aliases
|
|
1764
|
+
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1763
1765
|
// MonitorSpeaker aliases
|
|
1764
1766
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1765
1767
|
// MonitorStop aliases
|
|
1766
1768
|
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1767
1769
|
// MonitorUp aliases
|
|
1768
1770
|
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1769
|
-
// Monitor aliases
|
|
1770
|
-
export { default as MonitorIcon } from '../icons/monitor';
|
|
1771
1771
|
// MonitorX aliases
|
|
1772
1772
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1773
|
+
// Monitor aliases
|
|
1774
|
+
export { default as MonitorIcon } from '../icons/monitor';
|
|
1773
1775
|
// MoonStar aliases
|
|
1774
1776
|
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1775
1777
|
// Moon aliases
|
|
1776
1778
|
export { default as MoonIcon } from '../icons/moon';
|
|
1777
|
-
// MountainSnow aliases
|
|
1778
|
-
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1779
1779
|
// Motorbike aliases
|
|
1780
1780
|
export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
1781
|
+
// MountainSnow aliases
|
|
1782
|
+
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1781
1783
|
// Mountain aliases
|
|
1782
1784
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1783
1785
|
// MouseLeft aliases
|
|
1784
1786
|
export { default as MouseLeftIcon } from '../icons/mouse-left';
|
|
1785
|
-
// MouseOff aliases
|
|
1786
|
-
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1787
1787
|
// MousePointer2Off aliases
|
|
1788
1788
|
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1789
|
-
//
|
|
1790
|
-
export { default as
|
|
1789
|
+
// MouseOff aliases
|
|
1790
|
+
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1791
1791
|
// MousePointerBan aliases
|
|
1792
1792
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1793
|
+
// MousePointer2 aliases
|
|
1794
|
+
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1793
1795
|
// MousePointerClick aliases
|
|
1794
1796
|
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1795
1797
|
// MousePointer aliases
|
|
@@ -1798,18 +1800,18 @@ export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
|
1798
1800
|
export { default as MouseRightIcon } from '../icons/mouse-right';
|
|
1799
1801
|
// Mouse aliases
|
|
1800
1802
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1801
|
-
// MoveDownLeft aliases
|
|
1802
|
-
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1803
1803
|
// MoveDiagonal2 aliases
|
|
1804
1804
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1805
|
-
//
|
|
1806
|
-
export { default as
|
|
1805
|
+
// MoveDownLeft aliases
|
|
1806
|
+
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1807
1807
|
// MoveDownRight aliases
|
|
1808
1808
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1809
|
-
//
|
|
1810
|
-
export { default as
|
|
1809
|
+
// MoveDiagonal aliases
|
|
1810
|
+
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1811
1811
|
// MoveDown aliases
|
|
1812
1812
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1813
|
+
// MoveHorizontal aliases
|
|
1814
|
+
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1813
1815
|
// MoveLeft aliases
|
|
1814
1816
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1815
1817
|
// MoveRight aliases
|
|
@@ -1826,10 +1828,10 @@ export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
|
1826
1828
|
export { default as MoveIcon } from '../icons/move';
|
|
1827
1829
|
// Music2 aliases
|
|
1828
1830
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1829
|
-
// Music3 aliases
|
|
1830
|
-
export { default as Music3Icon } from '../icons/music-3';
|
|
1831
1831
|
// Music4 aliases
|
|
1832
1832
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1833
|
+
// Music3 aliases
|
|
1834
|
+
export { default as Music3Icon } from '../icons/music-3';
|
|
1833
1835
|
// Music aliases
|
|
1834
1836
|
export { default as MusicIcon } from '../icons/music';
|
|
1835
1837
|
// Navigation2 aliases
|
|
@@ -1838,44 +1840,44 @@ export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
|
1838
1840
|
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1839
1841
|
// NavigationOff aliases
|
|
1840
1842
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1841
|
-
// Network aliases
|
|
1842
|
-
export { default as NetworkIcon } from '../icons/network';
|
|
1843
1843
|
// Navigation aliases
|
|
1844
1844
|
export { default as NavigationIcon } from '../icons/navigation';
|
|
1845
|
+
// Network aliases
|
|
1846
|
+
export { default as NetworkIcon } from '../icons/network';
|
|
1845
1847
|
// Newspaper aliases
|
|
1846
1848
|
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1847
1849
|
// Nfc aliases
|
|
1848
1850
|
export { default as NfcIcon } from '../icons/nfc';
|
|
1849
|
-
// NonBinary aliases
|
|
1850
|
-
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1851
1851
|
// NotebookPen aliases
|
|
1852
1852
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1853
|
+
// NonBinary aliases
|
|
1854
|
+
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1853
1855
|
// NotebookTabs aliases
|
|
1854
1856
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1855
1857
|
// NotebookText aliases
|
|
1856
1858
|
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1857
|
-
// Notebook aliases
|
|
1858
|
-
export { default as NotebookIcon } from '../icons/notebook';
|
|
1859
1859
|
// NotepadTextDashed aliases
|
|
1860
1860
|
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1861
|
-
//
|
|
1862
|
-
export { default as
|
|
1861
|
+
// Notebook aliases
|
|
1862
|
+
export { default as NotebookIcon } from '../icons/notebook';
|
|
1863
1863
|
// NutOff aliases
|
|
1864
1864
|
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1865
1865
|
// Nut aliases
|
|
1866
1866
|
export { default as NutIcon } from '../icons/nut';
|
|
1867
|
+
// NotepadText aliases
|
|
1868
|
+
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1867
1869
|
// OctagonMinus aliases
|
|
1868
1870
|
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1869
1871
|
// Octagon aliases
|
|
1870
1872
|
export { default as OctagonIcon } from '../icons/octagon';
|
|
1871
1873
|
// Omega aliases
|
|
1872
1874
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1873
|
-
// Origami aliases
|
|
1874
|
-
export { default as OrigamiIcon } from '../icons/origami';
|
|
1875
1875
|
// Option aliases
|
|
1876
1876
|
export { default as OptionIcon } from '../icons/option';
|
|
1877
1877
|
// Orbit aliases
|
|
1878
1878
|
export { default as OrbitIcon } from '../icons/orbit';
|
|
1879
|
+
// Origami aliases
|
|
1880
|
+
export { default as OrigamiIcon } from '../icons/origami';
|
|
1879
1881
|
// Package2 aliases
|
|
1880
1882
|
export { default as Package2Icon } from '../icons/package-2';
|
|
1881
1883
|
// PackageCheck aliases
|
|
@@ -1884,10 +1886,10 @@ export { default as PackageCheckIcon } from '../icons/package-check';
|
|
|
1884
1886
|
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1885
1887
|
// PackageOpen aliases
|
|
1886
1888
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1887
|
-
// PackageSearch aliases
|
|
1888
|
-
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1889
1889
|
// PackagePlus aliases
|
|
1890
1890
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1891
|
+
// PackageSearch aliases
|
|
1892
|
+
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1891
1893
|
// PackageX aliases
|
|
1892
1894
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
1893
1895
|
// Package aliases
|
|
@@ -1906,18 +1908,18 @@ export { default as PandaIcon } from '../icons/panda';
|
|
|
1906
1908
|
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1907
1909
|
// PanelBottomOpen aliases
|
|
1908
1910
|
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1909
|
-
// PanelLeftRightDashed aliases
|
|
1910
|
-
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1911
1911
|
// PanelBottom aliases
|
|
1912
1912
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1913
|
+
// PanelLeftRightDashed aliases
|
|
1914
|
+
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1913
1915
|
// PanelRightClose aliases
|
|
1914
1916
|
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1915
|
-
// PanelRight aliases
|
|
1916
|
-
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1917
1917
|
// PanelRightOpen aliases
|
|
1918
1918
|
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1919
1919
|
// PanelTopBottomDashed aliases
|
|
1920
1920
|
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
1921
|
+
// PanelRight aliases
|
|
1922
|
+
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1921
1923
|
// PanelTopOpen aliases
|
|
1922
1924
|
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1923
1925
|
// PanelTopClose aliases
|
|
@@ -1960,162 +1962,162 @@ export { default as PentagonIcon } from '../icons/pentagon';
|
|
|
1960
1962
|
export { default as PercentIcon } from '../icons/percent';
|
|
1961
1963
|
// PersonStanding aliases
|
|
1962
1964
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1963
|
-
// PhoneForwarded aliases
|
|
1964
|
-
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1965
1965
|
// PhilippinePeso aliases
|
|
1966
1966
|
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1967
|
+
// PhoneForwarded aliases
|
|
1968
|
+
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1967
1969
|
// PhoneCall aliases
|
|
1968
1970
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1971
|
+
// PhoneIncoming aliases
|
|
1972
|
+
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1969
1973
|
// PhoneMissed aliases
|
|
1970
1974
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1971
1975
|
// PhoneOff aliases
|
|
1972
1976
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1973
|
-
// PhoneIncoming aliases
|
|
1974
|
-
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1975
1977
|
// PhoneOutgoing aliases
|
|
1976
1978
|
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1977
1979
|
// Phone aliases
|
|
1978
1980
|
export { default as PhoneIcon } from '../icons/phone';
|
|
1979
|
-
// Piano aliases
|
|
1980
|
-
export { default as PianoIcon } from '../icons/piano';
|
|
1981
1981
|
// Pi aliases
|
|
1982
1982
|
export { default as PiIcon } from '../icons/pi';
|
|
1983
|
+
// Piano aliases
|
|
1984
|
+
export { default as PianoIcon } from '../icons/piano';
|
|
1983
1985
|
// Pickaxe aliases
|
|
1984
1986
|
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1985
1987
|
// PictureInPicture2 aliases
|
|
1986
1988
|
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
1987
1989
|
// PictureInPicture aliases
|
|
1988
1990
|
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1989
|
-
// PiggyBank aliases
|
|
1990
|
-
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1991
1991
|
// PilcrowLeft aliases
|
|
1992
1992
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1993
1993
|
// PilcrowRight aliases
|
|
1994
1994
|
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1995
|
+
// PiggyBank aliases
|
|
1996
|
+
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1995
1997
|
// Pilcrow aliases
|
|
1996
1998
|
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1997
1999
|
// PillBottle aliases
|
|
1998
2000
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
1999
2001
|
// Pill aliases
|
|
2000
2002
|
export { default as PillIcon } from '../icons/pill';
|
|
2001
|
-
// Pin aliases
|
|
2002
|
-
export { default as PinIcon } from '../icons/pin';
|
|
2003
2003
|
// PinOff aliases
|
|
2004
2004
|
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2005
|
-
//
|
|
2006
|
-
export { default as
|
|
2005
|
+
// Pin aliases
|
|
2006
|
+
export { default as PinIcon } from '../icons/pin';
|
|
2007
2007
|
// Pipette aliases
|
|
2008
2008
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
2009
|
+
// Pizza aliases
|
|
2010
|
+
export { default as PizzaIcon } from '../icons/pizza';
|
|
2009
2011
|
// PlaneLanding aliases
|
|
2010
2012
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
2013
|
+
// Plane aliases
|
|
2014
|
+
export { default as PlaneIcon } from '../icons/plane';
|
|
2011
2015
|
// PlaneTakeoff aliases
|
|
2012
2016
|
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
2013
2017
|
// Play aliases
|
|
2014
2018
|
export { default as PlayIcon } from '../icons/play';
|
|
2015
|
-
// Plane aliases
|
|
2016
|
-
export { default as PlaneIcon } from '../icons/plane';
|
|
2017
2019
|
// Plug2 aliases
|
|
2018
2020
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
2019
2021
|
// Plug aliases
|
|
2020
2022
|
export { default as PlugIcon } from '../icons/plug';
|
|
2021
2023
|
// Plus aliases
|
|
2022
2024
|
export { default as PlusIcon } from '../icons/plus';
|
|
2023
|
-
// PocketKnife aliases
|
|
2024
|
-
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2025
2025
|
// Podcast aliases
|
|
2026
2026
|
export { default as PodcastIcon } from '../icons/podcast';
|
|
2027
|
-
//
|
|
2028
|
-
export { default as
|
|
2027
|
+
// PocketKnife aliases
|
|
2028
|
+
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2029
2029
|
// PointerOff aliases
|
|
2030
2030
|
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2031
|
+
// Pointer aliases
|
|
2032
|
+
export { default as PointerIcon } from '../icons/pointer';
|
|
2031
2033
|
// Popcorn aliases
|
|
2032
2034
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2033
2035
|
// Popsicle aliases
|
|
2034
2036
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2035
|
-
// PowerOff aliases
|
|
2036
|
-
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2037
2037
|
// PoundSterling aliases
|
|
2038
2038
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2039
2039
|
// Power aliases
|
|
2040
2040
|
export { default as PowerIcon } from '../icons/power';
|
|
2041
|
+
// PowerOff aliases
|
|
2042
|
+
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2041
2043
|
// Presentation aliases
|
|
2042
2044
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
2043
2045
|
// PrinterCheck aliases
|
|
2044
2046
|
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2045
2047
|
// PrinterX aliases
|
|
2046
2048
|
export { default as PrinterXIcon } from '../icons/printer-x';
|
|
2047
|
-
// Printer aliases
|
|
2048
|
-
export { default as PrinterIcon } from '../icons/printer';
|
|
2049
2049
|
// Projector aliases
|
|
2050
2050
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
2051
|
-
//
|
|
2052
|
-
export { default as
|
|
2051
|
+
// Printer aliases
|
|
2052
|
+
export { default as PrinterIcon } from '../icons/printer';
|
|
2053
2053
|
// Proportions aliases
|
|
2054
2054
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2055
|
+
// Puzzle aliases
|
|
2056
|
+
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2055
2057
|
// Pyramid aliases
|
|
2056
2058
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2057
2059
|
// QrCode aliases
|
|
2058
2060
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2059
2061
|
// Quote aliases
|
|
2060
2062
|
export { default as QuoteIcon } from '../icons/quote';
|
|
2061
|
-
// Radar aliases
|
|
2062
|
-
export { default as RadarIcon } from '../icons/radar';
|
|
2063
2063
|
// Rabbit aliases
|
|
2064
2064
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2065
|
+
// Radar aliases
|
|
2066
|
+
export { default as RadarIcon } from '../icons/radar';
|
|
2065
2067
|
// Radical aliases
|
|
2066
2068
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2067
|
-
// Radiation aliases
|
|
2068
|
-
export { default as RadiationIcon } from '../icons/radiation';
|
|
2069
2069
|
// RadioReceiver aliases
|
|
2070
2070
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2071
|
+
// Radiation aliases
|
|
2072
|
+
export { default as RadiationIcon } from '../icons/radiation';
|
|
2071
2073
|
// RadioTower aliases
|
|
2072
2074
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2075
|
+
// Radio aliases
|
|
2076
|
+
export { default as RadioIcon } from '../icons/radio';
|
|
2073
2077
|
// Rainbow aliases
|
|
2074
2078
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2075
2079
|
// Radius aliases
|
|
2076
2080
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2077
|
-
// Radio aliases
|
|
2078
|
-
export { default as RadioIcon } from '../icons/radio';
|
|
2079
2081
|
// Rat aliases
|
|
2080
2082
|
export { default as RatIcon } from '../icons/rat';
|
|
2081
|
-
// ReceiptCent aliases
|
|
2082
|
-
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2083
2083
|
// Ratio aliases
|
|
2084
2084
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2085
|
+
// ReceiptCent aliases
|
|
2086
|
+
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2085
2087
|
// ReceiptEuro aliases
|
|
2086
2088
|
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2087
|
-
// ReceiptIndianRupee aliases
|
|
2088
|
-
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2089
|
-
// ReceiptPoundSterling aliases
|
|
2090
|
-
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2091
2089
|
// ReceiptJapaneseYen aliases
|
|
2092
2090
|
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2091
|
+
// ReceiptPoundSterling aliases
|
|
2092
|
+
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2093
|
+
// ReceiptIndianRupee aliases
|
|
2094
|
+
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2095
|
+
// ReceiptText aliases
|
|
2096
|
+
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2093
2097
|
// ReceiptSwissFranc aliases
|
|
2094
2098
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2095
2099
|
// ReceiptRussianRuble aliases
|
|
2096
2100
|
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2097
|
-
// ReceiptText aliases
|
|
2098
|
-
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2099
|
-
// ReceiptTurkishLira aliases
|
|
2100
|
-
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2101
2101
|
// Receipt aliases
|
|
2102
2102
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2103
2103
|
// RectangleCircle aliases
|
|
2104
2104
|
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2105
|
-
//
|
|
2106
|
-
export { default as
|
|
2105
|
+
// ReceiptTurkishLira aliases
|
|
2106
|
+
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2107
2107
|
// RectangleGoggles aliases
|
|
2108
2108
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2109
|
+
// RectangleHorizontal aliases
|
|
2110
|
+
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2109
2111
|
// RectangleVertical aliases
|
|
2110
2112
|
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2111
|
-
// Recycle aliases
|
|
2112
|
-
export { default as RecycleIcon } from '../icons/recycle';
|
|
2113
2113
|
// Redo2 aliases
|
|
2114
2114
|
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2115
|
-
// Redo aliases
|
|
2116
|
-
export { default as RedoIcon } from '../icons/redo';
|
|
2117
2115
|
// RedoDot aliases
|
|
2118
2116
|
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2117
|
+
// Recycle aliases
|
|
2118
|
+
export { default as RecycleIcon } from '../icons/recycle';
|
|
2119
|
+
// Redo aliases
|
|
2120
|
+
export { default as RedoIcon } from '../icons/redo';
|
|
2119
2121
|
// RefreshCcwDot aliases
|
|
2120
2122
|
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2121
2123
|
// RefreshCcw aliases
|
|
@@ -2136,34 +2138,34 @@ export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
|
2136
2138
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2137
2139
|
// Repeat aliases
|
|
2138
2140
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2139
|
-
// ReplaceAll aliases
|
|
2140
|
-
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2141
2141
|
// Replace aliases
|
|
2142
2142
|
export { default as ReplaceIcon } from '../icons/replace';
|
|
2143
|
-
// ReplyAll aliases
|
|
2144
|
-
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2145
2143
|
// Reply aliases
|
|
2146
2144
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2145
|
+
// ReplyAll aliases
|
|
2146
|
+
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2147
|
+
// ReplaceAll aliases
|
|
2148
|
+
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2147
2149
|
// Rewind aliases
|
|
2148
2150
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2149
|
-
// Ribbon aliases
|
|
2150
|
-
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2151
2151
|
// Road aliases
|
|
2152
2152
|
export { default as RoadIcon } from '../icons/road';
|
|
2153
2153
|
// Rocket aliases
|
|
2154
2154
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2155
|
+
// Ribbon aliases
|
|
2156
|
+
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2155
2157
|
// RockingChair aliases
|
|
2156
2158
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2157
2159
|
// Rose aliases
|
|
2158
2160
|
export { default as RoseIcon } from '../icons/rose';
|
|
2159
|
-
// RollerCoaster aliases
|
|
2160
|
-
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2161
2161
|
// RotateCcwKey aliases
|
|
2162
2162
|
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2163
|
-
//
|
|
2164
|
-
export { default as
|
|
2163
|
+
// RollerCoaster aliases
|
|
2164
|
+
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2165
2165
|
// RotateCcwSquare aliases
|
|
2166
2166
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2167
|
+
// RotateCcw aliases
|
|
2168
|
+
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2167
2169
|
// RotateCwSquare aliases
|
|
2168
2170
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2169
2171
|
// RotateCw aliases
|
|
@@ -2192,22 +2194,22 @@ export { default as SaladIcon } from '../icons/salad';
|
|
|
2192
2194
|
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2193
2195
|
// SatelliteDish aliases
|
|
2194
2196
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2197
|
+
// Satellite aliases
|
|
2198
|
+
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2195
2199
|
// SaudiRiyal aliases
|
|
2196
2200
|
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2197
2201
|
// SaveAll aliases
|
|
2198
2202
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2199
|
-
// Satellite aliases
|
|
2200
|
-
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2201
2203
|
// SaveOff aliases
|
|
2202
2204
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2203
2205
|
// Save aliases
|
|
2204
2206
|
export { default as SaveIcon } from '../icons/save';
|
|
2205
|
-
// Scaling aliases
|
|
2206
|
-
export { default as ScalingIcon } from '../icons/scaling';
|
|
2207
|
-
// ScanBarcode aliases
|
|
2208
|
-
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2209
2207
|
// Scale aliases
|
|
2210
2208
|
export { default as ScaleIcon } from '../icons/scale';
|
|
2209
|
+
// ScanBarcode aliases
|
|
2210
|
+
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2211
|
+
// Scaling aliases
|
|
2212
|
+
export { default as ScalingIcon } from '../icons/scaling';
|
|
2211
2213
|
// ScanEye aliases
|
|
2212
2214
|
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2213
2215
|
// ScanFace aliases
|
|
@@ -2240,84 +2242,84 @@ export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
|
2240
2242
|
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2241
2243
|
// Scroll aliases
|
|
2242
2244
|
export { default as ScrollIcon } from '../icons/scroll';
|
|
2243
|
-
// SearchAlert aliases
|
|
2244
|
-
export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
2245
2245
|
// SearchCheck aliases
|
|
2246
2246
|
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2247
|
+
// SearchAlert aliases
|
|
2248
|
+
export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
2247
2249
|
// SearchCode aliases
|
|
2248
2250
|
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2249
|
-
// SearchSlash aliases
|
|
2250
|
-
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2251
2251
|
// SearchX aliases
|
|
2252
2252
|
export { default as SearchXIcon } from '../icons/search-x';
|
|
2253
|
+
// SearchSlash aliases
|
|
2254
|
+
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2253
2255
|
// Search aliases
|
|
2254
2256
|
export { default as SearchIcon } from '../icons/search';
|
|
2255
2257
|
// Section aliases
|
|
2256
2258
|
export { default as SectionIcon } from '../icons/section';
|
|
2257
2259
|
// SendToBack aliases
|
|
2258
2260
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2259
|
-
// SeparatorHorizontal aliases
|
|
2260
|
-
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2261
2261
|
// Send aliases
|
|
2262
2262
|
export { default as SendIcon } from '../icons/send';
|
|
2263
|
+
// SeparatorHorizontal aliases
|
|
2264
|
+
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2263
2265
|
// SeparatorVertical aliases
|
|
2264
2266
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2265
|
-
// ServerCog aliases
|
|
2266
|
-
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2267
2267
|
// ServerCrash aliases
|
|
2268
2268
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2269
2269
|
// ServerOff aliases
|
|
2270
2270
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2271
|
-
//
|
|
2272
|
-
export { default as
|
|
2273
|
-
// Settings2 aliases
|
|
2274
|
-
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2271
|
+
// ServerCog aliases
|
|
2272
|
+
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2275
2273
|
// Settings aliases
|
|
2276
2274
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2275
|
+
// Server aliases
|
|
2276
|
+
export { default as ServerIcon } from '../icons/server';
|
|
2277
2277
|
// Shapes aliases
|
|
2278
2278
|
export { default as ShapesIcon } from '../icons/shapes';
|
|
2279
|
-
//
|
|
2280
|
-
export { default as
|
|
2279
|
+
// Settings2 aliases
|
|
2280
|
+
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2281
2281
|
// Share aliases
|
|
2282
2282
|
export { default as ShareIcon } from '../icons/share';
|
|
2283
|
+
// Share2 aliases
|
|
2284
|
+
export { default as Share2Icon } from '../icons/share-2';
|
|
2283
2285
|
// Sheet aliases
|
|
2284
2286
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2285
|
-
// Shell aliases
|
|
2286
|
-
export { default as ShellIcon } from '../icons/shell';
|
|
2287
2287
|
// ShelvingUnit aliases
|
|
2288
2288
|
export { default as ShelvingUnitIcon } from '../icons/shelving-unit';
|
|
2289
|
+
// Shell aliases
|
|
2290
|
+
export { default as ShellIcon } from '../icons/shell';
|
|
2289
2291
|
// ShieldAlert aliases
|
|
2290
2292
|
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2291
2293
|
// ShieldBan aliases
|
|
2292
2294
|
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2293
2295
|
// ShieldCheck aliases
|
|
2294
2296
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2295
|
-
// ShieldEllipsis aliases
|
|
2296
|
-
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2297
2297
|
// ShieldHalf aliases
|
|
2298
2298
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2299
|
+
// ShieldEllipsis aliases
|
|
2300
|
+
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2299
2301
|
// ShieldMinus aliases
|
|
2300
2302
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2301
|
-
// ShieldPlus aliases
|
|
2302
|
-
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2303
2303
|
// ShieldOff aliases
|
|
2304
2304
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2305
|
+
// ShieldPlus aliases
|
|
2306
|
+
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2305
2307
|
// ShieldUser aliases
|
|
2306
2308
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2307
2309
|
// Shield aliases
|
|
2308
2310
|
export { default as ShieldIcon } from '../icons/shield';
|
|
2309
2311
|
// ShipWheel aliases
|
|
2310
2312
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2311
|
-
// Shirt aliases
|
|
2312
|
-
export { default as ShirtIcon } from '../icons/shirt';
|
|
2313
2313
|
// Ship aliases
|
|
2314
2314
|
export { default as ShipIcon } from '../icons/ship';
|
|
2315
2315
|
// ShoppingBag aliases
|
|
2316
2316
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2317
|
-
//
|
|
2318
|
-
export { default as
|
|
2317
|
+
// Shirt aliases
|
|
2318
|
+
export { default as ShirtIcon } from '../icons/shirt';
|
|
2319
2319
|
// ShoppingBasket aliases
|
|
2320
2320
|
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2321
|
+
// ShoppingCart aliases
|
|
2322
|
+
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2321
2323
|
// Shovel aliases
|
|
2322
2324
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2323
2325
|
// ShowerHead aliases
|
|
@@ -2348,10 +2350,10 @@ export { default as SignalIcon } from '../icons/signal';
|
|
|
2348
2350
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2349
2351
|
// SignpostBig aliases
|
|
2350
2352
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2351
|
-
// Signpost aliases
|
|
2352
|
-
export { default as SignpostIcon } from '../icons/signpost';
|
|
2353
2353
|
// Siren aliases
|
|
2354
2354
|
export { default as SirenIcon } from '../icons/siren';
|
|
2355
|
+
// Signpost aliases
|
|
2356
|
+
export { default as SignpostIcon } from '../icons/signpost';
|
|
2355
2357
|
// SkipBack aliases
|
|
2356
2358
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2357
2359
|
// SkipForward aliases
|
|
@@ -2360,10 +2362,10 @@ export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
|
2360
2362
|
export { default as SkullIcon } from '../icons/skull';
|
|
2361
2363
|
// Slash aliases
|
|
2362
2364
|
export { default as SlashIcon } from '../icons/slash';
|
|
2363
|
-
// Slice aliases
|
|
2364
|
-
export { default as SliceIcon } from '../icons/slice';
|
|
2365
2365
|
// SlidersHorizontal aliases
|
|
2366
2366
|
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2367
|
+
// Slice aliases
|
|
2368
|
+
export { default as SliceIcon } from '../icons/slice';
|
|
2367
2369
|
// SmartphoneCharging aliases
|
|
2368
2370
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2369
2371
|
// SmartphoneNfc aliases
|
|
@@ -2376,26 +2378,26 @@ export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
|
2376
2378
|
export { default as SmileIcon } from '../icons/smile';
|
|
2377
2379
|
// Snail aliases
|
|
2378
2380
|
export { default as SnailIcon } from '../icons/snail';
|
|
2379
|
-
// SoapDispenserDroplet aliases
|
|
2380
|
-
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2381
2381
|
// Snowflake aliases
|
|
2382
2382
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2383
|
+
// SoapDispenserDroplet aliases
|
|
2384
|
+
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2383
2385
|
// Sofa aliases
|
|
2384
2386
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2385
2387
|
// SolarPanel aliases
|
|
2386
2388
|
export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
2387
2389
|
// Soup aliases
|
|
2388
2390
|
export { default as SoupIcon } from '../icons/soup';
|
|
2391
|
+
// Space aliases
|
|
2392
|
+
export { default as SpaceIcon } from '../icons/space';
|
|
2389
2393
|
// Spade aliases
|
|
2390
2394
|
export { default as SpadeIcon } from '../icons/spade';
|
|
2391
2395
|
// Sparkle aliases
|
|
2392
2396
|
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2393
|
-
// Space aliases
|
|
2394
|
-
export { default as SpaceIcon } from '../icons/space';
|
|
2395
|
-
// Speaker aliases
|
|
2396
|
-
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2397
2397
|
// Speech aliases
|
|
2398
2398
|
export { default as SpeechIcon } from '../icons/speech';
|
|
2399
|
+
// Speaker aliases
|
|
2400
|
+
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2399
2401
|
// SpellCheck2 aliases
|
|
2400
2402
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2401
2403
|
// SpellCheck aliases
|
|
@@ -2406,28 +2408,28 @@ export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
|
2406
2408
|
export { default as SplineIcon } from '../icons/spline';
|
|
2407
2409
|
// Split aliases
|
|
2408
2410
|
export { default as SplitIcon } from '../icons/split';
|
|
2409
|
-
//
|
|
2410
|
-
export { default as
|
|
2411
|
+
// Sprout aliases
|
|
2412
|
+
export { default as SproutIcon } from '../icons/sprout';
|
|
2411
2413
|
// Spotlight aliases
|
|
2412
2414
|
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2415
|
+
// Spool aliases
|
|
2416
|
+
export { default as SpoolIcon } from '../icons/spool';
|
|
2413
2417
|
// SprayCan aliases
|
|
2414
2418
|
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2415
|
-
// Sprout aliases
|
|
2416
|
-
export { default as SproutIcon } from '../icons/sprout';
|
|
2417
2419
|
// SquareArrowRightEnter aliases
|
|
2418
2420
|
export { default as SquareArrowRightEnterIcon } from '../icons/square-arrow-right-enter';
|
|
2419
2421
|
// SquareArrowRightExit aliases
|
|
2420
2422
|
export { default as SquareArrowRightExitIcon } from '../icons/square-arrow-right-exit';
|
|
2421
|
-
// SquareDashedBottom aliases
|
|
2422
|
-
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2423
2423
|
// SquareDashedBottomCode aliases
|
|
2424
2424
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2425
|
-
//
|
|
2426
|
-
export { default as
|
|
2427
|
-
// SquarePause aliases
|
|
2428
|
-
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2425
|
+
// SquareDashedBottom aliases
|
|
2426
|
+
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2429
2427
|
// SquareRadical aliases
|
|
2430
2428
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2429
|
+
// SquarePause aliases
|
|
2430
|
+
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2431
|
+
// SquareDashedTopSolid aliases
|
|
2432
|
+
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2431
2433
|
// SquareRoundCorner aliases
|
|
2432
2434
|
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2433
2435
|
// SquareSquare aliases
|
|
@@ -2440,40 +2442,40 @@ export { default as SquareStackIcon } from '../icons/square-stack';
|
|
|
2440
2442
|
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2441
2443
|
// Square aliases
|
|
2442
2444
|
export { default as SquareIcon } from '../icons/square';
|
|
2445
|
+
// SquaresSubtract aliases
|
|
2446
|
+
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2443
2447
|
// SquaresExclude aliases
|
|
2444
2448
|
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2445
2449
|
// SquaresIntersect aliases
|
|
2446
2450
|
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2447
2451
|
// SquaresUnite aliases
|
|
2448
2452
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2449
|
-
//
|
|
2450
|
-
export { default as
|
|
2453
|
+
// Squircle aliases
|
|
2454
|
+
export { default as SquircleIcon } from '../icons/squircle';
|
|
2451
2455
|
// SquircleDashed aliases
|
|
2452
2456
|
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2453
2457
|
// Squirrel aliases
|
|
2454
2458
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2455
|
-
// Squircle aliases
|
|
2456
|
-
export { default as SquircleIcon } from '../icons/squircle';
|
|
2457
2459
|
// Stamp aliases
|
|
2458
2460
|
export { default as StampIcon } from '../icons/stamp';
|
|
2459
2461
|
// StarHalf aliases
|
|
2460
2462
|
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2461
|
-
// Star aliases
|
|
2462
|
-
export { default as StarIcon } from '../icons/star';
|
|
2463
2463
|
// StarOff aliases
|
|
2464
2464
|
export { default as StarOffIcon } from '../icons/star-off';
|
|
2465
|
+
// Star aliases
|
|
2466
|
+
export { default as StarIcon } from '../icons/star';
|
|
2465
2467
|
// StepBack aliases
|
|
2466
2468
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2467
2469
|
// StepForward aliases
|
|
2468
2470
|
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2469
|
-
// Stethoscope aliases
|
|
2470
|
-
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2471
|
-
// StickyNote aliases
|
|
2472
|
-
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2473
2471
|
// Sticker aliases
|
|
2474
2472
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2475
2473
|
// Stone aliases
|
|
2476
2474
|
export { default as StoneIcon } from '../icons/stone';
|
|
2475
|
+
// Stethoscope aliases
|
|
2476
|
+
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2477
|
+
// StickyNote aliases
|
|
2478
|
+
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2477
2479
|
// Store aliases
|
|
2478
2480
|
export { default as StoreIcon } from '../icons/store';
|
|
2479
2481
|
// StretchHorizontal aliases
|
|
@@ -2502,38 +2504,38 @@ export { default as SunsetIcon } from '../icons/sunset';
|
|
|
2502
2504
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2503
2505
|
// SwatchBook aliases
|
|
2504
2506
|
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2505
|
-
// SwissFranc aliases
|
|
2506
|
-
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2507
2507
|
// Sword aliases
|
|
2508
2508
|
export { default as SwordIcon } from '../icons/sword';
|
|
2509
|
+
// SwissFranc aliases
|
|
2510
|
+
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2509
2511
|
// SwitchCamera aliases
|
|
2510
2512
|
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2511
|
-
// Swords aliases
|
|
2512
|
-
export { default as SwordsIcon } from '../icons/swords';
|
|
2513
2513
|
// Syringe aliases
|
|
2514
2514
|
export { default as SyringeIcon } from '../icons/syringe';
|
|
2515
|
-
//
|
|
2516
|
-
export { default as
|
|
2515
|
+
// Swords aliases
|
|
2516
|
+
export { default as SwordsIcon } from '../icons/swords';
|
|
2517
2517
|
// Table2 aliases
|
|
2518
2518
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2519
|
-
// TableCellsSplit aliases
|
|
2520
|
-
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2521
2519
|
// TableColumnsSplit aliases
|
|
2522
2520
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2523
|
-
//
|
|
2524
|
-
export { default as
|
|
2521
|
+
// TableCellsMerge aliases
|
|
2522
|
+
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2523
|
+
// TableCellsSplit aliases
|
|
2524
|
+
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2525
2525
|
// TableOfContents aliases
|
|
2526
2526
|
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2527
|
+
// TableProperties aliases
|
|
2528
|
+
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2527
2529
|
// TableRowsSplit aliases
|
|
2528
2530
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2529
2531
|
// Table aliases
|
|
2530
2532
|
export { default as TableIcon } from '../icons/table';
|
|
2531
2533
|
// TabletSmartphone aliases
|
|
2532
2534
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2533
|
-
// Tablet aliases
|
|
2534
|
-
export { default as TabletIcon } from '../icons/tablet';
|
|
2535
2535
|
// Tablets aliases
|
|
2536
2536
|
export { default as TabletsIcon } from '../icons/tablets';
|
|
2537
|
+
// Tablet aliases
|
|
2538
|
+
export { default as TabletIcon } from '../icons/tablet';
|
|
2537
2539
|
// Tag aliases
|
|
2538
2540
|
export { default as TagIcon } from '../icons/tag';
|
|
2539
2541
|
// Tags aliases
|
|
@@ -2546,84 +2548,84 @@ export { default as Tally3Icon } from '../icons/tally-3';
|
|
|
2546
2548
|
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2547
2549
|
// Tally4 aliases
|
|
2548
2550
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2549
|
-
// Tangent aliases
|
|
2550
|
-
export { default as TangentIcon } from '../icons/tangent';
|
|
2551
2551
|
// Tally5 aliases
|
|
2552
2552
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2553
|
+
// Tangent aliases
|
|
2554
|
+
export { default as TangentIcon } from '../icons/tangent';
|
|
2553
2555
|
// Target aliases
|
|
2554
2556
|
export { default as TargetIcon } from '../icons/target';
|
|
2555
2557
|
// Telescope aliases
|
|
2556
2558
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2557
2559
|
// TentTree aliases
|
|
2558
2560
|
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2559
|
-
// Tent aliases
|
|
2560
|
-
export { default as TentIcon } from '../icons/tent';
|
|
2561
2561
|
// Terminal aliases
|
|
2562
2562
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2563
|
-
//
|
|
2564
|
-
export { default as
|
|
2563
|
+
// Tent aliases
|
|
2564
|
+
export { default as TentIcon } from '../icons/tent';
|
|
2565
2565
|
// TestTube aliases
|
|
2566
2566
|
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2567
|
+
// TestTubes aliases
|
|
2568
|
+
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2567
2569
|
// TextCursorInput aliases
|
|
2568
2570
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2571
|
+
// TextCursor aliases
|
|
2572
|
+
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2569
2573
|
// TextQuote aliases
|
|
2570
2574
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2571
2575
|
// TextSearch aliases
|
|
2572
2576
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2573
|
-
// TextCursor aliases
|
|
2574
|
-
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2575
2577
|
// Theater aliases
|
|
2576
2578
|
export { default as TheaterIcon } from '../icons/theater';
|
|
2577
2579
|
// ThermometerSnowflake aliases
|
|
2578
2580
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2579
|
-
// ThermometerSun aliases
|
|
2580
|
-
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2581
2581
|
// Thermometer aliases
|
|
2582
2582
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2583
|
+
// ThermometerSun aliases
|
|
2584
|
+
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2583
2585
|
// ThumbsDown aliases
|
|
2584
2586
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2585
2587
|
// ThumbsUp aliases
|
|
2586
2588
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2587
|
-
// TicketCheck aliases
|
|
2588
|
-
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2589
2589
|
// TicketMinus aliases
|
|
2590
2590
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2591
|
+
// TicketCheck aliases
|
|
2592
|
+
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2591
2593
|
// TicketPercent aliases
|
|
2592
2594
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2593
2595
|
// TicketPlus aliases
|
|
2594
2596
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2595
2597
|
// TicketSlash aliases
|
|
2596
2598
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2597
|
-
// TicketX aliases
|
|
2598
|
-
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2599
2599
|
// Ticket aliases
|
|
2600
2600
|
export { default as TicketIcon } from '../icons/ticket';
|
|
2601
|
+
// TicketX aliases
|
|
2602
|
+
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2601
2603
|
// TicketsPlane aliases
|
|
2602
2604
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2603
2605
|
// Tickets aliases
|
|
2604
2606
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2605
2607
|
// TimerOff aliases
|
|
2606
2608
|
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2609
|
+
// Timer aliases
|
|
2610
|
+
export { default as TimerIcon } from '../icons/timer';
|
|
2607
2611
|
// TimerReset aliases
|
|
2608
2612
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2609
2613
|
// ToggleLeft aliases
|
|
2610
2614
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2611
|
-
// Timer aliases
|
|
2612
|
-
export { default as TimerIcon } from '../icons/timer';
|
|
2613
|
-
// Toilet aliases
|
|
2614
|
-
export { default as ToiletIcon } from '../icons/toilet';
|
|
2615
2615
|
// ToggleRight aliases
|
|
2616
2616
|
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2617
|
+
// Toilet aliases
|
|
2618
|
+
export { default as ToiletIcon } from '../icons/toilet';
|
|
2617
2619
|
// ToolCase aliases
|
|
2618
2620
|
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2619
2621
|
// Toolbox aliases
|
|
2620
2622
|
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2621
2623
|
// Tornado aliases
|
|
2622
2624
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2623
|
-
// TouchpadOff aliases
|
|
2624
|
-
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2625
2625
|
// Torus aliases
|
|
2626
2626
|
export { default as TorusIcon } from '../icons/torus';
|
|
2627
|
+
// TouchpadOff aliases
|
|
2628
|
+
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2627
2629
|
// Touchpad aliases
|
|
2628
2630
|
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2629
2631
|
// TowelRack aliases
|
|
@@ -2632,12 +2634,12 @@ export { default as TowelRackIcon } from '../icons/towel-rack';
|
|
|
2632
2634
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2633
2635
|
// ToyBrick aliases
|
|
2634
2636
|
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2637
|
+
// TrafficCone aliases
|
|
2638
|
+
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2635
2639
|
// Tractor aliases
|
|
2636
2640
|
export { default as TractorIcon } from '../icons/tractor';
|
|
2637
2641
|
// TrainFrontTunnel aliases
|
|
2638
2642
|
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2639
|
-
// TrafficCone aliases
|
|
2640
|
-
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2641
2643
|
// TrainFront aliases
|
|
2642
2644
|
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2643
2645
|
// TrainTrack aliases
|
|
@@ -2646,58 +2648,58 @@ export { default as TrainTrackIcon } from '../icons/train-track';
|
|
|
2646
2648
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2647
2649
|
// Trash2 aliases
|
|
2648
2650
|
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2649
|
-
// TreeDeciduous aliases
|
|
2650
|
-
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2651
2651
|
// Trash aliases
|
|
2652
2652
|
export { default as TrashIcon } from '../icons/trash';
|
|
2653
|
+
// TreeDeciduous aliases
|
|
2654
|
+
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2653
2655
|
// Trees aliases
|
|
2654
2656
|
export { default as TreesIcon } from '../icons/trees';
|
|
2655
|
-
// TreePine aliases
|
|
2656
|
-
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2657
2657
|
// TrendingDown aliases
|
|
2658
2658
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2659
|
-
//
|
|
2660
|
-
export { default as
|
|
2659
|
+
// TreePine aliases
|
|
2660
|
+
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2661
2661
|
// TrendingUpDown aliases
|
|
2662
2662
|
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2663
|
-
//
|
|
2664
|
-
export { default as
|
|
2663
|
+
// TrendingUp aliases
|
|
2664
|
+
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2665
2665
|
// TriangleDashed aliases
|
|
2666
2666
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2667
|
-
//
|
|
2668
|
-
export { default as
|
|
2667
|
+
// TriangleRight aliases
|
|
2668
|
+
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2669
2669
|
// Trophy aliases
|
|
2670
2670
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2671
2671
|
// TruckElectric aliases
|
|
2672
2672
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2673
|
+
// Triangle aliases
|
|
2674
|
+
export { default as TriangleIcon } from '../icons/triangle';
|
|
2673
2675
|
// Truck aliases
|
|
2674
2676
|
export { default as TruckIcon } from '../icons/truck';
|
|
2675
|
-
// Turntable aliases
|
|
2676
|
-
export { default as TurntableIcon } from '../icons/turntable';
|
|
2677
2677
|
// TurkishLira aliases
|
|
2678
2678
|
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2679
|
-
// TvMinimalPlay aliases
|
|
2680
|
-
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2681
2679
|
// Turtle aliases
|
|
2682
2680
|
export { default as TurtleIcon } from '../icons/turtle';
|
|
2683
|
-
//
|
|
2684
|
-
export { default as
|
|
2681
|
+
// TvMinimalPlay aliases
|
|
2682
|
+
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2683
|
+
// Turntable aliases
|
|
2684
|
+
export { default as TurntableIcon } from '../icons/turntable';
|
|
2685
2685
|
// TypeOutline aliases
|
|
2686
2686
|
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2687
|
+
// Tv aliases
|
|
2688
|
+
export { default as TvIcon } from '../icons/tv';
|
|
2687
2689
|
// Type aliases
|
|
2688
2690
|
export { default as TypeIcon } from '../icons/type';
|
|
2689
|
-
// UmbrellaOff aliases
|
|
2690
|
-
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2691
2691
|
// Umbrella aliases
|
|
2692
2692
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2693
|
+
// UmbrellaOff aliases
|
|
2694
|
+
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2693
2695
|
// Underline aliases
|
|
2694
2696
|
export { default as UnderlineIcon } from '../icons/underline';
|
|
2695
2697
|
// UndoDot aliases
|
|
2696
2698
|
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2697
|
-
// Undo2 aliases
|
|
2698
|
-
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2699
2699
|
// Undo aliases
|
|
2700
2700
|
export { default as UndoIcon } from '../icons/undo';
|
|
2701
|
+
// Undo2 aliases
|
|
2702
|
+
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2701
2703
|
// UnfoldHorizontal aliases
|
|
2702
2704
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2703
2705
|
// UnfoldVertical aliases
|
|
@@ -2708,10 +2710,10 @@ export { default as UngroupIcon } from '../icons/ungroup';
|
|
|
2708
2710
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2709
2711
|
// Unlink aliases
|
|
2710
2712
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2711
|
-
// Unplug aliases
|
|
2712
|
-
export { default as UnplugIcon } from '../icons/unplug';
|
|
2713
2713
|
// Upload aliases
|
|
2714
2714
|
export { default as UploadIcon } from '../icons/upload';
|
|
2715
|
+
// Unplug aliases
|
|
2716
|
+
export { default as UnplugIcon } from '../icons/unplug';
|
|
2715
2717
|
// Usb aliases
|
|
2716
2718
|
export { default as UsbIcon } from '../icons/usb';
|
|
2717
2719
|
// UserCheck aliases
|
|
@@ -2720,16 +2722,16 @@ export { default as UserCheckIcon } from '../icons/user-check';
|
|
|
2720
2722
|
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2721
2723
|
// UserKey aliases
|
|
2722
2724
|
export { default as UserKeyIcon } from '../icons/user-key';
|
|
2723
|
-
// UserLock aliases
|
|
2724
|
-
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2725
2725
|
// UserMinus aliases
|
|
2726
2726
|
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2727
|
+
// UserLock aliases
|
|
2728
|
+
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2727
2729
|
// UserPen aliases
|
|
2728
2730
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2729
|
-
// UserPlus aliases
|
|
2730
|
-
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2731
2731
|
// UserRoundKey aliases
|
|
2732
2732
|
export { default as UserRoundKeyIcon } from '../icons/user-round-key';
|
|
2733
|
+
// UserPlus aliases
|
|
2734
|
+
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2733
2735
|
// UserRoundPen aliases
|
|
2734
2736
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2735
2737
|
// UserRoundSearch aliases
|
|
@@ -2740,78 +2742,78 @@ export { default as UserSearchIcon } from '../icons/user-search';
|
|
|
2740
2742
|
export { default as UserStarIcon } from '../icons/user-star';
|
|
2741
2743
|
// UserX aliases
|
|
2742
2744
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2743
|
-
// User aliases
|
|
2744
|
-
export { default as UserIcon } from '../icons/user';
|
|
2745
|
-
// UtilityPole aliases
|
|
2746
|
-
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2747
2745
|
// Users aliases
|
|
2748
2746
|
export { default as UsersIcon } from '../icons/users';
|
|
2747
|
+
// UtilityPole aliases
|
|
2748
|
+
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2749
|
+
// User aliases
|
|
2750
|
+
export { default as UserIcon } from '../icons/user';
|
|
2749
2751
|
// Van aliases
|
|
2750
2752
|
export { default as VanIcon } from '../icons/van';
|
|
2751
2753
|
// Variable aliases
|
|
2752
2754
|
export { default as VariableIcon } from '../icons/variable';
|
|
2753
2755
|
// Vault aliases
|
|
2754
2756
|
export { default as VaultIcon } from '../icons/vault';
|
|
2755
|
-
// VectorSquare aliases
|
|
2756
|
-
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2757
2757
|
// Vegan aliases
|
|
2758
2758
|
export { default as VeganIcon } from '../icons/vegan';
|
|
2759
|
+
// VectorSquare aliases
|
|
2760
|
+
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2759
2761
|
// VenetianMask aliases
|
|
2760
2762
|
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2761
|
-
// Venus aliases
|
|
2762
|
-
export { default as VenusIcon } from '../icons/venus';
|
|
2763
2763
|
// VenusAndMars aliases
|
|
2764
2764
|
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2765
|
+
// Venus aliases
|
|
2766
|
+
export { default as VenusIcon } from '../icons/venus';
|
|
2765
2767
|
// VibrateOff aliases
|
|
2766
2768
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2767
|
-
// Vibrate aliases
|
|
2768
|
-
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2769
2769
|
// VideoOff aliases
|
|
2770
2770
|
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2771
|
+
// Vibrate aliases
|
|
2772
|
+
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2771
2773
|
// Video aliases
|
|
2772
2774
|
export { default as VideoIcon } from '../icons/video';
|
|
2773
2775
|
// Videotape aliases
|
|
2774
2776
|
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2777
|
+
// View aliases
|
|
2778
|
+
export { default as ViewIcon } from '../icons/view';
|
|
2775
2779
|
// Voicemail aliases
|
|
2776
2780
|
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2777
2781
|
// Volume1 aliases
|
|
2778
2782
|
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2779
|
-
// View aliases
|
|
2780
|
-
export { default as ViewIcon } from '../icons/view';
|
|
2781
2783
|
// Volleyball aliases
|
|
2782
2784
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2783
|
-
// VolumeX aliases
|
|
2784
|
-
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2785
2785
|
// Volume2 aliases
|
|
2786
2786
|
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2787
|
-
// Volume aliases
|
|
2788
|
-
export { default as VolumeIcon } from '../icons/volume';
|
|
2789
2787
|
// VolumeOff aliases
|
|
2790
2788
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2789
|
+
// VolumeX aliases
|
|
2790
|
+
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2791
|
+
// Volume aliases
|
|
2792
|
+
export { default as VolumeIcon } from '../icons/volume';
|
|
2791
2793
|
// Vote aliases
|
|
2792
2794
|
export { default as VoteIcon } from '../icons/vote';
|
|
2793
|
-
// Wallet aliases
|
|
2794
|
-
export { default as WalletIcon } from '../icons/wallet';
|
|
2795
2795
|
// WalletCards aliases
|
|
2796
2796
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2797
|
+
// Wallet aliases
|
|
2798
|
+
export { default as WalletIcon } from '../icons/wallet';
|
|
2797
2799
|
// Wallpaper aliases
|
|
2798
2800
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2799
2801
|
// Wand aliases
|
|
2800
2802
|
export { default as WandIcon } from '../icons/wand';
|
|
2801
|
-
// Watch aliases
|
|
2802
|
-
export { default as WatchIcon } from '../icons/watch';
|
|
2803
2803
|
// Warehouse aliases
|
|
2804
2804
|
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2805
2805
|
// WashingMachine aliases
|
|
2806
2806
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2807
|
+
// Watch aliases
|
|
2808
|
+
export { default as WatchIcon } from '../icons/watch';
|
|
2807
2809
|
// WavesArrowDown aliases
|
|
2808
2810
|
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
2811
|
+
// WavesArrowUp aliases
|
|
2812
|
+
export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
2809
2813
|
// WavesLadder aliases
|
|
2810
2814
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2811
2815
|
// Waves aliases
|
|
2812
2816
|
export { default as WavesIcon } from '../icons/waves';
|
|
2813
|
-
// WavesArrowUp aliases
|
|
2814
|
-
export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
2815
2817
|
// Waypoints aliases
|
|
2816
2818
|
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2817
2819
|
// Webcam aliases
|
|
@@ -2852,12 +2854,12 @@ export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
|
2852
2854
|
export { default as WindIcon } from '../icons/wind';
|
|
2853
2855
|
// WineOff aliases
|
|
2854
2856
|
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2857
|
+
// Wine aliases
|
|
2858
|
+
export { default as WineIcon } from '../icons/wine';
|
|
2855
2859
|
// Workflow aliases
|
|
2856
2860
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2857
2861
|
// Worm aliases
|
|
2858
2862
|
export { default as WormIcon } from '../icons/worm';
|
|
2859
|
-
// Wine aliases
|
|
2860
|
-
export { default as WineIcon } from '../icons/wine';
|
|
2861
2863
|
// Wrench aliases
|
|
2862
2864
|
export { default as WrenchIcon } from '../icons/wrench';
|
|
2863
2865
|
// XLineTop aliases
|
|
@@ -2876,20 +2878,20 @@ export { default as ZodiacAriesIcon } from '../icons/zodiac-aries';
|
|
|
2876
2878
|
export { default as ZodiacCancerIcon } from '../icons/zodiac-cancer';
|
|
2877
2879
|
// ZodiacCapricorn aliases
|
|
2878
2880
|
export { default as ZodiacCapricornIcon } from '../icons/zodiac-capricorn';
|
|
2879
|
-
// ZodiacGemini aliases
|
|
2880
|
-
export { default as ZodiacGeminiIcon } from '../icons/zodiac-gemini';
|
|
2881
2881
|
// ZodiacLeo aliases
|
|
2882
2882
|
export { default as ZodiacLeoIcon } from '../icons/zodiac-leo';
|
|
2883
|
+
// ZodiacGemini aliases
|
|
2884
|
+
export { default as ZodiacGeminiIcon } from '../icons/zodiac-gemini';
|
|
2883
2885
|
// ZodiacLibra aliases
|
|
2884
2886
|
export { default as ZodiacLibraIcon } from '../icons/zodiac-libra';
|
|
2885
2887
|
// ZodiacOphiuchus aliases
|
|
2886
2888
|
export { default as ZodiacOphiuchusIcon } from '../icons/zodiac-ophiuchus';
|
|
2887
2889
|
// ZodiacPisces aliases
|
|
2888
2890
|
export { default as ZodiacPiscesIcon } from '../icons/zodiac-pisces';
|
|
2889
|
-
// ZodiacScorpio aliases
|
|
2890
|
-
export { default as ZodiacScorpioIcon } from '../icons/zodiac-scorpio';
|
|
2891
2891
|
// ZodiacSagittarius aliases
|
|
2892
2892
|
export { default as ZodiacSagittariusIcon } from '../icons/zodiac-sagittarius';
|
|
2893
|
+
// ZodiacScorpio aliases
|
|
2894
|
+
export { default as ZodiacScorpioIcon } from '../icons/zodiac-scorpio';
|
|
2893
2895
|
// ZodiacTaurus aliases
|
|
2894
2896
|
export { default as ZodiacTaurusIcon } from '../icons/zodiac-taurus';
|
|
2895
2897
|
// ZodiacVirgo aliases
|
|
@@ -2960,48 +2962,48 @@ export {
|
|
|
2960
2962
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. This alias will be removed in v1.0 */
|
|
2961
2963
|
default as ArrowUpZaIcon
|
|
2962
2964
|
} from '../icons/arrow-up-z-a';
|
|
2963
|
-
// Axis3d aliases
|
|
2964
|
-
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2965
|
-
export {
|
|
2966
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. This alias will be removed in v1.0 */
|
|
2967
|
-
default as Axis3DIcon
|
|
2968
|
-
} from '../icons/axis-3d';
|
|
2969
2965
|
// BadgeCheck aliases
|
|
2970
2966
|
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2971
2967
|
export {
|
|
2972
2968
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. This alias will be removed in v1.0 */
|
|
2973
2969
|
default as VerifiedIcon
|
|
2974
2970
|
} from '../icons/badge-check';
|
|
2971
|
+
// Axis3d aliases
|
|
2972
|
+
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2973
|
+
export {
|
|
2974
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. This alias will be removed in v1.0 */
|
|
2975
|
+
default as Axis3DIcon
|
|
2976
|
+
} from '../icons/axis-3d';
|
|
2975
2977
|
// BadgeQuestionMark aliases
|
|
2976
2978
|
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
2977
2979
|
export {
|
|
2978
2980
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. This alias will be removed in v1.0 */
|
|
2979
2981
|
default as BadgeHelpIcon
|
|
2980
2982
|
} from '../icons/badge-question-mark';
|
|
2981
|
-
// BetweenHorizontalStart aliases
|
|
2982
|
-
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
2983
|
-
export {
|
|
2984
|
-
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
2985
|
-
default as BetweenHorizonalStartIcon
|
|
2986
|
-
} from '../icons/between-horizontal-start';
|
|
2987
2983
|
// BetweenHorizontalEnd aliases
|
|
2988
2984
|
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
2989
2985
|
export {
|
|
2990
2986
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
2991
2987
|
default as BetweenHorizonalEndIcon
|
|
2992
2988
|
} from '../icons/between-horizontal-end';
|
|
2993
|
-
//
|
|
2994
|
-
export { default as
|
|
2989
|
+
// BetweenHorizontalStart aliases
|
|
2990
|
+
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
2995
2991
|
export {
|
|
2996
|
-
/** @deprecated
|
|
2997
|
-
default as
|
|
2998
|
-
} from '../icons/
|
|
2992
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
2993
|
+
default as BetweenHorizonalStartIcon
|
|
2994
|
+
} from '../icons/between-horizontal-start';
|
|
2999
2995
|
// Braces aliases
|
|
3000
2996
|
export { default as BracesIcon } from '../icons/braces';
|
|
3001
2997
|
export {
|
|
3002
2998
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. This alias will be removed in v1.0 */
|
|
3003
2999
|
default as CurlyBracesIcon
|
|
3004
3000
|
} from '../icons/braces';
|
|
3001
|
+
// BookDashed aliases
|
|
3002
|
+
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
3003
|
+
export {
|
|
3004
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. This alias will be removed in v1.0.0 */
|
|
3005
|
+
default as BookTemplateIcon
|
|
3006
|
+
} from '../icons/book-dashed';
|
|
3005
3007
|
// Captions aliases
|
|
3006
3008
|
export { default as CaptionsIcon } from '../icons/captions';
|
|
3007
3009
|
export {
|
|
@@ -3014,48 +3016,48 @@ export {
|
|
|
3014
3016
|
/** @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 */
|
|
3015
3017
|
default as AreaChartIcon
|
|
3016
3018
|
} from '../icons/chart-area';
|
|
3017
|
-
// ChartBarBig aliases
|
|
3018
|
-
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
3019
|
-
export {
|
|
3020
|
-
/** @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 */
|
|
3021
|
-
default as BarChartHorizontalBigIcon
|
|
3022
|
-
} from '../icons/chart-bar-big';
|
|
3023
3019
|
// ChartBar aliases
|
|
3024
3020
|
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
3025
3021
|
export {
|
|
3026
3022
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. This alias will be removed in v1.0 */
|
|
3027
3023
|
default as BarChartHorizontalIcon
|
|
3028
3024
|
} from '../icons/chart-bar';
|
|
3025
|
+
// ChartBarBig aliases
|
|
3026
|
+
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
3027
|
+
export {
|
|
3028
|
+
/** @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 */
|
|
3029
|
+
default as BarChartHorizontalBigIcon
|
|
3030
|
+
} from '../icons/chart-bar-big';
|
|
3029
3031
|
// ChartCandlestick aliases
|
|
3030
3032
|
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
3031
3033
|
export {
|
|
3032
3034
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. This alias will be removed in v1.0 */
|
|
3033
3035
|
default as CandlestickChartIcon
|
|
3034
3036
|
} from '../icons/chart-candlestick';
|
|
3035
|
-
// ChartColumn aliases
|
|
3036
|
-
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
3037
|
-
export {
|
|
3038
|
-
/** @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 */
|
|
3039
|
-
default as BarChart3Icon
|
|
3040
|
-
} from '../icons/chart-column';
|
|
3041
3037
|
// ChartColumnBig aliases
|
|
3042
3038
|
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
3043
3039
|
export {
|
|
3044
3040
|
/** @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 */
|
|
3045
3041
|
default as BarChartBigIcon
|
|
3046
3042
|
} from '../icons/chart-column-big';
|
|
3047
|
-
//
|
|
3048
|
-
export { default as
|
|
3043
|
+
// ChartColumn aliases
|
|
3044
|
+
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
3049
3045
|
export {
|
|
3050
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3051
|
-
default as
|
|
3052
|
-
} from '../icons/chart-column
|
|
3046
|
+
/** @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 */
|
|
3047
|
+
default as BarChart3Icon
|
|
3048
|
+
} from '../icons/chart-column';
|
|
3053
3049
|
// ChartLine aliases
|
|
3054
3050
|
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
3055
3051
|
export {
|
|
3056
3052
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. This alias will be removed in v1.0 */
|
|
3057
3053
|
default as LineChartIcon
|
|
3058
3054
|
} from '../icons/chart-line';
|
|
3055
|
+
// ChartColumnIncreasing aliases
|
|
3056
|
+
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
3057
|
+
export {
|
|
3058
|
+
/** @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 */
|
|
3059
|
+
default as BarChart4Icon
|
|
3060
|
+
} from '../icons/chart-column-increasing';
|
|
3059
3061
|
// ChartNoAxesColumnIncreasing aliases
|
|
3060
3062
|
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
3061
3063
|
export {
|
|
@@ -3098,30 +3100,30 @@ export {
|
|
|
3098
3100
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. This alias will be removed in v1.0 */
|
|
3099
3101
|
default as ArrowDownCircleIcon
|
|
3100
3102
|
} from '../icons/circle-arrow-down';
|
|
3101
|
-
// CircleArrowLeft aliases
|
|
3102
|
-
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
3103
|
-
export {
|
|
3104
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. This alias will be removed in v1.0 */
|
|
3105
|
-
default as ArrowLeftCircleIcon
|
|
3106
|
-
} from '../icons/circle-arrow-left';
|
|
3107
3103
|
// CircleArrowOutDownLeft aliases
|
|
3108
3104
|
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3109
3105
|
export {
|
|
3110
3106
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3111
3107
|
default as ArrowDownLeftFromCircleIcon
|
|
3112
3108
|
} from '../icons/circle-arrow-out-down-left';
|
|
3113
|
-
//
|
|
3114
|
-
export { default as
|
|
3109
|
+
// CircleArrowLeft aliases
|
|
3110
|
+
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
3115
3111
|
export {
|
|
3116
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3117
|
-
default as
|
|
3118
|
-
} from '../icons/circle-arrow-
|
|
3112
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. This alias will be removed in v1.0 */
|
|
3113
|
+
default as ArrowLeftCircleIcon
|
|
3114
|
+
} from '../icons/circle-arrow-left';
|
|
3119
3115
|
// CircleArrowOutDownRight aliases
|
|
3120
3116
|
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
3121
3117
|
export {
|
|
3122
3118
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3123
3119
|
default as ArrowDownRightFromCircleIcon
|
|
3124
3120
|
} from '../icons/circle-arrow-out-down-right';
|
|
3121
|
+
// CircleArrowOutUpLeft aliases
|
|
3122
|
+
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3123
|
+
export {
|
|
3124
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3125
|
+
default as ArrowUpLeftFromCircleIcon
|
|
3126
|
+
} from '../icons/circle-arrow-out-up-left';
|
|
3125
3127
|
// CircleArrowOutUpRight aliases
|
|
3126
3128
|
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3127
3129
|
export {
|
|
@@ -3134,6 +3136,12 @@ export {
|
|
|
3134
3136
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. This alias will be removed in v1.0 */
|
|
3135
3137
|
default as ArrowRightCircleIcon
|
|
3136
3138
|
} from '../icons/circle-arrow-right';
|
|
3139
|
+
// CircleArrowUp aliases
|
|
3140
|
+
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3141
|
+
export {
|
|
3142
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. This alias will be removed in v1.0 */
|
|
3143
|
+
default as ArrowUpCircleIcon
|
|
3144
|
+
} from '../icons/circle-arrow-up';
|
|
3137
3145
|
// CircleCheckBig aliases
|
|
3138
3146
|
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3139
3147
|
export {
|
|
@@ -3146,12 +3154,6 @@ export {
|
|
|
3146
3154
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. This alias will be removed in v1.0 */
|
|
3147
3155
|
default as CheckCircle2Icon
|
|
3148
3156
|
} from '../icons/circle-check';
|
|
3149
|
-
// CircleArrowUp aliases
|
|
3150
|
-
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3151
|
-
export {
|
|
3152
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. This alias will be removed in v1.0 */
|
|
3153
|
-
default as ArrowUpCircleIcon
|
|
3154
|
-
} from '../icons/circle-arrow-up';
|
|
3155
3157
|
// CircleChevronDown aliases
|
|
3156
3158
|
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3157
3159
|
export {
|
|
@@ -3170,54 +3172,54 @@ export {
|
|
|
3170
3172
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. This alias will be removed in v1.0 */
|
|
3171
3173
|
default as ChevronRightCircleIcon
|
|
3172
3174
|
} from '../icons/circle-chevron-right';
|
|
3173
|
-
// CircleChevronUp aliases
|
|
3174
|
-
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3175
|
-
export {
|
|
3176
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. This alias will be removed in v1.0 */
|
|
3177
|
-
default as ChevronUpCircleIcon
|
|
3178
|
-
} from '../icons/circle-chevron-up';
|
|
3179
3175
|
// CircleDivide aliases
|
|
3180
3176
|
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3181
3177
|
export {
|
|
3182
3178
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. This alias will be removed in v1.0 */
|
|
3183
3179
|
default as DivideCircleIcon
|
|
3184
3180
|
} from '../icons/circle-divide';
|
|
3181
|
+
// CircleChevronUp aliases
|
|
3182
|
+
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3183
|
+
export {
|
|
3184
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. This alias will be removed in v1.0 */
|
|
3185
|
+
default as ChevronUpCircleIcon
|
|
3186
|
+
} from '../icons/circle-chevron-up';
|
|
3185
3187
|
// CircleGauge aliases
|
|
3186
3188
|
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3187
3189
|
export {
|
|
3188
3190
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. This alias will be removed in v1.0 */
|
|
3189
3191
|
default as GaugeCircleIcon
|
|
3190
3192
|
} from '../icons/circle-gauge';
|
|
3191
|
-
// CircleParkingOff aliases
|
|
3192
|
-
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3193
|
-
export {
|
|
3194
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. This alias will be removed in v1.0 */
|
|
3195
|
-
default as ParkingCircleOffIcon
|
|
3196
|
-
} from '../icons/circle-parking-off';
|
|
3197
3193
|
// CircleMinus aliases
|
|
3198
3194
|
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3199
3195
|
export {
|
|
3200
3196
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. This alias will be removed in v1.0 */
|
|
3201
3197
|
default as MinusCircleIcon
|
|
3202
3198
|
} from '../icons/circle-minus';
|
|
3199
|
+
// CircleParkingOff aliases
|
|
3200
|
+
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3201
|
+
export {
|
|
3202
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. This alias will be removed in v1.0 */
|
|
3203
|
+
default as ParkingCircleOffIcon
|
|
3204
|
+
} from '../icons/circle-parking-off';
|
|
3203
3205
|
// CircleParking aliases
|
|
3204
3206
|
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3205
3207
|
export {
|
|
3206
3208
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. This alias will be removed in v1.0 */
|
|
3207
3209
|
default as ParkingCircleIcon
|
|
3208
3210
|
} from '../icons/circle-parking';
|
|
3209
|
-
// CirclePause aliases
|
|
3210
|
-
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3211
|
-
export {
|
|
3212
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. This alias will be removed in v1.0 */
|
|
3213
|
-
default as PauseCircleIcon
|
|
3214
|
-
} from '../icons/circle-pause';
|
|
3215
3211
|
// CirclePercent aliases
|
|
3216
3212
|
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3217
3213
|
export {
|
|
3218
3214
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. This alias will be removed in v1.0 */
|
|
3219
3215
|
default as PercentCircleIcon
|
|
3220
3216
|
} from '../icons/circle-percent';
|
|
3217
|
+
// CirclePause aliases
|
|
3218
|
+
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3219
|
+
export {
|
|
3220
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. This alias will be removed in v1.0 */
|
|
3221
|
+
default as PauseCircleIcon
|
|
3222
|
+
} from '../icons/circle-pause';
|
|
3221
3223
|
// CirclePlay aliases
|
|
3222
3224
|
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3223
3225
|
export {
|
|
@@ -3230,12 +3232,6 @@ export {
|
|
|
3230
3232
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. This alias will be removed in v1.0 */
|
|
3231
3233
|
default as PlusCircleIcon
|
|
3232
3234
|
} from '../icons/circle-plus';
|
|
3233
|
-
// CirclePower aliases
|
|
3234
|
-
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3235
|
-
export {
|
|
3236
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePower} instead. This alias will be removed in v1.0 */
|
|
3237
|
-
default as PowerCircleIcon
|
|
3238
|
-
} from '../icons/circle-power';
|
|
3239
3235
|
// CircleQuestionMark aliases
|
|
3240
3236
|
export { default as CircleQuestionMarkIcon } from '../icons/circle-question-mark';
|
|
3241
3237
|
export {
|
|
@@ -3246,6 +3242,12 @@ export {
|
|
|
3246
3242
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3247
3243
|
default as CircleHelpIcon
|
|
3248
3244
|
} from '../icons/circle-question-mark';
|
|
3245
|
+
// CirclePower aliases
|
|
3246
|
+
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3247
|
+
export {
|
|
3248
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePower} instead. This alias will be removed in v1.0 */
|
|
3249
|
+
default as PowerCircleIcon
|
|
3250
|
+
} from '../icons/circle-power';
|
|
3249
3251
|
// CircleStop aliases
|
|
3250
3252
|
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3251
3253
|
export {
|
|
@@ -3270,42 +3272,48 @@ export {
|
|
|
3270
3272
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. This alias will be removed in v1.0 */
|
|
3271
3273
|
default as UserCircleIcon
|
|
3272
3274
|
} from '../icons/circle-user';
|
|
3273
|
-
// CircleX aliases
|
|
3274
|
-
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3275
|
-
export {
|
|
3276
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. This alias will be removed in v1.0 */
|
|
3277
|
-
default as XCircleIcon
|
|
3278
|
-
} from '../icons/circle-x';
|
|
3279
3275
|
// ClipboardPenLine aliases
|
|
3280
3276
|
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3281
3277
|
export {
|
|
3282
3278
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. This alias will be removed in v1.0 */
|
|
3283
3279
|
default as ClipboardSignatureIcon
|
|
3284
3280
|
} from '../icons/clipboard-pen-line';
|
|
3285
|
-
//
|
|
3286
|
-
export { default as
|
|
3281
|
+
// CircleX aliases
|
|
3282
|
+
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3287
3283
|
export {
|
|
3288
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3289
|
-
default as
|
|
3290
|
-
} from '../icons/
|
|
3284
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. This alias will be removed in v1.0 */
|
|
3285
|
+
default as XCircleIcon
|
|
3286
|
+
} from '../icons/circle-x';
|
|
3287
|
+
// ClipboardPen aliases
|
|
3288
|
+
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3289
|
+
export {
|
|
3290
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. This alias will be removed in v1.0 */
|
|
3291
|
+
default as ClipboardEditIcon
|
|
3292
|
+
} from '../icons/clipboard-pen';
|
|
3291
3293
|
// CloudUpload aliases
|
|
3292
3294
|
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3293
3295
|
export {
|
|
3294
3296
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudUpload} instead. This alias will be removed in v1.0 */
|
|
3295
3297
|
default as UploadCloudIcon
|
|
3296
3298
|
} from '../icons/cloud-upload';
|
|
3297
|
-
//
|
|
3298
|
-
export { default as
|
|
3299
|
+
// CodeXml aliases
|
|
3300
|
+
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3299
3301
|
export {
|
|
3300
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3301
|
-
default as
|
|
3302
|
-
} from '../icons/
|
|
3302
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CodeXml} instead. This alias will be removed in v1.0 */
|
|
3303
|
+
default as Code2Icon
|
|
3304
|
+
} from '../icons/code-xml';
|
|
3303
3305
|
// Columns2 aliases
|
|
3304
3306
|
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3305
3307
|
export {
|
|
3306
3308
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. This alias will be removed in v1.0 */
|
|
3307
3309
|
default as ColumnsIcon
|
|
3308
3310
|
} from '../icons/columns-2';
|
|
3311
|
+
// CloudDownload aliases
|
|
3312
|
+
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3313
|
+
export {
|
|
3314
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. This alias will be removed in v1.0 */
|
|
3315
|
+
default as DownloadCloudIcon
|
|
3316
|
+
} from '../icons/cloud-download';
|
|
3309
3317
|
// Columns3Cog aliases
|
|
3310
3318
|
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3311
3319
|
export {
|
|
@@ -3316,60 +3324,54 @@ export {
|
|
|
3316
3324
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. This alias will be removed in v1.0 */
|
|
3317
3325
|
default as TableConfigIcon
|
|
3318
3326
|
} from '../icons/columns-3-cog';
|
|
3319
|
-
// CodeXml aliases
|
|
3320
|
-
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3321
|
-
export {
|
|
3322
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CodeXml} instead. This alias will be removed in v1.0 */
|
|
3323
|
-
default as Code2Icon
|
|
3324
|
-
} from '../icons/code-xml';
|
|
3325
3327
|
// Columns3 aliases
|
|
3326
3328
|
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3327
3329
|
export {
|
|
3328
3330
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. This alias will be removed in v1.0 */
|
|
3329
3331
|
default as PanelsLeftRightIcon
|
|
3330
3332
|
} from '../icons/columns-3';
|
|
3331
|
-
// ContactRound aliases
|
|
3332
|
-
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3333
|
-
export {
|
|
3334
|
-
/** @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 */
|
|
3335
|
-
default as Contact2Icon
|
|
3336
|
-
} from '../icons/contact-round';
|
|
3337
3333
|
// DiamondPercent aliases
|
|
3338
3334
|
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3339
3335
|
export {
|
|
3340
3336
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. This alias will be removed in v1.0 */
|
|
3341
3337
|
default as PercentDiamondIcon
|
|
3342
3338
|
} from '../icons/diamond-percent';
|
|
3343
|
-
//
|
|
3344
|
-
export { default as
|
|
3339
|
+
// ContactRound aliases
|
|
3340
|
+
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3345
3341
|
export {
|
|
3346
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3347
|
-
default as
|
|
3348
|
-
} from '../icons/
|
|
3342
|
+
/** @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 */
|
|
3343
|
+
default as Contact2Icon
|
|
3344
|
+
} from '../icons/contact-round';
|
|
3349
3345
|
// Earth aliases
|
|
3350
3346
|
export { default as EarthIcon } from '../icons/earth';
|
|
3351
3347
|
export {
|
|
3352
3348
|
/** @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 */
|
|
3353
3349
|
default as Globe2Icon
|
|
3354
3350
|
} from '../icons/earth';
|
|
3355
|
-
//
|
|
3356
|
-
export { default as
|
|
3351
|
+
// EllipsisVertical aliases
|
|
3352
|
+
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3357
3353
|
export {
|
|
3358
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3359
|
-
default as
|
|
3360
|
-
} from '../icons/
|
|
3354
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. This alias will be removed in v1.0 */
|
|
3355
|
+
default as MoreVerticalIcon
|
|
3356
|
+
} from '../icons/ellipsis-vertical';
|
|
3357
|
+
// Ellipsis aliases
|
|
3358
|
+
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3359
|
+
export {
|
|
3360
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. This alias will be removed in v1.0 */
|
|
3361
|
+
default as MoreHorizontalIcon
|
|
3362
|
+
} from '../icons/ellipsis';
|
|
3361
3363
|
// FileBadge aliases
|
|
3362
3364
|
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
3363
3365
|
export {
|
|
3364
3366
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. This alias will be removed in v1.0 */
|
|
3365
3367
|
default as FileBadge2Icon
|
|
3366
3368
|
} from '../icons/file-badge';
|
|
3367
|
-
//
|
|
3368
|
-
export { default as
|
|
3369
|
+
// FileAxis3d aliases
|
|
3370
|
+
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3369
3371
|
export {
|
|
3370
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3371
|
-
default as
|
|
3372
|
-
} from '../icons/
|
|
3372
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. This alias will be removed in v1.0 */
|
|
3373
|
+
default as FileAxis3DIcon
|
|
3374
|
+
} from '../icons/file-axis-3d';
|
|
3373
3375
|
// FileBracesCorner aliases
|
|
3374
3376
|
export { default as FileBracesCornerIcon } from '../icons/file-braces-corner';
|
|
3375
3377
|
export {
|
|
@@ -3400,6 +3402,12 @@ export {
|
|
|
3400
3402
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. This alias will be removed in v1.0 */
|
|
3401
3403
|
default as FileLineChartIcon
|
|
3402
3404
|
} from '../icons/file-chart-line';
|
|
3405
|
+
// FileCheckCorner aliases
|
|
3406
|
+
export { default as FileCheckCornerIcon } from '../icons/file-check-corner';
|
|
3407
|
+
export {
|
|
3408
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead. This alias will be removed in v1.0 */
|
|
3409
|
+
default as FileCheck2Icon
|
|
3410
|
+
} from '../icons/file-check-corner';
|
|
3403
3411
|
// FileChartPie aliases
|
|
3404
3412
|
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3405
3413
|
export {
|
|
@@ -3412,18 +3420,18 @@ export {
|
|
|
3412
3420
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. This alias will be removed in v1.0 */
|
|
3413
3421
|
default as FileCode2Icon
|
|
3414
3422
|
} from '../icons/file-code-corner';
|
|
3415
|
-
// FileCheckCorner aliases
|
|
3416
|
-
export { default as FileCheckCornerIcon } from '../icons/file-check-corner';
|
|
3417
|
-
export {
|
|
3418
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead. This alias will be removed in v1.0 */
|
|
3419
|
-
default as FileCheck2Icon
|
|
3420
|
-
} from '../icons/file-check-corner';
|
|
3421
3423
|
// FileCog aliases
|
|
3422
3424
|
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3423
3425
|
export {
|
|
3424
3426
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. This alias will be removed in v1.0 */
|
|
3425
3427
|
default as FileCog2Icon
|
|
3426
3428
|
} from '../icons/file-cog';
|
|
3429
|
+
// FileExclamationPoint aliases
|
|
3430
|
+
export { default as FileExclamationPointIcon } from '../icons/file-exclamation-point';
|
|
3431
|
+
export {
|
|
3432
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. This alias will be removed in v1.0 */
|
|
3433
|
+
default as FileWarningIcon
|
|
3434
|
+
} from '../icons/file-exclamation-point';
|
|
3427
3435
|
// FileHeadphone aliases
|
|
3428
3436
|
export { default as FileHeadphoneIcon } from '../icons/file-headphone';
|
|
3429
3437
|
export {
|
|
@@ -3434,12 +3442,6 @@ export {
|
|
|
3434
3442
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
|
|
3435
3443
|
default as FileAudio2Icon
|
|
3436
3444
|
} from '../icons/file-headphone';
|
|
3437
|
-
// FileExclamationPoint aliases
|
|
3438
|
-
export { default as FileExclamationPointIcon } from '../icons/file-exclamation-point';
|
|
3439
|
-
export {
|
|
3440
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. This alias will be removed in v1.0 */
|
|
3441
|
-
default as FileWarningIcon
|
|
3442
|
-
} from '../icons/file-exclamation-point';
|
|
3443
3445
|
// FileKey aliases
|
|
3444
3446
|
export { default as FileKeyIcon } from '../icons/file-key';
|
|
3445
3447
|
export {
|
|
@@ -3452,30 +3454,30 @@ export {
|
|
|
3452
3454
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. This alias will be removed in v1.0 */
|
|
3453
3455
|
default as FileLock2Icon
|
|
3454
3456
|
} from '../icons/file-lock';
|
|
3455
|
-
// FilePenLine aliases
|
|
3456
|
-
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3457
|
-
export {
|
|
3458
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. This alias will be removed in v1.0 */
|
|
3459
|
-
default as FileSignatureIcon
|
|
3460
|
-
} from '../icons/file-pen-line';
|
|
3461
3457
|
// FileMinusCorner aliases
|
|
3462
3458
|
export { default as FileMinusCornerIcon } from '../icons/file-minus-corner';
|
|
3463
3459
|
export {
|
|
3464
3460
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. This alias will be removed in v1.0 */
|
|
3465
3461
|
default as FileMinus2Icon
|
|
3466
3462
|
} from '../icons/file-minus-corner';
|
|
3467
|
-
//
|
|
3468
|
-
export { default as
|
|
3463
|
+
// FilePenLine aliases
|
|
3464
|
+
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3469
3465
|
export {
|
|
3470
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3471
|
-
default as
|
|
3472
|
-
} from '../icons/file-pen';
|
|
3466
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. This alias will be removed in v1.0 */
|
|
3467
|
+
default as FileSignatureIcon
|
|
3468
|
+
} from '../icons/file-pen-line';
|
|
3473
3469
|
// FilePlay aliases
|
|
3474
3470
|
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3475
3471
|
export {
|
|
3476
3472
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. This alias will be removed in v1.0 */
|
|
3477
3473
|
default as FileVideoIcon
|
|
3478
3474
|
} from '../icons/file-play';
|
|
3475
|
+
// FilePen aliases
|
|
3476
|
+
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3477
|
+
export {
|
|
3478
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. This alias will be removed in v1.0 */
|
|
3479
|
+
default as FileEditIcon
|
|
3480
|
+
} from '../icons/file-pen';
|
|
3479
3481
|
// FilePlusCorner aliases
|
|
3480
3482
|
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3481
3483
|
export {
|
|
@@ -3494,18 +3496,18 @@ export {
|
|
|
3494
3496
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. This alias will be removed in v1.0 */
|
|
3495
3497
|
default as FileSearch2Icon
|
|
3496
3498
|
} from '../icons/file-search-corner';
|
|
3497
|
-
// FileTypeCorner aliases
|
|
3498
|
-
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3499
|
-
export {
|
|
3500
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. This alias will be removed in v1.0 */
|
|
3501
|
-
default as FileType2Icon
|
|
3502
|
-
} from '../icons/file-type-corner';
|
|
3503
3499
|
// FileSignal aliases
|
|
3504
3500
|
export { default as FileSignalIcon } from '../icons/file-signal';
|
|
3505
3501
|
export {
|
|
3506
3502
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. This alias will be removed in v1.0 */
|
|
3507
3503
|
default as FileVolume2Icon
|
|
3508
3504
|
} from '../icons/file-signal';
|
|
3505
|
+
// FileTypeCorner aliases
|
|
3506
|
+
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3507
|
+
export {
|
|
3508
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. This alias will be removed in v1.0 */
|
|
3509
|
+
default as FileType2Icon
|
|
3510
|
+
} from '../icons/file-type-corner';
|
|
3509
3511
|
// FileVideoCamera aliases
|
|
3510
3512
|
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3511
3513
|
export {
|
|
@@ -3524,36 +3526,36 @@ export {
|
|
|
3524
3526
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. This alias will be removed in v1.0 */
|
|
3525
3527
|
default as FingerprintIcon
|
|
3526
3528
|
} from '../icons/fingerprint-pattern';
|
|
3527
|
-
// FolderCog aliases
|
|
3528
|
-
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3529
|
-
export {
|
|
3530
|
-
/** @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 */
|
|
3531
|
-
default as FolderCog2Icon
|
|
3532
|
-
} from '../icons/folder-cog';
|
|
3533
3529
|
// FolderPen aliases
|
|
3534
3530
|
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3535
3531
|
export {
|
|
3536
3532
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. This alias will be removed in v1.0 */
|
|
3537
3533
|
default as FolderEditIcon
|
|
3538
3534
|
} from '../icons/folder-pen';
|
|
3535
|
+
// FolderCog aliases
|
|
3536
|
+
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3537
|
+
export {
|
|
3538
|
+
/** @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 */
|
|
3539
|
+
default as FolderCog2Icon
|
|
3540
|
+
} from '../icons/folder-cog';
|
|
3539
3541
|
// FunnelX aliases
|
|
3540
3542
|
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3541
3543
|
export {
|
|
3542
3544
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. This alias will be removed in v1.0 */
|
|
3543
3545
|
default as FilterXIcon
|
|
3544
3546
|
} from '../icons/funnel-x';
|
|
3545
|
-
// Funnel aliases
|
|
3546
|
-
export { default as FunnelIcon } from '../icons/funnel';
|
|
3547
|
-
export {
|
|
3548
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. This alias will be removed in v1.0 */
|
|
3549
|
-
default as FilterIcon
|
|
3550
|
-
} from '../icons/funnel';
|
|
3551
3547
|
// GitCommitHorizontal aliases
|
|
3552
3548
|
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3553
3549
|
export {
|
|
3554
3550
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. This alias will be removed in v1.0 */
|
|
3555
3551
|
default as GitCommitIcon
|
|
3556
3552
|
} from '../icons/git-commit-horizontal';
|
|
3553
|
+
// Funnel aliases
|
|
3554
|
+
export { default as FunnelIcon } from '../icons/funnel';
|
|
3555
|
+
export {
|
|
3556
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. This alias will be removed in v1.0 */
|
|
3557
|
+
default as FilterIcon
|
|
3558
|
+
} from '../icons/funnel';
|
|
3557
3559
|
// Grid2x2Check aliases
|
|
3558
3560
|
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3559
3561
|
export {
|
|
@@ -3588,12 +3590,6 @@ export {
|
|
|
3588
3590
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. This alias will be removed in v1.0 */
|
|
3589
3591
|
default as Grid3X3Icon
|
|
3590
3592
|
} from '../icons/grid-3x3';
|
|
3591
|
-
// HandHelping aliases
|
|
3592
|
-
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3593
|
-
export {
|
|
3594
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. This alias will be removed in v1.0 */
|
|
3595
|
-
default as HelpingHandIcon
|
|
3596
|
-
} from '../icons/hand-helping';
|
|
3597
3593
|
// HandGrab aliases
|
|
3598
3594
|
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3599
3595
|
export {
|
|
@@ -3606,6 +3602,12 @@ export {
|
|
|
3606
3602
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. This alias will be removed in v1.0 */
|
|
3607
3603
|
default as HomeIcon
|
|
3608
3604
|
} from '../icons/house';
|
|
3605
|
+
// HandHelping aliases
|
|
3606
|
+
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3607
|
+
export {
|
|
3608
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. This alias will be removed in v1.0 */
|
|
3609
|
+
default as HelpingHandIcon
|
|
3610
|
+
} from '../icons/hand-helping';
|
|
3609
3611
|
// IceCreamBowl aliases
|
|
3610
3612
|
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3611
3613
|
export {
|
|
@@ -3640,6 +3642,12 @@ export {
|
|
|
3640
3642
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. This alias will be removed in v1.0 */
|
|
3641
3643
|
default as IndentDecreaseIcon
|
|
3642
3644
|
} from '../icons/list-indent-decrease';
|
|
3645
|
+
// LoaderCircle aliases
|
|
3646
|
+
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3647
|
+
export {
|
|
3648
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. This alias will be removed in v1.0 */
|
|
3649
|
+
default as Loader2Icon
|
|
3650
|
+
} from '../icons/loader-circle';
|
|
3643
3651
|
// ListIndentIncrease aliases
|
|
3644
3652
|
export { default as ListIndentIncreaseIcon } from '../icons/list-indent-increase';
|
|
3645
3653
|
export {
|
|
@@ -3656,12 +3664,6 @@ export {
|
|
|
3656
3664
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. This alias will be removed in v1.0 */
|
|
3657
3665
|
default as UnlockKeyholeIcon
|
|
3658
3666
|
} from '../icons/lock-keyhole-open';
|
|
3659
|
-
// LoaderCircle aliases
|
|
3660
|
-
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3661
|
-
export {
|
|
3662
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. This alias will be removed in v1.0 */
|
|
3663
|
-
default as Loader2Icon
|
|
3664
|
-
} from '../icons/loader-circle';
|
|
3665
3667
|
// LockOpen aliases
|
|
3666
3668
|
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3667
3669
|
export {
|
|
@@ -3680,18 +3682,18 @@ export {
|
|
|
3680
3682
|
/** @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 */
|
|
3681
3683
|
default as LocationEditIcon
|
|
3682
3684
|
} from '../icons/map-pin-pen';
|
|
3683
|
-
// MessageCircleQuestionMark aliases
|
|
3684
|
-
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3685
|
-
export {
|
|
3686
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3687
|
-
default as MessageCircleQuestionIcon
|
|
3688
|
-
} from '../icons/message-circle-question-mark';
|
|
3689
3685
|
// MicVocal aliases
|
|
3690
3686
|
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3691
3687
|
export {
|
|
3692
3688
|
/** @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 */
|
|
3693
3689
|
default as Mic2Icon
|
|
3694
3690
|
} from '../icons/mic-vocal';
|
|
3691
|
+
// MessageCircleQuestionMark aliases
|
|
3692
|
+
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3693
|
+
export {
|
|
3694
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3695
|
+
default as MessageCircleQuestionIcon
|
|
3696
|
+
} from '../icons/message-circle-question-mark';
|
|
3695
3697
|
// Move3d aliases
|
|
3696
3698
|
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3697
3699
|
export {
|
|
@@ -3716,6 +3718,12 @@ export {
|
|
|
3716
3718
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. This alias will be removed in v1.0 */
|
|
3717
3719
|
default as XOctagonIcon
|
|
3718
3720
|
} from '../icons/octagon-x';
|
|
3721
|
+
// PanelLeftClose aliases
|
|
3722
|
+
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3723
|
+
export {
|
|
3724
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. This alias will be removed in v1.0 */
|
|
3725
|
+
default as SidebarCloseIcon
|
|
3726
|
+
} from '../icons/panel-left-close';
|
|
3719
3727
|
// PaintbrushVertical aliases
|
|
3720
3728
|
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3721
3729
|
export {
|
|
@@ -3740,18 +3748,18 @@ export {
|
|
|
3740
3748
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. This alias will be removed in v1.0 */
|
|
3741
3749
|
default as SidebarOpenIcon
|
|
3742
3750
|
} from '../icons/panel-left-open';
|
|
3743
|
-
// PanelLeftClose aliases
|
|
3744
|
-
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3745
|
-
export {
|
|
3746
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. This alias will be removed in v1.0 */
|
|
3747
|
-
default as SidebarCloseIcon
|
|
3748
|
-
} from '../icons/panel-left-close';
|
|
3749
3751
|
// PanelLeft aliases
|
|
3750
3752
|
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3751
3753
|
export {
|
|
3752
3754
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. This alias will be removed in v1.0 */
|
|
3753
3755
|
default as SidebarIcon
|
|
3754
3756
|
} from '../icons/panel-left';
|
|
3757
|
+
// PanelRightDashed aliases
|
|
3758
|
+
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3759
|
+
export {
|
|
3760
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. This alias will be removed in v1.0 */
|
|
3761
|
+
default as PanelRightInactiveIcon
|
|
3762
|
+
} from '../icons/panel-right-dashed';
|
|
3755
3763
|
// PanelTopDashed aliases
|
|
3756
3764
|
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3757
3765
|
export {
|
|
@@ -3764,30 +3772,24 @@ export {
|
|
|
3764
3772
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. This alias will be removed in v1.0 */
|
|
3765
3773
|
default as LayoutIcon
|
|
3766
3774
|
} from '../icons/panels-top-left';
|
|
3767
|
-
//
|
|
3768
|
-
export { default as
|
|
3769
|
-
export {
|
|
3770
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
|
|
3771
|
-
default as Edit3Icon
|
|
3772
|
-
} from '../icons/pen-line';
|
|
3773
|
-
// PanelRightDashed aliases
|
|
3774
|
-
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3775
|
+
// Pen aliases
|
|
3776
|
+
export { default as PenIcon } from '../icons/pen';
|
|
3775
3777
|
export {
|
|
3776
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3777
|
-
default as
|
|
3778
|
-
} from '../icons/
|
|
3778
|
+
/** @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 */
|
|
3779
|
+
default as Edit2Icon
|
|
3780
|
+
} from '../icons/pen';
|
|
3779
3781
|
// PlugZap aliases
|
|
3780
3782
|
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3781
3783
|
export {
|
|
3782
3784
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
|
|
3783
3785
|
default as PlugZap2Icon
|
|
3784
3786
|
} from '../icons/plug-zap';
|
|
3785
|
-
//
|
|
3786
|
-
export { default as
|
|
3787
|
+
// PenLine aliases
|
|
3788
|
+
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3787
3789
|
export {
|
|
3788
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3789
|
-
default as
|
|
3790
|
-
} from '../icons/pen';
|
|
3790
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
|
|
3791
|
+
default as Edit3Icon
|
|
3792
|
+
} from '../icons/pen-line';
|
|
3791
3793
|
// RectangleEllipsis aliases
|
|
3792
3794
|
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3793
3795
|
export {
|
|
@@ -3806,18 +3808,18 @@ export {
|
|
|
3806
3808
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. This alias will be removed in v1.0 */
|
|
3807
3809
|
default as RowsIcon
|
|
3808
3810
|
} from '../icons/rows-2';
|
|
3809
|
-
// Scale3d aliases
|
|
3810
|
-
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3811
|
-
export {
|
|
3812
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. This alias will be removed in v1.0 */
|
|
3813
|
-
default as Scale3DIcon
|
|
3814
|
-
} from '../icons/scale-3d';
|
|
3815
3811
|
// Rows3 aliases
|
|
3816
3812
|
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3817
3813
|
export {
|
|
3818
3814
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. This alias will be removed in v1.0 */
|
|
3819
3815
|
default as PanelsTopBottomIcon
|
|
3820
3816
|
} from '../icons/rows-3';
|
|
3817
|
+
// Scale3d aliases
|
|
3818
|
+
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3819
|
+
export {
|
|
3820
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. This alias will be removed in v1.0 */
|
|
3821
|
+
default as Scale3DIcon
|
|
3822
|
+
} from '../icons/scale-3d';
|
|
3821
3823
|
// SendHorizontal aliases
|
|
3822
3824
|
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3823
3825
|
export {
|
|
@@ -3830,18 +3832,18 @@ export {
|
|
|
3830
3832
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3831
3833
|
default as ShieldQuestionIcon
|
|
3832
3834
|
} from '../icons/shield-question-mark';
|
|
3833
|
-
// SlidersVertical aliases
|
|
3834
|
-
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3835
|
-
export {
|
|
3836
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. This alias will be removed in v1.0 */
|
|
3837
|
-
default as SlidersIcon
|
|
3838
|
-
} from '../icons/sliders-vertical';
|
|
3839
3835
|
// ShieldX aliases
|
|
3840
3836
|
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3841
3837
|
export {
|
|
3842
3838
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. This alias will be removed in v1.0 */
|
|
3843
3839
|
default as ShieldCloseIcon
|
|
3844
3840
|
} from '../icons/shield-x';
|
|
3841
|
+
// SlidersVertical aliases
|
|
3842
|
+
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3843
|
+
export {
|
|
3844
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. This alias will be removed in v1.0 */
|
|
3845
|
+
default as SlidersIcon
|
|
3846
|
+
} from '../icons/sliders-vertical';
|
|
3845
3847
|
// Sparkles aliases
|
|
3846
3848
|
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3847
3849
|
export {
|
|
@@ -3860,18 +3862,18 @@ export {
|
|
|
3860
3862
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. This alias will be removed in v1.0 */
|
|
3861
3863
|
default as ArrowDownLeftSquareIcon
|
|
3862
3864
|
} from '../icons/square-arrow-down-left';
|
|
3863
|
-
// SquareArrowDown aliases
|
|
3864
|
-
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3865
|
-
export {
|
|
3866
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. This alias will be removed in v1.0 */
|
|
3867
|
-
default as ArrowDownSquareIcon
|
|
3868
|
-
} from '../icons/square-arrow-down';
|
|
3869
3865
|
// SquareArrowDownRight aliases
|
|
3870
3866
|
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3871
3867
|
export {
|
|
3872
3868
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. This alias will be removed in v1.0 */
|
|
3873
3869
|
default as ArrowDownRightSquareIcon
|
|
3874
3870
|
} from '../icons/square-arrow-down-right';
|
|
3871
|
+
// SquareArrowDown aliases
|
|
3872
|
+
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3873
|
+
export {
|
|
3874
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. This alias will be removed in v1.0 */
|
|
3875
|
+
default as ArrowDownSquareIcon
|
|
3876
|
+
} from '../icons/square-arrow-down';
|
|
3875
3877
|
// SquareArrowLeft aliases
|
|
3876
3878
|
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3877
3879
|
export {
|
|
@@ -3902,18 +3904,18 @@ export {
|
|
|
3902
3904
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3903
3905
|
default as ArrowUpRightFromSquareIcon
|
|
3904
3906
|
} from '../icons/square-arrow-out-up-right';
|
|
3905
|
-
// SquareArrowUpLeft aliases
|
|
3906
|
-
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3907
|
-
export {
|
|
3908
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. This alias will be removed in v1.0 */
|
|
3909
|
-
default as ArrowUpLeftSquareIcon
|
|
3910
|
-
} from '../icons/square-arrow-up-left';
|
|
3911
3907
|
// SquareArrowRight aliases
|
|
3912
3908
|
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3913
3909
|
export {
|
|
3914
3910
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. This alias will be removed in v1.0 */
|
|
3915
3911
|
default as ArrowRightSquareIcon
|
|
3916
3912
|
} from '../icons/square-arrow-right';
|
|
3913
|
+
// SquareArrowUpLeft aliases
|
|
3914
|
+
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3915
|
+
export {
|
|
3916
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. This alias will be removed in v1.0 */
|
|
3917
|
+
default as ArrowUpLeftSquareIcon
|
|
3918
|
+
} from '../icons/square-arrow-up-left';
|
|
3917
3919
|
// SquareArrowUpRight aliases
|
|
3918
3920
|
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3919
3921
|
export {
|
|
@@ -3926,30 +3928,30 @@ export {
|
|
|
3926
3928
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. This alias will be removed in v1.0 */
|
|
3927
3929
|
default as ArrowUpSquareIcon
|
|
3928
3930
|
} from '../icons/square-arrow-up';
|
|
3929
|
-
// SquareAsterisk aliases
|
|
3930
|
-
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3931
|
-
export {
|
|
3932
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. This alias will be removed in v1.0 */
|
|
3933
|
-
default as AsteriskSquareIcon
|
|
3934
|
-
} from '../icons/square-asterisk';
|
|
3935
3931
|
// SquareBottomDashedScissors aliases
|
|
3936
3932
|
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3937
3933
|
export {
|
|
3938
3934
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. This alias will be removed in v1.0 */
|
|
3939
3935
|
default as ScissorsSquareDashedBottomIcon
|
|
3940
3936
|
} from '../icons/square-bottom-dashed-scissors';
|
|
3941
|
-
//
|
|
3942
|
-
export { default as
|
|
3937
|
+
// SquareAsterisk aliases
|
|
3938
|
+
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3943
3939
|
export {
|
|
3944
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3945
|
-
default as
|
|
3946
|
-
} from '../icons/square-
|
|
3940
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. This alias will be removed in v1.0 */
|
|
3941
|
+
default as AsteriskSquareIcon
|
|
3942
|
+
} from '../icons/square-asterisk';
|
|
3947
3943
|
// SquareCenterlineDashedVertical aliases
|
|
3948
3944
|
export { default as SquareCenterlineDashedVerticalIcon } from '../icons/square-centerline-dashed-vertical';
|
|
3949
3945
|
export {
|
|
3950
3946
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. This alias will be removed in v1.0 */
|
|
3951
3947
|
default as FlipVerticalIcon
|
|
3952
3948
|
} from '../icons/square-centerline-dashed-vertical';
|
|
3949
|
+
// SquareCenterlineDashedHorizontal aliases
|
|
3950
|
+
export { default as SquareCenterlineDashedHorizontalIcon } from '../icons/square-centerline-dashed-horizontal';
|
|
3951
|
+
export {
|
|
3952
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedHorizontal} instead. This alias will be removed in v1.0 */
|
|
3953
|
+
default as FlipHorizontalIcon
|
|
3954
|
+
} from '../icons/square-centerline-dashed-horizontal';
|
|
3953
3955
|
// SquareChartGantt aliases
|
|
3954
3956
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
3955
3957
|
export {
|
|
@@ -3960,78 +3962,78 @@ export {
|
|
|
3960
3962
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. This alias will be removed in v1.0 */
|
|
3961
3963
|
default as SquareGanttChartIcon
|
|
3962
3964
|
} from '../icons/square-chart-gantt';
|
|
3963
|
-
// SquareCheck aliases
|
|
3964
|
-
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3965
|
-
export {
|
|
3966
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. This alias will be removed in v1.0 */
|
|
3967
|
-
default as CheckSquare2Icon
|
|
3968
|
-
} from '../icons/square-check';
|
|
3969
3965
|
// SquareCheckBig aliases
|
|
3970
3966
|
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3971
3967
|
export {
|
|
3972
3968
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. This alias will be removed in v1.0 */
|
|
3973
3969
|
default as CheckSquareIcon
|
|
3974
3970
|
} from '../icons/square-check-big';
|
|
3975
|
-
//
|
|
3976
|
-
export { default as
|
|
3971
|
+
// SquareCheck aliases
|
|
3972
|
+
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3977
3973
|
export {
|
|
3978
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3979
|
-
default as
|
|
3980
|
-
} from '../icons/square-
|
|
3974
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. This alias will be removed in v1.0 */
|
|
3975
|
+
default as CheckSquare2Icon
|
|
3976
|
+
} from '../icons/square-check';
|
|
3981
3977
|
// SquareChevronLeft aliases
|
|
3982
3978
|
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
3983
3979
|
export {
|
|
3984
3980
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. This alias will be removed in v1.0 */
|
|
3985
3981
|
default as ChevronLeftSquareIcon
|
|
3986
3982
|
} from '../icons/square-chevron-left';
|
|
3983
|
+
// SquareChevronDown aliases
|
|
3984
|
+
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3985
|
+
export {
|
|
3986
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. This alias will be removed in v1.0 */
|
|
3987
|
+
default as ChevronDownSquareIcon
|
|
3988
|
+
} from '../icons/square-chevron-down';
|
|
3987
3989
|
// SquareChevronRight aliases
|
|
3988
3990
|
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
3989
3991
|
export {
|
|
3990
3992
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. This alias will be removed in v1.0 */
|
|
3991
3993
|
default as ChevronRightSquareIcon
|
|
3992
3994
|
} from '../icons/square-chevron-right';
|
|
3993
|
-
// SquareChevronUp aliases
|
|
3994
|
-
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
3995
|
-
export {
|
|
3996
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. This alias will be removed in v1.0 */
|
|
3997
|
-
default as ChevronUpSquareIcon
|
|
3998
|
-
} from '../icons/square-chevron-up';
|
|
3999
3995
|
// SquareCode aliases
|
|
4000
3996
|
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
4001
3997
|
export {
|
|
4002
3998
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. This alias will be removed in v1.0 */
|
|
4003
3999
|
default as CodeSquareIcon
|
|
4004
4000
|
} from '../icons/square-code';
|
|
4001
|
+
// SquareChevronUp aliases
|
|
4002
|
+
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
4003
|
+
export {
|
|
4004
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. This alias will be removed in v1.0 */
|
|
4005
|
+
default as ChevronUpSquareIcon
|
|
4006
|
+
} from '../icons/square-chevron-up';
|
|
4005
4007
|
// SquareDashedKanban aliases
|
|
4006
4008
|
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
4007
4009
|
export {
|
|
4008
4010
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. This alias will be removed in v1.0 */
|
|
4009
4011
|
default as KanbanSquareDashedIcon
|
|
4010
4012
|
} from '../icons/square-dashed-kanban';
|
|
4011
|
-
// SquareDashed aliases
|
|
4012
|
-
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
4013
|
-
export {
|
|
4014
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. This alias will be removed in v1.0 */
|
|
4015
|
-
default as BoxSelectIcon
|
|
4016
|
-
} from '../icons/square-dashed';
|
|
4017
4013
|
// SquareDashedMousePointer aliases
|
|
4018
4014
|
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
4019
4015
|
export {
|
|
4020
4016
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. This alias will be removed in v1.0 */
|
|
4021
4017
|
default as MousePointerSquareDashedIcon
|
|
4022
4018
|
} from '../icons/square-dashed-mouse-pointer';
|
|
4023
|
-
//
|
|
4024
|
-
export { default as
|
|
4019
|
+
// SquareDashed aliases
|
|
4020
|
+
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
4025
4021
|
export {
|
|
4026
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4027
|
-
default as
|
|
4028
|
-
} from '../icons/square-
|
|
4022
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. This alias will be removed in v1.0 */
|
|
4023
|
+
default as BoxSelectIcon
|
|
4024
|
+
} from '../icons/square-dashed';
|
|
4029
4025
|
// SquareDivide aliases
|
|
4030
4026
|
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
4031
4027
|
export {
|
|
4032
4028
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. This alias will be removed in v1.0 */
|
|
4033
4029
|
default as DivideSquareIcon
|
|
4034
4030
|
} from '../icons/square-divide';
|
|
4031
|
+
// SquareDot aliases
|
|
4032
|
+
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
4033
|
+
export {
|
|
4034
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. This alias will be removed in v1.0 */
|
|
4035
|
+
default as DotSquareIcon
|
|
4036
|
+
} from '../icons/square-dot';
|
|
4035
4037
|
// SquareEqual aliases
|
|
4036
4038
|
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
4037
4039
|
export {
|
|
@@ -4056,6 +4058,12 @@ export {
|
|
|
4056
4058
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. This alias will be removed in v1.0 */
|
|
4057
4059
|
default as LibrarySquareIcon
|
|
4058
4060
|
} from '../icons/square-library';
|
|
4061
|
+
// SquareM aliases
|
|
4062
|
+
export { default as SquareMIcon } from '../icons/square-m';
|
|
4063
|
+
export {
|
|
4064
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. This alias will be removed in v1.0 */
|
|
4065
|
+
default as MSquareIcon
|
|
4066
|
+
} from '../icons/square-m';
|
|
4059
4067
|
// SquareMenu aliases
|
|
4060
4068
|
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
4061
4069
|
export {
|
|
@@ -4068,12 +4076,6 @@ export {
|
|
|
4068
4076
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. This alias will be removed in v1.0 */
|
|
4069
4077
|
default as MinusSquareIcon
|
|
4070
4078
|
} from '../icons/square-minus';
|
|
4071
|
-
// SquareM aliases
|
|
4072
|
-
export { default as SquareMIcon } from '../icons/square-m';
|
|
4073
|
-
export {
|
|
4074
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. This alias will be removed in v1.0 */
|
|
4075
|
-
default as MSquareIcon
|
|
4076
|
-
} from '../icons/square-m';
|
|
4077
4079
|
// SquareMousePointer aliases
|
|
4078
4080
|
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
4079
4081
|
export {
|
|
@@ -4124,12 +4126,6 @@ export {
|
|
|
4124
4126
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. This alias will be removed in v1.0 */
|
|
4125
4127
|
default as PilcrowSquareIcon
|
|
4126
4128
|
} from '../icons/square-pilcrow';
|
|
4127
|
-
// SquarePlus aliases
|
|
4128
|
-
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
4129
|
-
export {
|
|
4130
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. This alias will be removed in v1.0 */
|
|
4131
|
-
default as PlusSquareIcon
|
|
4132
|
-
} from '../icons/square-plus';
|
|
4133
4129
|
// SquarePlay aliases
|
|
4134
4130
|
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
4135
4131
|
export {
|
|
@@ -4142,6 +4138,12 @@ export {
|
|
|
4142
4138
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. This alias will be removed in v1.0 */
|
|
4143
4139
|
default as PowerSquareIcon
|
|
4144
4140
|
} from '../icons/square-power';
|
|
4141
|
+
// SquarePlus aliases
|
|
4142
|
+
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
4143
|
+
export {
|
|
4144
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. This alias will be removed in v1.0 */
|
|
4145
|
+
default as PlusSquareIcon
|
|
4146
|
+
} from '../icons/square-plus';
|
|
4145
4147
|
// SquareScissors aliases
|
|
4146
4148
|
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4147
4149
|
export {
|
|
@@ -4166,48 +4168,48 @@ export {
|
|
|
4166
4168
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. This alias will be removed in v1.0 */
|
|
4167
4169
|
default as SplitSquareHorizontalIcon
|
|
4168
4170
|
} from '../icons/square-split-horizontal';
|
|
4169
|
-
// SquareSplitVertical aliases
|
|
4170
|
-
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
4171
|
-
export {
|
|
4172
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. This alias will be removed in v1.0 */
|
|
4173
|
-
default as SplitSquareVerticalIcon
|
|
4174
|
-
} from '../icons/square-split-vertical';
|
|
4175
4171
|
// SquareTerminal aliases
|
|
4176
4172
|
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
4177
4173
|
export {
|
|
4178
4174
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. This alias will be removed in v1.0 */
|
|
4179
4175
|
default as TerminalSquareIcon
|
|
4180
4176
|
} from '../icons/square-terminal';
|
|
4177
|
+
// SquareSplitVertical aliases
|
|
4178
|
+
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
4179
|
+
export {
|
|
4180
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. This alias will be removed in v1.0 */
|
|
4181
|
+
default as SplitSquareVerticalIcon
|
|
4182
|
+
} from '../icons/square-split-vertical';
|
|
4181
4183
|
// SquareUserRound aliases
|
|
4182
4184
|
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
4183
4185
|
export {
|
|
4184
4186
|
/** @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 */
|
|
4185
4187
|
default as UserSquare2Icon
|
|
4186
4188
|
} from '../icons/square-user-round';
|
|
4187
|
-
// SquareX aliases
|
|
4188
|
-
export { default as SquareXIcon } from '../icons/square-x';
|
|
4189
|
-
export {
|
|
4190
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. This alias will be removed in v1.0 */
|
|
4191
|
-
default as XSquareIcon
|
|
4192
|
-
} from '../icons/square-x';
|
|
4193
4189
|
// SquareUser aliases
|
|
4194
4190
|
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4195
4191
|
export {
|
|
4196
4192
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. This alias will be removed in v1.0 */
|
|
4197
4193
|
default as UserSquareIcon
|
|
4198
4194
|
} from '../icons/square-user';
|
|
4199
|
-
//
|
|
4200
|
-
export { default as
|
|
4195
|
+
// SquareX aliases
|
|
4196
|
+
export { default as SquareXIcon } from '../icons/square-x';
|
|
4201
4197
|
export {
|
|
4202
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4203
|
-
default as
|
|
4204
|
-
} from '../icons/
|
|
4198
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. This alias will be removed in v1.0 */
|
|
4199
|
+
default as XSquareIcon
|
|
4200
|
+
} from '../icons/square-x';
|
|
4205
4201
|
// TestTubeDiagonal aliases
|
|
4206
4202
|
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
4207
4203
|
export {
|
|
4208
4204
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. This alias will be removed in v1.0 */
|
|
4209
4205
|
default as TestTube2Icon
|
|
4210
4206
|
} from '../icons/test-tube-diagonal';
|
|
4207
|
+
// TextAlignCenter aliases
|
|
4208
|
+
export { default as TextAlignCenterIcon } from '../icons/text-align-center';
|
|
4209
|
+
export {
|
|
4210
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. This alias will be removed in v1.0 */
|
|
4211
|
+
default as AlignCenterIcon
|
|
4212
|
+
} from '../icons/text-align-center';
|
|
4211
4213
|
// TextAlignEnd aliases
|
|
4212
4214
|
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4213
4215
|
export {
|
|
@@ -4220,34 +4222,34 @@ export {
|
|
|
4220
4222
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. This alias will be removed in v1.0 */
|
|
4221
4223
|
default as AlignJustifyIcon
|
|
4222
4224
|
} from '../icons/text-align-justify';
|
|
4223
|
-
// TextAlignStart aliases
|
|
4224
|
-
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4225
|
-
export {
|
|
4226
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link TextAlignStart} instead. This alias will be removed in v1.0 */
|
|
4227
|
-
default as TextIcon
|
|
4228
|
-
} from '../icons/text-align-start';
|
|
4229
|
-
export {
|
|
4230
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignStart} instead. This alias will be removed in v1.0 */
|
|
4231
|
-
default as AlignLeftIcon
|
|
4232
|
-
} from '../icons/text-align-start';
|
|
4233
4225
|
// TextInitial aliases
|
|
4234
4226
|
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4235
4227
|
export {
|
|
4236
4228
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. This alias will be removed in v1.0 */
|
|
4237
4229
|
default as LetterTextIcon
|
|
4238
4230
|
} from '../icons/text-initial';
|
|
4231
|
+
// TextSelect aliases
|
|
4232
|
+
export { default as TextSelectIcon } from '../icons/text-select';
|
|
4233
|
+
export {
|
|
4234
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextSelect} instead. This alias will be removed in v1.0 */
|
|
4235
|
+
default as TextSelectionIcon
|
|
4236
|
+
} from '../icons/text-select';
|
|
4239
4237
|
// TextWrap aliases
|
|
4240
4238
|
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4241
4239
|
export {
|
|
4242
4240
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. This alias will be removed in v1.0 */
|
|
4243
4241
|
default as WrapTextIcon
|
|
4244
4242
|
} from '../icons/text-wrap';
|
|
4245
|
-
//
|
|
4246
|
-
export { default as
|
|
4243
|
+
// TextAlignStart aliases
|
|
4244
|
+
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4247
4245
|
export {
|
|
4248
|
-
/** @deprecated The
|
|
4249
|
-
default as
|
|
4250
|
-
} from '../icons/text-
|
|
4246
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link TextAlignStart} instead. This alias will be removed in v1.0 */
|
|
4247
|
+
default as TextIcon
|
|
4248
|
+
} from '../icons/text-align-start';
|
|
4249
|
+
export {
|
|
4250
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignStart} instead. This alias will be removed in v1.0 */
|
|
4251
|
+
default as AlignLeftIcon
|
|
4252
|
+
} from '../icons/text-align-start';
|
|
4251
4253
|
// TramFront aliases
|
|
4252
4254
|
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4253
4255
|
export {
|
|
@@ -4272,6 +4274,12 @@ export {
|
|
|
4272
4274
|
/** @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 */
|
|
4273
4275
|
default as Tv2Icon
|
|
4274
4276
|
} from '../icons/tv-minimal';
|
|
4277
|
+
// UserRoundCog aliases
|
|
4278
|
+
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
4279
|
+
export {
|
|
4280
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. This alias will be removed in v1.0 */
|
|
4281
|
+
default as UserCog2Icon
|
|
4282
|
+
} from '../icons/user-round-cog';
|
|
4275
4283
|
// University aliases
|
|
4276
4284
|
export { default as UniversityIcon } from '../icons/university';
|
|
4277
4285
|
export {
|
|
@@ -4284,24 +4292,12 @@ export {
|
|
|
4284
4292
|
/** @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 */
|
|
4285
4293
|
default as UserCheck2Icon
|
|
4286
4294
|
} from '../icons/user-round-check';
|
|
4287
|
-
// UserRoundCog aliases
|
|
4288
|
-
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
4289
|
-
export {
|
|
4290
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. This alias will be removed in v1.0 */
|
|
4291
|
-
default as UserCog2Icon
|
|
4292
|
-
} from '../icons/user-round-cog';
|
|
4293
4295
|
// UserRoundMinus aliases
|
|
4294
4296
|
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
4295
4297
|
export {
|
|
4296
4298
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. This alias will be removed in v1.0 */
|
|
4297
4299
|
default as UserMinus2Icon
|
|
4298
4300
|
} from '../icons/user-round-minus';
|
|
4299
|
-
// UserRoundX aliases
|
|
4300
|
-
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4301
|
-
export {
|
|
4302
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. This alias will be removed in v1.0 */
|
|
4303
|
-
default as UserX2Icon
|
|
4304
|
-
} from '../icons/user-round-x';
|
|
4305
4301
|
// UserRoundPlus aliases
|
|
4306
4302
|
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
4307
4303
|
export {
|
|
@@ -4314,6 +4310,12 @@ export {
|
|
|
4314
4310
|
/** @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 */
|
|
4315
4311
|
default as User2Icon
|
|
4316
4312
|
} from '../icons/user-round';
|
|
4313
|
+
// UserRoundX aliases
|
|
4314
|
+
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4315
|
+
export {
|
|
4316
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. This alias will be removed in v1.0 */
|
|
4317
|
+
default as UserX2Icon
|
|
4318
|
+
} from '../icons/user-round-x';
|
|
4317
4319
|
// UsersRound aliases
|
|
4318
4320
|
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4319
4321
|
export {
|