@lucide/astro 1.16.0 → 1.17.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 +98 -98
- package/src/aliases/prefixed.ts +640 -636
- package/src/aliases/suffixed.ts +913 -909
- package/src/icons/globe-check.ts +18 -0
- package/src/icons/index.ts +135 -133
- package/src/icons/martini.ts +2 -2
- package/src/icons/parasol.ts +18 -0
package/src/aliases/suffixed.ts
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
// AArrowDown aliases
|
|
2
2
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
|
+
// Accessibility aliases
|
|
4
|
+
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
3
5
|
// AArrowUp aliases
|
|
4
6
|
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
5
7
|
// ALargeSmall aliases
|
|
6
8
|
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
7
|
-
// Accessibility aliases
|
|
8
|
-
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
9
9
|
// Activity aliases
|
|
10
10
|
export { default as ActivityIcon } from '../icons/activity';
|
|
11
|
-
// AirVent aliases
|
|
12
|
-
export { default as AirVentIcon } from '../icons/air-vent';
|
|
13
|
-
// AlarmClockOff aliases
|
|
14
|
-
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
15
|
-
// AlarmSmoke aliases
|
|
16
|
-
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
17
11
|
// Airplay aliases
|
|
18
12
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
13
|
+
// AlarmClockOff aliases
|
|
14
|
+
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
15
|
+
// AirVent aliases
|
|
16
|
+
export { default as AirVentIcon } from '../icons/air-vent';
|
|
19
17
|
// AlarmClock aliases
|
|
20
18
|
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
19
|
+
// AlarmSmoke aliases
|
|
20
|
+
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
21
21
|
// Album aliases
|
|
22
22
|
export { default as AlbumIcon } from '../icons/album';
|
|
23
23
|
// AlignCenterHorizontal aliases
|
|
@@ -32,28 +32,28 @@ export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
|
32
32
|
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
33
33
|
// AlignHorizontalDistributeEnd aliases
|
|
34
34
|
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
35
|
-
// AlignHorizontalDistributeStart aliases
|
|
36
|
-
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
37
35
|
// AlignHorizontalJustifyCenter aliases
|
|
38
36
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
39
|
-
//
|
|
40
|
-
export { default as
|
|
37
|
+
// AlignHorizontalDistributeStart aliases
|
|
38
|
+
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
41
39
|
// AlignHorizontalJustifyStart aliases
|
|
42
40
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
43
41
|
// AlignHorizontalSpaceAround aliases
|
|
44
42
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
43
|
+
// AlignHorizontalJustifyEnd aliases
|
|
44
|
+
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
45
45
|
// AlignHorizontalSpaceBetween aliases
|
|
46
46
|
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
47
47
|
// AlignStartHorizontal aliases
|
|
48
48
|
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
49
|
-
// AlignStartVertical aliases
|
|
50
|
-
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
51
49
|
// AlignVerticalDistributeCenter aliases
|
|
52
50
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
53
|
-
//
|
|
54
|
-
export { default as
|
|
51
|
+
// AlignStartVertical aliases
|
|
52
|
+
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
55
53
|
// AlignVerticalDistributeStart aliases
|
|
56
54
|
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
55
|
+
// AlignVerticalDistributeEnd aliases
|
|
56
|
+
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
57
57
|
// AlignVerticalJustifyCenter aliases
|
|
58
58
|
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
59
59
|
// AlignVerticalJustifyEnd aliases
|
|
@@ -68,92 +68,92 @@ export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertica
|
|
|
68
68
|
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
69
69
|
// Ambulance aliases
|
|
70
70
|
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
71
|
+
// Anchor aliases
|
|
72
|
+
export { default as AnchorIcon } from '../icons/anchor';
|
|
71
73
|
// Ampersands aliases
|
|
72
74
|
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
73
75
|
// Amphora aliases
|
|
74
76
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
75
|
-
// Anchor aliases
|
|
76
|
-
export { default as AnchorIcon } from '../icons/anchor';
|
|
77
77
|
// Angry aliases
|
|
78
78
|
export { default as AngryIcon } from '../icons/angry';
|
|
79
79
|
// Annoyed aliases
|
|
80
80
|
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
81
|
-
// Antenna aliases
|
|
82
|
-
export { default as AntennaIcon } from '../icons/antenna';
|
|
83
81
|
// Anvil aliases
|
|
84
82
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
83
|
+
// Antenna aliases
|
|
84
|
+
export { default as AntennaIcon } from '../icons/antenna';
|
|
85
85
|
// Aperture aliases
|
|
86
86
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
87
87
|
// AppWindowMac aliases
|
|
88
88
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
89
89
|
// Apple aliases
|
|
90
90
|
export { default as AppleIcon } from '../icons/apple';
|
|
91
|
-
// AppWindow aliases
|
|
92
|
-
export { default as AppWindowIcon } from '../icons/app-window';
|
|
93
91
|
// ArchiveRestore aliases
|
|
94
92
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
95
93
|
// ArchiveX aliases
|
|
96
94
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
95
|
+
// AppWindow aliases
|
|
96
|
+
export { default as AppWindowIcon } from '../icons/app-window';
|
|
97
97
|
// Archive aliases
|
|
98
98
|
export { default as ArchiveIcon } from '../icons/archive';
|
|
99
99
|
// Armchair aliases
|
|
100
100
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
101
|
-
// ArrowBigDown aliases
|
|
102
|
-
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
103
101
|
// ArrowBigDownDash aliases
|
|
104
102
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
105
103
|
// ArrowBigLeftDash aliases
|
|
106
104
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
107
|
-
//
|
|
108
|
-
export { default as
|
|
105
|
+
// ArrowBigDown aliases
|
|
106
|
+
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
109
107
|
// ArrowBigLeft aliases
|
|
110
108
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
109
|
+
// ArrowBigRightDash aliases
|
|
110
|
+
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
111
111
|
// ArrowBigRight aliases
|
|
112
112
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
113
|
-
// ArrowBigUp aliases
|
|
114
|
-
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
115
113
|
// ArrowBigUpDash aliases
|
|
116
114
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
115
|
+
// ArrowBigUp aliases
|
|
116
|
+
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
117
|
+
// ArrowDownLeft aliases
|
|
118
|
+
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
117
119
|
// ArrowDownFromLine aliases
|
|
118
120
|
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
119
121
|
// ArrowDownNarrowWide aliases
|
|
120
122
|
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
121
123
|
// ArrowDownRight aliases
|
|
122
124
|
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
125
|
+
// ArrowDownUp aliases
|
|
126
|
+
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
123
127
|
// ArrowDownToDot aliases
|
|
124
128
|
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
125
|
-
// ArrowDownLeft aliases
|
|
126
|
-
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
127
129
|
// ArrowDownToLine aliases
|
|
128
130
|
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
129
|
-
// ArrowDownUp aliases
|
|
130
|
-
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
131
|
-
// ArrowDown aliases
|
|
132
|
-
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
133
131
|
// ArrowLeftFromLine aliases
|
|
134
132
|
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
135
133
|
// ArrowLeftRight aliases
|
|
136
134
|
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
135
|
+
// ArrowDown aliases
|
|
136
|
+
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
137
137
|
// ArrowLeftToLine aliases
|
|
138
138
|
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
139
139
|
// ArrowLeft aliases
|
|
140
140
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
141
|
-
// ArrowRightFromLine aliases
|
|
142
|
-
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
143
141
|
// ArrowRightLeft aliases
|
|
144
142
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
145
143
|
// ArrowRightToLine aliases
|
|
146
144
|
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
145
|
+
// ArrowRightFromLine aliases
|
|
146
|
+
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
147
147
|
// ArrowRight aliases
|
|
148
148
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
149
|
-
// ArrowUpDown aliases
|
|
150
|
-
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
151
149
|
// ArrowUpFromDot aliases
|
|
152
150
|
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
153
|
-
//
|
|
154
|
-
export { default as
|
|
151
|
+
// ArrowUpDown aliases
|
|
152
|
+
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
155
153
|
// ArrowUpLeft aliases
|
|
156
154
|
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
155
|
+
// ArrowUpFromLine aliases
|
|
156
|
+
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
157
157
|
// ArrowUpRight aliases
|
|
158
158
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
159
159
|
// ArrowUpToLine aliases
|
|
@@ -174,38 +174,38 @@ export { default as AtSignIcon } from '../icons/at-sign';
|
|
|
174
174
|
export { default as AtomIcon } from '../icons/atom';
|
|
175
175
|
// AudioLines aliases
|
|
176
176
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
177
|
-
// AudioWaveform aliases
|
|
178
|
-
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
179
177
|
// Award aliases
|
|
180
178
|
export { default as AwardIcon } from '../icons/award';
|
|
179
|
+
// AudioWaveform aliases
|
|
180
|
+
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
181
181
|
// Axe aliases
|
|
182
182
|
export { default as AxeIcon } from '../icons/axe';
|
|
183
183
|
// Baby aliases
|
|
184
184
|
export { default as BabyIcon } from '../icons/baby';
|
|
185
|
-
// Backpack aliases
|
|
186
|
-
export { default as BackpackIcon } from '../icons/backpack';
|
|
187
185
|
// BadgeAlert aliases
|
|
188
186
|
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
187
|
+
// Backpack aliases
|
|
188
|
+
export { default as BackpackIcon } from '../icons/backpack';
|
|
189
189
|
// BadgeCent aliases
|
|
190
190
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
191
191
|
// BadgeDollarSign aliases
|
|
192
192
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
193
193
|
// BadgeIndianRupee aliases
|
|
194
194
|
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
195
|
+
// BadgeInfo aliases
|
|
196
|
+
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
195
197
|
// BadgeEuro aliases
|
|
196
198
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
197
199
|
// BadgeJapaneseYen aliases
|
|
198
200
|
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
199
|
-
// BadgeInfo aliases
|
|
200
|
-
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
201
201
|
// BadgeMinus aliases
|
|
202
202
|
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
203
203
|
// BadgePercent aliases
|
|
204
204
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
205
|
-
// BadgePoundSterling aliases
|
|
206
|
-
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
207
205
|
// BadgePlus aliases
|
|
208
206
|
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
207
|
+
// BadgePoundSterling aliases
|
|
208
|
+
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
209
209
|
// BadgeRussianRuble aliases
|
|
210
210
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
211
211
|
// BadgeSwissFranc aliases
|
|
@@ -256,32 +256,32 @@ export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
|
256
256
|
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
257
257
|
// Battery aliases
|
|
258
258
|
export { default as BatteryIcon } from '../icons/battery';
|
|
259
|
-
// BeanOff aliases
|
|
260
|
-
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
261
259
|
// Beaker aliases
|
|
262
260
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
261
|
+
// BeanOff aliases
|
|
262
|
+
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
263
263
|
// Bean aliases
|
|
264
264
|
export { default as BeanIcon } from '../icons/bean';
|
|
265
|
-
// BedSingle aliases
|
|
266
|
-
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
267
265
|
// BedDouble aliases
|
|
268
266
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
267
|
+
// BedSingle aliases
|
|
268
|
+
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
269
269
|
// Bed aliases
|
|
270
270
|
export { default as BedIcon } from '../icons/bed';
|
|
271
|
+
// Beef aliases
|
|
272
|
+
export { default as BeefIcon } from '../icons/beef';
|
|
271
273
|
// BeerOff aliases
|
|
272
274
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
273
275
|
// BeefOff aliases
|
|
274
276
|
export { default as BeefOffIcon } from '../icons/beef-off';
|
|
275
|
-
// Beef aliases
|
|
276
|
-
export { default as BeefIcon } from '../icons/beef';
|
|
277
277
|
// Beer aliases
|
|
278
278
|
export { default as BeerIcon } from '../icons/beer';
|
|
279
279
|
// BellCheck aliases
|
|
280
280
|
export { default as BellCheckIcon } from '../icons/bell-check';
|
|
281
|
-
// BellDot aliases
|
|
282
|
-
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
283
281
|
// BellElectric aliases
|
|
284
282
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
283
|
+
// BellDot aliases
|
|
284
|
+
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
285
285
|
// BellMinus aliases
|
|
286
286
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
287
287
|
// BellOff aliases
|
|
@@ -290,14 +290,14 @@ export { default as BellOffIcon } from '../icons/bell-off';
|
|
|
290
290
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
291
291
|
// BellRing aliases
|
|
292
292
|
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
293
|
-
// BetweenVerticalEnd aliases
|
|
294
|
-
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
295
|
-
// BicepsFlexed aliases
|
|
296
|
-
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
297
293
|
// Bell aliases
|
|
298
294
|
export { default as BellIcon } from '../icons/bell';
|
|
299
295
|
// BetweenVerticalStart aliases
|
|
300
296
|
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
297
|
+
// BetweenVerticalEnd aliases
|
|
298
|
+
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
299
|
+
// BicepsFlexed aliases
|
|
300
|
+
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
301
301
|
// Bike aliases
|
|
302
302
|
export { default as BikeIcon } from '../icons/bike';
|
|
303
303
|
// Binary aliases
|
|
@@ -314,50 +314,50 @@ export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
|
314
314
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
315
315
|
// Blend aliases
|
|
316
316
|
export { default as BlendIcon } from '../icons/blend';
|
|
317
|
-
// Blender aliases
|
|
318
|
-
export { default as BlenderIcon } from '../icons/blender';
|
|
319
317
|
// Blinds aliases
|
|
320
318
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
321
|
-
//
|
|
322
|
-
export { default as
|
|
319
|
+
// Blender aliases
|
|
320
|
+
export { default as BlenderIcon } from '../icons/blender';
|
|
323
321
|
// Blocks aliases
|
|
324
322
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
325
|
-
//
|
|
326
|
-
export { default as
|
|
323
|
+
// BluetoothConnected aliases
|
|
324
|
+
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
327
325
|
// BluetoothSearching aliases
|
|
328
326
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
329
327
|
// Bluetooth aliases
|
|
330
328
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
331
329
|
// Bold aliases
|
|
332
330
|
export { default as BoldIcon } from '../icons/bold';
|
|
333
|
-
//
|
|
334
|
-
export { default as
|
|
331
|
+
// BluetoothOff aliases
|
|
332
|
+
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
335
333
|
// Bomb aliases
|
|
336
334
|
export { default as BombIcon } from '../icons/bomb';
|
|
337
335
|
// Bone aliases
|
|
338
336
|
export { default as BoneIcon } from '../icons/bone';
|
|
339
337
|
// BookA aliases
|
|
340
338
|
export { default as BookAIcon } from '../icons/book-a';
|
|
339
|
+
// Bolt aliases
|
|
340
|
+
export { default as BoltIcon } from '../icons/bolt';
|
|
341
341
|
// BookAlert aliases
|
|
342
342
|
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
343
|
-
// BookAudio aliases
|
|
344
|
-
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
345
343
|
// BookCheck aliases
|
|
346
344
|
export { default as BookCheckIcon } from '../icons/book-check';
|
|
347
345
|
// BookCopy aliases
|
|
348
346
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
349
|
-
// BookDown aliases
|
|
350
|
-
export { default as BookDownIcon } from '../icons/book-down';
|
|
351
347
|
// BookHeadphones aliases
|
|
352
348
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
353
|
-
//
|
|
354
|
-
export { default as
|
|
349
|
+
// BookAudio aliases
|
|
350
|
+
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
351
|
+
// BookDown aliases
|
|
352
|
+
export { default as BookDownIcon } from '../icons/book-down';
|
|
355
353
|
// BookImage aliases
|
|
356
354
|
export { default as BookImageIcon } from '../icons/book-image';
|
|
357
|
-
//
|
|
358
|
-
export { default as
|
|
355
|
+
// BookHeart aliases
|
|
356
|
+
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
359
357
|
// BookKey aliases
|
|
360
358
|
export { default as BookKeyIcon } from '../icons/book-key';
|
|
359
|
+
// BookLock aliases
|
|
360
|
+
export { default as BookLockIcon } from '../icons/book-lock';
|
|
361
361
|
// BookMarked aliases
|
|
362
362
|
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
363
363
|
// BookMinus aliases
|
|
@@ -368,20 +368,20 @@ export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
|
368
368
|
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
369
369
|
// BookOpen aliases
|
|
370
370
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
371
|
-
// BookPlus aliases
|
|
372
|
-
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
373
371
|
// BookSearch aliases
|
|
374
372
|
export { default as BookSearchIcon } from '../icons/book-search';
|
|
373
|
+
// BookPlus aliases
|
|
374
|
+
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
375
375
|
// BookText aliases
|
|
376
376
|
export { default as BookTextIcon } from '../icons/book-text';
|
|
377
377
|
// BookType aliases
|
|
378
378
|
export { default as BookTypeIcon } from '../icons/book-type';
|
|
379
379
|
// BookUp2 aliases
|
|
380
380
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
381
|
-
// BookUser aliases
|
|
382
|
-
export { default as BookUserIcon } from '../icons/book-user';
|
|
383
381
|
// BookUp aliases
|
|
384
382
|
export { default as BookUpIcon } from '../icons/book-up';
|
|
383
|
+
// BookUser aliases
|
|
384
|
+
export { default as BookUserIcon } from '../icons/book-user';
|
|
385
385
|
// BookX aliases
|
|
386
386
|
export { default as BookXIcon } from '../icons/book-x';
|
|
387
387
|
// Book aliases
|
|
@@ -400,10 +400,10 @@ export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
|
400
400
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
401
401
|
// BoomBox aliases
|
|
402
402
|
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
403
|
-
// BotMessageSquare aliases
|
|
404
|
-
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
405
403
|
// BotOff aliases
|
|
406
404
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
405
|
+
// BotMessageSquare aliases
|
|
406
|
+
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
407
407
|
// Bot aliases
|
|
408
408
|
export { default as BotIcon } from '../icons/bot';
|
|
409
409
|
// BottleWine aliases
|
|
@@ -414,10 +414,10 @@ export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
|
414
414
|
export { default as BoxIcon } from '../icons/box';
|
|
415
415
|
// Boxes aliases
|
|
416
416
|
export { default as BoxesIcon } from '../icons/boxes';
|
|
417
|
-
// BrainCircuit aliases
|
|
418
|
-
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
419
417
|
// Brackets aliases
|
|
420
418
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
419
|
+
// BrainCircuit aliases
|
|
420
|
+
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
421
421
|
// BrainCog aliases
|
|
422
422
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
423
423
|
// Brain aliases
|
|
@@ -430,48 +430,48 @@ export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
|
430
430
|
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
431
431
|
// BrickWall aliases
|
|
432
432
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
433
|
-
// BriefcaseMedical aliases
|
|
434
|
-
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
435
433
|
// BriefcaseConveyorBelt aliases
|
|
436
434
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
437
435
|
// Briefcase aliases
|
|
438
436
|
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
437
|
+
// BriefcaseMedical aliases
|
|
438
|
+
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
439
439
|
// BringToFront aliases
|
|
440
440
|
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
441
441
|
// Broccoli aliases
|
|
442
442
|
export { default as BroccoliIcon } from '../icons/broccoli';
|
|
443
443
|
// BrushCleaning aliases
|
|
444
444
|
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
445
|
-
// Bubbles aliases
|
|
446
|
-
export { default as BubblesIcon } from '../icons/bubbles';
|
|
447
445
|
// Brush aliases
|
|
448
446
|
export { default as BrushIcon } from '../icons/brush';
|
|
447
|
+
// Bubbles aliases
|
|
448
|
+
export { default as BubblesIcon } from '../icons/bubbles';
|
|
449
|
+
// BugOff aliases
|
|
450
|
+
export { default as BugOffIcon } from '../icons/bug-off';
|
|
449
451
|
// BugPlay aliases
|
|
450
452
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
451
453
|
// Bug aliases
|
|
452
454
|
export { default as BugIcon } from '../icons/bug';
|
|
453
|
-
// BugOff aliases
|
|
454
|
-
export { default as BugOffIcon } from '../icons/bug-off';
|
|
455
|
-
// Building aliases
|
|
456
|
-
export { default as BuildingIcon } from '../icons/building';
|
|
457
455
|
// Building2 aliases
|
|
458
456
|
export { default as Building2Icon } from '../icons/building-2';
|
|
457
|
+
// Building aliases
|
|
458
|
+
export { default as BuildingIcon } from '../icons/building';
|
|
459
459
|
// Bus aliases
|
|
460
460
|
export { default as BusIcon } from '../icons/bus';
|
|
461
|
-
// BusFront aliases
|
|
462
|
-
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
463
461
|
// CableCar aliases
|
|
464
462
|
export { default as CableCarIcon } from '../icons/cable-car';
|
|
463
|
+
// BusFront aliases
|
|
464
|
+
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
465
465
|
// Cable aliases
|
|
466
466
|
export { default as CableIcon } from '../icons/cable';
|
|
467
467
|
// CakeSlice aliases
|
|
468
468
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
469
|
-
// Calculator aliases
|
|
470
|
-
export { default as CalculatorIcon } from '../icons/calculator';
|
|
471
469
|
// Cake aliases
|
|
472
470
|
export { default as CakeIcon } from '../icons/cake';
|
|
473
471
|
// Calendar1 aliases
|
|
474
472
|
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
473
|
+
// Calculator aliases
|
|
474
|
+
export { default as CalculatorIcon } from '../icons/calculator';
|
|
475
475
|
// CalendarArrowDown aliases
|
|
476
476
|
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
477
477
|
// CalendarArrowUp aliases
|
|
@@ -492,18 +492,18 @@ export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
|
492
492
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
493
493
|
// CalendarMinus2 aliases
|
|
494
494
|
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
495
|
-
// CalendarMinus aliases
|
|
496
|
-
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
497
495
|
// CalendarPlus2 aliases
|
|
498
496
|
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
499
|
-
//
|
|
500
|
-
export { default as
|
|
501
|
-
// CalendarPlus aliases
|
|
502
|
-
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
497
|
+
// CalendarMinus aliases
|
|
498
|
+
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
503
499
|
// CalendarRange aliases
|
|
504
500
|
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
501
|
+
// CalendarOff aliases
|
|
502
|
+
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
505
503
|
// CalendarSearch aliases
|
|
506
504
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
505
|
+
// CalendarPlus aliases
|
|
506
|
+
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
507
507
|
// CalendarSync aliases
|
|
508
508
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
509
509
|
// CalendarX2 aliases
|
|
@@ -514,32 +514,32 @@ export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
|
514
514
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
515
515
|
// Calendars aliases
|
|
516
516
|
export { default as CalendarsIcon } from '../icons/calendars';
|
|
517
|
-
// Camera aliases
|
|
518
|
-
export { default as CameraIcon } from '../icons/camera';
|
|
519
517
|
// CameraOff aliases
|
|
520
518
|
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
519
|
+
// Camera aliases
|
|
520
|
+
export { default as CameraIcon } from '../icons/camera';
|
|
521
521
|
// CandyCane aliases
|
|
522
522
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
523
523
|
// CandyOff aliases
|
|
524
524
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
525
525
|
// Candy aliases
|
|
526
526
|
export { default as CandyIcon } from '../icons/candy';
|
|
527
|
-
// CannabisOff aliases
|
|
528
|
-
export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
529
527
|
// Cannabis aliases
|
|
530
528
|
export { default as CannabisIcon } from '../icons/cannabis';
|
|
529
|
+
// CannabisOff aliases
|
|
530
|
+
export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
531
531
|
// CaptionsOff aliases
|
|
532
532
|
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
533
|
-
// CarTaxiFront aliases
|
|
534
|
-
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
535
533
|
// CarFront aliases
|
|
536
534
|
export { default as CarFrontIcon } from '../icons/car-front';
|
|
537
|
-
//
|
|
538
|
-
export { default as
|
|
539
|
-
// Caravan aliases
|
|
540
|
-
export { default as CaravanIcon } from '../icons/caravan';
|
|
535
|
+
// CarTaxiFront aliases
|
|
536
|
+
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
541
537
|
// CardSim aliases
|
|
542
538
|
export { default as CardSimIcon } from '../icons/card-sim';
|
|
539
|
+
// Caravan aliases
|
|
540
|
+
export { default as CaravanIcon } from '../icons/caravan';
|
|
541
|
+
// Car aliases
|
|
542
|
+
export { default as CarIcon } from '../icons/car';
|
|
543
543
|
// Carrot aliases
|
|
544
544
|
export { default as CarrotIcon } from '../icons/carrot';
|
|
545
545
|
// CaseLower aliases
|
|
@@ -562,86 +562,86 @@ export { default as CctvOffIcon } from '../icons/cctv-off';
|
|
|
562
562
|
export { default as CctvIcon } from '../icons/cctv';
|
|
563
563
|
// ChartBarDecreasing aliases
|
|
564
564
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
565
|
-
// ChartBarIncreasing aliases
|
|
566
|
-
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
567
565
|
// ChartBarStacked aliases
|
|
568
566
|
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
567
|
+
// ChartBarIncreasing aliases
|
|
568
|
+
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
569
569
|
// ChartColumnDecreasing aliases
|
|
570
570
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
571
571
|
// ChartColumnStacked aliases
|
|
572
572
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
573
573
|
// ChartGantt aliases
|
|
574
574
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
575
|
-
// ChartNoAxesColumnDecreasing aliases
|
|
576
|
-
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
577
575
|
// ChartNetwork aliases
|
|
578
576
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
579
|
-
//
|
|
580
|
-
export { default as
|
|
577
|
+
// ChartNoAxesColumnDecreasing aliases
|
|
578
|
+
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
581
579
|
// ChartNoAxesCombined aliases
|
|
582
580
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
581
|
+
// ChartSpline aliases
|
|
582
|
+
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
583
|
+
// Check aliases
|
|
584
|
+
export { default as CheckIcon } from '../icons/check';
|
|
583
585
|
// CheckCheck aliases
|
|
584
586
|
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
585
587
|
// CheckLine aliases
|
|
586
588
|
export { default as CheckLineIcon } from '../icons/check-line';
|
|
587
|
-
// Check aliases
|
|
588
|
-
export { default as CheckIcon } from '../icons/check';
|
|
589
589
|
// ChefHat aliases
|
|
590
590
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
591
591
|
// Cherry aliases
|
|
592
592
|
export { default as CherryIcon } from '../icons/cherry';
|
|
593
|
-
// ChessBishop aliases
|
|
594
|
-
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
595
593
|
// ChessKing aliases
|
|
596
594
|
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
597
595
|
// ChessKnight aliases
|
|
598
596
|
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
599
|
-
//
|
|
600
|
-
export { default as
|
|
597
|
+
// ChessBishop aliases
|
|
598
|
+
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
601
599
|
// ChessQueen aliases
|
|
602
600
|
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
601
|
+
// ChessPawn aliases
|
|
602
|
+
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
603
603
|
// ChessRook aliases
|
|
604
604
|
export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
605
605
|
// ChevronDown aliases
|
|
606
606
|
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
607
607
|
// ChevronFirst aliases
|
|
608
608
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
609
|
+
// ChevronRight aliases
|
|
610
|
+
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
609
611
|
// ChevronLast aliases
|
|
610
612
|
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
611
613
|
// ChevronLeft aliases
|
|
612
614
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
613
|
-
// ChevronRight aliases
|
|
614
|
-
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
615
|
-
// ChevronUp aliases
|
|
616
|
-
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
617
|
-
// ChevronsDown aliases
|
|
618
|
-
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
619
615
|
// ChevronsDownUp aliases
|
|
620
616
|
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
617
|
+
// ChevronsDown aliases
|
|
618
|
+
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
619
|
+
// ChevronUp aliases
|
|
620
|
+
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
621
621
|
// ChevronsLeftRightEllipsis aliases
|
|
622
622
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
623
623
|
// ChevronsLeftRight aliases
|
|
624
624
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
625
625
|
// ChevronsLeft aliases
|
|
626
626
|
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
627
|
-
// ChevronsRightLeft aliases
|
|
628
|
-
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
629
627
|
// ChevronsRight aliases
|
|
630
628
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
629
|
+
// ChevronsRightLeft aliases
|
|
630
|
+
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
631
631
|
// ChevronsUpDown aliases
|
|
632
632
|
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
633
633
|
// ChevronsUp aliases
|
|
634
634
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
635
635
|
// Church aliases
|
|
636
636
|
export { default as ChurchIcon } from '../icons/church';
|
|
637
|
-
// CigaretteOff aliases
|
|
638
|
-
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
639
|
-
// CircleDashed aliases
|
|
640
|
-
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
641
637
|
// Cigarette aliases
|
|
642
638
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
639
|
+
// CigaretteOff aliases
|
|
640
|
+
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
643
641
|
// CircleDollarSign aliases
|
|
644
642
|
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
643
|
+
// CircleDashed aliases
|
|
644
|
+
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
645
645
|
// CircleDotDashed aliases
|
|
646
646
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
647
647
|
// CircleEllipsis aliases
|
|
@@ -654,34 +654,34 @@ export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
|
654
654
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
655
655
|
// CircleFadingPlus aliases
|
|
656
656
|
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
657
|
-
//
|
|
658
|
-
export { default as
|
|
657
|
+
// CirclePile aliases
|
|
658
|
+
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
659
659
|
// CirclePoundSterling aliases
|
|
660
660
|
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
661
|
+
// CircleOff aliases
|
|
662
|
+
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
661
663
|
// CircleSlash aliases
|
|
662
664
|
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
663
|
-
// CirclePile aliases
|
|
664
|
-
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
665
665
|
// CircleSmall aliases
|
|
666
666
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
667
667
|
// CircleStar aliases
|
|
668
668
|
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
669
|
-
// CircuitBoard aliases
|
|
670
|
-
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
671
669
|
// Circle aliases
|
|
672
670
|
export { default as CircleIcon } from '../icons/circle';
|
|
673
|
-
//
|
|
674
|
-
export { default as
|
|
671
|
+
// CircuitBoard aliases
|
|
672
|
+
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
675
673
|
// Clapperboard aliases
|
|
676
674
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
675
|
+
// Citrus aliases
|
|
676
|
+
export { default as CitrusIcon } from '../icons/citrus';
|
|
677
677
|
// ClipboardCheck aliases
|
|
678
678
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
679
679
|
// ClipboardClock aliases
|
|
680
680
|
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
681
|
-
// ClipboardList aliases
|
|
682
|
-
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
683
681
|
// ClipboardCopy aliases
|
|
684
682
|
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
683
|
+
// ClipboardList aliases
|
|
684
|
+
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
685
685
|
// ClipboardMinus aliases
|
|
686
686
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
687
687
|
// ClipboardPaste aliases
|
|
@@ -694,18 +694,18 @@ export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
|
694
694
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
695
695
|
// Clipboard aliases
|
|
696
696
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
697
|
+
// Clock1 aliases
|
|
698
|
+
export { default as Clock1Icon } from '../icons/clock-1';
|
|
697
699
|
// Clock10 aliases
|
|
698
700
|
export { default as Clock10Icon } from '../icons/clock-10';
|
|
699
701
|
// Clock11 aliases
|
|
700
702
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
701
|
-
// Clock1 aliases
|
|
702
|
-
export { default as Clock1Icon } from '../icons/clock-1';
|
|
703
703
|
// Clock12 aliases
|
|
704
704
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
705
|
-
// Clock2 aliases
|
|
706
|
-
export { default as Clock2Icon } from '../icons/clock-2';
|
|
707
705
|
// Clock3 aliases
|
|
708
706
|
export { default as Clock3Icon } from '../icons/clock-3';
|
|
707
|
+
// Clock2 aliases
|
|
708
|
+
export { default as Clock2Icon } from '../icons/clock-2';
|
|
709
709
|
// Clock4 aliases
|
|
710
710
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
711
711
|
// Clock5 aliases
|
|
@@ -714,10 +714,10 @@ export { default as Clock5Icon } from '../icons/clock-5';
|
|
|
714
714
|
export { default as Clock6Icon } from '../icons/clock-6';
|
|
715
715
|
// Clock7 aliases
|
|
716
716
|
export { default as Clock7Icon } from '../icons/clock-7';
|
|
717
|
-
// Clock9 aliases
|
|
718
|
-
export { default as Clock9Icon } from '../icons/clock-9';
|
|
719
717
|
// Clock8 aliases
|
|
720
718
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
719
|
+
// Clock9 aliases
|
|
720
|
+
export { default as Clock9Icon } from '../icons/clock-9';
|
|
721
721
|
// ClockAlert aliases
|
|
722
722
|
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
723
723
|
// ClockArrowDown aliases
|
|
@@ -728,10 +728,10 @@ export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
|
728
728
|
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
729
729
|
// ClockFading aliases
|
|
730
730
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
731
|
-
// ClosedCaption aliases
|
|
732
|
-
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
733
731
|
// ClockPlus aliases
|
|
734
732
|
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
733
|
+
// ClosedCaption aliases
|
|
734
|
+
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
735
735
|
// Clock aliases
|
|
736
736
|
export { default as ClockIcon } from '../icons/clock';
|
|
737
737
|
// CloudAlert aliases
|
|
@@ -740,20 +740,20 @@ export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
|
740
740
|
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
741
741
|
// CloudCheck aliases
|
|
742
742
|
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
743
|
+
// CloudCog aliases
|
|
744
|
+
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
743
745
|
// CloudDrizzle aliases
|
|
744
746
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
747
|
+
// CloudMoonRain aliases
|
|
748
|
+
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
745
749
|
// CloudFog aliases
|
|
746
750
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
747
|
-
// CloudHail aliases
|
|
748
|
-
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
749
|
-
// CloudCog aliases
|
|
750
|
-
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
751
751
|
// CloudLightning aliases
|
|
752
752
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
753
|
+
// CloudHail aliases
|
|
754
|
+
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
753
755
|
// CloudMoon aliases
|
|
754
756
|
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
755
|
-
// CloudMoonRain aliases
|
|
756
|
-
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
757
757
|
// CloudOff aliases
|
|
758
758
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
759
759
|
// CloudRainWind aliases
|
|
@@ -762,62 +762,62 @@ export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
|
762
762
|
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
763
763
|
// CloudSnow aliases
|
|
764
764
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
765
|
-
// CloudSun aliases
|
|
766
|
-
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
767
765
|
// CloudSunRain aliases
|
|
768
766
|
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
769
767
|
// CloudSync aliases
|
|
770
768
|
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
769
|
+
// CloudSun aliases
|
|
770
|
+
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
771
771
|
// Cloud aliases
|
|
772
772
|
export { default as CloudIcon } from '../icons/cloud';
|
|
773
773
|
// Cloudy aliases
|
|
774
774
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
775
|
-
// Clover aliases
|
|
776
|
-
export { default as CloverIcon } from '../icons/clover';
|
|
777
775
|
// Club aliases
|
|
778
776
|
export { default as ClubIcon } from '../icons/club';
|
|
779
|
-
//
|
|
780
|
-
export { default as
|
|
777
|
+
// Clover aliases
|
|
778
|
+
export { default as CloverIcon } from '../icons/clover';
|
|
781
779
|
// Coffee aliases
|
|
782
780
|
export { default as CoffeeIcon } from '../icons/coffee';
|
|
783
|
-
//
|
|
784
|
-
export { default as
|
|
781
|
+
// Code aliases
|
|
782
|
+
export { default as CodeIcon } from '../icons/code';
|
|
785
783
|
// Coins aliases
|
|
786
784
|
export { default as CoinsIcon } from '../icons/coins';
|
|
787
|
-
// Command aliases
|
|
788
|
-
export { default as CommandIcon } from '../icons/command';
|
|
789
785
|
// Columns4 aliases
|
|
790
786
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
787
|
+
// Cog aliases
|
|
788
|
+
export { default as CogIcon } from '../icons/cog';
|
|
791
789
|
// Combine aliases
|
|
792
790
|
export { default as CombineIcon } from '../icons/combine';
|
|
793
|
-
//
|
|
794
|
-
export { default as
|
|
791
|
+
// Command aliases
|
|
792
|
+
export { default as CommandIcon } from '../icons/command';
|
|
795
793
|
// Compass aliases
|
|
796
794
|
export { default as CompassIcon } from '../icons/compass';
|
|
797
795
|
// Computer aliases
|
|
798
796
|
export { default as ComputerIcon } from '../icons/computer';
|
|
799
|
-
//
|
|
800
|
-
export { default as
|
|
797
|
+
// Component aliases
|
|
798
|
+
export { default as ComponentIcon } from '../icons/component';
|
|
801
799
|
// Cone aliases
|
|
802
800
|
export { default as ConeIcon } from '../icons/cone';
|
|
801
|
+
// ConciergeBell aliases
|
|
802
|
+
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
803
803
|
// Construction aliases
|
|
804
804
|
export { default as ConstructionIcon } from '../icons/construction';
|
|
805
|
-
// Container aliases
|
|
806
|
-
export { default as ContainerIcon } from '../icons/container';
|
|
807
805
|
// Contact aliases
|
|
808
806
|
export { default as ContactIcon } from '../icons/contact';
|
|
807
|
+
// Container aliases
|
|
808
|
+
export { default as ContainerIcon } from '../icons/container';
|
|
809
809
|
// Contrast aliases
|
|
810
810
|
export { default as ContrastIcon } from '../icons/contrast';
|
|
811
811
|
// Cookie aliases
|
|
812
812
|
export { default as CookieIcon } from '../icons/cookie';
|
|
813
|
+
// CopyCheck aliases
|
|
814
|
+
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
813
815
|
// CookingPot aliases
|
|
814
816
|
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
815
|
-
// CopyPlus aliases
|
|
816
|
-
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
817
817
|
// CopyMinus aliases
|
|
818
818
|
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
819
|
-
//
|
|
820
|
-
export { default as
|
|
819
|
+
// CopyPlus aliases
|
|
820
|
+
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
821
821
|
// CopySlash aliases
|
|
822
822
|
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
823
823
|
// CopyX aliases
|
|
@@ -834,42 +834,42 @@ export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
|
834
834
|
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
835
835
|
// CornerLeftDown aliases
|
|
836
836
|
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
837
|
-
// CornerRightDown aliases
|
|
838
|
-
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
839
837
|
// CornerLeftUp aliases
|
|
840
838
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
839
|
+
// CornerRightDown aliases
|
|
840
|
+
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
841
|
+
// CornerRightUp aliases
|
|
842
|
+
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
841
843
|
// CornerUpLeft aliases
|
|
842
844
|
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
843
845
|
// CornerUpRight aliases
|
|
844
846
|
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
845
|
-
// CornerRightUp aliases
|
|
846
|
-
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
847
847
|
// Cpu aliases
|
|
848
848
|
export { default as CpuIcon } from '../icons/cpu';
|
|
849
|
+
// CreativeCommons aliases
|
|
850
|
+
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
849
851
|
// CreditCard aliases
|
|
850
852
|
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
851
853
|
// Croissant aliases
|
|
852
854
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
853
|
-
// CreativeCommons aliases
|
|
854
|
-
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
855
855
|
// Crop aliases
|
|
856
856
|
export { default as CropIcon } from '../icons/crop';
|
|
857
|
-
// Crosshair aliases
|
|
858
|
-
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
859
857
|
// Cross aliases
|
|
860
858
|
export { default as CrossIcon } from '../icons/cross';
|
|
859
|
+
// Crosshair aliases
|
|
860
|
+
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
861
861
|
// Crown aliases
|
|
862
862
|
export { default as CrownIcon } from '../icons/crown';
|
|
863
|
-
// Cuboid aliases
|
|
864
|
-
export { default as CuboidIcon } from '../icons/cuboid';
|
|
865
863
|
// CupSoda aliases
|
|
866
864
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
867
|
-
//
|
|
868
|
-
export { default as
|
|
865
|
+
// Cuboid aliases
|
|
866
|
+
export { default as CuboidIcon } from '../icons/cuboid';
|
|
869
867
|
// Cylinder aliases
|
|
870
868
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
871
869
|
// Dam aliases
|
|
872
870
|
export { default as DamIcon } from '../icons/dam';
|
|
871
|
+
// Currency aliases
|
|
872
|
+
export { default as CurrencyIcon } from '../icons/currency';
|
|
873
873
|
// DatabaseBackup aliases
|
|
874
874
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
875
875
|
// DatabaseSearch aliases
|
|
@@ -908,18 +908,18 @@ export { default as Dice5Icon } from '../icons/dice-5';
|
|
|
908
908
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
909
909
|
// Dices aliases
|
|
910
910
|
export { default as DicesIcon } from '../icons/dices';
|
|
911
|
-
// Disc2 aliases
|
|
912
|
-
export { default as Disc2Icon } from '../icons/disc-2';
|
|
913
911
|
// Diff aliases
|
|
914
912
|
export { default as DiffIcon } from '../icons/diff';
|
|
913
|
+
// Disc2 aliases
|
|
914
|
+
export { default as Disc2Icon } from '../icons/disc-2';
|
|
915
915
|
// Disc3 aliases
|
|
916
916
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
917
917
|
// DiscAlbum aliases
|
|
918
918
|
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
919
|
-
// Divide aliases
|
|
920
|
-
export { default as DivideIcon } from '../icons/divide';
|
|
921
919
|
// Disc aliases
|
|
922
920
|
export { default as DiscIcon } from '../icons/disc';
|
|
921
|
+
// Divide aliases
|
|
922
|
+
export { default as DivideIcon } from '../icons/divide';
|
|
923
923
|
// DnaOff aliases
|
|
924
924
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
925
925
|
// Dna aliases
|
|
@@ -936,32 +936,32 @@ export { default as DonutIcon } from '../icons/donut';
|
|
|
936
936
|
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
937
937
|
// DoorClosed aliases
|
|
938
938
|
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
939
|
+
// Dot aliases
|
|
940
|
+
export { default as DotIcon } from '../icons/dot';
|
|
939
941
|
// DoorOpen aliases
|
|
940
942
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
941
943
|
// Download aliases
|
|
942
944
|
export { default as DownloadIcon } from '../icons/download';
|
|
943
|
-
// Dot aliases
|
|
944
|
-
export { default as DotIcon } from '../icons/dot';
|
|
945
945
|
// DraftingCompass aliases
|
|
946
946
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
947
947
|
// Drama aliases
|
|
948
948
|
export { default as DramaIcon } from '../icons/drama';
|
|
949
|
-
// Drill aliases
|
|
950
|
-
export { default as DrillIcon } from '../icons/drill';
|
|
951
949
|
// Drone aliases
|
|
952
950
|
export { default as DroneIcon } from '../icons/drone';
|
|
953
|
-
//
|
|
954
|
-
export { default as
|
|
951
|
+
// Drill aliases
|
|
952
|
+
export { default as DrillIcon } from '../icons/drill';
|
|
955
953
|
// Droplet aliases
|
|
956
954
|
export { default as DropletIcon } from '../icons/droplet';
|
|
955
|
+
// DropletOff aliases
|
|
956
|
+
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
957
957
|
// Droplets aliases
|
|
958
958
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
959
959
|
// Drum aliases
|
|
960
960
|
export { default as DrumIcon } from '../icons/drum';
|
|
961
|
-
// Drumstick aliases
|
|
962
|
-
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
963
961
|
// Dumbbell aliases
|
|
964
962
|
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
963
|
+
// Drumstick aliases
|
|
964
|
+
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
965
965
|
// Ear aliases
|
|
966
966
|
export { default as EarIcon } from '../icons/ear';
|
|
967
967
|
// EarOff aliases
|
|
@@ -972,22 +972,22 @@ export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
|
972
972
|
export { default as EclipseIcon } from '../icons/eclipse';
|
|
973
973
|
// EggFried aliases
|
|
974
974
|
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
975
|
-
// EggOff aliases
|
|
976
|
-
export { default as EggOffIcon } from '../icons/egg-off';
|
|
977
975
|
// Egg aliases
|
|
978
976
|
export { default as EggIcon } from '../icons/egg';
|
|
977
|
+
// EggOff aliases
|
|
978
|
+
export { default as EggOffIcon } from '../icons/egg-off';
|
|
979
979
|
// Ellipse aliases
|
|
980
980
|
export { default as EllipseIcon } from '../icons/ellipse';
|
|
981
981
|
// EqualApproximately aliases
|
|
982
982
|
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
983
|
-
// EqualNot aliases
|
|
984
|
-
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
985
|
-
// Equal aliases
|
|
986
|
-
export { default as EqualIcon } from '../icons/equal';
|
|
987
983
|
// Eraser aliases
|
|
988
984
|
export { default as EraserIcon } from '../icons/eraser';
|
|
985
|
+
// EqualNot aliases
|
|
986
|
+
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
989
987
|
// EthernetPort aliases
|
|
990
988
|
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
989
|
+
// Equal aliases
|
|
990
|
+
export { default as EqualIcon } from '../icons/equal';
|
|
991
991
|
// Euro aliases
|
|
992
992
|
export { default as EuroIcon } from '../icons/euro';
|
|
993
993
|
// EvCharger aliases
|
|
@@ -1002,28 +1002,28 @@ export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
|
1002
1002
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
1003
1003
|
// Eye aliases
|
|
1004
1004
|
export { default as EyeIcon } from '../icons/eye';
|
|
1005
|
-
// Factory aliases
|
|
1006
|
-
export { default as FactoryIcon } from '../icons/factory';
|
|
1007
1005
|
// Fan aliases
|
|
1008
1006
|
export { default as FanIcon } from '../icons/fan';
|
|
1007
|
+
// Factory aliases
|
|
1008
|
+
export { default as FactoryIcon } from '../icons/factory';
|
|
1009
1009
|
// FastForward aliases
|
|
1010
1010
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
1011
|
-
// Feather aliases
|
|
1012
|
-
export { default as FeatherIcon } from '../icons/feather';
|
|
1013
1011
|
// Fence aliases
|
|
1014
1012
|
export { default as FenceIcon } from '../icons/fence';
|
|
1015
1013
|
// FerrisWheel aliases
|
|
1016
1014
|
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
1015
|
+
// Feather aliases
|
|
1016
|
+
export { default as FeatherIcon } from '../icons/feather';
|
|
1017
1017
|
// FileArchive aliases
|
|
1018
1018
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
1019
1019
|
// FileBox aliases
|
|
1020
1020
|
export { default as FileBoxIcon } from '../icons/file-box';
|
|
1021
1021
|
// FileCheck aliases
|
|
1022
1022
|
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1023
|
-
// FileCode aliases
|
|
1024
|
-
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1025
1023
|
// FileClock aliases
|
|
1026
1024
|
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1025
|
+
// FileCode aliases
|
|
1026
|
+
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1027
1027
|
// FileDiff aliases
|
|
1028
1028
|
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
1029
1029
|
// FileDigit aliases
|
|
@@ -1036,10 +1036,10 @@ export { default as FileHeartIcon } from '../icons/file-heart';
|
|
|
1036
1036
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
1037
1037
|
// FileInput aliases
|
|
1038
1038
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
1039
|
-
// FileMusic aliases
|
|
1040
|
-
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1041
1039
|
// FileMinus aliases
|
|
1042
1040
|
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1041
|
+
// FileMusic aliases
|
|
1042
|
+
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1043
1043
|
// FileOutput aliases
|
|
1044
1044
|
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1045
1045
|
// FilePlus aliases
|
|
@@ -1056,44 +1056,44 @@ export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
|
1056
1056
|
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1057
1057
|
// FileSymlink aliases
|
|
1058
1058
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1059
|
-
// FileTerminal aliases
|
|
1060
|
-
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1061
1059
|
// FileText aliases
|
|
1062
1060
|
export { default as FileTextIcon } from '../icons/file-text';
|
|
1063
|
-
//
|
|
1064
|
-
export { default as
|
|
1061
|
+
// FileTerminal aliases
|
|
1062
|
+
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1065
1063
|
// FileType aliases
|
|
1066
1064
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1067
|
-
//
|
|
1068
|
-
export { default as
|
|
1065
|
+
// FileUp aliases
|
|
1066
|
+
export { default as FileUpIcon } from '../icons/file-up';
|
|
1069
1067
|
// FileUser aliases
|
|
1070
1068
|
export { default as FileUserIcon } from '../icons/file-user';
|
|
1069
|
+
// FileVolume aliases
|
|
1070
|
+
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1071
1071
|
// FileX aliases
|
|
1072
1072
|
export { default as FileXIcon } from '../icons/file-x';
|
|
1073
|
-
// File aliases
|
|
1074
|
-
export { default as FileIcon } from '../icons/file';
|
|
1075
1073
|
// Files aliases
|
|
1076
1074
|
export { default as FilesIcon } from '../icons/files';
|
|
1075
|
+
// File aliases
|
|
1076
|
+
export { default as FileIcon } from '../icons/file';
|
|
1077
1077
|
// Film aliases
|
|
1078
1078
|
export { default as FilmIcon } from '../icons/film';
|
|
1079
1079
|
// FireExtinguisher aliases
|
|
1080
1080
|
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1081
1081
|
// FishOff aliases
|
|
1082
1082
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1083
|
-
// Fish aliases
|
|
1084
|
-
export { default as FishIcon } from '../icons/fish';
|
|
1085
1083
|
// FishSymbol aliases
|
|
1086
1084
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1087
1085
|
// FishingHook aliases
|
|
1088
1086
|
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1089
|
-
//
|
|
1090
|
-
export { default as
|
|
1087
|
+
// Fish aliases
|
|
1088
|
+
export { default as FishIcon } from '../icons/fish';
|
|
1091
1089
|
// FlagOff aliases
|
|
1092
1090
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1093
|
-
//
|
|
1094
|
-
export { default as
|
|
1091
|
+
// FishingRod aliases
|
|
1092
|
+
export { default as FishingRodIcon } from '../icons/fishing-rod';
|
|
1095
1093
|
// FlagTriangleLeft aliases
|
|
1096
1094
|
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1095
|
+
// FlagTriangleRight aliases
|
|
1096
|
+
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1097
1097
|
// Flag aliases
|
|
1098
1098
|
export { default as FlagIcon } from '../icons/flag';
|
|
1099
1099
|
// Flame aliases
|
|
@@ -1106,14 +1106,14 @@ export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
|
1106
1106
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1107
1107
|
// FlaskConicalOff aliases
|
|
1108
1108
|
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1109
|
-
// FlaskConical aliases
|
|
1110
|
-
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1111
1109
|
// FlaskRound aliases
|
|
1112
1110
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1113
|
-
//
|
|
1114
|
-
export { default as
|
|
1111
|
+
// FlaskConical aliases
|
|
1112
|
+
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1115
1113
|
// FlipVertical2 aliases
|
|
1116
1114
|
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1115
|
+
// FlipHorizontal2 aliases
|
|
1116
|
+
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1117
1117
|
// Flower2 aliases
|
|
1118
1118
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1119
1119
|
// Flower aliases
|
|
@@ -1122,22 +1122,22 @@ export { default as FlowerIcon } from '../icons/flower';
|
|
|
1122
1122
|
export { default as FocusIcon } from '../icons/focus';
|
|
1123
1123
|
// FoldVertical aliases
|
|
1124
1124
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1125
|
+
// FolderArchive aliases
|
|
1126
|
+
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1125
1127
|
// FoldHorizontal aliases
|
|
1126
1128
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1127
1129
|
// FolderBookmark aliases
|
|
1128
1130
|
export { default as FolderBookmarkIcon } from '../icons/folder-bookmark';
|
|
1129
|
-
// FolderArchive aliases
|
|
1130
|
-
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1131
|
-
// FolderCheck aliases
|
|
1132
|
-
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1133
|
-
// FolderClosed aliases
|
|
1134
|
-
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1135
1131
|
// FolderClock aliases
|
|
1136
1132
|
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1137
|
-
//
|
|
1138
|
-
export { default as
|
|
1133
|
+
// FolderClosed aliases
|
|
1134
|
+
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1135
|
+
// FolderCheck aliases
|
|
1136
|
+
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1139
1137
|
// FolderCode aliases
|
|
1140
1138
|
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1139
|
+
// FolderDot aliases
|
|
1140
|
+
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1141
1141
|
// FolderDown aliases
|
|
1142
1142
|
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1143
1143
|
// FolderGit2 aliases
|
|
@@ -1154,32 +1154,32 @@ export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
|
1154
1154
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1155
1155
|
// FolderLock aliases
|
|
1156
1156
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1157
|
-
// FolderOpenDot aliases
|
|
1158
|
-
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1159
1157
|
// FolderMinus aliases
|
|
1160
1158
|
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1159
|
+
// FolderOpenDot aliases
|
|
1160
|
+
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1161
1161
|
// FolderOpen aliases
|
|
1162
1162
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1163
1163
|
// FolderOutput aliases
|
|
1164
1164
|
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1165
1165
|
// FolderPlus aliases
|
|
1166
1166
|
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1167
|
-
// FolderRoot aliases
|
|
1168
|
-
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1169
1167
|
// FolderSearch2 aliases
|
|
1170
1168
|
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1171
1169
|
// FolderSearch aliases
|
|
1172
1170
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1171
|
+
// FolderRoot aliases
|
|
1172
|
+
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1173
1173
|
// FolderSymlink aliases
|
|
1174
1174
|
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1175
1175
|
// FolderSync aliases
|
|
1176
1176
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1177
|
+
// FolderTree aliases
|
|
1178
|
+
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1177
1179
|
// FolderUp aliases
|
|
1178
1180
|
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1179
1181
|
// FolderX aliases
|
|
1180
1182
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1181
|
-
// FolderTree aliases
|
|
1182
|
-
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1183
1183
|
// Folder aliases
|
|
1184
1184
|
export { default as FolderIcon } from '../icons/folder';
|
|
1185
1185
|
// Folders aliases
|
|
@@ -1188,10 +1188,10 @@ export { default as FoldersIcon } from '../icons/folders';
|
|
|
1188
1188
|
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1189
1189
|
// Forklift aliases
|
|
1190
1190
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1191
|
-
// Forward aliases
|
|
1192
|
-
export { default as ForwardIcon } from '../icons/forward';
|
|
1193
1191
|
// Form aliases
|
|
1194
1192
|
export { default as FormIcon } from '../icons/form';
|
|
1193
|
+
// Forward aliases
|
|
1194
|
+
export { default as ForwardIcon } from '../icons/forward';
|
|
1195
1195
|
// Frame aliases
|
|
1196
1196
|
export { default as FrameIcon } from '../icons/frame';
|
|
1197
1197
|
// Frown aliases
|
|
@@ -1206,42 +1206,42 @@ export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
|
1206
1206
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1207
1207
|
// GalleryHorizontal aliases
|
|
1208
1208
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1209
|
-
// GalleryThumbnails aliases
|
|
1210
|
-
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1211
1209
|
// GalleryVerticalEnd aliases
|
|
1212
1210
|
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1211
|
+
// GalleryThumbnails aliases
|
|
1212
|
+
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1213
1213
|
// GalleryVertical aliases
|
|
1214
1214
|
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1215
|
+
// GamepadDirectional aliases
|
|
1216
|
+
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1215
1217
|
// Gamepad2 aliases
|
|
1216
1218
|
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1217
1219
|
// Gamepad aliases
|
|
1218
1220
|
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1219
|
-
// GamepadDirectional aliases
|
|
1220
|
-
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1221
1221
|
// Gauge aliases
|
|
1222
1222
|
export { default as GaugeIcon } from '../icons/gauge';
|
|
1223
1223
|
// Gavel aliases
|
|
1224
1224
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1225
|
-
// Gem aliases
|
|
1226
|
-
export { default as GemIcon } from '../icons/gem';
|
|
1227
1225
|
// GeorgianLari aliases
|
|
1228
1226
|
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1227
|
+
// Gem aliases
|
|
1228
|
+
export { default as GemIcon } from '../icons/gem';
|
|
1229
1229
|
// Ghost aliases
|
|
1230
1230
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1231
|
-
// Gift aliases
|
|
1232
|
-
export { default as GiftIcon } from '../icons/gift';
|
|
1233
1231
|
// GitBranchMinus aliases
|
|
1234
1232
|
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1233
|
+
// Gift aliases
|
|
1234
|
+
export { default as GiftIcon } from '../icons/gift';
|
|
1235
1235
|
// GitBranchPlus aliases
|
|
1236
1236
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1237
1237
|
// GitBranch aliases
|
|
1238
1238
|
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1239
|
+
// GitCompareArrows aliases
|
|
1240
|
+
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1239
1241
|
// GitCommitVertical aliases
|
|
1240
1242
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1241
1243
|
// GitCompare aliases
|
|
1242
1244
|
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1243
|
-
// GitCompareArrows aliases
|
|
1244
|
-
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1245
1245
|
// GitFork aliases
|
|
1246
1246
|
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1247
1247
|
// GitGraph aliases
|
|
@@ -1256,20 +1256,22 @@ export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-ar
|
|
|
1256
1256
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1257
1257
|
// GitPullRequestCreateArrow aliases
|
|
1258
1258
|
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1259
|
-
// GitPullRequestCreate aliases
|
|
1260
|
-
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1261
1259
|
// GitPullRequestDraft aliases
|
|
1262
1260
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1261
|
+
// GitPullRequestCreate aliases
|
|
1262
|
+
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1263
1263
|
// GitPullRequest aliases
|
|
1264
1264
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1265
|
-
// Glasses aliases
|
|
1266
|
-
export { default as GlassesIcon } from '../icons/glasses';
|
|
1267
1265
|
// GlassWater aliases
|
|
1268
1266
|
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1269
|
-
//
|
|
1270
|
-
export { default as
|
|
1267
|
+
// Glasses aliases
|
|
1268
|
+
export { default as GlassesIcon } from '../icons/glasses';
|
|
1269
|
+
// GlobeCheck aliases
|
|
1270
|
+
export { default as GlobeCheckIcon } from '../icons/globe-check';
|
|
1271
1271
|
// GlobeLock aliases
|
|
1272
1272
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1273
|
+
// GlobeOff aliases
|
|
1274
|
+
export { default as GlobeOffIcon } from '../icons/globe-off';
|
|
1273
1275
|
// GlobeX aliases
|
|
1274
1276
|
export { default as GlobeXIcon } from '../icons/globe-x';
|
|
1275
1277
|
// Globe aliases
|
|
@@ -1278,14 +1280,12 @@ export { default as GlobeIcon } from '../icons/globe';
|
|
|
1278
1280
|
export { default as GoalIcon } from '../icons/goal';
|
|
1279
1281
|
// Gpu aliases
|
|
1280
1282
|
export { default as GpuIcon } from '../icons/gpu';
|
|
1281
|
-
// Grape aliases
|
|
1282
|
-
export { default as GrapeIcon } from '../icons/grape';
|
|
1283
1283
|
// GraduationCap aliases
|
|
1284
1284
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1285
|
+
// Grape aliases
|
|
1286
|
+
export { default as GrapeIcon } from '../icons/grape';
|
|
1285
1287
|
// Grid3x2 aliases
|
|
1286
1288
|
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1287
|
-
// GripVertical aliases
|
|
1288
|
-
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1289
1289
|
// GripHorizontal aliases
|
|
1290
1290
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1291
1291
|
// Grip aliases
|
|
@@ -1294,36 +1294,38 @@ export { default as GripIcon } from '../icons/grip';
|
|
|
1294
1294
|
export { default as GroupIcon } from '../icons/group';
|
|
1295
1295
|
// Guitar aliases
|
|
1296
1296
|
export { default as GuitarIcon } from '../icons/guitar';
|
|
1297
|
-
//
|
|
1298
|
-
export { default as
|
|
1297
|
+
// GripVertical aliases
|
|
1298
|
+
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1299
1299
|
// Ham aliases
|
|
1300
1300
|
export { default as HamIcon } from '../icons/ham';
|
|
1301
1301
|
// Hamburger aliases
|
|
1302
1302
|
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1303
|
-
//
|
|
1304
|
-
export { default as
|
|
1303
|
+
// Hammer aliases
|
|
1304
|
+
export { default as HammerIcon } from '../icons/hammer';
|
|
1305
1305
|
// HandCoins aliases
|
|
1306
1306
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1307
|
+
// HandFist aliases
|
|
1308
|
+
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1307
1309
|
// HandHeart aliases
|
|
1308
1310
|
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1309
1311
|
// HandMetal aliases
|
|
1310
1312
|
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1311
|
-
// Handbag aliases
|
|
1312
|
-
export { default as HandbagIcon } from '../icons/handbag';
|
|
1313
1313
|
// HandPlatter aliases
|
|
1314
1314
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1315
1315
|
// Hand aliases
|
|
1316
1316
|
export { default as HandIcon } from '../icons/hand';
|
|
1317
|
+
// Handbag aliases
|
|
1318
|
+
export { default as HandbagIcon } from '../icons/handbag';
|
|
1317
1319
|
// Handshake aliases
|
|
1318
1320
|
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1319
1321
|
// HardDriveDownload aliases
|
|
1320
1322
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1321
1323
|
// HardDriveUpload aliases
|
|
1322
1324
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1323
|
-
// HardHat aliases
|
|
1324
|
-
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1325
1325
|
// HardDrive aliases
|
|
1326
1326
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1327
|
+
// HardHat aliases
|
|
1328
|
+
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1327
1329
|
// Hash aliases
|
|
1328
1330
|
export { default as HashIcon } from '../icons/hash';
|
|
1329
1331
|
// HatGlasses aliases
|
|
@@ -1338,28 +1340,28 @@ export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
|
1338
1340
|
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1339
1341
|
// Heading2 aliases
|
|
1340
1342
|
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1341
|
-
// Heading5 aliases
|
|
1342
|
-
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1343
1343
|
// Heading3 aliases
|
|
1344
1344
|
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1345
|
-
// Heading6 aliases
|
|
1346
|
-
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1347
1345
|
// Heading4 aliases
|
|
1348
1346
|
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1349
|
-
//
|
|
1350
|
-
export { default as
|
|
1347
|
+
// Heading5 aliases
|
|
1348
|
+
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1349
|
+
// Heading6 aliases
|
|
1350
|
+
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1351
1351
|
// HeadphoneOff aliases
|
|
1352
1352
|
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1353
|
+
// Heading aliases
|
|
1354
|
+
export { default as HeadingIcon } from '../icons/heading';
|
|
1353
1355
|
// Headphones aliases
|
|
1354
1356
|
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1355
1357
|
// Headset aliases
|
|
1356
1358
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1357
1359
|
// HeartCrack aliases
|
|
1358
1360
|
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1359
|
-
// HeartHandshake aliases
|
|
1360
|
-
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1361
1361
|
// HeartMinus aliases
|
|
1362
1362
|
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1363
|
+
// HeartHandshake aliases
|
|
1364
|
+
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1363
1365
|
// HeartOff aliases
|
|
1364
1366
|
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1365
1367
|
// HeartPlus aliases
|
|
@@ -1368,16 +1370,16 @@ export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
|
1368
1370
|
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1369
1371
|
// HeartX aliases
|
|
1370
1372
|
export { default as HeartXIcon } from '../icons/heart-x';
|
|
1373
|
+
// Helicopter aliases
|
|
1374
|
+
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1371
1375
|
// Heart aliases
|
|
1372
1376
|
export { default as HeartIcon } from '../icons/heart';
|
|
1373
1377
|
// Heater aliases
|
|
1374
1378
|
export { default as HeaterIcon } from '../icons/heater';
|
|
1375
|
-
// Helicopter aliases
|
|
1376
|
-
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1377
|
-
// Hexagon aliases
|
|
1378
|
-
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1379
1379
|
// Highlighter aliases
|
|
1380
1380
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1381
|
+
// Hexagon aliases
|
|
1382
|
+
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1381
1383
|
// History aliases
|
|
1382
1384
|
export { default as HistoryIcon } from '../icons/history';
|
|
1383
1385
|
// HopOff aliases
|
|
@@ -1386,10 +1388,10 @@ export { default as HopOffIcon } from '../icons/hop-off';
|
|
|
1386
1388
|
export { default as HopIcon } from '../icons/hop';
|
|
1387
1389
|
// Hospital aliases
|
|
1388
1390
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1389
|
-
// Hotel aliases
|
|
1390
|
-
export { default as HotelIcon } from '../icons/hotel';
|
|
1391
1391
|
// Hourglass aliases
|
|
1392
1392
|
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1393
|
+
// Hotel aliases
|
|
1394
|
+
export { default as HotelIcon } from '../icons/hotel';
|
|
1393
1395
|
// HouseHeart aliases
|
|
1394
1396
|
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1395
1397
|
// HousePlug aliases
|
|
@@ -1418,10 +1420,10 @@ export { default as ImageUpIcon } from '../icons/image-up';
|
|
|
1418
1420
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1419
1421
|
// Image aliases
|
|
1420
1422
|
export { default as ImageIcon } from '../icons/image';
|
|
1421
|
-
// Import aliases
|
|
1422
|
-
export { default as ImportIcon } from '../icons/import';
|
|
1423
1423
|
// Images aliases
|
|
1424
1424
|
export { default as ImagesIcon } from '../icons/images';
|
|
1425
|
+
// Import aliases
|
|
1426
|
+
export { default as ImportIcon } from '../icons/import';
|
|
1425
1427
|
// Inbox aliases
|
|
1426
1428
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1427
1429
|
// Infinity aliases
|
|
@@ -1440,18 +1442,18 @@ export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
|
1440
1442
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1441
1443
|
// JapaneseYen aliases
|
|
1442
1444
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1443
|
-
// Kanban aliases
|
|
1444
|
-
export { default as KanbanIcon } from '../icons/kanban';
|
|
1445
1445
|
// Joystick aliases
|
|
1446
1446
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1447
|
+
// Kanban aliases
|
|
1448
|
+
export { default as KanbanIcon } from '../icons/kanban';
|
|
1447
1449
|
// Kayak aliases
|
|
1448
1450
|
export { default as KayakIcon } from '../icons/kayak';
|
|
1451
|
+
// KeySquare aliases
|
|
1452
|
+
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1449
1453
|
// KeyRound aliases
|
|
1450
1454
|
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1451
1455
|
// Key aliases
|
|
1452
1456
|
export { default as KeyIcon } from '../icons/key';
|
|
1453
|
-
// KeySquare aliases
|
|
1454
|
-
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1455
1457
|
// KeyboardMusic aliases
|
|
1456
1458
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1457
1459
|
// KeyboardOff aliases
|
|
@@ -1464,36 +1466,36 @@ export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
|
1464
1466
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1465
1467
|
// LampFloor aliases
|
|
1466
1468
|
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1467
|
-
// Lamp aliases
|
|
1468
|
-
export { default as LampIcon } from '../icons/lamp';
|
|
1469
1469
|
// LampWallDown aliases
|
|
1470
1470
|
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1471
|
+
// Lamp aliases
|
|
1472
|
+
export { default as LampIcon } from '../icons/lamp';
|
|
1471
1473
|
// LampWallUp aliases
|
|
1472
1474
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1473
|
-
// Landmark aliases
|
|
1474
|
-
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1475
|
-
// Languages aliases
|
|
1476
|
-
export { default as LanguagesIcon } from '../icons/languages';
|
|
1477
1475
|
// LandPlot aliases
|
|
1478
1476
|
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1477
|
+
// Landmark aliases
|
|
1478
|
+
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1479
1479
|
// LaptopMinimalCheck aliases
|
|
1480
1480
|
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1481
|
+
// Languages aliases
|
|
1482
|
+
export { default as LanguagesIcon } from '../icons/languages';
|
|
1481
1483
|
// Laptop aliases
|
|
1482
1484
|
export { default as LaptopIcon } from '../icons/laptop';
|
|
1485
|
+
// Lasso aliases
|
|
1486
|
+
export { default as LassoIcon } from '../icons/lasso';
|
|
1483
1487
|
// LassoSelect aliases
|
|
1484
1488
|
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1485
1489
|
// Laugh aliases
|
|
1486
1490
|
export { default as LaughIcon } from '../icons/laugh';
|
|
1487
|
-
// Lasso aliases
|
|
1488
|
-
export { default as LassoIcon } from '../icons/lasso';
|
|
1489
1491
|
// Layers2 aliases
|
|
1490
1492
|
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1493
|
+
// LayoutDashboard aliases
|
|
1494
|
+
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1491
1495
|
// LayersMinus aliases
|
|
1492
1496
|
export { default as LayersMinusIcon } from '../icons/layers-minus';
|
|
1493
1497
|
// LayersPlus aliases
|
|
1494
1498
|
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1495
|
-
// LayoutDashboard aliases
|
|
1496
|
-
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1497
1499
|
// LayoutGrid aliases
|
|
1498
1500
|
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1499
1501
|
// LayoutList aliases
|
|
@@ -1502,12 +1504,12 @@ export { default as LayoutListIcon } from '../icons/layout-list';
|
|
|
1502
1504
|
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1503
1505
|
// LayoutPanelTop aliases
|
|
1504
1506
|
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1505
|
-
// LayoutTemplate aliases
|
|
1506
|
-
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1507
1507
|
// Leaf aliases
|
|
1508
1508
|
export { default as LeafIcon } from '../icons/leaf';
|
|
1509
1509
|
// LeafyGreen aliases
|
|
1510
1510
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1511
|
+
// LayoutTemplate aliases
|
|
1512
|
+
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1511
1513
|
// Lectern aliases
|
|
1512
1514
|
export { default as LecternIcon } from '../icons/lectern';
|
|
1513
1515
|
// LensConcave aliases
|
|
@@ -1520,26 +1522,26 @@ export { default as LibraryBigIcon } from '../icons/library-big';
|
|
|
1520
1522
|
export { default as LibraryIcon } from '../icons/library';
|
|
1521
1523
|
// LifeBuoy aliases
|
|
1522
1524
|
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1523
|
-
// Ligature aliases
|
|
1524
|
-
export { default as LigatureIcon } from '../icons/ligature';
|
|
1525
1525
|
// Lightbulb aliases
|
|
1526
1526
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1527
|
+
// Ligature aliases
|
|
1528
|
+
export { default as LigatureIcon } from '../icons/ligature';
|
|
1527
1529
|
// LightbulbOff aliases
|
|
1528
1530
|
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1529
1531
|
// LineDotRightHorizontal aliases
|
|
1530
1532
|
export { default as LineDotRightHorizontalIcon } from '../icons/line-dot-right-horizontal';
|
|
1531
1533
|
// LineSquiggle aliases
|
|
1532
1534
|
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1533
|
-
// LineStyle aliases
|
|
1534
|
-
export { default as LineStyleIcon } from '../icons/line-style';
|
|
1535
1535
|
// Link2Off aliases
|
|
1536
1536
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1537
|
+
// LineStyle aliases
|
|
1538
|
+
export { default as LineStyleIcon } from '../icons/line-style';
|
|
1537
1539
|
// Link2 aliases
|
|
1538
1540
|
export { default as Link2Icon } from '../icons/link-2';
|
|
1539
|
-
// Link aliases
|
|
1540
|
-
export { default as LinkIcon } from '../icons/link';
|
|
1541
1541
|
// ListCheck aliases
|
|
1542
1542
|
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1543
|
+
// Link aliases
|
|
1544
|
+
export { default as LinkIcon } from '../icons/link';
|
|
1543
1545
|
// ListChecks aliases
|
|
1544
1546
|
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1545
1547
|
// ListChevronsDownUp aliases
|
|
@@ -1558,36 +1560,36 @@ export { default as ListFilterIcon } from '../icons/list-filter';
|
|
|
1558
1560
|
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1559
1561
|
// ListMusic aliases
|
|
1560
1562
|
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1561
|
-
// ListOrdered aliases
|
|
1562
|
-
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1563
1563
|
// ListPlus aliases
|
|
1564
1564
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1565
|
+
// ListOrdered aliases
|
|
1566
|
+
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1565
1567
|
// ListRestart aliases
|
|
1566
1568
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1567
|
-
// ListStart aliases
|
|
1568
|
-
export { default as ListStartIcon } from '../icons/list-start';
|
|
1569
|
-
// ListTree aliases
|
|
1570
|
-
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1571
1569
|
// ListTodo aliases
|
|
1572
1570
|
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1571
|
+
// ListTree aliases
|
|
1572
|
+
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1573
|
+
// ListStart aliases
|
|
1574
|
+
export { default as ListStartIcon } from '../icons/list-start';
|
|
1573
1575
|
// ListVideo aliases
|
|
1574
1576
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1575
|
-
// ListX aliases
|
|
1576
|
-
export { default as ListXIcon } from '../icons/list-x';
|
|
1577
1577
|
// List aliases
|
|
1578
1578
|
export { default as ListIcon } from '../icons/list';
|
|
1579
|
+
// ListX aliases
|
|
1580
|
+
export { default as ListXIcon } from '../icons/list-x';
|
|
1579
1581
|
// LoaderPinwheel aliases
|
|
1580
1582
|
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1581
|
-
// Loader aliases
|
|
1582
|
-
export { default as LoaderIcon } from '../icons/loader';
|
|
1583
1583
|
// LocateFixed aliases
|
|
1584
1584
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1585
|
-
//
|
|
1586
|
-
export { default as
|
|
1585
|
+
// Loader aliases
|
|
1586
|
+
export { default as LoaderIcon } from '../icons/loader';
|
|
1587
1587
|
// Locate aliases
|
|
1588
1588
|
export { default as LocateIcon } from '../icons/locate';
|
|
1589
1589
|
// LockKeyhole aliases
|
|
1590
1590
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1591
|
+
// LocateOff aliases
|
|
1592
|
+
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1591
1593
|
// Lock aliases
|
|
1592
1594
|
export { default as LockIcon } from '../icons/lock';
|
|
1593
1595
|
// LogIn aliases
|
|
@@ -1608,34 +1610,34 @@ export { default as MailCheckIcon } from '../icons/mail-check';
|
|
|
1608
1610
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1609
1611
|
// MailOpen aliases
|
|
1610
1612
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1611
|
-
// MailPlus aliases
|
|
1612
|
-
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1613
1613
|
// MailSearch aliases
|
|
1614
1614
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1615
|
+
// MailPlus aliases
|
|
1616
|
+
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1615
1617
|
// MailWarning aliases
|
|
1616
1618
|
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1617
1619
|
// MailX aliases
|
|
1618
1620
|
export { default as MailXIcon } from '../icons/mail-x';
|
|
1619
1621
|
// Mail aliases
|
|
1620
1622
|
export { default as MailIcon } from '../icons/mail';
|
|
1621
|
-
// Mailbox aliases
|
|
1622
|
-
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1623
1623
|
// Mails aliases
|
|
1624
1624
|
export { default as MailsIcon } from '../icons/mails';
|
|
1625
|
+
// Mailbox aliases
|
|
1626
|
+
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1625
1627
|
// MapMinus aliases
|
|
1626
1628
|
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1627
1629
|
// MapPinCheckInside aliases
|
|
1628
1630
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1631
|
+
// MapPinHouse aliases
|
|
1632
|
+
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1629
1633
|
// MapPinCheck aliases
|
|
1630
1634
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1631
1635
|
// MapPinMinusInside aliases
|
|
1632
1636
|
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1633
|
-
// MapPinHouse aliases
|
|
1634
|
-
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1635
|
-
// MapPinMinus aliases
|
|
1636
|
-
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1637
1637
|
// MapPinOff aliases
|
|
1638
1638
|
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1639
|
+
// MapPinMinus aliases
|
|
1640
|
+
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1639
1641
|
// MapPinPlusInside aliases
|
|
1640
1642
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1641
1643
|
// MapPinPlus aliases
|
|
@@ -1644,10 +1646,10 @@ export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
|
1644
1646
|
export { default as MapPinSearchIcon } from '../icons/map-pin-search';
|
|
1645
1647
|
// MapPinXInside aliases
|
|
1646
1648
|
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1647
|
-
// MapPinX aliases
|
|
1648
|
-
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1649
1649
|
// MapPin aliases
|
|
1650
1650
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1651
|
+
// MapPinX aliases
|
|
1652
|
+
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1651
1653
|
// MapPinned aliases
|
|
1652
1654
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1653
1655
|
// MapPlus aliases
|
|
@@ -1664,36 +1666,36 @@ export { default as MartiniIcon } from '../icons/martini';
|
|
|
1664
1666
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1665
1667
|
// Maximize aliases
|
|
1666
1668
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1667
|
-
// Medal aliases
|
|
1668
|
-
export { default as MedalIcon } from '../icons/medal';
|
|
1669
1669
|
// MegaphoneOff aliases
|
|
1670
1670
|
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1671
|
-
//
|
|
1672
|
-
export { default as
|
|
1671
|
+
// Medal aliases
|
|
1672
|
+
export { default as MedalIcon } from '../icons/medal';
|
|
1673
1673
|
// Meh aliases
|
|
1674
1674
|
export { default as MehIcon } from '../icons/meh';
|
|
1675
|
+
// Megaphone aliases
|
|
1676
|
+
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1675
1677
|
// MemoryStick aliases
|
|
1676
1678
|
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1677
|
-
// Menu aliases
|
|
1678
|
-
export { default as MenuIcon } from '../icons/menu';
|
|
1679
1679
|
// Merge aliases
|
|
1680
1680
|
export { default as MergeIcon } from '../icons/merge';
|
|
1681
|
+
// Menu aliases
|
|
1682
|
+
export { default as MenuIcon } from '../icons/menu';
|
|
1681
1683
|
// MessageCircleCheck aliases
|
|
1682
1684
|
export { default as MessageCircleCheckIcon } from '../icons/message-circle-check';
|
|
1683
1685
|
// MessageCircleCode aliases
|
|
1684
1686
|
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1685
|
-
// MessageCircleDashed aliases
|
|
1686
|
-
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1687
1687
|
// MessageCircleHeart aliases
|
|
1688
1688
|
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1689
|
+
// MessageCircleDashed aliases
|
|
1690
|
+
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1689
1691
|
// MessageCircleMore aliases
|
|
1690
1692
|
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1691
|
-
// MessageCircleOff aliases
|
|
1692
|
-
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1693
1693
|
// MessageCirclePlus aliases
|
|
1694
1694
|
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1695
1695
|
// MessageCircleReply aliases
|
|
1696
1696
|
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1697
|
+
// MessageCircleOff aliases
|
|
1698
|
+
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1697
1699
|
// MessageCircleWarning aliases
|
|
1698
1700
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1699
1701
|
// MessageCircleX aliases
|
|
@@ -1712,10 +1714,10 @@ export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
|
1712
1714
|
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1713
1715
|
// MessageSquareHeart aliases
|
|
1714
1716
|
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1715
|
-
// MessageSquareLock aliases
|
|
1716
|
-
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1717
1717
|
// MessageSquareMore aliases
|
|
1718
1718
|
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1719
|
+
// MessageSquareLock aliases
|
|
1720
|
+
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1719
1721
|
// MessageSquareOff aliases
|
|
1720
1722
|
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1721
1723
|
// MessageSquarePlus aliases
|
|
@@ -1734,16 +1736,16 @@ export { default as MessageSquareWarningIcon } from '../icons/message-square-war
|
|
|
1734
1736
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1735
1737
|
// MessageSquare aliases
|
|
1736
1738
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1737
|
-
// Metronome aliases
|
|
1738
|
-
export { default as MetronomeIcon } from '../icons/metronome';
|
|
1739
1739
|
// MessagesSquare aliases
|
|
1740
1740
|
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1741
|
+
// Metronome aliases
|
|
1742
|
+
export { default as MetronomeIcon } from '../icons/metronome';
|
|
1741
1743
|
// MicOff aliases
|
|
1742
1744
|
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1743
|
-
// Mic aliases
|
|
1744
|
-
export { default as MicIcon } from '../icons/mic';
|
|
1745
1745
|
// Microchip aliases
|
|
1746
1746
|
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1747
|
+
// Mic aliases
|
|
1748
|
+
export { default as MicIcon } from '../icons/mic';
|
|
1747
1749
|
// Microscope aliases
|
|
1748
1750
|
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1749
1751
|
// Microwave aliases
|
|
@@ -1754,10 +1756,10 @@ export { default as MilestoneIcon } from '../icons/milestone';
|
|
|
1754
1756
|
export { default as MilkIcon } from '../icons/milk';
|
|
1755
1757
|
// MilkOff aliases
|
|
1756
1758
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1757
|
-
// Minimize aliases
|
|
1758
|
-
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1759
1759
|
// Minimize2 aliases
|
|
1760
1760
|
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1761
|
+
// Minimize aliases
|
|
1762
|
+
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1761
1763
|
// Minus aliases
|
|
1762
1764
|
export { default as MinusIcon } from '../icons/minus';
|
|
1763
1765
|
// MirrorRectangular aliases
|
|
@@ -1774,30 +1776,30 @@ export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
|
1774
1776
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1775
1777
|
// MonitorDown aliases
|
|
1776
1778
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1777
|
-
// MonitorPause aliases
|
|
1778
|
-
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1779
1779
|
// MonitorOff aliases
|
|
1780
1780
|
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1781
|
+
// MonitorPause aliases
|
|
1782
|
+
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1781
1783
|
// MonitorPlay aliases
|
|
1782
1784
|
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1783
|
-
// MonitorSmartphone aliases
|
|
1784
|
-
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1785
1785
|
// MonitorSpeaker aliases
|
|
1786
1786
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1787
|
+
// MonitorSmartphone aliases
|
|
1788
|
+
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1789
|
+
// MonitorStop aliases
|
|
1790
|
+
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1787
1791
|
// MonitorUp aliases
|
|
1788
1792
|
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1789
1793
|
// MonitorX aliases
|
|
1790
1794
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1791
|
-
// MonitorStop aliases
|
|
1792
|
-
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1793
1795
|
// Monitor aliases
|
|
1794
1796
|
export { default as MonitorIcon } from '../icons/monitor';
|
|
1795
1797
|
// MoonStar aliases
|
|
1796
1798
|
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1797
|
-
// Motorbike aliases
|
|
1798
|
-
export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
1799
1799
|
// Moon aliases
|
|
1800
1800
|
export { default as MoonIcon } from '../icons/moon';
|
|
1801
|
+
// Motorbike aliases
|
|
1802
|
+
export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
1801
1803
|
// MountainSnow aliases
|
|
1802
1804
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1803
1805
|
// Mountain aliases
|
|
@@ -1810,82 +1812,82 @@ export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
|
1810
1812
|
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1811
1813
|
// MousePointer2 aliases
|
|
1812
1814
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1813
|
-
// MousePointerClick aliases
|
|
1814
|
-
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1815
1815
|
// MousePointerBan aliases
|
|
1816
1816
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1817
|
+
// MousePointerClick aliases
|
|
1818
|
+
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1817
1819
|
// MousePointer aliases
|
|
1818
1820
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1819
|
-
// MouseRight aliases
|
|
1820
|
-
export { default as MouseRightIcon } from '../icons/mouse-right';
|
|
1821
1821
|
// Mouse aliases
|
|
1822
1822
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1823
|
+
// MouseRight aliases
|
|
1824
|
+
export { default as MouseRightIcon } from '../icons/mouse-right';
|
|
1823
1825
|
// MoveDiagonal2 aliases
|
|
1824
1826
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1825
1827
|
// MoveDiagonal aliases
|
|
1826
1828
|
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1827
1829
|
// MoveDownLeft aliases
|
|
1828
1830
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1829
|
-
// MoveDown aliases
|
|
1830
|
-
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1831
1831
|
// MoveDownRight aliases
|
|
1832
1832
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1833
|
+
// MoveDown aliases
|
|
1834
|
+
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1833
1835
|
// MoveHorizontal aliases
|
|
1834
1836
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1835
|
-
// MoveRight aliases
|
|
1836
|
-
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1837
1837
|
// MoveLeft aliases
|
|
1838
1838
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1839
|
+
// MoveRight aliases
|
|
1840
|
+
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1839
1841
|
// MoveUpLeft aliases
|
|
1840
1842
|
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1841
1843
|
// MoveUpRight aliases
|
|
1842
1844
|
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1843
|
-
// Music2 aliases
|
|
1844
|
-
export { default as Music2Icon } from '../icons/music-2';
|
|
1845
1845
|
// MoveUp aliases
|
|
1846
1846
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1847
1847
|
// MoveVertical aliases
|
|
1848
1848
|
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1849
1849
|
// Move aliases
|
|
1850
1850
|
export { default as MoveIcon } from '../icons/move';
|
|
1851
|
+
// Music2 aliases
|
|
1852
|
+
export { default as Music2Icon } from '../icons/music-2';
|
|
1851
1853
|
// Music3 aliases
|
|
1852
1854
|
export { default as Music3Icon } from '../icons/music-3';
|
|
1853
|
-
// Music aliases
|
|
1854
|
-
export { default as MusicIcon } from '../icons/music';
|
|
1855
1855
|
// Music4 aliases
|
|
1856
1856
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1857
|
+
// Music aliases
|
|
1858
|
+
export { default as MusicIcon } from '../icons/music';
|
|
1857
1859
|
// Navigation2Off aliases
|
|
1858
1860
|
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1859
1861
|
// Navigation2 aliases
|
|
1860
1862
|
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1861
1863
|
// NavigationOff aliases
|
|
1862
1864
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1863
|
-
// Navigation aliases
|
|
1864
|
-
export { default as NavigationIcon } from '../icons/navigation';
|
|
1865
1865
|
// Network aliases
|
|
1866
1866
|
export { default as NetworkIcon } from '../icons/network';
|
|
1867
|
+
// Navigation aliases
|
|
1868
|
+
export { default as NavigationIcon } from '../icons/navigation';
|
|
1867
1869
|
// Newspaper aliases
|
|
1868
1870
|
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1869
1871
|
// Nfc aliases
|
|
1870
1872
|
export { default as NfcIcon } from '../icons/nfc';
|
|
1871
|
-
// NonBinary aliases
|
|
1872
|
-
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1873
1873
|
// NotebookPen aliases
|
|
1874
1874
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1875
|
+
// NonBinary aliases
|
|
1876
|
+
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1875
1877
|
// NotebookTabs aliases
|
|
1876
1878
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1877
|
-
// Notebook aliases
|
|
1878
|
-
export { default as NotebookIcon } from '../icons/notebook';
|
|
1879
1879
|
// NotebookText aliases
|
|
1880
1880
|
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1881
|
+
// Notebook aliases
|
|
1882
|
+
export { default as NotebookIcon } from '../icons/notebook';
|
|
1881
1883
|
// NotepadTextDashed aliases
|
|
1882
1884
|
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1883
1885
|
// NotepadText aliases
|
|
1884
1886
|
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1885
|
-
// Nut aliases
|
|
1886
|
-
export { default as NutIcon } from '../icons/nut';
|
|
1887
1887
|
// NutOff aliases
|
|
1888
1888
|
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1889
|
+
// Nut aliases
|
|
1890
|
+
export { default as NutIcon } from '../icons/nut';
|
|
1889
1891
|
// OctagonMinus aliases
|
|
1890
1892
|
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1891
1893
|
// Octagon aliases
|
|
@@ -1894,10 +1896,10 @@ export { default as OctagonIcon } from '../icons/octagon';
|
|
|
1894
1896
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1895
1897
|
// Option aliases
|
|
1896
1898
|
export { default as OptionIcon } from '../icons/option';
|
|
1897
|
-
// Orbit aliases
|
|
1898
|
-
export { default as OrbitIcon } from '../icons/orbit';
|
|
1899
1899
|
// Origami aliases
|
|
1900
1900
|
export { default as OrigamiIcon } from '../icons/origami';
|
|
1901
|
+
// Orbit aliases
|
|
1902
|
+
export { default as OrbitIcon } from '../icons/orbit';
|
|
1901
1903
|
// Package2 aliases
|
|
1902
1904
|
export { default as Package2Icon } from '../icons/package-2';
|
|
1903
1905
|
// PackageCheck aliases
|
|
@@ -1906,22 +1908,22 @@ export { default as PackageCheckIcon } from '../icons/package-check';
|
|
|
1906
1908
|
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1907
1909
|
// PackageOpen aliases
|
|
1908
1910
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1909
|
-
// PackageSearch aliases
|
|
1910
|
-
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1911
1911
|
// PackagePlus aliases
|
|
1912
1912
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1913
|
+
// PackageSearch aliases
|
|
1914
|
+
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1913
1915
|
// PackageX aliases
|
|
1914
1916
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
1915
|
-
// Package aliases
|
|
1916
|
-
export { default as PackageIcon } from '../icons/package';
|
|
1917
1917
|
// PaintBucket aliases
|
|
1918
1918
|
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1919
|
-
//
|
|
1920
|
-
export { default as
|
|
1919
|
+
// Package aliases
|
|
1920
|
+
export { default as PackageIcon } from '../icons/package';
|
|
1921
1921
|
// Paintbrush aliases
|
|
1922
1922
|
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1923
1923
|
// Palette aliases
|
|
1924
1924
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1925
|
+
// PaintRoller aliases
|
|
1926
|
+
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1925
1927
|
// Panda aliases
|
|
1926
1928
|
export { default as PandaIcon } from '../icons/panda';
|
|
1927
1929
|
// PanelBottomClose aliases
|
|
@@ -1932,48 +1934,50 @@ export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
|
1932
1934
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1933
1935
|
// PanelLeftRightDashed aliases
|
|
1934
1936
|
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1937
|
+
// PanelRightClose aliases
|
|
1938
|
+
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1935
1939
|
// PanelRightOpen aliases
|
|
1936
1940
|
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1937
1941
|
// PanelRight aliases
|
|
1938
1942
|
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1939
|
-
// PanelRightClose aliases
|
|
1940
|
-
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1941
1943
|
// PanelTopBottomDashed aliases
|
|
1942
1944
|
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
1943
1945
|
// PanelTopClose aliases
|
|
1944
1946
|
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1945
|
-
// PanelTopOpen aliases
|
|
1946
|
-
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1947
1947
|
// PanelsLeftBottom aliases
|
|
1948
1948
|
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1949
|
+
// PanelTopOpen aliases
|
|
1950
|
+
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1949
1951
|
// PanelTop aliases
|
|
1950
1952
|
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1953
|
+
// PanelsRightBottom aliases
|
|
1954
|
+
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1951
1955
|
// Paperclip aliases
|
|
1952
1956
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1953
1957
|
// Parentheses aliases
|
|
1954
1958
|
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1955
|
-
//
|
|
1956
|
-
export { default as
|
|
1959
|
+
// Parasol aliases
|
|
1960
|
+
export { default as ParasolIcon } from '../icons/parasol';
|
|
1957
1961
|
// ParkingMeter aliases
|
|
1958
1962
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1959
1963
|
// PartyPopper aliases
|
|
1960
1964
|
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1965
|
+
// PcCase aliases
|
|
1966
|
+
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1961
1967
|
// Pause aliases
|
|
1962
1968
|
export { default as PauseIcon } from '../icons/pause';
|
|
1963
1969
|
// PawPrint aliases
|
|
1964
1970
|
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1965
|
-
// PcCase aliases
|
|
1966
|
-
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1967
1971
|
// PenOff aliases
|
|
1968
1972
|
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1969
1973
|
// PenTool aliases
|
|
1970
1974
|
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1971
1975
|
// PencilLine aliases
|
|
1972
1976
|
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1973
|
-
// PencilRuler aliases
|
|
1974
|
-
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1975
1977
|
// PencilOff aliases
|
|
1976
1978
|
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1979
|
+
// PencilRuler aliases
|
|
1980
|
+
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1977
1981
|
// Pencil aliases
|
|
1978
1982
|
export { default as PencilIcon } from '../icons/pencil';
|
|
1979
1983
|
// Pentagon aliases
|
|
@@ -1984,66 +1988,66 @@ export { default as PercentIcon } from '../icons/percent';
|
|
|
1984
1988
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1985
1989
|
// PhilippinePeso aliases
|
|
1986
1990
|
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1987
|
-
// PhoneCall aliases
|
|
1988
|
-
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1989
1991
|
// PhoneForwarded aliases
|
|
1990
1992
|
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1993
|
+
// PhoneCall aliases
|
|
1994
|
+
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1991
1995
|
// PhoneIncoming aliases
|
|
1992
1996
|
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1993
1997
|
// PhoneMissed aliases
|
|
1994
1998
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1995
1999
|
// PhoneOff aliases
|
|
1996
2000
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1997
|
-
// Phone aliases
|
|
1998
|
-
export { default as PhoneIcon } from '../icons/phone';
|
|
1999
2001
|
// PhoneOutgoing aliases
|
|
2000
2002
|
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
2003
|
+
// Phone aliases
|
|
2004
|
+
export { default as PhoneIcon } from '../icons/phone';
|
|
2001
2005
|
// Pi aliases
|
|
2002
2006
|
export { default as PiIcon } from '../icons/pi';
|
|
2003
2007
|
// Piano aliases
|
|
2004
2008
|
export { default as PianoIcon } from '../icons/piano';
|
|
2005
|
-
// PictureInPicture2 aliases
|
|
2006
|
-
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
2007
2009
|
// Pickaxe aliases
|
|
2008
2010
|
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
2009
|
-
//
|
|
2010
|
-
export { default as
|
|
2011
|
+
// PictureInPicture2 aliases
|
|
2012
|
+
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
2011
2013
|
// PiggyBank aliases
|
|
2012
2014
|
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
2013
|
-
//
|
|
2014
|
-
export { default as
|
|
2015
|
+
// PictureInPicture aliases
|
|
2016
|
+
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
2015
2017
|
// PilcrowRight aliases
|
|
2016
2018
|
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
2017
|
-
//
|
|
2018
|
-
export { default as
|
|
2019
|
+
// PilcrowLeft aliases
|
|
2020
|
+
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
2019
2021
|
// PillBottle aliases
|
|
2020
2022
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
2023
|
+
// Pilcrow aliases
|
|
2024
|
+
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
2021
2025
|
// Pill aliases
|
|
2022
2026
|
export { default as PillIcon } from '../icons/pill';
|
|
2023
|
-
// Pin aliases
|
|
2024
|
-
export { default as PinIcon } from '../icons/pin';
|
|
2025
2027
|
// PinOff aliases
|
|
2026
2028
|
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2027
|
-
//
|
|
2028
|
-
export { default as
|
|
2029
|
+
// Pin aliases
|
|
2030
|
+
export { default as PinIcon } from '../icons/pin';
|
|
2029
2031
|
// Pipette aliases
|
|
2030
2032
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
2033
|
+
// Pizza aliases
|
|
2034
|
+
export { default as PizzaIcon } from '../icons/pizza';
|
|
2031
2035
|
// PlaneLanding aliases
|
|
2032
2036
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
2033
|
-
// Plane aliases
|
|
2034
|
-
export { default as PlaneIcon } from '../icons/plane';
|
|
2035
2037
|
// PlaneTakeoff aliases
|
|
2036
2038
|
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
2039
|
+
// Plane aliases
|
|
2040
|
+
export { default as PlaneIcon } from '../icons/plane';
|
|
2037
2041
|
// Play aliases
|
|
2038
2042
|
export { default as PlayIcon } from '../icons/play';
|
|
2039
2043
|
// Plug2 aliases
|
|
2040
2044
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
2041
|
-
// Plug aliases
|
|
2042
|
-
export { default as PlugIcon } from '../icons/plug';
|
|
2043
2045
|
// Plus aliases
|
|
2044
2046
|
export { default as PlusIcon } from '../icons/plus';
|
|
2045
2047
|
// PocketKnife aliases
|
|
2046
2048
|
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2049
|
+
// Plug aliases
|
|
2050
|
+
export { default as PlugIcon } from '../icons/plug';
|
|
2047
2051
|
// Podcast aliases
|
|
2048
2052
|
export { default as PodcastIcon } from '../icons/podcast';
|
|
2049
2053
|
// PointerOff aliases
|
|
@@ -2054,102 +2058,102 @@ export { default as PointerIcon } from '../icons/pointer';
|
|
|
2054
2058
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2055
2059
|
// Popsicle aliases
|
|
2056
2060
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2057
|
-
// PowerOff aliases
|
|
2058
|
-
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2059
|
-
// Power aliases
|
|
2060
|
-
export { default as PowerIcon } from '../icons/power';
|
|
2061
2061
|
// PoundSterling aliases
|
|
2062
2062
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2063
|
+
// PowerOff aliases
|
|
2064
|
+
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2063
2065
|
// Presentation aliases
|
|
2064
2066
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
2065
|
-
//
|
|
2066
|
-
export { default as
|
|
2067
|
+
// Power aliases
|
|
2068
|
+
export { default as PowerIcon } from '../icons/power';
|
|
2067
2069
|
// PrinterCheck aliases
|
|
2068
2070
|
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2071
|
+
// PrinterX aliases
|
|
2072
|
+
export { default as PrinterXIcon } from '../icons/printer-x';
|
|
2069
2073
|
// Printer aliases
|
|
2070
2074
|
export { default as PrinterIcon } from '../icons/printer';
|
|
2071
2075
|
// Projector aliases
|
|
2072
2076
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
2073
2077
|
// Proportions aliases
|
|
2074
2078
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2075
|
-
// Pyramid aliases
|
|
2076
|
-
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2077
2079
|
// Puzzle aliases
|
|
2078
2080
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2079
|
-
//
|
|
2080
|
-
export { default as
|
|
2081
|
+
// Pyramid aliases
|
|
2082
|
+
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2081
2083
|
// QrCode aliases
|
|
2082
2084
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2083
|
-
//
|
|
2084
|
-
export { default as
|
|
2085
|
+
// Quote aliases
|
|
2086
|
+
export { default as QuoteIcon } from '../icons/quote';
|
|
2085
2087
|
// Radar aliases
|
|
2086
2088
|
export { default as RadarIcon } from '../icons/radar';
|
|
2087
2089
|
// Radiation aliases
|
|
2088
2090
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
2091
|
+
// Rabbit aliases
|
|
2092
|
+
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2089
2093
|
// Radical aliases
|
|
2090
2094
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2091
|
-
// RadioReceiver aliases
|
|
2092
|
-
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2093
2095
|
// RadioOff aliases
|
|
2094
2096
|
export { default as RadioOffIcon } from '../icons/radio-off';
|
|
2095
|
-
//
|
|
2096
|
-
export { default as
|
|
2097
|
+
// RadioReceiver aliases
|
|
2098
|
+
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2097
2099
|
// RadioTower aliases
|
|
2098
2100
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2101
|
+
// Radio aliases
|
|
2102
|
+
export { default as RadioIcon } from '../icons/radio';
|
|
2099
2103
|
// Radius aliases
|
|
2100
2104
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2101
2105
|
// Rainbow aliases
|
|
2102
2106
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2103
2107
|
// Rat aliases
|
|
2104
2108
|
export { default as RatIcon } from '../icons/rat';
|
|
2105
|
-
// ReceiptCent aliases
|
|
2106
|
-
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2107
|
-
// Ratio aliases
|
|
2108
|
-
export { default as RatioIcon } from '../icons/ratio';
|
|
2109
2109
|
// ReceiptEuro aliases
|
|
2110
2110
|
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2111
|
+
// Ratio aliases
|
|
2112
|
+
export { default as RatioIcon } from '../icons/ratio';
|
|
2113
|
+
// ReceiptCent aliases
|
|
2114
|
+
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2115
|
+
// ReceiptIndianRupee aliases
|
|
2116
|
+
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2111
2117
|
// ReceiptJapaneseYen aliases
|
|
2112
2118
|
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2113
2119
|
// ReceiptPoundSterling aliases
|
|
2114
2120
|
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2115
|
-
// ReceiptIndianRupee aliases
|
|
2116
|
-
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2117
2121
|
// ReceiptRussianRuble aliases
|
|
2118
2122
|
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2119
|
-
// ReceiptText aliases
|
|
2120
|
-
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2121
2123
|
// ReceiptSwissFranc aliases
|
|
2122
2124
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2125
|
+
// ReceiptText aliases
|
|
2126
|
+
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2123
2127
|
// ReceiptTurkishLira aliases
|
|
2124
2128
|
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2125
|
-
// Receipt aliases
|
|
2126
|
-
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2127
2129
|
// RectangleCircle aliases
|
|
2128
2130
|
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2129
2131
|
// RectangleGoggles aliases
|
|
2130
2132
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2133
|
+
// Receipt aliases
|
|
2134
|
+
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2131
2135
|
// RectangleHorizontal aliases
|
|
2132
2136
|
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2133
2137
|
// RectangleVertical aliases
|
|
2134
2138
|
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2135
|
-
// RedoDot aliases
|
|
2136
|
-
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2137
2139
|
// Recycle aliases
|
|
2138
2140
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2139
2141
|
// Redo2 aliases
|
|
2140
2142
|
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2141
|
-
//
|
|
2142
|
-
export { default as
|
|
2143
|
+
// RedoDot aliases
|
|
2144
|
+
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2143
2145
|
// Redo aliases
|
|
2144
2146
|
export { default as RedoIcon } from '../icons/redo';
|
|
2147
|
+
// RefreshCcw aliases
|
|
2148
|
+
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2145
2149
|
// RefreshCcwDot aliases
|
|
2146
2150
|
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2147
|
-
// RefreshCwOff aliases
|
|
2148
|
-
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2149
|
-
// Refrigerator aliases
|
|
2150
|
-
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2151
2151
|
// RefreshCw aliases
|
|
2152
2152
|
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2153
|
+
// Refrigerator aliases
|
|
2154
|
+
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2155
|
+
// RefreshCwOff aliases
|
|
2156
|
+
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2153
2157
|
// Regex aliases
|
|
2154
2158
|
export { default as RegexIcon } from '../icons/regex';
|
|
2155
2159
|
// RemoveFormatting aliases
|
|
@@ -2170,62 +2174,62 @@ export { default as ReplaceIcon } from '../icons/replace';
|
|
|
2170
2174
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2171
2175
|
// Reply aliases
|
|
2172
2176
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2177
|
+
// Rewind aliases
|
|
2178
|
+
export { default as RewindIcon } from '../icons/rewind';
|
|
2173
2179
|
// Ribbon aliases
|
|
2174
2180
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2175
2181
|
// Road aliases
|
|
2176
2182
|
export { default as RoadIcon } from '../icons/road';
|
|
2177
|
-
// Rewind aliases
|
|
2178
|
-
export { default as RewindIcon } from '../icons/rewind';
|
|
2179
2183
|
// Rocket aliases
|
|
2180
2184
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2181
2185
|
// RockingChair aliases
|
|
2182
2186
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2183
|
-
// Rose aliases
|
|
2184
|
-
export { default as RoseIcon } from '../icons/rose';
|
|
2185
2187
|
// RollerCoaster aliases
|
|
2186
2188
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2187
|
-
//
|
|
2188
|
-
export { default as
|
|
2189
|
+
// Rose aliases
|
|
2190
|
+
export { default as RoseIcon } from '../icons/rose';
|
|
2189
2191
|
// RotateCcwKey aliases
|
|
2190
2192
|
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2191
|
-
//
|
|
2192
|
-
export { default as
|
|
2193
|
+
// RotateCcwSquare aliases
|
|
2194
|
+
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2193
2195
|
// RotateCcw aliases
|
|
2194
2196
|
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2197
|
+
// RotateCwSquare aliases
|
|
2198
|
+
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2195
2199
|
// RotateCw aliases
|
|
2196
2200
|
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2197
2201
|
// RouteOff aliases
|
|
2198
2202
|
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2199
|
-
// Route aliases
|
|
2200
|
-
export { default as RouteIcon } from '../icons/route';
|
|
2201
2203
|
// Router aliases
|
|
2202
2204
|
export { default as RouterIcon } from '../icons/router';
|
|
2205
|
+
// Route aliases
|
|
2206
|
+
export { default as RouteIcon } from '../icons/route';
|
|
2203
2207
|
// Rows4 aliases
|
|
2204
2208
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2205
2209
|
// Rss aliases
|
|
2206
2210
|
export { default as RssIcon } from '../icons/rss';
|
|
2207
|
-
// RulerDimensionLine aliases
|
|
2208
|
-
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2209
2211
|
// Ruler aliases
|
|
2210
2212
|
export { default as RulerIcon } from '../icons/ruler';
|
|
2211
|
-
//
|
|
2212
|
-
export { default as
|
|
2213
|
-
// Salad aliases
|
|
2214
|
-
export { default as SaladIcon } from '../icons/salad';
|
|
2213
|
+
// RulerDimensionLine aliases
|
|
2214
|
+
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2215
2215
|
// RussianRuble aliases
|
|
2216
2216
|
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2217
|
-
//
|
|
2218
|
-
export { default as
|
|
2217
|
+
// Salad aliases
|
|
2218
|
+
export { default as SaladIcon } from '../icons/salad';
|
|
2219
|
+
// Sailboat aliases
|
|
2220
|
+
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2219
2221
|
// Sandwich aliases
|
|
2220
2222
|
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2221
2223
|
// Satellite aliases
|
|
2222
2224
|
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2225
|
+
// SatelliteDish aliases
|
|
2226
|
+
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2227
|
+
// SaudiRiyal aliases
|
|
2228
|
+
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2223
2229
|
// SaveAll aliases
|
|
2224
2230
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2225
2231
|
// SaveOff aliases
|
|
2226
2232
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2227
|
-
// SaudiRiyal aliases
|
|
2228
|
-
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2229
2233
|
// Save aliases
|
|
2230
2234
|
export { default as SaveIcon } from '../icons/save';
|
|
2231
2235
|
// Scale aliases
|
|
@@ -2236,14 +2240,14 @@ export { default as ScalingIcon } from '../icons/scaling';
|
|
|
2236
2240
|
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2237
2241
|
// ScanBarcode aliases
|
|
2238
2242
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2239
|
-
// ScanHeart aliases
|
|
2240
|
-
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2241
2243
|
// ScanFace aliases
|
|
2242
2244
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2243
|
-
//
|
|
2244
|
-
export { default as
|
|
2245
|
+
// ScanHeart aliases
|
|
2246
|
+
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2245
2247
|
// ScanQrCode aliases
|
|
2246
2248
|
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2249
|
+
// ScanLine aliases
|
|
2250
|
+
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2247
2251
|
// ScanSearch aliases
|
|
2248
2252
|
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2249
2253
|
// ScanText aliases
|
|
@@ -2254,34 +2258,34 @@ export { default as ScanIcon } from '../icons/scan';
|
|
|
2254
2258
|
export { default as SchoolIcon } from '../icons/school';
|
|
2255
2259
|
// ScissorsLineDashed aliases
|
|
2256
2260
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2257
|
-
// ScreenShareOff aliases
|
|
2258
|
-
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2259
|
-
// Scissors aliases
|
|
2260
|
-
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2261
2261
|
// Scooter aliases
|
|
2262
2262
|
export { default as ScooterIcon } from '../icons/scooter';
|
|
2263
|
-
//
|
|
2264
|
-
export { default as
|
|
2263
|
+
// Scissors aliases
|
|
2264
|
+
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2265
|
+
// ScreenShareOff aliases
|
|
2266
|
+
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2265
2267
|
// ScrollText aliases
|
|
2266
2268
|
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2269
|
+
// ScreenShare aliases
|
|
2270
|
+
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2267
2271
|
// Scroll aliases
|
|
2268
2272
|
export { default as ScrollIcon } from '../icons/scroll';
|
|
2269
|
-
// SearchCheck aliases
|
|
2270
|
-
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2271
2273
|
// SearchAlert aliases
|
|
2272
2274
|
export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
2273
|
-
//
|
|
2274
|
-
export { default as
|
|
2275
|
+
// SearchCheck aliases
|
|
2276
|
+
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2275
2277
|
// SearchCode aliases
|
|
2276
2278
|
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2279
|
+
// SearchSlash aliases
|
|
2280
|
+
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2277
2281
|
// SearchX aliases
|
|
2278
2282
|
export { default as SearchXIcon } from '../icons/search-x';
|
|
2279
2283
|
// Search aliases
|
|
2280
2284
|
export { default as SearchIcon } from '../icons/search';
|
|
2281
|
-
// Section aliases
|
|
2282
|
-
export { default as SectionIcon } from '../icons/section';
|
|
2283
2285
|
// SendToBack aliases
|
|
2284
2286
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2287
|
+
// Section aliases
|
|
2288
|
+
export { default as SectionIcon } from '../icons/section';
|
|
2285
2289
|
// Send aliases
|
|
2286
2290
|
export { default as SendIcon } from '../icons/send';
|
|
2287
2291
|
// SeparatorHorizontal aliases
|
|
@@ -2292,20 +2296,20 @@ export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
|
2292
2296
|
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2293
2297
|
// ServerCrash aliases
|
|
2294
2298
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2295
|
-
// ServerOff aliases
|
|
2296
|
-
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2297
2299
|
// Server aliases
|
|
2298
2300
|
export { default as ServerIcon } from '../icons/server';
|
|
2299
|
-
//
|
|
2300
|
-
export { default as
|
|
2301
|
+
// ServerOff aliases
|
|
2302
|
+
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2301
2303
|
// Settings2 aliases
|
|
2302
2304
|
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2305
|
+
// Settings aliases
|
|
2306
|
+
export { default as SettingsIcon } from '../icons/settings';
|
|
2303
2307
|
// Shapes aliases
|
|
2304
2308
|
export { default as ShapesIcon } from '../icons/shapes';
|
|
2305
|
-
// Share2 aliases
|
|
2306
|
-
export { default as Share2Icon } from '../icons/share-2';
|
|
2307
2309
|
// Share aliases
|
|
2308
2310
|
export { default as ShareIcon } from '../icons/share';
|
|
2311
|
+
// Share2 aliases
|
|
2312
|
+
export { default as Share2Icon } from '../icons/share-2';
|
|
2309
2313
|
// Sheet aliases
|
|
2310
2314
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2311
2315
|
// Shell aliases
|
|
@@ -2326,30 +2330,30 @@ export { default as ShieldCogIcon } from '../icons/shield-cog';
|
|
|
2326
2330
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2327
2331
|
// ShieldMinus aliases
|
|
2328
2332
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2333
|
+
// ShieldOff aliases
|
|
2334
|
+
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2329
2335
|
// ShieldHalf aliases
|
|
2330
2336
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2331
2337
|
// ShieldPlus aliases
|
|
2332
2338
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2333
|
-
// ShieldOff aliases
|
|
2334
|
-
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2335
2339
|
// ShieldUser aliases
|
|
2336
2340
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2341
|
+
// Shirt aliases
|
|
2342
|
+
export { default as ShirtIcon } from '../icons/shirt';
|
|
2337
2343
|
// Shield aliases
|
|
2338
2344
|
export { default as ShieldIcon } from '../icons/shield';
|
|
2339
2345
|
// ShipWheel aliases
|
|
2340
2346
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2341
|
-
// Shirt aliases
|
|
2342
|
-
export { default as ShirtIcon } from '../icons/shirt';
|
|
2343
2347
|
// Ship aliases
|
|
2344
2348
|
export { default as ShipIcon } from '../icons/ship';
|
|
2345
2349
|
// ShoppingBag aliases
|
|
2346
2350
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2347
|
-
// ShoppingBasket aliases
|
|
2348
|
-
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2349
2351
|
// ShoppingCart aliases
|
|
2350
2352
|
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2351
2353
|
// Shovel aliases
|
|
2352
2354
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2355
|
+
// ShoppingBasket aliases
|
|
2356
|
+
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2353
2357
|
// ShowerHead aliases
|
|
2354
2358
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2355
2359
|
// Shredder aliases
|
|
@@ -2358,12 +2362,12 @@ export { default as ShredderIcon } from '../icons/shredder';
|
|
|
2358
2362
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2359
2363
|
// Shrink aliases
|
|
2360
2364
|
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2361
|
-
// Shuffle aliases
|
|
2362
|
-
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2363
2365
|
// Shrub aliases
|
|
2364
2366
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2365
2367
|
// Sigma aliases
|
|
2366
2368
|
export { default as SigmaIcon } from '../icons/sigma';
|
|
2369
|
+
// Shuffle aliases
|
|
2370
|
+
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2367
2371
|
// SignalHigh aliases
|
|
2368
2372
|
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2369
2373
|
// SignalLow aliases
|
|
@@ -2378,12 +2382,12 @@ export { default as SignalIcon } from '../icons/signal';
|
|
|
2378
2382
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2379
2383
|
// SignpostBig aliases
|
|
2380
2384
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2381
|
-
// Siren aliases
|
|
2382
|
-
export { default as SirenIcon } from '../icons/siren';
|
|
2383
2385
|
// Signpost aliases
|
|
2384
2386
|
export { default as SignpostIcon } from '../icons/signpost';
|
|
2385
2387
|
// SkipBack aliases
|
|
2386
2388
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2389
|
+
// Siren aliases
|
|
2390
|
+
export { default as SirenIcon } from '../icons/siren';
|
|
2387
2391
|
// SkipForward aliases
|
|
2388
2392
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2389
2393
|
// Skull aliases
|
|
@@ -2398,12 +2402,12 @@ export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
|
2398
2402
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2399
2403
|
// SmartphoneNfc aliases
|
|
2400
2404
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2401
|
-
// SmilePlus aliases
|
|
2402
|
-
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2403
2405
|
// Smartphone aliases
|
|
2404
2406
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2405
2407
|
// Smile aliases
|
|
2406
2408
|
export { default as SmileIcon } from '../icons/smile';
|
|
2409
|
+
// SmilePlus aliases
|
|
2410
|
+
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2407
2411
|
// Snail aliases
|
|
2408
2412
|
export { default as SnailIcon } from '../icons/snail';
|
|
2409
2413
|
// Snowflake aliases
|
|
@@ -2412,50 +2416,50 @@ export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
|
2412
2416
|
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2413
2417
|
// Sofa aliases
|
|
2414
2418
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2415
|
-
// Soup aliases
|
|
2416
|
-
export { default as SoupIcon } from '../icons/soup';
|
|
2417
2419
|
// SolarPanel aliases
|
|
2418
2420
|
export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
2421
|
+
// Soup aliases
|
|
2422
|
+
export { default as SoupIcon } from '../icons/soup';
|
|
2419
2423
|
// Space aliases
|
|
2420
2424
|
export { default as SpaceIcon } from '../icons/space';
|
|
2421
2425
|
// Spade aliases
|
|
2422
2426
|
export { default as SpadeIcon } from '../icons/spade';
|
|
2423
|
-
//
|
|
2424
|
-
export { default as
|
|
2427
|
+
// Sparkle aliases
|
|
2428
|
+
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2425
2429
|
// Speaker aliases
|
|
2426
2430
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2431
|
+
// Speech aliases
|
|
2432
|
+
export { default as SpeechIcon } from '../icons/speech';
|
|
2427
2433
|
// SpellCheck2 aliases
|
|
2428
2434
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2429
|
-
// Sparkle aliases
|
|
2430
|
-
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2431
|
-
// SpellCheck aliases
|
|
2432
|
-
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2433
2435
|
// SplinePointer aliases
|
|
2434
2436
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2437
|
+
// SpellCheck aliases
|
|
2438
|
+
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2435
2439
|
// Spline aliases
|
|
2436
2440
|
export { default as SplineIcon } from '../icons/spline';
|
|
2437
2441
|
// Split aliases
|
|
2438
2442
|
export { default as SplitIcon } from '../icons/split';
|
|
2439
|
-
// SportShoe aliases
|
|
2440
|
-
export { default as SportShoeIcon } from '../icons/sport-shoe';
|
|
2441
|
-
// Spool aliases
|
|
2442
|
-
export { default as SpoolIcon } from '../icons/spool';
|
|
2443
2443
|
// Spotlight aliases
|
|
2444
2444
|
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2445
|
+
// Spool aliases
|
|
2446
|
+
export { default as SpoolIcon } from '../icons/spool';
|
|
2447
|
+
// SportShoe aliases
|
|
2448
|
+
export { default as SportShoeIcon } from '../icons/sport-shoe';
|
|
2445
2449
|
// SprayCan aliases
|
|
2446
2450
|
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2451
|
+
// SquareArrowRightEnter aliases
|
|
2452
|
+
export { default as SquareArrowRightEnterIcon } from '../icons/square-arrow-right-enter';
|
|
2447
2453
|
// Sprout aliases
|
|
2448
2454
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2449
2455
|
// SquareArrowRightExit aliases
|
|
2450
2456
|
export { default as SquareArrowRightExitIcon } from '../icons/square-arrow-right-exit';
|
|
2451
|
-
// SquareArrowRightEnter aliases
|
|
2452
|
-
export { default as SquareArrowRightEnterIcon } from '../icons/square-arrow-right-enter';
|
|
2453
2457
|
// SquareDashedBottomCode aliases
|
|
2454
2458
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2455
|
-
// SquareDashedBottom aliases
|
|
2456
|
-
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2457
2459
|
// SquareDashedTopSolid aliases
|
|
2458
2460
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2461
|
+
// SquareDashedBottom aliases
|
|
2462
|
+
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2459
2463
|
// SquarePause aliases
|
|
2460
2464
|
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2461
2465
|
// SquareRadical aliases
|
|
@@ -2468,96 +2472,96 @@ export { default as SquareSquareIcon } from '../icons/square-square';
|
|
|
2468
2472
|
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2469
2473
|
// SquareStar aliases
|
|
2470
2474
|
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2471
|
-
// Square aliases
|
|
2472
|
-
export { default as SquareIcon } from '../icons/square';
|
|
2473
2475
|
// SquareStop aliases
|
|
2474
2476
|
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2475
|
-
//
|
|
2476
|
-
export { default as
|
|
2477
|
+
// Square aliases
|
|
2478
|
+
export { default as SquareIcon } from '../icons/square';
|
|
2477
2479
|
// SquaresIntersect aliases
|
|
2478
2480
|
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2479
2481
|
// SquaresSubtract aliases
|
|
2480
2482
|
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2481
|
-
//
|
|
2482
|
-
export { default as
|
|
2483
|
+
// SquaresExclude aliases
|
|
2484
|
+
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2483
2485
|
// SquircleDashed aliases
|
|
2484
2486
|
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2485
|
-
//
|
|
2486
|
-
export { default as
|
|
2487
|
+
// SquaresUnite aliases
|
|
2488
|
+
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2487
2489
|
// Squirrel aliases
|
|
2488
2490
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2491
|
+
// Squircle aliases
|
|
2492
|
+
export { default as SquircleIcon } from '../icons/squircle';
|
|
2489
2493
|
// Stamp aliases
|
|
2490
2494
|
export { default as StampIcon } from '../icons/stamp';
|
|
2495
|
+
// Star aliases
|
|
2496
|
+
export { default as StarIcon } from '../icons/star';
|
|
2491
2497
|
// StarHalf aliases
|
|
2492
2498
|
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2493
2499
|
// StarOff aliases
|
|
2494
2500
|
export { default as StarOffIcon } from '../icons/star-off';
|
|
2495
|
-
// Star aliases
|
|
2496
|
-
export { default as StarIcon } from '../icons/star';
|
|
2497
|
-
// StepForward aliases
|
|
2498
|
-
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2499
2501
|
// StepBack aliases
|
|
2500
2502
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2501
|
-
//
|
|
2502
|
-
export { default as
|
|
2503
|
+
// StepForward aliases
|
|
2504
|
+
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2503
2505
|
// Sticker aliases
|
|
2504
2506
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2507
|
+
// Stethoscope aliases
|
|
2508
|
+
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2505
2509
|
// StickyNoteCheck aliases
|
|
2506
2510
|
export { default as StickyNoteCheckIcon } from '../icons/sticky-note-check';
|
|
2507
2511
|
// StickyNoteMinus aliases
|
|
2508
2512
|
export { default as StickyNoteMinusIcon } from '../icons/sticky-note-minus';
|
|
2509
|
-
// StickyNoteOff aliases
|
|
2510
|
-
export { default as StickyNoteOffIcon } from '../icons/sticky-note-off';
|
|
2511
2513
|
// StickyNotePlus aliases
|
|
2512
2514
|
export { default as StickyNotePlusIcon } from '../icons/sticky-note-plus';
|
|
2515
|
+
// StickyNoteOff aliases
|
|
2516
|
+
export { default as StickyNoteOffIcon } from '../icons/sticky-note-off';
|
|
2513
2517
|
// StickyNoteX aliases
|
|
2514
2518
|
export { default as StickyNoteXIcon } from '../icons/sticky-note-x';
|
|
2515
2519
|
// StickyNote aliases
|
|
2516
2520
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2517
|
-
// StickyNotes aliases
|
|
2518
|
-
export { default as StickyNotesIcon } from '../icons/sticky-notes';
|
|
2519
2521
|
// Stone aliases
|
|
2520
2522
|
export { default as StoneIcon } from '../icons/stone';
|
|
2523
|
+
// StickyNotes aliases
|
|
2524
|
+
export { default as StickyNotesIcon } from '../icons/sticky-notes';
|
|
2521
2525
|
// Store aliases
|
|
2522
2526
|
export { default as StoreIcon } from '../icons/store';
|
|
2523
2527
|
// StretchHorizontal aliases
|
|
2524
2528
|
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2525
|
-
// Strikethrough aliases
|
|
2526
|
-
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2527
2529
|
// StretchVertical aliases
|
|
2528
2530
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2531
|
+
// Strikethrough aliases
|
|
2532
|
+
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2529
2533
|
// Subscript aliases
|
|
2530
2534
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2531
|
-
// SunDim aliases
|
|
2532
|
-
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2533
2535
|
// SunMedium aliases
|
|
2534
2536
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2537
|
+
// SunDim aliases
|
|
2538
|
+
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2535
2539
|
// SunMoon aliases
|
|
2536
2540
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2537
|
-
// Sun aliases
|
|
2538
|
-
export { default as SunIcon } from '../icons/sun';
|
|
2539
2541
|
// SunSnow aliases
|
|
2540
2542
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2543
|
+
// Sun aliases
|
|
2544
|
+
export { default as SunIcon } from '../icons/sun';
|
|
2541
2545
|
// Sunrise aliases
|
|
2542
2546
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2543
|
-
// Sunset aliases
|
|
2544
|
-
export { default as SunsetIcon } from '../icons/sunset';
|
|
2545
2547
|
// Superscript aliases
|
|
2546
2548
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2549
|
+
// Sunset aliases
|
|
2550
|
+
export { default as SunsetIcon } from '../icons/sunset';
|
|
2547
2551
|
// SwatchBook aliases
|
|
2548
2552
|
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2549
|
-
// SwitchCamera aliases
|
|
2550
|
-
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2551
2553
|
// SwissFranc aliases
|
|
2552
2554
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2553
2555
|
// Sword aliases
|
|
2554
2556
|
export { default as SwordIcon } from '../icons/sword';
|
|
2557
|
+
// SwitchCamera aliases
|
|
2558
|
+
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2555
2559
|
// Swords aliases
|
|
2556
2560
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2557
|
-
// Table2 aliases
|
|
2558
|
-
export { default as Table2Icon } from '../icons/table-2';
|
|
2559
2561
|
// Syringe aliases
|
|
2560
2562
|
export { default as SyringeIcon } from '../icons/syringe';
|
|
2563
|
+
// Table2 aliases
|
|
2564
|
+
export { default as Table2Icon } from '../icons/table-2';
|
|
2561
2565
|
// TableCellsMerge aliases
|
|
2562
2566
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2563
2567
|
// TableCellsSplit aliases
|
|
@@ -2566,18 +2570,18 @@ export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
|
2566
2570
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2567
2571
|
// TableOfContents aliases
|
|
2568
2572
|
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2569
|
-
// TableProperties aliases
|
|
2570
|
-
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2571
2573
|
// TableRowsSplit aliases
|
|
2572
2574
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2575
|
+
// TableProperties aliases
|
|
2576
|
+
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2573
2577
|
// Table aliases
|
|
2574
2578
|
export { default as TableIcon } from '../icons/table';
|
|
2575
2579
|
// TabletSmartphone aliases
|
|
2576
2580
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2577
|
-
// Tablet aliases
|
|
2578
|
-
export { default as TabletIcon } from '../icons/tablet';
|
|
2579
2581
|
// Tablets aliases
|
|
2580
2582
|
export { default as TabletsIcon } from '../icons/tablets';
|
|
2583
|
+
// Tablet aliases
|
|
2584
|
+
export { default as TabletIcon } from '../icons/tablet';
|
|
2581
2585
|
// Tag aliases
|
|
2582
2586
|
export { default as TagIcon } from '../icons/tag';
|
|
2583
2587
|
// Tags aliases
|
|
@@ -2588,10 +2592,10 @@ export { default as Tally1Icon } from '../icons/tally-1';
|
|
|
2588
2592
|
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2589
2593
|
// Tally3 aliases
|
|
2590
2594
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2591
|
-
// Tally5 aliases
|
|
2592
|
-
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2593
2595
|
// Tally4 aliases
|
|
2594
2596
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2597
|
+
// Tally5 aliases
|
|
2598
|
+
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2595
2599
|
// Tangent aliases
|
|
2596
2600
|
export { default as TangentIcon } from '../icons/tangent';
|
|
2597
2601
|
// Target aliases
|
|
@@ -2606,40 +2610,40 @@ export { default as TentIcon } from '../icons/tent';
|
|
|
2606
2610
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2607
2611
|
// TestTubes aliases
|
|
2608
2612
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2609
|
-
// TestTube aliases
|
|
2610
|
-
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2611
2613
|
// TextCursorInput aliases
|
|
2612
2614
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2615
|
+
// TestTube aliases
|
|
2616
|
+
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2613
2617
|
// TextCursor aliases
|
|
2614
2618
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2615
2619
|
// TextQuote aliases
|
|
2616
2620
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2617
2621
|
// TextSearch aliases
|
|
2618
2622
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2619
|
-
// Theater aliases
|
|
2620
|
-
export { default as TheaterIcon } from '../icons/theater';
|
|
2621
2623
|
// ThermometerSnowflake aliases
|
|
2622
2624
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2623
|
-
//
|
|
2624
|
-
export { default as
|
|
2625
|
+
// Theater aliases
|
|
2626
|
+
export { default as TheaterIcon } from '../icons/theater';
|
|
2625
2627
|
// ThermometerSun aliases
|
|
2626
2628
|
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2629
|
+
// Thermometer aliases
|
|
2630
|
+
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2627
2631
|
// ThumbsDown aliases
|
|
2628
2632
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2629
|
-
// TicketMinus aliases
|
|
2630
|
-
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2631
2633
|
// ThumbsUp aliases
|
|
2632
2634
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2633
|
-
//
|
|
2634
|
-
export { default as
|
|
2635
|
+
// TicketMinus aliases
|
|
2636
|
+
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2635
2637
|
// TicketCheck aliases
|
|
2636
2638
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2637
2639
|
// TicketPercent aliases
|
|
2638
2640
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2639
|
-
//
|
|
2640
|
-
export { default as
|
|
2641
|
+
// TicketPlus aliases
|
|
2642
|
+
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2641
2643
|
// TicketSlash aliases
|
|
2642
2644
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2645
|
+
// TicketX aliases
|
|
2646
|
+
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2643
2647
|
// Ticket aliases
|
|
2644
2648
|
export { default as TicketIcon } from '../icons/ticket';
|
|
2645
2649
|
// TicketsPlane aliases
|
|
@@ -2652,18 +2656,18 @@ export { default as TimelineIcon } from '../icons/timeline';
|
|
|
2652
2656
|
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2653
2657
|
// TimerReset aliases
|
|
2654
2658
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2655
|
-
// ToggleLeft aliases
|
|
2656
|
-
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2657
2659
|
// Timer aliases
|
|
2658
2660
|
export { default as TimerIcon } from '../icons/timer';
|
|
2661
|
+
// ToggleLeft aliases
|
|
2662
|
+
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2659
2663
|
// ToggleRight aliases
|
|
2660
2664
|
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2661
2665
|
// ToolCase aliases
|
|
2662
2666
|
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2663
|
-
// Toolbox aliases
|
|
2664
|
-
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2665
2667
|
// Toilet aliases
|
|
2666
2668
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2669
|
+
// Toolbox aliases
|
|
2670
|
+
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2667
2671
|
// Tornado aliases
|
|
2668
2672
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2669
2673
|
// Torus aliases
|
|
@@ -2676,66 +2680,66 @@ export { default as TouchpadIcon } from '../icons/touchpad';
|
|
|
2676
2680
|
export { default as TowelRackIcon } from '../icons/towel-rack';
|
|
2677
2681
|
// TowerControl aliases
|
|
2678
2682
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2679
|
-
// Tractor aliases
|
|
2680
|
-
export { default as TractorIcon } from '../icons/tractor';
|
|
2681
2683
|
// ToyBrick aliases
|
|
2682
2684
|
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2685
|
+
// Tractor aliases
|
|
2686
|
+
export { default as TractorIcon } from '../icons/tractor';
|
|
2683
2687
|
// TrafficCone aliases
|
|
2684
2688
|
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2685
2689
|
// TrainFrontTunnel aliases
|
|
2686
2690
|
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2687
|
-
// TrainTrack aliases
|
|
2688
|
-
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2689
2691
|
// TrainFront aliases
|
|
2690
2692
|
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2693
|
+
// TrainTrack aliases
|
|
2694
|
+
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2691
2695
|
// Transgender aliases
|
|
2692
2696
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2693
2697
|
// Trash2 aliases
|
|
2694
2698
|
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2695
|
-
// TreeDeciduous aliases
|
|
2696
|
-
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2697
2699
|
// Trash aliases
|
|
2698
2700
|
export { default as TrashIcon } from '../icons/trash';
|
|
2701
|
+
// TreeDeciduous aliases
|
|
2702
|
+
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2699
2703
|
// TreePine aliases
|
|
2700
2704
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2701
|
-
// TrendingDown aliases
|
|
2702
|
-
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2703
2705
|
// Trees aliases
|
|
2704
2706
|
export { default as TreesIcon } from '../icons/trees';
|
|
2707
|
+
// TrendingDown aliases
|
|
2708
|
+
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2705
2709
|
// TrendingUpDown aliases
|
|
2706
2710
|
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2707
2711
|
// TrendingUp aliases
|
|
2708
2712
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2709
|
-
// TriangleRight aliases
|
|
2710
|
-
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2711
2713
|
// TriangleDashed aliases
|
|
2712
2714
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2715
|
+
// TriangleRight aliases
|
|
2716
|
+
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2713
2717
|
// Triangle aliases
|
|
2714
2718
|
export { default as TriangleIcon } from '../icons/triangle';
|
|
2715
2719
|
// Trophy aliases
|
|
2716
2720
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2717
2721
|
// TruckElectric aliases
|
|
2718
2722
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2719
|
-
// Turntable aliases
|
|
2720
|
-
export { default as TurntableIcon } from '../icons/turntable';
|
|
2721
2723
|
// Truck aliases
|
|
2722
2724
|
export { default as TruckIcon } from '../icons/truck';
|
|
2723
2725
|
// TurkishLira aliases
|
|
2724
2726
|
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2727
|
+
// Turntable aliases
|
|
2728
|
+
export { default as TurntableIcon } from '../icons/turntable';
|
|
2725
2729
|
// Turtle aliases
|
|
2726
2730
|
export { default as TurtleIcon } from '../icons/turtle';
|
|
2727
2731
|
// TvMinimalPlay aliases
|
|
2728
2732
|
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2729
|
-
// TypeOutline aliases
|
|
2730
|
-
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2731
2733
|
// Tv aliases
|
|
2732
2734
|
export { default as TvIcon } from '../icons/tv';
|
|
2735
|
+
// TypeOutline aliases
|
|
2736
|
+
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2733
2737
|
// Type aliases
|
|
2734
2738
|
export { default as TypeIcon } from '../icons/type';
|
|
2735
|
-
// UmbrellaOff aliases
|
|
2736
|
-
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2737
2739
|
// Umbrella aliases
|
|
2738
2740
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2741
|
+
// UmbrellaOff aliases
|
|
2742
|
+
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2739
2743
|
// Underline aliases
|
|
2740
2744
|
export { default as UnderlineIcon } from '../icons/underline';
|
|
2741
2745
|
// Undo2 aliases
|
|
@@ -2748,16 +2752,16 @@ export { default as UndoIcon } from '../icons/undo';
|
|
|
2748
2752
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2749
2753
|
// UnfoldVertical aliases
|
|
2750
2754
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2751
|
-
// Unlink aliases
|
|
2752
|
-
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2753
2755
|
// Ungroup aliases
|
|
2754
2756
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2755
2757
|
// Unlink2 aliases
|
|
2756
2758
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2757
|
-
//
|
|
2758
|
-
export { default as
|
|
2759
|
+
// Unlink aliases
|
|
2760
|
+
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2759
2761
|
// Upload aliases
|
|
2760
2762
|
export { default as UploadIcon } from '../icons/upload';
|
|
2763
|
+
// Unplug aliases
|
|
2764
|
+
export { default as UnplugIcon } from '../icons/unplug';
|
|
2761
2765
|
// UserCheck aliases
|
|
2762
2766
|
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2763
2767
|
// Usb aliases
|
|
@@ -2770,24 +2774,24 @@ export { default as UserKeyIcon } from '../icons/user-key';
|
|
|
2770
2774
|
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2771
2775
|
// UserMinus aliases
|
|
2772
2776
|
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2773
|
-
// UserPen aliases
|
|
2774
|
-
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2775
2777
|
// UserPlus aliases
|
|
2776
2778
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2779
|
+
// UserPen aliases
|
|
2780
|
+
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2777
2781
|
// UserRoundKey aliases
|
|
2778
2782
|
export { default as UserRoundKeyIcon } from '../icons/user-round-key';
|
|
2779
|
-
// UserRoundPen aliases
|
|
2780
|
-
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2781
2783
|
// UserRoundSearch aliases
|
|
2782
2784
|
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2783
|
-
//
|
|
2784
|
-
export { default as
|
|
2785
|
+
// UserRoundPen aliases
|
|
2786
|
+
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2785
2787
|
// UserSearch aliases
|
|
2786
2788
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2787
|
-
//
|
|
2788
|
-
export { default as
|
|
2789
|
+
// UserStar aliases
|
|
2790
|
+
export { default as UserStarIcon } from '../icons/user-star';
|
|
2789
2791
|
// UserX aliases
|
|
2790
2792
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2793
|
+
// User aliases
|
|
2794
|
+
export { default as UserIcon } from '../icons/user';
|
|
2791
2795
|
// Users aliases
|
|
2792
2796
|
export { default as UsersIcon } from '../icons/users';
|
|
2793
2797
|
// UtilityPole aliases
|
|
@@ -2800,10 +2804,10 @@ export { default as VariableIcon } from '../icons/variable';
|
|
|
2800
2804
|
export { default as VaultIcon } from '../icons/vault';
|
|
2801
2805
|
// VectorSquare aliases
|
|
2802
2806
|
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2803
|
-
// VenetianMask aliases
|
|
2804
|
-
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2805
2807
|
// Vegan aliases
|
|
2806
2808
|
export { default as VeganIcon } from '../icons/vegan';
|
|
2809
|
+
// VenetianMask aliases
|
|
2810
|
+
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2807
2811
|
// VenusAndMars aliases
|
|
2808
2812
|
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2809
2813
|
// Venus aliases
|
|
@@ -2816,10 +2820,10 @@ export { default as VibrateIcon } from '../icons/vibrate';
|
|
|
2816
2820
|
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2817
2821
|
// Video aliases
|
|
2818
2822
|
export { default as VideoIcon } from '../icons/video';
|
|
2819
|
-
// View aliases
|
|
2820
|
-
export { default as ViewIcon } from '../icons/view';
|
|
2821
2823
|
// Videotape aliases
|
|
2822
2824
|
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2825
|
+
// View aliases
|
|
2826
|
+
export { default as ViewIcon } from '../icons/view';
|
|
2823
2827
|
// Voicemail aliases
|
|
2824
2828
|
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2825
2829
|
// Volleyball aliases
|
|
@@ -2828,22 +2832,22 @@ export { default as VolleyballIcon } from '../icons/volleyball';
|
|
|
2828
2832
|
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2829
2833
|
// Volume2 aliases
|
|
2830
2834
|
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2831
|
-
// VolumeX aliases
|
|
2832
|
-
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2833
2835
|
// VolumeOff aliases
|
|
2834
2836
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2837
|
+
// VolumeX aliases
|
|
2838
|
+
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2835
2839
|
// Volume aliases
|
|
2836
2840
|
export { default as VolumeIcon } from '../icons/volume';
|
|
2837
|
-
// Vote aliases
|
|
2838
|
-
export { default as VoteIcon } from '../icons/vote';
|
|
2839
2841
|
// WalletCards aliases
|
|
2840
2842
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2843
|
+
// Vote aliases
|
|
2844
|
+
export { default as VoteIcon } from '../icons/vote';
|
|
2841
2845
|
// Wallet aliases
|
|
2842
2846
|
export { default as WalletIcon } from '../icons/wallet';
|
|
2843
|
-
// Wand aliases
|
|
2844
|
-
export { default as WandIcon } from '../icons/wand';
|
|
2845
2847
|
// Wallpaper aliases
|
|
2846
2848
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2849
|
+
// Wand aliases
|
|
2850
|
+
export { default as WandIcon } from '../icons/wand';
|
|
2847
2851
|
// Warehouse aliases
|
|
2848
2852
|
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2849
2853
|
// WashingMachine aliases
|
|
@@ -2854,12 +2858,12 @@ export { default as WatchIcon } from '../icons/watch';
|
|
|
2854
2858
|
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
2855
2859
|
// WavesArrowUp aliases
|
|
2856
2860
|
export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
2857
|
-
// WavesLadder aliases
|
|
2858
|
-
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2859
2861
|
// WavesVertical aliases
|
|
2860
2862
|
export { default as WavesVerticalIcon } from '../icons/waves-vertical';
|
|
2861
2863
|
// Waypoints aliases
|
|
2862
2864
|
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2865
|
+
// WavesLadder aliases
|
|
2866
|
+
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2863
2867
|
// Webcam aliases
|
|
2864
2868
|
export { default as WebcamIcon } from '../icons/webcam';
|
|
2865
2869
|
// WebhookOff aliases
|
|
@@ -2868,14 +2872,14 @@ export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
|
2868
2872
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2869
2873
|
// WeightTilde aliases
|
|
2870
2874
|
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
2871
|
-
// WheatOff aliases
|
|
2872
|
-
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2873
|
-
// Weight aliases
|
|
2874
|
-
export { default as WeightIcon } from '../icons/weight';
|
|
2875
2875
|
// Wheat aliases
|
|
2876
2876
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2877
|
+
// Weight aliases
|
|
2878
|
+
export { default as WeightIcon } from '../icons/weight';
|
|
2877
2879
|
// WholeWord aliases
|
|
2878
2880
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2881
|
+
// WheatOff aliases
|
|
2882
|
+
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2879
2883
|
// WifiCog aliases
|
|
2880
2884
|
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2881
2885
|
// WifiHigh aliases
|
|
@@ -2890,10 +2894,10 @@ export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
|
2890
2894
|
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2891
2895
|
// WifiZero aliases
|
|
2892
2896
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2893
|
-
// Wifi aliases
|
|
2894
|
-
export { default as WifiIcon } from '../icons/wifi';
|
|
2895
2897
|
// WindArrowDown aliases
|
|
2896
2898
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2899
|
+
// Wifi aliases
|
|
2900
|
+
export { default as WifiIcon } from '../icons/wifi';
|
|
2897
2901
|
// Wind aliases
|
|
2898
2902
|
export { default as WindIcon } from '../icons/wind';
|
|
2899
2903
|
// WineOff aliases
|
|
@@ -2902,20 +2906,20 @@ export { default as WineOffIcon } from '../icons/wine-off';
|
|
|
2902
2906
|
export { default as WineIcon } from '../icons/wine';
|
|
2903
2907
|
// Workflow aliases
|
|
2904
2908
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2905
|
-
// Worm aliases
|
|
2906
|
-
export { default as WormIcon } from '../icons/worm';
|
|
2907
2909
|
// Wrench aliases
|
|
2908
2910
|
export { default as WrenchIcon } from '../icons/wrench';
|
|
2911
|
+
// Worm aliases
|
|
2912
|
+
export { default as WormIcon } from '../icons/worm';
|
|
2909
2913
|
// XLineTop aliases
|
|
2910
2914
|
export { default as XLineTopIcon } from '../icons/x-line-top';
|
|
2911
|
-
// ZapOff aliases
|
|
2912
|
-
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2913
2915
|
// X aliases
|
|
2914
2916
|
export { default as XIcon } from '../icons/x';
|
|
2915
2917
|
// ZodiacAquarius aliases
|
|
2916
2918
|
export { default as ZodiacAquariusIcon } from '../icons/zodiac-aquarius';
|
|
2917
2919
|
// Zap aliases
|
|
2918
2920
|
export { default as ZapIcon } from '../icons/zap';
|
|
2921
|
+
// ZapOff aliases
|
|
2922
|
+
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2919
2923
|
// ZodiacAries aliases
|
|
2920
2924
|
export { default as ZodiacAriesIcon } from '../icons/zodiac-aries';
|
|
2921
2925
|
// ZodiacCancer aliases
|
|
@@ -2936,22 +2940,22 @@ export { default as ZodiacSagittariusIcon } from '../icons/zodiac-sagittarius';
|
|
|
2936
2940
|
export { default as ZodiacPiscesIcon } from '../icons/zodiac-pisces';
|
|
2937
2941
|
// ZodiacScorpio aliases
|
|
2938
2942
|
export { default as ZodiacScorpioIcon } from '../icons/zodiac-scorpio';
|
|
2939
|
-
// ZodiacVirgo aliases
|
|
2940
|
-
export { default as ZodiacVirgoIcon } from '../icons/zodiac-virgo';
|
|
2941
2943
|
// ZodiacTaurus aliases
|
|
2942
2944
|
export { default as ZodiacTaurusIcon } from '../icons/zodiac-taurus';
|
|
2945
|
+
// ZodiacVirgo aliases
|
|
2946
|
+
export { default as ZodiacVirgoIcon } from '../icons/zodiac-virgo';
|
|
2943
2947
|
// ZoomIn aliases
|
|
2944
2948
|
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2945
2949
|
// ZoomOut aliases
|
|
2946
2950
|
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2947
|
-
// ArrowDown01 aliases
|
|
2948
|
-
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
2949
2951
|
// ArrowDown10 aliases
|
|
2950
2952
|
export { default as ArrowDown10Icon } from '../icons/arrow-down-1-0';
|
|
2951
|
-
//
|
|
2952
|
-
export { default as
|
|
2953
|
+
// ArrowDown01 aliases
|
|
2954
|
+
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
2953
2955
|
// ArrowUp01 aliases
|
|
2954
2956
|
export { default as ArrowUp01Icon } from '../icons/arrow-up-0-1';
|
|
2957
|
+
// ArrowUp10 aliases
|
|
2958
|
+
export { default as ArrowUp10Icon } from '../icons/arrow-up-1-0';
|
|
2955
2959
|
// AlarmClockCheck aliases
|
|
2956
2960
|
export { default as AlarmClockCheckIcon } from '../icons/alarm-clock-check';
|
|
2957
2961
|
export {
|
|
@@ -3000,36 +3004,36 @@ export {
|
|
|
3000
3004
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. This alias will be removed in v1.0 */
|
|
3001
3005
|
default as SortAscIcon
|
|
3002
3006
|
} from '../icons/arrow-up-narrow-wide';
|
|
3003
|
-
// ArrowUpZA aliases
|
|
3004
|
-
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
3005
|
-
export {
|
|
3006
|
-
/** @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 */
|
|
3007
|
-
default as ArrowUpZaIcon
|
|
3008
|
-
} from '../icons/arrow-up-z-a';
|
|
3009
3007
|
// Axis3d aliases
|
|
3010
3008
|
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
3011
3009
|
export {
|
|
3012
3010
|
/** @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 */
|
|
3013
3011
|
default as Axis3DIcon
|
|
3014
3012
|
} from '../icons/axis-3d';
|
|
3015
|
-
//
|
|
3016
|
-
export { default as
|
|
3013
|
+
// BadgeCheck aliases
|
|
3014
|
+
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
3017
3015
|
export {
|
|
3018
|
-
/** @deprecated
|
|
3019
|
-
default as
|
|
3020
|
-
} from '../icons/
|
|
3016
|
+
/** @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 */
|
|
3017
|
+
default as VerifiedIcon
|
|
3018
|
+
} from '../icons/badge-check';
|
|
3019
|
+
// ArrowUpZA aliases
|
|
3020
|
+
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
3021
|
+
export {
|
|
3022
|
+
/** @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 */
|
|
3023
|
+
default as ArrowUpZaIcon
|
|
3024
|
+
} from '../icons/arrow-up-z-a';
|
|
3021
3025
|
// BadgeQuestionMark aliases
|
|
3022
3026
|
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
3023
3027
|
export {
|
|
3024
3028
|
/** @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 */
|
|
3025
3029
|
default as BadgeHelpIcon
|
|
3026
3030
|
} from '../icons/badge-question-mark';
|
|
3027
|
-
//
|
|
3028
|
-
export { default as
|
|
3031
|
+
// BetweenHorizontalEnd aliases
|
|
3032
|
+
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
3029
3033
|
export {
|
|
3030
|
-
/** @deprecated
|
|
3031
|
-
default as
|
|
3032
|
-
} from '../icons/
|
|
3034
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
3035
|
+
default as BetweenHorizonalEndIcon
|
|
3036
|
+
} from '../icons/between-horizontal-end';
|
|
3033
3037
|
// BetweenHorizontalStart aliases
|
|
3034
3038
|
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
3035
3039
|
export {
|
|
@@ -3042,18 +3046,18 @@ export {
|
|
|
3042
3046
|
/** @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 */
|
|
3043
3047
|
default as BookTemplateIcon
|
|
3044
3048
|
} from '../icons/book-dashed';
|
|
3045
|
-
// Braces aliases
|
|
3046
|
-
export { default as BracesIcon } from '../icons/braces';
|
|
3047
|
-
export {
|
|
3048
|
-
/** @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 */
|
|
3049
|
-
default as CurlyBracesIcon
|
|
3050
|
-
} from '../icons/braces';
|
|
3051
3049
|
// Captions aliases
|
|
3052
3050
|
export { default as CaptionsIcon } from '../icons/captions';
|
|
3053
3051
|
export {
|
|
3054
3052
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. This alias will be removed in v1.0 */
|
|
3055
3053
|
default as SubtitlesIcon
|
|
3056
3054
|
} from '../icons/captions';
|
|
3055
|
+
// Braces aliases
|
|
3056
|
+
export { default as BracesIcon } from '../icons/braces';
|
|
3057
|
+
export {
|
|
3058
|
+
/** @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 */
|
|
3059
|
+
default as CurlyBracesIcon
|
|
3060
|
+
} from '../icons/braces';
|
|
3057
3061
|
// ChartArea aliases
|
|
3058
3062
|
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
3059
3063
|
export {
|
|
@@ -3066,18 +3070,24 @@ export {
|
|
|
3066
3070
|
/** @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 */
|
|
3067
3071
|
default as BarChartHorizontalBigIcon
|
|
3068
3072
|
} from '../icons/chart-bar-big';
|
|
3069
|
-
//
|
|
3070
|
-
export { default as
|
|
3073
|
+
// ChartCandlestick aliases
|
|
3074
|
+
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
3071
3075
|
export {
|
|
3072
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3073
|
-
default as
|
|
3074
|
-
} from '../icons/chart-
|
|
3076
|
+
/** @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 */
|
|
3077
|
+
default as CandlestickChartIcon
|
|
3078
|
+
} from '../icons/chart-candlestick';
|
|
3075
3079
|
// ChartBar aliases
|
|
3076
3080
|
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
3077
3081
|
export {
|
|
3078
3082
|
/** @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 */
|
|
3079
3083
|
default as BarChartHorizontalIcon
|
|
3080
3084
|
} from '../icons/chart-bar';
|
|
3085
|
+
// ChartColumnBig aliases
|
|
3086
|
+
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
3087
|
+
export {
|
|
3088
|
+
/** @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 */
|
|
3089
|
+
default as BarChartBigIcon
|
|
3090
|
+
} from '../icons/chart-column-big';
|
|
3081
3091
|
// ChartColumnIncreasing aliases
|
|
3082
3092
|
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
3083
3093
|
export {
|
|
@@ -3090,12 +3100,6 @@ export {
|
|
|
3090
3100
|
/** @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 */
|
|
3091
3101
|
default as BarChart3Icon
|
|
3092
3102
|
} from '../icons/chart-column';
|
|
3093
|
-
// ChartCandlestick aliases
|
|
3094
|
-
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
3095
|
-
export {
|
|
3096
|
-
/** @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 */
|
|
3097
|
-
default as CandlestickChartIcon
|
|
3098
|
-
} from '../icons/chart-candlestick';
|
|
3099
3103
|
// ChartLine aliases
|
|
3100
3104
|
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
3101
3105
|
export {
|
|
@@ -3132,18 +3136,18 @@ export {
|
|
|
3132
3136
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. This alias will be removed in v1.0 */
|
|
3133
3137
|
default as PieChartIcon
|
|
3134
3138
|
} from '../icons/chart-pie';
|
|
3135
|
-
// CircleAlert aliases
|
|
3136
|
-
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3137
|
-
export {
|
|
3138
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. This alias will be removed in v1.0 */
|
|
3139
|
-
default as AlertCircleIcon
|
|
3140
|
-
} from '../icons/circle-alert';
|
|
3141
3139
|
// CircleArrowDown aliases
|
|
3142
3140
|
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
3143
3141
|
export {
|
|
3144
3142
|
/** @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 */
|
|
3145
3143
|
default as ArrowDownCircleIcon
|
|
3146
3144
|
} from '../icons/circle-arrow-down';
|
|
3145
|
+
// CircleAlert aliases
|
|
3146
|
+
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3147
|
+
export {
|
|
3148
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. This alias will be removed in v1.0 */
|
|
3149
|
+
default as AlertCircleIcon
|
|
3150
|
+
} from '../icons/circle-alert';
|
|
3147
3151
|
// CircleArrowLeft aliases
|
|
3148
3152
|
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
3149
3153
|
export {
|
|
@@ -3162,6 +3166,12 @@ export {
|
|
|
3162
3166
|
/** @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 */
|
|
3163
3167
|
default as ArrowDownLeftFromCircleIcon
|
|
3164
3168
|
} from '../icons/circle-arrow-out-down-left';
|
|
3169
|
+
// CircleArrowOutUpRight aliases
|
|
3170
|
+
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3171
|
+
export {
|
|
3172
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3173
|
+
default as ArrowUpRightFromCircleIcon
|
|
3174
|
+
} from '../icons/circle-arrow-out-up-right';
|
|
3165
3175
|
// CircleArrowOutUpLeft aliases
|
|
3166
3176
|
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3167
3177
|
export {
|
|
@@ -3174,12 +3184,6 @@ export {
|
|
|
3174
3184
|
/** @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 */
|
|
3175
3185
|
default as ArrowRightCircleIcon
|
|
3176
3186
|
} from '../icons/circle-arrow-right';
|
|
3177
|
-
// CircleArrowOutUpRight aliases
|
|
3178
|
-
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3179
|
-
export {
|
|
3180
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3181
|
-
default as ArrowUpRightFromCircleIcon
|
|
3182
|
-
} from '../icons/circle-arrow-out-up-right';
|
|
3183
3187
|
// CircleArrowUp aliases
|
|
3184
3188
|
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3185
3189
|
export {
|
|
@@ -3210,36 +3214,36 @@ export {
|
|
|
3210
3214
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. This alias will be removed in v1.0 */
|
|
3211
3215
|
default as ChevronLeftCircleIcon
|
|
3212
3216
|
} from '../icons/circle-chevron-left';
|
|
3213
|
-
// CircleChevronUp aliases
|
|
3214
|
-
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3215
|
-
export {
|
|
3216
|
-
/** @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 */
|
|
3217
|
-
default as ChevronUpCircleIcon
|
|
3218
|
-
} from '../icons/circle-chevron-up';
|
|
3219
3217
|
// CircleChevronRight aliases
|
|
3220
3218
|
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3221
3219
|
export {
|
|
3222
3220
|
/** @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 */
|
|
3223
3221
|
default as ChevronRightCircleIcon
|
|
3224
3222
|
} from '../icons/circle-chevron-right';
|
|
3223
|
+
// CircleChevronUp aliases
|
|
3224
|
+
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3225
|
+
export {
|
|
3226
|
+
/** @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 */
|
|
3227
|
+
default as ChevronUpCircleIcon
|
|
3228
|
+
} from '../icons/circle-chevron-up';
|
|
3225
3229
|
// CircleDivide aliases
|
|
3226
3230
|
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3227
3231
|
export {
|
|
3228
3232
|
/** @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 */
|
|
3229
3233
|
default as DivideCircleIcon
|
|
3230
3234
|
} from '../icons/circle-divide';
|
|
3231
|
-
// CircleMinus aliases
|
|
3232
|
-
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3233
|
-
export {
|
|
3234
|
-
/** @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 */
|
|
3235
|
-
default as MinusCircleIcon
|
|
3236
|
-
} from '../icons/circle-minus';
|
|
3237
3235
|
// CircleGauge aliases
|
|
3238
3236
|
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3239
3237
|
export {
|
|
3240
3238
|
/** @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 */
|
|
3241
3239
|
default as GaugeCircleIcon
|
|
3242
3240
|
} from '../icons/circle-gauge';
|
|
3241
|
+
// CircleMinus aliases
|
|
3242
|
+
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3243
|
+
export {
|
|
3244
|
+
/** @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 */
|
|
3245
|
+
default as MinusCircleIcon
|
|
3246
|
+
} from '../icons/circle-minus';
|
|
3243
3247
|
// CircleParkingOff aliases
|
|
3244
3248
|
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3245
3249
|
export {
|
|
@@ -3310,24 +3314,30 @@ export {
|
|
|
3310
3314
|
/** @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 */
|
|
3311
3315
|
default as UserCircleIcon
|
|
3312
3316
|
} from '../icons/circle-user';
|
|
3313
|
-
// CircleX aliases
|
|
3314
|
-
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3315
|
-
export {
|
|
3316
|
-
/** @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 */
|
|
3317
|
-
default as XCircleIcon
|
|
3318
|
-
} from '../icons/circle-x';
|
|
3319
3317
|
// CircleUserRound aliases
|
|
3320
3318
|
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3321
3319
|
export {
|
|
3322
3320
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. This alias will be removed in v1.0 */
|
|
3323
3321
|
default as UserCircle2Icon
|
|
3324
3322
|
} from '../icons/circle-user-round';
|
|
3323
|
+
// CircleX aliases
|
|
3324
|
+
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3325
|
+
export {
|
|
3326
|
+
/** @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 */
|
|
3327
|
+
default as XCircleIcon
|
|
3328
|
+
} from '../icons/circle-x';
|
|
3325
3329
|
// ClipboardPenLine aliases
|
|
3326
3330
|
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3327
3331
|
export {
|
|
3328
3332
|
/** @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 */
|
|
3329
3333
|
default as ClipboardSignatureIcon
|
|
3330
3334
|
} from '../icons/clipboard-pen-line';
|
|
3335
|
+
// ClipboardPen aliases
|
|
3336
|
+
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3337
|
+
export {
|
|
3338
|
+
/** @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 */
|
|
3339
|
+
default as ClipboardEditIcon
|
|
3340
|
+
} from '../icons/clipboard-pen';
|
|
3331
3341
|
// CloudDownload aliases
|
|
3332
3342
|
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3333
3343
|
export {
|
|
@@ -3340,12 +3350,12 @@ export {
|
|
|
3340
3350
|
/** @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 */
|
|
3341
3351
|
default as UploadCloudIcon
|
|
3342
3352
|
} from '../icons/cloud-upload';
|
|
3343
|
-
//
|
|
3344
|
-
export { default as
|
|
3353
|
+
// Columns2 aliases
|
|
3354
|
+
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3345
3355
|
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/
|
|
3356
|
+
/** @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 */
|
|
3357
|
+
default as ColumnsIcon
|
|
3358
|
+
} from '../icons/columns-2';
|
|
3349
3359
|
// Columns3Cog aliases
|
|
3350
3360
|
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3351
3361
|
export {
|
|
@@ -3356,18 +3366,12 @@ export {
|
|
|
3356
3366
|
/** @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 */
|
|
3357
3367
|
default as TableConfigIcon
|
|
3358
3368
|
} from '../icons/columns-3-cog';
|
|
3359
|
-
//
|
|
3360
|
-
export { default as
|
|
3361
|
-
export {
|
|
3362
|
-
/** @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 */
|
|
3363
|
-
default as ColumnsIcon
|
|
3364
|
-
} from '../icons/columns-2';
|
|
3365
|
-
// ClipboardPen aliases
|
|
3366
|
-
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3369
|
+
// CodeXml aliases
|
|
3370
|
+
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3367
3371
|
export {
|
|
3368
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3369
|
-
default as
|
|
3370
|
-
} from '../icons/
|
|
3372
|
+
/** @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 */
|
|
3373
|
+
default as Code2Icon
|
|
3374
|
+
} from '../icons/code-xml';
|
|
3371
3375
|
// Columns3 aliases
|
|
3372
3376
|
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3373
3377
|
export {
|
|
@@ -3434,18 +3438,18 @@ export {
|
|
|
3434
3438
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3435
3439
|
default as FileBarChartIcon
|
|
3436
3440
|
} from '../icons/file-chart-column-increasing';
|
|
3437
|
-
// FileChartLine aliases
|
|
3438
|
-
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3439
|
-
export {
|
|
3440
|
-
/** @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 */
|
|
3441
|
-
default as FileLineChartIcon
|
|
3442
|
-
} from '../icons/file-chart-line';
|
|
3443
3441
|
// FileChartColumn aliases
|
|
3444
3442
|
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3445
3443
|
export {
|
|
3446
3444
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. This alias will be removed in v1.0 */
|
|
3447
3445
|
default as FileBarChart2Icon
|
|
3448
3446
|
} from '../icons/file-chart-column';
|
|
3447
|
+
// FileChartLine aliases
|
|
3448
|
+
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3449
|
+
export {
|
|
3450
|
+
/** @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 */
|
|
3451
|
+
default as FileLineChartIcon
|
|
3452
|
+
} from '../icons/file-chart-line';
|
|
3449
3453
|
// FileChartPie aliases
|
|
3450
3454
|
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3451
3455
|
export {
|
|
@@ -3458,18 +3462,18 @@ export {
|
|
|
3458
3462
|
/** @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 */
|
|
3459
3463
|
default as FileCheck2Icon
|
|
3460
3464
|
} from '../icons/file-check-corner';
|
|
3461
|
-
// FileCog aliases
|
|
3462
|
-
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3463
|
-
export {
|
|
3464
|
-
/** @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 */
|
|
3465
|
-
default as FileCog2Icon
|
|
3466
|
-
} from '../icons/file-cog';
|
|
3467
3465
|
// FileCodeCorner aliases
|
|
3468
3466
|
export { default as FileCodeCornerIcon } from '../icons/file-code-corner';
|
|
3469
3467
|
export {
|
|
3470
3468
|
/** @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 */
|
|
3471
3469
|
default as FileCode2Icon
|
|
3472
3470
|
} from '../icons/file-code-corner';
|
|
3471
|
+
// FileCog aliases
|
|
3472
|
+
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3473
|
+
export {
|
|
3474
|
+
/** @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 */
|
|
3475
|
+
default as FileCog2Icon
|
|
3476
|
+
} from '../icons/file-cog';
|
|
3473
3477
|
// FileExclamationPoint aliases
|
|
3474
3478
|
export { default as FileExclamationPointIcon } from '../icons/file-exclamation-point';
|
|
3475
3479
|
export {
|
|
@@ -3492,12 +3496,6 @@ export {
|
|
|
3492
3496
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. This alias will be removed in v1.0 */
|
|
3493
3497
|
default as FileKey2Icon
|
|
3494
3498
|
} from '../icons/file-key';
|
|
3495
|
-
// FileLock aliases
|
|
3496
|
-
export { default as FileLockIcon } from '../icons/file-lock';
|
|
3497
|
-
export {
|
|
3498
|
-
/** @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 */
|
|
3499
|
-
default as FileLock2Icon
|
|
3500
|
-
} from '../icons/file-lock';
|
|
3501
3499
|
// FileMinusCorner aliases
|
|
3502
3500
|
export { default as FileMinusCornerIcon } from '../icons/file-minus-corner';
|
|
3503
3501
|
export {
|
|
@@ -3510,18 +3508,24 @@ export {
|
|
|
3510
3508
|
/** @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 */
|
|
3511
3509
|
default as FileSignatureIcon
|
|
3512
3510
|
} from '../icons/file-pen-line';
|
|
3513
|
-
//
|
|
3514
|
-
export { default as
|
|
3511
|
+
// FileLock aliases
|
|
3512
|
+
export { default as FileLockIcon } from '../icons/file-lock';
|
|
3515
3513
|
export {
|
|
3516
|
-
/** @deprecated The
|
|
3517
|
-
default as
|
|
3518
|
-
} from '../icons/file-
|
|
3514
|
+
/** @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 */
|
|
3515
|
+
default as FileLock2Icon
|
|
3516
|
+
} from '../icons/file-lock';
|
|
3519
3517
|
// FilePlay aliases
|
|
3520
3518
|
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3521
3519
|
export {
|
|
3522
3520
|
/** @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 */
|
|
3523
3521
|
default as FileVideoIcon
|
|
3524
3522
|
} from '../icons/file-play';
|
|
3523
|
+
// FilePen aliases
|
|
3524
|
+
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3525
|
+
export {
|
|
3526
|
+
/** @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 */
|
|
3527
|
+
default as FileEditIcon
|
|
3528
|
+
} from '../icons/file-pen';
|
|
3525
3529
|
// FilePlusCorner aliases
|
|
3526
3530
|
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3527
3531
|
export {
|
|
@@ -3540,18 +3544,18 @@ export {
|
|
|
3540
3544
|
/** @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 */
|
|
3541
3545
|
default as FileSearch2Icon
|
|
3542
3546
|
} from '../icons/file-search-corner';
|
|
3543
|
-
// FileTypeCorner aliases
|
|
3544
|
-
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3545
|
-
export {
|
|
3546
|
-
/** @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 */
|
|
3547
|
-
default as FileType2Icon
|
|
3548
|
-
} from '../icons/file-type-corner';
|
|
3549
3547
|
// FileSignal aliases
|
|
3550
3548
|
export { default as FileSignalIcon } from '../icons/file-signal';
|
|
3551
3549
|
export {
|
|
3552
3550
|
/** @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 */
|
|
3553
3551
|
default as FileVolume2Icon
|
|
3554
3552
|
} from '../icons/file-signal';
|
|
3553
|
+
// FileTypeCorner aliases
|
|
3554
|
+
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3555
|
+
export {
|
|
3556
|
+
/** @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 */
|
|
3557
|
+
default as FileType2Icon
|
|
3558
|
+
} from '../icons/file-type-corner';
|
|
3555
3559
|
// FileVideoCamera aliases
|
|
3556
3560
|
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3557
3561
|
export {
|
|
@@ -3564,18 +3568,18 @@ export {
|
|
|
3564
3568
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. This alias will be removed in v1.0 */
|
|
3565
3569
|
default as FileX2Icon
|
|
3566
3570
|
} from '../icons/file-x-corner';
|
|
3567
|
-
// FolderCog aliases
|
|
3568
|
-
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3569
|
-
export {
|
|
3570
|
-
/** @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 */
|
|
3571
|
-
default as FolderCog2Icon
|
|
3572
|
-
} from '../icons/folder-cog';
|
|
3573
3571
|
// FingerprintPattern aliases
|
|
3574
3572
|
export { default as FingerprintPatternIcon } from '../icons/fingerprint-pattern';
|
|
3575
3573
|
export {
|
|
3576
3574
|
/** @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 */
|
|
3577
3575
|
default as FingerprintIcon
|
|
3578
3576
|
} from '../icons/fingerprint-pattern';
|
|
3577
|
+
// FolderCog aliases
|
|
3578
|
+
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3579
|
+
export {
|
|
3580
|
+
/** @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 */
|
|
3581
|
+
default as FolderCog2Icon
|
|
3582
|
+
} from '../icons/folder-cog';
|
|
3579
3583
|
// FolderPen aliases
|
|
3580
3584
|
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3581
3585
|
export {
|
|
@@ -3732,18 +3736,18 @@ export {
|
|
|
3732
3736
|
/** @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 */
|
|
3733
3737
|
default as MessageCircleQuestionIcon
|
|
3734
3738
|
} from '../icons/message-circle-question-mark';
|
|
3735
|
-
// MicVocal aliases
|
|
3736
|
-
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3737
|
-
export {
|
|
3738
|
-
/** @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 */
|
|
3739
|
-
default as Mic2Icon
|
|
3740
|
-
} from '../icons/mic-vocal';
|
|
3741
3739
|
// Move3d aliases
|
|
3742
3740
|
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3743
3741
|
export {
|
|
3744
3742
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. This alias will be removed in v1.0 */
|
|
3745
3743
|
default as Move3DIcon
|
|
3746
3744
|
} from '../icons/move-3d';
|
|
3745
|
+
// MicVocal aliases
|
|
3746
|
+
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3747
|
+
export {
|
|
3748
|
+
/** @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 */
|
|
3749
|
+
default as Mic2Icon
|
|
3750
|
+
} from '../icons/mic-vocal';
|
|
3747
3751
|
// OctagonAlert aliases
|
|
3748
3752
|
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3749
3753
|
export {
|
|
@@ -3756,18 +3760,18 @@ export {
|
|
|
3756
3760
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. This alias will be removed in v1.0 */
|
|
3757
3761
|
default as PauseOctagonIcon
|
|
3758
3762
|
} from '../icons/octagon-pause';
|
|
3759
|
-
// PaintbrushVertical aliases
|
|
3760
|
-
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3761
|
-
export {
|
|
3762
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. This alias will be removed in v1.0 */
|
|
3763
|
-
default as Paintbrush2Icon
|
|
3764
|
-
} from '../icons/paintbrush-vertical';
|
|
3765
3763
|
// OctagonX aliases
|
|
3766
3764
|
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3767
3765
|
export {
|
|
3768
3766
|
/** @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 */
|
|
3769
3767
|
default as XOctagonIcon
|
|
3770
3768
|
} from '../icons/octagon-x';
|
|
3769
|
+
// PaintbrushVertical aliases
|
|
3770
|
+
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3771
|
+
export {
|
|
3772
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. This alias will be removed in v1.0 */
|
|
3773
|
+
default as Paintbrush2Icon
|
|
3774
|
+
} from '../icons/paintbrush-vertical';
|
|
3771
3775
|
// PanelBottomDashed aliases
|
|
3772
3776
|
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3773
3777
|
export {
|
|
@@ -3798,6 +3802,12 @@ export {
|
|
|
3798
3802
|
/** @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 */
|
|
3799
3803
|
default as SidebarIcon
|
|
3800
3804
|
} from '../icons/panel-left';
|
|
3805
|
+
// PanelRightDashed aliases
|
|
3806
|
+
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3807
|
+
export {
|
|
3808
|
+
/** @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 */
|
|
3809
|
+
default as PanelRightInactiveIcon
|
|
3810
|
+
} from '../icons/panel-right-dashed';
|
|
3801
3811
|
// PanelTopDashed aliases
|
|
3802
3812
|
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3803
3813
|
export {
|
|
@@ -3810,36 +3820,30 @@ export {
|
|
|
3810
3820
|
/** @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 */
|
|
3811
3821
|
default as LayoutIcon
|
|
3812
3822
|
} from '../icons/panels-top-left';
|
|
3813
|
-
//
|
|
3814
|
-
export { default as
|
|
3823
|
+
// PenLine aliases
|
|
3824
|
+
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3815
3825
|
export {
|
|
3816
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3817
|
-
default as
|
|
3818
|
-
} from '../icons/
|
|
3826
|
+
/** @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 */
|
|
3827
|
+
default as Edit3Icon
|
|
3828
|
+
} from '../icons/pen-line';
|
|
3819
3829
|
// Pen aliases
|
|
3820
3830
|
export { default as PenIcon } from '../icons/pen';
|
|
3821
3831
|
export {
|
|
3822
3832
|
/** @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 */
|
|
3823
3833
|
default as Edit2Icon
|
|
3824
3834
|
} from '../icons/pen';
|
|
3825
|
-
//
|
|
3826
|
-
export { default as
|
|
3835
|
+
// PlugZap aliases
|
|
3836
|
+
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3827
3837
|
export {
|
|
3828
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3829
|
-
default as
|
|
3830
|
-
} from '../icons/
|
|
3838
|
+
/** @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 */
|
|
3839
|
+
default as PlugZap2Icon
|
|
3840
|
+
} from '../icons/plug-zap';
|
|
3831
3841
|
// RectangleEllipsis aliases
|
|
3832
3842
|
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3833
3843
|
export {
|
|
3834
3844
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. This alias will be removed in v1.0 */
|
|
3835
3845
|
default as FormInputIcon
|
|
3836
3846
|
} from '../icons/rectangle-ellipsis';
|
|
3837
|
-
// PlugZap aliases
|
|
3838
|
-
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3839
|
-
export {
|
|
3840
|
-
/** @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 */
|
|
3841
|
-
default as PlugZap2Icon
|
|
3842
|
-
} from '../icons/plug-zap';
|
|
3843
3847
|
// Rotate3d aliases
|
|
3844
3848
|
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3845
3849
|
export {
|
|
@@ -3906,6 +3910,12 @@ export {
|
|
|
3906
3910
|
/** @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 */
|
|
3907
3911
|
default as ArrowDownLeftSquareIcon
|
|
3908
3912
|
} from '../icons/square-arrow-down-left';
|
|
3913
|
+
// SquareArrowDownRight aliases
|
|
3914
|
+
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3915
|
+
export {
|
|
3916
|
+
/** @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 */
|
|
3917
|
+
default as ArrowDownRightSquareIcon
|
|
3918
|
+
} from '../icons/square-arrow-down-right';
|
|
3909
3919
|
// SquareArrowDown aliases
|
|
3910
3920
|
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3911
3921
|
export {
|
|
@@ -3918,12 +3928,6 @@ export {
|
|
|
3918
3928
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. This alias will be removed in v1.0 */
|
|
3919
3929
|
default as ArrowLeftSquareIcon
|
|
3920
3930
|
} from '../icons/square-arrow-left';
|
|
3921
|
-
// SquareArrowDownRight aliases
|
|
3922
|
-
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3923
|
-
export {
|
|
3924
|
-
/** @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 */
|
|
3925
|
-
default as ArrowDownRightSquareIcon
|
|
3926
|
-
} from '../icons/square-arrow-down-right';
|
|
3927
3931
|
// SquareArrowOutDownLeft aliases
|
|
3928
3932
|
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3929
3933
|
export {
|
|
@@ -3936,12 +3940,6 @@ export {
|
|
|
3936
3940
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3937
3941
|
default as ArrowDownRightFromSquareIcon
|
|
3938
3942
|
} from '../icons/square-arrow-out-down-right';
|
|
3939
|
-
// SquareArrowRight aliases
|
|
3940
|
-
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3941
|
-
export {
|
|
3942
|
-
/** @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 */
|
|
3943
|
-
default as ArrowRightSquareIcon
|
|
3944
|
-
} from '../icons/square-arrow-right';
|
|
3945
3943
|
// SquareArrowOutUpLeft aliases
|
|
3946
3944
|
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
3947
3945
|
export {
|
|
@@ -3954,24 +3952,30 @@ export {
|
|
|
3954
3952
|
/** @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 */
|
|
3955
3953
|
default as ArrowUpRightFromSquareIcon
|
|
3956
3954
|
} from '../icons/square-arrow-out-up-right';
|
|
3955
|
+
// SquareArrowRight aliases
|
|
3956
|
+
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3957
|
+
export {
|
|
3958
|
+
/** @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 */
|
|
3959
|
+
default as ArrowRightSquareIcon
|
|
3960
|
+
} from '../icons/square-arrow-right';
|
|
3957
3961
|
// SquareArrowUpLeft aliases
|
|
3958
3962
|
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3959
3963
|
export {
|
|
3960
3964
|
/** @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 */
|
|
3961
3965
|
default as ArrowUpLeftSquareIcon
|
|
3962
3966
|
} from '../icons/square-arrow-up-left';
|
|
3963
|
-
// SquareArrowUp aliases
|
|
3964
|
-
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3965
|
-
export {
|
|
3966
|
-
/** @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 */
|
|
3967
|
-
default as ArrowUpSquareIcon
|
|
3968
|
-
} from '../icons/square-arrow-up';
|
|
3969
3967
|
// SquareArrowUpRight aliases
|
|
3970
3968
|
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3971
3969
|
export {
|
|
3972
3970
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. This alias will be removed in v1.0 */
|
|
3973
3971
|
default as ArrowUpRightSquareIcon
|
|
3974
3972
|
} from '../icons/square-arrow-up-right';
|
|
3973
|
+
// SquareArrowUp aliases
|
|
3974
|
+
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3975
|
+
export {
|
|
3976
|
+
/** @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 */
|
|
3977
|
+
default as ArrowUpSquareIcon
|
|
3978
|
+
} from '../icons/square-arrow-up';
|
|
3975
3979
|
// SquareAsterisk aliases
|
|
3976
3980
|
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3977
3981
|
export {
|
|
@@ -3984,18 +3988,18 @@ export {
|
|
|
3984
3988
|
/** @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 */
|
|
3985
3989
|
default as ScissorsSquareDashedBottomIcon
|
|
3986
3990
|
} from '../icons/square-bottom-dashed-scissors';
|
|
3987
|
-
// SquareCenterlineDashedHorizontal aliases
|
|
3988
|
-
export { default as SquareCenterlineDashedHorizontalIcon } from '../icons/square-centerline-dashed-horizontal';
|
|
3989
|
-
export {
|
|
3990
|
-
/** @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 */
|
|
3991
|
-
default as FlipHorizontalIcon
|
|
3992
|
-
} from '../icons/square-centerline-dashed-horizontal';
|
|
3993
3991
|
// SquareCenterlineDashedVertical aliases
|
|
3994
3992
|
export { default as SquareCenterlineDashedVerticalIcon } from '../icons/square-centerline-dashed-vertical';
|
|
3995
3993
|
export {
|
|
3996
3994
|
/** @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 */
|
|
3997
3995
|
default as FlipVerticalIcon
|
|
3998
3996
|
} from '../icons/square-centerline-dashed-vertical';
|
|
3997
|
+
// SquareCenterlineDashedHorizontal aliases
|
|
3998
|
+
export { default as SquareCenterlineDashedHorizontalIcon } from '../icons/square-centerline-dashed-horizontal';
|
|
3999
|
+
export {
|
|
4000
|
+
/** @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 */
|
|
4001
|
+
default as FlipHorizontalIcon
|
|
4002
|
+
} from '../icons/square-centerline-dashed-horizontal';
|
|
3999
4003
|
// SquareChartGantt aliases
|
|
4000
4004
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
4001
4005
|
export {
|
|
@@ -4054,6 +4058,12 @@ export {
|
|
|
4054
4058
|
/** @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 */
|
|
4055
4059
|
default as KanbanSquareDashedIcon
|
|
4056
4060
|
} from '../icons/square-dashed-kanban';
|
|
4061
|
+
// SquareDashedMousePointer aliases
|
|
4062
|
+
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
4063
|
+
export {
|
|
4064
|
+
/** @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 */
|
|
4065
|
+
default as MousePointerSquareDashedIcon
|
|
4066
|
+
} from '../icons/square-dashed-mouse-pointer';
|
|
4057
4067
|
// SquareDashedText aliases
|
|
4058
4068
|
export { default as SquareDashedTextIcon } from '../icons/square-dashed-text';
|
|
4059
4069
|
export {
|
|
@@ -4064,12 +4074,6 @@ export {
|
|
|
4064
4074
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. This alias will be removed in v1.0 */
|
|
4065
4075
|
default as TextSelectIcon
|
|
4066
4076
|
} from '../icons/square-dashed-text';
|
|
4067
|
-
// SquareDashedMousePointer aliases
|
|
4068
|
-
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
4069
|
-
export {
|
|
4070
|
-
/** @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 */
|
|
4071
|
-
default as MousePointerSquareDashedIcon
|
|
4072
|
-
} from '../icons/square-dashed-mouse-pointer';
|
|
4073
4077
|
// SquareDashed aliases
|
|
4074
4078
|
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
4075
4079
|
export {
|
|
@@ -4094,60 +4098,60 @@ export {
|
|
|
4094
4098
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. This alias will be removed in v1.0 */
|
|
4095
4099
|
default as EqualSquareIcon
|
|
4096
4100
|
} from '../icons/square-equal';
|
|
4097
|
-
// SquareKanban aliases
|
|
4098
|
-
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
4099
|
-
export {
|
|
4100
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. This alias will be removed in v1.0 */
|
|
4101
|
-
default as KanbanSquareIcon
|
|
4102
|
-
} from '../icons/square-kanban';
|
|
4103
4101
|
// SquareFunction aliases
|
|
4104
4102
|
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
4105
4103
|
export {
|
|
4106
4104
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. This alias will be removed in v1.0 */
|
|
4107
4105
|
default as FunctionSquareIcon
|
|
4108
4106
|
} from '../icons/square-function';
|
|
4109
|
-
//
|
|
4110
|
-
export { default as
|
|
4107
|
+
// SquareKanban aliases
|
|
4108
|
+
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
4111
4109
|
export {
|
|
4112
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4113
|
-
default as
|
|
4114
|
-
} from '../icons/square-
|
|
4110
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. This alias will be removed in v1.0 */
|
|
4111
|
+
default as KanbanSquareIcon
|
|
4112
|
+
} from '../icons/square-kanban';
|
|
4115
4113
|
// SquareM aliases
|
|
4116
4114
|
export { default as SquareMIcon } from '../icons/square-m';
|
|
4117
4115
|
export {
|
|
4118
4116
|
/** @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 */
|
|
4119
4117
|
default as MSquareIcon
|
|
4120
4118
|
} from '../icons/square-m';
|
|
4119
|
+
// SquareLibrary aliases
|
|
4120
|
+
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
4121
|
+
export {
|
|
4122
|
+
/** @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 */
|
|
4123
|
+
default as LibrarySquareIcon
|
|
4124
|
+
} from '../icons/square-library';
|
|
4121
4125
|
// SquareMenu aliases
|
|
4122
4126
|
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
4123
4127
|
export {
|
|
4124
4128
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. This alias will be removed in v1.0 */
|
|
4125
4129
|
default as MenuSquareIcon
|
|
4126
4130
|
} from '../icons/square-menu';
|
|
4127
|
-
// SquareMinus aliases
|
|
4128
|
-
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
4129
|
-
export {
|
|
4130
|
-
/** @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 */
|
|
4131
|
-
default as MinusSquareIcon
|
|
4132
|
-
} from '../icons/square-minus';
|
|
4133
4131
|
// SquareMousePointer aliases
|
|
4134
4132
|
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
4135
4133
|
export {
|
|
4136
4134
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. This alias will be removed in v1.0 */
|
|
4137
4135
|
default as InspectIcon
|
|
4138
4136
|
} from '../icons/square-mouse-pointer';
|
|
4139
|
-
//
|
|
4140
|
-
export { default as
|
|
4137
|
+
// SquareMinus aliases
|
|
4138
|
+
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
4141
4139
|
export {
|
|
4142
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4143
|
-
default as
|
|
4144
|
-
} from '../icons/square-
|
|
4140
|
+
/** @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 */
|
|
4141
|
+
default as MinusSquareIcon
|
|
4142
|
+
} from '../icons/square-minus';
|
|
4145
4143
|
// SquareParking aliases
|
|
4146
4144
|
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
4147
4145
|
export {
|
|
4148
4146
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. This alias will be removed in v1.0 */
|
|
4149
4147
|
default as ParkingSquareIcon
|
|
4150
4148
|
} from '../icons/square-parking';
|
|
4149
|
+
// SquareParkingOff aliases
|
|
4150
|
+
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
4151
|
+
export {
|
|
4152
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. This alias will be removed in v1.0 */
|
|
4153
|
+
default as ParkingSquareOffIcon
|
|
4154
|
+
} from '../icons/square-parking-off';
|
|
4151
4155
|
// SquarePen aliases
|
|
4152
4156
|
export { default as SquarePenIcon } from '../icons/square-pen';
|
|
4153
4157
|
export {
|
|
@@ -4162,66 +4166,66 @@ export {
|
|
|
4162
4166
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. This alias will be removed in v1.0 */
|
|
4163
4167
|
default as PenSquareIcon
|
|
4164
4168
|
} from '../icons/square-pen';
|
|
4165
|
-
// SquarePi aliases
|
|
4166
|
-
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4167
|
-
export {
|
|
4168
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. This alias will be removed in v1.0 */
|
|
4169
|
-
default as PiSquareIcon
|
|
4170
|
-
} from '../icons/square-pi';
|
|
4171
|
-
// SquarePilcrow aliases
|
|
4172
|
-
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4173
|
-
export {
|
|
4174
|
-
/** @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 */
|
|
4175
|
-
default as PilcrowSquareIcon
|
|
4176
|
-
} from '../icons/square-pilcrow';
|
|
4177
4169
|
// SquarePercent aliases
|
|
4178
4170
|
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
4179
4171
|
export {
|
|
4180
4172
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. This alias will be removed in v1.0 */
|
|
4181
4173
|
default as PercentSquareIcon
|
|
4182
4174
|
} from '../icons/square-percent';
|
|
4175
|
+
// SquarePlay aliases
|
|
4176
|
+
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
4177
|
+
export {
|
|
4178
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. This alias will be removed in v1.0 */
|
|
4179
|
+
default as PlaySquareIcon
|
|
4180
|
+
} from '../icons/square-play';
|
|
4181
|
+
// SquarePi aliases
|
|
4182
|
+
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4183
|
+
export {
|
|
4184
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. This alias will be removed in v1.0 */
|
|
4185
|
+
default as PiSquareIcon
|
|
4186
|
+
} from '../icons/square-pi';
|
|
4183
4187
|
// SquarePlus aliases
|
|
4184
4188
|
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
4185
4189
|
export {
|
|
4186
4190
|
/** @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 */
|
|
4187
4191
|
default as PlusSquareIcon
|
|
4188
4192
|
} from '../icons/square-plus';
|
|
4189
|
-
//
|
|
4190
|
-
export { default as
|
|
4191
|
-
export {
|
|
4192
|
-
/** @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 */
|
|
4193
|
-
default as PowerSquareIcon
|
|
4194
|
-
} from '../icons/square-power';
|
|
4195
|
-
// SquarePlay aliases
|
|
4196
|
-
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
4193
|
+
// SquarePilcrow aliases
|
|
4194
|
+
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4197
4195
|
export {
|
|
4198
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4199
|
-
default as
|
|
4200
|
-
} from '../icons/square-
|
|
4196
|
+
/** @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 */
|
|
4197
|
+
default as PilcrowSquareIcon
|
|
4198
|
+
} from '../icons/square-pilcrow';
|
|
4201
4199
|
// SquareSigma aliases
|
|
4202
4200
|
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4203
4201
|
export {
|
|
4204
4202
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. This alias will be removed in v1.0 */
|
|
4205
4203
|
default as SigmaSquareIcon
|
|
4206
4204
|
} from '../icons/square-sigma';
|
|
4205
|
+
// SquarePower aliases
|
|
4206
|
+
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
4207
|
+
export {
|
|
4208
|
+
/** @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 */
|
|
4209
|
+
default as PowerSquareIcon
|
|
4210
|
+
} from '../icons/square-power';
|
|
4207
4211
|
// SquareScissors aliases
|
|
4208
4212
|
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4209
4213
|
export {
|
|
4210
4214
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. This alias will be removed in v1.0 */
|
|
4211
4215
|
default as ScissorsSquareIcon
|
|
4212
4216
|
} from '../icons/square-scissors';
|
|
4213
|
-
// SquareSplitHorizontal aliases
|
|
4214
|
-
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
4215
|
-
export {
|
|
4216
|
-
/** @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 */
|
|
4217
|
-
default as SplitSquareHorizontalIcon
|
|
4218
|
-
} from '../icons/square-split-horizontal';
|
|
4219
4217
|
// SquareSlash aliases
|
|
4220
4218
|
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
4221
4219
|
export {
|
|
4222
4220
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. This alias will be removed in v1.0 */
|
|
4223
4221
|
default as SlashSquareIcon
|
|
4224
4222
|
} from '../icons/square-slash';
|
|
4223
|
+
// SquareSplitHorizontal aliases
|
|
4224
|
+
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
4225
|
+
export {
|
|
4226
|
+
/** @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 */
|
|
4227
|
+
default as SplitSquareHorizontalIcon
|
|
4228
|
+
} from '../icons/square-split-horizontal';
|
|
4225
4229
|
// SquareSplitVertical aliases
|
|
4226
4230
|
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
4227
4231
|
export {
|
|
@@ -4234,12 +4238,6 @@ export {
|
|
|
4234
4238
|
/** @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 */
|
|
4235
4239
|
default as TerminalSquareIcon
|
|
4236
4240
|
} from '../icons/square-terminal';
|
|
4237
|
-
// SquareUserRound aliases
|
|
4238
|
-
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
4239
|
-
export {
|
|
4240
|
-
/** @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 */
|
|
4241
|
-
default as UserSquare2Icon
|
|
4242
|
-
} from '../icons/square-user-round';
|
|
4243
4241
|
// SquareUser aliases
|
|
4244
4242
|
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4245
4243
|
export {
|
|
@@ -4252,18 +4250,18 @@ export {
|
|
|
4252
4250
|
/** @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 */
|
|
4253
4251
|
default as XSquareIcon
|
|
4254
4252
|
} from '../icons/square-x';
|
|
4253
|
+
// SquareUserRound aliases
|
|
4254
|
+
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
4255
|
+
export {
|
|
4256
|
+
/** @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 */
|
|
4257
|
+
default as UserSquare2Icon
|
|
4258
|
+
} from '../icons/square-user-round';
|
|
4255
4259
|
// TestTubeDiagonal aliases
|
|
4256
4260
|
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
4257
4261
|
export {
|
|
4258
4262
|
/** @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 */
|
|
4259
4263
|
default as TestTube2Icon
|
|
4260
4264
|
} from '../icons/test-tube-diagonal';
|
|
4261
|
-
// TextAlignJustify aliases
|
|
4262
|
-
export { default as TextAlignJustifyIcon } from '../icons/text-align-justify';
|
|
4263
|
-
export {
|
|
4264
|
-
/** @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 */
|
|
4265
|
-
default as AlignJustifyIcon
|
|
4266
|
-
} from '../icons/text-align-justify';
|
|
4267
4265
|
// TextAlignCenter aliases
|
|
4268
4266
|
export { default as TextAlignCenterIcon } from '../icons/text-align-center';
|
|
4269
4267
|
export {
|
|
@@ -4276,6 +4274,22 @@ export {
|
|
|
4276
4274
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. This alias will be removed in v1.0 */
|
|
4277
4275
|
default as AlignRightIcon
|
|
4278
4276
|
} from '../icons/text-align-end';
|
|
4277
|
+
// TextAlignJustify aliases
|
|
4278
|
+
export { default as TextAlignJustifyIcon } from '../icons/text-align-justify';
|
|
4279
|
+
export {
|
|
4280
|
+
/** @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 */
|
|
4281
|
+
default as AlignJustifyIcon
|
|
4282
|
+
} from '../icons/text-align-justify';
|
|
4283
|
+
// TextAlignStart aliases
|
|
4284
|
+
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4285
|
+
export {
|
|
4286
|
+
/** @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 */
|
|
4287
|
+
default as TextIcon
|
|
4288
|
+
} from '../icons/text-align-start';
|
|
4289
|
+
export {
|
|
4290
|
+
/** @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 */
|
|
4291
|
+
default as AlignLeftIcon
|
|
4292
|
+
} from '../icons/text-align-start';
|
|
4279
4293
|
// TextInitial aliases
|
|
4280
4294
|
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4281
4295
|
export {
|
|
@@ -4288,16 +4302,6 @@ export {
|
|
|
4288
4302
|
/** @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 */
|
|
4289
4303
|
default as WrapTextIcon
|
|
4290
4304
|
} from '../icons/text-wrap';
|
|
4291
|
-
// TextAlignStart aliases
|
|
4292
|
-
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4293
|
-
export {
|
|
4294
|
-
/** @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 */
|
|
4295
|
-
default as TextIcon
|
|
4296
|
-
} from '../icons/text-align-start';
|
|
4297
|
-
export {
|
|
4298
|
-
/** @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 */
|
|
4299
|
-
default as AlignLeftIcon
|
|
4300
|
-
} from '../icons/text-align-start';
|
|
4301
4305
|
// TramFront aliases
|
|
4302
4306
|
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4303
4307
|
export {
|
|
@@ -4316,12 +4320,6 @@ export {
|
|
|
4316
4320
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. This alias will be removed in v1.0 */
|
|
4317
4321
|
default as AlertTriangleIcon
|
|
4318
4322
|
} from '../icons/triangle-alert';
|
|
4319
|
-
// TvMinimal aliases
|
|
4320
|
-
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4321
|
-
export {
|
|
4322
|
-
/** @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 */
|
|
4323
|
-
default as Tv2Icon
|
|
4324
|
-
} from '../icons/tv-minimal';
|
|
4325
4323
|
// University aliases
|
|
4326
4324
|
export { default as UniversityIcon } from '../icons/university';
|
|
4327
4325
|
export {
|
|
@@ -4334,42 +4332,54 @@ export {
|
|
|
4334
4332
|
/** @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 */
|
|
4335
4333
|
default as UserCheck2Icon
|
|
4336
4334
|
} from '../icons/user-round-check';
|
|
4337
|
-
//
|
|
4338
|
-
export { default as
|
|
4339
|
-
export {
|
|
4340
|
-
/** @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 */
|
|
4341
|
-
default as UserCog2Icon
|
|
4342
|
-
} from '../icons/user-round-cog';
|
|
4343
|
-
// UserRoundPlus aliases
|
|
4344
|
-
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
4335
|
+
// TvMinimal aliases
|
|
4336
|
+
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4345
4337
|
export {
|
|
4346
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4347
|
-
default as
|
|
4348
|
-
} from '../icons/
|
|
4338
|
+
/** @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 */
|
|
4339
|
+
default as Tv2Icon
|
|
4340
|
+
} from '../icons/tv-minimal';
|
|
4349
4341
|
// UserRoundMinus aliases
|
|
4350
4342
|
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
4351
4343
|
export {
|
|
4352
4344
|
/** @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 */
|
|
4353
4345
|
default as UserMinus2Icon
|
|
4354
4346
|
} from '../icons/user-round-minus';
|
|
4355
|
-
//
|
|
4356
|
-
export { default as
|
|
4347
|
+
// UserRoundCog aliases
|
|
4348
|
+
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
4357
4349
|
export {
|
|
4358
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4359
|
-
default as
|
|
4360
|
-
} from '../icons/user-round';
|
|
4350
|
+
/** @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 */
|
|
4351
|
+
default as UserCog2Icon
|
|
4352
|
+
} from '../icons/user-round-cog';
|
|
4361
4353
|
// UserRoundX aliases
|
|
4362
4354
|
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4363
4355
|
export {
|
|
4364
4356
|
/** @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 */
|
|
4365
4357
|
default as UserX2Icon
|
|
4366
4358
|
} from '../icons/user-round-x';
|
|
4359
|
+
// UserRoundPlus aliases
|
|
4360
|
+
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
4361
|
+
export {
|
|
4362
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. This alias will be removed in v1.0 */
|
|
4363
|
+
default as UserPlus2Icon
|
|
4364
|
+
} from '../icons/user-round-plus';
|
|
4367
4365
|
// UsersRound aliases
|
|
4368
4366
|
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4369
4367
|
export {
|
|
4370
4368
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. This alias will be removed in v1.0 */
|
|
4371
4369
|
default as Users2Icon
|
|
4372
4370
|
} from '../icons/users-round';
|
|
4371
|
+
// UserRound aliases
|
|
4372
|
+
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4373
|
+
export {
|
|
4374
|
+
/** @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 */
|
|
4375
|
+
default as User2Icon
|
|
4376
|
+
} from '../icons/user-round';
|
|
4377
|
+
// WalletMinimal aliases
|
|
4378
|
+
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4379
|
+
export {
|
|
4380
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. This alias will be removed in v1.0 */
|
|
4381
|
+
default as Wallet2Icon
|
|
4382
|
+
} from '../icons/wallet-minimal';
|
|
4373
4383
|
// UtensilsCrossed aliases
|
|
4374
4384
|
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4375
4385
|
export {
|
|
@@ -4388,12 +4398,6 @@ export {
|
|
|
4388
4398
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. This alias will be removed in v1.0 */
|
|
4389
4399
|
default as Wand2Icon
|
|
4390
4400
|
} from '../icons/wand-sparkles';
|
|
4391
|
-
// WalletMinimal aliases
|
|
4392
|
-
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4393
|
-
export {
|
|
4394
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. This alias will be removed in v1.0 */
|
|
4395
|
-
default as Wallet2Icon
|
|
4396
|
-
} from '../icons/wallet-minimal';
|
|
4397
4401
|
// WavesHorizontal aliases
|
|
4398
4402
|
export { default as WavesHorizontalIcon } from '../icons/waves-horizontal';
|
|
4399
4403
|
export {
|