@lucide/astro 0.559.0 → 0.560.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 +100 -100
- package/src/aliases/prefixed.ts +681 -679
- package/src/aliases/suffixed.ts +1009 -1007
- package/src/icons/cannabis-off.ts +18 -0
- package/src/icons/index.ts +154 -153
package/src/aliases/suffixed.ts
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
+
// AArrowUp aliases
|
|
2
|
+
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
1
3
|
// AArrowDown aliases
|
|
2
4
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
5
|
// ALargeSmall aliases
|
|
4
6
|
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
5
|
-
// AArrowUp aliases
|
|
6
|
-
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
7
7
|
// Accessibility aliases
|
|
8
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
11
|
// Airplay aliases
|
|
14
12
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
13
|
+
// AirVent aliases
|
|
14
|
+
export { default as AirVentIcon } from '../icons/air-vent';
|
|
15
15
|
// AlarmClockOff aliases
|
|
16
16
|
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
17
17
|
// AlarmSmoke aliases
|
|
@@ -20,54 +20,54 @@ export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
|
20
20
|
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
21
21
|
// Album aliases
|
|
22
22
|
export { default as AlbumIcon } from '../icons/album';
|
|
23
|
-
// AlignCenterVertical aliases
|
|
24
|
-
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
25
23
|
// AlignCenterHorizontal aliases
|
|
26
24
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
25
|
+
// AlignCenterVertical aliases
|
|
26
|
+
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
27
27
|
// AlignEndHorizontal aliases
|
|
28
28
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
29
29
|
// AlignEndVertical aliases
|
|
30
30
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
31
|
-
// AlignHorizontalDistributeEnd aliases
|
|
32
|
-
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
33
31
|
// AlignHorizontalDistributeCenter aliases
|
|
34
32
|
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
33
|
+
// AlignHorizontalDistributeEnd aliases
|
|
34
|
+
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
35
35
|
// AlignHorizontalJustifyCenter aliases
|
|
36
36
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
37
37
|
// AlignHorizontalDistributeStart aliases
|
|
38
38
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
39
39
|
// AlignHorizontalJustifyEnd aliases
|
|
40
40
|
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
41
|
-
// AlignHorizontalSpaceAround aliases
|
|
42
|
-
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
43
41
|
// AlignHorizontalJustifyStart aliases
|
|
44
42
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
43
|
+
// AlignHorizontalSpaceAround aliases
|
|
44
|
+
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
45
|
+
// AlignHorizontalSpaceBetween aliases
|
|
46
|
+
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
47
|
+
// AlignStartHorizontal aliases
|
|
48
|
+
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
45
49
|
// AlignStartVertical aliases
|
|
46
50
|
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
47
51
|
// AlignVerticalDistributeCenter aliases
|
|
48
52
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
49
|
-
// AlignHorizontalSpaceBetween aliases
|
|
50
|
-
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
51
53
|
// AlignVerticalDistributeEnd aliases
|
|
52
54
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
53
55
|
// AlignVerticalDistributeStart aliases
|
|
54
56
|
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
55
|
-
// AlignStartHorizontal aliases
|
|
56
|
-
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
57
57
|
// AlignVerticalJustifyCenter aliases
|
|
58
58
|
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
59
|
-
// AlignVerticalJustifyStart aliases
|
|
60
|
-
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
61
59
|
// AlignVerticalJustifyEnd aliases
|
|
62
60
|
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
63
|
-
//
|
|
64
|
-
export { default as
|
|
65
|
-
// AlignVerticalSpaceAround aliases
|
|
66
|
-
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
61
|
+
// AlignVerticalJustifyStart aliases
|
|
62
|
+
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
67
63
|
// AlignVerticalSpaceBetween aliases
|
|
68
64
|
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
65
|
+
// AlignVerticalSpaceAround aliases
|
|
66
|
+
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
69
67
|
// Ampersand aliases
|
|
70
68
|
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
69
|
+
// Ambulance aliases
|
|
70
|
+
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
71
71
|
// Ampersands aliases
|
|
72
72
|
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
73
73
|
// Amphora aliases
|
|
@@ -76,56 +76,56 @@ export { default as AmphoraIcon } from '../icons/amphora';
|
|
|
76
76
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
77
77
|
// Angry aliases
|
|
78
78
|
export { default as AngryIcon } from '../icons/angry';
|
|
79
|
-
// Antenna aliases
|
|
80
|
-
export { default as AntennaIcon } from '../icons/antenna';
|
|
81
79
|
// Annoyed aliases
|
|
82
80
|
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
81
|
+
// Antenna aliases
|
|
82
|
+
export { default as AntennaIcon } from '../icons/antenna';
|
|
83
83
|
// Anvil aliases
|
|
84
84
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
85
|
-
// Aperture aliases
|
|
86
|
-
export { default as ApertureIcon } from '../icons/aperture';
|
|
87
85
|
// AppWindowMac aliases
|
|
88
86
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
87
|
+
// Aperture aliases
|
|
88
|
+
export { default as ApertureIcon } from '../icons/aperture';
|
|
89
89
|
// AppWindow aliases
|
|
90
90
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
91
|
-
// Apple aliases
|
|
92
|
-
export { default as AppleIcon } from '../icons/apple';
|
|
93
91
|
// ArchiveRestore aliases
|
|
94
92
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
95
|
-
//
|
|
96
|
-
export { default as
|
|
97
|
-
// Archive aliases
|
|
98
|
-
export { default as ArchiveIcon } from '../icons/archive';
|
|
93
|
+
// Apple aliases
|
|
94
|
+
export { default as AppleIcon } from '../icons/apple';
|
|
99
95
|
// ArchiveX aliases
|
|
100
96
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
97
|
+
// Archive aliases
|
|
98
|
+
export { default as ArchiveIcon } from '../icons/archive';
|
|
101
99
|
// ArrowBigDownDash aliases
|
|
102
100
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
101
|
+
// Armchair aliases
|
|
102
|
+
export { default as ArmchairIcon } from '../icons/armchair';
|
|
103
103
|
// ArrowBigDown aliases
|
|
104
104
|
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
105
105
|
// ArrowBigLeftDash aliases
|
|
106
106
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
107
107
|
// ArrowBigLeft aliases
|
|
108
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
109
|
// ArrowBigRight aliases
|
|
112
110
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
113
111
|
// ArrowBigUpDash aliases
|
|
114
112
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
113
|
+
// ArrowBigRightDash aliases
|
|
114
|
+
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
115
115
|
// ArrowBigUp aliases
|
|
116
116
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
117
|
+
// ArrowDownFromLine aliases
|
|
118
|
+
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
117
119
|
// ArrowDownLeft aliases
|
|
118
120
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
119
121
|
// ArrowDownNarrowWide aliases
|
|
120
122
|
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
121
|
-
// ArrowDownFromLine aliases
|
|
122
|
-
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
123
123
|
// ArrowDownRight aliases
|
|
124
124
|
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
125
|
-
// ArrowDownToLine aliases
|
|
126
|
-
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
127
125
|
// ArrowDownToDot aliases
|
|
128
126
|
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
127
|
+
// ArrowDownToLine aliases
|
|
128
|
+
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
129
129
|
// ArrowDownUp aliases
|
|
130
130
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
131
131
|
// ArrowDown aliases
|
|
@@ -138,14 +138,14 @@ export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
|
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
|
-
//
|
|
142
|
-
export { default as
|
|
141
|
+
// ArrowRightLeft aliases
|
|
142
|
+
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
143
143
|
// ArrowRightToLine aliases
|
|
144
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';
|
|
145
147
|
// ArrowRight aliases
|
|
146
148
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
147
|
-
// ArrowRightLeft aliases
|
|
148
|
-
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
149
149
|
// ArrowUpDown aliases
|
|
150
150
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
151
151
|
// ArrowUpFromDot aliases
|
|
@@ -158,28 +158,28 @@ export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
|
158
158
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
159
159
|
// ArrowUpToLine aliases
|
|
160
160
|
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
161
|
-
// ArrowUp aliases
|
|
162
|
-
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
163
|
-
// ArrowsUpFromLine aliases
|
|
164
|
-
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
165
161
|
// ArrowUpWideNarrow aliases
|
|
166
162
|
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
163
|
+
// ArrowUp aliases
|
|
164
|
+
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
167
165
|
// Asterisk aliases
|
|
168
166
|
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
169
|
-
//
|
|
170
|
-
export { default as
|
|
171
|
-
// AudioLines aliases
|
|
172
|
-
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
167
|
+
// ArrowsUpFromLine aliases
|
|
168
|
+
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
173
169
|
// AtSign aliases
|
|
174
170
|
export { default as AtSignIcon } from '../icons/at-sign';
|
|
175
|
-
//
|
|
176
|
-
export { default as
|
|
177
|
-
//
|
|
178
|
-
export { default as
|
|
171
|
+
// AudioLines aliases
|
|
172
|
+
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
173
|
+
// Atom aliases
|
|
174
|
+
export { default as AtomIcon } from '../icons/atom';
|
|
179
175
|
// AudioWaveform aliases
|
|
180
176
|
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
177
|
+
// Award aliases
|
|
178
|
+
export { default as AwardIcon } from '../icons/award';
|
|
181
179
|
// Baby aliases
|
|
182
180
|
export { default as BabyIcon } from '../icons/baby';
|
|
181
|
+
// Axe aliases
|
|
182
|
+
export { default as AxeIcon } from '../icons/axe';
|
|
183
183
|
// Backpack aliases
|
|
184
184
|
export { default as BackpackIcon } from '../icons/backpack';
|
|
185
185
|
// BadgeAlert aliases
|
|
@@ -196,18 +196,18 @@ export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
|
196
196
|
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
197
197
|
// BadgeJapaneseYen aliases
|
|
198
198
|
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
199
|
-
// BadgeMinus aliases
|
|
200
|
-
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
201
|
-
// BadgePoundSterling aliases
|
|
202
|
-
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
203
199
|
// BadgePercent aliases
|
|
204
200
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
201
|
+
// BadgeMinus aliases
|
|
202
|
+
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
205
203
|
// BadgePlus aliases
|
|
206
204
|
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
207
|
-
//
|
|
208
|
-
export { default as
|
|
205
|
+
// BadgePoundSterling aliases
|
|
206
|
+
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
209
207
|
// BadgeRussianRuble aliases
|
|
210
208
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
209
|
+
// BadgeSwissFranc aliases
|
|
210
|
+
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
211
211
|
// BadgeTurkishLira aliases
|
|
212
212
|
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
213
213
|
// BadgeX aliases
|
|
@@ -218,10 +218,10 @@ export { default as BadgeIcon } from '../icons/badge';
|
|
|
218
218
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
219
219
|
// Balloon aliases
|
|
220
220
|
export { default as BalloonIcon } from '../icons/balloon';
|
|
221
|
-
// Banana aliases
|
|
222
|
-
export { default as BananaIcon } from '../icons/banana';
|
|
223
221
|
// Ban aliases
|
|
224
222
|
export { default as BanIcon } from '../icons/ban';
|
|
223
|
+
// Banana aliases
|
|
224
|
+
export { default as BananaIcon } from '../icons/banana';
|
|
225
225
|
// Bandage aliases
|
|
226
226
|
export { default as BandageIcon } from '../icons/bandage';
|
|
227
227
|
// BanknoteArrowDown aliases
|
|
@@ -232,20 +232,20 @@ export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
|
232
232
|
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
233
233
|
// Banknote aliases
|
|
234
234
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
235
|
+
// Barrel aliases
|
|
236
|
+
export { default as BarrelIcon } from '../icons/barrel';
|
|
235
237
|
// Barcode aliases
|
|
236
238
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
237
239
|
// Baseline aliases
|
|
238
240
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
239
|
-
// Barrel aliases
|
|
240
|
-
export { default as BarrelIcon } from '../icons/barrel';
|
|
241
|
-
// BatteryCharging aliases
|
|
242
|
-
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
243
241
|
// Bath aliases
|
|
244
242
|
export { default as BathIcon } from '../icons/bath';
|
|
245
|
-
//
|
|
246
|
-
export { default as
|
|
243
|
+
// BatteryCharging aliases
|
|
244
|
+
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
247
245
|
// BatteryLow aliases
|
|
248
246
|
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
247
|
+
// BatteryFull aliases
|
|
248
|
+
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
249
249
|
// BatteryPlus aliases
|
|
250
250
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
251
251
|
// BatteryMedium aliases
|
|
@@ -254,20 +254,20 @@ export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
|
254
254
|
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
255
255
|
// Battery aliases
|
|
256
256
|
export { default as BatteryIcon } from '../icons/battery';
|
|
257
|
-
// Bean aliases
|
|
258
|
-
export { default as BeanIcon } from '../icons/bean';
|
|
259
|
-
// Beaker aliases
|
|
260
|
-
export { default as BeakerIcon } from '../icons/beaker';
|
|
261
257
|
// BeanOff aliases
|
|
262
258
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
259
|
+
// Beaker aliases
|
|
260
|
+
export { default as BeakerIcon } from '../icons/beaker';
|
|
261
|
+
// Bean aliases
|
|
262
|
+
export { default as BeanIcon } from '../icons/bean';
|
|
263
263
|
// BedDouble aliases
|
|
264
264
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
265
265
|
// BedSingle aliases
|
|
266
266
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
267
|
-
// Beef aliases
|
|
268
|
-
export { default as BeefIcon } from '../icons/beef';
|
|
269
267
|
// Bed aliases
|
|
270
268
|
export { default as BedIcon } from '../icons/bed';
|
|
269
|
+
// Beef aliases
|
|
270
|
+
export { default as BeefIcon } from '../icons/beef';
|
|
271
271
|
// BeerOff aliases
|
|
272
272
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
273
273
|
// Beer aliases
|
|
@@ -276,10 +276,10 @@ export { default as BeerIcon } from '../icons/beer';
|
|
|
276
276
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
277
277
|
// BellElectric aliases
|
|
278
278
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
279
|
-
// BellMinus aliases
|
|
280
|
-
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
281
279
|
// BellOff aliases
|
|
282
280
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
281
|
+
// BellMinus aliases
|
|
282
|
+
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
283
283
|
// BellPlus aliases
|
|
284
284
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
285
285
|
// BellRing aliases
|
|
@@ -288,10 +288,10 @@ export { default as BellRingIcon } from '../icons/bell-ring';
|
|
|
288
288
|
export { default as BellIcon } from '../icons/bell';
|
|
289
289
|
// BetweenVerticalEnd aliases
|
|
290
290
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
291
|
-
// BicepsFlexed aliases
|
|
292
|
-
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
293
291
|
// BetweenVerticalStart aliases
|
|
294
292
|
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
293
|
+
// BicepsFlexed aliases
|
|
294
|
+
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
295
295
|
// Bike aliases
|
|
296
296
|
export { default as BikeIcon } from '../icons/bike';
|
|
297
297
|
// Binary aliases
|
|
@@ -300,10 +300,10 @@ export { default as BinaryIcon } from '../icons/binary';
|
|
|
300
300
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
301
301
|
// Biohazard aliases
|
|
302
302
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
303
|
-
// Bird aliases
|
|
304
|
-
export { default as BirdIcon } from '../icons/bird';
|
|
305
303
|
// Birdhouse aliases
|
|
306
304
|
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
305
|
+
// Bird aliases
|
|
306
|
+
export { default as BirdIcon } from '../icons/bird';
|
|
307
307
|
// Bitcoin aliases
|
|
308
308
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
309
309
|
// Blend aliases
|
|
@@ -312,90 +312,90 @@ export { default as BlendIcon } from '../icons/blend';
|
|
|
312
312
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
313
313
|
// Blocks aliases
|
|
314
314
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
315
|
-
// Bluetooth aliases
|
|
316
|
-
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
317
315
|
// BluetoothConnected aliases
|
|
318
316
|
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
319
317
|
// BluetoothOff aliases
|
|
320
318
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
321
319
|
// BluetoothSearching aliases
|
|
322
320
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
321
|
+
// Bluetooth aliases
|
|
322
|
+
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
323
323
|
// Bold aliases
|
|
324
324
|
export { default as BoldIcon } from '../icons/bold';
|
|
325
325
|
// Bolt aliases
|
|
326
326
|
export { default as BoltIcon } from '../icons/bolt';
|
|
327
327
|
// Bomb aliases
|
|
328
328
|
export { default as BombIcon } from '../icons/bomb';
|
|
329
|
-
// BookA aliases
|
|
330
|
-
export { default as BookAIcon } from '../icons/book-a';
|
|
331
329
|
// Bone aliases
|
|
332
330
|
export { default as BoneIcon } from '../icons/bone';
|
|
333
|
-
//
|
|
334
|
-
export { default as
|
|
331
|
+
// BookA aliases
|
|
332
|
+
export { default as BookAIcon } from '../icons/book-a';
|
|
335
333
|
// BookAlert aliases
|
|
336
334
|
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
337
|
-
// BookCopy aliases
|
|
338
|
-
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
339
335
|
// BookCheck aliases
|
|
340
336
|
export { default as BookCheckIcon } from '../icons/book-check';
|
|
337
|
+
// BookAudio aliases
|
|
338
|
+
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
339
|
+
// BookCopy aliases
|
|
340
|
+
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
341
341
|
// BookDown aliases
|
|
342
342
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
343
343
|
// BookHeadphones aliases
|
|
344
344
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
345
|
+
// BookHeart aliases
|
|
346
|
+
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
345
347
|
// BookImage aliases
|
|
346
348
|
export { default as BookImageIcon } from '../icons/book-image';
|
|
347
349
|
// BookKey aliases
|
|
348
350
|
export { default as BookKeyIcon } from '../icons/book-key';
|
|
349
|
-
// BookHeart aliases
|
|
350
|
-
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
351
351
|
// BookLock aliases
|
|
352
352
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
353
|
-
// BookMarked aliases
|
|
354
|
-
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
355
353
|
// BookMinus aliases
|
|
356
354
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
355
|
+
// BookMarked aliases
|
|
356
|
+
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
357
357
|
// BookOpenCheck aliases
|
|
358
358
|
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
359
|
-
// BookOpen aliases
|
|
360
|
-
export { default as BookOpenIcon } from '../icons/book-open';
|
|
361
|
-
// BookSearch aliases
|
|
362
|
-
export { default as BookSearchIcon } from '../icons/book-search';
|
|
363
359
|
// BookOpenText aliases
|
|
364
360
|
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
361
|
+
// BookOpen aliases
|
|
362
|
+
export { default as BookOpenIcon } from '../icons/book-open';
|
|
365
363
|
// BookPlus aliases
|
|
366
364
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
365
|
+
// BookSearch aliases
|
|
366
|
+
export { default as BookSearchIcon } from '../icons/book-search';
|
|
367
367
|
// BookText aliases
|
|
368
368
|
export { default as BookTextIcon } from '../icons/book-text';
|
|
369
|
-
// BookUp aliases
|
|
370
|
-
export { default as BookUpIcon } from '../icons/book-up';
|
|
371
|
-
// BookUp2 aliases
|
|
372
|
-
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
373
369
|
// BookType aliases
|
|
374
370
|
export { default as BookTypeIcon } from '../icons/book-type';
|
|
371
|
+
// BookUp2 aliases
|
|
372
|
+
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
373
|
+
// BookUp aliases
|
|
374
|
+
export { default as BookUpIcon } from '../icons/book-up';
|
|
375
375
|
// BookUser aliases
|
|
376
376
|
export { default as BookUserIcon } from '../icons/book-user';
|
|
377
377
|
// BookX aliases
|
|
378
378
|
export { default as BookXIcon } from '../icons/book-x';
|
|
379
|
+
// Book aliases
|
|
380
|
+
export { default as BookIcon } from '../icons/book';
|
|
379
381
|
// BookmarkCheck aliases
|
|
380
382
|
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
381
383
|
// BookmarkMinus aliases
|
|
382
384
|
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
383
|
-
// Book aliases
|
|
384
|
-
export { default as BookIcon } from '../icons/book';
|
|
385
385
|
// BookmarkPlus aliases
|
|
386
386
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
387
|
+
// Bookmark aliases
|
|
388
|
+
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
387
389
|
// BookmarkX aliases
|
|
388
390
|
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
389
391
|
// BoomBox aliases
|
|
390
392
|
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
391
|
-
// Bookmark aliases
|
|
392
|
-
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
393
393
|
// BotMessageSquare aliases
|
|
394
394
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
395
|
-
// BotOff aliases
|
|
396
|
-
export { default as BotOffIcon } from '../icons/bot-off';
|
|
397
395
|
// Bot aliases
|
|
398
396
|
export { default as BotIcon } from '../icons/bot';
|
|
397
|
+
// BotOff aliases
|
|
398
|
+
export { default as BotOffIcon } from '../icons/bot-off';
|
|
399
399
|
// BottleWine aliases
|
|
400
400
|
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
401
401
|
// BowArrow aliases
|
|
@@ -408,72 +408,72 @@ export { default as BoxesIcon } from '../icons/boxes';
|
|
|
408
408
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
409
409
|
// BrainCircuit aliases
|
|
410
410
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
411
|
-
// BrainCog aliases
|
|
412
|
-
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
413
411
|
// Brain aliases
|
|
414
412
|
export { default as BrainIcon } from '../icons/brain';
|
|
413
|
+
// BrainCog aliases
|
|
414
|
+
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
415
415
|
// BrickWallFire aliases
|
|
416
416
|
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
417
417
|
// BrickWallShield aliases
|
|
418
418
|
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
419
419
|
// BrickWall aliases
|
|
420
420
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
421
|
-
// BriefcaseBusiness aliases
|
|
422
|
-
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
423
421
|
// BriefcaseConveyorBelt aliases
|
|
424
422
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
423
|
+
// BriefcaseBusiness aliases
|
|
424
|
+
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
425
425
|
// BriefcaseMedical aliases
|
|
426
426
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
427
427
|
// Briefcase aliases
|
|
428
428
|
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
429
429
|
// BringToFront aliases
|
|
430
430
|
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
431
|
+
// Brush aliases
|
|
432
|
+
export { default as BrushIcon } from '../icons/brush';
|
|
431
433
|
// BrushCleaning aliases
|
|
432
434
|
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
433
435
|
// Bubbles aliases
|
|
434
436
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
435
437
|
// BugOff aliases
|
|
436
438
|
export { default as BugOffIcon } from '../icons/bug-off';
|
|
437
|
-
// Brush aliases
|
|
438
|
-
export { default as BrushIcon } from '../icons/brush';
|
|
439
439
|
// BugPlay aliases
|
|
440
440
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
441
|
-
//
|
|
442
|
-
export { default as
|
|
441
|
+
// Building2 aliases
|
|
442
|
+
export { default as Building2Icon } from '../icons/building-2';
|
|
443
443
|
// Building aliases
|
|
444
444
|
export { default as BuildingIcon } from '../icons/building';
|
|
445
|
+
// Bug aliases
|
|
446
|
+
export { default as BugIcon } from '../icons/bug';
|
|
445
447
|
// BusFront aliases
|
|
446
448
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
447
|
-
// Building2 aliases
|
|
448
|
-
export { default as Building2Icon } from '../icons/building-2';
|
|
449
|
-
// CableCar aliases
|
|
450
|
-
export { default as CableCarIcon } from '../icons/cable-car';
|
|
451
449
|
// Bus aliases
|
|
452
450
|
export { default as BusIcon } from '../icons/bus';
|
|
453
451
|
// Cable aliases
|
|
454
452
|
export { default as CableIcon } from '../icons/cable';
|
|
453
|
+
// CableCar aliases
|
|
454
|
+
export { default as CableCarIcon } from '../icons/cable-car';
|
|
455
455
|
// CakeSlice aliases
|
|
456
456
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
457
457
|
// Cake aliases
|
|
458
458
|
export { default as CakeIcon } from '../icons/cake';
|
|
459
459
|
// Calculator aliases
|
|
460
460
|
export { default as CalculatorIcon } from '../icons/calculator';
|
|
461
|
-
// Calendar1 aliases
|
|
462
|
-
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
463
461
|
// CalendarArrowDown aliases
|
|
464
462
|
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
463
|
+
// Calendar1 aliases
|
|
464
|
+
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
465
465
|
// CalendarArrowUp aliases
|
|
466
466
|
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
467
467
|
// CalendarCheck2 aliases
|
|
468
468
|
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
469
469
|
// CalendarCheck aliases
|
|
470
470
|
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
471
|
+
// CalendarClock aliases
|
|
472
|
+
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
471
473
|
// CalendarCog aliases
|
|
472
474
|
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
473
475
|
// CalendarDays aliases
|
|
474
476
|
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
475
|
-
// CalendarClock aliases
|
|
476
|
-
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
477
477
|
// CalendarFold aliases
|
|
478
478
|
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
479
479
|
// CalendarHeart aliases
|
|
@@ -482,14 +482,14 @@ export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
|
482
482
|
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
483
483
|
// CalendarMinus aliases
|
|
484
484
|
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
485
|
-
// CalendarPlus2 aliases
|
|
486
|
-
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
487
485
|
// CalendarOff aliases
|
|
488
486
|
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
489
|
-
// CalendarRange aliases
|
|
490
|
-
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
491
487
|
// CalendarPlus aliases
|
|
492
488
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
489
|
+
// CalendarPlus2 aliases
|
|
490
|
+
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
491
|
+
// CalendarRange aliases
|
|
492
|
+
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
493
493
|
// CalendarSearch aliases
|
|
494
494
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
495
495
|
// CalendarSync aliases
|
|
@@ -500,30 +500,32 @@ export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
|
500
500
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
501
501
|
// Calendar aliases
|
|
502
502
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
503
|
-
// CameraOff aliases
|
|
504
|
-
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
505
|
-
// CandyCane aliases
|
|
506
|
-
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
507
503
|
// Calendars aliases
|
|
508
504
|
export { default as CalendarsIcon } from '../icons/calendars';
|
|
509
505
|
// Camera aliases
|
|
510
506
|
export { default as CameraIcon } from '../icons/camera';
|
|
511
507
|
// CandyOff aliases
|
|
512
508
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
513
|
-
//
|
|
514
|
-
export { default as
|
|
515
|
-
//
|
|
516
|
-
export { default as
|
|
509
|
+
// CameraOff aliases
|
|
510
|
+
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
511
|
+
// CandyCane aliases
|
|
512
|
+
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
517
513
|
// Candy aliases
|
|
518
514
|
export { default as CandyIcon } from '../icons/candy';
|
|
515
|
+
// CannabisOff aliases
|
|
516
|
+
export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
517
|
+
// Cannabis aliases
|
|
518
|
+
export { default as CannabisIcon } from '../icons/cannabis';
|
|
519
|
+
// CaptionsOff aliases
|
|
520
|
+
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
519
521
|
// CarFront aliases
|
|
520
522
|
export { default as CarFrontIcon } from '../icons/car-front';
|
|
523
|
+
// Caravan aliases
|
|
524
|
+
export { default as CaravanIcon } from '../icons/caravan';
|
|
521
525
|
// CarTaxiFront aliases
|
|
522
526
|
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
523
527
|
// Car aliases
|
|
524
528
|
export { default as CarIcon } from '../icons/car';
|
|
525
|
-
// Caravan aliases
|
|
526
|
-
export { default as CaravanIcon } from '../icons/caravan';
|
|
527
529
|
// CardSim aliases
|
|
528
530
|
export { default as CardSimIcon } from '../icons/card-sim';
|
|
529
531
|
// Carrot aliases
|
|
@@ -534,62 +536,62 @@ export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
|
534
536
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
535
537
|
// CaseUpper aliases
|
|
536
538
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
537
|
-
// CassetteTape aliases
|
|
538
|
-
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
539
539
|
// Cast aliases
|
|
540
540
|
export { default as CastIcon } from '../icons/cast';
|
|
541
|
+
// CassetteTape aliases
|
|
542
|
+
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
541
543
|
// Castle aliases
|
|
542
544
|
export { default as CastleIcon } from '../icons/castle';
|
|
543
|
-
// Cctv aliases
|
|
544
|
-
export { default as CctvIcon } from '../icons/cctv';
|
|
545
545
|
// Cat aliases
|
|
546
546
|
export { default as CatIcon } from '../icons/cat';
|
|
547
|
-
//
|
|
548
|
-
export { default as
|
|
547
|
+
// Cctv aliases
|
|
548
|
+
export { default as CctvIcon } from '../icons/cctv';
|
|
549
549
|
// ChartBarDecreasing aliases
|
|
550
550
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
551
|
-
//
|
|
552
|
-
export { default as
|
|
553
|
-
// ChartColumnStacked aliases
|
|
554
|
-
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
551
|
+
// ChartBarIncreasing aliases
|
|
552
|
+
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
555
553
|
// ChartColumnDecreasing aliases
|
|
556
554
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
555
|
+
// ChartBarStacked aliases
|
|
556
|
+
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
557
557
|
// ChartGantt aliases
|
|
558
558
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
559
|
+
// ChartColumnStacked aliases
|
|
560
|
+
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
559
561
|
// ChartNetwork aliases
|
|
560
562
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
561
563
|
// ChartNoAxesColumnDecreasing aliases
|
|
562
564
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
563
|
-
// CheckCheck aliases
|
|
564
|
-
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
565
565
|
// ChartNoAxesCombined aliases
|
|
566
566
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
567
567
|
// ChartSpline aliases
|
|
568
568
|
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
569
|
+
// CheckCheck aliases
|
|
570
|
+
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
569
571
|
// CheckLine aliases
|
|
570
572
|
export { default as CheckLineIcon } from '../icons/check-line';
|
|
571
573
|
// Check aliases
|
|
572
574
|
export { default as CheckIcon } from '../icons/check';
|
|
573
|
-
// Cherry aliases
|
|
574
|
-
export { default as CherryIcon } from '../icons/cherry';
|
|
575
575
|
// ChefHat aliases
|
|
576
576
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
577
577
|
// ChessBishop aliases
|
|
578
578
|
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
579
|
+
// Cherry aliases
|
|
580
|
+
export { default as CherryIcon } from '../icons/cherry';
|
|
579
581
|
// ChessKing aliases
|
|
580
582
|
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
581
583
|
// ChessKnight aliases
|
|
582
584
|
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
583
|
-
// ChessQueen aliases
|
|
584
|
-
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
585
585
|
// ChessPawn aliases
|
|
586
586
|
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
587
|
+
// ChessQueen aliases
|
|
588
|
+
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
587
589
|
// ChessRook aliases
|
|
588
590
|
export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
589
|
-
// ChevronDown aliases
|
|
590
|
-
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
591
591
|
// ChevronFirst aliases
|
|
592
592
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
593
|
+
// ChevronDown aliases
|
|
594
|
+
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
593
595
|
// ChevronLast aliases
|
|
594
596
|
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
595
597
|
// ChevronLeft aliases
|
|
@@ -602,22 +604,22 @@ export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
|
602
604
|
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
603
605
|
// ChevronsDown aliases
|
|
604
606
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
607
|
+
// ChevronsLeftRightEllipsis aliases
|
|
608
|
+
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
605
609
|
// ChevronsLeftRight aliases
|
|
606
610
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
607
611
|
// ChevronsLeft aliases
|
|
608
612
|
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
609
|
-
// ChevronsLeftRightEllipsis aliases
|
|
610
|
-
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
611
|
-
// ChevronsRightLeft aliases
|
|
612
|
-
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
613
613
|
// ChevronsRight aliases
|
|
614
614
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
615
|
+
// ChevronsRightLeft aliases
|
|
616
|
+
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
617
|
+
// ChevronsUp aliases
|
|
618
|
+
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
615
619
|
// ChevronsUpDown aliases
|
|
616
620
|
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
617
621
|
// Church aliases
|
|
618
622
|
export { default as ChurchIcon } from '../icons/church';
|
|
619
|
-
// ChevronsUp aliases
|
|
620
|
-
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
621
623
|
// CigaretteOff aliases
|
|
622
624
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
623
625
|
// Cigarette aliases
|
|
@@ -630,44 +632,44 @@ export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
|
630
632
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
631
633
|
// CircleDot aliases
|
|
632
634
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
633
|
-
// CircleEqual aliases
|
|
634
|
-
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
635
635
|
// CircleEllipsis aliases
|
|
636
636
|
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
637
|
+
// CircleEqual aliases
|
|
638
|
+
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
637
639
|
// CircleFadingArrowUp aliases
|
|
638
640
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
639
641
|
// CircleFadingPlus aliases
|
|
640
642
|
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
641
|
-
// CircleOff aliases
|
|
642
|
-
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
643
643
|
// CirclePile aliases
|
|
644
644
|
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
645
|
-
//
|
|
646
|
-
export { default as
|
|
645
|
+
// CircleOff aliases
|
|
646
|
+
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
647
647
|
// CirclePoundSterling aliases
|
|
648
648
|
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
649
|
+
// CircleSlash aliases
|
|
650
|
+
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
649
651
|
// CircleSmall aliases
|
|
650
652
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
651
653
|
// CircleStar aliases
|
|
652
654
|
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
653
655
|
// Circle aliases
|
|
654
656
|
export { default as CircleIcon } from '../icons/circle';
|
|
655
|
-
// Citrus aliases
|
|
656
|
-
export { default as CitrusIcon } from '../icons/citrus';
|
|
657
|
-
// Clapperboard aliases
|
|
658
|
-
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
659
657
|
// CircuitBoard aliases
|
|
660
658
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
659
|
+
// Citrus aliases
|
|
660
|
+
export { default as CitrusIcon } from '../icons/citrus';
|
|
661
661
|
// ClipboardCheck aliases
|
|
662
662
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
663
|
-
//
|
|
664
|
-
export { default as
|
|
663
|
+
// Clapperboard aliases
|
|
664
|
+
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
665
665
|
// ClipboardClock aliases
|
|
666
666
|
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
667
|
-
//
|
|
668
|
-
export { default as
|
|
667
|
+
// ClipboardCopy aliases
|
|
668
|
+
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
669
669
|
// ClipboardMinus aliases
|
|
670
670
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
671
|
+
// ClipboardList aliases
|
|
672
|
+
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
671
673
|
// ClipboardPaste aliases
|
|
672
674
|
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
673
675
|
// ClipboardPlus aliases
|
|
@@ -676,14 +678,14 @@ export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
|
676
678
|
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
677
679
|
// ClipboardX aliases
|
|
678
680
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
679
|
-
// Clock10 aliases
|
|
680
|
-
export { default as Clock10Icon } from '../icons/clock-10';
|
|
681
681
|
// Clipboard aliases
|
|
682
682
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
683
683
|
// Clock1 aliases
|
|
684
684
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
685
685
|
// Clock11 aliases
|
|
686
686
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
687
|
+
// Clock10 aliases
|
|
688
|
+
export { default as Clock10Icon } from '../icons/clock-10';
|
|
687
689
|
// Clock12 aliases
|
|
688
690
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
689
691
|
// Clock2 aliases
|
|
@@ -694,10 +696,10 @@ export { default as Clock3Icon } from '../icons/clock-3';
|
|
|
694
696
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
695
697
|
// Clock5 aliases
|
|
696
698
|
export { default as Clock5Icon } from '../icons/clock-5';
|
|
697
|
-
// Clock7 aliases
|
|
698
|
-
export { default as Clock7Icon } from '../icons/clock-7';
|
|
699
699
|
// Clock6 aliases
|
|
700
700
|
export { default as Clock6Icon } from '../icons/clock-6';
|
|
701
|
+
// Clock7 aliases
|
|
702
|
+
export { default as Clock7Icon } from '../icons/clock-7';
|
|
701
703
|
// Clock8 aliases
|
|
702
704
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
703
705
|
// Clock9 aliases
|
|
@@ -710,28 +712,28 @@ export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
|
710
712
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
711
713
|
// ClockCheck aliases
|
|
712
714
|
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
715
|
+
// ClockPlus aliases
|
|
716
|
+
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
713
717
|
// ClockFading aliases
|
|
714
718
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
715
719
|
// Clock aliases
|
|
716
720
|
export { default as ClockIcon } from '../icons/clock';
|
|
717
|
-
// ClockPlus aliases
|
|
718
|
-
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
719
721
|
// ClosedCaption aliases
|
|
720
722
|
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
721
723
|
// CloudAlert aliases
|
|
722
724
|
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
723
|
-
// CloudBackup aliases
|
|
724
|
-
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
725
725
|
// CloudCheck aliases
|
|
726
726
|
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
727
|
+
// CloudBackup aliases
|
|
728
|
+
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
729
|
+
// CloudFog aliases
|
|
730
|
+
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
727
731
|
// CloudCog aliases
|
|
728
732
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
729
|
-
// CloudDrizzle aliases
|
|
730
|
-
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
731
733
|
// CloudHail aliases
|
|
732
734
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
733
|
-
//
|
|
734
|
-
export { default as
|
|
735
|
+
// CloudDrizzle aliases
|
|
736
|
+
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
735
737
|
// CloudLightning aliases
|
|
736
738
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
737
739
|
// CloudMoonRain aliases
|
|
@@ -772,12 +774,12 @@ export { default as CoffeeIcon } from '../icons/coffee';
|
|
|
772
774
|
export { default as CogIcon } from '../icons/cog';
|
|
773
775
|
// Coins aliases
|
|
774
776
|
export { default as CoinsIcon } from '../icons/coins';
|
|
775
|
-
// Combine aliases
|
|
776
|
-
export { default as CombineIcon } from '../icons/combine';
|
|
777
|
-
// Command aliases
|
|
778
|
-
export { default as CommandIcon } from '../icons/command';
|
|
779
777
|
// Columns4 aliases
|
|
780
778
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
779
|
+
// Command aliases
|
|
780
|
+
export { default as CommandIcon } from '../icons/command';
|
|
781
|
+
// Combine aliases
|
|
782
|
+
export { default as CombineIcon } from '../icons/combine';
|
|
781
783
|
// Compass aliases
|
|
782
784
|
export { default as CompassIcon } from '../icons/compass';
|
|
783
785
|
// Component aliases
|
|
@@ -786,14 +788,14 @@ export { default as ComponentIcon } from '../icons/component';
|
|
|
786
788
|
export { default as ComputerIcon } from '../icons/computer';
|
|
787
789
|
// ConciergeBell aliases
|
|
788
790
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
789
|
-
// Construction aliases
|
|
790
|
-
export { default as ConstructionIcon } from '../icons/construction';
|
|
791
791
|
// Cone aliases
|
|
792
792
|
export { default as ConeIcon } from '../icons/cone';
|
|
793
793
|
// Contact aliases
|
|
794
794
|
export { default as ContactIcon } from '../icons/contact';
|
|
795
795
|
// Container aliases
|
|
796
796
|
export { default as ContainerIcon } from '../icons/container';
|
|
797
|
+
// Construction aliases
|
|
798
|
+
export { default as ConstructionIcon } from '../icons/construction';
|
|
797
799
|
// Contrast aliases
|
|
798
800
|
export { default as ContrastIcon } from '../icons/contrast';
|
|
799
801
|
// Cookie aliases
|
|
@@ -846,12 +848,12 @@ export { default as CropIcon } from '../icons/crop';
|
|
|
846
848
|
export { default as CrossIcon } from '../icons/cross';
|
|
847
849
|
// Crosshair aliases
|
|
848
850
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
851
|
+
// Crown aliases
|
|
852
|
+
export { default as CrownIcon } from '../icons/crown';
|
|
849
853
|
// Cuboid aliases
|
|
850
854
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
851
855
|
// CupSoda aliases
|
|
852
856
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
853
|
-
// Crown aliases
|
|
854
|
-
export { default as CrownIcon } from '../icons/crown';
|
|
855
857
|
// Currency aliases
|
|
856
858
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
857
859
|
// Cylinder aliases
|
|
@@ -860,24 +862,24 @@ export { default as CylinderIcon } from '../icons/cylinder';
|
|
|
860
862
|
export { default as DamIcon } from '../icons/dam';
|
|
861
863
|
// DatabaseBackup aliases
|
|
862
864
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
863
|
-
// Database aliases
|
|
864
|
-
export { default as DatabaseIcon } from '../icons/database';
|
|
865
865
|
// DatabaseZap aliases
|
|
866
866
|
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
867
|
+
// DecimalsArrowLeft aliases
|
|
868
|
+
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
869
|
+
// Database aliases
|
|
870
|
+
export { default as DatabaseIcon } from '../icons/database';
|
|
867
871
|
// DecimalsArrowRight aliases
|
|
868
872
|
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
869
873
|
// Delete aliases
|
|
870
874
|
export { default as DeleteIcon } from '../icons/delete';
|
|
871
|
-
// DecimalsArrowLeft aliases
|
|
872
|
-
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
873
875
|
// Dessert aliases
|
|
874
876
|
export { default as DessertIcon } from '../icons/dessert';
|
|
875
|
-
// Diameter aliases
|
|
876
|
-
export { default as DiameterIcon } from '../icons/diameter';
|
|
877
877
|
// DiamondMinus aliases
|
|
878
878
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
879
879
|
// DiamondPlus aliases
|
|
880
880
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
881
|
+
// Diameter aliases
|
|
882
|
+
export { default as DiameterIcon } from '../icons/diameter';
|
|
881
883
|
// Diamond aliases
|
|
882
884
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
883
885
|
// Dice1 aliases
|
|
@@ -914,10 +916,10 @@ export { default as DnaIcon } from '../icons/dna';
|
|
|
914
916
|
export { default as DockIcon } from '../icons/dock';
|
|
915
917
|
// Dog aliases
|
|
916
918
|
export { default as DogIcon } from '../icons/dog';
|
|
917
|
-
// Donut aliases
|
|
918
|
-
export { default as DonutIcon } from '../icons/donut';
|
|
919
919
|
// DollarSign aliases
|
|
920
920
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
921
|
+
// Donut aliases
|
|
922
|
+
export { default as DonutIcon } from '../icons/donut';
|
|
921
923
|
// DoorClosedLocked aliases
|
|
922
924
|
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
923
925
|
// DoorClosed aliases
|
|
@@ -926,64 +928,64 @@ export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
|
926
928
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
927
929
|
// Dot aliases
|
|
928
930
|
export { default as DotIcon } from '../icons/dot';
|
|
929
|
-
// DraftingCompass aliases
|
|
930
|
-
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
931
931
|
// Download aliases
|
|
932
932
|
export { default as DownloadIcon } from '../icons/download';
|
|
933
|
+
// DraftingCompass aliases
|
|
934
|
+
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
933
935
|
// Drama aliases
|
|
934
936
|
export { default as DramaIcon } from '../icons/drama';
|
|
935
937
|
// Dribbble aliases
|
|
936
938
|
export { default as DribbbleIcon } from '../icons/dribbble';
|
|
937
|
-
// DropletOff aliases
|
|
938
|
-
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
939
939
|
// Drill aliases
|
|
940
940
|
export { default as DrillIcon } from '../icons/drill';
|
|
941
941
|
// Drone aliases
|
|
942
942
|
export { default as DroneIcon } from '../icons/drone';
|
|
943
|
-
//
|
|
944
|
-
export { default as
|
|
943
|
+
// DropletOff aliases
|
|
944
|
+
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
945
945
|
// Droplet aliases
|
|
946
946
|
export { default as DropletIcon } from '../icons/droplet';
|
|
947
|
+
// Droplets aliases
|
|
948
|
+
export { default as DropletsIcon } from '../icons/droplets';
|
|
947
949
|
// Drum aliases
|
|
948
950
|
export { default as DrumIcon } from '../icons/drum';
|
|
951
|
+
// Drumstick aliases
|
|
952
|
+
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
949
953
|
// Dumbbell aliases
|
|
950
954
|
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
951
955
|
// EarOff aliases
|
|
952
956
|
export { default as EarOffIcon } from '../icons/ear-off';
|
|
953
|
-
// Drumstick aliases
|
|
954
|
-
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
955
957
|
// Ear aliases
|
|
956
958
|
export { default as EarIcon } from '../icons/ear';
|
|
957
959
|
// EarthLock aliases
|
|
958
960
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
959
|
-
// Eclipse aliases
|
|
960
|
-
export { default as EclipseIcon } from '../icons/eclipse';
|
|
961
961
|
// EggFried aliases
|
|
962
962
|
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
963
|
-
//
|
|
964
|
-
export { default as
|
|
965
|
-
// EqualApproximately aliases
|
|
966
|
-
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
963
|
+
// Eclipse aliases
|
|
964
|
+
export { default as EclipseIcon } from '../icons/eclipse';
|
|
967
965
|
// Egg aliases
|
|
968
966
|
export { default as EggIcon } from '../icons/egg';
|
|
967
|
+
// EggOff aliases
|
|
968
|
+
export { default as EggOffIcon } from '../icons/egg-off';
|
|
969
969
|
// EqualNot aliases
|
|
970
970
|
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
971
|
+
// EqualApproximately aliases
|
|
972
|
+
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
971
973
|
// Equal aliases
|
|
972
974
|
export { default as EqualIcon } from '../icons/equal';
|
|
973
975
|
// Eraser aliases
|
|
974
976
|
export { default as EraserIcon } from '../icons/eraser';
|
|
975
|
-
// Euro aliases
|
|
976
|
-
export { default as EuroIcon } from '../icons/euro';
|
|
977
977
|
// EthernetPort aliases
|
|
978
978
|
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
979
|
+
// Euro aliases
|
|
980
|
+
export { default as EuroIcon } from '../icons/euro';
|
|
979
981
|
// EvCharger aliases
|
|
980
982
|
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
981
983
|
// Expand aliases
|
|
982
984
|
export { default as ExpandIcon } from '../icons/expand';
|
|
983
|
-
// EyeClosed aliases
|
|
984
|
-
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
985
985
|
// ExternalLink aliases
|
|
986
986
|
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
987
|
+
// EyeClosed aliases
|
|
988
|
+
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
987
989
|
// EyeOff aliases
|
|
988
990
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
989
991
|
// Eye aliases
|
|
@@ -1004,10 +1006,10 @@ export { default as FenceIcon } from '../icons/fence';
|
|
|
1004
1006
|
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
1005
1007
|
// Figma aliases
|
|
1006
1008
|
export { default as FigmaIcon } from '../icons/figma';
|
|
1007
|
-
// FileArchive aliases
|
|
1008
|
-
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
1009
1009
|
// FileBox aliases
|
|
1010
1010
|
export { default as FileBoxIcon } from '../icons/file-box';
|
|
1011
|
+
// FileArchive aliases
|
|
1012
|
+
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
1011
1013
|
// FileCheck aliases
|
|
1012
1014
|
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1013
1015
|
// FileClock aliases
|
|
@@ -1020,42 +1022,42 @@ export { default as FileDiffIcon } from '../icons/file-diff';
|
|
|
1020
1022
|
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1021
1023
|
// FileDown aliases
|
|
1022
1024
|
export { default as FileDownIcon } from '../icons/file-down';
|
|
1025
|
+
// FileInput aliases
|
|
1026
|
+
export { default as FileInputIcon } from '../icons/file-input';
|
|
1023
1027
|
// FileHeart aliases
|
|
1024
1028
|
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1025
1029
|
// FileImage aliases
|
|
1026
1030
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
1027
|
-
// FileInput aliases
|
|
1028
|
-
export { default as FileInputIcon } from '../icons/file-input';
|
|
1029
1031
|
// FileMinus aliases
|
|
1030
1032
|
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1031
1033
|
// FileMusic aliases
|
|
1032
1034
|
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1035
|
+
// FileOutput aliases
|
|
1036
|
+
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1033
1037
|
// FilePlus aliases
|
|
1034
1038
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1035
1039
|
// FileScan aliases
|
|
1036
1040
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1037
|
-
// FileOutput aliases
|
|
1038
|
-
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1039
|
-
// FileSearch aliases
|
|
1040
|
-
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1041
1041
|
// FileSliders aliases
|
|
1042
1042
|
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1043
|
+
// FileSearch aliases
|
|
1044
|
+
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1043
1045
|
// FileSpreadsheet aliases
|
|
1044
1046
|
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1045
1047
|
// FileStack aliases
|
|
1046
1048
|
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1047
1049
|
// FileSymlink aliases
|
|
1048
1050
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1049
|
-
// FileType aliases
|
|
1050
|
-
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1051
1051
|
// FileTerminal aliases
|
|
1052
1052
|
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1053
1053
|
// FileText aliases
|
|
1054
1054
|
export { default as FileTextIcon } from '../icons/file-text';
|
|
1055
|
-
//
|
|
1056
|
-
export { default as
|
|
1055
|
+
// FileType aliases
|
|
1056
|
+
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1057
1057
|
// FileUser aliases
|
|
1058
1058
|
export { default as FileUserIcon } from '../icons/file-user';
|
|
1059
|
+
// FileUp aliases
|
|
1060
|
+
export { default as FileUpIcon } from '../icons/file-up';
|
|
1059
1061
|
// FileVolume aliases
|
|
1060
1062
|
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1061
1063
|
// FileX aliases
|
|
@@ -1078,12 +1080,14 @@ export { default as FishIcon } from '../icons/fish';
|
|
|
1078
1080
|
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1079
1081
|
// FlagOff aliases
|
|
1080
1082
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1083
|
+
// FlagTriangleLeft aliases
|
|
1084
|
+
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1081
1085
|
// FlagTriangleRight aliases
|
|
1082
1086
|
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1083
1087
|
// Flag aliases
|
|
1084
1088
|
export { default as FlagIcon } from '../icons/flag';
|
|
1085
|
-
//
|
|
1086
|
-
export { default as
|
|
1089
|
+
// FlameKindling aliases
|
|
1090
|
+
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1087
1091
|
// Flame aliases
|
|
1088
1092
|
export { default as FlameIcon } from '../icons/flame';
|
|
1089
1093
|
// FlashlightOff aliases
|
|
@@ -1092,26 +1096,24 @@ export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
|
1092
1096
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1093
1097
|
// FlaskConicalOff aliases
|
|
1094
1098
|
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1095
|
-
// FlameKindling aliases
|
|
1096
|
-
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1097
|
-
// FlaskRound aliases
|
|
1098
|
-
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1099
1099
|
// FlaskConical aliases
|
|
1100
1100
|
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1101
1101
|
// FlipHorizontal2 aliases
|
|
1102
1102
|
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1103
|
+
// FlaskRound aliases
|
|
1104
|
+
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1103
1105
|
// FlipHorizontal aliases
|
|
1104
1106
|
export { default as FlipHorizontalIcon } from '../icons/flip-horizontal';
|
|
1105
1107
|
// FlipVertical2 aliases
|
|
1106
1108
|
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1107
1109
|
// FlipVertical aliases
|
|
1108
1110
|
export { default as FlipVerticalIcon } from '../icons/flip-vertical';
|
|
1111
|
+
// Flower2 aliases
|
|
1112
|
+
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1109
1113
|
// Flower aliases
|
|
1110
1114
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1111
1115
|
// Focus aliases
|
|
1112
1116
|
export { default as FocusIcon } from '../icons/focus';
|
|
1113
|
-
// Flower2 aliases
|
|
1114
|
-
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1115
1117
|
// FoldHorizontal aliases
|
|
1116
1118
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1117
1119
|
// FoldVertical aliases
|
|
@@ -1124,16 +1126,16 @@ export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
|
1124
1126
|
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1125
1127
|
// FolderClosed aliases
|
|
1126
1128
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1127
|
-
// FolderDot aliases
|
|
1128
|
-
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1129
1129
|
// FolderCode aliases
|
|
1130
1130
|
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1131
|
+
// FolderDot aliases
|
|
1132
|
+
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1131
1133
|
// FolderDown aliases
|
|
1132
1134
|
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1133
|
-
// FolderGit aliases
|
|
1134
|
-
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1135
1135
|
// FolderGit2 aliases
|
|
1136
1136
|
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1137
|
+
// FolderGit aliases
|
|
1138
|
+
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1137
1139
|
// FolderHeart aliases
|
|
1138
1140
|
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1139
1141
|
// FolderInput aliases
|
|
@@ -1142,22 +1144,22 @@ export { default as FolderInputIcon } from '../icons/folder-input';
|
|
|
1142
1144
|
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1143
1145
|
// FolderKey aliases
|
|
1144
1146
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1145
|
-
// FolderLock aliases
|
|
1146
|
-
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1147
1147
|
// FolderMinus aliases
|
|
1148
1148
|
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1149
|
+
// FolderLock aliases
|
|
1150
|
+
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1149
1151
|
// FolderOpenDot aliases
|
|
1150
1152
|
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1151
1153
|
// FolderOpen aliases
|
|
1152
1154
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1153
1155
|
// FolderOutput aliases
|
|
1154
1156
|
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1157
|
+
// FolderRoot aliases
|
|
1158
|
+
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1155
1159
|
// FolderPlus aliases
|
|
1156
1160
|
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1157
1161
|
// FolderSearch2 aliases
|
|
1158
1162
|
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1159
|
-
// FolderRoot aliases
|
|
1160
|
-
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1161
1163
|
// FolderSearch aliases
|
|
1162
1164
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1163
1165
|
// FolderSymlink aliases
|
|
@@ -1166,34 +1168,34 @@ export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
|
1166
1168
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1167
1169
|
// FolderTree aliases
|
|
1168
1170
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1169
|
-
// FolderUp aliases
|
|
1170
|
-
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1171
1171
|
// FolderX aliases
|
|
1172
1172
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1173
|
+
// FolderUp aliases
|
|
1174
|
+
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1173
1175
|
// Folder aliases
|
|
1174
1176
|
export { default as FolderIcon } from '../icons/folder';
|
|
1175
1177
|
// Folders aliases
|
|
1176
1178
|
export { default as FoldersIcon } from '../icons/folders';
|
|
1177
|
-
// Forklift aliases
|
|
1178
|
-
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1179
|
-
// Form aliases
|
|
1180
|
-
export { default as FormIcon } from '../icons/form';
|
|
1181
1179
|
// Footprints aliases
|
|
1182
1180
|
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1181
|
+
// Forklift aliases
|
|
1182
|
+
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1183
1183
|
// Forward aliases
|
|
1184
1184
|
export { default as ForwardIcon } from '../icons/forward';
|
|
1185
|
+
// Form aliases
|
|
1186
|
+
export { default as FormIcon } from '../icons/form';
|
|
1185
1187
|
// Frame aliases
|
|
1186
1188
|
export { default as FrameIcon } from '../icons/frame';
|
|
1187
1189
|
// Framer aliases
|
|
1188
1190
|
export { default as FramerIcon } from '../icons/framer';
|
|
1189
1191
|
// Frown aliases
|
|
1190
1192
|
export { default as FrownIcon } from '../icons/frown';
|
|
1191
|
-
// Fullscreen aliases
|
|
1192
|
-
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1193
1193
|
// Fuel aliases
|
|
1194
1194
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1195
1195
|
// FunnelPlus aliases
|
|
1196
1196
|
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1197
|
+
// Fullscreen aliases
|
|
1198
|
+
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1197
1199
|
// GalleryHorizontalEnd aliases
|
|
1198
1200
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1199
1201
|
// GalleryHorizontal aliases
|
|
@@ -1206,66 +1208,66 @@ export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end
|
|
|
1206
1208
|
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1207
1209
|
// Gamepad2 aliases
|
|
1208
1210
|
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1209
|
-
// Gamepad aliases
|
|
1210
|
-
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1211
1211
|
// GamepadDirectional aliases
|
|
1212
1212
|
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1213
|
+
// Gamepad aliases
|
|
1214
|
+
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1213
1215
|
// Gauge aliases
|
|
1214
1216
|
export { default as GaugeIcon } from '../icons/gauge';
|
|
1215
|
-
// Gem aliases
|
|
1216
|
-
export { default as GemIcon } from '../icons/gem';
|
|
1217
1217
|
// Gavel aliases
|
|
1218
1218
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1219
|
+
// Gem aliases
|
|
1220
|
+
export { default as GemIcon } from '../icons/gem';
|
|
1219
1221
|
// Ghost aliases
|
|
1220
1222
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1221
1223
|
// GeorgianLari aliases
|
|
1222
1224
|
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1223
1225
|
// Gift aliases
|
|
1224
1226
|
export { default as GiftIcon } from '../icons/gift';
|
|
1225
|
-
// GitBranchMinus aliases
|
|
1226
|
-
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1227
1227
|
// GitBranchPlus aliases
|
|
1228
1228
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1229
1229
|
// GitBranch aliases
|
|
1230
1230
|
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1231
|
+
// GitBranchMinus aliases
|
|
1232
|
+
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1231
1233
|
// GitCommitVertical aliases
|
|
1232
1234
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1233
1235
|
// GitCompareArrows aliases
|
|
1234
1236
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1235
|
-
// GitFork aliases
|
|
1236
|
-
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1237
|
-
// GitGraph aliases
|
|
1238
|
-
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1239
1237
|
// GitCompare aliases
|
|
1240
1238
|
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1239
|
+
// GitGraph aliases
|
|
1240
|
+
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1241
|
+
// GitFork aliases
|
|
1242
|
+
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1241
1243
|
// GitMerge aliases
|
|
1242
1244
|
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1243
1245
|
// GitPullRequestArrow aliases
|
|
1244
1246
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1245
|
-
// GitPullRequestCreateArrow aliases
|
|
1246
|
-
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1247
1247
|
// GitPullRequestClosed aliases
|
|
1248
1248
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1249
|
+
// GitPullRequestCreateArrow aliases
|
|
1250
|
+
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1251
|
+
// GitPullRequestDraft aliases
|
|
1252
|
+
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1249
1253
|
// GitPullRequestCreate aliases
|
|
1250
1254
|
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1251
1255
|
// GitPullRequest aliases
|
|
1252
1256
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1253
|
-
// GitPullRequestDraft aliases
|
|
1254
|
-
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1255
1257
|
// Github aliases
|
|
1256
1258
|
export { default as GithubIcon } from '../icons/github';
|
|
1257
1259
|
// Gitlab aliases
|
|
1258
1260
|
export { default as GitlabIcon } from '../icons/gitlab';
|
|
1259
1261
|
// GlassWater aliases
|
|
1260
1262
|
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1261
|
-
// GlobeLock aliases
|
|
1262
|
-
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1263
1263
|
// Glasses aliases
|
|
1264
1264
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1265
|
-
//
|
|
1266
|
-
export { default as
|
|
1265
|
+
// GlobeLock aliases
|
|
1266
|
+
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1267
1267
|
// Globe aliases
|
|
1268
1268
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1269
|
+
// Goal aliases
|
|
1270
|
+
export { default as GoalIcon } from '../icons/goal';
|
|
1269
1271
|
// Gpu aliases
|
|
1270
1272
|
export { default as GpuIcon } from '../icons/gpu';
|
|
1271
1273
|
// GraduationCap aliases
|
|
@@ -1284,18 +1286,18 @@ export { default as GripIcon } from '../icons/grip';
|
|
|
1284
1286
|
export { default as GroupIcon } from '../icons/group';
|
|
1285
1287
|
// Ham aliases
|
|
1286
1288
|
export { default as HamIcon } from '../icons/ham';
|
|
1287
|
-
// Hamburger aliases
|
|
1288
|
-
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1289
1289
|
// Guitar aliases
|
|
1290
1290
|
export { default as GuitarIcon } from '../icons/guitar';
|
|
1291
|
+
// Hamburger aliases
|
|
1292
|
+
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1291
1293
|
// Hammer aliases
|
|
1292
1294
|
export { default as HammerIcon } from '../icons/hammer';
|
|
1295
|
+
// HandCoins aliases
|
|
1296
|
+
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1293
1297
|
// HandFist aliases
|
|
1294
1298
|
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1295
1299
|
// HandHeart aliases
|
|
1296
1300
|
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1297
|
-
// HandCoins aliases
|
|
1298
|
-
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1299
1301
|
// HandMetal aliases
|
|
1300
1302
|
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1301
1303
|
// HandPlatter aliases
|
|
@@ -1310,54 +1312,54 @@ export { default as HandshakeIcon } from '../icons/handshake';
|
|
|
1310
1312
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1311
1313
|
// HardDriveUpload aliases
|
|
1312
1314
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1313
|
-
// HardHat aliases
|
|
1314
|
-
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1315
1315
|
// HardDrive aliases
|
|
1316
1316
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1317
|
-
//
|
|
1318
|
-
export { default as
|
|
1317
|
+
// HardHat aliases
|
|
1318
|
+
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1319
1319
|
// Hash aliases
|
|
1320
1320
|
export { default as HashIcon } from '../icons/hash';
|
|
1321
|
+
// HatGlasses aliases
|
|
1322
|
+
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1321
1323
|
// Haze aliases
|
|
1322
1324
|
export { default as HazeIcon } from '../icons/haze';
|
|
1323
|
-
// Hd aliases
|
|
1324
|
-
export { default as HdIcon } from '../icons/hd';
|
|
1325
1325
|
// HdmiPort aliases
|
|
1326
1326
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1327
1327
|
// Heading1 aliases
|
|
1328
1328
|
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1329
|
-
//
|
|
1330
|
-
export { default as
|
|
1329
|
+
// Hd aliases
|
|
1330
|
+
export { default as HdIcon } from '../icons/hd';
|
|
1331
1331
|
// Heading2 aliases
|
|
1332
1332
|
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1333
|
-
//
|
|
1334
|
-
export { default as
|
|
1333
|
+
// Heading3 aliases
|
|
1334
|
+
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1335
1335
|
// Heading5 aliases
|
|
1336
1336
|
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1337
|
+
// Heading4 aliases
|
|
1338
|
+
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1337
1339
|
// Heading6 aliases
|
|
1338
1340
|
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1339
|
-
// Heading aliases
|
|
1340
|
-
export { default as HeadingIcon } from '../icons/heading';
|
|
1341
1341
|
// HeadphoneOff aliases
|
|
1342
1342
|
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1343
1343
|
// Headphones aliases
|
|
1344
1344
|
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1345
|
+
// Heading aliases
|
|
1346
|
+
export { default as HeadingIcon } from '../icons/heading';
|
|
1345
1347
|
// Headset aliases
|
|
1346
1348
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1349
|
+
// HeartHandshake aliases
|
|
1350
|
+
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1347
1351
|
// HeartMinus aliases
|
|
1348
1352
|
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1349
1353
|
// HeartCrack aliases
|
|
1350
1354
|
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1351
|
-
// HeartHandshake aliases
|
|
1352
|
-
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1353
1355
|
// HeartOff aliases
|
|
1354
1356
|
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1355
|
-
// Heart aliases
|
|
1356
|
-
export { default as HeartIcon } from '../icons/heart';
|
|
1357
1357
|
// HeartPlus aliases
|
|
1358
1358
|
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1359
1359
|
// HeartPulse aliases
|
|
1360
1360
|
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1361
|
+
// Heart aliases
|
|
1362
|
+
export { default as HeartIcon } from '../icons/heart';
|
|
1361
1363
|
// Heater aliases
|
|
1362
1364
|
export { default as HeaterIcon } from '../icons/heater';
|
|
1363
1365
|
// Helicopter aliases
|
|
@@ -1366,28 +1368,28 @@ export { default as HelicopterIcon } from '../icons/helicopter';
|
|
|
1366
1368
|
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1367
1369
|
// Highlighter aliases
|
|
1368
1370
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1369
|
-
// History aliases
|
|
1370
|
-
export { default as HistoryIcon } from '../icons/history';
|
|
1371
1371
|
// HopOff aliases
|
|
1372
1372
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1373
|
+
// History aliases
|
|
1374
|
+
export { default as HistoryIcon } from '../icons/history';
|
|
1373
1375
|
// Hop aliases
|
|
1374
1376
|
export { default as HopIcon } from '../icons/hop';
|
|
1375
1377
|
// Hospital aliases
|
|
1376
1378
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1377
|
-
// Hotel aliases
|
|
1378
|
-
export { default as HotelIcon } from '../icons/hotel';
|
|
1379
1379
|
// Hourglass aliases
|
|
1380
1380
|
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1381
|
+
// Hotel aliases
|
|
1382
|
+
export { default as HotelIcon } from '../icons/hotel';
|
|
1381
1383
|
// HouseHeart aliases
|
|
1382
1384
|
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1383
1385
|
// HousePlus aliases
|
|
1384
1386
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1385
1387
|
// HousePlug aliases
|
|
1386
1388
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1387
|
-
// HouseWifi aliases
|
|
1388
|
-
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1389
1389
|
// IdCardLanyard aliases
|
|
1390
1390
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1391
|
+
// HouseWifi aliases
|
|
1392
|
+
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1391
1393
|
// IdCard aliases
|
|
1392
1394
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1393
1395
|
// ImageDown aliases
|
|
@@ -1396,10 +1398,10 @@ export { default as ImageDownIcon } from '../icons/image-down';
|
|
|
1396
1398
|
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1397
1399
|
// ImageOff aliases
|
|
1398
1400
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1399
|
-
// ImagePlay aliases
|
|
1400
|
-
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1401
1401
|
// ImagePlus aliases
|
|
1402
1402
|
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1403
|
+
// ImagePlay aliases
|
|
1404
|
+
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1403
1405
|
// ImageUp aliases
|
|
1404
1406
|
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1405
1407
|
// ImageUpscale aliases
|
|
@@ -1408,12 +1410,12 @@ export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
|
1408
1410
|
export { default as ImageIcon } from '../icons/image';
|
|
1409
1411
|
// Images aliases
|
|
1410
1412
|
export { default as ImagesIcon } from '../icons/images';
|
|
1413
|
+
// Import aliases
|
|
1414
|
+
export { default as ImportIcon } from '../icons/import';
|
|
1411
1415
|
// Inbox aliases
|
|
1412
1416
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1413
1417
|
// IndianRupee aliases
|
|
1414
1418
|
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1415
|
-
// Import aliases
|
|
1416
|
-
export { default as ImportIcon } from '../icons/import';
|
|
1417
1419
|
// Infinity aliases
|
|
1418
1420
|
export { default as InfinityIcon } from '../icons/infinity';
|
|
1419
1421
|
// Info aliases
|
|
@@ -1436,98 +1438,98 @@ export { default as JoystickIcon } from '../icons/joystick';
|
|
|
1436
1438
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1437
1439
|
// Kayak aliases
|
|
1438
1440
|
export { default as KayakIcon } from '../icons/kayak';
|
|
1439
|
-
// KeySquare aliases
|
|
1440
|
-
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1441
1441
|
// KeyRound aliases
|
|
1442
1442
|
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1443
|
+
// KeySquare aliases
|
|
1444
|
+
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1443
1445
|
// Key aliases
|
|
1444
1446
|
export { default as KeyIcon } from '../icons/key';
|
|
1445
1447
|
// KeyboardMusic aliases
|
|
1446
1448
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1447
|
-
// LampCeiling aliases
|
|
1448
|
-
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1449
|
-
// KeyboardOff aliases
|
|
1450
|
-
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1451
1449
|
// Keyboard aliases
|
|
1452
1450
|
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1451
|
+
// KeyboardOff aliases
|
|
1452
|
+
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1453
1453
|
// LampDesk aliases
|
|
1454
1454
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1455
|
+
// LampCeiling aliases
|
|
1456
|
+
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1455
1457
|
// LampFloor aliases
|
|
1456
1458
|
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1457
1459
|
// LampWallDown aliases
|
|
1458
1460
|
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1459
1461
|
// LampWallUp aliases
|
|
1460
1462
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1461
|
-
// LandPlot aliases
|
|
1462
|
-
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1463
1463
|
// Lamp aliases
|
|
1464
1464
|
export { default as LampIcon } from '../icons/lamp';
|
|
1465
|
+
// LandPlot aliases
|
|
1466
|
+
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1467
|
+
// Landmark aliases
|
|
1468
|
+
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1465
1469
|
// Languages aliases
|
|
1466
1470
|
export { default as LanguagesIcon } from '../icons/languages';
|
|
1467
1471
|
// LaptopMinimalCheck aliases
|
|
1468
1472
|
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1469
|
-
// Landmark aliases
|
|
1470
|
-
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1471
|
-
// Lasso aliases
|
|
1472
|
-
export { default as LassoIcon } from '../icons/lasso';
|
|
1473
1473
|
// Laptop aliases
|
|
1474
1474
|
export { default as LaptopIcon } from '../icons/laptop';
|
|
1475
1475
|
// LassoSelect aliases
|
|
1476
1476
|
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1477
|
+
// Lasso aliases
|
|
1478
|
+
export { default as LassoIcon } from '../icons/lasso';
|
|
1477
1479
|
// Laugh aliases
|
|
1478
1480
|
export { default as LaughIcon } from '../icons/laugh';
|
|
1479
|
-
// Layers2 aliases
|
|
1480
|
-
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1481
1481
|
// LayersPlus aliases
|
|
1482
1482
|
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1483
|
+
// Layers2 aliases
|
|
1484
|
+
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1483
1485
|
// LayoutDashboard aliases
|
|
1484
1486
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1485
1487
|
// LayoutGrid aliases
|
|
1486
1488
|
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1487
|
-
// LayoutPanelTop aliases
|
|
1488
|
-
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1489
1489
|
// LayoutList aliases
|
|
1490
1490
|
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1491
1491
|
// LayoutPanelLeft aliases
|
|
1492
1492
|
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1493
|
+
// LayoutPanelTop aliases
|
|
1494
|
+
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1493
1495
|
// LayoutTemplate aliases
|
|
1494
1496
|
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1497
|
+
// Leaf aliases
|
|
1498
|
+
export { default as LeafIcon } from '../icons/leaf';
|
|
1495
1499
|
// LeafyGreen aliases
|
|
1496
1500
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1497
|
-
// LibraryBig aliases
|
|
1498
|
-
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1499
1501
|
// Lectern aliases
|
|
1500
1502
|
export { default as LecternIcon } from '../icons/lectern';
|
|
1503
|
+
// LibraryBig aliases
|
|
1504
|
+
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1501
1505
|
// Library aliases
|
|
1502
1506
|
export { default as LibraryIcon } from '../icons/library';
|
|
1503
|
-
// Leaf aliases
|
|
1504
|
-
export { default as LeafIcon } from '../icons/leaf';
|
|
1505
1507
|
// LifeBuoy aliases
|
|
1506
1508
|
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1509
|
+
// Ligature aliases
|
|
1510
|
+
export { default as LigatureIcon } from '../icons/ligature';
|
|
1507
1511
|
// LightbulbOff aliases
|
|
1508
1512
|
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1509
1513
|
// Lightbulb aliases
|
|
1510
1514
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1511
|
-
// Ligature aliases
|
|
1512
|
-
export { default as LigatureIcon } from '../icons/ligature';
|
|
1513
1515
|
// LineSquiggle aliases
|
|
1514
1516
|
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1515
1517
|
// Link2Off aliases
|
|
1516
1518
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1517
1519
|
// Link2 aliases
|
|
1518
1520
|
export { default as Link2Icon } from '../icons/link-2';
|
|
1519
|
-
// Linkedin aliases
|
|
1520
|
-
export { default as LinkedinIcon } from '../icons/linkedin';
|
|
1521
1521
|
// Link aliases
|
|
1522
1522
|
export { default as LinkIcon } from '../icons/link';
|
|
1523
1523
|
// ListCheck aliases
|
|
1524
1524
|
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1525
|
-
// ListChevronsDownUp aliases
|
|
1526
|
-
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1527
1525
|
// ListChecks aliases
|
|
1528
1526
|
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1527
|
+
// Linkedin aliases
|
|
1528
|
+
export { default as LinkedinIcon } from '../icons/linkedin';
|
|
1529
1529
|
// ListChevronsUpDown aliases
|
|
1530
1530
|
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1531
|
+
// ListChevronsDownUp aliases
|
|
1532
|
+
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1531
1533
|
// ListCollapse aliases
|
|
1532
1534
|
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1533
1535
|
// ListEnd aliases
|
|
@@ -1540,16 +1542,16 @@ export { default as ListFilterIcon } from '../icons/list-filter';
|
|
|
1540
1542
|
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1541
1543
|
// ListMusic aliases
|
|
1542
1544
|
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1543
|
-
// ListPlus aliases
|
|
1544
|
-
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1545
1545
|
// ListOrdered aliases
|
|
1546
1546
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1547
|
+
// ListPlus aliases
|
|
1548
|
+
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1547
1549
|
// ListRestart aliases
|
|
1548
1550
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1549
|
-
// ListStart aliases
|
|
1550
|
-
export { default as ListStartIcon } from '../icons/list-start';
|
|
1551
1551
|
// ListTodo aliases
|
|
1552
1552
|
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1553
|
+
// ListStart aliases
|
|
1554
|
+
export { default as ListStartIcon } from '../icons/list-start';
|
|
1553
1555
|
// ListTree aliases
|
|
1554
1556
|
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1555
1557
|
// ListVideo aliases
|
|
@@ -1580,32 +1582,32 @@ export { default as LogOutIcon } from '../icons/log-out';
|
|
|
1580
1582
|
export { default as LogsIcon } from '../icons/logs';
|
|
1581
1583
|
// Lollipop aliases
|
|
1582
1584
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1585
|
+
// Luggage aliases
|
|
1586
|
+
export { default as LuggageIcon } from '../icons/luggage';
|
|
1583
1587
|
// MailCheck aliases
|
|
1584
1588
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1585
1589
|
// Magnet aliases
|
|
1586
1590
|
export { default as MagnetIcon } from '../icons/magnet';
|
|
1587
|
-
// Luggage aliases
|
|
1588
|
-
export { default as LuggageIcon } from '../icons/luggage';
|
|
1589
|
-
// MailOpen aliases
|
|
1590
|
-
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1591
1591
|
// MailMinus aliases
|
|
1592
1592
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1593
|
+
// MailOpen aliases
|
|
1594
|
+
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1593
1595
|
// MailPlus aliases
|
|
1594
1596
|
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1595
1597
|
// MailSearch aliases
|
|
1596
1598
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1599
|
+
// MailWarning aliases
|
|
1600
|
+
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1597
1601
|
// MailX aliases
|
|
1598
1602
|
export { default as MailXIcon } from '../icons/mail-x';
|
|
1599
1603
|
// Mail aliases
|
|
1600
1604
|
export { default as MailIcon } from '../icons/mail';
|
|
1605
|
+
// Mails aliases
|
|
1606
|
+
export { default as MailsIcon } from '../icons/mails';
|
|
1601
1607
|
// Mailbox aliases
|
|
1602
1608
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1603
|
-
// MailWarning aliases
|
|
1604
|
-
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1605
1609
|
// MapMinus aliases
|
|
1606
1610
|
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1607
|
-
// Mails aliases
|
|
1608
|
-
export { default as MailsIcon } from '../icons/mails';
|
|
1609
1611
|
// MapPinCheckInside aliases
|
|
1610
1612
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1611
1613
|
// MapPinCheck aliases
|
|
@@ -1616,24 +1618,24 @@ export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside'
|
|
|
1616
1618
|
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1617
1619
|
// MapPinOff aliases
|
|
1618
1620
|
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1619
|
-
// MapPinPlusInside aliases
|
|
1620
|
-
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1621
1621
|
// MapPinMinus aliases
|
|
1622
1622
|
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1623
|
-
//
|
|
1624
|
-
export { default as
|
|
1623
|
+
// MapPinPlusInside aliases
|
|
1624
|
+
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1625
1625
|
// MapPinPlus aliases
|
|
1626
1626
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1627
|
-
//
|
|
1628
|
-
export { default as
|
|
1627
|
+
// MapPinXInside aliases
|
|
1628
|
+
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1629
1629
|
// MapPinX aliases
|
|
1630
1630
|
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1631
|
+
// MapPin aliases
|
|
1632
|
+
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1631
1633
|
// MapPinned aliases
|
|
1632
1634
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1633
|
-
// MapPlus aliases
|
|
1634
|
-
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1635
1635
|
// Map aliases
|
|
1636
1636
|
export { default as MapIcon } from '../icons/map';
|
|
1637
|
+
// MapPlus aliases
|
|
1638
|
+
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1637
1639
|
// MarsStroke aliases
|
|
1638
1640
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1639
1641
|
// Mars aliases
|
|
@@ -1642,10 +1644,10 @@ export { default as MarsIcon } from '../icons/mars';
|
|
|
1642
1644
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1643
1645
|
// Maximize2 aliases
|
|
1644
1646
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1645
|
-
// Maximize aliases
|
|
1646
|
-
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1647
1647
|
// Medal aliases
|
|
1648
1648
|
export { default as MedalIcon } from '../icons/medal';
|
|
1649
|
+
// Maximize aliases
|
|
1650
|
+
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1649
1651
|
// Megaphone aliases
|
|
1650
1652
|
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1651
1653
|
// MegaphoneOff aliases
|
|
@@ -1658,10 +1660,10 @@ export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
|
1658
1660
|
export { default as MenuIcon } from '../icons/menu';
|
|
1659
1661
|
// Merge aliases
|
|
1660
1662
|
export { default as MergeIcon } from '../icons/merge';
|
|
1661
|
-
// MessageCircleCode aliases
|
|
1662
|
-
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1663
1663
|
// MessageCircleDashed aliases
|
|
1664
1664
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1665
|
+
// MessageCircleCode aliases
|
|
1666
|
+
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1665
1667
|
// MessageCircleHeart aliases
|
|
1666
1668
|
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1667
1669
|
// MessageCircleMore aliases
|
|
@@ -1680,42 +1682,42 @@ export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
|
1680
1682
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1681
1683
|
// MessageSquareCode aliases
|
|
1682
1684
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1685
|
+
// MessageSquareDashed aliases
|
|
1686
|
+
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1683
1687
|
// MessageSquareDiff aliases
|
|
1684
1688
|
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1685
1689
|
// MessageSquareDot aliases
|
|
1686
1690
|
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1687
|
-
// MessageSquareDashed aliases
|
|
1688
|
-
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1689
1691
|
// MessageSquareHeart aliases
|
|
1690
1692
|
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1691
|
-
// MessageSquareMore aliases
|
|
1692
|
-
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1693
1693
|
// MessageSquareLock aliases
|
|
1694
1694
|
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1695
|
+
// MessageSquareMore aliases
|
|
1696
|
+
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1695
1697
|
// MessageSquareOff aliases
|
|
1696
1698
|
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1697
1699
|
// MessageSquarePlus aliases
|
|
1698
1700
|
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1699
|
-
// MessageSquareQuote aliases
|
|
1700
|
-
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1701
|
-
// MessageSquareReply aliases
|
|
1702
|
-
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1703
1701
|
// MessageSquareShare aliases
|
|
1704
1702
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1703
|
+
// MessageSquareQuote aliases
|
|
1704
|
+
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1705
1705
|
// MessageSquareText aliases
|
|
1706
1706
|
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1707
|
-
//
|
|
1708
|
-
export { default as
|
|
1709
|
-
// MessageSquare aliases
|
|
1710
|
-
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1707
|
+
// MessageSquareReply aliases
|
|
1708
|
+
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1711
1709
|
// MessageSquareWarning aliases
|
|
1712
1710
|
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1711
|
+
// MessageSquareX aliases
|
|
1712
|
+
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1713
1713
|
// MessagesSquare aliases
|
|
1714
1714
|
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1715
|
-
//
|
|
1716
|
-
export { default as
|
|
1715
|
+
// MessageSquare aliases
|
|
1716
|
+
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1717
1717
|
// MicOff aliases
|
|
1718
1718
|
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1719
|
+
// Mic aliases
|
|
1720
|
+
export { default as MicIcon } from '../icons/mic';
|
|
1719
1721
|
// Microchip aliases
|
|
1720
1722
|
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1721
1723
|
// Microscope aliases
|
|
@@ -1734,16 +1736,16 @@ export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
|
1734
1736
|
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1735
1737
|
// Minus aliases
|
|
1736
1738
|
export { default as MinusIcon } from '../icons/minus';
|
|
1737
|
-
// MonitorCloud aliases
|
|
1738
|
-
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1739
1739
|
// MonitorCheck aliases
|
|
1740
1740
|
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1741
|
+
// MonitorCloud aliases
|
|
1742
|
+
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1741
1743
|
// MonitorCog aliases
|
|
1742
1744
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1743
|
-
// MonitorDot aliases
|
|
1744
|
-
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1745
1745
|
// MonitorDown aliases
|
|
1746
1746
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1747
|
+
// MonitorDot aliases
|
|
1748
|
+
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1747
1749
|
// MonitorOff aliases
|
|
1748
1750
|
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1749
1751
|
// MonitorPause aliases
|
|
@@ -1752,22 +1754,22 @@ export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
|
1752
1754
|
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1753
1755
|
// MonitorSmartphone aliases
|
|
1754
1756
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1755
|
-
// MonitorSpeaker aliases
|
|
1756
|
-
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1757
1757
|
// MonitorStop aliases
|
|
1758
1758
|
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1759
|
+
// MonitorSpeaker aliases
|
|
1760
|
+
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1759
1761
|
// MonitorUp aliases
|
|
1760
1762
|
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1761
1763
|
// MonitorX aliases
|
|
1762
1764
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1763
1765
|
// Monitor aliases
|
|
1764
1766
|
export { default as MonitorIcon } from '../icons/monitor';
|
|
1767
|
+
// MoonStar aliases
|
|
1768
|
+
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1765
1769
|
// Moon aliases
|
|
1766
1770
|
export { default as MoonIcon } from '../icons/moon';
|
|
1767
1771
|
// Motorbike aliases
|
|
1768
1772
|
export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
1769
|
-
// MoonStar aliases
|
|
1770
|
-
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1771
1773
|
// MountainSnow aliases
|
|
1772
1774
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1773
1775
|
// Mountain aliases
|
|
@@ -1780,58 +1782,58 @@ export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
|
1780
1782
|
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1781
1783
|
// MousePointer2 aliases
|
|
1782
1784
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1783
|
-
// MousePointerBan aliases
|
|
1784
|
-
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1785
1785
|
// MousePointer aliases
|
|
1786
1786
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1787
|
+
// MousePointerBan aliases
|
|
1788
|
+
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1787
1789
|
// Mouse aliases
|
|
1788
1790
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1789
1791
|
// MoveDiagonal2 aliases
|
|
1790
1792
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1791
1793
|
// MoveDiagonal aliases
|
|
1792
1794
|
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1793
|
-
// MoveDownRight aliases
|
|
1794
|
-
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1795
1795
|
// MoveDownLeft aliases
|
|
1796
1796
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1797
|
-
//
|
|
1798
|
-
export { default as
|
|
1797
|
+
// MoveDownRight aliases
|
|
1798
|
+
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1799
1799
|
// MoveHorizontal aliases
|
|
1800
1800
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1801
|
-
// MoveRight aliases
|
|
1802
|
-
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1803
1801
|
// MoveLeft aliases
|
|
1804
1802
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1803
|
+
// MoveDown aliases
|
|
1804
|
+
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1805
|
+
// MoveRight aliases
|
|
1806
|
+
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1805
1807
|
// MoveUpLeft aliases
|
|
1806
1808
|
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1807
1809
|
// MoveUpRight aliases
|
|
1808
1810
|
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1809
|
-
// MoveUp aliases
|
|
1810
|
-
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1811
1811
|
// MoveVertical aliases
|
|
1812
1812
|
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1813
|
+
// MoveUp aliases
|
|
1814
|
+
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1813
1815
|
// Move aliases
|
|
1814
1816
|
export { default as MoveIcon } from '../icons/move';
|
|
1815
1817
|
// Music2 aliases
|
|
1816
1818
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1817
|
-
// Music3 aliases
|
|
1818
|
-
export { default as Music3Icon } from '../icons/music-3';
|
|
1819
|
-
// Music aliases
|
|
1820
|
-
export { default as MusicIcon } from '../icons/music';
|
|
1821
1819
|
// Navigation2Off aliases
|
|
1822
1820
|
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1823
1821
|
// Music4 aliases
|
|
1824
1822
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1823
|
+
// Music3 aliases
|
|
1824
|
+
export { default as Music3Icon } from '../icons/music-3';
|
|
1825
|
+
// Music aliases
|
|
1826
|
+
export { default as MusicIcon } from '../icons/music';
|
|
1825
1827
|
// Navigation2 aliases
|
|
1826
1828
|
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1827
1829
|
// NavigationOff aliases
|
|
1828
1830
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1829
1831
|
// Navigation aliases
|
|
1830
1832
|
export { default as NavigationIcon } from '../icons/navigation';
|
|
1831
|
-
// Newspaper aliases
|
|
1832
|
-
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1833
1833
|
// Network aliases
|
|
1834
1834
|
export { default as NetworkIcon } from '../icons/network';
|
|
1835
|
+
// Newspaper aliases
|
|
1836
|
+
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1835
1837
|
// Nfc aliases
|
|
1836
1838
|
export { default as NfcIcon } from '../icons/nfc';
|
|
1837
1839
|
// NonBinary aliases
|
|
@@ -1840,50 +1842,50 @@ export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
|
1840
1842
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1841
1843
|
// NotebookTabs aliases
|
|
1842
1844
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1843
|
-
// Notebook aliases
|
|
1844
|
-
export { default as NotebookIcon } from '../icons/notebook';
|
|
1845
1845
|
// NotebookText aliases
|
|
1846
1846
|
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1847
|
+
// Notebook aliases
|
|
1848
|
+
export { default as NotebookIcon } from '../icons/notebook';
|
|
1847
1849
|
// NotepadTextDashed aliases
|
|
1848
1850
|
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1849
1851
|
// NotepadText aliases
|
|
1850
1852
|
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1851
1853
|
// NutOff aliases
|
|
1852
1854
|
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1853
|
-
// Nut aliases
|
|
1854
|
-
export { default as NutIcon } from '../icons/nut';
|
|
1855
1855
|
// OctagonMinus aliases
|
|
1856
1856
|
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1857
|
+
// Nut aliases
|
|
1858
|
+
export { default as NutIcon } from '../icons/nut';
|
|
1857
1859
|
// Octagon aliases
|
|
1858
1860
|
export { default as OctagonIcon } from '../icons/octagon';
|
|
1859
1861
|
// Omega aliases
|
|
1860
1862
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1861
1863
|
// Option aliases
|
|
1862
1864
|
export { default as OptionIcon } from '../icons/option';
|
|
1863
|
-
// PackageCheck aliases
|
|
1864
|
-
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1865
1865
|
// Orbit aliases
|
|
1866
1866
|
export { default as OrbitIcon } from '../icons/orbit';
|
|
1867
1867
|
// Origami aliases
|
|
1868
1868
|
export { default as OrigamiIcon } from '../icons/origami';
|
|
1869
1869
|
// Package2 aliases
|
|
1870
1870
|
export { default as Package2Icon } from '../icons/package-2';
|
|
1871
|
+
// PackageCheck aliases
|
|
1872
|
+
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1871
1873
|
// PackageMinus aliases
|
|
1872
1874
|
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1873
1875
|
// PackageOpen aliases
|
|
1874
1876
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1875
1877
|
// PackagePlus aliases
|
|
1876
1878
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1877
|
-
// PackageX aliases
|
|
1878
|
-
export { default as PackageXIcon } from '../icons/package-x';
|
|
1879
1879
|
// PackageSearch aliases
|
|
1880
1880
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1881
|
+
// PackageX aliases
|
|
1882
|
+
export { default as PackageXIcon } from '../icons/package-x';
|
|
1881
1883
|
// Package aliases
|
|
1882
1884
|
export { default as PackageIcon } from '../icons/package';
|
|
1883
|
-
// PaintBucket aliases
|
|
1884
|
-
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1885
1885
|
// PaintRoller aliases
|
|
1886
1886
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1887
|
+
// PaintBucket aliases
|
|
1888
|
+
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1887
1889
|
// Paintbrush aliases
|
|
1888
1890
|
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1889
1891
|
// Palette aliases
|
|
@@ -1898,52 +1900,52 @@ export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
|
1898
1900
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1899
1901
|
// PanelLeftRightDashed aliases
|
|
1900
1902
|
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1901
|
-
// PanelRightClose aliases
|
|
1902
|
-
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1903
1903
|
// PanelRightOpen aliases
|
|
1904
1904
|
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1905
|
+
// PanelRightClose aliases
|
|
1906
|
+
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1905
1907
|
// PanelRight aliases
|
|
1906
1908
|
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1907
1909
|
// PanelTopBottomDashed aliases
|
|
1908
1910
|
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
1909
1911
|
// PanelTopClose aliases
|
|
1910
1912
|
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1911
|
-
//
|
|
1912
|
-
export { default as
|
|
1913
|
+
// PanelTopOpen aliases
|
|
1914
|
+
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1913
1915
|
// PanelTop aliases
|
|
1914
1916
|
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1917
|
+
// PanelsLeftBottom aliases
|
|
1918
|
+
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1915
1919
|
// PanelsRightBottom aliases
|
|
1916
1920
|
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1917
|
-
// PanelTopOpen aliases
|
|
1918
|
-
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1919
|
-
// Parentheses aliases
|
|
1920
|
-
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1921
1921
|
// Paperclip aliases
|
|
1922
1922
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1923
|
+
// Parentheses aliases
|
|
1924
|
+
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1923
1925
|
// ParkingMeter aliases
|
|
1924
1926
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1925
1927
|
// PartyPopper aliases
|
|
1926
1928
|
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1927
|
-
// PawPrint aliases
|
|
1928
|
-
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1929
1929
|
// Pause aliases
|
|
1930
1930
|
export { default as PauseIcon } from '../icons/pause';
|
|
1931
|
+
// PawPrint aliases
|
|
1932
|
+
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1931
1933
|
// PcCase aliases
|
|
1932
1934
|
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1933
|
-
// PenOff aliases
|
|
1934
|
-
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1935
1935
|
// PenTool aliases
|
|
1936
1936
|
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1937
|
+
// PenOff aliases
|
|
1938
|
+
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1937
1939
|
// PencilLine aliases
|
|
1938
1940
|
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1939
1941
|
// PencilOff aliases
|
|
1940
1942
|
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1941
|
-
// PencilRuler aliases
|
|
1942
|
-
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1943
1943
|
// Pencil aliases
|
|
1944
1944
|
export { default as PencilIcon } from '../icons/pencil';
|
|
1945
1945
|
// Pentagon aliases
|
|
1946
1946
|
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1947
|
+
// PencilRuler aliases
|
|
1948
|
+
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1947
1949
|
// Percent aliases
|
|
1948
1950
|
export { default as PercentIcon } from '../icons/percent';
|
|
1949
1951
|
// PersonStanding aliases
|
|
@@ -1958,10 +1960,10 @@ export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
|
1958
1960
|
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1959
1961
|
// PhoneMissed aliases
|
|
1960
1962
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1961
|
-
// PhoneOutgoing aliases
|
|
1962
|
-
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1963
1963
|
// PhoneOff aliases
|
|
1964
1964
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1965
|
+
// PhoneOutgoing aliases
|
|
1966
|
+
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1965
1967
|
// Phone aliases
|
|
1966
1968
|
export { default as PhoneIcon } from '../icons/phone';
|
|
1967
1969
|
// Pi aliases
|
|
@@ -1974,20 +1976,20 @@ export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
|
1974
1976
|
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
1975
1977
|
// PictureInPicture aliases
|
|
1976
1978
|
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1977
|
-
// PiggyBank aliases
|
|
1978
|
-
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1979
1979
|
// PilcrowLeft aliases
|
|
1980
1980
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1981
|
+
// PiggyBank aliases
|
|
1982
|
+
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1981
1983
|
// PilcrowRight aliases
|
|
1982
1984
|
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1983
|
-
// PillBottle aliases
|
|
1984
|
-
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
1985
1985
|
// Pilcrow aliases
|
|
1986
1986
|
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1987
|
-
//
|
|
1988
|
-
export { default as
|
|
1987
|
+
// PillBottle aliases
|
|
1988
|
+
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
1989
1989
|
// Pill aliases
|
|
1990
1990
|
export { default as PillIcon } from '../icons/pill';
|
|
1991
|
+
// PinOff aliases
|
|
1992
|
+
export { default as PinOffIcon } from '../icons/pin-off';
|
|
1991
1993
|
// Pin aliases
|
|
1992
1994
|
export { default as PinIcon } from '../icons/pin';
|
|
1993
1995
|
// Pipette aliases
|
|
@@ -1996,42 +1998,42 @@ export { default as PipetteIcon } from '../icons/pipette';
|
|
|
1996
1998
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
1997
1999
|
// PlaneLanding aliases
|
|
1998
2000
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
1999
|
-
// PlaneTakeoff aliases
|
|
2000
|
-
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
2001
2001
|
// Plane aliases
|
|
2002
2002
|
export { default as PlaneIcon } from '../icons/plane';
|
|
2003
|
+
// PlaneTakeoff aliases
|
|
2004
|
+
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
2003
2005
|
// Play aliases
|
|
2004
2006
|
export { default as PlayIcon } from '../icons/play';
|
|
2005
2007
|
// Plug2 aliases
|
|
2006
2008
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
2007
|
-
// Plus aliases
|
|
2008
|
-
export { default as PlusIcon } from '../icons/plus';
|
|
2009
2009
|
// Plug aliases
|
|
2010
2010
|
export { default as PlugIcon } from '../icons/plug';
|
|
2011
|
+
// Plus aliases
|
|
2012
|
+
export { default as PlusIcon } from '../icons/plus';
|
|
2011
2013
|
// PocketKnife aliases
|
|
2012
2014
|
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2013
|
-
// Pocket aliases
|
|
2014
|
-
export { default as PocketIcon } from '../icons/pocket';
|
|
2015
2015
|
// Podcast aliases
|
|
2016
2016
|
export { default as PodcastIcon } from '../icons/podcast';
|
|
2017
2017
|
// PointerOff aliases
|
|
2018
2018
|
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2019
|
+
// Pocket aliases
|
|
2020
|
+
export { default as PocketIcon } from '../icons/pocket';
|
|
2019
2021
|
// Pointer aliases
|
|
2020
2022
|
export { default as PointerIcon } from '../icons/pointer';
|
|
2021
|
-
// Popsicle aliases
|
|
2022
|
-
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2023
2023
|
// Popcorn aliases
|
|
2024
2024
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2025
|
-
//
|
|
2026
|
-
export { default as
|
|
2025
|
+
// Popsicle aliases
|
|
2026
|
+
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2027
2027
|
// PowerOff aliases
|
|
2028
2028
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2029
|
+
// PoundSterling aliases
|
|
2030
|
+
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2029
2031
|
// Power aliases
|
|
2030
2032
|
export { default as PowerIcon } from '../icons/power';
|
|
2031
|
-
// PrinterCheck aliases
|
|
2032
|
-
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2033
2033
|
// Presentation aliases
|
|
2034
2034
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
2035
|
+
// PrinterCheck aliases
|
|
2036
|
+
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2035
2037
|
// Printer aliases
|
|
2036
2038
|
export { default as PrinterIcon } from '../icons/printer';
|
|
2037
2039
|
// Projector aliases
|
|
@@ -2046,34 +2048,34 @@ export { default as PyramidIcon } from '../icons/pyramid';
|
|
|
2046
2048
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2047
2049
|
// Quote aliases
|
|
2048
2050
|
export { default as QuoteIcon } from '../icons/quote';
|
|
2049
|
-
// Radar aliases
|
|
2050
|
-
export { default as RadarIcon } from '../icons/radar';
|
|
2051
2051
|
// Rabbit aliases
|
|
2052
2052
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2053
|
-
//
|
|
2054
|
-
export { default as
|
|
2053
|
+
// Radar aliases
|
|
2054
|
+
export { default as RadarIcon } from '../icons/radar';
|
|
2055
2055
|
// Radical aliases
|
|
2056
2056
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2057
|
-
//
|
|
2058
|
-
export { default as
|
|
2057
|
+
// Radiation aliases
|
|
2058
|
+
export { default as RadiationIcon } from '../icons/radiation';
|
|
2059
2059
|
// RadioReceiver aliases
|
|
2060
2060
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2061
2061
|
// RadioTower aliases
|
|
2062
2062
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2063
|
+
// Radio aliases
|
|
2064
|
+
export { default as RadioIcon } from '../icons/radio';
|
|
2063
2065
|
// Radius aliases
|
|
2064
2066
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2065
|
-
// RailSymbol aliases
|
|
2066
|
-
export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
2067
2067
|
// Rainbow aliases
|
|
2068
2068
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2069
|
+
// RailSymbol aliases
|
|
2070
|
+
export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
2069
2071
|
// Rat aliases
|
|
2070
2072
|
export { default as RatIcon } from '../icons/rat';
|
|
2071
2073
|
// Ratio aliases
|
|
2072
2074
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2073
|
-
// ReceiptEuro aliases
|
|
2074
|
-
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2075
2075
|
// ReceiptCent aliases
|
|
2076
2076
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2077
|
+
// ReceiptEuro aliases
|
|
2078
|
+
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2077
2079
|
// ReceiptIndianRupee aliases
|
|
2078
2080
|
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2079
2081
|
// ReceiptJapaneseYen aliases
|
|
@@ -2084,36 +2086,36 @@ export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-ster
|
|
|
2084
2086
|
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2085
2087
|
// ReceiptSwissFranc aliases
|
|
2086
2088
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2087
|
-
// ReceiptTurkishLira aliases
|
|
2088
|
-
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2089
2089
|
// ReceiptText aliases
|
|
2090
2090
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2091
|
+
// ReceiptTurkishLira aliases
|
|
2092
|
+
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2091
2093
|
// Receipt aliases
|
|
2092
2094
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2093
|
-
// RectangleGoggles aliases
|
|
2094
|
-
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2095
2095
|
// RectangleCircle aliases
|
|
2096
2096
|
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2097
2097
|
// RectangleHorizontal aliases
|
|
2098
2098
|
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2099
|
-
//
|
|
2100
|
-
export { default as
|
|
2099
|
+
// RectangleGoggles aliases
|
|
2100
|
+
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2101
2101
|
// Recycle aliases
|
|
2102
2102
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2103
|
+
// RectangleVertical aliases
|
|
2104
|
+
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2103
2105
|
// Redo2 aliases
|
|
2104
2106
|
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2105
|
-
// Redo aliases
|
|
2106
|
-
export { default as RedoIcon } from '../icons/redo';
|
|
2107
2107
|
// RedoDot aliases
|
|
2108
2108
|
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2109
|
+
// Redo aliases
|
|
2110
|
+
export { default as RedoIcon } from '../icons/redo';
|
|
2109
2111
|
// RefreshCcwDot aliases
|
|
2110
2112
|
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2111
2113
|
// RefreshCcw aliases
|
|
2112
2114
|
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2113
|
-
// RefreshCw aliases
|
|
2114
|
-
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2115
2115
|
// RefreshCwOff aliases
|
|
2116
2116
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2117
|
+
// RefreshCw aliases
|
|
2118
|
+
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2117
2119
|
// Regex aliases
|
|
2118
2120
|
export { default as RegexIcon } from '../icons/regex';
|
|
2119
2121
|
// Refrigerator aliases
|
|
@@ -2124,24 +2126,24 @@ export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
|
2124
2126
|
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2125
2127
|
// Repeat2 aliases
|
|
2126
2128
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2129
|
+
// Replace aliases
|
|
2130
|
+
export { default as ReplaceIcon } from '../icons/replace';
|
|
2127
2131
|
// Repeat aliases
|
|
2128
2132
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2129
2133
|
// ReplaceAll aliases
|
|
2130
2134
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2131
|
-
// Replace aliases
|
|
2132
|
-
export { default as ReplaceIcon } from '../icons/replace';
|
|
2133
|
-
// Reply aliases
|
|
2134
|
-
export { default as ReplyIcon } from '../icons/reply';
|
|
2135
2135
|
// ReplyAll aliases
|
|
2136
2136
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2137
|
-
//
|
|
2138
|
-
export { default as
|
|
2137
|
+
// Reply aliases
|
|
2138
|
+
export { default as ReplyIcon } from '../icons/reply';
|
|
2139
|
+
// Rocket aliases
|
|
2140
|
+
export { default as RocketIcon } from '../icons/rocket';
|
|
2139
2141
|
// Rewind aliases
|
|
2140
2142
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2143
|
+
// Ribbon aliases
|
|
2144
|
+
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2141
2145
|
// RockingChair aliases
|
|
2142
2146
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2143
|
-
// Rocket aliases
|
|
2144
|
-
export { default as RocketIcon } from '../icons/rocket';
|
|
2145
2147
|
// RollerCoaster aliases
|
|
2146
2148
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2147
2149
|
// Rose aliases
|
|
@@ -2158,12 +2160,12 @@ export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
|
2158
2160
|
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2159
2161
|
// RouteOff aliases
|
|
2160
2162
|
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2163
|
+
// Route aliases
|
|
2164
|
+
export { default as RouteIcon } from '../icons/route';
|
|
2161
2165
|
// Router aliases
|
|
2162
2166
|
export { default as RouterIcon } from '../icons/router';
|
|
2163
2167
|
// Rows4 aliases
|
|
2164
2168
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2165
|
-
// Route aliases
|
|
2166
|
-
export { default as RouteIcon } from '../icons/route';
|
|
2167
2169
|
// Rss aliases
|
|
2168
2170
|
export { default as RssIcon } from '../icons/rss';
|
|
2169
2171
|
// RulerDimensionLine aliases
|
|
@@ -2176,92 +2178,92 @@ export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
|
2176
2178
|
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2177
2179
|
// Salad aliases
|
|
2178
2180
|
export { default as SaladIcon } from '../icons/salad';
|
|
2179
|
-
// Sandwich aliases
|
|
2180
|
-
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2181
2181
|
// SatelliteDish aliases
|
|
2182
2182
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2183
|
-
//
|
|
2184
|
-
export { default as
|
|
2183
|
+
// Sandwich aliases
|
|
2184
|
+
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2185
2185
|
// SaudiRiyal aliases
|
|
2186
2186
|
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2187
|
-
//
|
|
2188
|
-
export { default as
|
|
2187
|
+
// Satellite aliases
|
|
2188
|
+
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2189
2189
|
// SaveAll aliases
|
|
2190
2190
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2191
|
-
//
|
|
2192
|
-
export { default as
|
|
2191
|
+
// SaveOff aliases
|
|
2192
|
+
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2193
|
+
// Scaling aliases
|
|
2194
|
+
export { default as ScalingIcon } from '../icons/scaling';
|
|
2193
2195
|
// Scale aliases
|
|
2194
2196
|
export { default as ScaleIcon } from '../icons/scale';
|
|
2197
|
+
// Save aliases
|
|
2198
|
+
export { default as SaveIcon } from '../icons/save';
|
|
2195
2199
|
// ScanBarcode aliases
|
|
2196
2200
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2197
2201
|
// ScanEye aliases
|
|
2198
2202
|
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2199
|
-
// Scaling aliases
|
|
2200
|
-
export { default as ScalingIcon } from '../icons/scaling';
|
|
2201
2203
|
// ScanFace aliases
|
|
2202
2204
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2203
2205
|
// ScanHeart aliases
|
|
2204
2206
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2205
2207
|
// ScanLine aliases
|
|
2206
2208
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2207
|
-
// ScanSearch aliases
|
|
2208
|
-
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2209
2209
|
// ScanQrCode aliases
|
|
2210
2210
|
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2211
|
+
// ScanSearch aliases
|
|
2212
|
+
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2211
2213
|
// ScanText aliases
|
|
2212
2214
|
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2213
2215
|
// Scan aliases
|
|
2214
2216
|
export { default as ScanIcon } from '../icons/scan';
|
|
2215
|
-
// School aliases
|
|
2216
|
-
export { default as SchoolIcon } from '../icons/school';
|
|
2217
2217
|
// ScissorsLineDashed aliases
|
|
2218
2218
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2219
|
+
// Scissors aliases
|
|
2220
|
+
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2221
|
+
// School aliases
|
|
2222
|
+
export { default as SchoolIcon } from '../icons/school';
|
|
2219
2223
|
// Scooter aliases
|
|
2220
2224
|
export { default as ScooterIcon } from '../icons/scooter';
|
|
2221
2225
|
// ScreenShareOff aliases
|
|
2222
2226
|
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2223
|
-
// Scissors aliases
|
|
2224
|
-
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2225
2227
|
// ScreenShare aliases
|
|
2226
2228
|
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2227
|
-
// ScrollText aliases
|
|
2228
|
-
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2229
2229
|
// Scroll aliases
|
|
2230
2230
|
export { default as ScrollIcon } from '../icons/scroll';
|
|
2231
2231
|
// SearchAlert aliases
|
|
2232
2232
|
export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
2233
|
-
//
|
|
2234
|
-
export { default as
|
|
2233
|
+
// ScrollText aliases
|
|
2234
|
+
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2235
2235
|
// SearchCode aliases
|
|
2236
2236
|
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2237
|
+
// SearchCheck aliases
|
|
2238
|
+
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2239
|
+
// SearchX aliases
|
|
2240
|
+
export { default as SearchXIcon } from '../icons/search-x';
|
|
2241
|
+
// SearchSlash aliases
|
|
2242
|
+
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2237
2243
|
// Search aliases
|
|
2238
2244
|
export { default as SearchIcon } from '../icons/search';
|
|
2245
|
+
// SendToBack aliases
|
|
2246
|
+
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2239
2247
|
// Section aliases
|
|
2240
2248
|
export { default as SectionIcon } from '../icons/section';
|
|
2241
|
-
// SearchSlash aliases
|
|
2242
|
-
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2243
|
-
// SearchX aliases
|
|
2244
|
-
export { default as SearchXIcon } from '../icons/search-x';
|
|
2245
2249
|
// Send aliases
|
|
2246
2250
|
export { default as SendIcon } from '../icons/send';
|
|
2247
|
-
// SendToBack aliases
|
|
2248
|
-
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2249
2251
|
// SeparatorHorizontal aliases
|
|
2250
2252
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2251
2253
|
// SeparatorVertical aliases
|
|
2252
2254
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2253
|
-
// ServerCrash aliases
|
|
2254
|
-
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2255
|
-
// ServerOff aliases
|
|
2256
|
-
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2257
2255
|
// ServerCog aliases
|
|
2258
2256
|
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2259
|
-
//
|
|
2260
|
-
export { default as
|
|
2257
|
+
// ServerOff aliases
|
|
2258
|
+
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2261
2259
|
// Server aliases
|
|
2262
2260
|
export { default as ServerIcon } from '../icons/server';
|
|
2261
|
+
// ServerCrash aliases
|
|
2262
|
+
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2263
2263
|
// Settings2 aliases
|
|
2264
2264
|
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2265
|
+
// Settings aliases
|
|
2266
|
+
export { default as SettingsIcon } from '../icons/settings';
|
|
2265
2267
|
// Shapes aliases
|
|
2266
2268
|
export { default as ShapesIcon } from '../icons/shapes';
|
|
2267
2269
|
// Share2 aliases
|
|
@@ -2270,106 +2272,104 @@ export { default as Share2Icon } from '../icons/share-2';
|
|
|
2270
2272
|
export { default as ShareIcon } from '../icons/share';
|
|
2271
2273
|
// Sheet aliases
|
|
2272
2274
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2273
|
-
// ShieldAlert aliases
|
|
2274
|
-
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2275
2275
|
// Shell aliases
|
|
2276
2276
|
export { default as ShellIcon } from '../icons/shell';
|
|
2277
|
-
//
|
|
2278
|
-
export { default as
|
|
2277
|
+
// ShieldAlert aliases
|
|
2278
|
+
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2279
2279
|
// ShieldBan aliases
|
|
2280
2280
|
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2281
2281
|
// ShieldEllipsis aliases
|
|
2282
2282
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2283
|
+
// ShieldCheck aliases
|
|
2284
|
+
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2283
2285
|
// ShieldHalf aliases
|
|
2284
2286
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2285
|
-
// ShieldOff aliases
|
|
2286
|
-
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2287
2287
|
// ShieldMinus aliases
|
|
2288
2288
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2289
|
+
// ShieldOff aliases
|
|
2290
|
+
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2289
2291
|
// ShieldPlus aliases
|
|
2290
2292
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2291
2293
|
// ShieldUser aliases
|
|
2292
2294
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2293
|
-
// Shield aliases
|
|
2294
|
-
export { default as ShieldIcon } from '../icons/shield';
|
|
2295
2295
|
// ShipWheel aliases
|
|
2296
2296
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2297
|
-
//
|
|
2298
|
-
export { default as
|
|
2297
|
+
// Shield aliases
|
|
2298
|
+
export { default as ShieldIcon } from '../icons/shield';
|
|
2299
2299
|
// Ship aliases
|
|
2300
2300
|
export { default as ShipIcon } from '../icons/ship';
|
|
2301
|
+
// Shirt aliases
|
|
2302
|
+
export { default as ShirtIcon } from '../icons/shirt';
|
|
2301
2303
|
// ShoppingBag aliases
|
|
2302
2304
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2303
2305
|
// ShoppingBasket aliases
|
|
2304
2306
|
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2305
|
-
// ShoppingCart aliases
|
|
2306
|
-
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2307
2307
|
// Shovel aliases
|
|
2308
2308
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2309
|
+
// ShowerHead aliases
|
|
2310
|
+
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2311
|
+
// ShoppingCart aliases
|
|
2312
|
+
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2309
2313
|
// Shredder aliases
|
|
2310
2314
|
export { default as ShredderIcon } from '../icons/shredder';
|
|
2311
2315
|
// Shrimp aliases
|
|
2312
2316
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2313
|
-
// ShowerHead aliases
|
|
2314
|
-
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2315
2317
|
// Shrink aliases
|
|
2316
2318
|
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2317
2319
|
// Shrub aliases
|
|
2318
2320
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2319
2321
|
// Shuffle aliases
|
|
2320
2322
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2321
|
-
// SignalHigh aliases
|
|
2322
|
-
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2323
2323
|
// Sigma aliases
|
|
2324
2324
|
export { default as SigmaIcon } from '../icons/sigma';
|
|
2325
|
+
// SignalHigh aliases
|
|
2326
|
+
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2325
2327
|
// SignalMedium aliases
|
|
2326
2328
|
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2327
2329
|
// SignalLow aliases
|
|
2328
2330
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2329
2331
|
// SignalZero aliases
|
|
2330
2332
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2331
|
-
// Signal aliases
|
|
2332
|
-
export { default as SignalIcon } from '../icons/signal';
|
|
2333
2333
|
// Signature aliases
|
|
2334
2334
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2335
2335
|
// SignpostBig aliases
|
|
2336
2336
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2337
|
+
// Signal aliases
|
|
2338
|
+
export { default as SignalIcon } from '../icons/signal';
|
|
2337
2339
|
// Signpost aliases
|
|
2338
2340
|
export { default as SignpostIcon } from '../icons/signpost';
|
|
2339
|
-
// SkipBack aliases
|
|
2340
|
-
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2341
2341
|
// Siren aliases
|
|
2342
2342
|
export { default as SirenIcon } from '../icons/siren';
|
|
2343
|
+
// SkipBack aliases
|
|
2344
|
+
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2343
2345
|
// SkipForward aliases
|
|
2344
2346
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2345
2347
|
// Skull aliases
|
|
2346
2348
|
export { default as SkullIcon } from '../icons/skull';
|
|
2347
|
-
// Slash aliases
|
|
2348
|
-
export { default as SlashIcon } from '../icons/slash';
|
|
2349
2349
|
// Slack aliases
|
|
2350
2350
|
export { default as SlackIcon } from '../icons/slack';
|
|
2351
|
+
// Slash aliases
|
|
2352
|
+
export { default as SlashIcon } from '../icons/slash';
|
|
2351
2353
|
// Slice aliases
|
|
2352
2354
|
export { default as SliceIcon } from '../icons/slice';
|
|
2353
|
-
// SlidersHorizontal aliases
|
|
2354
|
-
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2355
2355
|
// SmartphoneCharging aliases
|
|
2356
2356
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2357
|
-
//
|
|
2358
|
-
export { default as
|
|
2357
|
+
// SlidersHorizontal aliases
|
|
2358
|
+
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2359
2359
|
// Smartphone aliases
|
|
2360
2360
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2361
|
+
// SmartphoneNfc aliases
|
|
2362
|
+
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2361
2363
|
// SmilePlus aliases
|
|
2362
2364
|
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2365
|
+
// Snail aliases
|
|
2366
|
+
export { default as SnailIcon } from '../icons/snail';
|
|
2363
2367
|
// Smile aliases
|
|
2364
2368
|
export { default as SmileIcon } from '../icons/smile';
|
|
2365
2369
|
// Snowflake aliases
|
|
2366
2370
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2367
2371
|
// SoapDispenserDroplet aliases
|
|
2368
2372
|
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2369
|
-
// Snail aliases
|
|
2370
|
-
export { default as SnailIcon } from '../icons/snail';
|
|
2371
|
-
// Soup aliases
|
|
2372
|
-
export { default as SoupIcon } from '../icons/soup';
|
|
2373
2373
|
// Sofa aliases
|
|
2374
2374
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2375
2375
|
// SolarPanel aliases
|
|
@@ -2378,60 +2378,62 @@ export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
|
2378
2378
|
export { default as SpaceIcon } from '../icons/space';
|
|
2379
2379
|
// Spade aliases
|
|
2380
2380
|
export { default as SpadeIcon } from '../icons/spade';
|
|
2381
|
+
// Soup aliases
|
|
2382
|
+
export { default as SoupIcon } from '../icons/soup';
|
|
2381
2383
|
// Sparkle aliases
|
|
2382
2384
|
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2383
2385
|
// Speaker aliases
|
|
2384
2386
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2385
|
-
// SpellCheck2 aliases
|
|
2386
|
-
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2387
2387
|
// Speech aliases
|
|
2388
2388
|
export { default as SpeechIcon } from '../icons/speech';
|
|
2389
2389
|
// SpellCheck aliases
|
|
2390
2390
|
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2391
|
+
// SpellCheck2 aliases
|
|
2392
|
+
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2391
2393
|
// SplinePointer aliases
|
|
2392
2394
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2393
2395
|
// Spline aliases
|
|
2394
2396
|
export { default as SplineIcon } from '../icons/spline';
|
|
2395
2397
|
// Split aliases
|
|
2396
2398
|
export { default as SplitIcon } from '../icons/split';
|
|
2397
|
-
// Spool aliases
|
|
2398
|
-
export { default as SpoolIcon } from '../icons/spool';
|
|
2399
2399
|
// SprayCan aliases
|
|
2400
2400
|
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2401
|
-
//
|
|
2402
|
-
export { default as
|
|
2401
|
+
// Spool aliases
|
|
2402
|
+
export { default as SpoolIcon } from '../icons/spool';
|
|
2403
2403
|
// Sprout aliases
|
|
2404
2404
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2405
|
+
// Spotlight aliases
|
|
2406
|
+
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2405
2407
|
// SquareDashedBottomCode aliases
|
|
2406
2408
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2407
|
-
// SquareDashedBottom aliases
|
|
2408
|
-
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2409
2409
|
// SquareDashedTopSolid aliases
|
|
2410
2410
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2411
2411
|
// SquarePause aliases
|
|
2412
2412
|
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2413
|
+
// SquareDashedBottom aliases
|
|
2414
|
+
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2413
2415
|
// SquareRadical aliases
|
|
2414
2416
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2415
|
-
// SquareRoundCorner aliases
|
|
2416
|
-
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2417
2417
|
// SquareSquare aliases
|
|
2418
2418
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2419
|
+
// SquareRoundCorner aliases
|
|
2420
|
+
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2419
2421
|
// SquareStack aliases
|
|
2420
2422
|
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2421
|
-
// SquareStar aliases
|
|
2422
|
-
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2423
2423
|
// SquareStop aliases
|
|
2424
2424
|
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2425
|
+
// SquareStar aliases
|
|
2426
|
+
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2425
2427
|
// Square aliases
|
|
2426
2428
|
export { default as SquareIcon } from '../icons/square';
|
|
2427
|
-
// SquaresIntersect aliases
|
|
2428
|
-
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2429
|
-
// SquaresSubtract aliases
|
|
2430
|
-
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2431
2429
|
// SquaresExclude aliases
|
|
2432
2430
|
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2431
|
+
// SquaresIntersect aliases
|
|
2432
|
+
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2433
2433
|
// SquaresUnite aliases
|
|
2434
2434
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2435
|
+
// SquaresSubtract aliases
|
|
2436
|
+
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2435
2437
|
// SquircleDashed aliases
|
|
2436
2438
|
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2437
2439
|
// Squircle aliases
|
|
@@ -2452,10 +2454,10 @@ export { default as StepForwardIcon } from '../icons/step-forward';
|
|
|
2452
2454
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2453
2455
|
// Stethoscope aliases
|
|
2454
2456
|
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2455
|
-
// Sticker aliases
|
|
2456
|
-
export { default as StickerIcon } from '../icons/sticker';
|
|
2457
2457
|
// StickyNote aliases
|
|
2458
2458
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2459
|
+
// Sticker aliases
|
|
2460
|
+
export { default as StickerIcon } from '../icons/sticker';
|
|
2459
2461
|
// Store aliases
|
|
2460
2462
|
export { default as StoreIcon } from '../icons/store';
|
|
2461
2463
|
// StretchHorizontal aliases
|
|
@@ -2464,10 +2466,10 @@ export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
|
2464
2466
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2465
2467
|
// Strikethrough aliases
|
|
2466
2468
|
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2467
|
-
// SunDim aliases
|
|
2468
|
-
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2469
2469
|
// Subscript aliases
|
|
2470
2470
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2471
|
+
// SunDim aliases
|
|
2472
|
+
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2471
2473
|
// SunMedium aliases
|
|
2472
2474
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2473
2475
|
// SunMoon aliases
|
|
@@ -2478,12 +2480,10 @@ export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
|
2478
2480
|
export { default as SunIcon } from '../icons/sun';
|
|
2479
2481
|
// Sunrise aliases
|
|
2480
2482
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2481
|
-
// Sunset aliases
|
|
2482
|
-
export { default as SunsetIcon } from '../icons/sunset';
|
|
2483
2483
|
// Superscript aliases
|
|
2484
2484
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2485
|
-
//
|
|
2486
|
-
export { default as
|
|
2485
|
+
// Sunset aliases
|
|
2486
|
+
export { default as SunsetIcon } from '../icons/sunset';
|
|
2487
2487
|
// SwatchBook aliases
|
|
2488
2488
|
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2489
2489
|
// SwitchCamera aliases
|
|
@@ -2492,22 +2492,24 @@ export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
|
2492
2492
|
export { default as SwordIcon } from '../icons/sword';
|
|
2493
2493
|
// Swords aliases
|
|
2494
2494
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2495
|
+
// SwissFranc aliases
|
|
2496
|
+
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2495
2497
|
// Table2 aliases
|
|
2496
2498
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2497
2499
|
// Syringe aliases
|
|
2498
2500
|
export { default as SyringeIcon } from '../icons/syringe';
|
|
2499
2501
|
// TableCellsMerge aliases
|
|
2500
2502
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2501
|
-
// TableCellsSplit aliases
|
|
2502
|
-
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2503
2503
|
// TableColumnsSplit aliases
|
|
2504
2504
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2505
|
+
// TableCellsSplit aliases
|
|
2506
|
+
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2505
2507
|
// TableOfContents aliases
|
|
2506
2508
|
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2507
|
-
// TableProperties aliases
|
|
2508
|
-
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2509
2509
|
// TableRowsSplit aliases
|
|
2510
2510
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2511
|
+
// TableProperties aliases
|
|
2512
|
+
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2511
2513
|
// Table aliases
|
|
2512
2514
|
export { default as TableIcon } from '../icons/table';
|
|
2513
2515
|
// TabletSmartphone aliases
|
|
@@ -2520,20 +2522,20 @@ export { default as TabletsIcon } from '../icons/tablets';
|
|
|
2520
2522
|
export { default as TagIcon } from '../icons/tag';
|
|
2521
2523
|
// Tags aliases
|
|
2522
2524
|
export { default as TagsIcon } from '../icons/tags';
|
|
2523
|
-
// Tally1 aliases
|
|
2524
|
-
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2525
2525
|
// Tally2 aliases
|
|
2526
2526
|
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2527
|
+
// Tally1 aliases
|
|
2528
|
+
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2529
|
+
// Tally3 aliases
|
|
2530
|
+
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2527
2531
|
// Tally4 aliases
|
|
2528
2532
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2529
2533
|
// Tally5 aliases
|
|
2530
2534
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2531
|
-
// Tally3 aliases
|
|
2532
|
-
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2533
|
-
// Tangent aliases
|
|
2534
|
-
export { default as TangentIcon } from '../icons/tangent';
|
|
2535
2535
|
// Target aliases
|
|
2536
2536
|
export { default as TargetIcon } from '../icons/target';
|
|
2537
|
+
// Tangent aliases
|
|
2538
|
+
export { default as TangentIcon } from '../icons/tangent';
|
|
2537
2539
|
// Telescope aliases
|
|
2538
2540
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2539
2541
|
// TentTree aliases
|
|
@@ -2548,10 +2550,10 @@ export { default as TestTubeIcon } from '../icons/test-tube';
|
|
|
2548
2550
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2549
2551
|
// TextCursorInput aliases
|
|
2550
2552
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2551
|
-
// TextQuote aliases
|
|
2552
|
-
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2553
2553
|
// TextCursor aliases
|
|
2554
2554
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2555
|
+
// TextQuote aliases
|
|
2556
|
+
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2555
2557
|
// TextSearch aliases
|
|
2556
2558
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2557
2559
|
// Theater aliases
|
|
@@ -2560,10 +2562,12 @@ export { default as TheaterIcon } from '../icons/theater';
|
|
|
2560
2562
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2561
2563
|
// ThermometerSun aliases
|
|
2562
2564
|
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2563
|
-
// ThumbsDown aliases
|
|
2564
|
-
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2565
2565
|
// Thermometer aliases
|
|
2566
2566
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2567
|
+
// ThumbsDown aliases
|
|
2568
|
+
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2569
|
+
// TicketCheck aliases
|
|
2570
|
+
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2567
2571
|
// ThumbsUp aliases
|
|
2568
2572
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2569
2573
|
// TicketMinus aliases
|
|
@@ -2572,40 +2576,38 @@ export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
|
2572
2576
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2573
2577
|
// TicketPlus aliases
|
|
2574
2578
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2575
|
-
// TicketCheck aliases
|
|
2576
|
-
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2577
2579
|
// TicketSlash aliases
|
|
2578
2580
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2579
|
-
// Ticket aliases
|
|
2580
|
-
export { default as TicketIcon } from '../icons/ticket';
|
|
2581
2581
|
// TicketX aliases
|
|
2582
2582
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2583
|
+
// Ticket aliases
|
|
2584
|
+
export { default as TicketIcon } from '../icons/ticket';
|
|
2583
2585
|
// TicketsPlane aliases
|
|
2584
2586
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2585
2587
|
// Tickets aliases
|
|
2586
2588
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2587
|
-
// TimerReset aliases
|
|
2588
|
-
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2589
2589
|
// TimerOff aliases
|
|
2590
2590
|
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2591
|
-
// ToggleLeft aliases
|
|
2592
|
-
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2593
2591
|
// Timer aliases
|
|
2594
2592
|
export { default as TimerIcon } from '../icons/timer';
|
|
2593
|
+
// TimerReset aliases
|
|
2594
|
+
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2595
|
+
// ToggleLeft aliases
|
|
2596
|
+
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2595
2597
|
// ToggleRight aliases
|
|
2596
2598
|
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2599
|
+
// ToolCase aliases
|
|
2600
|
+
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2597
2601
|
// Toilet aliases
|
|
2598
2602
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2599
2603
|
// Tornado aliases
|
|
2600
2604
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2601
|
-
//
|
|
2602
|
-
export { default as
|
|
2605
|
+
// Torus aliases
|
|
2606
|
+
export { default as TorusIcon } from '../icons/torus';
|
|
2603
2607
|
// TouchpadOff aliases
|
|
2604
2608
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2605
2609
|
// Touchpad aliases
|
|
2606
2610
|
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2607
|
-
// Torus aliases
|
|
2608
|
-
export { default as TorusIcon } from '../icons/torus';
|
|
2609
2611
|
// TowerControl aliases
|
|
2610
2612
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2611
2613
|
// ToyBrick aliases
|
|
@@ -2616,70 +2618,70 @@ export { default as TractorIcon } from '../icons/tractor';
|
|
|
2616
2618
|
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2617
2619
|
// TrainFrontTunnel aliases
|
|
2618
2620
|
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2619
|
-
// TrainTrack aliases
|
|
2620
|
-
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2621
2621
|
// TrainFront aliases
|
|
2622
2622
|
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2623
|
+
// TrainTrack aliases
|
|
2624
|
+
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2623
2625
|
// Transgender aliases
|
|
2624
2626
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2625
|
-
// Trash aliases
|
|
2626
|
-
export { default as TrashIcon } from '../icons/trash';
|
|
2627
|
-
// TreeDeciduous aliases
|
|
2628
|
-
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2629
2627
|
// Trash2 aliases
|
|
2630
2628
|
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2629
|
+
// TreeDeciduous aliases
|
|
2630
|
+
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2631
|
+
// Trash aliases
|
|
2632
|
+
export { default as TrashIcon } from '../icons/trash';
|
|
2631
2633
|
// TreePine aliases
|
|
2632
2634
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2633
|
-
// Trello aliases
|
|
2634
|
-
export { default as TrelloIcon } from '../icons/trello';
|
|
2635
2635
|
// Trees aliases
|
|
2636
2636
|
export { default as TreesIcon } from '../icons/trees';
|
|
2637
|
+
// Trello aliases
|
|
2638
|
+
export { default as TrelloIcon } from '../icons/trello';
|
|
2637
2639
|
// TrendingDown aliases
|
|
2638
2640
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2639
2641
|
// TrendingUpDown aliases
|
|
2640
2642
|
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2641
2643
|
// TriangleDashed aliases
|
|
2642
2644
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2643
|
-
// TriangleRight aliases
|
|
2644
|
-
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2645
2645
|
// TrendingUp aliases
|
|
2646
2646
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2647
|
-
//
|
|
2648
|
-
export { default as
|
|
2647
|
+
// TriangleRight aliases
|
|
2648
|
+
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2649
2649
|
// Trophy aliases
|
|
2650
2650
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2651
|
-
//
|
|
2652
|
-
export { default as
|
|
2651
|
+
// Triangle aliases
|
|
2652
|
+
export { default as TriangleIcon } from '../icons/triangle';
|
|
2653
2653
|
// TruckElectric aliases
|
|
2654
2654
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2655
|
-
//
|
|
2656
|
-
export { default as
|
|
2657
|
-
// Turtle aliases
|
|
2658
|
-
export { default as TurtleIcon } from '../icons/turtle';
|
|
2655
|
+
// TurkishLira aliases
|
|
2656
|
+
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2659
2657
|
// Truck aliases
|
|
2660
2658
|
export { default as TruckIcon } from '../icons/truck';
|
|
2659
|
+
// Turtle aliases
|
|
2660
|
+
export { default as TurtleIcon } from '../icons/turtle';
|
|
2661
|
+
// Turntable aliases
|
|
2662
|
+
export { default as TurntableIcon } from '../icons/turntable';
|
|
2661
2663
|
// TvMinimalPlay aliases
|
|
2662
2664
|
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2663
|
-
// Tv aliases
|
|
2664
|
-
export { default as TvIcon } from '../icons/tv';
|
|
2665
2665
|
// Twitch aliases
|
|
2666
2666
|
export { default as TwitchIcon } from '../icons/twitch';
|
|
2667
|
-
//
|
|
2668
|
-
export { default as
|
|
2669
|
-
// Type aliases
|
|
2670
|
-
export { default as TypeIcon } from '../icons/type';
|
|
2667
|
+
// Tv aliases
|
|
2668
|
+
export { default as TvIcon } from '../icons/tv';
|
|
2671
2669
|
// Twitter aliases
|
|
2672
2670
|
export { default as TwitterIcon } from '../icons/twitter';
|
|
2671
|
+
// TypeOutline aliases
|
|
2672
|
+
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2673
2673
|
// UmbrellaOff aliases
|
|
2674
2674
|
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2675
|
-
//
|
|
2676
|
-
export { default as
|
|
2677
|
-
// Underline aliases
|
|
2678
|
-
export { default as UnderlineIcon } from '../icons/underline';
|
|
2675
|
+
// Type aliases
|
|
2676
|
+
export { default as TypeIcon } from '../icons/type';
|
|
2679
2677
|
// Undo2 aliases
|
|
2680
2678
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2681
2679
|
// UndoDot aliases
|
|
2682
2680
|
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2681
|
+
// Umbrella aliases
|
|
2682
|
+
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2683
|
+
// Underline aliases
|
|
2684
|
+
export { default as UnderlineIcon } from '../icons/underline';
|
|
2683
2685
|
// Undo aliases
|
|
2684
2686
|
export { default as UndoIcon } from '../icons/undo';
|
|
2685
2687
|
// UnfoldHorizontal aliases
|
|
@@ -2690,10 +2692,10 @@ export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
|
2690
2692
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2691
2693
|
// Unlink2 aliases
|
|
2692
2694
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2693
|
-
// Unplug aliases
|
|
2694
|
-
export { default as UnplugIcon } from '../icons/unplug';
|
|
2695
2695
|
// Unlink aliases
|
|
2696
2696
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2697
|
+
// Unplug aliases
|
|
2698
|
+
export { default as UnplugIcon } from '../icons/unplug';
|
|
2697
2699
|
// Upload aliases
|
|
2698
2700
|
export { default as UploadIcon } from '../icons/upload';
|
|
2699
2701
|
// Usb aliases
|
|
@@ -2710,16 +2712,16 @@ export { default as UserMinusIcon } from '../icons/user-minus';
|
|
|
2710
2712
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2711
2713
|
// UserPlus aliases
|
|
2712
2714
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2713
|
-
// UserRoundPen aliases
|
|
2714
|
-
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2715
2715
|
// UserRoundSearch aliases
|
|
2716
2716
|
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2717
|
-
//
|
|
2718
|
-
export { default as
|
|
2717
|
+
// UserRoundPen aliases
|
|
2718
|
+
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2719
2719
|
// UserSearch aliases
|
|
2720
2720
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2721
2721
|
// UserX aliases
|
|
2722
2722
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2723
|
+
// UserStar aliases
|
|
2724
|
+
export { default as UserStarIcon } from '../icons/user-star';
|
|
2723
2725
|
// User aliases
|
|
2724
2726
|
export { default as UserIcon } from '../icons/user';
|
|
2725
2727
|
// Users aliases
|
|
@@ -2742,18 +2744,18 @@ export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
|
2742
2744
|
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2743
2745
|
// Venus aliases
|
|
2744
2746
|
export { default as VenusIcon } from '../icons/venus';
|
|
2745
|
-
// VideoOff aliases
|
|
2746
|
-
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2747
2747
|
// VibrateOff aliases
|
|
2748
2748
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2749
2749
|
// Vibrate aliases
|
|
2750
2750
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2751
|
+
// VideoOff aliases
|
|
2752
|
+
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2751
2753
|
// Video aliases
|
|
2752
2754
|
export { default as VideoIcon } from '../icons/video';
|
|
2753
|
-
// Videotape aliases
|
|
2754
|
-
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2755
2755
|
// View aliases
|
|
2756
2756
|
export { default as ViewIcon } from '../icons/view';
|
|
2757
|
+
// Videotape aliases
|
|
2758
|
+
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2757
2759
|
// Voicemail aliases
|
|
2758
2760
|
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2759
2761
|
// Volleyball aliases
|
|
@@ -2762,28 +2764,28 @@ export { default as VolleyballIcon } from '../icons/volleyball';
|
|
|
2762
2764
|
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2763
2765
|
// Volume2 aliases
|
|
2764
2766
|
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2765
|
-
// VolumeOff aliases
|
|
2766
|
-
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2767
2767
|
// VolumeX aliases
|
|
2768
2768
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2769
|
+
// VolumeOff aliases
|
|
2770
|
+
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2769
2771
|
// Volume aliases
|
|
2770
2772
|
export { default as VolumeIcon } from '../icons/volume';
|
|
2771
2773
|
// WalletCards aliases
|
|
2772
2774
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2773
|
-
// Wallet aliases
|
|
2774
|
-
export { default as WalletIcon } from '../icons/wallet';
|
|
2775
2775
|
// Vote aliases
|
|
2776
2776
|
export { default as VoteIcon } from '../icons/vote';
|
|
2777
|
+
// Wallet aliases
|
|
2778
|
+
export { default as WalletIcon } from '../icons/wallet';
|
|
2777
2779
|
// Wallpaper aliases
|
|
2778
2780
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2779
2781
|
// Wand aliases
|
|
2780
2782
|
export { default as WandIcon } from '../icons/wand';
|
|
2781
2783
|
// Warehouse aliases
|
|
2782
2784
|
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2783
|
-
// WashingMachine aliases
|
|
2784
|
-
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2785
2785
|
// Watch aliases
|
|
2786
2786
|
export { default as WatchIcon } from '../icons/watch';
|
|
2787
|
+
// WashingMachine aliases
|
|
2788
|
+
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2787
2789
|
// WavesArrowDown aliases
|
|
2788
2790
|
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
2789
2791
|
// WavesArrowUp aliases
|
|
@@ -2794,22 +2796,22 @@ export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
|
2794
2796
|
export { default as WavesIcon } from '../icons/waves';
|
|
2795
2797
|
// Waypoints aliases
|
|
2796
2798
|
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2797
|
-
// Webcam aliases
|
|
2798
|
-
export { default as WebcamIcon } from '../icons/webcam';
|
|
2799
2799
|
// WebhookOff aliases
|
|
2800
2800
|
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2801
2801
|
// Webhook aliases
|
|
2802
2802
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2803
|
-
//
|
|
2804
|
-
export { default as
|
|
2803
|
+
// Webcam aliases
|
|
2804
|
+
export { default as WebcamIcon } from '../icons/webcam';
|
|
2805
2805
|
// WeightTilde aliases
|
|
2806
2806
|
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
2807
2807
|
// WheatOff aliases
|
|
2808
2808
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2809
|
-
// Wheat aliases
|
|
2810
|
-
export { default as WheatIcon } from '../icons/wheat';
|
|
2811
2809
|
// WholeWord aliases
|
|
2812
2810
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2811
|
+
// Weight aliases
|
|
2812
|
+
export { default as WeightIcon } from '../icons/weight';
|
|
2813
|
+
// Wheat aliases
|
|
2814
|
+
export { default as WheatIcon } from '../icons/wheat';
|
|
2813
2815
|
// WifiCog aliases
|
|
2814
2816
|
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2815
2817
|
// WifiHigh aliases
|
|
@@ -2820,12 +2822,12 @@ export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
|
2820
2822
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2821
2823
|
// WifiPen aliases
|
|
2822
2824
|
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2825
|
+
// Wifi aliases
|
|
2826
|
+
export { default as WifiIcon } from '../icons/wifi';
|
|
2823
2827
|
// WifiSync aliases
|
|
2824
2828
|
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2825
2829
|
// WifiZero aliases
|
|
2826
2830
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2827
|
-
// Wifi aliases
|
|
2828
|
-
export { default as WifiIcon } from '../icons/wifi';
|
|
2829
2831
|
// WindArrowDown aliases
|
|
2830
2832
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2831
2833
|
// Wind aliases
|
|
@@ -2842,20 +2844,20 @@ export { default as WormIcon } from '../icons/worm';
|
|
|
2842
2844
|
export { default as WrenchIcon } from '../icons/wrench';
|
|
2843
2845
|
// X aliases
|
|
2844
2846
|
export { default as XIcon } from '../icons/x';
|
|
2845
|
-
// ZapOff aliases
|
|
2846
|
-
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2847
2847
|
// Youtube aliases
|
|
2848
2848
|
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2849
|
+
// ZapOff aliases
|
|
2850
|
+
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2849
2851
|
// Zap aliases
|
|
2850
2852
|
export { default as ZapIcon } from '../icons/zap';
|
|
2851
2853
|
// ZoomOut aliases
|
|
2852
2854
|
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2853
2855
|
// ZoomIn aliases
|
|
2854
2856
|
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2855
|
-
// ArrowDown10 aliases
|
|
2856
|
-
export { default as ArrowDown10Icon } from '../icons/arrow-down-1-0';
|
|
2857
2857
|
// ArrowDown01 aliases
|
|
2858
2858
|
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
2859
|
+
// ArrowDown10 aliases
|
|
2860
|
+
export { default as ArrowDown10Icon } from '../icons/arrow-down-1-0';
|
|
2859
2861
|
// ArrowUp01 aliases
|
|
2860
2862
|
export { default as ArrowUp01Icon } from '../icons/arrow-up-0-1';
|
|
2861
2863
|
// ArrowUp10 aliases
|
|
@@ -2866,36 +2868,36 @@ export {
|
|
|
2866
2868
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockCheck} instead. This alias will be removed in v1.0 */
|
|
2867
2869
|
default as AlarmCheckIcon
|
|
2868
2870
|
} from '../icons/alarm-clock-check';
|
|
2869
|
-
// AlarmClockMinus aliases
|
|
2870
|
-
export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
|
|
2871
|
-
export {
|
|
2872
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. This alias will be removed in v1.0 */
|
|
2873
|
-
default as AlarmMinusIcon
|
|
2874
|
-
} from '../icons/alarm-clock-minus';
|
|
2875
2871
|
// AlarmClockPlus aliases
|
|
2876
2872
|
export { default as AlarmClockPlusIcon } from '../icons/alarm-clock-plus';
|
|
2877
2873
|
export {
|
|
2878
2874
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. This alias will be removed in v1.0 */
|
|
2879
2875
|
default as AlarmPlusIcon
|
|
2880
2876
|
} from '../icons/alarm-clock-plus';
|
|
2877
|
+
// AlarmClockMinus aliases
|
|
2878
|
+
export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
|
|
2879
|
+
export {
|
|
2880
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. This alias will be removed in v1.0 */
|
|
2881
|
+
default as AlarmMinusIcon
|
|
2882
|
+
} from '../icons/alarm-clock-minus';
|
|
2881
2883
|
// ArrowDownAZ aliases
|
|
2882
2884
|
export { default as ArrowDownAZIcon } from '../icons/arrow-down-a-z';
|
|
2883
2885
|
export {
|
|
2884
2886
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. This alias will be removed in v1.0 */
|
|
2885
2887
|
default as ArrowDownAzIcon
|
|
2886
2888
|
} from '../icons/arrow-down-a-z';
|
|
2887
|
-
//
|
|
2888
|
-
export { default as
|
|
2889
|
-
export {
|
|
2890
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. This alias will be removed in v1.0 */
|
|
2891
|
-
default as SortDescIcon
|
|
2892
|
-
} from '../icons/arrow-down-wide-narrow';
|
|
2893
|
-
// ArrowDownZA aliases
|
|
2894
|
-
export { default as ArrowDownZAIcon } from '../icons/arrow-down-z-a';
|
|
2889
|
+
// ArrowDownZA aliases
|
|
2890
|
+
export { default as ArrowDownZAIcon } from '../icons/arrow-down-z-a';
|
|
2895
2891
|
export {
|
|
2896
2892
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. This alias will be removed in v1.0 */
|
|
2897
2893
|
default as ArrowDownZaIcon
|
|
2898
2894
|
} from '../icons/arrow-down-z-a';
|
|
2895
|
+
// ArrowDownWideNarrow aliases
|
|
2896
|
+
export { default as ArrowDownWideNarrowIcon } from '../icons/arrow-down-wide-narrow';
|
|
2897
|
+
export {
|
|
2898
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. This alias will be removed in v1.0 */
|
|
2899
|
+
default as SortDescIcon
|
|
2900
|
+
} from '../icons/arrow-down-wide-narrow';
|
|
2899
2901
|
// ArrowUpAZ aliases
|
|
2900
2902
|
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
2901
2903
|
export {
|
|
@@ -2914,18 +2916,18 @@ export {
|
|
|
2914
2916
|
/** @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 */
|
|
2915
2917
|
default as ArrowUpZaIcon
|
|
2916
2918
|
} from '../icons/arrow-up-z-a';
|
|
2917
|
-
// BadgeCheck aliases
|
|
2918
|
-
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2919
|
-
export {
|
|
2920
|
-
/** @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 */
|
|
2921
|
-
default as VerifiedIcon
|
|
2922
|
-
} from '../icons/badge-check';
|
|
2923
2919
|
// Axis3d aliases
|
|
2924
2920
|
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2925
2921
|
export {
|
|
2926
2922
|
/** @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 */
|
|
2927
2923
|
default as Axis3DIcon
|
|
2928
2924
|
} from '../icons/axis-3d';
|
|
2925
|
+
// BadgeCheck aliases
|
|
2926
|
+
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2927
|
+
export {
|
|
2928
|
+
/** @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 */
|
|
2929
|
+
default as VerifiedIcon
|
|
2930
|
+
} from '../icons/badge-check';
|
|
2929
2931
|
// BadgeQuestionMark aliases
|
|
2930
2932
|
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
2931
2933
|
export {
|
|
@@ -2950,90 +2952,96 @@ export {
|
|
|
2950
2952
|
/** @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 */
|
|
2951
2953
|
default as BookTemplateIcon
|
|
2952
2954
|
} from '../icons/book-dashed';
|
|
2953
|
-
//
|
|
2954
|
-
export { default as
|
|
2955
|
+
// Braces aliases
|
|
2956
|
+
export { default as BracesIcon } from '../icons/braces';
|
|
2955
2957
|
export {
|
|
2956
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
2957
|
-
default as
|
|
2958
|
-
} from '../icons/
|
|
2958
|
+
/** @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 */
|
|
2959
|
+
default as CurlyBracesIcon
|
|
2960
|
+
} from '../icons/braces';
|
|
2959
2961
|
// Captions aliases
|
|
2960
2962
|
export { default as CaptionsIcon } from '../icons/captions';
|
|
2961
2963
|
export {
|
|
2962
2964
|
/** @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 */
|
|
2963
2965
|
default as SubtitlesIcon
|
|
2964
2966
|
} from '../icons/captions';
|
|
2965
|
-
//
|
|
2966
|
-
export { default as
|
|
2967
|
+
// ChartBar aliases
|
|
2968
|
+
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
2967
2969
|
export {
|
|
2968
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
2969
|
-
default as
|
|
2970
|
-
} from '../icons/
|
|
2970
|
+
/** @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 */
|
|
2971
|
+
default as BarChartHorizontalIcon
|
|
2972
|
+
} from '../icons/chart-bar';
|
|
2971
2973
|
// ChartBarBig aliases
|
|
2972
2974
|
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
2973
2975
|
export {
|
|
2974
2976
|
/** @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 */
|
|
2975
2977
|
default as BarChartHorizontalBigIcon
|
|
2976
2978
|
} from '../icons/chart-bar-big';
|
|
2977
|
-
//
|
|
2978
|
-
export { default as
|
|
2979
|
+
// ChartArea aliases
|
|
2980
|
+
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
2979
2981
|
export {
|
|
2980
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
2981
|
-
default as
|
|
2982
|
-
} from '../icons/chart-
|
|
2982
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. This alias will be removed in v1.0 */
|
|
2983
|
+
default as AreaChartIcon
|
|
2984
|
+
} from '../icons/chart-area';
|
|
2983
2985
|
// ChartCandlestick aliases
|
|
2984
2986
|
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
2985
2987
|
export {
|
|
2986
2988
|
/** @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 */
|
|
2987
2989
|
default as CandlestickChartIcon
|
|
2988
2990
|
} from '../icons/chart-candlestick';
|
|
2989
|
-
//
|
|
2990
|
-
export { default as
|
|
2991
|
+
// ChartColumnIncreasing aliases
|
|
2992
|
+
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
2991
2993
|
export {
|
|
2992
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
2993
|
-
default as
|
|
2994
|
-
} from '../icons/chart-column';
|
|
2994
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
2995
|
+
default as BarChart4Icon
|
|
2996
|
+
} from '../icons/chart-column-increasing';
|
|
2995
2997
|
// ChartColumnBig aliases
|
|
2996
2998
|
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
2997
2999
|
export {
|
|
2998
3000
|
/** @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 */
|
|
2999
3001
|
default as BarChartBigIcon
|
|
3000
3002
|
} from '../icons/chart-column-big';
|
|
3001
|
-
//
|
|
3002
|
-
export { default as
|
|
3003
|
+
// ChartColumn aliases
|
|
3004
|
+
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
3003
3005
|
export {
|
|
3004
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3005
|
-
default as
|
|
3006
|
-
} from '../icons/chart-column
|
|
3006
|
+
/** @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 */
|
|
3007
|
+
default as BarChart3Icon
|
|
3008
|
+
} from '../icons/chart-column';
|
|
3007
3009
|
// ChartLine aliases
|
|
3008
3010
|
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
3009
3011
|
export {
|
|
3010
3012
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. This alias will be removed in v1.0 */
|
|
3011
3013
|
default as LineChartIcon
|
|
3012
3014
|
} from '../icons/chart-line';
|
|
3013
|
-
// ChartNoAxesColumnIncreasing aliases
|
|
3014
|
-
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
3015
|
-
export {
|
|
3016
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3017
|
-
default as BarChartIcon
|
|
3018
|
-
} from '../icons/chart-no-axes-column-increasing';
|
|
3019
|
-
// ChartNoAxesGantt aliases
|
|
3020
|
-
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3021
|
-
export {
|
|
3022
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. This alias will be removed in v1.0 */
|
|
3023
|
-
default as GanttChartIcon
|
|
3024
|
-
} from '../icons/chart-no-axes-gantt';
|
|
3025
3015
|
// ChartNoAxesColumn aliases
|
|
3026
3016
|
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
3027
3017
|
export {
|
|
3028
3018
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. This alias will be removed in v1.0 */
|
|
3029
3019
|
default as BarChart2Icon
|
|
3030
3020
|
} from '../icons/chart-no-axes-column';
|
|
3021
|
+
// ChartNoAxesColumnIncreasing aliases
|
|
3022
|
+
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
3023
|
+
export {
|
|
3024
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3025
|
+
default as BarChartIcon
|
|
3026
|
+
} from '../icons/chart-no-axes-column-increasing';
|
|
3031
3027
|
// ChartPie aliases
|
|
3032
3028
|
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
3033
3029
|
export {
|
|
3034
3030
|
/** @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 */
|
|
3035
3031
|
default as PieChartIcon
|
|
3036
3032
|
} from '../icons/chart-pie';
|
|
3033
|
+
// ChartScatter aliases
|
|
3034
|
+
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3035
|
+
export {
|
|
3036
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. This alias will be removed in v1.0 */
|
|
3037
|
+
default as ScatterChartIcon
|
|
3038
|
+
} from '../icons/chart-scatter';
|
|
3039
|
+
// ChartNoAxesGantt aliases
|
|
3040
|
+
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3041
|
+
export {
|
|
3042
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. This alias will be removed in v1.0 */
|
|
3043
|
+
default as GanttChartIcon
|
|
3044
|
+
} from '../icons/chart-no-axes-gantt';
|
|
3037
3045
|
// Chromium aliases
|
|
3038
3046
|
export { default as ChromiumIcon } from '../icons/chromium';
|
|
3039
3047
|
export {
|
|
@@ -3052,42 +3060,36 @@ export {
|
|
|
3052
3060
|
/** @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 */
|
|
3053
3061
|
default as ArrowDownCircleIcon
|
|
3054
3062
|
} from '../icons/circle-arrow-down';
|
|
3055
|
-
//
|
|
3056
|
-
export { default as
|
|
3063
|
+
// CircleArrowOutDownRight aliases
|
|
3064
|
+
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
3057
3065
|
export {
|
|
3058
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3059
|
-
default as
|
|
3060
|
-
} from '../icons/
|
|
3066
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3067
|
+
default as ArrowDownRightFromCircleIcon
|
|
3068
|
+
} from '../icons/circle-arrow-out-down-right';
|
|
3061
3069
|
// CircleArrowLeft aliases
|
|
3062
3070
|
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
3063
3071
|
export {
|
|
3064
3072
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. This alias will be removed in v1.0 */
|
|
3065
3073
|
default as ArrowLeftCircleIcon
|
|
3066
3074
|
} from '../icons/circle-arrow-left';
|
|
3075
|
+
// CircleArrowOutUpLeft aliases
|
|
3076
|
+
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3077
|
+
export {
|
|
3078
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3079
|
+
default as ArrowUpLeftFromCircleIcon
|
|
3080
|
+
} from '../icons/circle-arrow-out-up-left';
|
|
3067
3081
|
// CircleArrowOutDownLeft aliases
|
|
3068
3082
|
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3069
3083
|
export {
|
|
3070
3084
|
/** @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 */
|
|
3071
3085
|
default as ArrowDownLeftFromCircleIcon
|
|
3072
3086
|
} from '../icons/circle-arrow-out-down-left';
|
|
3073
|
-
// CircleArrowOutDownRight aliases
|
|
3074
|
-
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
3075
|
-
export {
|
|
3076
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3077
|
-
default as ArrowDownRightFromCircleIcon
|
|
3078
|
-
} from '../icons/circle-arrow-out-down-right';
|
|
3079
3087
|
// CircleArrowOutUpRight aliases
|
|
3080
3088
|
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3081
3089
|
export {
|
|
3082
3090
|
/** @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 */
|
|
3083
3091
|
default as ArrowUpRightFromCircleIcon
|
|
3084
3092
|
} from '../icons/circle-arrow-out-up-right';
|
|
3085
|
-
// CircleArrowOutUpLeft aliases
|
|
3086
|
-
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3087
|
-
export {
|
|
3088
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3089
|
-
default as ArrowUpLeftFromCircleIcon
|
|
3090
|
-
} from '../icons/circle-arrow-out-up-left';
|
|
3091
3093
|
// CircleArrowRight aliases
|
|
3092
3094
|
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3093
3095
|
export {
|
|
@@ -3100,12 +3102,6 @@ export {
|
|
|
3100
3102
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. This alias will be removed in v1.0 */
|
|
3101
3103
|
default as CheckCircleIcon
|
|
3102
3104
|
} from '../icons/circle-check-big';
|
|
3103
|
-
// CircleCheck aliases
|
|
3104
|
-
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3105
|
-
export {
|
|
3106
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. This alias will be removed in v1.0 */
|
|
3107
|
-
default as CheckCircle2Icon
|
|
3108
|
-
} from '../icons/circle-check';
|
|
3109
3105
|
// CircleArrowUp aliases
|
|
3110
3106
|
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3111
3107
|
export {
|
|
@@ -3118,6 +3114,12 @@ export {
|
|
|
3118
3114
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. This alias will be removed in v1.0 */
|
|
3119
3115
|
default as ChevronDownCircleIcon
|
|
3120
3116
|
} from '../icons/circle-chevron-down';
|
|
3117
|
+
// CircleCheck aliases
|
|
3118
|
+
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3119
|
+
export {
|
|
3120
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. This alias will be removed in v1.0 */
|
|
3121
|
+
default as CheckCircle2Icon
|
|
3122
|
+
} from '../icons/circle-check';
|
|
3121
3123
|
// CircleChevronLeft aliases
|
|
3122
3124
|
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3123
3125
|
export {
|
|
@@ -3136,60 +3138,60 @@ export {
|
|
|
3136
3138
|
/** @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 */
|
|
3137
3139
|
default as ChevronUpCircleIcon
|
|
3138
3140
|
} from '../icons/circle-chevron-up';
|
|
3139
|
-
// CircleDivide aliases
|
|
3140
|
-
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3141
|
-
export {
|
|
3142
|
-
/** @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 */
|
|
3143
|
-
default as DivideCircleIcon
|
|
3144
|
-
} from '../icons/circle-divide';
|
|
3145
3141
|
// CircleGauge aliases
|
|
3146
3142
|
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3147
3143
|
export {
|
|
3148
3144
|
/** @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 */
|
|
3149
3145
|
default as GaugeCircleIcon
|
|
3150
3146
|
} from '../icons/circle-gauge';
|
|
3147
|
+
// CircleDivide aliases
|
|
3148
|
+
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3149
|
+
export {
|
|
3150
|
+
/** @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 */
|
|
3151
|
+
default as DivideCircleIcon
|
|
3152
|
+
} from '../icons/circle-divide';
|
|
3151
3153
|
// CircleMinus aliases
|
|
3152
3154
|
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3153
3155
|
export {
|
|
3154
3156
|
/** @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 */
|
|
3155
3157
|
default as MinusCircleIcon
|
|
3156
3158
|
} from '../icons/circle-minus';
|
|
3159
|
+
// CircleParkingOff aliases
|
|
3160
|
+
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3161
|
+
export {
|
|
3162
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. This alias will be removed in v1.0 */
|
|
3163
|
+
default as ParkingCircleOffIcon
|
|
3164
|
+
} from '../icons/circle-parking-off';
|
|
3157
3165
|
// CircleParking aliases
|
|
3158
3166
|
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3159
3167
|
export {
|
|
3160
3168
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. This alias will be removed in v1.0 */
|
|
3161
3169
|
default as ParkingCircleIcon
|
|
3162
3170
|
} from '../icons/circle-parking';
|
|
3163
|
-
// CirclePause aliases
|
|
3164
|
-
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3165
|
-
export {
|
|
3166
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. This alias will be removed in v1.0 */
|
|
3167
|
-
default as PauseCircleIcon
|
|
3168
|
-
} from '../icons/circle-pause';
|
|
3169
3171
|
// CirclePercent aliases
|
|
3170
3172
|
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3171
3173
|
export {
|
|
3172
3174
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. This alias will be removed in v1.0 */
|
|
3173
3175
|
default as PercentCircleIcon
|
|
3174
3176
|
} from '../icons/circle-percent';
|
|
3175
|
-
//
|
|
3176
|
-
export { default as
|
|
3177
|
+
// CirclePlay aliases
|
|
3178
|
+
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3177
3179
|
export {
|
|
3178
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3179
|
-
default as
|
|
3180
|
-
} from '../icons/circle-
|
|
3180
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. This alias will be removed in v1.0 */
|
|
3181
|
+
default as PlayCircleIcon
|
|
3182
|
+
} from '../icons/circle-play';
|
|
3183
|
+
// CirclePause aliases
|
|
3184
|
+
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3185
|
+
export {
|
|
3186
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. This alias will be removed in v1.0 */
|
|
3187
|
+
default as PauseCircleIcon
|
|
3188
|
+
} from '../icons/circle-pause';
|
|
3181
3189
|
// CirclePlus aliases
|
|
3182
3190
|
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3183
3191
|
export {
|
|
3184
3192
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. This alias will be removed in v1.0 */
|
|
3185
3193
|
default as PlusCircleIcon
|
|
3186
3194
|
} from '../icons/circle-plus';
|
|
3187
|
-
// CirclePlay aliases
|
|
3188
|
-
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3189
|
-
export {
|
|
3190
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. This alias will be removed in v1.0 */
|
|
3191
|
-
default as PlayCircleIcon
|
|
3192
|
-
} from '../icons/circle-play';
|
|
3193
3195
|
// CirclePower aliases
|
|
3194
3196
|
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3195
3197
|
export {
|
|
@@ -3218,54 +3220,54 @@ export {
|
|
|
3218
3220
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. This alias will be removed in v1.0 */
|
|
3219
3221
|
default as StopCircleIcon
|
|
3220
3222
|
} from '../icons/circle-stop';
|
|
3221
|
-
// CircleUser aliases
|
|
3222
|
-
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3223
|
-
export {
|
|
3224
|
-
/** @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 */
|
|
3225
|
-
default as UserCircleIcon
|
|
3226
|
-
} from '../icons/circle-user';
|
|
3227
3223
|
// CircleUserRound aliases
|
|
3228
3224
|
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3229
3225
|
export {
|
|
3230
3226
|
/** @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 */
|
|
3231
3227
|
default as UserCircle2Icon
|
|
3232
3228
|
} from '../icons/circle-user-round';
|
|
3233
|
-
//
|
|
3234
|
-
export { default as
|
|
3229
|
+
// CircleUser aliases
|
|
3230
|
+
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3235
3231
|
export {
|
|
3236
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3237
|
-
default as
|
|
3238
|
-
} from '../icons/circle-
|
|
3232
|
+
/** @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 */
|
|
3233
|
+
default as UserCircleIcon
|
|
3234
|
+
} from '../icons/circle-user';
|
|
3239
3235
|
// ClipboardPenLine aliases
|
|
3240
3236
|
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3241
3237
|
export {
|
|
3242
3238
|
/** @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 */
|
|
3243
3239
|
default as ClipboardSignatureIcon
|
|
3244
3240
|
} from '../icons/clipboard-pen-line';
|
|
3245
|
-
//
|
|
3246
|
-
export { default as
|
|
3241
|
+
// CircleX aliases
|
|
3242
|
+
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3247
3243
|
export {
|
|
3248
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3249
|
-
default as
|
|
3250
|
-
} from '../icons/
|
|
3244
|
+
/** @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 */
|
|
3245
|
+
default as XCircleIcon
|
|
3246
|
+
} from '../icons/circle-x';
|
|
3251
3247
|
// CloudDownload aliases
|
|
3252
3248
|
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3253
3249
|
export {
|
|
3254
3250
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. This alias will be removed in v1.0 */
|
|
3255
3251
|
default as DownloadCloudIcon
|
|
3256
3252
|
} from '../icons/cloud-download';
|
|
3257
|
-
//
|
|
3258
|
-
export { default as
|
|
3253
|
+
// ClipboardPen aliases
|
|
3254
|
+
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3259
3255
|
export {
|
|
3260
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3261
|
-
default as
|
|
3262
|
-
} from '../icons/
|
|
3256
|
+
/** @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 */
|
|
3257
|
+
default as ClipboardEditIcon
|
|
3258
|
+
} from '../icons/clipboard-pen';
|
|
3263
3259
|
// CodeXml aliases
|
|
3264
3260
|
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3265
3261
|
export {
|
|
3266
3262
|
/** @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 */
|
|
3267
3263
|
default as Code2Icon
|
|
3268
3264
|
} from '../icons/code-xml';
|
|
3265
|
+
// CloudUpload aliases
|
|
3266
|
+
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3267
|
+
export {
|
|
3268
|
+
/** @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 */
|
|
3269
|
+
default as UploadCloudIcon
|
|
3270
|
+
} from '../icons/cloud-upload';
|
|
3269
3271
|
// Columns2 aliases
|
|
3270
3272
|
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3271
3273
|
export {
|
|
@@ -3282,24 +3284,30 @@ export {
|
|
|
3282
3284
|
/** @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 */
|
|
3283
3285
|
default as TableConfigIcon
|
|
3284
3286
|
} from '../icons/columns-3-cog';
|
|
3285
|
-
// ContactRound aliases
|
|
3286
|
-
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3287
|
-
export {
|
|
3288
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. This alias will be removed in v1.0 */
|
|
3289
|
-
default as Contact2Icon
|
|
3290
|
-
} from '../icons/contact-round';
|
|
3291
3287
|
// Columns3 aliases
|
|
3292
3288
|
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3293
3289
|
export {
|
|
3294
3290
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. This alias will be removed in v1.0 */
|
|
3295
3291
|
default as PanelsLeftRightIcon
|
|
3296
3292
|
} from '../icons/columns-3';
|
|
3293
|
+
// ContactRound aliases
|
|
3294
|
+
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3295
|
+
export {
|
|
3296
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. This alias will be removed in v1.0 */
|
|
3297
|
+
default as Contact2Icon
|
|
3298
|
+
} from '../icons/contact-round';
|
|
3297
3299
|
// DiamondPercent aliases
|
|
3298
3300
|
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3299
3301
|
export {
|
|
3300
3302
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. This alias will be removed in v1.0 */
|
|
3301
3303
|
default as PercentDiamondIcon
|
|
3302
3304
|
} from '../icons/diamond-percent';
|
|
3305
|
+
// Earth aliases
|
|
3306
|
+
export { default as EarthIcon } from '../icons/earth';
|
|
3307
|
+
export {
|
|
3308
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. This alias will be removed in v1.0 */
|
|
3309
|
+
default as Globe2Icon
|
|
3310
|
+
} from '../icons/earth';
|
|
3303
3311
|
// EllipsisVertical aliases
|
|
3304
3312
|
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3305
3313
|
export {
|
|
@@ -3318,12 +3326,6 @@ export {
|
|
|
3318
3326
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. This alias will be removed in v1.0 */
|
|
3319
3327
|
default as FileAxis3DIcon
|
|
3320
3328
|
} from '../icons/file-axis-3d';
|
|
3321
|
-
// Earth aliases
|
|
3322
|
-
export { default as EarthIcon } from '../icons/earth';
|
|
3323
|
-
export {
|
|
3324
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. This alias will be removed in v1.0 */
|
|
3325
|
-
default as Globe2Icon
|
|
3326
|
-
} from '../icons/earth';
|
|
3327
3329
|
// FileBadge aliases
|
|
3328
3330
|
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
3329
3331
|
export {
|
|
@@ -3342,18 +3344,18 @@ export {
|
|
|
3342
3344
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} instead. This alias will be removed in v1.0 */
|
|
3343
3345
|
default as FileJsonIcon
|
|
3344
3346
|
} from '../icons/file-braces';
|
|
3345
|
-
// FileChartColumn aliases
|
|
3346
|
-
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3347
|
-
export {
|
|
3348
|
-
/** @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 */
|
|
3349
|
-
default as FileBarChart2Icon
|
|
3350
|
-
} from '../icons/file-chart-column';
|
|
3351
3347
|
// FileChartColumnIncreasing aliases
|
|
3352
3348
|
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3353
3349
|
export {
|
|
3354
3350
|
/** @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 */
|
|
3355
3351
|
default as FileBarChartIcon
|
|
3356
3352
|
} from '../icons/file-chart-column-increasing';
|
|
3353
|
+
// FileChartColumn aliases
|
|
3354
|
+
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3355
|
+
export {
|
|
3356
|
+
/** @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 */
|
|
3357
|
+
default as FileBarChart2Icon
|
|
3358
|
+
} from '../icons/file-chart-column';
|
|
3357
3359
|
// FileChartLine aliases
|
|
3358
3360
|
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3359
3361
|
export {
|
|
@@ -3372,18 +3374,30 @@ export {
|
|
|
3372
3374
|
/** @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 */
|
|
3373
3375
|
default as FileCheck2Icon
|
|
3374
3376
|
} from '../icons/file-check-corner';
|
|
3375
|
-
//
|
|
3376
|
-
export { default as
|
|
3377
|
+
// FileCog aliases
|
|
3378
|
+
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3377
3379
|
export {
|
|
3378
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3379
|
-
default as
|
|
3380
|
-
} from '../icons/file-
|
|
3380
|
+
/** @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 */
|
|
3381
|
+
default as FileCog2Icon
|
|
3382
|
+
} from '../icons/file-cog';
|
|
3381
3383
|
// FileExclamationPoint aliases
|
|
3382
3384
|
export { default as FileExclamationPointIcon } from '../icons/file-exclamation-point';
|
|
3383
3385
|
export {
|
|
3384
3386
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. This alias will be removed in v1.0 */
|
|
3385
3387
|
default as FileWarningIcon
|
|
3386
3388
|
} from '../icons/file-exclamation-point';
|
|
3389
|
+
// FileCodeCorner aliases
|
|
3390
|
+
export { default as FileCodeCornerIcon } from '../icons/file-code-corner';
|
|
3391
|
+
export {
|
|
3392
|
+
/** @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 */
|
|
3393
|
+
default as FileCode2Icon
|
|
3394
|
+
} from '../icons/file-code-corner';
|
|
3395
|
+
// FileKey aliases
|
|
3396
|
+
export { default as FileKeyIcon } from '../icons/file-key';
|
|
3397
|
+
export {
|
|
3398
|
+
/** @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 */
|
|
3399
|
+
default as FileKey2Icon
|
|
3400
|
+
} from '../icons/file-key';
|
|
3387
3401
|
// FileHeadphone aliases
|
|
3388
3402
|
export { default as FileHeadphoneIcon } from '../icons/file-headphone';
|
|
3389
3403
|
export {
|
|
@@ -3394,24 +3408,12 @@ export {
|
|
|
3394
3408
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
|
|
3395
3409
|
default as FileAudio2Icon
|
|
3396
3410
|
} from '../icons/file-headphone';
|
|
3397
|
-
// FileKey aliases
|
|
3398
|
-
export { default as FileKeyIcon } from '../icons/file-key';
|
|
3399
|
-
export {
|
|
3400
|
-
/** @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 */
|
|
3401
|
-
default as FileKey2Icon
|
|
3402
|
-
} from '../icons/file-key';
|
|
3403
3411
|
// FileLock aliases
|
|
3404
3412
|
export { default as FileLockIcon } from '../icons/file-lock';
|
|
3405
3413
|
export {
|
|
3406
3414
|
/** @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 */
|
|
3407
3415
|
default as FileLock2Icon
|
|
3408
3416
|
} from '../icons/file-lock';
|
|
3409
|
-
// FileCog aliases
|
|
3410
|
-
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3411
|
-
export {
|
|
3412
|
-
/** @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 */
|
|
3413
|
-
default as FileCog2Icon
|
|
3414
|
-
} from '../icons/file-cog';
|
|
3415
3417
|
// FileMinusCorner aliases
|
|
3416
3418
|
export { default as FileMinusCornerIcon } from '../icons/file-minus-corner';
|
|
3417
3419
|
export {
|
|
@@ -3442,6 +3444,12 @@ export {
|
|
|
3442
3444
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. This alias will be removed in v1.0 */
|
|
3443
3445
|
default as FilePlus2Icon
|
|
3444
3446
|
} from '../icons/file-plus-corner';
|
|
3447
|
+
// FileSearchCorner aliases
|
|
3448
|
+
export { default as FileSearchCornerIcon } from '../icons/file-search-corner';
|
|
3449
|
+
export {
|
|
3450
|
+
/** @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 */
|
|
3451
|
+
default as FileSearch2Icon
|
|
3452
|
+
} from '../icons/file-search-corner';
|
|
3445
3453
|
// FileQuestionMark aliases
|
|
3446
3454
|
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3447
3455
|
export {
|
|
@@ -3454,24 +3462,18 @@ export {
|
|
|
3454
3462
|
/** @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 */
|
|
3455
3463
|
default as FileVolume2Icon
|
|
3456
3464
|
} from '../icons/file-signal';
|
|
3457
|
-
//
|
|
3458
|
-
export { default as
|
|
3465
|
+
// FileTypeCorner aliases
|
|
3466
|
+
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3459
3467
|
export {
|
|
3460
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3461
|
-
default as
|
|
3462
|
-
} from '../icons/file-
|
|
3468
|
+
/** @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 */
|
|
3469
|
+
default as FileType2Icon
|
|
3470
|
+
} from '../icons/file-type-corner';
|
|
3463
3471
|
// FileVideoCamera aliases
|
|
3464
3472
|
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3465
3473
|
export {
|
|
3466
3474
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. This alias will be removed in v1.0 */
|
|
3467
3475
|
default as FileVideo2Icon
|
|
3468
3476
|
} from '../icons/file-video-camera';
|
|
3469
|
-
// FileTypeCorner aliases
|
|
3470
|
-
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3471
|
-
export {
|
|
3472
|
-
/** @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 */
|
|
3473
|
-
default as FileType2Icon
|
|
3474
|
-
} from '../icons/file-type-corner';
|
|
3475
3477
|
// FileXCorner aliases
|
|
3476
3478
|
export { default as FileXCornerIcon } from '../icons/file-x-corner';
|
|
3477
3479
|
export {
|
|
@@ -3484,6 +3486,12 @@ export {
|
|
|
3484
3486
|
/** @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 */
|
|
3485
3487
|
default as FingerprintIcon
|
|
3486
3488
|
} from '../icons/fingerprint-pattern';
|
|
3489
|
+
// FolderCog aliases
|
|
3490
|
+
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3491
|
+
export {
|
|
3492
|
+
/** @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 */
|
|
3493
|
+
default as FolderCog2Icon
|
|
3494
|
+
} from '../icons/folder-cog';
|
|
3487
3495
|
// FolderPen aliases
|
|
3488
3496
|
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3489
3497
|
export {
|
|
@@ -3496,12 +3504,6 @@ export {
|
|
|
3496
3504
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. This alias will be removed in v1.0 */
|
|
3497
3505
|
default as FilterXIcon
|
|
3498
3506
|
} from '../icons/funnel-x';
|
|
3499
|
-
// FolderCog aliases
|
|
3500
|
-
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3501
|
-
export {
|
|
3502
|
-
/** @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 */
|
|
3503
|
-
default as FolderCog2Icon
|
|
3504
|
-
} from '../icons/folder-cog';
|
|
3505
3507
|
// Funnel aliases
|
|
3506
3508
|
export { default as FunnelIcon } from '../icons/funnel';
|
|
3507
3509
|
export {
|
|
@@ -3526,18 +3528,18 @@ export {
|
|
|
3526
3528
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. This alias will be removed in v1.0 */
|
|
3527
3529
|
default as Grid2X2CheckIcon
|
|
3528
3530
|
} from '../icons/grid-2x2-check';
|
|
3529
|
-
// Grid2x2 aliases
|
|
3530
|
-
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3531
|
-
export {
|
|
3532
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. This alias will be removed in v1.0 */
|
|
3533
|
-
default as Grid2X2Icon
|
|
3534
|
-
} from '../icons/grid-2x2';
|
|
3535
3531
|
// Grid2x2X aliases
|
|
3536
3532
|
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3537
3533
|
export {
|
|
3538
3534
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. This alias will be removed in v1.0 */
|
|
3539
3535
|
default as Grid2X2XIcon
|
|
3540
3536
|
} from '../icons/grid-2x2-x';
|
|
3537
|
+
// Grid2x2 aliases
|
|
3538
|
+
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3539
|
+
export {
|
|
3540
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. This alias will be removed in v1.0 */
|
|
3541
|
+
default as Grid2X2Icon
|
|
3542
|
+
} from '../icons/grid-2x2';
|
|
3541
3543
|
// Grid3x3 aliases
|
|
3542
3544
|
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3543
3545
|
export {
|
|
@@ -3548,24 +3550,24 @@ export {
|
|
|
3548
3550
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. This alias will be removed in v1.0 */
|
|
3549
3551
|
default as Grid3X3Icon
|
|
3550
3552
|
} from '../icons/grid-3x3';
|
|
3551
|
-
//
|
|
3552
|
-
export { default as
|
|
3553
|
+
// HandHelping aliases
|
|
3554
|
+
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3553
3555
|
export {
|
|
3554
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3555
|
-
default as
|
|
3556
|
-
} from '../icons/hand-
|
|
3556
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. This alias will be removed in v1.0 */
|
|
3557
|
+
default as HelpingHandIcon
|
|
3558
|
+
} from '../icons/hand-helping';
|
|
3557
3559
|
// House aliases
|
|
3558
3560
|
export { default as HouseIcon } from '../icons/house';
|
|
3559
3561
|
export {
|
|
3560
3562
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. This alias will be removed in v1.0 */
|
|
3561
3563
|
default as HomeIcon
|
|
3562
3564
|
} from '../icons/house';
|
|
3563
|
-
//
|
|
3564
|
-
export { default as
|
|
3565
|
+
// HandGrab aliases
|
|
3566
|
+
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3565
3567
|
export {
|
|
3566
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3567
|
-
default as
|
|
3568
|
-
} from '../icons/hand-
|
|
3568
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. This alias will be removed in v1.0 */
|
|
3569
|
+
default as GrabIcon
|
|
3570
|
+
} from '../icons/hand-grab';
|
|
3569
3571
|
// IceCreamBowl aliases
|
|
3570
3572
|
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3571
3573
|
export {
|
|
@@ -3640,42 +3642,48 @@ export {
|
|
|
3640
3642
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. This alias will be removed in v1.0 */
|
|
3641
3643
|
default as LocationEditIcon
|
|
3642
3644
|
} from '../icons/map-pin-pen';
|
|
3645
|
+
// MessageCircleQuestionMark aliases
|
|
3646
|
+
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3647
|
+
export {
|
|
3648
|
+
/** @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 */
|
|
3649
|
+
default as MessageCircleQuestionIcon
|
|
3650
|
+
} from '../icons/message-circle-question-mark';
|
|
3643
3651
|
// MicVocal aliases
|
|
3644
3652
|
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3645
3653
|
export {
|
|
3646
3654
|
/** @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 */
|
|
3647
3655
|
default as Mic2Icon
|
|
3648
3656
|
} from '../icons/mic-vocal';
|
|
3649
|
-
//
|
|
3650
|
-
export { default as
|
|
3657
|
+
// OctagonAlert aliases
|
|
3658
|
+
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3651
3659
|
export {
|
|
3652
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3653
|
-
default as
|
|
3654
|
-
} from '../icons/
|
|
3660
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. This alias will be removed in v1.0 */
|
|
3661
|
+
default as AlertOctagonIcon
|
|
3662
|
+
} from '../icons/octagon-alert';
|
|
3655
3663
|
// Move3d aliases
|
|
3656
3664
|
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3657
3665
|
export {
|
|
3658
3666
|
/** @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 */
|
|
3659
3667
|
default as Move3DIcon
|
|
3660
3668
|
} from '../icons/move-3d';
|
|
3661
|
-
//
|
|
3662
|
-
export { default as
|
|
3669
|
+
// OctagonPause aliases
|
|
3670
|
+
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3663
3671
|
export {
|
|
3664
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3665
|
-
default as
|
|
3666
|
-
} from '../icons/octagon-
|
|
3672
|
+
/** @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 */
|
|
3673
|
+
default as PauseOctagonIcon
|
|
3674
|
+
} from '../icons/octagon-pause';
|
|
3667
3675
|
// OctagonX aliases
|
|
3668
3676
|
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3669
3677
|
export {
|
|
3670
3678
|
/** @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 */
|
|
3671
3679
|
default as XOctagonIcon
|
|
3672
3680
|
} from '../icons/octagon-x';
|
|
3673
|
-
//
|
|
3674
|
-
export { default as
|
|
3681
|
+
// PaintbrushVertical aliases
|
|
3682
|
+
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3675
3683
|
export {
|
|
3676
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3677
|
-
default as
|
|
3678
|
-
} from '../icons/
|
|
3684
|
+
/** @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 */
|
|
3685
|
+
default as Paintbrush2Icon
|
|
3686
|
+
} from '../icons/paintbrush-vertical';
|
|
3679
3687
|
// PanelBottomDashed aliases
|
|
3680
3688
|
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3681
3689
|
export {
|
|
@@ -3688,24 +3696,12 @@ export {
|
|
|
3688
3696
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. This alias will be removed in v1.0 */
|
|
3689
3697
|
default as SidebarCloseIcon
|
|
3690
3698
|
} from '../icons/panel-left-close';
|
|
3691
|
-
// PaintbrushVertical aliases
|
|
3692
|
-
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3693
|
-
export {
|
|
3694
|
-
/** @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 */
|
|
3695
|
-
default as Paintbrush2Icon
|
|
3696
|
-
} from '../icons/paintbrush-vertical';
|
|
3697
3699
|
// PanelLeftDashed aliases
|
|
3698
3700
|
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3699
3701
|
export {
|
|
3700
3702
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. This alias will be removed in v1.0 */
|
|
3701
3703
|
default as PanelLeftInactiveIcon
|
|
3702
3704
|
} from '../icons/panel-left-dashed';
|
|
3703
|
-
// PanelRightDashed aliases
|
|
3704
|
-
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3705
|
-
export {
|
|
3706
|
-
/** @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 */
|
|
3707
|
-
default as PanelRightInactiveIcon
|
|
3708
|
-
} from '../icons/panel-right-dashed';
|
|
3709
3705
|
// PanelLeftOpen aliases
|
|
3710
3706
|
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3711
3707
|
export {
|
|
@@ -3718,6 +3714,12 @@ export {
|
|
|
3718
3714
|
/** @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 */
|
|
3719
3715
|
default as SidebarIcon
|
|
3720
3716
|
} from '../icons/panel-left';
|
|
3717
|
+
// PanelRightDashed aliases
|
|
3718
|
+
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3719
|
+
export {
|
|
3720
|
+
/** @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 */
|
|
3721
|
+
default as PanelRightInactiveIcon
|
|
3722
|
+
} from '../icons/panel-right-dashed';
|
|
3721
3723
|
// PanelTopDashed aliases
|
|
3722
3724
|
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3723
3725
|
export {
|
|
@@ -3730,18 +3732,18 @@ export {
|
|
|
3730
3732
|
/** @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 */
|
|
3731
3733
|
default as LayoutIcon
|
|
3732
3734
|
} from '../icons/panels-top-left';
|
|
3733
|
-
// Pen aliases
|
|
3734
|
-
export { default as PenIcon } from '../icons/pen';
|
|
3735
|
-
export {
|
|
3736
|
-
/** @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 */
|
|
3737
|
-
default as Edit2Icon
|
|
3738
|
-
} from '../icons/pen';
|
|
3739
3735
|
// PenLine aliases
|
|
3740
3736
|
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3741
3737
|
export {
|
|
3742
3738
|
/** @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 */
|
|
3743
3739
|
default as Edit3Icon
|
|
3744
3740
|
} from '../icons/pen-line';
|
|
3741
|
+
// Pen aliases
|
|
3742
|
+
export { default as PenIcon } from '../icons/pen';
|
|
3743
|
+
export {
|
|
3744
|
+
/** @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 */
|
|
3745
|
+
default as Edit2Icon
|
|
3746
|
+
} from '../icons/pen';
|
|
3745
3747
|
// PlugZap aliases
|
|
3746
3748
|
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3747
3749
|
export {
|
|
@@ -3766,30 +3768,30 @@ export {
|
|
|
3766
3768
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. This alias will be removed in v1.0 */
|
|
3767
3769
|
default as RowsIcon
|
|
3768
3770
|
} from '../icons/rows-2';
|
|
3769
|
-
// Rows3 aliases
|
|
3770
|
-
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3771
|
-
export {
|
|
3772
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. This alias will be removed in v1.0 */
|
|
3773
|
-
default as PanelsTopBottomIcon
|
|
3774
|
-
} from '../icons/rows-3';
|
|
3775
|
-
// ShieldQuestionMark aliases
|
|
3776
|
-
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
3777
|
-
export {
|
|
3778
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3779
|
-
default as ShieldQuestionIcon
|
|
3780
|
-
} from '../icons/shield-question-mark';
|
|
3781
3771
|
// Scale3d aliases
|
|
3782
3772
|
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3783
3773
|
export {
|
|
3784
3774
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. This alias will be removed in v1.0 */
|
|
3785
3775
|
default as Scale3DIcon
|
|
3786
3776
|
} from '../icons/scale-3d';
|
|
3777
|
+
// Rows3 aliases
|
|
3778
|
+
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3779
|
+
export {
|
|
3780
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. This alias will be removed in v1.0 */
|
|
3781
|
+
default as PanelsTopBottomIcon
|
|
3782
|
+
} from '../icons/rows-3';
|
|
3787
3783
|
// SendHorizontal aliases
|
|
3788
3784
|
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3789
3785
|
export {
|
|
3790
3786
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3791
3787
|
default as SendHorizonalIcon
|
|
3792
3788
|
} from '../icons/send-horizontal';
|
|
3789
|
+
// ShieldQuestionMark aliases
|
|
3790
|
+
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
3791
|
+
export {
|
|
3792
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3793
|
+
default as ShieldQuestionIcon
|
|
3794
|
+
} from '../icons/shield-question-mark';
|
|
3793
3795
|
// ShieldX aliases
|
|
3794
3796
|
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3795
3797
|
export {
|
|
@@ -3808,6 +3810,12 @@ export {
|
|
|
3808
3810
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. This alias will be removed in v1.0 */
|
|
3809
3811
|
default as StarsIcon
|
|
3810
3812
|
} from '../icons/sparkles';
|
|
3813
|
+
// SquareActivity aliases
|
|
3814
|
+
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3815
|
+
export {
|
|
3816
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. This alias will be removed in v1.0 */
|
|
3817
|
+
default as ActivitySquareIcon
|
|
3818
|
+
} from '../icons/square-activity';
|
|
3811
3819
|
// SquareArrowDownLeft aliases
|
|
3812
3820
|
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3813
3821
|
export {
|
|
@@ -3820,12 +3828,6 @@ export {
|
|
|
3820
3828
|
/** @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 */
|
|
3821
3829
|
default as ArrowDownRightSquareIcon
|
|
3822
3830
|
} from '../icons/square-arrow-down-right';
|
|
3823
|
-
// SquareActivity aliases
|
|
3824
|
-
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3825
|
-
export {
|
|
3826
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. This alias will be removed in v1.0 */
|
|
3827
|
-
default as ActivitySquareIcon
|
|
3828
|
-
} from '../icons/square-activity';
|
|
3829
3831
|
// SquareArrowDown aliases
|
|
3830
3832
|
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3831
3833
|
export {
|
|
@@ -3844,12 +3846,6 @@ export {
|
|
|
3844
3846
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3845
3847
|
default as ArrowDownLeftFromSquareIcon
|
|
3846
3848
|
} from '../icons/square-arrow-out-down-left';
|
|
3847
|
-
// SquareArrowOutUpLeft aliases
|
|
3848
|
-
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
3849
|
-
export {
|
|
3850
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3851
|
-
default as ArrowUpLeftFromSquareIcon
|
|
3852
|
-
} from '../icons/square-arrow-out-up-left';
|
|
3853
3849
|
// SquareArrowOutDownRight aliases
|
|
3854
3850
|
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3855
3851
|
export {
|
|
@@ -3862,6 +3858,12 @@ export {
|
|
|
3862
3858
|
/** @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 */
|
|
3863
3859
|
default as ArrowRightSquareIcon
|
|
3864
3860
|
} from '../icons/square-arrow-right';
|
|
3861
|
+
// SquareArrowOutUpLeft aliases
|
|
3862
|
+
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
3863
|
+
export {
|
|
3864
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3865
|
+
default as ArrowUpLeftFromSquareIcon
|
|
3866
|
+
} from '../icons/square-arrow-out-up-left';
|
|
3865
3867
|
// SquareArrowOutUpRight aliases
|
|
3866
3868
|
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3867
3869
|
export {
|
|
@@ -3880,36 +3882,24 @@ export {
|
|
|
3880
3882
|
/** @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 */
|
|
3881
3883
|
default as ArrowUpRightSquareIcon
|
|
3882
3884
|
} from '../icons/square-arrow-up-right';
|
|
3883
|
-
// SquareBottomDashedScissors aliases
|
|
3884
|
-
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3885
|
-
export {
|
|
3886
|
-
/** @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 */
|
|
3887
|
-
default as ScissorsSquareDashedBottomIcon
|
|
3888
|
-
} from '../icons/square-bottom-dashed-scissors';
|
|
3889
3885
|
// SquareArrowUp aliases
|
|
3890
3886
|
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3891
3887
|
export {
|
|
3892
3888
|
/** @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 */
|
|
3893
3889
|
default as ArrowUpSquareIcon
|
|
3894
3890
|
} from '../icons/square-arrow-up';
|
|
3895
|
-
// SquareCheckBig aliases
|
|
3896
|
-
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3897
|
-
export {
|
|
3898
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. This alias will be removed in v1.0 */
|
|
3899
|
-
default as CheckSquareIcon
|
|
3900
|
-
} from '../icons/square-check-big';
|
|
3901
|
-
// SquareCheck aliases
|
|
3902
|
-
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3903
|
-
export {
|
|
3904
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. This alias will be removed in v1.0 */
|
|
3905
|
-
default as CheckSquare2Icon
|
|
3906
|
-
} from '../icons/square-check';
|
|
3907
3891
|
// SquareAsterisk aliases
|
|
3908
3892
|
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3909
3893
|
export {
|
|
3910
3894
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. This alias will be removed in v1.0 */
|
|
3911
3895
|
default as AsteriskSquareIcon
|
|
3912
3896
|
} from '../icons/square-asterisk';
|
|
3897
|
+
// SquareBottomDashedScissors aliases
|
|
3898
|
+
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3899
|
+
export {
|
|
3900
|
+
/** @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 */
|
|
3901
|
+
default as ScissorsSquareDashedBottomIcon
|
|
3902
|
+
} from '../icons/square-bottom-dashed-scissors';
|
|
3913
3903
|
// SquareChartGantt aliases
|
|
3914
3904
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
3915
3905
|
export {
|
|
@@ -3920,24 +3910,36 @@ export {
|
|
|
3920
3910
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. This alias will be removed in v1.0 */
|
|
3921
3911
|
default as SquareGanttChartIcon
|
|
3922
3912
|
} from '../icons/square-chart-gantt';
|
|
3913
|
+
// SquareCheckBig aliases
|
|
3914
|
+
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3915
|
+
export {
|
|
3916
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. This alias will be removed in v1.0 */
|
|
3917
|
+
default as CheckSquareIcon
|
|
3918
|
+
} from '../icons/square-check-big';
|
|
3919
|
+
// SquareCheck aliases
|
|
3920
|
+
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3921
|
+
export {
|
|
3922
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. This alias will be removed in v1.0 */
|
|
3923
|
+
default as CheckSquare2Icon
|
|
3924
|
+
} from '../icons/square-check';
|
|
3923
3925
|
// SquareChevronDown aliases
|
|
3924
3926
|
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3925
3927
|
export {
|
|
3926
3928
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. This alias will be removed in v1.0 */
|
|
3927
3929
|
default as ChevronDownSquareIcon
|
|
3928
3930
|
} from '../icons/square-chevron-down';
|
|
3929
|
-
// SquareChevronRight aliases
|
|
3930
|
-
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
3931
|
-
export {
|
|
3932
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. This alias will be removed in v1.0 */
|
|
3933
|
-
default as ChevronRightSquareIcon
|
|
3934
|
-
} from '../icons/square-chevron-right';
|
|
3935
3931
|
// SquareChevronLeft aliases
|
|
3936
3932
|
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
3937
3933
|
export {
|
|
3938
3934
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. This alias will be removed in v1.0 */
|
|
3939
3935
|
default as ChevronLeftSquareIcon
|
|
3940
3936
|
} from '../icons/square-chevron-left';
|
|
3937
|
+
// SquareChevronRight aliases
|
|
3938
|
+
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
3939
|
+
export {
|
|
3940
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. This alias will be removed in v1.0 */
|
|
3941
|
+
default as ChevronRightSquareIcon
|
|
3942
|
+
} from '../icons/square-chevron-right';
|
|
3941
3943
|
// SquareChevronUp aliases
|
|
3942
3944
|
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
3943
3945
|
export {
|
|
@@ -3950,24 +3952,24 @@ export {
|
|
|
3950
3952
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. This alias will be removed in v1.0 */
|
|
3951
3953
|
default as CodeSquareIcon
|
|
3952
3954
|
} from '../icons/square-code';
|
|
3953
|
-
//
|
|
3954
|
-
export { default as
|
|
3955
|
+
// SquareDashedKanban aliases
|
|
3956
|
+
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
3955
3957
|
export {
|
|
3956
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3957
|
-
default as
|
|
3958
|
-
} from '../icons/square-dashed-
|
|
3958
|
+
/** @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 */
|
|
3959
|
+
default as KanbanSquareDashedIcon
|
|
3960
|
+
} from '../icons/square-dashed-kanban';
|
|
3959
3961
|
// SquareDashed aliases
|
|
3960
3962
|
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
3961
3963
|
export {
|
|
3962
3964
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. This alias will be removed in v1.0 */
|
|
3963
3965
|
default as BoxSelectIcon
|
|
3964
3966
|
} from '../icons/square-dashed';
|
|
3965
|
-
//
|
|
3966
|
-
export { default as
|
|
3967
|
+
// SquareDashedMousePointer aliases
|
|
3968
|
+
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3967
3969
|
export {
|
|
3968
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3969
|
-
default as
|
|
3970
|
-
} from '../icons/square-dashed-
|
|
3970
|
+
/** @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 */
|
|
3971
|
+
default as MousePointerSquareDashedIcon
|
|
3972
|
+
} from '../icons/square-dashed-mouse-pointer';
|
|
3971
3973
|
// SquareDivide aliases
|
|
3972
3974
|
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
3973
3975
|
export {
|
|
@@ -3980,18 +3982,24 @@ export {
|
|
|
3980
3982
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. This alias will be removed in v1.0 */
|
|
3981
3983
|
default as DotSquareIcon
|
|
3982
3984
|
} from '../icons/square-dot';
|
|
3985
|
+
// SquareEqual aliases
|
|
3986
|
+
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
3987
|
+
export {
|
|
3988
|
+
/** @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 */
|
|
3989
|
+
default as EqualSquareIcon
|
|
3990
|
+
} from '../icons/square-equal';
|
|
3983
3991
|
// SquareFunction aliases
|
|
3984
3992
|
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
3985
3993
|
export {
|
|
3986
3994
|
/** @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 */
|
|
3987
3995
|
default as FunctionSquareIcon
|
|
3988
3996
|
} from '../icons/square-function';
|
|
3989
|
-
//
|
|
3990
|
-
export { default as
|
|
3997
|
+
// SquareLibrary aliases
|
|
3998
|
+
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
3991
3999
|
export {
|
|
3992
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3993
|
-
default as
|
|
3994
|
-
} from '../icons/square-
|
|
4000
|
+
/** @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 */
|
|
4001
|
+
default as LibrarySquareIcon
|
|
4002
|
+
} from '../icons/square-library';
|
|
3995
4003
|
// SquareKanban aliases
|
|
3996
4004
|
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
3997
4005
|
export {
|
|
@@ -4004,30 +4012,30 @@ export {
|
|
|
4004
4012
|
/** @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 */
|
|
4005
4013
|
default as MSquareIcon
|
|
4006
4014
|
} from '../icons/square-m';
|
|
4007
|
-
// SquareMenu aliases
|
|
4008
|
-
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
4009
|
-
export {
|
|
4010
|
-
/** @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 */
|
|
4011
|
-
default as MenuSquareIcon
|
|
4012
|
-
} from '../icons/square-menu';
|
|
4013
4015
|
// SquareMinus aliases
|
|
4014
4016
|
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
4015
4017
|
export {
|
|
4016
4018
|
/** @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 */
|
|
4017
4019
|
default as MinusSquareIcon
|
|
4018
4020
|
} from '../icons/square-minus';
|
|
4019
|
-
//
|
|
4020
|
-
export { default as
|
|
4021
|
+
// SquareMenu aliases
|
|
4022
|
+
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
4021
4023
|
export {
|
|
4022
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4023
|
-
default as
|
|
4024
|
-
} from '../icons/square-
|
|
4024
|
+
/** @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 */
|
|
4025
|
+
default as MenuSquareIcon
|
|
4026
|
+
} from '../icons/square-menu';
|
|
4025
4027
|
// SquareMousePointer aliases
|
|
4026
4028
|
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
4027
4029
|
export {
|
|
4028
4030
|
/** @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 */
|
|
4029
4031
|
default as InspectIcon
|
|
4030
4032
|
} from '../icons/square-mouse-pointer';
|
|
4033
|
+
// SquareParkingOff aliases
|
|
4034
|
+
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
4035
|
+
export {
|
|
4036
|
+
/** @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 */
|
|
4037
|
+
default as ParkingSquareOffIcon
|
|
4038
|
+
} from '../icons/square-parking-off';
|
|
4031
4039
|
// SquareParking aliases
|
|
4032
4040
|
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
4033
4041
|
export {
|
|
@@ -4048,66 +4056,66 @@ export {
|
|
|
4048
4056
|
/** @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 */
|
|
4049
4057
|
default as PenSquareIcon
|
|
4050
4058
|
} from '../icons/square-pen';
|
|
4051
|
-
// SquareParkingOff aliases
|
|
4052
|
-
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
4053
|
-
export {
|
|
4054
|
-
/** @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 */
|
|
4055
|
-
default as ParkingSquareOffIcon
|
|
4056
|
-
} from '../icons/square-parking-off';
|
|
4057
4059
|
// SquarePercent aliases
|
|
4058
4060
|
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
4059
4061
|
export {
|
|
4060
4062
|
/** @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 */
|
|
4061
4063
|
default as PercentSquareIcon
|
|
4062
4064
|
} from '../icons/square-percent';
|
|
4063
|
-
// SquarePilcrow aliases
|
|
4064
|
-
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4065
|
-
export {
|
|
4066
|
-
/** @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 */
|
|
4067
|
-
default as PilcrowSquareIcon
|
|
4068
|
-
} from '../icons/square-pilcrow';
|
|
4069
4065
|
// SquarePi aliases
|
|
4070
4066
|
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4071
4067
|
export {
|
|
4072
4068
|
/** @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 */
|
|
4073
4069
|
default as PiSquareIcon
|
|
4074
4070
|
} from '../icons/square-pi';
|
|
4075
|
-
//
|
|
4076
|
-
export { default as
|
|
4071
|
+
// SquarePilcrow aliases
|
|
4072
|
+
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4077
4073
|
export {
|
|
4078
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4079
|
-
default as
|
|
4080
|
-
} from '../icons/square-
|
|
4074
|
+
/** @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 */
|
|
4075
|
+
default as PilcrowSquareIcon
|
|
4076
|
+
} from '../icons/square-pilcrow';
|
|
4081
4077
|
// SquarePlay aliases
|
|
4082
4078
|
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
4083
4079
|
export {
|
|
4084
4080
|
/** @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 */
|
|
4085
4081
|
default as PlaySquareIcon
|
|
4086
4082
|
} from '../icons/square-play';
|
|
4083
|
+
// SquareScissors aliases
|
|
4084
|
+
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4085
|
+
export {
|
|
4086
|
+
/** @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 */
|
|
4087
|
+
default as ScissorsSquareIcon
|
|
4088
|
+
} from '../icons/square-scissors';
|
|
4087
4089
|
// SquarePower aliases
|
|
4088
4090
|
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
4089
4091
|
export {
|
|
4090
4092
|
/** @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 */
|
|
4091
4093
|
default as PowerSquareIcon
|
|
4092
4094
|
} from '../icons/square-power';
|
|
4093
|
-
//
|
|
4094
|
-
export { default as
|
|
4095
|
+
// SquarePlus aliases
|
|
4096
|
+
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
4095
4097
|
export {
|
|
4096
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4097
|
-
default as
|
|
4098
|
-
} from '../icons/square-
|
|
4098
|
+
/** @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 */
|
|
4099
|
+
default as PlusSquareIcon
|
|
4100
|
+
} from '../icons/square-plus';
|
|
4101
|
+
// SquareSigma aliases
|
|
4102
|
+
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4103
|
+
export {
|
|
4104
|
+
/** @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 */
|
|
4105
|
+
default as SigmaSquareIcon
|
|
4106
|
+
} from '../icons/square-sigma';
|
|
4099
4107
|
// SquareSlash aliases
|
|
4100
4108
|
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
4101
4109
|
export {
|
|
4102
4110
|
/** @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 */
|
|
4103
4111
|
default as SlashSquareIcon
|
|
4104
4112
|
} from '../icons/square-slash';
|
|
4105
|
-
//
|
|
4106
|
-
export { default as
|
|
4113
|
+
// SquareSplitHorizontal aliases
|
|
4114
|
+
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
4107
4115
|
export {
|
|
4108
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4109
|
-
default as
|
|
4110
|
-
} from '../icons/square-
|
|
4116
|
+
/** @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 */
|
|
4117
|
+
default as SplitSquareHorizontalIcon
|
|
4118
|
+
} from '../icons/square-split-horizontal';
|
|
4111
4119
|
// SquareSplitVertical aliases
|
|
4112
4120
|
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
4113
4121
|
export {
|
|
@@ -4120,12 +4128,6 @@ export {
|
|
|
4120
4128
|
/** @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 */
|
|
4121
4129
|
default as TerminalSquareIcon
|
|
4122
4130
|
} from '../icons/square-terminal';
|
|
4123
|
-
// SquareSplitHorizontal aliases
|
|
4124
|
-
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
4125
|
-
export {
|
|
4126
|
-
/** @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 */
|
|
4127
|
-
default as SplitSquareHorizontalIcon
|
|
4128
|
-
} from '../icons/square-split-horizontal';
|
|
4129
4131
|
// SquareUserRound aliases
|
|
4130
4132
|
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
4131
4133
|
export {
|
|
@@ -4156,18 +4158,18 @@ export {
|
|
|
4156
4158
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. This alias will be removed in v1.0 */
|
|
4157
4159
|
default as AlignCenterIcon
|
|
4158
4160
|
} from '../icons/text-align-center';
|
|
4159
|
-
// TextAlignEnd aliases
|
|
4160
|
-
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4161
|
-
export {
|
|
4162
|
-
/** @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 */
|
|
4163
|
-
default as AlignRightIcon
|
|
4164
|
-
} from '../icons/text-align-end';
|
|
4165
4161
|
// TextAlignJustify aliases
|
|
4166
4162
|
export { default as TextAlignJustifyIcon } from '../icons/text-align-justify';
|
|
4167
4163
|
export {
|
|
4168
4164
|
/** @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 */
|
|
4169
4165
|
default as AlignJustifyIcon
|
|
4170
4166
|
} from '../icons/text-align-justify';
|
|
4167
|
+
// TextAlignEnd aliases
|
|
4168
|
+
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4169
|
+
export {
|
|
4170
|
+
/** @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 */
|
|
4171
|
+
default as AlignRightIcon
|
|
4172
|
+
} from '../icons/text-align-end';
|
|
4171
4173
|
// TextAlignStart aliases
|
|
4172
4174
|
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4173
4175
|
export {
|
|
@@ -4190,42 +4192,42 @@ export {
|
|
|
4190
4192
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextSelect} instead. This alias will be removed in v1.0 */
|
|
4191
4193
|
default as TextSelectionIcon
|
|
4192
4194
|
} from '../icons/text-select';
|
|
4193
|
-
//
|
|
4194
|
-
export { default as
|
|
4195
|
+
// TramFront aliases
|
|
4196
|
+
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4195
4197
|
export {
|
|
4196
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4197
|
-
default as
|
|
4198
|
-
} from '../icons/
|
|
4198
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. This alias will be removed in v1.0 */
|
|
4199
|
+
default as TrainIcon
|
|
4200
|
+
} from '../icons/tram-front';
|
|
4199
4201
|
// TreePalm aliases
|
|
4200
4202
|
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4201
4203
|
export {
|
|
4202
4204
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. This alias will be removed in v1.0 */
|
|
4203
4205
|
default as PalmtreeIcon
|
|
4204
4206
|
} from '../icons/tree-palm';
|
|
4207
|
+
// TextWrap aliases
|
|
4208
|
+
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4209
|
+
export {
|
|
4210
|
+
/** @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 */
|
|
4211
|
+
default as WrapTextIcon
|
|
4212
|
+
} from '../icons/text-wrap';
|
|
4205
4213
|
// TriangleAlert aliases
|
|
4206
4214
|
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4207
4215
|
export {
|
|
4208
4216
|
/** @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 */
|
|
4209
4217
|
default as AlertTriangleIcon
|
|
4210
4218
|
} from '../icons/triangle-alert';
|
|
4211
|
-
//
|
|
4212
|
-
export { default as
|
|
4219
|
+
// TvMinimal aliases
|
|
4220
|
+
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4213
4221
|
export {
|
|
4214
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4215
|
-
default as
|
|
4216
|
-
} from '../icons/
|
|
4222
|
+
/** @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 */
|
|
4223
|
+
default as Tv2Icon
|
|
4224
|
+
} from '../icons/tv-minimal';
|
|
4217
4225
|
// University aliases
|
|
4218
4226
|
export { default as UniversityIcon } from '../icons/university';
|
|
4219
4227
|
export {
|
|
4220
4228
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
|
|
4221
4229
|
default as School2Icon
|
|
4222
4230
|
} from '../icons/university';
|
|
4223
|
-
// TvMinimal aliases
|
|
4224
|
-
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4225
|
-
export {
|
|
4226
|
-
/** @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 */
|
|
4227
|
-
default as Tv2Icon
|
|
4228
|
-
} from '../icons/tv-minimal';
|
|
4229
4231
|
// UserRoundCheck aliases
|
|
4230
4232
|
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
4231
4233
|
export {
|
|
@@ -4244,52 +4246,52 @@ export {
|
|
|
4244
4246
|
/** @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 */
|
|
4245
4247
|
default as UserMinus2Icon
|
|
4246
4248
|
} from '../icons/user-round-minus';
|
|
4247
|
-
// UserRoundPlus aliases
|
|
4248
|
-
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
4249
|
-
export {
|
|
4250
|
-
/** @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 */
|
|
4251
|
-
default as UserPlus2Icon
|
|
4252
|
-
} from '../icons/user-round-plus';
|
|
4253
4249
|
// UserRoundX aliases
|
|
4254
4250
|
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4255
4251
|
export {
|
|
4256
4252
|
/** @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 */
|
|
4257
4253
|
default as UserX2Icon
|
|
4258
4254
|
} from '../icons/user-round-x';
|
|
4259
|
-
//
|
|
4260
|
-
export { default as
|
|
4255
|
+
// UserRoundPlus aliases
|
|
4256
|
+
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
4261
4257
|
export {
|
|
4262
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4263
|
-
default as
|
|
4264
|
-
} from '../icons/
|
|
4258
|
+
/** @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 */
|
|
4259
|
+
default as UserPlus2Icon
|
|
4260
|
+
} from '../icons/user-round-plus';
|
|
4265
4261
|
// UserRound aliases
|
|
4266
4262
|
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4267
4263
|
export {
|
|
4268
4264
|
/** @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 */
|
|
4269
4265
|
default as User2Icon
|
|
4270
4266
|
} from '../icons/user-round';
|
|
4271
|
-
//
|
|
4272
|
-
export { default as
|
|
4267
|
+
// UsersRound aliases
|
|
4268
|
+
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4273
4269
|
export {
|
|
4274
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4275
|
-
default as
|
|
4276
|
-
} from '../icons/
|
|
4270
|
+
/** @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 */
|
|
4271
|
+
default as Users2Icon
|
|
4272
|
+
} from '../icons/users-round';
|
|
4277
4273
|
// UtensilsCrossed aliases
|
|
4278
4274
|
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4279
4275
|
export {
|
|
4280
4276
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. This alias will be removed in v1.0 */
|
|
4281
4277
|
default as ForkKnifeCrossedIcon
|
|
4282
4278
|
} from '../icons/utensils-crossed';
|
|
4283
|
-
//
|
|
4284
|
-
export { default as
|
|
4279
|
+
// Utensils aliases
|
|
4280
|
+
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4285
4281
|
export {
|
|
4286
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4287
|
-
default as
|
|
4288
|
-
} from '../icons/
|
|
4282
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. This alias will be removed in v1.0 */
|
|
4283
|
+
default as ForkKnifeIcon
|
|
4284
|
+
} from '../icons/utensils';
|
|
4289
4285
|
// WalletMinimal aliases
|
|
4290
4286
|
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4291
4287
|
export {
|
|
4292
4288
|
/** @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 */
|
|
4293
4289
|
default as Wallet2Icon
|
|
4294
4290
|
} from '../icons/wallet-minimal';
|
|
4291
|
+
// WandSparkles aliases
|
|
4292
|
+
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
4293
|
+
export {
|
|
4294
|
+
/** @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 */
|
|
4295
|
+
default as Wand2Icon
|
|
4296
|
+
} from '../icons/wand-sparkles';
|
|
4295
4297
|
|