@lucide/astro 1.5.0 → 1.6.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 +116 -116
- package/src/aliases/prefixed.ts +692 -690
- package/src/aliases/suffixed.ts +1025 -1023
- package/src/icons/index.ts +131 -130
- package/src/icons/radio-off.ts +18 -0
package/src/aliases/suffixed.ts
CHANGED
|
@@ -2,36 +2,36 @@
|
|
|
2
2
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
3
|
// AArrowUp aliases
|
|
4
4
|
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
5
|
+
// Accessibility aliases
|
|
6
|
+
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
5
7
|
// ALargeSmall aliases
|
|
6
8
|
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
7
9
|
// Activity aliases
|
|
8
10
|
export { default as ActivityIcon } from '../icons/activity';
|
|
9
|
-
// Accessibility aliases
|
|
10
|
-
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
11
11
|
// AirVent aliases
|
|
12
12
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
13
13
|
// Airplay aliases
|
|
14
14
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
15
15
|
// AlarmClockOff aliases
|
|
16
16
|
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
17
|
+
// AlarmSmoke aliases
|
|
18
|
+
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
17
19
|
// AlarmClock aliases
|
|
18
20
|
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
19
21
|
// Album aliases
|
|
20
22
|
export { default as AlbumIcon } from '../icons/album';
|
|
21
|
-
//
|
|
22
|
-
export { default as
|
|
23
|
+
// AlignCenterVertical aliases
|
|
24
|
+
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
23
25
|
// AlignCenterHorizontal aliases
|
|
24
26
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
25
27
|
// AlignEndHorizontal aliases
|
|
26
28
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
27
|
-
// AlignCenterVertical aliases
|
|
28
|
-
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
29
29
|
// AlignEndVertical aliases
|
|
30
30
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
31
|
-
// AlignHorizontalDistributeCenter aliases
|
|
32
|
-
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
33
31
|
// AlignHorizontalDistributeEnd aliases
|
|
34
32
|
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
33
|
+
// AlignHorizontalDistributeCenter aliases
|
|
34
|
+
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
35
35
|
// AlignHorizontalDistributeStart aliases
|
|
36
36
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
37
37
|
// AlignHorizontalJustifyCenter aliases
|
|
@@ -40,118 +40,118 @@ export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-hori
|
|
|
40
40
|
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
41
41
|
// AlignHorizontalJustifyStart aliases
|
|
42
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
43
|
// AlignHorizontalSpaceBetween aliases
|
|
46
44
|
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
45
|
+
// AlignHorizontalSpaceAround aliases
|
|
46
|
+
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
47
47
|
// AlignStartHorizontal aliases
|
|
48
48
|
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
49
|
-
// AlignStartVertical aliases
|
|
50
|
-
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
51
49
|
// AlignVerticalDistributeCenter aliases
|
|
52
50
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
51
|
+
// AlignStartVertical aliases
|
|
52
|
+
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
53
53
|
// AlignVerticalDistributeEnd aliases
|
|
54
54
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
55
55
|
// AlignVerticalDistributeStart aliases
|
|
56
56
|
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
57
57
|
// AlignVerticalJustifyCenter aliases
|
|
58
58
|
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
59
|
-
// AlignVerticalJustifyEnd aliases
|
|
60
|
-
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
61
59
|
// AlignVerticalJustifyStart aliases
|
|
62
60
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
61
|
+
// AlignVerticalJustifyEnd aliases
|
|
62
|
+
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
63
63
|
// AlignVerticalSpaceAround aliases
|
|
64
64
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
65
|
+
// AlignVerticalSpaceBetween aliases
|
|
66
|
+
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
65
67
|
// Ambulance aliases
|
|
66
68
|
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
67
69
|
// Ampersand aliases
|
|
68
70
|
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
69
|
-
// AlignVerticalSpaceBetween aliases
|
|
70
|
-
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
71
71
|
// Ampersands aliases
|
|
72
72
|
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
73
73
|
// Amphora aliases
|
|
74
74
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
75
|
+
// Anchor aliases
|
|
76
|
+
export { default as AnchorIcon } from '../icons/anchor';
|
|
75
77
|
// Angry aliases
|
|
76
78
|
export { default as AngryIcon } from '../icons/angry';
|
|
77
79
|
// Annoyed aliases
|
|
78
80
|
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
79
|
-
// Anchor aliases
|
|
80
|
-
export { default as AnchorIcon } from '../icons/anchor';
|
|
81
81
|
// Antenna aliases
|
|
82
82
|
export { default as AntennaIcon } from '../icons/antenna';
|
|
83
83
|
// Anvil aliases
|
|
84
84
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
85
|
-
// AppWindowMac aliases
|
|
86
|
-
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
87
85
|
// Aperture aliases
|
|
88
86
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
87
|
+
// AppWindowMac aliases
|
|
88
|
+
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
89
89
|
// AppWindow aliases
|
|
90
90
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
91
91
|
// Apple aliases
|
|
92
92
|
export { default as AppleIcon } from '../icons/apple';
|
|
93
|
-
// ArchiveX aliases
|
|
94
|
-
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
95
93
|
// ArchiveRestore aliases
|
|
96
94
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
95
|
+
// ArchiveX aliases
|
|
96
|
+
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
97
97
|
// Archive aliases
|
|
98
98
|
export { default as ArchiveIcon } from '../icons/archive';
|
|
99
99
|
// Armchair aliases
|
|
100
100
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
101
|
-
// ArrowBigDown aliases
|
|
102
|
-
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
103
101
|
// ArrowBigDownDash aliases
|
|
104
102
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
105
|
-
//
|
|
106
|
-
export { default as
|
|
103
|
+
// ArrowBigDown aliases
|
|
104
|
+
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
107
105
|
// ArrowBigLeftDash aliases
|
|
108
106
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
109
107
|
// ArrowBigLeft aliases
|
|
110
108
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
109
|
+
// ArrowBigRightDash aliases
|
|
110
|
+
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
111
111
|
// ArrowBigRight aliases
|
|
112
112
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
113
113
|
// ArrowBigUpDash aliases
|
|
114
114
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
115
|
+
// ArrowBigUp aliases
|
|
116
|
+
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
115
117
|
// ArrowDownFromLine aliases
|
|
116
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
|
-
// ArrowBigUp aliases
|
|
120
|
-
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
121
121
|
// ArrowDownNarrowWide aliases
|
|
122
122
|
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
123
|
-
// ArrowDownRight aliases
|
|
124
|
-
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
125
123
|
// ArrowDownToDot aliases
|
|
126
124
|
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
125
|
+
// ArrowDownRight aliases
|
|
126
|
+
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
127
|
+
// ArrowDownToLine aliases
|
|
128
|
+
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
127
129
|
// ArrowDownUp aliases
|
|
128
130
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
129
131
|
// ArrowDown aliases
|
|
130
132
|
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
131
|
-
//
|
|
132
|
-
export { default as
|
|
133
|
-
// ArrowDownToLine aliases
|
|
134
|
-
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
133
|
+
// ArrowLeftFromLine aliases
|
|
134
|
+
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
135
135
|
// ArrowLeftRight aliases
|
|
136
136
|
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
137
137
|
// ArrowLeft aliases
|
|
138
138
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
139
|
-
//
|
|
140
|
-
export { default as
|
|
139
|
+
// ArrowLeftToLine aliases
|
|
140
|
+
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
141
141
|
// ArrowRightFromLine aliases
|
|
142
142
|
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
143
|
-
// ArrowRightToLine aliases
|
|
144
|
-
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
145
143
|
// ArrowRightLeft aliases
|
|
146
144
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
147
|
-
//
|
|
148
|
-
export { default as
|
|
145
|
+
// ArrowRightToLine aliases
|
|
146
|
+
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
149
147
|
// ArrowUpDown aliases
|
|
150
148
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
151
149
|
// ArrowUpFromDot aliases
|
|
152
150
|
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
153
151
|
// ArrowUpFromLine aliases
|
|
154
152
|
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
153
|
+
// ArrowRight aliases
|
|
154
|
+
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
155
155
|
// ArrowUpLeft aliases
|
|
156
156
|
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
157
157
|
// ArrowUpRight aliases
|
|
@@ -164,28 +164,28 @@ export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow'
|
|
|
164
164
|
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
165
165
|
// ArrowsUpFromLine aliases
|
|
166
166
|
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
167
|
+
// Asterisk aliases
|
|
168
|
+
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
167
169
|
// AtSign aliases
|
|
168
170
|
export { default as AtSignIcon } from '../icons/at-sign';
|
|
169
171
|
// Atom aliases
|
|
170
172
|
export { default as AtomIcon } from '../icons/atom';
|
|
171
|
-
// Asterisk aliases
|
|
172
|
-
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
173
|
-
// AudioWaveform aliases
|
|
174
|
-
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
175
173
|
// AudioLines aliases
|
|
176
174
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
177
|
-
// Baby aliases
|
|
178
|
-
export { default as BabyIcon } from '../icons/baby';
|
|
179
175
|
// Axe aliases
|
|
180
176
|
export { default as AxeIcon } from '../icons/axe';
|
|
181
|
-
//
|
|
182
|
-
export { default as
|
|
177
|
+
// AudioWaveform aliases
|
|
178
|
+
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
183
179
|
// Award aliases
|
|
184
180
|
export { default as AwardIcon } from '../icons/award';
|
|
181
|
+
// Baby aliases
|
|
182
|
+
export { default as BabyIcon } from '../icons/baby';
|
|
185
183
|
// BadgeAlert aliases
|
|
186
184
|
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
187
185
|
// BadgeCent aliases
|
|
188
186
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
187
|
+
// Backpack aliases
|
|
188
|
+
export { default as BackpackIcon } from '../icons/backpack';
|
|
189
189
|
// BadgeDollarSign aliases
|
|
190
190
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
191
191
|
// BadgeEuro aliases
|
|
@@ -194,42 +194,42 @@ export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
|
194
194
|
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
195
195
|
// BadgeInfo aliases
|
|
196
196
|
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
197
|
+
// BadgeJapaneseYen aliases
|
|
198
|
+
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
197
199
|
// BadgeMinus aliases
|
|
198
200
|
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
199
201
|
// BadgePercent aliases
|
|
200
202
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
201
|
-
// BadgeJapaneseYen aliases
|
|
202
|
-
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
203
203
|
// BadgePoundSterling aliases
|
|
204
204
|
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
205
205
|
// BadgeRussianRuble aliases
|
|
206
206
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
207
|
-
// BadgePlus aliases
|
|
208
|
-
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
209
207
|
// BadgeSwissFranc aliases
|
|
210
208
|
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
211
|
-
//
|
|
212
|
-
export { default as
|
|
209
|
+
// BadgePlus aliases
|
|
210
|
+
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
213
211
|
// BadgeTurkishLira aliases
|
|
214
212
|
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
215
|
-
//
|
|
216
|
-
export { default as
|
|
213
|
+
// BadgeX aliases
|
|
214
|
+
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
217
215
|
// Badge aliases
|
|
218
216
|
export { default as BadgeIcon } from '../icons/badge';
|
|
217
|
+
// BaggageClaim aliases
|
|
218
|
+
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
219
219
|
// Balloon aliases
|
|
220
220
|
export { default as BalloonIcon } from '../icons/balloon';
|
|
221
221
|
// Ban aliases
|
|
222
222
|
export { default as BanIcon } from '../icons/ban';
|
|
223
|
-
// Bandage aliases
|
|
224
|
-
export { default as BandageIcon } from '../icons/bandage';
|
|
225
223
|
// Banana aliases
|
|
226
224
|
export { default as BananaIcon } from '../icons/banana';
|
|
225
|
+
// Bandage aliases
|
|
226
|
+
export { default as BandageIcon } from '../icons/bandage';
|
|
227
|
+
// BanknoteArrowUp aliases
|
|
228
|
+
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
227
229
|
// BanknoteArrowDown aliases
|
|
228
230
|
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
229
231
|
// BanknoteX aliases
|
|
230
232
|
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
231
|
-
// BanknoteArrowUp aliases
|
|
232
|
-
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
233
233
|
// Banknote aliases
|
|
234
234
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
235
235
|
// Barcode aliases
|
|
@@ -240,56 +240,56 @@ export { default as BarrelIcon } from '../icons/barrel';
|
|
|
240
240
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
241
241
|
// Bath aliases
|
|
242
242
|
export { default as BathIcon } from '../icons/bath';
|
|
243
|
-
// BatteryFull aliases
|
|
244
|
-
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
245
|
-
// BatteryLow aliases
|
|
246
|
-
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
247
243
|
// BatteryCharging aliases
|
|
248
244
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
245
|
+
// BatteryLow aliases
|
|
246
|
+
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
247
|
+
// BatteryFull aliases
|
|
248
|
+
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
249
249
|
// BatteryMedium aliases
|
|
250
250
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
251
|
-
// BatteryWarning aliases
|
|
252
|
-
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
253
251
|
// BatteryPlus aliases
|
|
254
252
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
253
|
+
// BatteryWarning aliases
|
|
254
|
+
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
255
255
|
// Battery aliases
|
|
256
256
|
export { default as BatteryIcon } from '../icons/battery';
|
|
257
257
|
// Beaker aliases
|
|
258
258
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
259
|
-
// BedDouble aliases
|
|
260
|
-
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
261
259
|
// BeanOff aliases
|
|
262
260
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
263
261
|
// Bean aliases
|
|
264
262
|
export { default as BeanIcon } from '../icons/bean';
|
|
265
|
-
// Bed aliases
|
|
266
|
-
export { default as BedIcon } from '../icons/bed';
|
|
267
263
|
// BedSingle aliases
|
|
268
264
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
269
|
-
//
|
|
270
|
-
export { default as
|
|
265
|
+
// BedDouble aliases
|
|
266
|
+
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
267
|
+
// Bed aliases
|
|
268
|
+
export { default as BedIcon } from '../icons/bed';
|
|
271
269
|
// Beef aliases
|
|
272
270
|
export { default as BeefIcon } from '../icons/beef';
|
|
271
|
+
// BeefOff aliases
|
|
272
|
+
export { default as BeefOffIcon } from '../icons/beef-off';
|
|
273
273
|
// BeerOff aliases
|
|
274
274
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
275
|
-
// Beer aliases
|
|
276
|
-
export { default as BeerIcon } from '../icons/beer';
|
|
277
275
|
// BellDot aliases
|
|
278
276
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
279
|
-
//
|
|
280
|
-
export { default as
|
|
277
|
+
// Beer aliases
|
|
278
|
+
export { default as BeerIcon } from '../icons/beer';
|
|
281
279
|
// BellMinus aliases
|
|
282
280
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
281
|
+
// BellElectric aliases
|
|
282
|
+
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
283
283
|
// BellOff aliases
|
|
284
284
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
285
285
|
// BellPlus aliases
|
|
286
286
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
287
287
|
// BellRing aliases
|
|
288
288
|
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
289
|
-
// BetweenVerticalEnd aliases
|
|
290
|
-
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
291
289
|
// Bell aliases
|
|
292
290
|
export { default as BellIcon } from '../icons/bell';
|
|
291
|
+
// BetweenVerticalEnd aliases
|
|
292
|
+
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
293
293
|
// BetweenVerticalStart aliases
|
|
294
294
|
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
295
295
|
// BicepsFlexed aliases
|
|
@@ -304,20 +304,20 @@ export { default as BinocularsIcon } from '../icons/binoculars';
|
|
|
304
304
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
305
305
|
// Bird aliases
|
|
306
306
|
export { default as BirdIcon } from '../icons/bird';
|
|
307
|
-
// Birdhouse aliases
|
|
308
|
-
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
309
307
|
// Bitcoin aliases
|
|
310
308
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
309
|
+
// Birdhouse aliases
|
|
310
|
+
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
311
311
|
// Blend aliases
|
|
312
312
|
export { default as BlendIcon } from '../icons/blend';
|
|
313
313
|
// Blinds aliases
|
|
314
314
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
315
|
-
// BluetoothConnected aliases
|
|
316
|
-
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
317
315
|
// Blocks aliases
|
|
318
316
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
319
317
|
// BluetoothOff aliases
|
|
320
318
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
319
|
+
// BluetoothConnected aliases
|
|
320
|
+
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
321
321
|
// BluetoothSearching aliases
|
|
322
322
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
323
323
|
// Bluetooth aliases
|
|
@@ -326,10 +326,10 @@ export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
|
326
326
|
export { default as BoldIcon } from '../icons/bold';
|
|
327
327
|
// Bolt aliases
|
|
328
328
|
export { default as BoltIcon } from '../icons/bolt';
|
|
329
|
-
// Bomb aliases
|
|
330
|
-
export { default as BombIcon } from '../icons/bomb';
|
|
331
329
|
// Bone aliases
|
|
332
330
|
export { default as BoneIcon } from '../icons/bone';
|
|
331
|
+
// Bomb aliases
|
|
332
|
+
export { default as BombIcon } from '../icons/bomb';
|
|
333
333
|
// BookA aliases
|
|
334
334
|
export { default as BookAIcon } from '../icons/book-a';
|
|
335
335
|
// BookAudio aliases
|
|
@@ -342,20 +342,20 @@ export { default as BookCheckIcon } from '../icons/book-check';
|
|
|
342
342
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
343
343
|
// BookDown aliases
|
|
344
344
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
345
|
-
// BookImage aliases
|
|
346
|
-
export { default as BookImageIcon } from '../icons/book-image';
|
|
347
345
|
// BookHeadphones aliases
|
|
348
346
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
349
|
-
// BookKey aliases
|
|
350
|
-
export { default as BookKeyIcon } from '../icons/book-key';
|
|
351
347
|
// BookHeart aliases
|
|
352
348
|
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
349
|
+
// BookKey aliases
|
|
350
|
+
export { default as BookKeyIcon } from '../icons/book-key';
|
|
351
|
+
// BookImage aliases
|
|
352
|
+
export { default as BookImageIcon } from '../icons/book-image';
|
|
353
353
|
// BookLock aliases
|
|
354
354
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
355
|
-
// BookMarked aliases
|
|
356
|
-
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
357
355
|
// BookMinus aliases
|
|
358
356
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
357
|
+
// BookMarked aliases
|
|
358
|
+
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
359
359
|
// BookOpenCheck aliases
|
|
360
360
|
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
361
361
|
// BookOpenText aliases
|
|
@@ -368,18 +368,20 @@ export { default as BookSearchIcon } from '../icons/book-search';
|
|
|
368
368
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
369
369
|
// BookType aliases
|
|
370
370
|
export { default as BookTypeIcon } from '../icons/book-type';
|
|
371
|
-
// BookUp2 aliases
|
|
372
|
-
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
373
371
|
// BookText aliases
|
|
374
372
|
export { default as BookTextIcon } from '../icons/book-text';
|
|
373
|
+
// BookUp2 aliases
|
|
374
|
+
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
375
375
|
// BookUp aliases
|
|
376
376
|
export { default as BookUpIcon } from '../icons/book-up';
|
|
377
|
-
// BookUser aliases
|
|
378
|
-
export { default as BookUserIcon } from '../icons/book-user';
|
|
379
377
|
// BookX aliases
|
|
380
378
|
export { default as BookXIcon } from '../icons/book-x';
|
|
381
379
|
// Book aliases
|
|
382
380
|
export { default as BookIcon } from '../icons/book';
|
|
381
|
+
// BookUser aliases
|
|
382
|
+
export { default as BookUserIcon } from '../icons/book-user';
|
|
383
|
+
// BookmarkPlus aliases
|
|
384
|
+
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
383
385
|
// BookmarkCheck aliases
|
|
384
386
|
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
385
387
|
// BookmarkX aliases
|
|
@@ -388,8 +390,6 @@ export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
|
388
390
|
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
389
391
|
// Bookmark aliases
|
|
390
392
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
391
|
-
// BookmarkPlus aliases
|
|
392
|
-
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
393
393
|
// BoomBox aliases
|
|
394
394
|
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
395
395
|
// BotMessageSquare aliases
|
|
@@ -402,28 +402,28 @@ export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
|
402
402
|
export { default as BotIcon } from '../icons/bot';
|
|
403
403
|
// BowArrow aliases
|
|
404
404
|
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
405
|
-
// Boxes aliases
|
|
406
|
-
export { default as BoxesIcon } from '../icons/boxes';
|
|
407
405
|
// Box aliases
|
|
408
406
|
export { default as BoxIcon } from '../icons/box';
|
|
409
407
|
// Brackets aliases
|
|
410
408
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
411
|
-
//
|
|
412
|
-
export { default as
|
|
409
|
+
// BrainCircuit aliases
|
|
410
|
+
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
411
|
+
// Boxes aliases
|
|
412
|
+
export { default as BoxesIcon } from '../icons/boxes';
|
|
413
413
|
// BrainCog aliases
|
|
414
414
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
415
|
+
// Brain aliases
|
|
416
|
+
export { default as BrainIcon } from '../icons/brain';
|
|
415
417
|
// BrickWallFire aliases
|
|
416
418
|
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
417
|
-
//
|
|
418
|
-
export { default as
|
|
419
|
+
// BriefcaseBusiness aliases
|
|
420
|
+
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
419
421
|
// BrickWallShield aliases
|
|
420
422
|
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
421
423
|
// BrickWall aliases
|
|
422
424
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
423
425
|
// BriefcaseConveyorBelt aliases
|
|
424
426
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
425
|
-
// BriefcaseBusiness aliases
|
|
426
|
-
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
427
427
|
// BriefcaseMedical aliases
|
|
428
428
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
429
429
|
// Briefcase aliases
|
|
@@ -448,18 +448,18 @@ export { default as Building2Icon } from '../icons/building-2';
|
|
|
448
448
|
export { default as BuildingIcon } from '../icons/building';
|
|
449
449
|
// BusFront aliases
|
|
450
450
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
451
|
-
// Bus aliases
|
|
452
|
-
export { default as BusIcon } from '../icons/bus';
|
|
453
451
|
// CableCar aliases
|
|
454
452
|
export { default as CableCarIcon } from '../icons/cable-car';
|
|
453
|
+
// Bus aliases
|
|
454
|
+
export { default as BusIcon } from '../icons/bus';
|
|
455
455
|
// Cable aliases
|
|
456
456
|
export { default as CableIcon } from '../icons/cable';
|
|
457
457
|
// CakeSlice aliases
|
|
458
458
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
459
|
-
// Calculator aliases
|
|
460
|
-
export { default as CalculatorIcon } from '../icons/calculator';
|
|
461
459
|
// Cake aliases
|
|
462
460
|
export { default as CakeIcon } from '../icons/cake';
|
|
461
|
+
// Calculator aliases
|
|
462
|
+
export { default as CalculatorIcon } from '../icons/calculator';
|
|
463
463
|
// Calendar1 aliases
|
|
464
464
|
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
465
465
|
// CalendarArrowDown aliases
|
|
@@ -500,14 +500,14 @@ export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
|
500
500
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
501
501
|
// CalendarX aliases
|
|
502
502
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
503
|
-
// Calendar aliases
|
|
504
|
-
export { default as CalendarIcon } from '../icons/calendar';
|
|
505
503
|
// Calendars aliases
|
|
506
504
|
export { default as CalendarsIcon } from '../icons/calendars';
|
|
507
|
-
//
|
|
508
|
-
export { default as
|
|
505
|
+
// Calendar aliases
|
|
506
|
+
export { default as CalendarIcon } from '../icons/calendar';
|
|
509
507
|
// Camera aliases
|
|
510
508
|
export { default as CameraIcon } from '../icons/camera';
|
|
509
|
+
// CameraOff aliases
|
|
510
|
+
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
511
511
|
// CandyCane aliases
|
|
512
512
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
513
513
|
// CandyOff aliases
|
|
@@ -520,22 +520,22 @@ export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
|
520
520
|
export { default as CannabisIcon } from '../icons/cannabis';
|
|
521
521
|
// CaptionsOff aliases
|
|
522
522
|
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
523
|
-
// CarFront aliases
|
|
524
|
-
export { default as CarFrontIcon } from '../icons/car-front';
|
|
525
523
|
// CarTaxiFront aliases
|
|
526
524
|
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
525
|
+
// CarFront aliases
|
|
526
|
+
export { default as CarFrontIcon } from '../icons/car-front';
|
|
527
527
|
// Car aliases
|
|
528
528
|
export { default as CarIcon } from '../icons/car';
|
|
529
529
|
// Caravan aliases
|
|
530
530
|
export { default as CaravanIcon } from '../icons/caravan';
|
|
531
531
|
// CardSim aliases
|
|
532
532
|
export { default as CardSimIcon } from '../icons/card-sim';
|
|
533
|
+
// CaseLower aliases
|
|
534
|
+
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
533
535
|
// Carrot aliases
|
|
534
536
|
export { default as CarrotIcon } from '../icons/carrot';
|
|
535
537
|
// CaseSensitive aliases
|
|
536
538
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
537
|
-
// CaseLower aliases
|
|
538
|
-
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
539
539
|
// CaseUpper aliases
|
|
540
540
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
541
541
|
// CassetteTape aliases
|
|
@@ -546,24 +546,24 @@ export { default as CastIcon } from '../icons/cast';
|
|
|
546
546
|
export { default as CastleIcon } from '../icons/castle';
|
|
547
547
|
// Cat aliases
|
|
548
548
|
export { default as CatIcon } from '../icons/cat';
|
|
549
|
-
// ChartBarDecreasing aliases
|
|
550
|
-
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
551
549
|
// CctvOff aliases
|
|
552
550
|
export { default as CctvOffIcon } from '../icons/cctv-off';
|
|
553
551
|
// Cctv aliases
|
|
554
552
|
export { default as CctvIcon } from '../icons/cctv';
|
|
553
|
+
// ChartBarDecreasing aliases
|
|
554
|
+
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
555
555
|
// ChartBarIncreasing aliases
|
|
556
556
|
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
557
|
-
// ChartColumnDecreasing aliases
|
|
558
|
-
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
559
|
-
// ChartColumnStacked aliases
|
|
560
|
-
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
561
557
|
// ChartBarStacked aliases
|
|
562
558
|
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
563
|
-
//
|
|
564
|
-
export { default as
|
|
559
|
+
// ChartColumnStacked aliases
|
|
560
|
+
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
561
|
+
// ChartColumnDecreasing aliases
|
|
562
|
+
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
565
563
|
// ChartNetwork aliases
|
|
566
564
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
565
|
+
// ChartGantt aliases
|
|
566
|
+
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
567
567
|
// ChartNoAxesColumnDecreasing aliases
|
|
568
568
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
569
569
|
// ChartNoAxesCombined aliases
|
|
@@ -578,18 +578,18 @@ export { default as CheckLineIcon } from '../icons/check-line';
|
|
|
578
578
|
export { default as CheckIcon } from '../icons/check';
|
|
579
579
|
// ChefHat aliases
|
|
580
580
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
581
|
-
// ChessBishop aliases
|
|
582
|
-
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
583
581
|
// Cherry aliases
|
|
584
582
|
export { default as CherryIcon } from '../icons/cherry';
|
|
583
|
+
// ChessBishop aliases
|
|
584
|
+
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
585
585
|
// ChessKing aliases
|
|
586
586
|
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
587
587
|
// ChessKnight aliases
|
|
588
588
|
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
589
|
-
// ChessQueen aliases
|
|
590
|
-
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
591
589
|
// ChessPawn aliases
|
|
592
590
|
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
591
|
+
// ChessQueen aliases
|
|
592
|
+
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
593
593
|
// ChessRook aliases
|
|
594
594
|
export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
595
595
|
// ChevronDown aliases
|
|
@@ -600,60 +600,60 @@ export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
|
600
600
|
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
601
601
|
// ChevronLeft aliases
|
|
602
602
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
603
|
-
// ChevronRight aliases
|
|
604
|
-
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
605
603
|
// ChevronUp aliases
|
|
606
604
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
605
|
+
// ChevronRight aliases
|
|
606
|
+
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
607
607
|
// ChevronsDown aliases
|
|
608
608
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
609
|
-
// ChevronsDownUp aliases
|
|
610
|
-
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
611
609
|
// ChevronsLeftRightEllipsis aliases
|
|
612
610
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
613
|
-
//
|
|
614
|
-
export { default as
|
|
615
|
-
// ChevronsRightLeft aliases
|
|
616
|
-
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
611
|
+
// ChevronsDownUp aliases
|
|
612
|
+
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
617
613
|
// ChevronsLeft aliases
|
|
618
614
|
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
619
|
-
// ChevronsRight aliases
|
|
620
|
-
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
621
615
|
// ChevronsUpDown aliases
|
|
622
616
|
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
617
|
+
// ChevronsRight aliases
|
|
618
|
+
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
619
|
+
// ChevronsLeftRight aliases
|
|
620
|
+
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
623
621
|
// ChevronsUp aliases
|
|
624
622
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
623
|
+
// ChevronsRightLeft aliases
|
|
624
|
+
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
625
625
|
// Church aliases
|
|
626
626
|
export { default as ChurchIcon } from '../icons/church';
|
|
627
627
|
// CigaretteOff aliases
|
|
628
628
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
629
|
+
// Cigarette aliases
|
|
630
|
+
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
629
631
|
// CircleDashed aliases
|
|
630
632
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
631
633
|
// CircleDollarSign aliases
|
|
632
634
|
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
633
|
-
// Cigarette aliases
|
|
634
|
-
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
635
|
-
// CircleEllipsis aliases
|
|
636
|
-
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
637
635
|
// CircleDotDashed aliases
|
|
638
636
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
639
637
|
// CircleDot aliases
|
|
640
638
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
641
|
-
// CircleEqual aliases
|
|
642
|
-
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
643
639
|
// CircleFadingArrowUp aliases
|
|
644
640
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
645
|
-
//
|
|
646
|
-
export { default as
|
|
641
|
+
// CircleEllipsis aliases
|
|
642
|
+
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
643
|
+
// CircleEqual aliases
|
|
644
|
+
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
647
645
|
// CircleOff aliases
|
|
648
646
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
649
|
-
//
|
|
650
|
-
export { default as
|
|
651
|
-
// CircleSlash aliases
|
|
652
|
-
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
647
|
+
// CircleFadingPlus aliases
|
|
648
|
+
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
653
649
|
// CirclePoundSterling aliases
|
|
654
650
|
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
651
|
+
// CirclePile aliases
|
|
652
|
+
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
655
653
|
// CircleSmall aliases
|
|
656
654
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
655
|
+
// CircleSlash aliases
|
|
656
|
+
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
657
657
|
// CircleStar aliases
|
|
658
658
|
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
659
659
|
// Circle aliases
|
|
@@ -662,38 +662,38 @@ export { default as CircleIcon } from '../icons/circle';
|
|
|
662
662
|
export { default as CitrusIcon } from '../icons/citrus';
|
|
663
663
|
// CircuitBoard aliases
|
|
664
664
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
665
|
-
// ClipboardClock aliases
|
|
666
|
-
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
667
665
|
// Clapperboard aliases
|
|
668
666
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
669
667
|
// ClipboardCheck aliases
|
|
670
668
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
671
|
-
//
|
|
672
|
-
export { default as
|
|
669
|
+
// ClipboardClock aliases
|
|
670
|
+
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
673
671
|
// ClipboardCopy aliases
|
|
674
672
|
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
675
|
-
//
|
|
676
|
-
export { default as
|
|
673
|
+
// ClipboardList aliases
|
|
674
|
+
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
677
675
|
// ClipboardPlus aliases
|
|
678
676
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
679
677
|
// ClipboardMinus aliases
|
|
680
678
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
679
|
+
// ClipboardPaste aliases
|
|
680
|
+
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
681
681
|
// ClipboardType aliases
|
|
682
682
|
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
683
|
-
// Clock1 aliases
|
|
684
|
-
export { default as Clock1Icon } from '../icons/clock-1';
|
|
685
683
|
// ClipboardX aliases
|
|
686
684
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
687
685
|
// Clipboard aliases
|
|
688
686
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
689
|
-
//
|
|
690
|
-
export { default as
|
|
687
|
+
// Clock1 aliases
|
|
688
|
+
export { default as Clock1Icon } from '../icons/clock-1';
|
|
691
689
|
// Clock10 aliases
|
|
692
690
|
export { default as Clock10Icon } from '../icons/clock-10';
|
|
693
|
-
//
|
|
694
|
-
export { default as
|
|
691
|
+
// Clock11 aliases
|
|
692
|
+
export { default as Clock11Icon } from '../icons/clock-11';
|
|
695
693
|
// Clock2 aliases
|
|
696
694
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
695
|
+
// Clock12 aliases
|
|
696
|
+
export { default as Clock12Icon } from '../icons/clock-12';
|
|
697
697
|
// Clock3 aliases
|
|
698
698
|
export { default as Clock3Icon } from '../icons/clock-3';
|
|
699
699
|
// Clock4 aliases
|
|
@@ -706,48 +706,48 @@ export { default as Clock6Icon } from '../icons/clock-6';
|
|
|
706
706
|
export { default as Clock7Icon } from '../icons/clock-7';
|
|
707
707
|
// Clock8 aliases
|
|
708
708
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
709
|
-
// Clock9 aliases
|
|
710
|
-
export { default as Clock9Icon } from '../icons/clock-9';
|
|
711
709
|
// ClockAlert aliases
|
|
712
710
|
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
713
|
-
//
|
|
714
|
-
export { default as
|
|
711
|
+
// Clock9 aliases
|
|
712
|
+
export { default as Clock9Icon } from '../icons/clock-9';
|
|
715
713
|
// ClockArrowDown aliases
|
|
716
714
|
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
715
|
+
// ClockArrowUp aliases
|
|
716
|
+
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
717
717
|
// ClockCheck aliases
|
|
718
718
|
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
719
|
-
// ClockFading aliases
|
|
720
|
-
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
721
719
|
// ClockPlus aliases
|
|
722
720
|
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
721
|
+
// ClockFading aliases
|
|
722
|
+
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
723
723
|
// Clock aliases
|
|
724
724
|
export { default as ClockIcon } from '../icons/clock';
|
|
725
|
-
// ClosedCaption aliases
|
|
726
|
-
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
727
725
|
// CloudAlert aliases
|
|
728
726
|
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
727
|
+
// ClosedCaption aliases
|
|
728
|
+
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
729
729
|
// CloudBackup aliases
|
|
730
730
|
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
731
731
|
// CloudCheck aliases
|
|
732
732
|
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
733
733
|
// CloudCog aliases
|
|
734
734
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
735
|
-
// CloudDrizzle aliases
|
|
736
|
-
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
737
735
|
// CloudFog aliases
|
|
738
736
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
737
|
+
// CloudDrizzle aliases
|
|
738
|
+
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
739
739
|
// CloudHail aliases
|
|
740
740
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
741
741
|
// CloudLightning aliases
|
|
742
742
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
743
743
|
// CloudMoonRain aliases
|
|
744
744
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
745
|
-
// CloudOff aliases
|
|
746
|
-
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
747
745
|
// CloudMoon aliases
|
|
748
746
|
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
749
747
|
// CloudRainWind aliases
|
|
750
748
|
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
749
|
+
// CloudOff aliases
|
|
750
|
+
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
751
751
|
// CloudRain aliases
|
|
752
752
|
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
753
753
|
// CloudSnow aliases
|
|
@@ -756,12 +756,12 @@ export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
|
756
756
|
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
757
757
|
// CloudSun aliases
|
|
758
758
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
759
|
+
// Cloud aliases
|
|
760
|
+
export { default as CloudIcon } from '../icons/cloud';
|
|
759
761
|
// CloudSync aliases
|
|
760
762
|
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
761
763
|
// Cloudy aliases
|
|
762
764
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
763
|
-
// Cloud aliases
|
|
764
|
-
export { default as CloudIcon } from '../icons/cloud';
|
|
765
765
|
// Clover aliases
|
|
766
766
|
export { default as CloverIcon } from '../icons/clover';
|
|
767
767
|
// Club aliases
|
|
@@ -774,34 +774,34 @@ export { default as CoffeeIcon } from '../icons/coffee';
|
|
|
774
774
|
export { default as CogIcon } from '../icons/cog';
|
|
775
775
|
// Coins aliases
|
|
776
776
|
export { default as CoinsIcon } from '../icons/coins';
|
|
777
|
-
// Combine aliases
|
|
778
|
-
export { default as CombineIcon } from '../icons/combine';
|
|
779
777
|
// Columns4 aliases
|
|
780
778
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
779
|
+
// Combine aliases
|
|
780
|
+
export { default as CombineIcon } from '../icons/combine';
|
|
781
781
|
// Command aliases
|
|
782
782
|
export { default as CommandIcon } from '../icons/command';
|
|
783
783
|
// Compass aliases
|
|
784
784
|
export { default as CompassIcon } from '../icons/compass';
|
|
785
785
|
// Component aliases
|
|
786
786
|
export { default as ComponentIcon } from '../icons/component';
|
|
787
|
-
// Computer aliases
|
|
788
|
-
export { default as ComputerIcon } from '../icons/computer';
|
|
789
787
|
// ConciergeBell aliases
|
|
790
788
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
791
|
-
//
|
|
792
|
-
export { default as
|
|
789
|
+
// Computer aliases
|
|
790
|
+
export { default as ComputerIcon } from '../icons/computer';
|
|
793
791
|
// Construction aliases
|
|
794
792
|
export { default as ConstructionIcon } from '../icons/construction';
|
|
793
|
+
// Cone aliases
|
|
794
|
+
export { default as ConeIcon } from '../icons/cone';
|
|
795
795
|
// Contact aliases
|
|
796
796
|
export { default as ContactIcon } from '../icons/contact';
|
|
797
797
|
// Container aliases
|
|
798
798
|
export { default as ContainerIcon } from '../icons/container';
|
|
799
799
|
// Contrast aliases
|
|
800
800
|
export { default as ContrastIcon } from '../icons/contrast';
|
|
801
|
-
// Cookie aliases
|
|
802
|
-
export { default as CookieIcon } from '../icons/cookie';
|
|
803
801
|
// CookingPot aliases
|
|
804
802
|
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
803
|
+
// Cookie aliases
|
|
804
|
+
export { default as CookieIcon } from '../icons/cookie';
|
|
805
805
|
// CopyCheck aliases
|
|
806
806
|
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
807
807
|
// CopyMinus aliases
|
|
@@ -810,28 +810,28 @@ export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
|
810
810
|
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
811
811
|
// CopyX aliases
|
|
812
812
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
813
|
-
// Copy aliases
|
|
814
|
-
export { default as CopyIcon } from '../icons/copy';
|
|
815
813
|
// CopySlash aliases
|
|
816
814
|
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
815
|
+
// Copy aliases
|
|
816
|
+
export { default as CopyIcon } from '../icons/copy';
|
|
817
817
|
// Copyleft aliases
|
|
818
818
|
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
819
819
|
// Copyright aliases
|
|
820
820
|
export { default as CopyrightIcon } from '../icons/copyright';
|
|
821
|
+
// CornerDownLeft aliases
|
|
822
|
+
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
821
823
|
// CornerDownRight aliases
|
|
822
824
|
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
823
825
|
// CornerLeftDown aliases
|
|
824
826
|
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
825
|
-
// CornerDownLeft aliases
|
|
826
|
-
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
827
|
-
// CornerRightDown aliases
|
|
828
|
-
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
829
827
|
// CornerLeftUp aliases
|
|
830
828
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
831
|
-
//
|
|
832
|
-
export { default as
|
|
829
|
+
// CornerRightDown aliases
|
|
830
|
+
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
833
831
|
// CornerRightUp aliases
|
|
834
832
|
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
833
|
+
// CornerUpLeft aliases
|
|
834
|
+
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
835
835
|
// Cpu aliases
|
|
836
836
|
export { default as CpuIcon } from '../icons/cpu';
|
|
837
837
|
// CornerUpRight aliases
|
|
@@ -842,40 +842,40 @@ export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
|
842
842
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
843
843
|
// CreditCard aliases
|
|
844
844
|
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
845
|
-
// Cross aliases
|
|
846
|
-
export { default as CrossIcon } from '../icons/cross';
|
|
847
|
-
// Crosshair aliases
|
|
848
|
-
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
849
845
|
// Crop aliases
|
|
850
846
|
export { default as CropIcon } from '../icons/crop';
|
|
851
|
-
//
|
|
852
|
-
export { default as
|
|
847
|
+
// Cross aliases
|
|
848
|
+
export { default as CrossIcon } from '../icons/cross';
|
|
853
849
|
// Cuboid aliases
|
|
854
850
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
851
|
+
// Crown aliases
|
|
852
|
+
export { default as CrownIcon } from '../icons/crown';
|
|
855
853
|
// CupSoda aliases
|
|
856
854
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
857
855
|
// Currency aliases
|
|
858
856
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
857
|
+
// Crosshair aliases
|
|
858
|
+
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
859
859
|
// Cylinder aliases
|
|
860
860
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
861
861
|
// Dam aliases
|
|
862
862
|
export { default as DamIcon } from '../icons/dam';
|
|
863
863
|
// DatabaseBackup aliases
|
|
864
864
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
865
|
-
//
|
|
866
|
-
export { default as
|
|
865
|
+
// DatabaseSearch aliases
|
|
866
|
+
export { default as DatabaseSearchIcon } from '../icons/database-search';
|
|
867
867
|
// Database aliases
|
|
868
868
|
export { default as DatabaseIcon } from '../icons/database';
|
|
869
|
+
// DatabaseZap aliases
|
|
870
|
+
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
869
871
|
// DecimalsArrowLeft aliases
|
|
870
872
|
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
871
|
-
// DatabaseSearch aliases
|
|
872
|
-
export { default as DatabaseSearchIcon } from '../icons/database-search';
|
|
873
873
|
// DecimalsArrowRight aliases
|
|
874
874
|
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
875
|
-
// Delete aliases
|
|
876
|
-
export { default as DeleteIcon } from '../icons/delete';
|
|
877
875
|
// Dessert aliases
|
|
878
876
|
export { default as DessertIcon } from '../icons/dessert';
|
|
877
|
+
// Delete aliases
|
|
878
|
+
export { default as DeleteIcon } from '../icons/delete';
|
|
879
879
|
// Diameter aliases
|
|
880
880
|
export { default as DiameterIcon } from '../icons/diameter';
|
|
881
881
|
// DiamondMinus aliases
|
|
@@ -886,38 +886,38 @@ export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
|
886
886
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
887
887
|
// Dice1 aliases
|
|
888
888
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
889
|
-
// Dice3 aliases
|
|
890
|
-
export { default as Dice3Icon } from '../icons/dice-3';
|
|
891
889
|
// Dice2 aliases
|
|
892
890
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
893
|
-
//
|
|
894
|
-
export { default as
|
|
891
|
+
// Dice3 aliases
|
|
892
|
+
export { default as Dice3Icon } from '../icons/dice-3';
|
|
895
893
|
// Dice4 aliases
|
|
896
894
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
897
|
-
//
|
|
898
|
-
export { default as
|
|
895
|
+
// Dice5 aliases
|
|
896
|
+
export { default as Dice5Icon } from '../icons/dice-5';
|
|
899
897
|
// Dices aliases
|
|
900
898
|
export { default as DicesIcon } from '../icons/dices';
|
|
901
|
-
//
|
|
902
|
-
export { default as
|
|
899
|
+
// Dice6 aliases
|
|
900
|
+
export { default as Dice6Icon } from '../icons/dice-6';
|
|
903
901
|
// Disc2 aliases
|
|
904
902
|
export { default as Disc2Icon } from '../icons/disc-2';
|
|
903
|
+
// Diff aliases
|
|
904
|
+
export { default as DiffIcon } from '../icons/diff';
|
|
905
|
+
// DiscAlbum aliases
|
|
906
|
+
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
905
907
|
// Disc3 aliases
|
|
906
908
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
907
|
-
// Disc aliases
|
|
908
|
-
export { default as DiscIcon } from '../icons/disc';
|
|
909
909
|
// Divide aliases
|
|
910
910
|
export { default as DivideIcon } from '../icons/divide';
|
|
911
|
-
//
|
|
912
|
-
export { default as
|
|
913
|
-
// Dna aliases
|
|
914
|
-
export { default as DnaIcon } from '../icons/dna';
|
|
911
|
+
// Disc aliases
|
|
912
|
+
export { default as DiscIcon } from '../icons/disc';
|
|
915
913
|
// DnaOff aliases
|
|
916
914
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
917
|
-
// Dog aliases
|
|
918
|
-
export { default as DogIcon } from '../icons/dog';
|
|
919
915
|
// Dock aliases
|
|
920
916
|
export { default as DockIcon } from '../icons/dock';
|
|
917
|
+
// Dna aliases
|
|
918
|
+
export { default as DnaIcon } from '../icons/dna';
|
|
919
|
+
// Dog aliases
|
|
920
|
+
export { default as DogIcon } from '../icons/dog';
|
|
921
921
|
// DollarSign aliases
|
|
922
922
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
923
923
|
// Donut aliases
|
|
@@ -926,30 +926,30 @@ export { default as DonutIcon } from '../icons/donut';
|
|
|
926
926
|
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
927
927
|
// DoorClosed aliases
|
|
928
928
|
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
929
|
-
// Dot aliases
|
|
930
|
-
export { default as DotIcon } from '../icons/dot';
|
|
931
929
|
// DoorOpen aliases
|
|
932
930
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
931
|
+
// Dot aliases
|
|
932
|
+
export { default as DotIcon } from '../icons/dot';
|
|
933
933
|
// Download aliases
|
|
934
934
|
export { default as DownloadIcon } from '../icons/download';
|
|
935
935
|
// DraftingCompass aliases
|
|
936
936
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
937
937
|
// Drama aliases
|
|
938
938
|
export { default as DramaIcon } from '../icons/drama';
|
|
939
|
-
// Drone aliases
|
|
940
|
-
export { default as DroneIcon } from '../icons/drone';
|
|
941
939
|
// Drill aliases
|
|
942
940
|
export { default as DrillIcon } from '../icons/drill';
|
|
943
|
-
//
|
|
944
|
-
export { default as
|
|
941
|
+
// Drone aliases
|
|
942
|
+
export { default as DroneIcon } from '../icons/drone';
|
|
945
943
|
// DropletOff aliases
|
|
946
944
|
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
947
|
-
//
|
|
948
|
-
export { default as
|
|
945
|
+
// Droplet aliases
|
|
946
|
+
export { default as DropletIcon } from '../icons/droplet';
|
|
949
947
|
// Drum aliases
|
|
950
948
|
export { default as DrumIcon } from '../icons/drum';
|
|
951
949
|
// Drumstick aliases
|
|
952
950
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
951
|
+
// Droplets aliases
|
|
952
|
+
export { default as DropletsIcon } from '../icons/droplets';
|
|
953
953
|
// Dumbbell aliases
|
|
954
954
|
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
955
955
|
// EarOff aliases
|
|
@@ -958,38 +958,36 @@ export { default as EarOffIcon } from '../icons/ear-off';
|
|
|
958
958
|
export { default as EarIcon } from '../icons/ear';
|
|
959
959
|
// EarthLock aliases
|
|
960
960
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
961
|
-
// Eclipse aliases
|
|
962
|
-
export { default as EclipseIcon } from '../icons/eclipse';
|
|
963
961
|
// EggFried aliases
|
|
964
962
|
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
963
|
+
// Eclipse aliases
|
|
964
|
+
export { default as EclipseIcon } from '../icons/eclipse';
|
|
965
965
|
// Egg aliases
|
|
966
966
|
export { default as EggIcon } from '../icons/egg';
|
|
967
967
|
// EggOff aliases
|
|
968
968
|
export { default as EggOffIcon } from '../icons/egg-off';
|
|
969
|
-
// EqualApproximately aliases
|
|
970
|
-
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
971
969
|
// Ellipse aliases
|
|
972
970
|
export { default as EllipseIcon } from '../icons/ellipse';
|
|
971
|
+
// EqualApproximately aliases
|
|
972
|
+
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
973
973
|
// EqualNot aliases
|
|
974
974
|
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
975
|
-
// Eraser aliases
|
|
976
|
-
export { default as EraserIcon } from '../icons/eraser';
|
|
977
975
|
// Equal aliases
|
|
978
976
|
export { default as EqualIcon } from '../icons/equal';
|
|
979
|
-
//
|
|
980
|
-
export { default as
|
|
977
|
+
// Eraser aliases
|
|
978
|
+
export { default as EraserIcon } from '../icons/eraser';
|
|
981
979
|
// Euro aliases
|
|
982
980
|
export { default as EuroIcon } from '../icons/euro';
|
|
983
|
-
//
|
|
984
|
-
export { default as
|
|
981
|
+
// EthernetPort aliases
|
|
982
|
+
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
985
983
|
// EvCharger aliases
|
|
986
984
|
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
985
|
+
// Expand aliases
|
|
986
|
+
export { default as ExpandIcon } from '../icons/expand';
|
|
987
987
|
// ExternalLink aliases
|
|
988
988
|
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
989
989
|
// EyeClosed aliases
|
|
990
990
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
991
|
-
// EyeOff aliases
|
|
992
|
-
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
993
991
|
// Eye aliases
|
|
994
992
|
export { default as EyeIcon } from '../icons/eye';
|
|
995
993
|
// Factory aliases
|
|
@@ -1000,6 +998,8 @@ export { default as FanIcon } from '../icons/fan';
|
|
|
1000
998
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
1001
999
|
// Feather aliases
|
|
1002
1000
|
export { default as FeatherIcon } from '../icons/feather';
|
|
1001
|
+
// EyeOff aliases
|
|
1002
|
+
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
1003
1003
|
// Fence aliases
|
|
1004
1004
|
export { default as FenceIcon } from '../icons/fence';
|
|
1005
1005
|
// FerrisWheel aliases
|
|
@@ -1008,24 +1008,24 @@ export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
|
1008
1008
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
1009
1009
|
// FileBox aliases
|
|
1010
1010
|
export { default as FileBoxIcon } from '../icons/file-box';
|
|
1011
|
-
// FileCheck aliases
|
|
1012
|
-
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1013
1011
|
// FileClock aliases
|
|
1014
1012
|
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1013
|
+
// FileCheck aliases
|
|
1014
|
+
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1015
1015
|
// FileCode aliases
|
|
1016
1016
|
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1017
|
-
// FileDiff aliases
|
|
1018
|
-
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
1019
1017
|
// FileDigit aliases
|
|
1020
1018
|
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1019
|
+
// FileDiff aliases
|
|
1020
|
+
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
1021
1021
|
// FileDown aliases
|
|
1022
1022
|
export { default as FileDownIcon } from '../icons/file-down';
|
|
1023
|
-
// FileHeart aliases
|
|
1024
|
-
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1025
1023
|
// FileImage aliases
|
|
1026
1024
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
1027
1025
|
// FileInput aliases
|
|
1028
1026
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
1027
|
+
// FileHeart aliases
|
|
1028
|
+
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1029
1029
|
// FileMinus aliases
|
|
1030
1030
|
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1031
1031
|
// FileMusic aliases
|
|
@@ -1036,20 +1036,20 @@ export { default as FileOutputIcon } from '../icons/file-output';
|
|
|
1036
1036
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1037
1037
|
// FileScan aliases
|
|
1038
1038
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1039
|
-
// FileSliders aliases
|
|
1040
|
-
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1041
1039
|
// FileSearch aliases
|
|
1042
1040
|
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1041
|
+
// FileSliders aliases
|
|
1042
|
+
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1043
1043
|
// FileSpreadsheet aliases
|
|
1044
1044
|
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1045
|
-
// FileSymlink aliases
|
|
1046
|
-
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1047
1045
|
// FileStack aliases
|
|
1048
1046
|
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1049
|
-
//
|
|
1050
|
-
export { default as
|
|
1047
|
+
// FileSymlink aliases
|
|
1048
|
+
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1051
1049
|
// FileTerminal aliases
|
|
1052
1050
|
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1051
|
+
// FileText aliases
|
|
1052
|
+
export { default as FileTextIcon } from '../icons/file-text';
|
|
1053
1053
|
// FileType aliases
|
|
1054
1054
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1055
1055
|
// FileUp aliases
|
|
@@ -1066,24 +1066,24 @@ export { default as FileIcon } from '../icons/file';
|
|
|
1066
1066
|
export { default as FilesIcon } from '../icons/files';
|
|
1067
1067
|
// Film aliases
|
|
1068
1068
|
export { default as FilmIcon } from '../icons/film';
|
|
1069
|
-
// FireExtinguisher aliases
|
|
1070
|
-
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1071
1069
|
// FishOff aliases
|
|
1072
1070
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1071
|
+
// FireExtinguisher aliases
|
|
1072
|
+
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1073
1073
|
// FishSymbol aliases
|
|
1074
1074
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1075
1075
|
// Fish aliases
|
|
1076
1076
|
export { default as FishIcon } from '../icons/fish';
|
|
1077
1077
|
// FishingHook aliases
|
|
1078
1078
|
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1079
|
-
// FishingRod aliases
|
|
1080
|
-
export { default as FishingRodIcon } from '../icons/fishing-rod';
|
|
1081
1079
|
// FlagOff aliases
|
|
1082
1080
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1083
|
-
//
|
|
1084
|
-
export { default as
|
|
1081
|
+
// FishingRod aliases
|
|
1082
|
+
export { default as FishingRodIcon } from '../icons/fishing-rod';
|
|
1085
1083
|
// FlagTriangleLeft aliases
|
|
1086
1084
|
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1085
|
+
// FlagTriangleRight aliases
|
|
1086
|
+
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1087
1087
|
// Flag aliases
|
|
1088
1088
|
export { default as FlagIcon } from '../icons/flag';
|
|
1089
1089
|
// FlameKindling aliases
|
|
@@ -1100,10 +1100,10 @@ export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
|
1100
1100
|
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1101
1101
|
// FlaskRound aliases
|
|
1102
1102
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1103
|
-
// FlipVertical2 aliases
|
|
1104
|
-
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1105
1103
|
// FlipHorizontal2 aliases
|
|
1106
1104
|
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1105
|
+
// FlipVertical2 aliases
|
|
1106
|
+
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1107
1107
|
// Flower2 aliases
|
|
1108
1108
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1109
1109
|
// Focus aliases
|
|
@@ -1116,10 +1116,10 @@ export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
|
1116
1116
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1117
1117
|
// FolderArchive aliases
|
|
1118
1118
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1119
|
-
// FolderCheck aliases
|
|
1120
|
-
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1121
1119
|
// FolderClock aliases
|
|
1122
1120
|
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1121
|
+
// FolderCheck aliases
|
|
1122
|
+
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1123
1123
|
// FolderClosed aliases
|
|
1124
1124
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1125
1125
|
// FolderCode aliases
|
|
@@ -1130,66 +1130,66 @@ export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
|
1130
1130
|
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1131
1131
|
// FolderGit2 aliases
|
|
1132
1132
|
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1133
|
-
// FolderGit aliases
|
|
1134
|
-
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1135
1133
|
// FolderHeart aliases
|
|
1136
1134
|
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1137
1135
|
// FolderInput aliases
|
|
1138
1136
|
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1137
|
+
// FolderGit aliases
|
|
1138
|
+
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1139
1139
|
// FolderKanban aliases
|
|
1140
1140
|
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1141
|
+
// FolderLock aliases
|
|
1142
|
+
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1141
1143
|
// FolderKey aliases
|
|
1142
1144
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1143
|
-
// FolderOpenDot aliases
|
|
1144
|
-
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1145
1145
|
// FolderMinus aliases
|
|
1146
1146
|
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1147
|
-
//
|
|
1148
|
-
export { default as
|
|
1149
|
-
// FolderOutput aliases
|
|
1150
|
-
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1147
|
+
// FolderOpenDot aliases
|
|
1148
|
+
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1151
1149
|
// FolderOpen aliases
|
|
1152
1150
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1153
1151
|
// FolderPlus aliases
|
|
1154
1152
|
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1153
|
+
// FolderOutput aliases
|
|
1154
|
+
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1155
1155
|
// FolderRoot aliases
|
|
1156
1156
|
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1157
1157
|
// FolderSearch2 aliases
|
|
1158
1158
|
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1159
|
-
// FolderSearch aliases
|
|
1160
|
-
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1161
1159
|
// FolderSymlink aliases
|
|
1162
1160
|
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1163
|
-
//
|
|
1164
|
-
export { default as
|
|
1161
|
+
// FolderSearch aliases
|
|
1162
|
+
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1165
1163
|
// FolderSync aliases
|
|
1166
1164
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1165
|
+
// FolderTree aliases
|
|
1166
|
+
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1167
1167
|
// FolderUp aliases
|
|
1168
1168
|
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1169
|
-
// FolderX aliases
|
|
1170
|
-
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1171
1169
|
// Folder aliases
|
|
1172
1170
|
export { default as FolderIcon } from '../icons/folder';
|
|
1173
|
-
//
|
|
1174
|
-
export { default as
|
|
1171
|
+
// FolderX aliases
|
|
1172
|
+
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1175
1173
|
// Footprints aliases
|
|
1176
1174
|
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1175
|
+
// Folders aliases
|
|
1176
|
+
export { default as FoldersIcon } from '../icons/folders';
|
|
1177
1177
|
// Forklift aliases
|
|
1178
1178
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1179
|
-
// Form aliases
|
|
1180
|
-
export { default as FormIcon } from '../icons/form';
|
|
1181
1179
|
// Forward aliases
|
|
1182
1180
|
export { default as ForwardIcon } from '../icons/forward';
|
|
1181
|
+
// Form aliases
|
|
1182
|
+
export { default as FormIcon } from '../icons/form';
|
|
1183
1183
|
// Frame aliases
|
|
1184
1184
|
export { default as FrameIcon } from '../icons/frame';
|
|
1185
1185
|
// Frown aliases
|
|
1186
1186
|
export { default as FrownIcon } from '../icons/frown';
|
|
1187
1187
|
// Fuel aliases
|
|
1188
1188
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1189
|
-
// FunnelPlus aliases
|
|
1190
|
-
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1191
1189
|
// Fullscreen aliases
|
|
1192
1190
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1191
|
+
// FunnelPlus aliases
|
|
1192
|
+
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1193
1193
|
// GalleryHorizontalEnd aliases
|
|
1194
1194
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1195
1195
|
// GalleryThumbnails aliases
|
|
@@ -1200,20 +1200,20 @@ export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
|
1200
1200
|
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1201
1201
|
// GalleryVertical aliases
|
|
1202
1202
|
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1203
|
-
// Gamepad aliases
|
|
1204
|
-
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1205
|
-
// Gamepad2 aliases
|
|
1206
|
-
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1207
1203
|
// GamepadDirectional aliases
|
|
1208
1204
|
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1205
|
+
// Gamepad2 aliases
|
|
1206
|
+
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1207
|
+
// Gamepad aliases
|
|
1208
|
+
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1209
1209
|
// Gauge aliases
|
|
1210
1210
|
export { default as GaugeIcon } from '../icons/gauge';
|
|
1211
1211
|
// Gavel aliases
|
|
1212
1212
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1213
|
-
// GeorgianLari aliases
|
|
1214
|
-
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1215
1213
|
// Gem aliases
|
|
1216
1214
|
export { default as GemIcon } from '../icons/gem';
|
|
1215
|
+
// GeorgianLari aliases
|
|
1216
|
+
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1217
1217
|
// Ghost aliases
|
|
1218
1218
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1219
1219
|
// Gift aliases
|
|
@@ -1222,30 +1222,30 @@ export { default as GiftIcon } from '../icons/gift';
|
|
|
1222
1222
|
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1223
1223
|
// GitBranchPlus aliases
|
|
1224
1224
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1225
|
-
// GitBranch aliases
|
|
1226
|
-
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1227
1225
|
// GitCommitVertical aliases
|
|
1228
1226
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1227
|
+
// GitBranch aliases
|
|
1228
|
+
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1229
1229
|
// GitCompareArrows aliases
|
|
1230
1230
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1231
1231
|
// GitCompare aliases
|
|
1232
1232
|
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1233
|
-
// GitMergeConflict aliases
|
|
1234
|
-
export { default as GitMergeConflictIcon } from '../icons/git-merge-conflict';
|
|
1235
1233
|
// GitFork aliases
|
|
1236
1234
|
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1235
|
+
// GitMergeConflict aliases
|
|
1236
|
+
export { default as GitMergeConflictIcon } from '../icons/git-merge-conflict';
|
|
1237
1237
|
// GitGraph aliases
|
|
1238
1238
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1239
1239
|
// GitMerge aliases
|
|
1240
1240
|
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1241
|
-
// GitPullRequestClosed aliases
|
|
1242
|
-
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1243
1241
|
// GitPullRequestArrow aliases
|
|
1244
1242
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1245
|
-
//
|
|
1246
|
-
export { default as
|
|
1243
|
+
// GitPullRequestClosed aliases
|
|
1244
|
+
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1247
1245
|
// GitPullRequestCreate aliases
|
|
1248
1246
|
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1247
|
+
// GitPullRequestCreateArrow aliases
|
|
1248
|
+
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1249
1249
|
// GitPullRequestDraft aliases
|
|
1250
1250
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1251
1251
|
// GitPullRequest aliases
|
|
@@ -1258,18 +1258,18 @@ export { default as GlassesIcon } from '../icons/glasses';
|
|
|
1258
1258
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1259
1259
|
// GlobeOff aliases
|
|
1260
1260
|
export { default as GlobeOffIcon } from '../icons/globe-off';
|
|
1261
|
+
// GlobeX aliases
|
|
1262
|
+
export { default as GlobeXIcon } from '../icons/globe-x';
|
|
1261
1263
|
// Globe aliases
|
|
1262
1264
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1263
1265
|
// Goal aliases
|
|
1264
1266
|
export { default as GoalIcon } from '../icons/goal';
|
|
1265
|
-
// GlobeX aliases
|
|
1266
|
-
export { default as GlobeXIcon } from '../icons/globe-x';
|
|
1267
1267
|
// Gpu aliases
|
|
1268
1268
|
export { default as GpuIcon } from '../icons/gpu';
|
|
1269
|
-
// Grape aliases
|
|
1270
|
-
export { default as GrapeIcon } from '../icons/grape';
|
|
1271
1269
|
// GraduationCap aliases
|
|
1272
1270
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1271
|
+
// Grape aliases
|
|
1272
|
+
export { default as GrapeIcon } from '../icons/grape';
|
|
1273
1273
|
// Grid3x2 aliases
|
|
1274
1274
|
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1275
1275
|
// GripHorizontal aliases
|
|
@@ -1286,16 +1286,16 @@ export { default as GuitarIcon } from '../icons/guitar';
|
|
|
1286
1286
|
export { default as HamIcon } from '../icons/ham';
|
|
1287
1287
|
// Hamburger aliases
|
|
1288
1288
|
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1289
|
-
// HandCoins aliases
|
|
1290
|
-
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1291
1289
|
// Hammer aliases
|
|
1292
1290
|
export { default as HammerIcon } from '../icons/hammer';
|
|
1293
|
-
//
|
|
1294
|
-
export { default as
|
|
1291
|
+
// HandCoins aliases
|
|
1292
|
+
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1295
1293
|
// HandFist aliases
|
|
1296
1294
|
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1297
1295
|
// HandMetal aliases
|
|
1298
1296
|
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1297
|
+
// HandHeart aliases
|
|
1298
|
+
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1299
1299
|
// HandPlatter aliases
|
|
1300
1300
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1301
1301
|
// Hand aliases
|
|
@@ -1324,42 +1324,42 @@ export { default as HdIcon } from '../icons/hd';
|
|
|
1324
1324
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1325
1325
|
// Heading1 aliases
|
|
1326
1326
|
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1327
|
-
// Heading2 aliases
|
|
1328
|
-
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1329
1327
|
// Heading3 aliases
|
|
1330
1328
|
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1331
|
-
//
|
|
1332
|
-
export { default as
|
|
1329
|
+
// Heading2 aliases
|
|
1330
|
+
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1333
1331
|
// Heading5 aliases
|
|
1334
1332
|
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1335
1333
|
// Heading6 aliases
|
|
1336
1334
|
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1335
|
+
// Heading4 aliases
|
|
1336
|
+
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1337
1337
|
// Heading aliases
|
|
1338
1338
|
export { default as HeadingIcon } from '../icons/heading';
|
|
1339
|
-
// HeadphoneOff aliases
|
|
1340
|
-
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1341
|
-
// Headphones aliases
|
|
1342
|
-
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1343
1339
|
// Headset aliases
|
|
1344
1340
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1341
|
+
// HeadphoneOff aliases
|
|
1342
|
+
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1345
1343
|
// HeartCrack aliases
|
|
1346
1344
|
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1345
|
+
// Headphones aliases
|
|
1346
|
+
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1347
1347
|
// HeartHandshake aliases
|
|
1348
1348
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1349
|
+
// HeartMinus aliases
|
|
1350
|
+
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1349
1351
|
// HeartOff aliases
|
|
1350
1352
|
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1351
1353
|
// HeartPlus aliases
|
|
1352
1354
|
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1353
|
-
// HeartMinus aliases
|
|
1354
|
-
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1355
1355
|
// HeartPulse aliases
|
|
1356
1356
|
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1357
|
+
// Heater aliases
|
|
1358
|
+
export { default as HeaterIcon } from '../icons/heater';
|
|
1357
1359
|
// Heart aliases
|
|
1358
1360
|
export { default as HeartIcon } from '../icons/heart';
|
|
1359
1361
|
// Helicopter aliases
|
|
1360
1362
|
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1361
|
-
// Heater aliases
|
|
1362
|
-
export { default as HeaterIcon } from '../icons/heater';
|
|
1363
1363
|
// History aliases
|
|
1364
1364
|
export { default as HistoryIcon } from '../icons/history';
|
|
1365
1365
|
// Hexagon aliases
|
|
@@ -1370,16 +1370,16 @@ export { default as HighlighterIcon } from '../icons/highlighter';
|
|
|
1370
1370
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1371
1371
|
// Hop aliases
|
|
1372
1372
|
export { default as HopIcon } from '../icons/hop';
|
|
1373
|
-
// Hotel aliases
|
|
1374
|
-
export { default as HotelIcon } from '../icons/hotel';
|
|
1375
1373
|
// Hospital aliases
|
|
1376
1374
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1377
|
-
//
|
|
1378
|
-
export { default as
|
|
1375
|
+
// Hotel aliases
|
|
1376
|
+
export { default as HotelIcon } from '../icons/hotel';
|
|
1379
1377
|
// Hourglass aliases
|
|
1380
1378
|
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1381
1379
|
// HousePlug aliases
|
|
1382
1380
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1381
|
+
// HouseHeart aliases
|
|
1382
|
+
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1383
1383
|
// HouseWifi aliases
|
|
1384
1384
|
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1385
1385
|
// HousePlus aliases
|
|
@@ -1390,32 +1390,32 @@ export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
|
1390
1390
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1391
1391
|
// ImageDown aliases
|
|
1392
1392
|
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1393
|
-
// ImagePlay aliases
|
|
1394
|
-
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1395
|
-
// ImageOff aliases
|
|
1396
|
-
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1397
1393
|
// ImageMinus aliases
|
|
1398
1394
|
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1399
|
-
//
|
|
1400
|
-
export { default as
|
|
1395
|
+
// ImageOff aliases
|
|
1396
|
+
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1397
|
+
// ImagePlay aliases
|
|
1398
|
+
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1401
1399
|
// ImagePlus aliases
|
|
1402
1400
|
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1401
|
+
// ImageUp aliases
|
|
1402
|
+
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1403
|
+
// Image aliases
|
|
1404
|
+
export { default as ImageIcon } from '../icons/image';
|
|
1403
1405
|
// ImageUpscale aliases
|
|
1404
1406
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1405
1407
|
// Images aliases
|
|
1406
1408
|
export { default as ImagesIcon } from '../icons/images';
|
|
1407
|
-
//
|
|
1408
|
-
export { default as
|
|
1409
|
+
// IndianRupee aliases
|
|
1410
|
+
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1409
1411
|
// Import aliases
|
|
1410
1412
|
export { default as ImportIcon } from '../icons/import';
|
|
1411
1413
|
// Inbox aliases
|
|
1412
1414
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1413
|
-
// IndianRupee aliases
|
|
1414
|
-
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1415
|
-
// Info aliases
|
|
1416
|
-
export { default as InfoIcon } from '../icons/info';
|
|
1417
1415
|
// Infinity aliases
|
|
1418
1416
|
export { default as InfinityIcon } from '../icons/infinity';
|
|
1417
|
+
// Info aliases
|
|
1418
|
+
export { default as InfoIcon } from '../icons/info';
|
|
1419
1419
|
// InspectionPanel aliases
|
|
1420
1420
|
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1421
1421
|
// Italic aliases
|
|
@@ -1426,10 +1426,10 @@ export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
|
1426
1426
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1427
1427
|
// JapaneseYen aliases
|
|
1428
1428
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1429
|
-
// Kanban aliases
|
|
1430
|
-
export { default as KanbanIcon } from '../icons/kanban';
|
|
1431
1429
|
// Joystick aliases
|
|
1432
1430
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1431
|
+
// Kanban aliases
|
|
1432
|
+
export { default as KanbanIcon } from '../icons/kanban';
|
|
1433
1433
|
// Kayak aliases
|
|
1434
1434
|
export { default as KayakIcon } from '../icons/kayak';
|
|
1435
1435
|
// KeyRound aliases
|
|
@@ -1444,10 +1444,10 @@ export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
|
1444
1444
|
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1445
1445
|
// Keyboard aliases
|
|
1446
1446
|
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1447
|
-
// LampDesk aliases
|
|
1448
|
-
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1449
1447
|
// LampCeiling aliases
|
|
1450
1448
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1449
|
+
// LampDesk aliases
|
|
1450
|
+
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1451
1451
|
// LampFloor aliases
|
|
1452
1452
|
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1453
1453
|
// LampWallDown aliases
|
|
@@ -1460,24 +1460,24 @@ export { default as LampIcon } from '../icons/lamp';
|
|
|
1460
1460
|
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1461
1461
|
// Landmark aliases
|
|
1462
1462
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1463
|
-
// Languages aliases
|
|
1464
|
-
export { default as LanguagesIcon } from '../icons/languages';
|
|
1465
|
-
// Laptop aliases
|
|
1466
|
-
export { default as LaptopIcon } from '../icons/laptop';
|
|
1467
1463
|
// LaptopMinimalCheck aliases
|
|
1468
1464
|
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1465
|
+
// Laptop aliases
|
|
1466
|
+
export { default as LaptopIcon } from '../icons/laptop';
|
|
1467
|
+
// Languages aliases
|
|
1468
|
+
export { default as LanguagesIcon } from '../icons/languages';
|
|
1469
1469
|
// LassoSelect aliases
|
|
1470
1470
|
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1471
|
-
// Lasso aliases
|
|
1472
|
-
export { default as LassoIcon } from '../icons/lasso';
|
|
1473
1471
|
// Laugh aliases
|
|
1474
1472
|
export { default as LaughIcon } from '../icons/laugh';
|
|
1473
|
+
// Lasso aliases
|
|
1474
|
+
export { default as LassoIcon } from '../icons/lasso';
|
|
1475
|
+
// LayersPlus aliases
|
|
1476
|
+
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1475
1477
|
// Layers2 aliases
|
|
1476
1478
|
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1477
1479
|
// LayoutDashboard aliases
|
|
1478
1480
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1479
|
-
// LayersPlus aliases
|
|
1480
|
-
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1481
1481
|
// LayoutGrid aliases
|
|
1482
1482
|
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1483
1483
|
// LayoutList aliases
|
|
@@ -1486,24 +1486,24 @@ export { default as LayoutListIcon } from '../icons/layout-list';
|
|
|
1486
1486
|
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1487
1487
|
// LayoutPanelTop aliases
|
|
1488
1488
|
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1489
|
-
// LayoutTemplate aliases
|
|
1490
|
-
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1491
1489
|
// Leaf aliases
|
|
1492
1490
|
export { default as LeafIcon } from '../icons/leaf';
|
|
1493
|
-
//
|
|
1494
|
-
export { default as
|
|
1491
|
+
// LayoutTemplate aliases
|
|
1492
|
+
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1495
1493
|
// LeafyGreen aliases
|
|
1496
1494
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1495
|
+
// Lectern aliases
|
|
1496
|
+
export { default as LecternIcon } from '../icons/lectern';
|
|
1497
1497
|
// LensConcave aliases
|
|
1498
1498
|
export { default as LensConcaveIcon } from '../icons/lens-concave';
|
|
1499
1499
|
// LensConvex aliases
|
|
1500
1500
|
export { default as LensConvexIcon } from '../icons/lens-convex';
|
|
1501
|
+
// LibraryBig aliases
|
|
1502
|
+
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1501
1503
|
// Library aliases
|
|
1502
1504
|
export { default as LibraryIcon } from '../icons/library';
|
|
1503
1505
|
// LifeBuoy aliases
|
|
1504
1506
|
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1505
|
-
// LibraryBig aliases
|
|
1506
|
-
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1507
1507
|
// Ligature aliases
|
|
1508
1508
|
export { default as LigatureIcon } from '../icons/ligature';
|
|
1509
1509
|
// LightbulbOff aliases
|
|
@@ -1516,62 +1516,62 @@ export { default as LineDotRightHorizontalIcon } from '../icons/line-dot-right-h
|
|
|
1516
1516
|
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1517
1517
|
// LineStyle aliases
|
|
1518
1518
|
export { default as LineStyleIcon } from '../icons/line-style';
|
|
1519
|
-
// Link2Off aliases
|
|
1520
|
-
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1521
1519
|
// Link2 aliases
|
|
1522
1520
|
export { default as Link2Icon } from '../icons/link-2';
|
|
1521
|
+
// Link2Off aliases
|
|
1522
|
+
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1523
1523
|
// Link aliases
|
|
1524
1524
|
export { default as LinkIcon } from '../icons/link';
|
|
1525
1525
|
// ListCheck aliases
|
|
1526
1526
|
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1527
1527
|
// ListChecks aliases
|
|
1528
1528
|
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1529
|
-
// ListChevronsUpDown aliases
|
|
1530
|
-
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1531
|
-
// ListCollapse aliases
|
|
1532
|
-
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1533
1529
|
// ListChevronsDownUp aliases
|
|
1534
1530
|
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1531
|
+
// ListChevronsUpDown aliases
|
|
1532
|
+
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1535
1533
|
// ListEnd aliases
|
|
1536
1534
|
export { default as ListEndIcon } from '../icons/list-end';
|
|
1535
|
+
// ListCollapse aliases
|
|
1536
|
+
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1537
1537
|
// ListFilterPlus aliases
|
|
1538
1538
|
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1539
1539
|
// ListFilter aliases
|
|
1540
1540
|
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1541
|
+
// ListOrdered aliases
|
|
1542
|
+
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1541
1543
|
// ListMusic aliases
|
|
1542
1544
|
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1543
1545
|
// ListMinus aliases
|
|
1544
1546
|
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1545
|
-
// ListOrdered aliases
|
|
1546
|
-
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1547
|
-
// ListRestart aliases
|
|
1548
|
-
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1549
1547
|
// ListPlus aliases
|
|
1550
1548
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1551
|
-
//
|
|
1552
|
-
export { default as
|
|
1549
|
+
// ListRestart aliases
|
|
1550
|
+
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1553
1551
|
// ListStart aliases
|
|
1554
1552
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1553
|
+
// ListTodo aliases
|
|
1554
|
+
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1555
1555
|
// ListTree aliases
|
|
1556
1556
|
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1557
|
-
// ListX aliases
|
|
1558
|
-
export { default as ListXIcon } from '../icons/list-x';
|
|
1559
1557
|
// ListVideo aliases
|
|
1560
1558
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1561
|
-
//
|
|
1562
|
-
export { default as
|
|
1559
|
+
// ListX aliases
|
|
1560
|
+
export { default as ListXIcon } from '../icons/list-x';
|
|
1563
1561
|
// LoaderPinwheel aliases
|
|
1564
1562
|
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1563
|
+
// List aliases
|
|
1564
|
+
export { default as ListIcon } from '../icons/list';
|
|
1565
1565
|
// Loader aliases
|
|
1566
1566
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1567
1567
|
// LocateFixed aliases
|
|
1568
1568
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1569
|
-
// LocateOff aliases
|
|
1570
|
-
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1571
1569
|
// Locate aliases
|
|
1572
1570
|
export { default as LocateIcon } from '../icons/locate';
|
|
1573
1571
|
// LockKeyhole aliases
|
|
1574
1572
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1573
|
+
// LocateOff aliases
|
|
1574
|
+
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1575
1575
|
// Lock aliases
|
|
1576
1576
|
export { default as LockIcon } from '../icons/lock';
|
|
1577
1577
|
// LogIn aliases
|
|
@@ -1580,146 +1580,146 @@ export { default as LogInIcon } from '../icons/log-in';
|
|
|
1580
1580
|
export { default as LogOutIcon } from '../icons/log-out';
|
|
1581
1581
|
// Logs aliases
|
|
1582
1582
|
export { default as LogsIcon } from '../icons/logs';
|
|
1583
|
-
// Lollipop aliases
|
|
1584
|
-
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1585
|
-
// MailCheck aliases
|
|
1586
|
-
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1587
1583
|
// Luggage aliases
|
|
1588
1584
|
export { default as LuggageIcon } from '../icons/luggage';
|
|
1585
|
+
// Lollipop aliases
|
|
1586
|
+
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1589
1587
|
// Magnet aliases
|
|
1590
1588
|
export { default as MagnetIcon } from '../icons/magnet';
|
|
1589
|
+
// MailCheck aliases
|
|
1590
|
+
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1591
1591
|
// MailMinus aliases
|
|
1592
1592
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1593
|
-
// MailPlus aliases
|
|
1594
|
-
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1595
1593
|
// MailOpen aliases
|
|
1596
1594
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1595
|
+
// MailPlus aliases
|
|
1596
|
+
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1597
1597
|
// MailSearch aliases
|
|
1598
1598
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1599
|
-
// MailX aliases
|
|
1600
|
-
export { default as MailXIcon } from '../icons/mail-x';
|
|
1601
1599
|
// MailWarning aliases
|
|
1602
1600
|
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1603
1601
|
// Mail aliases
|
|
1604
1602
|
export { default as MailIcon } from '../icons/mail';
|
|
1605
|
-
//
|
|
1606
|
-
export { default as
|
|
1603
|
+
// MailX aliases
|
|
1604
|
+
export { default as MailXIcon } from '../icons/mail-x';
|
|
1607
1605
|
// Mailbox aliases
|
|
1608
1606
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1609
|
-
//
|
|
1610
|
-
export { default as
|
|
1607
|
+
// Mails aliases
|
|
1608
|
+
export { default as MailsIcon } from '../icons/mails';
|
|
1611
1609
|
// MapPinCheckInside aliases
|
|
1612
1610
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1611
|
+
// MapPinHouse aliases
|
|
1612
|
+
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1613
|
+
// MapMinus aliases
|
|
1614
|
+
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1613
1615
|
// MapPinCheck aliases
|
|
1614
1616
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1615
1617
|
// MapPinMinusInside aliases
|
|
1616
1618
|
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1617
|
-
//
|
|
1618
|
-
export { default as
|
|
1619
|
+
// MapPinOff aliases
|
|
1620
|
+
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1619
1621
|
// MapPinMinus aliases
|
|
1620
1622
|
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1621
1623
|
// MapPinPlusInside aliases
|
|
1622
1624
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1623
|
-
//
|
|
1624
|
-
export { default as
|
|
1625
|
+
// MapPinPlus aliases
|
|
1626
|
+
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1625
1627
|
// MapPinXInside aliases
|
|
1626
1628
|
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1627
1629
|
// MapPinX aliases
|
|
1628
1630
|
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1629
|
-
// MapPinPlus aliases
|
|
1630
|
-
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1631
1631
|
// MapPin aliases
|
|
1632
1632
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1633
|
-
// MapPinned aliases
|
|
1634
|
-
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1635
1633
|
// MapPlus aliases
|
|
1636
1634
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1635
|
+
// MapPinned aliases
|
|
1636
|
+
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1637
1637
|
// Map aliases
|
|
1638
1638
|
export { default as MapIcon } from '../icons/map';
|
|
1639
1639
|
// MarsStroke aliases
|
|
1640
1640
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1641
|
-
// Maximize aliases
|
|
1642
|
-
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1643
1641
|
// Mars aliases
|
|
1644
1642
|
export { default as MarsIcon } from '../icons/mars';
|
|
1643
|
+
// Martini aliases
|
|
1644
|
+
export { default as MartiniIcon } from '../icons/martini';
|
|
1645
1645
|
// Maximize2 aliases
|
|
1646
1646
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1647
1647
|
// Medal aliases
|
|
1648
1648
|
export { default as MedalIcon } from '../icons/medal';
|
|
1649
|
-
//
|
|
1650
|
-
export { default as
|
|
1651
|
-
// MegaphoneOff aliases
|
|
1652
|
-
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1649
|
+
// Maximize aliases
|
|
1650
|
+
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1653
1651
|
// Megaphone aliases
|
|
1654
1652
|
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1653
|
+
// MegaphoneOff aliases
|
|
1654
|
+
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1655
1655
|
// Meh aliases
|
|
1656
1656
|
export { default as MehIcon } from '../icons/meh';
|
|
1657
|
-
// MemoryStick aliases
|
|
1658
|
-
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1659
1657
|
// Menu aliases
|
|
1660
1658
|
export { default as MenuIcon } from '../icons/menu';
|
|
1661
1659
|
// Merge aliases
|
|
1662
1660
|
export { default as MergeIcon } from '../icons/merge';
|
|
1661
|
+
// MemoryStick aliases
|
|
1662
|
+
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1663
1663
|
// MessageCircleCheck aliases
|
|
1664
1664
|
export { default as MessageCircleCheckIcon } from '../icons/message-circle-check';
|
|
1665
|
-
// MessageCircleCode aliases
|
|
1666
|
-
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1667
1665
|
// MessageCircleDashed aliases
|
|
1668
1666
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1669
1667
|
// MessageCircleHeart aliases
|
|
1670
1668
|
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1671
|
-
//
|
|
1672
|
-
export { default as
|
|
1669
|
+
// MessageCircleCode aliases
|
|
1670
|
+
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1673
1671
|
// MessageCircleOff aliases
|
|
1674
1672
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1675
|
-
//
|
|
1676
|
-
export { default as
|
|
1677
|
-
// MessageCircleReply aliases
|
|
1678
|
-
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1673
|
+
// MessageCircleMore aliases
|
|
1674
|
+
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1679
1675
|
// MessageCirclePlus aliases
|
|
1680
1676
|
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1681
|
-
//
|
|
1682
|
-
export { default as
|
|
1677
|
+
// MessageCircleReply aliases
|
|
1678
|
+
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1679
|
+
// MessageCircleWarning aliases
|
|
1680
|
+
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1683
1681
|
// MessageCircle aliases
|
|
1684
1682
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1685
|
-
//
|
|
1686
|
-
export { default as
|
|
1683
|
+
// MessageCircleX aliases
|
|
1684
|
+
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1687
1685
|
// MessageSquareCheck aliases
|
|
1688
1686
|
export { default as MessageSquareCheckIcon } from '../icons/message-square-check';
|
|
1687
|
+
// MessageSquareCode aliases
|
|
1688
|
+
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1689
|
+
// MessageSquareDashed aliases
|
|
1690
|
+
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1689
1691
|
// MessageSquareDiff aliases
|
|
1690
1692
|
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1691
1693
|
// MessageSquareDot aliases
|
|
1692
1694
|
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1695
|
+
// MessageSquareMore aliases
|
|
1696
|
+
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1693
1697
|
// MessageSquareHeart aliases
|
|
1694
1698
|
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1695
|
-
// MessageSquareDashed aliases
|
|
1696
|
-
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1697
1699
|
// MessageSquareLock aliases
|
|
1698
1700
|
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1699
|
-
// MessageSquareMore aliases
|
|
1700
|
-
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1701
1701
|
// MessageSquareOff aliases
|
|
1702
1702
|
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1703
1703
|
// MessageSquarePlus aliases
|
|
1704
1704
|
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1705
|
-
// MessageSquareQuote aliases
|
|
1706
|
-
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1707
1705
|
// MessageSquareReply aliases
|
|
1708
1706
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1709
|
-
// MessageSquareText aliases
|
|
1710
|
-
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1711
1707
|
// MessageSquareShare aliases
|
|
1712
1708
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1709
|
+
// MessageSquareQuote aliases
|
|
1710
|
+
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1711
|
+
// MessageSquareText aliases
|
|
1712
|
+
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1713
1713
|
// MessageSquareWarning aliases
|
|
1714
1714
|
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1715
1715
|
// MessageSquareX aliases
|
|
1716
1716
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1717
1717
|
// MessageSquare aliases
|
|
1718
1718
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1719
|
-
// MessagesSquare aliases
|
|
1720
|
-
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1721
1719
|
// Metronome aliases
|
|
1722
1720
|
export { default as MetronomeIcon } from '../icons/metronome';
|
|
1721
|
+
// MessagesSquare aliases
|
|
1722
|
+
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1723
1723
|
// MicOff aliases
|
|
1724
1724
|
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1725
1725
|
// Mic aliases
|
|
@@ -1750,18 +1750,18 @@ export { default as MirrorRoundIcon } from '../icons/mirror-round';
|
|
|
1750
1750
|
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1751
1751
|
// MonitorCloud aliases
|
|
1752
1752
|
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1753
|
-
// MonitorDot aliases
|
|
1754
|
-
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1755
|
-
// MonitorOff aliases
|
|
1756
|
-
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1757
1753
|
// MonitorCog aliases
|
|
1758
1754
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1755
|
+
// MonitorDot aliases
|
|
1756
|
+
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1759
1757
|
// MonitorDown aliases
|
|
1760
1758
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1761
|
-
//
|
|
1762
|
-
export { default as
|
|
1759
|
+
// MonitorOff aliases
|
|
1760
|
+
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1763
1761
|
// MonitorPause aliases
|
|
1764
1762
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1763
|
+
// MonitorPlay aliases
|
|
1764
|
+
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1765
1765
|
// MonitorSmartphone aliases
|
|
1766
1766
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1767
1767
|
// MonitorSpeaker aliases
|
|
@@ -1770,10 +1770,10 @@ export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
|
1770
1770
|
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1771
1771
|
// MonitorUp aliases
|
|
1772
1772
|
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1773
|
-
// Monitor aliases
|
|
1774
|
-
export { default as MonitorIcon } from '../icons/monitor';
|
|
1775
1773
|
// MonitorX aliases
|
|
1776
1774
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1775
|
+
// Monitor aliases
|
|
1776
|
+
export { default as MonitorIcon } from '../icons/monitor';
|
|
1777
1777
|
// MoonStar aliases
|
|
1778
1778
|
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1779
1779
|
// Moon aliases
|
|
@@ -1792,14 +1792,14 @@ export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
|
1792
1792
|
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1793
1793
|
// MousePointer2 aliases
|
|
1794
1794
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1795
|
-
//
|
|
1796
|
-
export { default as
|
|
1795
|
+
// MousePointerClick aliases
|
|
1796
|
+
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1797
1797
|
// MousePointer aliases
|
|
1798
1798
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1799
|
+
// MousePointerBan aliases
|
|
1800
|
+
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1799
1801
|
// MouseRight aliases
|
|
1800
1802
|
export { default as MouseRightIcon } from '../icons/mouse-right';
|
|
1801
|
-
// MousePointerClick aliases
|
|
1802
|
-
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1803
1803
|
// Mouse aliases
|
|
1804
1804
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1805
1805
|
// MoveDiagonal2 aliases
|
|
@@ -1818,70 +1818,70 @@ export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
|
1818
1818
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1819
1819
|
// MoveRight aliases
|
|
1820
1820
|
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1821
|
-
// MoveUpLeft aliases
|
|
1822
|
-
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1823
1821
|
// MoveUpRight aliases
|
|
1824
1822
|
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1823
|
+
// MoveUpLeft aliases
|
|
1824
|
+
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1825
1825
|
// MoveUp aliases
|
|
1826
1826
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1827
|
-
// MoveVertical aliases
|
|
1828
|
-
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1829
1827
|
// Move aliases
|
|
1830
1828
|
export { default as MoveIcon } from '../icons/move';
|
|
1831
|
-
//
|
|
1832
|
-
export { default as
|
|
1829
|
+
// MoveVertical aliases
|
|
1830
|
+
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1833
1831
|
// Music2 aliases
|
|
1834
1832
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1835
1833
|
// Music4 aliases
|
|
1836
1834
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1837
|
-
//
|
|
1838
|
-
export { default as
|
|
1839
|
-
// Navigation2Off aliases
|
|
1840
|
-
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1835
|
+
// Music3 aliases
|
|
1836
|
+
export { default as Music3Icon } from '../icons/music-3';
|
|
1841
1837
|
// Music aliases
|
|
1842
1838
|
export { default as MusicIcon } from '../icons/music';
|
|
1839
|
+
// Navigation2Off aliases
|
|
1840
|
+
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1841
|
+
// Navigation2 aliases
|
|
1842
|
+
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1843
|
+
// Navigation aliases
|
|
1844
|
+
export { default as NavigationIcon } from '../icons/navigation';
|
|
1843
1845
|
// NavigationOff aliases
|
|
1844
1846
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1845
1847
|
// Network aliases
|
|
1846
1848
|
export { default as NetworkIcon } from '../icons/network';
|
|
1847
|
-
// Navigation aliases
|
|
1848
|
-
export { default as NavigationIcon } from '../icons/navigation';
|
|
1849
|
-
// Nfc aliases
|
|
1850
|
-
export { default as NfcIcon } from '../icons/nfc';
|
|
1851
1849
|
// Newspaper aliases
|
|
1852
1850
|
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1853
|
-
//
|
|
1854
|
-
export { default as
|
|
1855
|
-
// NotebookTabs aliases
|
|
1856
|
-
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1851
|
+
// Nfc aliases
|
|
1852
|
+
export { default as NfcIcon } from '../icons/nfc';
|
|
1857
1853
|
// NonBinary aliases
|
|
1858
1854
|
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1859
|
-
//
|
|
1860
|
-
export { default as
|
|
1855
|
+
// NotebookTabs aliases
|
|
1856
|
+
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1857
|
+
// NotebookPen aliases
|
|
1858
|
+
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1861
1859
|
// NotebookText aliases
|
|
1862
1860
|
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1863
|
-
//
|
|
1864
|
-
export { default as
|
|
1861
|
+
// Notebook aliases
|
|
1862
|
+
export { default as NotebookIcon } from '../icons/notebook';
|
|
1865
1863
|
// NotepadTextDashed aliases
|
|
1866
1864
|
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1865
|
+
// NotepadText aliases
|
|
1866
|
+
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1867
1867
|
// NutOff aliases
|
|
1868
1868
|
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1869
1869
|
// Nut aliases
|
|
1870
1870
|
export { default as NutIcon } from '../icons/nut';
|
|
1871
|
+
// Octagon aliases
|
|
1872
|
+
export { default as OctagonIcon } from '../icons/octagon';
|
|
1871
1873
|
// OctagonMinus aliases
|
|
1872
1874
|
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1873
1875
|
// Omega aliases
|
|
1874
1876
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1875
|
-
// Octagon aliases
|
|
1876
|
-
export { default as OctagonIcon } from '../icons/octagon';
|
|
1877
1877
|
// Option aliases
|
|
1878
1878
|
export { default as OptionIcon } from '../icons/option';
|
|
1879
|
+
// Package2 aliases
|
|
1880
|
+
export { default as Package2Icon } from '../icons/package-2';
|
|
1879
1881
|
// Orbit aliases
|
|
1880
1882
|
export { default as OrbitIcon } from '../icons/orbit';
|
|
1881
1883
|
// Origami aliases
|
|
1882
1884
|
export { default as OrigamiIcon } from '../icons/origami';
|
|
1883
|
-
// Package2 aliases
|
|
1884
|
-
export { default as Package2Icon } from '../icons/package-2';
|
|
1885
1885
|
// PackageCheck aliases
|
|
1886
1886
|
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1887
1887
|
// PackageMinus aliases
|
|
@@ -1892,26 +1892,26 @@ export { default as PackageOpenIcon } from '../icons/package-open';
|
|
|
1892
1892
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1893
1893
|
// PackageSearch aliases
|
|
1894
1894
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1895
|
-
// PackageX aliases
|
|
1896
|
-
export { default as PackageXIcon } from '../icons/package-x';
|
|
1897
1895
|
// Package aliases
|
|
1898
1896
|
export { default as PackageIcon } from '../icons/package';
|
|
1897
|
+
// PackageX aliases
|
|
1898
|
+
export { default as PackageXIcon } from '../icons/package-x';
|
|
1899
1899
|
// PaintBucket aliases
|
|
1900
1900
|
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1901
1901
|
// PaintRoller aliases
|
|
1902
1902
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1903
|
-
// Paintbrush aliases
|
|
1904
|
-
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1905
1903
|
// Palette aliases
|
|
1906
1904
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1905
|
+
// Paintbrush aliases
|
|
1906
|
+
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1907
1907
|
// Panda aliases
|
|
1908
1908
|
export { default as PandaIcon } from '../icons/panda';
|
|
1909
|
+
// PanelBottomClose aliases
|
|
1910
|
+
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1909
1911
|
// PanelBottomOpen aliases
|
|
1910
1912
|
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1911
1913
|
// PanelBottom aliases
|
|
1912
1914
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1913
|
-
// PanelBottomClose aliases
|
|
1914
|
-
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1915
1915
|
// PanelLeftRightDashed aliases
|
|
1916
1916
|
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1917
1917
|
// PanelRightClose aliases
|
|
@@ -1934,104 +1934,104 @@ export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
|
1934
1934
|
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1935
1935
|
// Paperclip aliases
|
|
1936
1936
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1937
|
-
// ParkingMeter aliases
|
|
1938
|
-
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1939
1937
|
// Parentheses aliases
|
|
1940
1938
|
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1941
|
-
//
|
|
1942
|
-
export { default as
|
|
1939
|
+
// ParkingMeter aliases
|
|
1940
|
+
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1943
1941
|
// Pause aliases
|
|
1944
1942
|
export { default as PauseIcon } from '../icons/pause';
|
|
1945
1943
|
// PawPrint aliases
|
|
1946
1944
|
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1945
|
+
// PartyPopper aliases
|
|
1946
|
+
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1947
|
+
// PenOff aliases
|
|
1948
|
+
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1947
1949
|
// PcCase aliases
|
|
1948
1950
|
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1949
1951
|
// PenTool aliases
|
|
1950
1952
|
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1951
|
-
// PenOff aliases
|
|
1952
|
-
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1953
|
-
// PencilOff aliases
|
|
1954
|
-
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1955
1953
|
// PencilLine aliases
|
|
1956
1954
|
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1955
|
+
// PencilOff aliases
|
|
1956
|
+
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1957
1957
|
// PencilRuler aliases
|
|
1958
1958
|
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1959
1959
|
// Pencil aliases
|
|
1960
1960
|
export { default as PencilIcon } from '../icons/pencil';
|
|
1961
|
-
// Percent aliases
|
|
1962
|
-
export { default as PercentIcon } from '../icons/percent';
|
|
1963
1961
|
// Pentagon aliases
|
|
1964
1962
|
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1965
|
-
//
|
|
1966
|
-
export { default as
|
|
1963
|
+
// Percent aliases
|
|
1964
|
+
export { default as PercentIcon } from '../icons/percent';
|
|
1967
1965
|
// PersonStanding aliases
|
|
1968
1966
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1967
|
+
// PhilippinePeso aliases
|
|
1968
|
+
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1969
1969
|
// PhoneCall aliases
|
|
1970
1970
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1971
|
-
// PhoneIncoming aliases
|
|
1972
|
-
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1973
1971
|
// PhoneForwarded aliases
|
|
1974
1972
|
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1975
1973
|
// PhoneMissed aliases
|
|
1976
1974
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1975
|
+
// PhoneIncoming aliases
|
|
1976
|
+
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1977
1977
|
// PhoneOff aliases
|
|
1978
1978
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1979
|
+
// Pi aliases
|
|
1980
|
+
export { default as PiIcon } from '../icons/pi';
|
|
1979
1981
|
// PhoneOutgoing aliases
|
|
1980
1982
|
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1981
1983
|
// Phone aliases
|
|
1982
1984
|
export { default as PhoneIcon } from '../icons/phone';
|
|
1983
|
-
// Pi aliases
|
|
1984
|
-
export { default as PiIcon } from '../icons/pi';
|
|
1985
|
-
// Pickaxe aliases
|
|
1986
|
-
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1987
1985
|
// Piano aliases
|
|
1988
1986
|
export { default as PianoIcon } from '../icons/piano';
|
|
1989
|
-
//
|
|
1990
|
-
export { default as
|
|
1987
|
+
// Pickaxe aliases
|
|
1988
|
+
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1991
1989
|
// PictureInPicture2 aliases
|
|
1992
1990
|
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
1993
|
-
//
|
|
1994
|
-
export { default as
|
|
1995
|
-
// PilcrowLeft aliases
|
|
1996
|
-
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1991
|
+
// PictureInPicture aliases
|
|
1992
|
+
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1997
1993
|
// PilcrowRight aliases
|
|
1998
1994
|
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1995
|
+
// PilcrowLeft aliases
|
|
1996
|
+
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1997
|
+
// PiggyBank aliases
|
|
1998
|
+
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1999
1999
|
// Pilcrow aliases
|
|
2000
2000
|
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
2001
2001
|
// Pill aliases
|
|
2002
2002
|
export { default as PillIcon } from '../icons/pill';
|
|
2003
2003
|
// PillBottle aliases
|
|
2004
2004
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
2005
|
-
// PinOff aliases
|
|
2006
|
-
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2007
2005
|
// Pipette aliases
|
|
2008
2006
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
2007
|
+
// PinOff aliases
|
|
2008
|
+
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2009
2009
|
// Pizza aliases
|
|
2010
2010
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
2011
2011
|
// Pin aliases
|
|
2012
2012
|
export { default as PinIcon } from '../icons/pin';
|
|
2013
2013
|
// PlaneLanding aliases
|
|
2014
2014
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
2015
|
-
// PlaneTakeoff aliases
|
|
2016
|
-
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
2017
2015
|
// Plane aliases
|
|
2018
2016
|
export { default as PlaneIcon } from '../icons/plane';
|
|
2019
|
-
//
|
|
2020
|
-
export { default as
|
|
2017
|
+
// PlaneTakeoff aliases
|
|
2018
|
+
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
2021
2019
|
// Play aliases
|
|
2022
2020
|
export { default as PlayIcon } from '../icons/play';
|
|
2021
|
+
// Plug2 aliases
|
|
2022
|
+
export { default as Plug2Icon } from '../icons/plug-2';
|
|
2023
2023
|
// Plug aliases
|
|
2024
2024
|
export { default as PlugIcon } from '../icons/plug';
|
|
2025
|
-
// PocketKnife aliases
|
|
2026
|
-
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2027
|
-
// Podcast aliases
|
|
2028
|
-
export { default as PodcastIcon } from '../icons/podcast';
|
|
2029
2025
|
// Plus aliases
|
|
2030
2026
|
export { default as PlusIcon } from '../icons/plus';
|
|
2031
|
-
//
|
|
2032
|
-
export { default as
|
|
2027
|
+
// Podcast aliases
|
|
2028
|
+
export { default as PodcastIcon } from '../icons/podcast';
|
|
2029
|
+
// PocketKnife aliases
|
|
2030
|
+
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2033
2031
|
// PointerOff aliases
|
|
2034
2032
|
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2033
|
+
// Pointer aliases
|
|
2034
|
+
export { default as PointerIcon } from '../icons/pointer';
|
|
2035
2035
|
// Popcorn aliases
|
|
2036
2036
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2037
2037
|
// Popsicle aliases
|
|
@@ -2052,24 +2052,26 @@ export { default as PrinterXIcon } from '../icons/printer-x';
|
|
|
2052
2052
|
export { default as PrinterIcon } from '../icons/printer';
|
|
2053
2053
|
// Projector aliases
|
|
2054
2054
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
2055
|
-
// Puzzle aliases
|
|
2056
|
-
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2057
|
-
// QrCode aliases
|
|
2058
|
-
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2059
2055
|
// Proportions aliases
|
|
2060
2056
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2057
|
+
// Puzzle aliases
|
|
2058
|
+
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2061
2059
|
// Pyramid aliases
|
|
2062
2060
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2063
|
-
//
|
|
2064
|
-
export { default as
|
|
2065
|
-
// Radar aliases
|
|
2066
|
-
export { default as RadarIcon } from '../icons/radar';
|
|
2061
|
+
// QrCode aliases
|
|
2062
|
+
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2067
2063
|
// Rabbit aliases
|
|
2068
2064
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2069
|
-
//
|
|
2070
|
-
export { default as
|
|
2065
|
+
// Radar aliases
|
|
2066
|
+
export { default as RadarIcon } from '../icons/radar';
|
|
2071
2067
|
// Radiation aliases
|
|
2072
2068
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
2069
|
+
// Quote aliases
|
|
2070
|
+
export { default as QuoteIcon } from '../icons/quote';
|
|
2071
|
+
// Radical aliases
|
|
2072
|
+
export { default as RadicalIcon } from '../icons/radical';
|
|
2073
|
+
// RadioOff aliases
|
|
2074
|
+
export { default as RadioOffIcon } from '../icons/radio-off';
|
|
2073
2075
|
// RadioReceiver aliases
|
|
2074
2076
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2075
2077
|
// RadioTower aliases
|
|
@@ -2090,54 +2092,54 @@ export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
|
2090
2092
|
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2091
2093
|
// ReceiptIndianRupee aliases
|
|
2092
2094
|
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2093
|
-
// ReceiptPoundSterling aliases
|
|
2094
|
-
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2095
2095
|
// ReceiptJapaneseYen aliases
|
|
2096
2096
|
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2097
|
+
// ReceiptPoundSterling aliases
|
|
2098
|
+
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2097
2099
|
// ReceiptRussianRuble aliases
|
|
2098
2100
|
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2099
2101
|
// ReceiptSwissFranc aliases
|
|
2100
2102
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2101
|
-
// ReceiptText aliases
|
|
2102
|
-
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2103
2103
|
// ReceiptTurkishLira aliases
|
|
2104
2104
|
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2105
|
+
// ReceiptText aliases
|
|
2106
|
+
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2105
2107
|
// Receipt aliases
|
|
2106
2108
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2107
2109
|
// RectangleCircle aliases
|
|
2108
2110
|
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2109
|
-
// RectangleHorizontal aliases
|
|
2110
|
-
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2111
2111
|
// RectangleGoggles aliases
|
|
2112
2112
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2113
|
-
//
|
|
2114
|
-
export { default as
|
|
2115
|
-
// Redo2 aliases
|
|
2116
|
-
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2113
|
+
// RectangleHorizontal aliases
|
|
2114
|
+
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2117
2115
|
// Recycle aliases
|
|
2118
2116
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2117
|
+
// RectangleVertical aliases
|
|
2118
|
+
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2119
2119
|
// RedoDot aliases
|
|
2120
2120
|
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2121
|
-
//
|
|
2122
|
-
export { default as
|
|
2121
|
+
// Redo2 aliases
|
|
2122
|
+
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2123
2123
|
// Redo aliases
|
|
2124
2124
|
export { default as RedoIcon } from '../icons/redo';
|
|
2125
2125
|
// RefreshCcwDot aliases
|
|
2126
2126
|
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2127
|
+
// RefreshCcw aliases
|
|
2128
|
+
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2127
2129
|
// RefreshCwOff aliases
|
|
2128
2130
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2131
|
+
// Refrigerator aliases
|
|
2132
|
+
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2129
2133
|
// RefreshCw aliases
|
|
2130
2134
|
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2131
2135
|
// Regex aliases
|
|
2132
2136
|
export { default as RegexIcon } from '../icons/regex';
|
|
2133
|
-
// RemoveFormatting aliases
|
|
2134
|
-
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2135
2137
|
// Repeat1 aliases
|
|
2136
2138
|
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2139
|
+
// RemoveFormatting aliases
|
|
2140
|
+
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2137
2141
|
// Repeat2 aliases
|
|
2138
2142
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2139
|
-
// Refrigerator aliases
|
|
2140
|
-
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2141
2143
|
// Repeat aliases
|
|
2142
2144
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2143
2145
|
// ReplaceAll aliases
|
|
@@ -2148,34 +2150,34 @@ export { default as ReplaceIcon } from '../icons/replace';
|
|
|
2148
2150
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2149
2151
|
// Rewind aliases
|
|
2150
2152
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2151
|
-
// Reply aliases
|
|
2152
|
-
export { default as ReplyIcon } from '../icons/reply';
|
|
2153
2153
|
// Ribbon aliases
|
|
2154
2154
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2155
|
+
// Reply aliases
|
|
2156
|
+
export { default as ReplyIcon } from '../icons/reply';
|
|
2155
2157
|
// Road aliases
|
|
2156
2158
|
export { default as RoadIcon } from '../icons/road';
|
|
2157
2159
|
// Rocket aliases
|
|
2158
2160
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2159
2161
|
// RockingChair aliases
|
|
2160
2162
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2161
|
-
// RollerCoaster aliases
|
|
2162
|
-
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2163
2163
|
// Rose aliases
|
|
2164
2164
|
export { default as RoseIcon } from '../icons/rose';
|
|
2165
|
+
// RollerCoaster aliases
|
|
2166
|
+
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2165
2167
|
// RotateCcwKey aliases
|
|
2166
2168
|
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2167
2169
|
// RotateCcwSquare aliases
|
|
2168
2170
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2169
2171
|
// RotateCcw aliases
|
|
2170
2172
|
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2171
|
-
// RotateCwSquare aliases
|
|
2172
|
-
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2173
2173
|
// RotateCw aliases
|
|
2174
2174
|
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2175
|
-
//
|
|
2176
|
-
export { default as
|
|
2175
|
+
// RotateCwSquare aliases
|
|
2176
|
+
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2177
2177
|
// RouteOff aliases
|
|
2178
2178
|
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2179
|
+
// Route aliases
|
|
2180
|
+
export { default as RouteIcon } from '../icons/route';
|
|
2179
2181
|
// Router aliases
|
|
2180
2182
|
export { default as RouterIcon } from '../icons/router';
|
|
2181
2183
|
// Rows4 aliases
|
|
@@ -2184,16 +2186,16 @@ export { default as Rows4Icon } from '../icons/rows-4';
|
|
|
2184
2186
|
export { default as RssIcon } from '../icons/rss';
|
|
2185
2187
|
// RulerDimensionLine aliases
|
|
2186
2188
|
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2187
|
-
// Ruler aliases
|
|
2188
|
-
export { default as RulerIcon } from '../icons/ruler';
|
|
2189
2189
|
// RussianRuble aliases
|
|
2190
2190
|
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2191
|
-
//
|
|
2192
|
-
export { default as
|
|
2191
|
+
// Ruler aliases
|
|
2192
|
+
export { default as RulerIcon } from '../icons/ruler';
|
|
2193
2193
|
// Salad aliases
|
|
2194
2194
|
export { default as SaladIcon } from '../icons/salad';
|
|
2195
2195
|
// Sandwich aliases
|
|
2196
2196
|
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2197
|
+
// Sailboat aliases
|
|
2198
|
+
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2197
2199
|
// SatelliteDish aliases
|
|
2198
2200
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2199
2201
|
// Satellite aliases
|
|
@@ -2202,32 +2204,32 @@ export { default as SatelliteIcon } from '../icons/satellite';
|
|
|
2202
2204
|
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2203
2205
|
// SaveAll aliases
|
|
2204
2206
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2205
|
-
// Save aliases
|
|
2206
|
-
export { default as SaveIcon } from '../icons/save';
|
|
2207
2207
|
// SaveOff aliases
|
|
2208
2208
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2209
|
+
// Save aliases
|
|
2210
|
+
export { default as SaveIcon } from '../icons/save';
|
|
2209
2211
|
// Scale aliases
|
|
2210
2212
|
export { default as ScaleIcon } from '../icons/scale';
|
|
2211
|
-
// Scaling aliases
|
|
2212
|
-
export { default as ScalingIcon } from '../icons/scaling';
|
|
2213
2213
|
// ScanBarcode aliases
|
|
2214
2214
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2215
2215
|
// ScanEye aliases
|
|
2216
2216
|
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2217
|
+
// Scaling aliases
|
|
2218
|
+
export { default as ScalingIcon } from '../icons/scaling';
|
|
2217
2219
|
// ScanFace aliases
|
|
2218
2220
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2219
2221
|
// ScanHeart aliases
|
|
2220
2222
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2221
|
-
// ScanQrCode aliases
|
|
2222
|
-
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2223
2223
|
// ScanLine aliases
|
|
2224
2224
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2225
|
+
// ScanQrCode aliases
|
|
2226
|
+
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2227
|
+
// Scan aliases
|
|
2228
|
+
export { default as ScanIcon } from '../icons/scan';
|
|
2225
2229
|
// ScanSearch aliases
|
|
2226
2230
|
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2227
2231
|
// ScanText aliases
|
|
2228
2232
|
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2229
|
-
// Scan aliases
|
|
2230
|
-
export { default as ScanIcon } from '../icons/scan';
|
|
2231
2233
|
// School aliases
|
|
2232
2234
|
export { default as SchoolIcon } from '../icons/school';
|
|
2233
2235
|
// ScissorsLineDashed aliases
|
|
@@ -2262,108 +2264,108 @@ export { default as SectionIcon } from '../icons/section';
|
|
|
2262
2264
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2263
2265
|
// Send aliases
|
|
2264
2266
|
export { default as SendIcon } from '../icons/send';
|
|
2265
|
-
// SeparatorVertical aliases
|
|
2266
|
-
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2267
2267
|
// SeparatorHorizontal aliases
|
|
2268
2268
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2269
|
+
// SeparatorVertical aliases
|
|
2270
|
+
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2269
2271
|
// ServerCog aliases
|
|
2270
2272
|
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2271
2273
|
// ServerCrash aliases
|
|
2272
2274
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2275
|
+
// ServerOff aliases
|
|
2276
|
+
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2273
2277
|
// Server aliases
|
|
2274
2278
|
export { default as ServerIcon } from '../icons/server';
|
|
2275
2279
|
// Settings2 aliases
|
|
2276
2280
|
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2277
|
-
// ServerOff aliases
|
|
2278
|
-
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2279
|
-
// Shapes aliases
|
|
2280
|
-
export { default as ShapesIcon } from '../icons/shapes';
|
|
2281
2281
|
// Settings aliases
|
|
2282
2282
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2283
|
+
// Shapes aliases
|
|
2284
|
+
export { default as ShapesIcon } from '../icons/shapes';
|
|
2283
2285
|
// Share2 aliases
|
|
2284
2286
|
export { default as Share2Icon } from '../icons/share-2';
|
|
2285
2287
|
// Share aliases
|
|
2286
2288
|
export { default as ShareIcon } from '../icons/share';
|
|
2287
|
-
// Shell aliases
|
|
2288
|
-
export { default as ShellIcon } from '../icons/shell';
|
|
2289
2289
|
// Sheet aliases
|
|
2290
2290
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2291
|
+
// Shell aliases
|
|
2292
|
+
export { default as ShellIcon } from '../icons/shell';
|
|
2291
2293
|
// ShelvingUnit aliases
|
|
2292
2294
|
export { default as ShelvingUnitIcon } from '../icons/shelving-unit';
|
|
2293
2295
|
// ShieldAlert aliases
|
|
2294
2296
|
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2295
|
-
// ShieldCheck aliases
|
|
2296
|
-
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2297
2297
|
// ShieldBan aliases
|
|
2298
2298
|
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2299
|
+
// ShieldCheck aliases
|
|
2300
|
+
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2299
2301
|
// ShieldCogCorner aliases
|
|
2300
2302
|
export { default as ShieldCogCornerIcon } from '../icons/shield-cog-corner';
|
|
2301
2303
|
// ShieldCog aliases
|
|
2302
2304
|
export { default as ShieldCogIcon } from '../icons/shield-cog';
|
|
2303
|
-
// ShieldEllipsis aliases
|
|
2304
|
-
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2305
2305
|
// ShieldHalf aliases
|
|
2306
2306
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2307
|
-
//
|
|
2308
|
-
export { default as
|
|
2307
|
+
// ShieldEllipsis aliases
|
|
2308
|
+
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2309
2309
|
// ShieldMinus aliases
|
|
2310
2310
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2311
2311
|
// ShieldOff aliases
|
|
2312
2312
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2313
|
-
//
|
|
2314
|
-
export { default as
|
|
2313
|
+
// ShieldPlus aliases
|
|
2314
|
+
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2315
2315
|
// Shield aliases
|
|
2316
2316
|
export { default as ShieldIcon } from '../icons/shield';
|
|
2317
|
+
// ShieldUser aliases
|
|
2318
|
+
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2317
2319
|
// ShipWheel aliases
|
|
2318
2320
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2319
|
-
// Shirt aliases
|
|
2320
|
-
export { default as ShirtIcon } from '../icons/shirt';
|
|
2321
2321
|
// Ship aliases
|
|
2322
2322
|
export { default as ShipIcon } from '../icons/ship';
|
|
2323
2323
|
// ShoppingBag aliases
|
|
2324
2324
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2325
|
+
// Shirt aliases
|
|
2326
|
+
export { default as ShirtIcon } from '../icons/shirt';
|
|
2325
2327
|
// ShoppingBasket aliases
|
|
2326
2328
|
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2327
|
-
// Shovel aliases
|
|
2328
|
-
export { default as ShovelIcon } from '../icons/shovel';
|
|
2329
2329
|
// ShoppingCart aliases
|
|
2330
2330
|
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2331
|
+
// Shovel aliases
|
|
2332
|
+
export { default as ShovelIcon } from '../icons/shovel';
|
|
2331
2333
|
// ShowerHead aliases
|
|
2332
2334
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2333
2335
|
// Shredder aliases
|
|
2334
2336
|
export { default as ShredderIcon } from '../icons/shredder';
|
|
2337
|
+
// Shrimp aliases
|
|
2338
|
+
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2335
2339
|
// Shrink aliases
|
|
2336
2340
|
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2337
2341
|
// Shrub aliases
|
|
2338
2342
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2339
|
-
// Shrimp aliases
|
|
2340
|
-
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2341
2343
|
// Sigma aliases
|
|
2342
2344
|
export { default as SigmaIcon } from '../icons/sigma';
|
|
2343
|
-
// SignalHigh aliases
|
|
2344
|
-
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2345
|
-
// SignalMedium aliases
|
|
2346
|
-
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2347
2345
|
// Shuffle aliases
|
|
2348
2346
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2349
|
-
//
|
|
2350
|
-
export { default as
|
|
2347
|
+
// SignalHigh aliases
|
|
2348
|
+
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2351
2349
|
// SignalLow aliases
|
|
2352
2350
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2351
|
+
// SignalMedium aliases
|
|
2352
|
+
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2353
2353
|
// Signature aliases
|
|
2354
2354
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2355
|
-
//
|
|
2356
|
-
export { default as
|
|
2355
|
+
// SignalZero aliases
|
|
2356
|
+
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2357
2357
|
// SignpostBig aliases
|
|
2358
2358
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2359
|
+
// Signal aliases
|
|
2360
|
+
export { default as SignalIcon } from '../icons/signal';
|
|
2359
2361
|
// Signpost aliases
|
|
2360
2362
|
export { default as SignpostIcon } from '../icons/signpost';
|
|
2361
2363
|
// Siren aliases
|
|
2362
2364
|
export { default as SirenIcon } from '../icons/siren';
|
|
2363
|
-
// SkipBack aliases
|
|
2364
|
-
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2365
2365
|
// SkipForward aliases
|
|
2366
2366
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2367
|
+
// SkipBack aliases
|
|
2368
|
+
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2367
2369
|
// Skull aliases
|
|
2368
2370
|
export { default as SkullIcon } from '../icons/skull';
|
|
2369
2371
|
// Slash aliases
|
|
@@ -2376,10 +2378,10 @@ export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
|
2376
2378
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2377
2379
|
// SmartphoneNfc aliases
|
|
2378
2380
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2379
|
-
// Smartphone aliases
|
|
2380
|
-
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2381
2381
|
// SmilePlus aliases
|
|
2382
2382
|
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2383
|
+
// Smartphone aliases
|
|
2384
|
+
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2383
2385
|
// Smile aliases
|
|
2384
2386
|
export { default as SmileIcon } from '../icons/smile';
|
|
2385
2387
|
// Snail aliases
|
|
@@ -2388,10 +2390,10 @@ export { default as SnailIcon } from '../icons/snail';
|
|
|
2388
2390
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2389
2391
|
// SoapDispenserDroplet aliases
|
|
2390
2392
|
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2391
|
-
// Sofa aliases
|
|
2392
|
-
export { default as SofaIcon } from '../icons/sofa';
|
|
2393
2393
|
// SolarPanel aliases
|
|
2394
2394
|
export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
2395
|
+
// Sofa aliases
|
|
2396
|
+
export { default as SofaIcon } from '../icons/sofa';
|
|
2395
2397
|
// Soup aliases
|
|
2396
2398
|
export { default as SoupIcon } from '../icons/soup';
|
|
2397
2399
|
// Space aliases
|
|
@@ -2402,32 +2404,32 @@ export { default as SpadeIcon } from '../icons/spade';
|
|
|
2402
2404
|
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2403
2405
|
// Speaker aliases
|
|
2404
2406
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2405
|
-
// Speech aliases
|
|
2406
|
-
export { default as SpeechIcon } from '../icons/speech';
|
|
2407
2407
|
// SpellCheck2 aliases
|
|
2408
2408
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2409
|
+
// Speech aliases
|
|
2410
|
+
export { default as SpeechIcon } from '../icons/speech';
|
|
2409
2411
|
// SpellCheck aliases
|
|
2410
2412
|
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2411
|
-
// SplinePointer aliases
|
|
2412
|
-
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2413
2413
|
// Spline aliases
|
|
2414
2414
|
export { default as SplineIcon } from '../icons/spline';
|
|
2415
|
+
// SplinePointer aliases
|
|
2416
|
+
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2415
2417
|
// Split aliases
|
|
2416
2418
|
export { default as SplitIcon } from '../icons/split';
|
|
2417
|
-
// Spool aliases
|
|
2418
|
-
export { default as SpoolIcon } from '../icons/spool';
|
|
2419
2419
|
// SportShoe aliases
|
|
2420
2420
|
export { default as SportShoeIcon } from '../icons/sport-shoe';
|
|
2421
|
+
// Spool aliases
|
|
2422
|
+
export { default as SpoolIcon } from '../icons/spool';
|
|
2421
2423
|
// Spotlight aliases
|
|
2422
2424
|
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2423
2425
|
// SprayCan aliases
|
|
2424
2426
|
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2427
|
+
// SquareArrowRightEnter aliases
|
|
2428
|
+
export { default as SquareArrowRightEnterIcon } from '../icons/square-arrow-right-enter';
|
|
2425
2429
|
// Sprout aliases
|
|
2426
2430
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2427
2431
|
// SquareArrowRightExit aliases
|
|
2428
2432
|
export { default as SquareArrowRightExitIcon } from '../icons/square-arrow-right-exit';
|
|
2429
|
-
// SquareArrowRightEnter aliases
|
|
2430
|
-
export { default as SquareArrowRightEnterIcon } from '../icons/square-arrow-right-enter';
|
|
2431
2433
|
// SquareDashedBottomCode aliases
|
|
2432
2434
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2433
2435
|
// SquareDashedBottom aliases
|
|
@@ -2442,24 +2444,24 @@ export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
|
2442
2444
|
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2443
2445
|
// SquareStack aliases
|
|
2444
2446
|
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2445
|
-
// SquareStop aliases
|
|
2446
|
-
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2447
2447
|
// SquareSquare aliases
|
|
2448
2448
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2449
|
-
// Square aliases
|
|
2450
|
-
export { default as SquareIcon } from '../icons/square';
|
|
2451
2449
|
// SquareStar aliases
|
|
2452
2450
|
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2451
|
+
// SquareStop aliases
|
|
2452
|
+
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2453
2453
|
// SquaresExclude aliases
|
|
2454
2454
|
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2455
|
+
// Square aliases
|
|
2456
|
+
export { default as SquareIcon } from '../icons/square';
|
|
2455
2457
|
// SquaresIntersect aliases
|
|
2456
2458
|
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2459
|
+
// SquaresSubtract aliases
|
|
2460
|
+
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2457
2461
|
// SquaresUnite aliases
|
|
2458
2462
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2459
2463
|
// SquircleDashed aliases
|
|
2460
2464
|
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2461
|
-
// SquaresSubtract aliases
|
|
2462
|
-
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2463
2465
|
// Squircle aliases
|
|
2464
2466
|
export { default as SquircleIcon } from '../icons/squircle';
|
|
2465
2467
|
// Squirrel aliases
|
|
@@ -2478,74 +2480,74 @@ export { default as StepForwardIcon } from '../icons/step-forward';
|
|
|
2478
2480
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2479
2481
|
// Stethoscope aliases
|
|
2480
2482
|
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2481
|
-
// StickyNote aliases
|
|
2482
|
-
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2483
|
-
// Stone aliases
|
|
2484
|
-
export { default as StoneIcon } from '../icons/stone';
|
|
2485
2483
|
// Sticker aliases
|
|
2486
2484
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2487
|
-
//
|
|
2488
|
-
export { default as
|
|
2485
|
+
// Stone aliases
|
|
2486
|
+
export { default as StoneIcon } from '../icons/stone';
|
|
2487
|
+
// StickyNote aliases
|
|
2488
|
+
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2489
2489
|
// StretchHorizontal aliases
|
|
2490
2490
|
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2491
|
-
//
|
|
2492
|
-
export { default as
|
|
2491
|
+
// Store aliases
|
|
2492
|
+
export { default as StoreIcon } from '../icons/store';
|
|
2493
2493
|
// StretchVertical aliases
|
|
2494
2494
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2495
|
+
// Strikethrough aliases
|
|
2496
|
+
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2495
2497
|
// Subscript aliases
|
|
2496
2498
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2497
|
-
// SunDim aliases
|
|
2498
|
-
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2499
2499
|
// SunMedium aliases
|
|
2500
2500
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2501
|
+
// SunDim aliases
|
|
2502
|
+
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2501
2503
|
// SunMoon aliases
|
|
2502
2504
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2503
|
-
// SunSnow aliases
|
|
2504
|
-
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2505
2505
|
// Sun aliases
|
|
2506
2506
|
export { default as SunIcon } from '../icons/sun';
|
|
2507
|
+
// SunSnow aliases
|
|
2508
|
+
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2507
2509
|
// Sunrise aliases
|
|
2508
2510
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2509
|
-
// Superscript aliases
|
|
2510
|
-
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2511
2511
|
// Sunset aliases
|
|
2512
2512
|
export { default as SunsetIcon } from '../icons/sunset';
|
|
2513
|
+
// Superscript aliases
|
|
2514
|
+
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2513
2515
|
// SwatchBook aliases
|
|
2514
2516
|
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2515
2517
|
// SwissFranc aliases
|
|
2516
2518
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2517
|
-
// SwitchCamera aliases
|
|
2518
|
-
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2519
2519
|
// Sword aliases
|
|
2520
2520
|
export { default as SwordIcon } from '../icons/sword';
|
|
2521
|
-
//
|
|
2522
|
-
export { default as
|
|
2521
|
+
// SwitchCamera aliases
|
|
2522
|
+
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2523
2523
|
// Swords aliases
|
|
2524
2524
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2525
2525
|
// Table2 aliases
|
|
2526
2526
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2527
|
+
// Syringe aliases
|
|
2528
|
+
export { default as SyringeIcon } from '../icons/syringe';
|
|
2527
2529
|
// TableCellsMerge aliases
|
|
2528
2530
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2529
2531
|
// TableCellsSplit aliases
|
|
2530
2532
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2531
|
-
// TableColumnsSplit aliases
|
|
2532
|
-
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2533
2533
|
// TableOfContents aliases
|
|
2534
2534
|
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2535
|
-
//
|
|
2536
|
-
export { default as
|
|
2535
|
+
// TableColumnsSplit aliases
|
|
2536
|
+
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2537
2537
|
// TableProperties aliases
|
|
2538
2538
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2539
2539
|
// Table aliases
|
|
2540
2540
|
export { default as TableIcon } from '../icons/table';
|
|
2541
|
+
// TableRowsSplit aliases
|
|
2542
|
+
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2541
2543
|
// TabletSmartphone aliases
|
|
2542
2544
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2545
|
+
// Tablet aliases
|
|
2546
|
+
export { default as TabletIcon } from '../icons/tablet';
|
|
2543
2547
|
// Tablets aliases
|
|
2544
2548
|
export { default as TabletsIcon } from '../icons/tablets';
|
|
2545
2549
|
// Tag aliases
|
|
2546
2550
|
export { default as TagIcon } from '../icons/tag';
|
|
2547
|
-
// Tablet aliases
|
|
2548
|
-
export { default as TabletIcon } from '../icons/tablet';
|
|
2549
2551
|
// Tags aliases
|
|
2550
2552
|
export { default as TagsIcon } from '../icons/tags';
|
|
2551
2553
|
// Tally1 aliases
|
|
@@ -2562,72 +2564,72 @@ export { default as Tally5Icon } from '../icons/tally-5';
|
|
|
2562
2564
|
export { default as TangentIcon } from '../icons/tangent';
|
|
2563
2565
|
// Target aliases
|
|
2564
2566
|
export { default as TargetIcon } from '../icons/target';
|
|
2565
|
-
// TentTree aliases
|
|
2566
|
-
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2567
2567
|
// Telescope aliases
|
|
2568
2568
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2569
|
-
//
|
|
2570
|
-
export { default as
|
|
2569
|
+
// TentTree aliases
|
|
2570
|
+
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2571
2571
|
// Terminal aliases
|
|
2572
2572
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2573
|
-
//
|
|
2574
|
-
export { default as
|
|
2573
|
+
// Tent aliases
|
|
2574
|
+
export { default as TentIcon } from '../icons/tent';
|
|
2575
2575
|
// TestTubes aliases
|
|
2576
2576
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2577
|
-
//
|
|
2578
|
-
export { default as
|
|
2577
|
+
// TestTube aliases
|
|
2578
|
+
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2579
2579
|
// TextCursorInput aliases
|
|
2580
2580
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2581
|
+
// TextCursor aliases
|
|
2582
|
+
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2581
2583
|
// TextQuote aliases
|
|
2582
2584
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2583
|
-
// TextSearch aliases
|
|
2584
|
-
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2585
2585
|
// Theater aliases
|
|
2586
2586
|
export { default as TheaterIcon } from '../icons/theater';
|
|
2587
|
+
// TextSearch aliases
|
|
2588
|
+
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2587
2589
|
// ThermometerSnowflake aliases
|
|
2588
2590
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2589
2591
|
// ThermometerSun aliases
|
|
2590
2592
|
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2591
|
-
// Thermometer aliases
|
|
2592
|
-
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2593
2593
|
// ThumbsDown aliases
|
|
2594
2594
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2595
|
-
//
|
|
2596
|
-
export { default as
|
|
2595
|
+
// Thermometer aliases
|
|
2596
|
+
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2597
2597
|
// ThumbsUp aliases
|
|
2598
2598
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2599
|
+
// TicketCheck aliases
|
|
2600
|
+
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2599
2601
|
// TicketMinus aliases
|
|
2600
2602
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2601
|
-
// TicketPlus aliases
|
|
2602
|
-
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2603
2603
|
// TicketPercent aliases
|
|
2604
2604
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2605
|
-
//
|
|
2606
|
-
export { default as
|
|
2607
|
-
// TicketX aliases
|
|
2608
|
-
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2605
|
+
// TicketPlus aliases
|
|
2606
|
+
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2609
2607
|
// TicketSlash aliases
|
|
2610
2608
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2609
|
+
// TicketX aliases
|
|
2610
|
+
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2611
|
+
// Ticket aliases
|
|
2612
|
+
export { default as TicketIcon } from '../icons/ticket';
|
|
2611
2613
|
// TicketsPlane aliases
|
|
2612
2614
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2613
2615
|
// Tickets aliases
|
|
2614
2616
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2615
|
-
// TimerReset aliases
|
|
2616
|
-
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2617
2617
|
// TimerOff aliases
|
|
2618
2618
|
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2619
|
+
// TimerReset aliases
|
|
2620
|
+
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2619
2621
|
// Timer aliases
|
|
2620
2622
|
export { default as TimerIcon } from '../icons/timer';
|
|
2623
|
+
// ToggleLeft aliases
|
|
2624
|
+
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2621
2625
|
// Toilet aliases
|
|
2622
2626
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2623
2627
|
// ToggleRight aliases
|
|
2624
2628
|
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2625
|
-
// ToggleLeft aliases
|
|
2626
|
-
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2627
|
-
// Toolbox aliases
|
|
2628
|
-
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2629
2629
|
// ToolCase aliases
|
|
2630
2630
|
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2631
|
+
// Toolbox aliases
|
|
2632
|
+
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2631
2633
|
// Tornado aliases
|
|
2632
2634
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2633
2635
|
// Torus aliases
|
|
@@ -2640,18 +2642,18 @@ export { default as TouchpadIcon } from '../icons/touchpad';
|
|
|
2640
2642
|
export { default as TowelRackIcon } from '../icons/towel-rack';
|
|
2641
2643
|
// TowerControl aliases
|
|
2642
2644
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2643
|
-
// ToyBrick aliases
|
|
2644
|
-
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2645
2645
|
// Tractor aliases
|
|
2646
2646
|
export { default as TractorIcon } from '../icons/tractor';
|
|
2647
|
+
// ToyBrick aliases
|
|
2648
|
+
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2647
2649
|
// TrafficCone aliases
|
|
2648
2650
|
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2649
2651
|
// TrainFrontTunnel aliases
|
|
2650
2652
|
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2651
|
-
// TrainTrack aliases
|
|
2652
|
-
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2653
2653
|
// TrainFront aliases
|
|
2654
2654
|
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2655
|
+
// TrainTrack aliases
|
|
2656
|
+
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2655
2657
|
// Transgender aliases
|
|
2656
2658
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2657
2659
|
// Trash2 aliases
|
|
@@ -2666,66 +2668,66 @@ export { default as TreePineIcon } from '../icons/tree-pine';
|
|
|
2666
2668
|
export { default as TreesIcon } from '../icons/trees';
|
|
2667
2669
|
// TrendingDown aliases
|
|
2668
2670
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2669
|
-
// TrendingUp aliases
|
|
2670
|
-
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2671
2671
|
// TrendingUpDown aliases
|
|
2672
2672
|
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2673
|
-
//
|
|
2674
|
-
export { default as
|
|
2673
|
+
// TrendingUp aliases
|
|
2674
|
+
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2675
2675
|
// TriangleDashed aliases
|
|
2676
2676
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2677
|
+
// TriangleRight aliases
|
|
2678
|
+
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2677
2679
|
// Triangle aliases
|
|
2678
2680
|
export { default as TriangleIcon } from '../icons/triangle';
|
|
2679
|
-
// Trophy aliases
|
|
2680
|
-
export { default as TrophyIcon } from '../icons/trophy';
|
|
2681
2681
|
// TruckElectric aliases
|
|
2682
2682
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2683
|
+
// Trophy aliases
|
|
2684
|
+
export { default as TrophyIcon } from '../icons/trophy';
|
|
2683
2685
|
// Truck aliases
|
|
2684
2686
|
export { default as TruckIcon } from '../icons/truck';
|
|
2685
2687
|
// TurkishLira aliases
|
|
2686
2688
|
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2689
|
+
// Turntable aliases
|
|
2690
|
+
export { default as TurntableIcon } from '../icons/turntable';
|
|
2687
2691
|
// Turtle aliases
|
|
2688
2692
|
export { default as TurtleIcon } from '../icons/turtle';
|
|
2689
2693
|
// TvMinimalPlay aliases
|
|
2690
2694
|
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2691
|
-
// Turntable aliases
|
|
2692
|
-
export { default as TurntableIcon } from '../icons/turntable';
|
|
2693
2695
|
// Tv aliases
|
|
2694
2696
|
export { default as TvIcon } from '../icons/tv';
|
|
2695
2697
|
// TypeOutline aliases
|
|
2696
2698
|
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2697
2699
|
// Type aliases
|
|
2698
2700
|
export { default as TypeIcon } from '../icons/type';
|
|
2699
|
-
// Umbrella aliases
|
|
2700
|
-
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2701
2701
|
// UmbrellaOff aliases
|
|
2702
2702
|
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2703
|
-
//
|
|
2704
|
-
export { default as
|
|
2703
|
+
// Umbrella aliases
|
|
2704
|
+
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2705
2705
|
// Undo2 aliases
|
|
2706
2706
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2707
|
-
//
|
|
2708
|
-
export { default as
|
|
2707
|
+
// Underline aliases
|
|
2708
|
+
export { default as UnderlineIcon } from '../icons/underline';
|
|
2709
2709
|
// Undo aliases
|
|
2710
2710
|
export { default as UndoIcon } from '../icons/undo';
|
|
2711
|
+
// UndoDot aliases
|
|
2712
|
+
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2713
|
+
// UnfoldVertical aliases
|
|
2714
|
+
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2711
2715
|
// UnfoldHorizontal aliases
|
|
2712
2716
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2713
2717
|
// Ungroup aliases
|
|
2714
2718
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2715
|
-
//
|
|
2716
|
-
export { default as
|
|
2719
|
+
// Unlink aliases
|
|
2720
|
+
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2717
2721
|
// Unlink2 aliases
|
|
2718
2722
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2719
2723
|
// Unplug aliases
|
|
2720
2724
|
export { default as UnplugIcon } from '../icons/unplug';
|
|
2721
|
-
// Unlink aliases
|
|
2722
|
-
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2723
2725
|
// Upload aliases
|
|
2724
2726
|
export { default as UploadIcon } from '../icons/upload';
|
|
2725
|
-
// UserCheck aliases
|
|
2726
|
-
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2727
2727
|
// Usb aliases
|
|
2728
2728
|
export { default as UsbIcon } from '../icons/usb';
|
|
2729
|
+
// UserCheck aliases
|
|
2730
|
+
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2729
2731
|
// UserCog aliases
|
|
2730
2732
|
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2731
2733
|
// UserKey aliases
|
|
@@ -2748,32 +2750,32 @@ export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
|
2748
2750
|
export { default as UserStarIcon } from '../icons/user-star';
|
|
2749
2751
|
// UserSearch aliases
|
|
2750
2752
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2751
|
-
// Users aliases
|
|
2752
|
-
export { default as UsersIcon } from '../icons/users';
|
|
2753
2753
|
// UserX aliases
|
|
2754
2754
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2755
|
-
// User aliases
|
|
2756
|
-
export { default as UserIcon } from '../icons/user';
|
|
2757
2755
|
// UtilityPole aliases
|
|
2758
2756
|
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2757
|
+
// User aliases
|
|
2758
|
+
export { default as UserIcon } from '../icons/user';
|
|
2759
|
+
// Users aliases
|
|
2760
|
+
export { default as UsersIcon } from '../icons/users';
|
|
2759
2761
|
// Van aliases
|
|
2760
2762
|
export { default as VanIcon } from '../icons/van';
|
|
2761
2763
|
// Variable aliases
|
|
2762
2764
|
export { default as VariableIcon } from '../icons/variable';
|
|
2763
|
-
// VectorSquare aliases
|
|
2764
|
-
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2765
|
-
// Vegan aliases
|
|
2766
|
-
export { default as VeganIcon } from '../icons/vegan';
|
|
2767
2765
|
// Vault aliases
|
|
2768
2766
|
export { default as VaultIcon } from '../icons/vault';
|
|
2767
|
+
// VectorSquare aliases
|
|
2768
|
+
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2769
2769
|
// VenetianMask aliases
|
|
2770
2770
|
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2771
|
+
// Vegan aliases
|
|
2772
|
+
export { default as VeganIcon } from '../icons/vegan';
|
|
2771
2773
|
// VenusAndMars aliases
|
|
2772
2774
|
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2773
|
-
// Venus aliases
|
|
2774
|
-
export { default as VenusIcon } from '../icons/venus';
|
|
2775
2775
|
// VibrateOff aliases
|
|
2776
2776
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2777
|
+
// Venus aliases
|
|
2778
|
+
export { default as VenusIcon } from '../icons/venus';
|
|
2777
2779
|
// Vibrate aliases
|
|
2778
2780
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2779
2781
|
// VideoOff aliases
|
|
@@ -2782,20 +2784,20 @@ export { default as VideoOffIcon } from '../icons/video-off';
|
|
|
2782
2784
|
export { default as VideoIcon } from '../icons/video';
|
|
2783
2785
|
// Videotape aliases
|
|
2784
2786
|
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2787
|
+
// Voicemail aliases
|
|
2788
|
+
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2785
2789
|
// View aliases
|
|
2786
2790
|
export { default as ViewIcon } from '../icons/view';
|
|
2787
2791
|
// Volleyball aliases
|
|
2788
2792
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2789
|
-
// Voicemail aliases
|
|
2790
|
-
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2791
2793
|
// Volume1 aliases
|
|
2792
2794
|
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2793
2795
|
// Volume2 aliases
|
|
2794
2796
|
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2795
|
-
// VolumeX aliases
|
|
2796
|
-
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2797
2797
|
// VolumeOff aliases
|
|
2798
2798
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2799
|
+
// VolumeX aliases
|
|
2800
|
+
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2799
2801
|
// Volume aliases
|
|
2800
2802
|
export { default as VolumeIcon } from '../icons/volume';
|
|
2801
2803
|
// Vote aliases
|
|
@@ -2808,10 +2810,10 @@ export { default as WalletIcon } from '../icons/wallet';
|
|
|
2808
2810
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2809
2811
|
// Wand aliases
|
|
2810
2812
|
export { default as WandIcon } from '../icons/wand';
|
|
2811
|
-
// Warehouse aliases
|
|
2812
|
-
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2813
2813
|
// WashingMachine aliases
|
|
2814
2814
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2815
|
+
// Warehouse aliases
|
|
2816
|
+
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2815
2817
|
// Watch aliases
|
|
2816
2818
|
export { default as WatchIcon } from '../icons/watch';
|
|
2817
2819
|
// WavesArrowDown aliases
|
|
@@ -2822,52 +2824,52 @@ export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
|
2822
2824
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2823
2825
|
// Waves aliases
|
|
2824
2826
|
export { default as WavesIcon } from '../icons/waves';
|
|
2825
|
-
// WebhookOff aliases
|
|
2826
|
-
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2827
|
-
// Webcam aliases
|
|
2828
|
-
export { default as WebcamIcon } from '../icons/webcam';
|
|
2829
2827
|
// Waypoints aliases
|
|
2830
2828
|
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2831
|
-
//
|
|
2832
|
-
export { default as
|
|
2829
|
+
// Webcam aliases
|
|
2830
|
+
export { default as WebcamIcon } from '../icons/webcam';
|
|
2831
|
+
// WebhookOff aliases
|
|
2832
|
+
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2833
2833
|
// Webhook aliases
|
|
2834
2834
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2835
2835
|
// WeightTilde aliases
|
|
2836
2836
|
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
2837
2837
|
// WheatOff aliases
|
|
2838
2838
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2839
|
+
// Weight aliases
|
|
2840
|
+
export { default as WeightIcon } from '../icons/weight';
|
|
2839
2841
|
// Wheat aliases
|
|
2840
2842
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2841
|
-
// WholeWord aliases
|
|
2842
|
-
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2843
2843
|
// WifiCog aliases
|
|
2844
2844
|
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2845
|
+
// WholeWord aliases
|
|
2846
|
+
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2845
2847
|
// WifiHigh aliases
|
|
2846
2848
|
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2847
2849
|
// WifiLow aliases
|
|
2848
2850
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2851
|
+
// WifiSync aliases
|
|
2852
|
+
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2849
2853
|
// WifiOff aliases
|
|
2850
2854
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2851
2855
|
// WifiPen aliases
|
|
2852
2856
|
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2853
|
-
// WifiSync aliases
|
|
2854
|
-
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2855
|
-
// WifiZero aliases
|
|
2856
|
-
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2857
|
-
// Wifi aliases
|
|
2858
|
-
export { default as WifiIcon } from '../icons/wifi';
|
|
2859
2857
|
// WindArrowDown aliases
|
|
2860
2858
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2859
|
+
// Wifi aliases
|
|
2860
|
+
export { default as WifiIcon } from '../icons/wifi';
|
|
2861
|
+
// WifiZero aliases
|
|
2862
|
+
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2863
|
+
// Wind aliases
|
|
2864
|
+
export { default as WindIcon } from '../icons/wind';
|
|
2861
2865
|
// WineOff aliases
|
|
2862
2866
|
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2863
2867
|
// Wine aliases
|
|
2864
2868
|
export { default as WineIcon } from '../icons/wine';
|
|
2865
|
-
// Wind aliases
|
|
2866
|
-
export { default as WindIcon } from '../icons/wind';
|
|
2867
|
-
// Worm aliases
|
|
2868
|
-
export { default as WormIcon } from '../icons/worm';
|
|
2869
2869
|
// Workflow aliases
|
|
2870
2870
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2871
|
+
// Worm aliases
|
|
2872
|
+
export { default as WormIcon } from '../icons/worm';
|
|
2871
2873
|
// Wrench aliases
|
|
2872
2874
|
export { default as WrenchIcon } from '../icons/wrench';
|
|
2873
2875
|
// XLineTop aliases
|
|
@@ -2878,36 +2880,36 @@ export { default as XIcon } from '../icons/x';
|
|
|
2878
2880
|
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2879
2881
|
// Zap aliases
|
|
2880
2882
|
export { default as ZapIcon } from '../icons/zap';
|
|
2881
|
-
// ZodiacAries aliases
|
|
2882
|
-
export { default as ZodiacAriesIcon } from '../icons/zodiac-aries';
|
|
2883
2883
|
// ZodiacAquarius aliases
|
|
2884
2884
|
export { default as ZodiacAquariusIcon } from '../icons/zodiac-aquarius';
|
|
2885
|
-
//
|
|
2886
|
-
export { default as
|
|
2885
|
+
// ZodiacAries aliases
|
|
2886
|
+
export { default as ZodiacAriesIcon } from '../icons/zodiac-aries';
|
|
2887
2887
|
// ZodiacCapricorn aliases
|
|
2888
2888
|
export { default as ZodiacCapricornIcon } from '../icons/zodiac-capricorn';
|
|
2889
|
-
// ZodiacLibra aliases
|
|
2890
|
-
export { default as ZodiacLibraIcon } from '../icons/zodiac-libra';
|
|
2891
2889
|
// ZodiacGemini aliases
|
|
2892
2890
|
export { default as ZodiacGeminiIcon } from '../icons/zodiac-gemini';
|
|
2891
|
+
// ZodiacCancer aliases
|
|
2892
|
+
export { default as ZodiacCancerIcon } from '../icons/zodiac-cancer';
|
|
2893
2893
|
// ZodiacLeo aliases
|
|
2894
2894
|
export { default as ZodiacLeoIcon } from '../icons/zodiac-leo';
|
|
2895
2895
|
// ZodiacOphiuchus aliases
|
|
2896
2896
|
export { default as ZodiacOphiuchusIcon } from '../icons/zodiac-ophiuchus';
|
|
2897
|
-
//
|
|
2898
|
-
export { default as
|
|
2897
|
+
// ZodiacLibra aliases
|
|
2898
|
+
export { default as ZodiacLibraIcon } from '../icons/zodiac-libra';
|
|
2899
2899
|
// ZodiacPisces aliases
|
|
2900
2900
|
export { default as ZodiacPiscesIcon } from '../icons/zodiac-pisces';
|
|
2901
|
-
//
|
|
2902
|
-
export { default as
|
|
2901
|
+
// ZodiacSagittarius aliases
|
|
2902
|
+
export { default as ZodiacSagittariusIcon } from '../icons/zodiac-sagittarius';
|
|
2903
2903
|
// ZodiacTaurus aliases
|
|
2904
2904
|
export { default as ZodiacTaurusIcon } from '../icons/zodiac-taurus';
|
|
2905
|
+
// ZodiacScorpio aliases
|
|
2906
|
+
export { default as ZodiacScorpioIcon } from '../icons/zodiac-scorpio';
|
|
2905
2907
|
// ZodiacVirgo aliases
|
|
2906
2908
|
export { default as ZodiacVirgoIcon } from '../icons/zodiac-virgo';
|
|
2907
|
-
// ZoomOut aliases
|
|
2908
|
-
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2909
2909
|
// ZoomIn aliases
|
|
2910
2910
|
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2911
|
+
// ZoomOut aliases
|
|
2912
|
+
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2911
2913
|
// ArrowDown01 aliases
|
|
2912
2914
|
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
2913
2915
|
// ArrowDown10 aliases
|
|
@@ -2940,18 +2942,18 @@ export {
|
|
|
2940
2942
|
/** @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 */
|
|
2941
2943
|
default as ArrowDownAzIcon
|
|
2942
2944
|
} from '../icons/arrow-down-a-z';
|
|
2943
|
-
// ArrowDownZA aliases
|
|
2944
|
-
export { default as ArrowDownZAIcon } from '../icons/arrow-down-z-a';
|
|
2945
|
-
export {
|
|
2946
|
-
/** @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 */
|
|
2947
|
-
default as ArrowDownZaIcon
|
|
2948
|
-
} from '../icons/arrow-down-z-a';
|
|
2949
2945
|
// ArrowDownWideNarrow aliases
|
|
2950
2946
|
export { default as ArrowDownWideNarrowIcon } from '../icons/arrow-down-wide-narrow';
|
|
2951
2947
|
export {
|
|
2952
2948
|
/** @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 */
|
|
2953
2949
|
default as SortDescIcon
|
|
2954
2950
|
} from '../icons/arrow-down-wide-narrow';
|
|
2951
|
+
// ArrowDownZA aliases
|
|
2952
|
+
export { default as ArrowDownZAIcon } from '../icons/arrow-down-z-a';
|
|
2953
|
+
export {
|
|
2954
|
+
/** @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 */
|
|
2955
|
+
default as ArrowDownZaIcon
|
|
2956
|
+
} from '../icons/arrow-down-z-a';
|
|
2955
2957
|
// ArrowUpAZ aliases
|
|
2956
2958
|
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
2957
2959
|
export {
|
|
@@ -2964,12 +2966,6 @@ export {
|
|
|
2964
2966
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. This alias will be removed in v1.0 */
|
|
2965
2967
|
default as SortAscIcon
|
|
2966
2968
|
} from '../icons/arrow-up-narrow-wide';
|
|
2967
|
-
// Axis3d aliases
|
|
2968
|
-
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2969
|
-
export {
|
|
2970
|
-
/** @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 */
|
|
2971
|
-
default as Axis3DIcon
|
|
2972
|
-
} from '../icons/axis-3d';
|
|
2973
2969
|
// ArrowUpZA aliases
|
|
2974
2970
|
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2975
2971
|
export {
|
|
@@ -2982,6 +2978,12 @@ export {
|
|
|
2982
2978
|
/** @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 */
|
|
2983
2979
|
default as VerifiedIcon
|
|
2984
2980
|
} from '../icons/badge-check';
|
|
2981
|
+
// Axis3d aliases
|
|
2982
|
+
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2983
|
+
export {
|
|
2984
|
+
/** @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 */
|
|
2985
|
+
default as Axis3DIcon
|
|
2986
|
+
} from '../icons/axis-3d';
|
|
2985
2987
|
// BadgeQuestionMark aliases
|
|
2986
2988
|
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
2987
2989
|
export {
|
|
@@ -2994,18 +2996,18 @@ export {
|
|
|
2994
2996
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
2995
2997
|
default as BetweenHorizonalEndIcon
|
|
2996
2998
|
} from '../icons/between-horizontal-end';
|
|
2997
|
-
// BookDashed aliases
|
|
2998
|
-
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2999
|
-
export {
|
|
3000
|
-
/** @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 */
|
|
3001
|
-
default as BookTemplateIcon
|
|
3002
|
-
} from '../icons/book-dashed';
|
|
3003
2999
|
// BetweenHorizontalStart aliases
|
|
3004
3000
|
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
3005
3001
|
export {
|
|
3006
3002
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
3007
3003
|
default as BetweenHorizonalStartIcon
|
|
3008
3004
|
} from '../icons/between-horizontal-start';
|
|
3005
|
+
// BookDashed aliases
|
|
3006
|
+
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
3007
|
+
export {
|
|
3008
|
+
/** @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 */
|
|
3009
|
+
default as BookTemplateIcon
|
|
3010
|
+
} from '../icons/book-dashed';
|
|
3009
3011
|
// Braces aliases
|
|
3010
3012
|
export { default as BracesIcon } from '../icons/braces';
|
|
3011
3013
|
export {
|
|
@@ -3030,12 +3032,6 @@ export {
|
|
|
3030
3032
|
/** @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 */
|
|
3031
3033
|
default as BarChartHorizontalBigIcon
|
|
3032
3034
|
} from '../icons/chart-bar-big';
|
|
3033
|
-
// ChartCandlestick aliases
|
|
3034
|
-
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
3035
|
-
export {
|
|
3036
|
-
/** @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 */
|
|
3037
|
-
default as CandlestickChartIcon
|
|
3038
|
-
} from '../icons/chart-candlestick';
|
|
3039
3035
|
// ChartBar aliases
|
|
3040
3036
|
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
3041
3037
|
export {
|
|
@@ -3048,18 +3044,24 @@ export {
|
|
|
3048
3044
|
/** @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 */
|
|
3049
3045
|
default as BarChartBigIcon
|
|
3050
3046
|
} from '../icons/chart-column-big';
|
|
3047
|
+
// ChartColumnIncreasing aliases
|
|
3048
|
+
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
3049
|
+
export {
|
|
3050
|
+
/** @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 */
|
|
3051
|
+
default as BarChart4Icon
|
|
3052
|
+
} from '../icons/chart-column-increasing';
|
|
3051
3053
|
// ChartColumn aliases
|
|
3052
3054
|
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
3053
3055
|
export {
|
|
3054
3056
|
/** @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 */
|
|
3055
3057
|
default as BarChart3Icon
|
|
3056
3058
|
} from '../icons/chart-column';
|
|
3057
|
-
//
|
|
3058
|
-
export { default as
|
|
3059
|
+
// ChartCandlestick aliases
|
|
3060
|
+
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
3059
3061
|
export {
|
|
3060
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3061
|
-
default as
|
|
3062
|
-
} from '../icons/chart-
|
|
3062
|
+
/** @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 */
|
|
3063
|
+
default as CandlestickChartIcon
|
|
3064
|
+
} from '../icons/chart-candlestick';
|
|
3063
3065
|
// ChartLine aliases
|
|
3064
3066
|
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
3065
3067
|
export {
|
|
@@ -3114,48 +3116,42 @@ export {
|
|
|
3114
3116
|
/** @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 */
|
|
3115
3117
|
default as ArrowLeftCircleIcon
|
|
3116
3118
|
} from '../icons/circle-arrow-left';
|
|
3117
|
-
//
|
|
3118
|
-
export { default as
|
|
3119
|
+
// CircleArrowOutUpLeft aliases
|
|
3120
|
+
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3119
3121
|
export {
|
|
3120
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3121
|
-
default as
|
|
3122
|
-
} from '../icons/circle-arrow-out-
|
|
3122
|
+
/** @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 */
|
|
3123
|
+
default as ArrowUpLeftFromCircleIcon
|
|
3124
|
+
} from '../icons/circle-arrow-out-up-left';
|
|
3123
3125
|
// CircleArrowOutDownRight aliases
|
|
3124
3126
|
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
3125
3127
|
export {
|
|
3126
3128
|
/** @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 */
|
|
3127
3129
|
default as ArrowDownRightFromCircleIcon
|
|
3128
3130
|
} from '../icons/circle-arrow-out-down-right';
|
|
3129
|
-
//
|
|
3130
|
-
export { default as
|
|
3131
|
+
// CircleArrowOutDownLeft aliases
|
|
3132
|
+
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3131
3133
|
export {
|
|
3132
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3133
|
-
default as
|
|
3134
|
-
} from '../icons/circle-arrow-out-
|
|
3134
|
+
/** @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 */
|
|
3135
|
+
default as ArrowDownLeftFromCircleIcon
|
|
3136
|
+
} from '../icons/circle-arrow-out-down-left';
|
|
3135
3137
|
// CircleArrowOutUpRight aliases
|
|
3136
3138
|
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3137
3139
|
export {
|
|
3138
3140
|
/** @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 */
|
|
3139
3141
|
default as ArrowUpRightFromCircleIcon
|
|
3140
3142
|
} from '../icons/circle-arrow-out-up-right';
|
|
3141
|
-
// CircleArrowRight aliases
|
|
3142
|
-
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3143
|
-
export {
|
|
3144
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. This alias will be removed in v1.0 */
|
|
3145
|
-
default as ArrowRightCircleIcon
|
|
3146
|
-
} from '../icons/circle-arrow-right';
|
|
3147
3143
|
// CircleArrowUp aliases
|
|
3148
3144
|
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3149
3145
|
export {
|
|
3150
3146
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. This alias will be removed in v1.0 */
|
|
3151
3147
|
default as ArrowUpCircleIcon
|
|
3152
3148
|
} from '../icons/circle-arrow-up';
|
|
3153
|
-
//
|
|
3154
|
-
export { default as
|
|
3149
|
+
// CircleArrowRight aliases
|
|
3150
|
+
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3155
3151
|
export {
|
|
3156
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3157
|
-
default as
|
|
3158
|
-
} from '../icons/circle-
|
|
3152
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. This alias will be removed in v1.0 */
|
|
3153
|
+
default as ArrowRightCircleIcon
|
|
3154
|
+
} from '../icons/circle-arrow-right';
|
|
3159
3155
|
// CircleCheckBig aliases
|
|
3160
3156
|
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3161
3157
|
export {
|
|
@@ -3168,6 +3164,12 @@ export {
|
|
|
3168
3164
|
/** @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 */
|
|
3169
3165
|
default as ChevronDownCircleIcon
|
|
3170
3166
|
} from '../icons/circle-chevron-down';
|
|
3167
|
+
// CircleCheck aliases
|
|
3168
|
+
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3169
|
+
export {
|
|
3170
|
+
/** @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 */
|
|
3171
|
+
default as CheckCircle2Icon
|
|
3172
|
+
} from '../icons/circle-check';
|
|
3171
3173
|
// CircleChevronLeft aliases
|
|
3172
3174
|
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3173
3175
|
export {
|
|
@@ -3180,18 +3182,18 @@ export {
|
|
|
3180
3182
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. This alias will be removed in v1.0 */
|
|
3181
3183
|
default as ChevronRightCircleIcon
|
|
3182
3184
|
} from '../icons/circle-chevron-right';
|
|
3183
|
-
// CircleChevronUp aliases
|
|
3184
|
-
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3185
|
-
export {
|
|
3186
|
-
/** @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 */
|
|
3187
|
-
default as ChevronUpCircleIcon
|
|
3188
|
-
} from '../icons/circle-chevron-up';
|
|
3189
3185
|
// CircleDivide aliases
|
|
3190
3186
|
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3191
3187
|
export {
|
|
3192
3188
|
/** @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 */
|
|
3193
3189
|
default as DivideCircleIcon
|
|
3194
3190
|
} from '../icons/circle-divide';
|
|
3191
|
+
// CircleChevronUp aliases
|
|
3192
|
+
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3193
|
+
export {
|
|
3194
|
+
/** @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 */
|
|
3195
|
+
default as ChevronUpCircleIcon
|
|
3196
|
+
} from '../icons/circle-chevron-up';
|
|
3195
3197
|
// CircleMinus aliases
|
|
3196
3198
|
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3197
3199
|
export {
|
|
@@ -3216,6 +3218,12 @@ export {
|
|
|
3216
3218
|
/** @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 */
|
|
3217
3219
|
default as ParkingCircleIcon
|
|
3218
3220
|
} from '../icons/circle-parking';
|
|
3221
|
+
// CirclePercent aliases
|
|
3222
|
+
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3223
|
+
export {
|
|
3224
|
+
/** @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 */
|
|
3225
|
+
default as PercentCircleIcon
|
|
3226
|
+
} from '../icons/circle-percent';
|
|
3219
3227
|
// CirclePause aliases
|
|
3220
3228
|
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3221
3229
|
export {
|
|
@@ -3228,18 +3236,12 @@ export {
|
|
|
3228
3236
|
/** @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 */
|
|
3229
3237
|
default as PlayCircleIcon
|
|
3230
3238
|
} from '../icons/circle-play';
|
|
3231
|
-
//
|
|
3232
|
-
export { default as
|
|
3233
|
-
export {
|
|
3234
|
-
/** @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 */
|
|
3235
|
-
default as PercentCircleIcon
|
|
3236
|
-
} from '../icons/circle-percent';
|
|
3237
|
-
// CirclePower aliases
|
|
3238
|
-
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3239
|
+
// CirclePlus aliases
|
|
3240
|
+
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3239
3241
|
export {
|
|
3240
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3241
|
-
default as
|
|
3242
|
-
} from '../icons/circle-
|
|
3242
|
+
/** @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 */
|
|
3243
|
+
default as PlusCircleIcon
|
|
3244
|
+
} from '../icons/circle-plus';
|
|
3243
3245
|
// CircleQuestionMark aliases
|
|
3244
3246
|
export { default as CircleQuestionMarkIcon } from '../icons/circle-question-mark';
|
|
3245
3247
|
export {
|
|
@@ -3250,12 +3252,12 @@ export {
|
|
|
3250
3252
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3251
3253
|
default as CircleHelpIcon
|
|
3252
3254
|
} from '../icons/circle-question-mark';
|
|
3253
|
-
//
|
|
3254
|
-
export { default as
|
|
3255
|
+
// CirclePower aliases
|
|
3256
|
+
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3255
3257
|
export {
|
|
3256
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3257
|
-
default as
|
|
3258
|
-
} from '../icons/circle-
|
|
3258
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePower} instead. This alias will be removed in v1.0 */
|
|
3259
|
+
default as PowerCircleIcon
|
|
3260
|
+
} from '../icons/circle-power';
|
|
3259
3261
|
// CircleSlash2 aliases
|
|
3260
3262
|
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3261
3263
|
export {
|
|
@@ -3274,18 +3276,18 @@ export {
|
|
|
3274
3276
|
/** @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 */
|
|
3275
3277
|
default as UserCircle2Icon
|
|
3276
3278
|
} from '../icons/circle-user-round';
|
|
3277
|
-
// CircleUser aliases
|
|
3278
|
-
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3279
|
-
export {
|
|
3280
|
-
/** @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 */
|
|
3281
|
-
default as UserCircleIcon
|
|
3282
|
-
} from '../icons/circle-user';
|
|
3283
3279
|
// CircleX aliases
|
|
3284
3280
|
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3285
3281
|
export {
|
|
3286
3282
|
/** @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 */
|
|
3287
3283
|
default as XCircleIcon
|
|
3288
3284
|
} from '../icons/circle-x';
|
|
3285
|
+
// CircleUser aliases
|
|
3286
|
+
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3287
|
+
export {
|
|
3288
|
+
/** @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 */
|
|
3289
|
+
default as UserCircleIcon
|
|
3290
|
+
} from '../icons/circle-user';
|
|
3289
3291
|
// ClipboardPenLine aliases
|
|
3290
3292
|
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3291
3293
|
export {
|
|
@@ -3304,12 +3306,6 @@ export {
|
|
|
3304
3306
|
/** @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 */
|
|
3305
3307
|
default as DownloadCloudIcon
|
|
3306
3308
|
} from '../icons/cloud-download';
|
|
3307
|
-
// CodeXml aliases
|
|
3308
|
-
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3309
|
-
export {
|
|
3310
|
-
/** @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 */
|
|
3311
|
-
default as Code2Icon
|
|
3312
|
-
} from '../icons/code-xml';
|
|
3313
3309
|
// CloudUpload aliases
|
|
3314
3310
|
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3315
3311
|
export {
|
|
@@ -3322,6 +3318,12 @@ export {
|
|
|
3322
3318
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. This alias will be removed in v1.0 */
|
|
3323
3319
|
default as ColumnsIcon
|
|
3324
3320
|
} from '../icons/columns-2';
|
|
3321
|
+
// CodeXml aliases
|
|
3322
|
+
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3323
|
+
export {
|
|
3324
|
+
/** @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 */
|
|
3325
|
+
default as Code2Icon
|
|
3326
|
+
} from '../icons/code-xml';
|
|
3325
3327
|
// Columns3Cog aliases
|
|
3326
3328
|
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3327
3329
|
export {
|
|
@@ -3338,18 +3340,24 @@ export {
|
|
|
3338
3340
|
/** @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 */
|
|
3339
3341
|
default as PanelsLeftRightIcon
|
|
3340
3342
|
} from '../icons/columns-3';
|
|
3343
|
+
// DiamondPercent aliases
|
|
3344
|
+
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3345
|
+
export {
|
|
3346
|
+
/** @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 */
|
|
3347
|
+
default as PercentDiamondIcon
|
|
3348
|
+
} from '../icons/diamond-percent';
|
|
3341
3349
|
// ContactRound aliases
|
|
3342
3350
|
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3343
3351
|
export {
|
|
3344
3352
|
/** @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 */
|
|
3345
3353
|
default as Contact2Icon
|
|
3346
3354
|
} from '../icons/contact-round';
|
|
3347
|
-
//
|
|
3348
|
-
export { default as
|
|
3355
|
+
// EllipsisVertical aliases
|
|
3356
|
+
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3349
3357
|
export {
|
|
3350
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3351
|
-
default as
|
|
3352
|
-
} from '../icons/
|
|
3358
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. This alias will be removed in v1.0 */
|
|
3359
|
+
default as MoreVerticalIcon
|
|
3360
|
+
} from '../icons/ellipsis-vertical';
|
|
3353
3361
|
// Earth aliases
|
|
3354
3362
|
export { default as EarthIcon } from '../icons/earth';
|
|
3355
3363
|
export {
|
|
@@ -3362,12 +3370,6 @@ export {
|
|
|
3362
3370
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. This alias will be removed in v1.0 */
|
|
3363
3371
|
default as MoreHorizontalIcon
|
|
3364
3372
|
} from '../icons/ellipsis';
|
|
3365
|
-
// EllipsisVertical aliases
|
|
3366
|
-
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3367
|
-
export {
|
|
3368
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. This alias will be removed in v1.0 */
|
|
3369
|
-
default as MoreVerticalIcon
|
|
3370
|
-
} from '../icons/ellipsis-vertical';
|
|
3371
3373
|
// FileAxis3d aliases
|
|
3372
3374
|
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3373
3375
|
export {
|
|
@@ -3380,48 +3382,36 @@ export {
|
|
|
3380
3382
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. This alias will be removed in v1.0 */
|
|
3381
3383
|
default as FileBadge2Icon
|
|
3382
3384
|
} from '../icons/file-badge';
|
|
3383
|
-
// FileBracesCorner aliases
|
|
3384
|
-
export { default as FileBracesCornerIcon } from '../icons/file-braces-corner';
|
|
3385
|
-
export {
|
|
3386
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. This alias will be removed in v1.0 */
|
|
3387
|
-
default as FileJson2Icon
|
|
3388
|
-
} from '../icons/file-braces-corner';
|
|
3389
3385
|
// FileBraces aliases
|
|
3390
3386
|
export { default as FileBracesIcon } from '../icons/file-braces';
|
|
3391
3387
|
export {
|
|
3392
3388
|
/** @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 */
|
|
3393
3389
|
default as FileJsonIcon
|
|
3394
3390
|
} from '../icons/file-braces';
|
|
3391
|
+
// FileBracesCorner aliases
|
|
3392
|
+
export { default as FileBracesCornerIcon } from '../icons/file-braces-corner';
|
|
3393
|
+
export {
|
|
3394
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. This alias will be removed in v1.0 */
|
|
3395
|
+
default as FileJson2Icon
|
|
3396
|
+
} from '../icons/file-braces-corner';
|
|
3395
3397
|
// FileChartColumnIncreasing aliases
|
|
3396
3398
|
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3397
3399
|
export {
|
|
3398
3400
|
/** @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 */
|
|
3399
3401
|
default as FileBarChartIcon
|
|
3400
3402
|
} from '../icons/file-chart-column-increasing';
|
|
3401
|
-
// FileChartLine aliases
|
|
3402
|
-
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3403
|
-
export {
|
|
3404
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. This alias will be removed in v1.0 */
|
|
3405
|
-
default as FileLineChartIcon
|
|
3406
|
-
} from '../icons/file-chart-line';
|
|
3407
3403
|
// FileChartColumn aliases
|
|
3408
3404
|
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3409
3405
|
export {
|
|
3410
3406
|
/** @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 */
|
|
3411
3407
|
default as FileBarChart2Icon
|
|
3412
3408
|
} from '../icons/file-chart-column';
|
|
3413
|
-
//
|
|
3414
|
-
export { default as
|
|
3415
|
-
export {
|
|
3416
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. This alias will be removed in v1.0 */
|
|
3417
|
-
default as FilePieChartIcon
|
|
3418
|
-
} from '../icons/file-chart-pie';
|
|
3419
|
-
// FileCog aliases
|
|
3420
|
-
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3409
|
+
// FileChartLine aliases
|
|
3410
|
+
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3421
3411
|
export {
|
|
3422
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3423
|
-
default as
|
|
3424
|
-
} from '../icons/file-
|
|
3412
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. This alias will be removed in v1.0 */
|
|
3413
|
+
default as FileLineChartIcon
|
|
3414
|
+
} from '../icons/file-chart-line';
|
|
3425
3415
|
// FileCheckCorner aliases
|
|
3426
3416
|
export { default as FileCheckCornerIcon } from '../icons/file-check-corner';
|
|
3427
3417
|
export {
|
|
@@ -3434,12 +3424,18 @@ export {
|
|
|
3434
3424
|
/** @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 */
|
|
3435
3425
|
default as FileCode2Icon
|
|
3436
3426
|
} from '../icons/file-code-corner';
|
|
3437
|
-
//
|
|
3438
|
-
export { default as
|
|
3427
|
+
// FileChartPie aliases
|
|
3428
|
+
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3439
3429
|
export {
|
|
3440
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3441
|
-
default as
|
|
3442
|
-
} from '../icons/file-
|
|
3430
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. This alias will be removed in v1.0 */
|
|
3431
|
+
default as FilePieChartIcon
|
|
3432
|
+
} from '../icons/file-chart-pie';
|
|
3433
|
+
// FileCog aliases
|
|
3434
|
+
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3435
|
+
export {
|
|
3436
|
+
/** @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 */
|
|
3437
|
+
default as FileCog2Icon
|
|
3438
|
+
} from '../icons/file-cog';
|
|
3443
3439
|
// FileHeadphone aliases
|
|
3444
3440
|
export { default as FileHeadphoneIcon } from '../icons/file-headphone';
|
|
3445
3441
|
export {
|
|
@@ -3450,6 +3446,12 @@ export {
|
|
|
3450
3446
|
/** @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 */
|
|
3451
3447
|
default as FileAudio2Icon
|
|
3452
3448
|
} from '../icons/file-headphone';
|
|
3449
|
+
// FileExclamationPoint aliases
|
|
3450
|
+
export { default as FileExclamationPointIcon } from '../icons/file-exclamation-point';
|
|
3451
|
+
export {
|
|
3452
|
+
/** @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 */
|
|
3453
|
+
default as FileWarningIcon
|
|
3454
|
+
} from '../icons/file-exclamation-point';
|
|
3453
3455
|
// FileKey aliases
|
|
3454
3456
|
export { default as FileKeyIcon } from '../icons/file-key';
|
|
3455
3457
|
export {
|
|
@@ -3480,6 +3482,12 @@ export {
|
|
|
3480
3482
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. This alias will be removed in v1.0 */
|
|
3481
3483
|
default as FileEditIcon
|
|
3482
3484
|
} from '../icons/file-pen';
|
|
3485
|
+
// FilePlusCorner aliases
|
|
3486
|
+
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3487
|
+
export {
|
|
3488
|
+
/** @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 */
|
|
3489
|
+
default as FilePlus2Icon
|
|
3490
|
+
} from '../icons/file-plus-corner';
|
|
3483
3491
|
// FilePlay aliases
|
|
3484
3492
|
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3485
3493
|
export {
|
|
@@ -3492,12 +3500,6 @@ export {
|
|
|
3492
3500
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3493
3501
|
default as FileQuestionIcon
|
|
3494
3502
|
} from '../icons/file-question-mark';
|
|
3495
|
-
// FilePlusCorner aliases
|
|
3496
|
-
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3497
|
-
export {
|
|
3498
|
-
/** @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 */
|
|
3499
|
-
default as FilePlus2Icon
|
|
3500
|
-
} from '../icons/file-plus-corner';
|
|
3501
3503
|
// FileSearchCorner aliases
|
|
3502
3504
|
export { default as FileSearchCornerIcon } from '../icons/file-search-corner';
|
|
3503
3505
|
export {
|
|
@@ -3516,18 +3518,18 @@ export {
|
|
|
3516
3518
|
/** @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 */
|
|
3517
3519
|
default as FileType2Icon
|
|
3518
3520
|
} from '../icons/file-type-corner';
|
|
3519
|
-
// FileVideoCamera aliases
|
|
3520
|
-
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3521
|
-
export {
|
|
3522
|
-
/** @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 */
|
|
3523
|
-
default as FileVideo2Icon
|
|
3524
|
-
} from '../icons/file-video-camera';
|
|
3525
3521
|
// FileXCorner aliases
|
|
3526
3522
|
export { default as FileXCornerIcon } from '../icons/file-x-corner';
|
|
3527
3523
|
export {
|
|
3528
3524
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. This alias will be removed in v1.0 */
|
|
3529
3525
|
default as FileX2Icon
|
|
3530
3526
|
} from '../icons/file-x-corner';
|
|
3527
|
+
// FileVideoCamera aliases
|
|
3528
|
+
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3529
|
+
export {
|
|
3530
|
+
/** @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 */
|
|
3531
|
+
default as FileVideo2Icon
|
|
3532
|
+
} from '../icons/file-video-camera';
|
|
3531
3533
|
// FingerprintPattern aliases
|
|
3532
3534
|
export { default as FingerprintPatternIcon } from '../icons/fingerprint-pattern';
|
|
3533
3535
|
export {
|
|
@@ -3552,18 +3554,24 @@ export {
|
|
|
3552
3554
|
/** @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 */
|
|
3553
3555
|
default as FilterXIcon
|
|
3554
3556
|
} from '../icons/funnel-x';
|
|
3557
|
+
// Funnel aliases
|
|
3558
|
+
export { default as FunnelIcon } from '../icons/funnel';
|
|
3559
|
+
export {
|
|
3560
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. This alias will be removed in v1.0 */
|
|
3561
|
+
default as FilterIcon
|
|
3562
|
+
} from '../icons/funnel';
|
|
3555
3563
|
// GitCommitHorizontal aliases
|
|
3556
3564
|
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3557
3565
|
export {
|
|
3558
3566
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. This alias will be removed in v1.0 */
|
|
3559
3567
|
default as GitCommitIcon
|
|
3560
3568
|
} from '../icons/git-commit-horizontal';
|
|
3561
|
-
//
|
|
3562
|
-
export { default as
|
|
3569
|
+
// Grid2x2X aliases
|
|
3570
|
+
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3563
3571
|
export {
|
|
3564
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3565
|
-
default as
|
|
3566
|
-
} from '../icons/
|
|
3572
|
+
/** @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 */
|
|
3573
|
+
default as Grid2X2XIcon
|
|
3574
|
+
} from '../icons/grid-2x2-x';
|
|
3567
3575
|
// Grid2x2Check aliases
|
|
3568
3576
|
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3569
3577
|
export {
|
|
@@ -3576,12 +3584,12 @@ export {
|
|
|
3576
3584
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. This alias will be removed in v1.0 */
|
|
3577
3585
|
default as Grid2X2PlusIcon
|
|
3578
3586
|
} from '../icons/grid-2x2-plus';
|
|
3579
|
-
//
|
|
3580
|
-
export { default as
|
|
3587
|
+
// Grid2x2 aliases
|
|
3588
|
+
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3581
3589
|
export {
|
|
3582
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3583
|
-
default as
|
|
3584
|
-
} from '../icons/grid-2x2
|
|
3590
|
+
/** @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 */
|
|
3591
|
+
default as Grid2X2Icon
|
|
3592
|
+
} from '../icons/grid-2x2';
|
|
3585
3593
|
// Grid3x3 aliases
|
|
3586
3594
|
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3587
3595
|
export {
|
|
@@ -3592,12 +3600,6 @@ export {
|
|
|
3592
3600
|
/** @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 */
|
|
3593
3601
|
default as Grid3X3Icon
|
|
3594
3602
|
} from '../icons/grid-3x3';
|
|
3595
|
-
// Grid2x2 aliases
|
|
3596
|
-
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3597
|
-
export {
|
|
3598
|
-
/** @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 */
|
|
3599
|
-
default as Grid2X2Icon
|
|
3600
|
-
} from '../icons/grid-2x2';
|
|
3601
3603
|
// HandGrab aliases
|
|
3602
3604
|
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3603
3605
|
export {
|
|
@@ -3666,18 +3668,18 @@ export {
|
|
|
3666
3668
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. This alias will be removed in v1.0 */
|
|
3667
3669
|
default as Loader2Icon
|
|
3668
3670
|
} from '../icons/loader-circle';
|
|
3669
|
-
// LockKeyholeOpen aliases
|
|
3670
|
-
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3671
|
-
export {
|
|
3672
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. This alias will be removed in v1.0 */
|
|
3673
|
-
default as UnlockKeyholeIcon
|
|
3674
|
-
} from '../icons/lock-keyhole-open';
|
|
3675
3671
|
// LockOpen aliases
|
|
3676
3672
|
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3677
3673
|
export {
|
|
3678
3674
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. This alias will be removed in v1.0 */
|
|
3679
3675
|
default as UnlockIcon
|
|
3680
3676
|
} from '../icons/lock-open';
|
|
3677
|
+
// LockKeyholeOpen aliases
|
|
3678
|
+
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3679
|
+
export {
|
|
3680
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. This alias will be removed in v1.0 */
|
|
3681
|
+
default as UnlockKeyholeIcon
|
|
3682
|
+
} from '../icons/lock-keyhole-open';
|
|
3681
3683
|
// MailQuestionMark aliases
|
|
3682
3684
|
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3683
3685
|
export {
|
|
@@ -3720,42 +3722,42 @@ export {
|
|
|
3720
3722
|
/** @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 */
|
|
3721
3723
|
default as PauseOctagonIcon
|
|
3722
3724
|
} from '../icons/octagon-pause';
|
|
3723
|
-
// OctagonX aliases
|
|
3724
|
-
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3725
|
-
export {
|
|
3726
|
-
/** @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 */
|
|
3727
|
-
default as XOctagonIcon
|
|
3728
|
-
} from '../icons/octagon-x';
|
|
3729
3725
|
// PaintbrushVertical aliases
|
|
3730
3726
|
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3731
3727
|
export {
|
|
3732
3728
|
/** @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 */
|
|
3733
3729
|
default as Paintbrush2Icon
|
|
3734
3730
|
} from '../icons/paintbrush-vertical';
|
|
3731
|
+
// OctagonX aliases
|
|
3732
|
+
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3733
|
+
export {
|
|
3734
|
+
/** @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 */
|
|
3735
|
+
default as XOctagonIcon
|
|
3736
|
+
} from '../icons/octagon-x';
|
|
3735
3737
|
// PanelLeftClose aliases
|
|
3736
3738
|
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3737
3739
|
export {
|
|
3738
3740
|
/** @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 */
|
|
3739
3741
|
default as SidebarCloseIcon
|
|
3740
3742
|
} from '../icons/panel-left-close';
|
|
3741
|
-
//
|
|
3742
|
-
export { default as
|
|
3743
|
+
// PanelLeftOpen aliases
|
|
3744
|
+
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3743
3745
|
export {
|
|
3744
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3745
|
-
default as
|
|
3746
|
-
} from '../icons/panel-left-
|
|
3746
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. This alias will be removed in v1.0 */
|
|
3747
|
+
default as SidebarOpenIcon
|
|
3748
|
+
} from '../icons/panel-left-open';
|
|
3747
3749
|
// PanelBottomDashed aliases
|
|
3748
3750
|
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3749
3751
|
export {
|
|
3750
3752
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. This alias will be removed in v1.0 */
|
|
3751
3753
|
default as PanelBottomInactiveIcon
|
|
3752
3754
|
} from '../icons/panel-bottom-dashed';
|
|
3753
|
-
//
|
|
3754
|
-
export { default as
|
|
3755
|
+
// PanelLeftDashed aliases
|
|
3756
|
+
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3755
3757
|
export {
|
|
3756
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3757
|
-
default as
|
|
3758
|
-
} from '../icons/panel-left-
|
|
3758
|
+
/** @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 */
|
|
3759
|
+
default as PanelLeftInactiveIcon
|
|
3760
|
+
} from '../icons/panel-left-dashed';
|
|
3759
3761
|
// PanelLeft aliases
|
|
3760
3762
|
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3761
3763
|
export {
|
|
@@ -3768,24 +3770,18 @@ export {
|
|
|
3768
3770
|
/** @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 */
|
|
3769
3771
|
default as PanelRightInactiveIcon
|
|
3770
3772
|
} from '../icons/panel-right-dashed';
|
|
3771
|
-
// PanelsTopLeft aliases
|
|
3772
|
-
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3773
|
-
export {
|
|
3774
|
-
/** @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 */
|
|
3775
|
-
default as LayoutIcon
|
|
3776
|
-
} from '../icons/panels-top-left';
|
|
3777
3773
|
// PanelTopDashed aliases
|
|
3778
3774
|
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3779
3775
|
export {
|
|
3780
3776
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. This alias will be removed in v1.0 */
|
|
3781
3777
|
default as PanelTopInactiveIcon
|
|
3782
3778
|
} from '../icons/panel-top-dashed';
|
|
3783
|
-
//
|
|
3784
|
-
export { default as
|
|
3779
|
+
// PanelsTopLeft aliases
|
|
3780
|
+
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3785
3781
|
export {
|
|
3786
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3787
|
-
default as
|
|
3788
|
-
} from '../icons/
|
|
3782
|
+
/** @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 */
|
|
3783
|
+
default as LayoutIcon
|
|
3784
|
+
} from '../icons/panels-top-left';
|
|
3789
3785
|
// PenLine aliases
|
|
3790
3786
|
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3791
3787
|
export {
|
|
@@ -3798,18 +3794,24 @@ export {
|
|
|
3798
3794
|
/** @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 */
|
|
3799
3795
|
default as Edit2Icon
|
|
3800
3796
|
} from '../icons/pen';
|
|
3801
|
-
//
|
|
3802
|
-
export { default as
|
|
3797
|
+
// PlugZap aliases
|
|
3798
|
+
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3803
3799
|
export {
|
|
3804
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3805
|
-
default as
|
|
3806
|
-
} from '../icons/
|
|
3800
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
|
|
3801
|
+
default as PlugZap2Icon
|
|
3802
|
+
} from '../icons/plug-zap';
|
|
3807
3803
|
// RectangleEllipsis aliases
|
|
3808
3804
|
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3809
3805
|
export {
|
|
3810
3806
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. This alias will be removed in v1.0 */
|
|
3811
3807
|
default as FormInputIcon
|
|
3812
3808
|
} from '../icons/rectangle-ellipsis';
|
|
3809
|
+
// Rotate3d aliases
|
|
3810
|
+
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3811
|
+
export {
|
|
3812
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. This alias will be removed in v1.0 */
|
|
3813
|
+
default as Rotate3DIcon
|
|
3814
|
+
} from '../icons/rotate-3d';
|
|
3813
3815
|
// Rows2 aliases
|
|
3814
3816
|
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3815
3817
|
export {
|
|
@@ -3840,30 +3842,30 @@ export {
|
|
|
3840
3842
|
/** @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 */
|
|
3841
3843
|
default as ShieldQuestionIcon
|
|
3842
3844
|
} from '../icons/shield-question-mark';
|
|
3843
|
-
// ShieldX aliases
|
|
3844
|
-
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3845
|
-
export {
|
|
3846
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. This alias will be removed in v1.0 */
|
|
3847
|
-
default as ShieldCloseIcon
|
|
3848
|
-
} from '../icons/shield-x';
|
|
3849
|
-
// Sparkles aliases
|
|
3850
|
-
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3851
|
-
export {
|
|
3852
|
-
/** @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 */
|
|
3853
|
-
default as StarsIcon
|
|
3854
|
-
} from '../icons/sparkles';
|
|
3855
3845
|
// SlidersVertical aliases
|
|
3856
3846
|
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3857
3847
|
export {
|
|
3858
3848
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. This alias will be removed in v1.0 */
|
|
3859
3849
|
default as SlidersIcon
|
|
3860
3850
|
} from '../icons/sliders-vertical';
|
|
3851
|
+
// ShieldX aliases
|
|
3852
|
+
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3853
|
+
export {
|
|
3854
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. This alias will be removed in v1.0 */
|
|
3855
|
+
default as ShieldCloseIcon
|
|
3856
|
+
} from '../icons/shield-x';
|
|
3861
3857
|
// SquareActivity aliases
|
|
3862
3858
|
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3863
3859
|
export {
|
|
3864
3860
|
/** @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 */
|
|
3865
3861
|
default as ActivitySquareIcon
|
|
3866
3862
|
} from '../icons/square-activity';
|
|
3863
|
+
// Sparkles aliases
|
|
3864
|
+
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3865
|
+
export {
|
|
3866
|
+
/** @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 */
|
|
3867
|
+
default as StarsIcon
|
|
3868
|
+
} from '../icons/sparkles';
|
|
3867
3869
|
// SquareArrowDownLeft aliases
|
|
3868
3870
|
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3869
3871
|
export {
|
|
@@ -3888,12 +3890,6 @@ export {
|
|
|
3888
3890
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. This alias will be removed in v1.0 */
|
|
3889
3891
|
default as ArrowLeftSquareIcon
|
|
3890
3892
|
} from '../icons/square-arrow-left';
|
|
3891
|
-
// SquareArrowOutDownRight aliases
|
|
3892
|
-
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3893
|
-
export {
|
|
3894
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3895
|
-
default as ArrowDownRightFromSquareIcon
|
|
3896
|
-
} from '../icons/square-arrow-out-down-right';
|
|
3897
3893
|
// SquareArrowOutDownLeft aliases
|
|
3898
3894
|
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3899
3895
|
export {
|
|
@@ -3906,30 +3902,30 @@ export {
|
|
|
3906
3902
|
/** @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 */
|
|
3907
3903
|
default as ArrowUpLeftFromSquareIcon
|
|
3908
3904
|
} from '../icons/square-arrow-out-up-left';
|
|
3909
|
-
//
|
|
3910
|
-
export { default as
|
|
3905
|
+
// SquareArrowOutDownRight aliases
|
|
3906
|
+
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3911
3907
|
export {
|
|
3912
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3913
|
-
default as
|
|
3914
|
-
} from '../icons/square-arrow-out-
|
|
3908
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3909
|
+
default as ArrowDownRightFromSquareIcon
|
|
3910
|
+
} from '../icons/square-arrow-out-down-right';
|
|
3915
3911
|
// SquareArrowRight aliases
|
|
3916
3912
|
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3917
3913
|
export {
|
|
3918
3914
|
/** @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 */
|
|
3919
3915
|
default as ArrowRightSquareIcon
|
|
3920
3916
|
} from '../icons/square-arrow-right';
|
|
3917
|
+
// SquareArrowOutUpRight aliases
|
|
3918
|
+
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3919
|
+
export {
|
|
3920
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3921
|
+
default as ArrowUpRightFromSquareIcon
|
|
3922
|
+
} from '../icons/square-arrow-out-up-right';
|
|
3921
3923
|
// SquareArrowUpLeft aliases
|
|
3922
3924
|
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3923
3925
|
export {
|
|
3924
3926
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. This alias will be removed in v1.0 */
|
|
3925
3927
|
default as ArrowUpLeftSquareIcon
|
|
3926
3928
|
} from '../icons/square-arrow-up-left';
|
|
3927
|
-
// SquareAsterisk aliases
|
|
3928
|
-
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3929
|
-
export {
|
|
3930
|
-
/** @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 */
|
|
3931
|
-
default as AsteriskSquareIcon
|
|
3932
|
-
} from '../icons/square-asterisk';
|
|
3933
3929
|
// SquareArrowUp aliases
|
|
3934
3930
|
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3935
3931
|
export {
|
|
@@ -3942,30 +3938,30 @@ export {
|
|
|
3942
3938
|
/** @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 */
|
|
3943
3939
|
default as ArrowUpRightSquareIcon
|
|
3944
3940
|
} from '../icons/square-arrow-up-right';
|
|
3945
|
-
//
|
|
3946
|
-
export { default as
|
|
3941
|
+
// SquareAsterisk aliases
|
|
3942
|
+
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3947
3943
|
export {
|
|
3948
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3949
|
-
default as
|
|
3950
|
-
} from '../icons/square-
|
|
3944
|
+
/** @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 */
|
|
3945
|
+
default as AsteriskSquareIcon
|
|
3946
|
+
} from '../icons/square-asterisk';
|
|
3951
3947
|
// SquareBottomDashedScissors aliases
|
|
3952
3948
|
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3953
3949
|
export {
|
|
3954
3950
|
/** @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 */
|
|
3955
3951
|
default as ScissorsSquareDashedBottomIcon
|
|
3956
3952
|
} from '../icons/square-bottom-dashed-scissors';
|
|
3953
|
+
// SquareCenterlineDashedHorizontal aliases
|
|
3954
|
+
export { default as SquareCenterlineDashedHorizontalIcon } from '../icons/square-centerline-dashed-horizontal';
|
|
3955
|
+
export {
|
|
3956
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedHorizontal} instead. This alias will be removed in v1.0 */
|
|
3957
|
+
default as FlipHorizontalIcon
|
|
3958
|
+
} from '../icons/square-centerline-dashed-horizontal';
|
|
3957
3959
|
// SquareCenterlineDashedVertical aliases
|
|
3958
3960
|
export { default as SquareCenterlineDashedVerticalIcon } from '../icons/square-centerline-dashed-vertical';
|
|
3959
3961
|
export {
|
|
3960
3962
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. This alias will be removed in v1.0 */
|
|
3961
3963
|
default as FlipVerticalIcon
|
|
3962
3964
|
} from '../icons/square-centerline-dashed-vertical';
|
|
3963
|
-
// SquareCheck aliases
|
|
3964
|
-
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3965
|
-
export {
|
|
3966
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. This alias will be removed in v1.0 */
|
|
3967
|
-
default as CheckSquare2Icon
|
|
3968
|
-
} from '../icons/square-check';
|
|
3969
3965
|
// SquareChartGantt aliases
|
|
3970
3966
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
3971
3967
|
export {
|
|
@@ -3982,18 +3978,30 @@ export {
|
|
|
3982
3978
|
/** @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 */
|
|
3983
3979
|
default as CheckSquareIcon
|
|
3984
3980
|
} from '../icons/square-check-big';
|
|
3985
|
-
//
|
|
3986
|
-
export { default as
|
|
3981
|
+
// SquareCheck aliases
|
|
3982
|
+
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3987
3983
|
export {
|
|
3988
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3989
|
-
default as
|
|
3990
|
-
} from '../icons/square-
|
|
3984
|
+
/** @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 */
|
|
3985
|
+
default as CheckSquare2Icon
|
|
3986
|
+
} from '../icons/square-check';
|
|
3991
3987
|
// SquareChevronLeft aliases
|
|
3992
3988
|
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
3993
3989
|
export {
|
|
3994
3990
|
/** @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 */
|
|
3995
3991
|
default as ChevronLeftSquareIcon
|
|
3996
3992
|
} from '../icons/square-chevron-left';
|
|
3993
|
+
// SquareChevronDown aliases
|
|
3994
|
+
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3995
|
+
export {
|
|
3996
|
+
/** @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 */
|
|
3997
|
+
default as ChevronDownSquareIcon
|
|
3998
|
+
} from '../icons/square-chevron-down';
|
|
3999
|
+
// SquareCode aliases
|
|
4000
|
+
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
4001
|
+
export {
|
|
4002
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. This alias will be removed in v1.0 */
|
|
4003
|
+
default as CodeSquareIcon
|
|
4004
|
+
} from '../icons/square-code';
|
|
3997
4005
|
// SquareChevronRight aliases
|
|
3998
4006
|
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
3999
4007
|
export {
|
|
@@ -4006,12 +4014,6 @@ export {
|
|
|
4006
4014
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. This alias will be removed in v1.0 */
|
|
4007
4015
|
default as ChevronUpSquareIcon
|
|
4008
4016
|
} from '../icons/square-chevron-up';
|
|
4009
|
-
// SquareCode aliases
|
|
4010
|
-
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
4011
|
-
export {
|
|
4012
|
-
/** @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 */
|
|
4013
|
-
default as CodeSquareIcon
|
|
4014
|
-
} from '../icons/square-code';
|
|
4015
4017
|
// SquareDashedKanban aliases
|
|
4016
4018
|
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
4017
4019
|
export {
|
|
@@ -4030,18 +4032,18 @@ export {
|
|
|
4030
4032
|
/** @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 */
|
|
4031
4033
|
default as BoxSelectIcon
|
|
4032
4034
|
} from '../icons/square-dashed';
|
|
4033
|
-
// SquareDivide aliases
|
|
4034
|
-
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
4035
|
-
export {
|
|
4036
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. This alias will be removed in v1.0 */
|
|
4037
|
-
default as DivideSquareIcon
|
|
4038
|
-
} from '../icons/square-divide';
|
|
4039
4035
|
// SquareDot aliases
|
|
4040
4036
|
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
4041
4037
|
export {
|
|
4042
4038
|
/** @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 */
|
|
4043
4039
|
default as DotSquareIcon
|
|
4044
4040
|
} from '../icons/square-dot';
|
|
4041
|
+
// SquareDivide aliases
|
|
4042
|
+
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
4043
|
+
export {
|
|
4044
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. This alias will be removed in v1.0 */
|
|
4045
|
+
default as DivideSquareIcon
|
|
4046
|
+
} from '../icons/square-divide';
|
|
4045
4047
|
// SquareEqual aliases
|
|
4046
4048
|
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
4047
4049
|
export {
|
|
@@ -4054,6 +4056,12 @@ export {
|
|
|
4054
4056
|
/** @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 */
|
|
4055
4057
|
default as FunctionSquareIcon
|
|
4056
4058
|
} from '../icons/square-function';
|
|
4059
|
+
// SquareLibrary aliases
|
|
4060
|
+
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
4061
|
+
export {
|
|
4062
|
+
/** @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 */
|
|
4063
|
+
default as LibrarySquareIcon
|
|
4064
|
+
} from '../icons/square-library';
|
|
4057
4065
|
// SquareKanban aliases
|
|
4058
4066
|
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
4059
4067
|
export {
|
|
@@ -4066,12 +4074,6 @@ export {
|
|
|
4066
4074
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. This alias will be removed in v1.0 */
|
|
4067
4075
|
default as MSquareIcon
|
|
4068
4076
|
} from '../icons/square-m';
|
|
4069
|
-
// SquareLibrary aliases
|
|
4070
|
-
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
4071
|
-
export {
|
|
4072
|
-
/** @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 */
|
|
4073
|
-
default as LibrarySquareIcon
|
|
4074
|
-
} from '../icons/square-library';
|
|
4075
4077
|
// SquareMenu aliases
|
|
4076
4078
|
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
4077
4079
|
export {
|
|
@@ -4116,30 +4118,30 @@ export {
|
|
|
4116
4118
|
/** @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 */
|
|
4117
4119
|
default as PenSquareIcon
|
|
4118
4120
|
} from '../icons/square-pen';
|
|
4119
|
-
// SquarePi aliases
|
|
4120
|
-
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4121
|
-
export {
|
|
4122
|
-
/** @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 */
|
|
4123
|
-
default as PiSquareIcon
|
|
4124
|
-
} from '../icons/square-pi';
|
|
4125
4121
|
// SquarePercent aliases
|
|
4126
4122
|
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
4127
4123
|
export {
|
|
4128
4124
|
/** @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 */
|
|
4129
4125
|
default as PercentSquareIcon
|
|
4130
4126
|
} from '../icons/square-percent';
|
|
4131
|
-
//
|
|
4132
|
-
export { default as
|
|
4127
|
+
// SquarePi aliases
|
|
4128
|
+
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4133
4129
|
export {
|
|
4134
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4135
|
-
default as
|
|
4136
|
-
} from '../icons/square-
|
|
4130
|
+
/** @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 */
|
|
4131
|
+
default as PiSquareIcon
|
|
4132
|
+
} from '../icons/square-pi';
|
|
4137
4133
|
// SquarePlay aliases
|
|
4138
4134
|
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
4139
4135
|
export {
|
|
4140
4136
|
/** @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 */
|
|
4141
4137
|
default as PlaySquareIcon
|
|
4142
4138
|
} from '../icons/square-play';
|
|
4139
|
+
// SquarePilcrow aliases
|
|
4140
|
+
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4141
|
+
export {
|
|
4142
|
+
/** @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 */
|
|
4143
|
+
default as PilcrowSquareIcon
|
|
4144
|
+
} from '../icons/square-pilcrow';
|
|
4143
4145
|
// SquarePlus aliases
|
|
4144
4146
|
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
4145
4147
|
export {
|
|
@@ -4158,12 +4160,6 @@ export {
|
|
|
4158
4160
|
/** @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 */
|
|
4159
4161
|
default as ScissorsSquareIcon
|
|
4160
4162
|
} from '../icons/square-scissors';
|
|
4161
|
-
// SquareSigma aliases
|
|
4162
|
-
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4163
|
-
export {
|
|
4164
|
-
/** @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 */
|
|
4165
|
-
default as SigmaSquareIcon
|
|
4166
|
-
} from '../icons/square-sigma';
|
|
4167
4163
|
// SquareSlash aliases
|
|
4168
4164
|
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
4169
4165
|
export {
|
|
@@ -4176,12 +4172,24 @@ export {
|
|
|
4176
4172
|
/** @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 */
|
|
4177
4173
|
default as SplitSquareHorizontalIcon
|
|
4178
4174
|
} from '../icons/square-split-horizontal';
|
|
4175
|
+
// SquareSigma aliases
|
|
4176
|
+
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4177
|
+
export {
|
|
4178
|
+
/** @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 */
|
|
4179
|
+
default as SigmaSquareIcon
|
|
4180
|
+
} from '../icons/square-sigma';
|
|
4179
4181
|
// SquareSplitVertical aliases
|
|
4180
4182
|
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
4181
4183
|
export {
|
|
4182
4184
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. This alias will be removed in v1.0 */
|
|
4183
4185
|
default as SplitSquareVerticalIcon
|
|
4184
4186
|
} from '../icons/square-split-vertical';
|
|
4187
|
+
// SquareTerminal aliases
|
|
4188
|
+
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
4189
|
+
export {
|
|
4190
|
+
/** @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 */
|
|
4191
|
+
default as TerminalSquareIcon
|
|
4192
|
+
} from '../icons/square-terminal';
|
|
4185
4193
|
// SquareUserRound aliases
|
|
4186
4194
|
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
4187
4195
|
export {
|
|
@@ -4194,30 +4202,30 @@ export {
|
|
|
4194
4202
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. This alias will be removed in v1.0 */
|
|
4195
4203
|
default as UserSquareIcon
|
|
4196
4204
|
} from '../icons/square-user';
|
|
4205
|
+
// SquareX aliases
|
|
4206
|
+
export { default as SquareXIcon } from '../icons/square-x';
|
|
4207
|
+
export {
|
|
4208
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. This alias will be removed in v1.0 */
|
|
4209
|
+
default as XSquareIcon
|
|
4210
|
+
} from '../icons/square-x';
|
|
4197
4211
|
// TestTubeDiagonal aliases
|
|
4198
4212
|
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
4199
4213
|
export {
|
|
4200
4214
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. This alias will be removed in v1.0 */
|
|
4201
4215
|
default as TestTube2Icon
|
|
4202
4216
|
} from '../icons/test-tube-diagonal';
|
|
4203
|
-
// SquareTerminal aliases
|
|
4204
|
-
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
4205
|
-
export {
|
|
4206
|
-
/** @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 */
|
|
4207
|
-
default as TerminalSquareIcon
|
|
4208
|
-
} from '../icons/square-terminal';
|
|
4209
4217
|
// TextAlignCenter aliases
|
|
4210
4218
|
export { default as TextAlignCenterIcon } from '../icons/text-align-center';
|
|
4211
4219
|
export {
|
|
4212
4220
|
/** @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 */
|
|
4213
4221
|
default as AlignCenterIcon
|
|
4214
4222
|
} from '../icons/text-align-center';
|
|
4215
|
-
//
|
|
4216
|
-
export { default as
|
|
4223
|
+
// TextAlignJustify aliases
|
|
4224
|
+
export { default as TextAlignJustifyIcon } from '../icons/text-align-justify';
|
|
4217
4225
|
export {
|
|
4218
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4219
|
-
default as
|
|
4220
|
-
} from '../icons/
|
|
4226
|
+
/** @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 */
|
|
4227
|
+
default as AlignJustifyIcon
|
|
4228
|
+
} from '../icons/text-align-justify';
|
|
4221
4229
|
// TextAlignEnd aliases
|
|
4222
4230
|
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4223
4231
|
export {
|
|
@@ -4234,24 +4242,18 @@ export {
|
|
|
4234
4242
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignStart} instead. This alias will be removed in v1.0 */
|
|
4235
4243
|
default as AlignLeftIcon
|
|
4236
4244
|
} from '../icons/text-align-start';
|
|
4237
|
-
//
|
|
4238
|
-
export { default as
|
|
4245
|
+
// TextSelect aliases
|
|
4246
|
+
export { default as TextSelectIcon } from '../icons/text-select';
|
|
4239
4247
|
export {
|
|
4240
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4241
|
-
default as
|
|
4242
|
-
} from '../icons/text-
|
|
4248
|
+
/** @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 */
|
|
4249
|
+
default as TextSelectionIcon
|
|
4250
|
+
} from '../icons/text-select';
|
|
4243
4251
|
// TextInitial aliases
|
|
4244
4252
|
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4245
4253
|
export {
|
|
4246
4254
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. This alias will be removed in v1.0 */
|
|
4247
4255
|
default as LetterTextIcon
|
|
4248
4256
|
} from '../icons/text-initial';
|
|
4249
|
-
// TextSelect aliases
|
|
4250
|
-
export { default as TextSelectIcon } from '../icons/text-select';
|
|
4251
|
-
export {
|
|
4252
|
-
/** @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 */
|
|
4253
|
-
default as TextSelectionIcon
|
|
4254
|
-
} from '../icons/text-select';
|
|
4255
4257
|
// TextWrap aliases
|
|
4256
4258
|
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4257
4259
|
export {
|
|
@@ -4270,18 +4272,18 @@ export {
|
|
|
4270
4272
|
/** @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 */
|
|
4271
4273
|
default as PalmtreeIcon
|
|
4272
4274
|
} from '../icons/tree-palm';
|
|
4273
|
-
// TriangleAlert aliases
|
|
4274
|
-
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4275
|
-
export {
|
|
4276
|
-
/** @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 */
|
|
4277
|
-
default as AlertTriangleIcon
|
|
4278
|
-
} from '../icons/triangle-alert';
|
|
4279
4275
|
// TvMinimal aliases
|
|
4280
4276
|
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4281
4277
|
export {
|
|
4282
4278
|
/** @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 */
|
|
4283
4279
|
default as Tv2Icon
|
|
4284
4280
|
} from '../icons/tv-minimal';
|
|
4281
|
+
// TriangleAlert aliases
|
|
4282
|
+
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4283
|
+
export {
|
|
4284
|
+
/** @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 */
|
|
4285
|
+
default as AlertTriangleIcon
|
|
4286
|
+
} from '../icons/triangle-alert';
|
|
4285
4287
|
// University aliases
|
|
4286
4288
|
export { default as UniversityIcon } from '../icons/university';
|
|
4287
4289
|
export {
|
|
@@ -4294,24 +4296,30 @@ export {
|
|
|
4294
4296
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. This alias will be removed in v1.0 */
|
|
4295
4297
|
default as UserCheck2Icon
|
|
4296
4298
|
} from '../icons/user-round-check';
|
|
4297
|
-
// UserRoundCog aliases
|
|
4298
|
-
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
4299
|
-
export {
|
|
4300
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. This alias will be removed in v1.0 */
|
|
4301
|
-
default as UserCog2Icon
|
|
4302
|
-
} from '../icons/user-round-cog';
|
|
4303
4299
|
// UserRoundMinus aliases
|
|
4304
4300
|
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
4305
4301
|
export {
|
|
4306
4302
|
/** @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 */
|
|
4307
4303
|
default as UserMinus2Icon
|
|
4308
4304
|
} from '../icons/user-round-minus';
|
|
4305
|
+
// UserRoundCog aliases
|
|
4306
|
+
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
4307
|
+
export {
|
|
4308
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. This alias will be removed in v1.0 */
|
|
4309
|
+
default as UserCog2Icon
|
|
4310
|
+
} from '../icons/user-round-cog';
|
|
4309
4311
|
// UserRoundX aliases
|
|
4310
4312
|
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4311
4313
|
export {
|
|
4312
4314
|
/** @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 */
|
|
4313
4315
|
default as UserX2Icon
|
|
4314
4316
|
} from '../icons/user-round-x';
|
|
4317
|
+
// UserRound aliases
|
|
4318
|
+
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4319
|
+
export {
|
|
4320
|
+
/** @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 */
|
|
4321
|
+
default as User2Icon
|
|
4322
|
+
} from '../icons/user-round';
|
|
4315
4323
|
// UserRoundPlus aliases
|
|
4316
4324
|
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
4317
4325
|
export {
|
|
@@ -4324,12 +4332,6 @@ export {
|
|
|
4324
4332
|
/** @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 */
|
|
4325
4333
|
default as Users2Icon
|
|
4326
4334
|
} from '../icons/users-round';
|
|
4327
|
-
// UserRound aliases
|
|
4328
|
-
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4329
|
-
export {
|
|
4330
|
-
/** @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 */
|
|
4331
|
-
default as User2Icon
|
|
4332
|
-
} from '../icons/user-round';
|
|
4333
4335
|
// UtensilsCrossed aliases
|
|
4334
4336
|
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4335
4337
|
export {
|