@lucide/astro 0.561.0 → 0.562.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 +104 -104
- package/src/aliases/prefixed.ts +568 -566
- package/src/aliases/suffixed.ts +858 -856
- package/src/icons/index.ts +118 -117
- package/src/icons/paint-bucket.ts +2 -2
- package/src/icons/toolbox.ts +18 -0
package/src/aliases/suffixed.ts
CHANGED
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
// AArrowDown aliases
|
|
2
2
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
|
-
// Accessibility aliases
|
|
4
|
-
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
5
3
|
// AArrowUp aliases
|
|
6
4
|
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
7
|
-
//
|
|
8
|
-
export { default as
|
|
5
|
+
// ALargeSmall aliases
|
|
6
|
+
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
7
|
+
// Accessibility aliases
|
|
8
|
+
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
9
9
|
// AirVent aliases
|
|
10
10
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
11
|
+
// Activity aliases
|
|
12
|
+
export { default as ActivityIcon } from '../icons/activity';
|
|
11
13
|
// Airplay aliases
|
|
12
14
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
13
15
|
// AlarmClock aliases
|
|
@@ -20,24 +22,24 @@ export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
|
20
22
|
export { default as AlbumIcon } from '../icons/album';
|
|
21
23
|
// AlignCenterHorizontal aliases
|
|
22
24
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
23
|
-
// AlignCenterVertical aliases
|
|
24
|
-
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
25
25
|
// AlignEndHorizontal aliases
|
|
26
26
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
27
|
+
// AlignCenterVertical aliases
|
|
28
|
+
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
27
29
|
// AlignEndVertical aliases
|
|
28
30
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
29
|
-
// AlignHorizontalDistributeEnd aliases
|
|
30
|
-
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
31
31
|
// AlignHorizontalDistributeCenter aliases
|
|
32
32
|
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
33
|
-
//
|
|
34
|
-
export { default as
|
|
33
|
+
// AlignHorizontalDistributeEnd aliases
|
|
34
|
+
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
35
35
|
// AlignHorizontalDistributeStart aliases
|
|
36
36
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
37
|
-
//
|
|
38
|
-
export { default as
|
|
37
|
+
// AlignHorizontalJustifyCenter aliases
|
|
38
|
+
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
39
39
|
// AlignHorizontalJustifyStart aliases
|
|
40
40
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
41
|
+
// AlignHorizontalJustifyEnd aliases
|
|
42
|
+
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
41
43
|
// AlignHorizontalSpaceAround aliases
|
|
42
44
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
43
45
|
// AlignHorizontalSpaceBetween aliases
|
|
@@ -48,18 +50,18 @@ export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizo
|
|
|
48
50
|
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
49
51
|
// AlignVerticalDistributeEnd aliases
|
|
50
52
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
51
|
-
// AlignVerticalDistributeCenter aliases
|
|
52
|
-
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
53
53
|
// AlignVerticalDistributeStart aliases
|
|
54
54
|
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
55
|
+
// AlignVerticalDistributeCenter aliases
|
|
56
|
+
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
55
57
|
// AlignVerticalJustifyEnd aliases
|
|
56
58
|
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
59
|
+
// AlignVerticalJustifyCenter aliases
|
|
60
|
+
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
57
61
|
// AlignVerticalJustifyStart aliases
|
|
58
62
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
59
63
|
// AlignVerticalSpaceAround aliases
|
|
60
64
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
61
|
-
// AlignVerticalJustifyCenter aliases
|
|
62
|
-
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
63
65
|
// AlignVerticalSpaceBetween aliases
|
|
64
66
|
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
65
67
|
// Ambulance aliases
|
|
@@ -74,74 +76,74 @@ export { default as AmphoraIcon } from '../icons/amphora';
|
|
|
74
76
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
75
77
|
// Angry aliases
|
|
76
78
|
export { default as AngryIcon } from '../icons/angry';
|
|
77
|
-
// Antenna aliases
|
|
78
|
-
export { default as AntennaIcon } from '../icons/antenna';
|
|
79
79
|
// Annoyed aliases
|
|
80
80
|
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
81
|
-
//
|
|
82
|
-
export { default as
|
|
81
|
+
// Antenna aliases
|
|
82
|
+
export { default as AntennaIcon } from '../icons/antenna';
|
|
83
83
|
// Aperture aliases
|
|
84
84
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
85
|
+
// Anvil aliases
|
|
86
|
+
export { default as AnvilIcon } from '../icons/anvil';
|
|
85
87
|
// AppWindowMac aliases
|
|
86
88
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
89
|
+
// Apple aliases
|
|
90
|
+
export { default as AppleIcon } from '../icons/apple';
|
|
87
91
|
// AppWindow aliases
|
|
88
92
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
89
93
|
// ArchiveRestore aliases
|
|
90
94
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
91
|
-
// Apple aliases
|
|
92
|
-
export { default as AppleIcon } from '../icons/apple';
|
|
93
95
|
// ArchiveX aliases
|
|
94
96
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
95
97
|
// Archive aliases
|
|
96
98
|
export { default as ArchiveIcon } from '../icons/archive';
|
|
97
99
|
// Armchair aliases
|
|
98
100
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
99
|
-
// ArrowBigDownDash aliases
|
|
100
|
-
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
101
101
|
// ArrowBigDown aliases
|
|
102
102
|
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
103
|
+
// ArrowBigDownDash aliases
|
|
104
|
+
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
103
105
|
// ArrowBigLeftDash aliases
|
|
104
106
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
105
|
-
// ArrowBigRightDash aliases
|
|
106
|
-
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
107
107
|
// ArrowBigLeft aliases
|
|
108
108
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
109
|
+
// ArrowBigRight aliases
|
|
110
|
+
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
111
|
+
// ArrowBigRightDash aliases
|
|
112
|
+
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
109
113
|
// ArrowBigUpDash aliases
|
|
110
114
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
111
115
|
// ArrowBigUp aliases
|
|
112
116
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
113
117
|
// ArrowDownFromLine aliases
|
|
114
118
|
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
115
|
-
// ArrowBigRight aliases
|
|
116
|
-
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
117
|
-
// ArrowDownNarrowWide aliases
|
|
118
|
-
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
119
119
|
// ArrowDownLeft aliases
|
|
120
120
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
121
|
+
// ArrowDownNarrowWide aliases
|
|
122
|
+
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
121
123
|
// ArrowDownRight aliases
|
|
122
124
|
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
123
|
-
// ArrowDownToLine aliases
|
|
124
|
-
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
125
125
|
// ArrowDownToDot aliases
|
|
126
126
|
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
127
|
-
//
|
|
128
|
-
export { default as
|
|
127
|
+
// ArrowDownToLine aliases
|
|
128
|
+
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
129
129
|
// ArrowDownUp aliases
|
|
130
130
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
131
131
|
// ArrowDown aliases
|
|
132
132
|
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
133
|
+
// ArrowLeftRight aliases
|
|
134
|
+
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
133
135
|
// ArrowLeftFromLine aliases
|
|
134
136
|
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
135
|
-
// ArrowLeftToLine aliases
|
|
136
|
-
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
137
137
|
// ArrowLeft aliases
|
|
138
138
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
139
139
|
// ArrowRightFromLine aliases
|
|
140
140
|
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
141
|
-
//
|
|
142
|
-
export { default as
|
|
141
|
+
// ArrowLeftToLine aliases
|
|
142
|
+
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
143
143
|
// ArrowRightLeft aliases
|
|
144
144
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
145
|
+
// ArrowRightToLine aliases
|
|
146
|
+
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
145
147
|
// ArrowRight aliases
|
|
146
148
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
147
149
|
// ArrowUpDown aliases
|
|
@@ -152,166 +154,164 @@ export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
|
152
154
|
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
153
155
|
// ArrowUpLeft aliases
|
|
154
156
|
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
157
|
+
// ArrowUpToLine aliases
|
|
158
|
+
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
155
159
|
// ArrowUpRight aliases
|
|
156
160
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
157
161
|
// ArrowUpWideNarrow aliases
|
|
158
162
|
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
159
|
-
// ArrowsUpFromLine aliases
|
|
160
|
-
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
161
|
-
// ArrowUpToLine aliases
|
|
162
|
-
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
163
163
|
// ArrowUp aliases
|
|
164
164
|
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
165
|
-
//
|
|
166
|
-
export { default as
|
|
165
|
+
// ArrowsUpFromLine aliases
|
|
166
|
+
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
167
167
|
// Asterisk aliases
|
|
168
168
|
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
169
|
+
// AtSign aliases
|
|
170
|
+
export { default as AtSignIcon } from '../icons/at-sign';
|
|
169
171
|
// Atom aliases
|
|
170
172
|
export { default as AtomIcon } from '../icons/atom';
|
|
171
|
-
// AudioWaveform aliases
|
|
172
|
-
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
173
173
|
// AudioLines aliases
|
|
174
174
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
175
|
+
// AudioWaveform aliases
|
|
176
|
+
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
175
177
|
// Award aliases
|
|
176
178
|
export { default as AwardIcon } from '../icons/award';
|
|
179
|
+
// Axe aliases
|
|
180
|
+
export { default as AxeIcon } from '../icons/axe';
|
|
177
181
|
// Baby aliases
|
|
178
182
|
export { default as BabyIcon } from '../icons/baby';
|
|
179
|
-
// BadgeAlert aliases
|
|
180
|
-
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
181
183
|
// Backpack aliases
|
|
182
184
|
export { default as BackpackIcon } from '../icons/backpack';
|
|
183
|
-
//
|
|
184
|
-
export { default as
|
|
185
|
+
// BadgeAlert aliases
|
|
186
|
+
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
185
187
|
// BadgeDollarSign aliases
|
|
186
188
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
187
|
-
//
|
|
188
|
-
export { default as
|
|
189
|
+
// BadgeCent aliases
|
|
190
|
+
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
189
191
|
// BadgeEuro aliases
|
|
190
192
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
191
|
-
// BadgeJapaneseYen aliases
|
|
192
|
-
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
193
193
|
// BadgeIndianRupee aliases
|
|
194
194
|
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
195
|
+
// BadgeJapaneseYen aliases
|
|
196
|
+
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
195
197
|
// BadgeInfo aliases
|
|
196
198
|
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
197
199
|
// BadgeMinus aliases
|
|
198
200
|
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
199
|
-
// BadgePoundSterling aliases
|
|
200
|
-
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
201
201
|
// BadgePercent aliases
|
|
202
202
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
203
203
|
// BadgePlus aliases
|
|
204
204
|
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
205
|
-
//
|
|
206
|
-
export { default as
|
|
205
|
+
// BadgePoundSterling aliases
|
|
206
|
+
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
207
207
|
// BadgeRussianRuble aliases
|
|
208
208
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
209
|
+
// BadgeSwissFranc aliases
|
|
210
|
+
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
209
211
|
// BadgeTurkishLira aliases
|
|
210
212
|
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
211
|
-
// BadgeX aliases
|
|
212
|
-
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
213
213
|
// Badge aliases
|
|
214
214
|
export { default as BadgeIcon } from '../icons/badge';
|
|
215
|
+
// BadgeX aliases
|
|
216
|
+
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
215
217
|
// BaggageClaim aliases
|
|
216
218
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
217
219
|
// Balloon aliases
|
|
218
220
|
export { default as BalloonIcon } from '../icons/balloon';
|
|
221
|
+
// Ban aliases
|
|
222
|
+
export { default as BanIcon } from '../icons/ban';
|
|
219
223
|
// Banana aliases
|
|
220
224
|
export { default as BananaIcon } from '../icons/banana';
|
|
221
225
|
// Bandage aliases
|
|
222
226
|
export { default as BandageIcon } from '../icons/bandage';
|
|
223
|
-
// Ban aliases
|
|
224
|
-
export { default as BanIcon } from '../icons/ban';
|
|
225
|
-
// BanknoteArrowUp aliases
|
|
226
|
-
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
227
227
|
// BanknoteArrowDown aliases
|
|
228
228
|
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
229
229
|
// BanknoteX aliases
|
|
230
230
|
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
231
|
+
// BanknoteArrowUp aliases
|
|
232
|
+
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
231
233
|
// Banknote aliases
|
|
232
234
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
233
|
-
// Barrel aliases
|
|
234
|
-
export { default as BarrelIcon } from '../icons/barrel';
|
|
235
235
|
// Barcode aliases
|
|
236
236
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
237
|
-
//
|
|
238
|
-
export { default as
|
|
237
|
+
// Barrel aliases
|
|
238
|
+
export { default as BarrelIcon } from '../icons/barrel';
|
|
239
239
|
// Baseline aliases
|
|
240
240
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
241
|
-
//
|
|
242
|
-
export { default as
|
|
241
|
+
// Bath aliases
|
|
242
|
+
export { default as BathIcon } from '../icons/bath';
|
|
243
243
|
// BatteryCharging aliases
|
|
244
244
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
245
|
+
// BatteryFull aliases
|
|
246
|
+
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
245
247
|
// BatteryLow aliases
|
|
246
248
|
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
247
|
-
// BatteryWarning aliases
|
|
248
|
-
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
249
|
-
// BatteryPlus aliases
|
|
250
|
-
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
251
249
|
// BatteryMedium aliases
|
|
252
250
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
251
|
+
// BatteryPlus aliases
|
|
252
|
+
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
253
|
+
// BatteryWarning aliases
|
|
254
|
+
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
253
255
|
// Battery aliases
|
|
254
256
|
export { default as BatteryIcon } from '../icons/battery';
|
|
255
257
|
// Beaker aliases
|
|
256
258
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
257
|
-
// Bean aliases
|
|
258
|
-
export { default as BeanIcon } from '../icons/bean';
|
|
259
259
|
// BeanOff aliases
|
|
260
260
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
261
|
+
// Bean aliases
|
|
262
|
+
export { default as BeanIcon } from '../icons/bean';
|
|
261
263
|
// BedDouble aliases
|
|
262
264
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
263
265
|
// BedSingle aliases
|
|
264
266
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
265
|
-
// Beef aliases
|
|
266
|
-
export { default as BeefIcon } from '../icons/beef';
|
|
267
267
|
// Bed aliases
|
|
268
268
|
export { default as BedIcon } from '../icons/bed';
|
|
269
|
-
//
|
|
270
|
-
export { default as
|
|
269
|
+
// Beef aliases
|
|
270
|
+
export { default as BeefIcon } from '../icons/beef';
|
|
271
271
|
// Beer aliases
|
|
272
272
|
export { default as BeerIcon } from '../icons/beer';
|
|
273
|
+
// BeerOff aliases
|
|
274
|
+
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
273
275
|
// BellDot aliases
|
|
274
276
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
275
277
|
// BellElectric aliases
|
|
276
278
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
277
279
|
// BellMinus aliases
|
|
278
280
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
279
|
-
// ALargeSmall aliases
|
|
280
|
-
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
281
281
|
// BellOff aliases
|
|
282
282
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
283
|
-
// BellPlus aliases
|
|
284
|
-
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
285
283
|
// BellRing aliases
|
|
286
284
|
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
285
|
+
// Bell aliases
|
|
286
|
+
export { default as BellIcon } from '../icons/bell';
|
|
287
|
+
// BellPlus aliases
|
|
288
|
+
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
287
289
|
// BetweenVerticalEnd aliases
|
|
288
290
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
289
291
|
// BetweenVerticalStart aliases
|
|
290
292
|
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
291
|
-
//
|
|
292
|
-
export { default as
|
|
293
|
+
// Bike aliases
|
|
294
|
+
export { default as BikeIcon } from '../icons/bike';
|
|
293
295
|
// BicepsFlexed aliases
|
|
294
296
|
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
295
297
|
// Binary aliases
|
|
296
298
|
export { default as BinaryIcon } from '../icons/binary';
|
|
297
|
-
// Bike aliases
|
|
298
|
-
export { default as BikeIcon } from '../icons/bike';
|
|
299
299
|
// Binoculars aliases
|
|
300
300
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
301
301
|
// Biohazard aliases
|
|
302
302
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
303
303
|
// Bird aliases
|
|
304
304
|
export { default as BirdIcon } from '../icons/bird';
|
|
305
|
+
// Birdhouse aliases
|
|
306
|
+
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
305
307
|
// Bitcoin aliases
|
|
306
308
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
307
309
|
// Blend aliases
|
|
308
310
|
export { default as BlendIcon } from '../icons/blend';
|
|
309
|
-
// Birdhouse aliases
|
|
310
|
-
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
311
|
-
// Blocks aliases
|
|
312
|
-
export { default as BlocksIcon } from '../icons/blocks';
|
|
313
311
|
// Blinds aliases
|
|
314
312
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
313
|
+
// Blocks aliases
|
|
314
|
+
export { default as BlocksIcon } from '../icons/blocks';
|
|
315
315
|
// BluetoothConnected aliases
|
|
316
316
|
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
317
317
|
// BluetoothOff aliases
|
|
@@ -326,20 +326,20 @@ export { default as BoldIcon } from '../icons/bold';
|
|
|
326
326
|
export { default as BoltIcon } from '../icons/bolt';
|
|
327
327
|
// Bone aliases
|
|
328
328
|
export { default as BoneIcon } from '../icons/bone';
|
|
329
|
-
// Bomb aliases
|
|
330
|
-
export { default as BombIcon } from '../icons/bomb';
|
|
331
329
|
// BookA aliases
|
|
332
330
|
export { default as BookAIcon } from '../icons/book-a';
|
|
331
|
+
// Bomb aliases
|
|
332
|
+
export { default as BombIcon } from '../icons/bomb';
|
|
333
333
|
// BookAlert aliases
|
|
334
334
|
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
335
335
|
// BookAudio aliases
|
|
336
336
|
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
337
337
|
// BookCheck aliases
|
|
338
338
|
export { default as BookCheckIcon } from '../icons/book-check';
|
|
339
|
-
// BookDown aliases
|
|
340
|
-
export { default as BookDownIcon } from '../icons/book-down';
|
|
341
339
|
// BookCopy aliases
|
|
342
340
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
341
|
+
// BookDown aliases
|
|
342
|
+
export { default as BookDownIcon } from '../icons/book-down';
|
|
343
343
|
// BookHeadphones aliases
|
|
344
344
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
345
345
|
// BookHeart aliases
|
|
@@ -360,48 +360,48 @@ export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
|
360
360
|
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
361
361
|
// BookOpen aliases
|
|
362
362
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
363
|
-
// BookSearch aliases
|
|
364
|
-
export { default as BookSearchIcon } from '../icons/book-search';
|
|
365
363
|
// BookPlus aliases
|
|
366
364
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
367
|
-
// BookUp2 aliases
|
|
368
|
-
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
369
|
-
// BookType aliases
|
|
370
|
-
export { default as BookTypeIcon } from '../icons/book-type';
|
|
371
365
|
// BookText aliases
|
|
372
366
|
export { default as BookTextIcon } from '../icons/book-text';
|
|
367
|
+
// BookType aliases
|
|
368
|
+
export { default as BookTypeIcon } from '../icons/book-type';
|
|
369
|
+
// BookSearch aliases
|
|
370
|
+
export { default as BookSearchIcon } from '../icons/book-search';
|
|
371
|
+
// BookUp2 aliases
|
|
372
|
+
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
373
373
|
// BookUp aliases
|
|
374
374
|
export { default as BookUpIcon } from '../icons/book-up';
|
|
375
|
-
// BookUser aliases
|
|
376
|
-
export { default as BookUserIcon } from '../icons/book-user';
|
|
377
375
|
// BookX aliases
|
|
378
376
|
export { default as BookXIcon } from '../icons/book-x';
|
|
377
|
+
// BookUser aliases
|
|
378
|
+
export { default as BookUserIcon } from '../icons/book-user';
|
|
379
379
|
// Book aliases
|
|
380
380
|
export { default as BookIcon } from '../icons/book';
|
|
381
381
|
// BookmarkCheck aliases
|
|
382
382
|
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
383
383
|
// BookmarkPlus aliases
|
|
384
384
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
385
|
-
// BookmarkX aliases
|
|
386
|
-
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
387
385
|
// BookmarkMinus aliases
|
|
388
386
|
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
389
387
|
// Bookmark aliases
|
|
390
388
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
391
|
-
//
|
|
392
|
-
export { default as
|
|
389
|
+
// BookmarkX aliases
|
|
390
|
+
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
393
391
|
// BoomBox aliases
|
|
394
392
|
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
393
|
+
// BotMessageSquare aliases
|
|
394
|
+
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
395
395
|
// BotOff aliases
|
|
396
396
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
397
397
|
// Bot aliases
|
|
398
398
|
export { default as BotIcon } from '../icons/bot';
|
|
399
399
|
// BottleWine aliases
|
|
400
400
|
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
401
|
-
// BowArrow aliases
|
|
402
|
-
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
403
401
|
// Box aliases
|
|
404
402
|
export { default as BoxIcon } from '../icons/box';
|
|
403
|
+
// BowArrow aliases
|
|
404
|
+
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
405
405
|
// Boxes aliases
|
|
406
406
|
export { default as BoxesIcon } from '../icons/boxes';
|
|
407
407
|
// Brackets aliases
|
|
@@ -412,90 +412,90 @@ export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
|
412
412
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
413
413
|
// Brain aliases
|
|
414
414
|
export { default as BrainIcon } from '../icons/brain';
|
|
415
|
-
// BrickWallShield aliases
|
|
416
|
-
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
417
|
-
// BriefcaseBusiness aliases
|
|
418
|
-
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
419
415
|
// BrickWallFire aliases
|
|
420
416
|
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
417
|
+
// BrickWallShield aliases
|
|
418
|
+
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
421
419
|
// BrickWall aliases
|
|
422
420
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
423
|
-
//
|
|
424
|
-
export { default as
|
|
421
|
+
// BriefcaseBusiness aliases
|
|
422
|
+
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
425
423
|
// BriefcaseConveyorBelt aliases
|
|
426
424
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
425
|
+
// BriefcaseMedical aliases
|
|
426
|
+
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
427
427
|
// BringToFront aliases
|
|
428
428
|
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
429
429
|
// Briefcase aliases
|
|
430
430
|
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
431
431
|
// BrushCleaning aliases
|
|
432
432
|
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
433
|
-
// Bubbles aliases
|
|
434
|
-
export { default as BubblesIcon } from '../icons/bubbles';
|
|
435
433
|
// Brush aliases
|
|
436
434
|
export { default as BrushIcon } from '../icons/brush';
|
|
435
|
+
// Bubbles aliases
|
|
436
|
+
export { default as BubblesIcon } from '../icons/bubbles';
|
|
437
437
|
// BugOff aliases
|
|
438
438
|
export { default as BugOffIcon } from '../icons/bug-off';
|
|
439
439
|
// BugPlay aliases
|
|
440
440
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
441
441
|
// Bug aliases
|
|
442
442
|
export { default as BugIcon } from '../icons/bug';
|
|
443
|
-
// BusFront aliases
|
|
444
|
-
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
445
443
|
// Building2 aliases
|
|
446
444
|
export { default as Building2Icon } from '../icons/building-2';
|
|
447
445
|
// Building aliases
|
|
448
446
|
export { default as BuildingIcon } from '../icons/building';
|
|
447
|
+
// BusFront aliases
|
|
448
|
+
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
449
449
|
// Bus aliases
|
|
450
450
|
export { default as BusIcon } from '../icons/bus';
|
|
451
|
-
// Cable aliases
|
|
452
|
-
export { default as CableIcon } from '../icons/cable';
|
|
453
451
|
// CableCar aliases
|
|
454
452
|
export { default as CableCarIcon } from '../icons/cable-car';
|
|
453
|
+
// Cable aliases
|
|
454
|
+
export { default as CableIcon } from '../icons/cable';
|
|
455
455
|
// CakeSlice aliases
|
|
456
456
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
457
457
|
// Cake aliases
|
|
458
458
|
export { default as CakeIcon } from '../icons/cake';
|
|
459
459
|
// Calculator aliases
|
|
460
460
|
export { default as CalculatorIcon } from '../icons/calculator';
|
|
461
|
-
// Calendar1 aliases
|
|
462
|
-
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
463
461
|
// CalendarArrowDown aliases
|
|
464
462
|
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
465
|
-
//
|
|
466
|
-
export { default as
|
|
467
|
-
// CalendarCheck aliases
|
|
468
|
-
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
463
|
+
// Calendar1 aliases
|
|
464
|
+
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
469
465
|
// CalendarArrowUp aliases
|
|
470
466
|
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
467
|
+
// CalendarCheck2 aliases
|
|
468
|
+
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
471
469
|
// CalendarClock aliases
|
|
472
470
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
473
|
-
//
|
|
474
|
-
export { default as
|
|
471
|
+
// CalendarCheck aliases
|
|
472
|
+
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
475
473
|
// CalendarDays aliases
|
|
476
474
|
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
477
|
-
//
|
|
478
|
-
export { default as
|
|
475
|
+
// CalendarCog aliases
|
|
476
|
+
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
479
477
|
// CalendarFold aliases
|
|
480
478
|
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
479
|
+
// CalendarHeart aliases
|
|
480
|
+
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
481
481
|
// CalendarMinus2 aliases
|
|
482
482
|
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
483
483
|
// CalendarMinus aliases
|
|
484
484
|
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
485
485
|
// CalendarPlus2 aliases
|
|
486
486
|
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
487
|
-
// CalendarPlus aliases
|
|
488
|
-
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
489
487
|
// CalendarOff aliases
|
|
490
488
|
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
489
|
+
// CalendarPlus aliases
|
|
490
|
+
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
491
491
|
// CalendarRange aliases
|
|
492
492
|
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
493
493
|
// CalendarSearch aliases
|
|
494
494
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
495
|
-
// CalendarX2 aliases
|
|
496
|
-
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
497
495
|
// CalendarSync aliases
|
|
498
496
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
497
|
+
// CalendarX2 aliases
|
|
498
|
+
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
499
499
|
// CalendarX aliases
|
|
500
500
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
501
501
|
// Calendar aliases
|
|
@@ -510,18 +510,18 @@ export { default as CameraIcon } from '../icons/camera';
|
|
|
510
510
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
511
511
|
// CandyOff aliases
|
|
512
512
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
513
|
-
// Candy aliases
|
|
514
|
-
export { default as CandyIcon } from '../icons/candy';
|
|
515
513
|
// CannabisOff aliases
|
|
516
514
|
export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
515
|
+
// Candy aliases
|
|
516
|
+
export { default as CandyIcon } from '../icons/candy';
|
|
517
517
|
// Cannabis aliases
|
|
518
518
|
export { default as CannabisIcon } from '../icons/cannabis';
|
|
519
519
|
// CaptionsOff aliases
|
|
520
520
|
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
521
|
-
// CarFront aliases
|
|
522
|
-
export { default as CarFrontIcon } from '../icons/car-front';
|
|
523
521
|
// CarTaxiFront aliases
|
|
524
522
|
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
523
|
+
// CarFront aliases
|
|
524
|
+
export { default as CarFrontIcon } from '../icons/car-front';
|
|
525
525
|
// Car aliases
|
|
526
526
|
export { default as CarIcon } from '../icons/car';
|
|
527
527
|
// Caravan aliases
|
|
@@ -536,34 +536,34 @@ export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
|
536
536
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
537
537
|
// CaseUpper aliases
|
|
538
538
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
539
|
+
// Cast aliases
|
|
540
|
+
export { default as CastIcon } from '../icons/cast';
|
|
539
541
|
// CassetteTape aliases
|
|
540
542
|
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
541
543
|
// Castle aliases
|
|
542
544
|
export { default as CastleIcon } from '../icons/castle';
|
|
543
|
-
// Cast aliases
|
|
544
|
-
export { default as CastIcon } from '../icons/cast';
|
|
545
545
|
// Cat aliases
|
|
546
546
|
export { default as CatIcon } from '../icons/cat';
|
|
547
547
|
// Cctv aliases
|
|
548
548
|
export { default as CctvIcon } from '../icons/cctv';
|
|
549
549
|
// ChartBarDecreasing aliases
|
|
550
550
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
551
|
-
// ChartBarStacked aliases
|
|
552
|
-
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
553
551
|
// ChartBarIncreasing aliases
|
|
554
552
|
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
553
|
+
// ChartBarStacked aliases
|
|
554
|
+
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
555
555
|
// ChartColumnDecreasing aliases
|
|
556
556
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
557
557
|
// ChartColumnStacked aliases
|
|
558
558
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
559
559
|
// ChartGantt aliases
|
|
560
560
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
561
|
-
// ChartNoAxesCombined aliases
|
|
562
|
-
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
563
561
|
// ChartNetwork aliases
|
|
564
562
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
565
563
|
// ChartNoAxesColumnDecreasing aliases
|
|
566
564
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
565
|
+
// ChartNoAxesCombined aliases
|
|
566
|
+
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
567
567
|
// ChartSpline aliases
|
|
568
568
|
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
569
569
|
// CheckCheck aliases
|
|
@@ -572,78 +572,78 @@ export { default as CheckCheckIcon } from '../icons/check-check';
|
|
|
572
572
|
export { default as CheckLineIcon } from '../icons/check-line';
|
|
573
573
|
// Check aliases
|
|
574
574
|
export { default as CheckIcon } from '../icons/check';
|
|
575
|
-
// Cherry aliases
|
|
576
|
-
export { default as CherryIcon } from '../icons/cherry';
|
|
577
575
|
// ChefHat aliases
|
|
578
576
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
579
577
|
// ChessBishop aliases
|
|
580
578
|
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
581
|
-
// ChessKnight aliases
|
|
582
|
-
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
583
579
|
// ChessKing aliases
|
|
584
580
|
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
581
|
+
// Cherry aliases
|
|
582
|
+
export { default as CherryIcon } from '../icons/cherry';
|
|
583
|
+
// ChessKnight aliases
|
|
584
|
+
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
585
585
|
// ChessPawn aliases
|
|
586
586
|
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
587
587
|
// ChessQueen aliases
|
|
588
588
|
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
589
589
|
// ChevronDown aliases
|
|
590
590
|
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
591
|
-
// ChessRook aliases
|
|
592
|
-
export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
593
591
|
// ChevronFirst aliases
|
|
594
592
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
595
|
-
//
|
|
596
|
-
export { default as
|
|
593
|
+
// ChessRook aliases
|
|
594
|
+
export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
595
|
+
// ChevronLast aliases
|
|
596
|
+
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
597
597
|
// ChevronRight aliases
|
|
598
598
|
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
599
|
+
// ChevronLeft aliases
|
|
600
|
+
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
599
601
|
// ChevronUp aliases
|
|
600
602
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
601
|
-
// ChevronLast aliases
|
|
602
|
-
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
603
603
|
// ChevronsDownUp aliases
|
|
604
604
|
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
605
605
|
// ChevronsDown aliases
|
|
606
606
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
607
|
-
// ChevronsLeftRight aliases
|
|
608
|
-
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
609
607
|
// ChevronsLeftRightEllipsis aliases
|
|
610
608
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
609
|
+
// ChevronsLeftRight aliases
|
|
610
|
+
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
611
611
|
// ChevronsLeft aliases
|
|
612
612
|
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
613
613
|
// ChevronsRightLeft aliases
|
|
614
614
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
615
615
|
// ChevronsRight aliases
|
|
616
616
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
617
|
-
// ChevronsUp aliases
|
|
618
|
-
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
619
617
|
// ChevronsUpDown aliases
|
|
620
618
|
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
621
|
-
//
|
|
622
|
-
export { default as
|
|
619
|
+
// ChevronsUp aliases
|
|
620
|
+
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
621
|
+
// Church aliases
|
|
622
|
+
export { default as ChurchIcon } from '../icons/church';
|
|
623
623
|
// Cigarette aliases
|
|
624
624
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
625
|
+
// CigaretteOff aliases
|
|
626
|
+
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
625
627
|
// CircleDashed aliases
|
|
626
628
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
627
|
-
//
|
|
628
|
-
export { default as
|
|
629
|
+
// CircleDotDashed aliases
|
|
630
|
+
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
629
631
|
// CircleDollarSign aliases
|
|
630
632
|
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
631
633
|
// CircleDot aliases
|
|
632
634
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
633
|
-
// CircleDotDashed aliases
|
|
634
|
-
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
635
635
|
// CircleEqual aliases
|
|
636
636
|
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
637
|
-
// CircleFadingArrowUp aliases
|
|
638
|
-
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
639
637
|
// CircleEllipsis aliases
|
|
640
638
|
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
641
639
|
// CircleFadingPlus aliases
|
|
642
640
|
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
643
|
-
//
|
|
644
|
-
export { default as
|
|
641
|
+
// CircleFadingArrowUp aliases
|
|
642
|
+
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
645
643
|
// CirclePile aliases
|
|
646
644
|
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
645
|
+
// CircleOff aliases
|
|
646
|
+
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
647
647
|
// CirclePoundSterling aliases
|
|
648
648
|
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
649
649
|
// CircleSlash aliases
|
|
@@ -660,12 +660,12 @@ export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
|
660
660
|
export { default as CitrusIcon } from '../icons/citrus';
|
|
661
661
|
// Clapperboard aliases
|
|
662
662
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
663
|
+
// ClipboardClock aliases
|
|
664
|
+
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
663
665
|
// ClipboardCheck aliases
|
|
664
666
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
665
667
|
// ClipboardCopy aliases
|
|
666
668
|
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
667
|
-
// ClipboardClock aliases
|
|
668
|
-
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
669
669
|
// ClipboardList aliases
|
|
670
670
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
671
671
|
// ClipboardMinus aliases
|
|
@@ -680,114 +680,114 @@ export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
|
680
680
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
681
681
|
// Clipboard aliases
|
|
682
682
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
683
|
-
// Clock1 aliases
|
|
684
|
-
export { default as Clock1Icon } from '../icons/clock-1';
|
|
685
683
|
// Clock10 aliases
|
|
686
684
|
export { default as Clock10Icon } from '../icons/clock-10';
|
|
685
|
+
// Clock1 aliases
|
|
686
|
+
export { default as Clock1Icon } from '../icons/clock-1';
|
|
687
687
|
// Clock11 aliases
|
|
688
688
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
689
689
|
// Clock12 aliases
|
|
690
690
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
691
|
-
// Clock2 aliases
|
|
692
|
-
export { default as Clock2Icon } from '../icons/clock-2';
|
|
693
|
-
// Clock5 aliases
|
|
694
|
-
export { default as Clock5Icon } from '../icons/clock-5';
|
|
695
691
|
// Clock3 aliases
|
|
696
692
|
export { default as Clock3Icon } from '../icons/clock-3';
|
|
693
|
+
// Clock2 aliases
|
|
694
|
+
export { default as Clock2Icon } from '../icons/clock-2';
|
|
697
695
|
// Clock4 aliases
|
|
698
696
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
699
|
-
//
|
|
700
|
-
export { default as
|
|
697
|
+
// Clock5 aliases
|
|
698
|
+
export { default as Clock5Icon } from '../icons/clock-5';
|
|
701
699
|
// Clock6 aliases
|
|
702
700
|
export { default as Clock6Icon } from '../icons/clock-6';
|
|
703
|
-
//
|
|
704
|
-
export { default as
|
|
701
|
+
// Clock7 aliases
|
|
702
|
+
export { default as Clock7Icon } from '../icons/clock-7';
|
|
705
703
|
// Clock8 aliases
|
|
706
704
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
707
|
-
//
|
|
708
|
-
export { default as
|
|
705
|
+
// Clock9 aliases
|
|
706
|
+
export { default as Clock9Icon } from '../icons/clock-9';
|
|
709
707
|
// ClockAlert aliases
|
|
710
708
|
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
709
|
+
// ClockArrowDown aliases
|
|
710
|
+
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
711
|
+
// ClockArrowUp aliases
|
|
712
|
+
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
711
713
|
// ClockCheck aliases
|
|
712
714
|
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
713
715
|
// ClockFading aliases
|
|
714
716
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
715
|
-
// ClockArrowUp aliases
|
|
716
|
-
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
717
|
-
// ClockPlus aliases
|
|
718
|
-
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
719
717
|
// Clock aliases
|
|
720
718
|
export { default as ClockIcon } from '../icons/clock';
|
|
719
|
+
// ClockPlus aliases
|
|
720
|
+
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
721
721
|
// ClosedCaption aliases
|
|
722
722
|
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
723
723
|
// CloudAlert aliases
|
|
724
724
|
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
725
|
-
// CloudCheck aliases
|
|
726
|
-
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
727
725
|
// CloudBackup aliases
|
|
728
726
|
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
727
|
+
// CloudCheck aliases
|
|
728
|
+
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
729
729
|
// CloudCog aliases
|
|
730
730
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
731
|
-
// CloudDrizzle aliases
|
|
732
|
-
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
733
731
|
// CloudFog aliases
|
|
734
732
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
733
|
+
// CloudDrizzle aliases
|
|
734
|
+
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
735
735
|
// CloudHail aliases
|
|
736
736
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
737
737
|
// CloudLightning aliases
|
|
738
738
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
739
|
+
// CloudOff aliases
|
|
740
|
+
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
741
|
+
// CloudRainWind aliases
|
|
742
|
+
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
739
743
|
// CloudMoonRain aliases
|
|
740
744
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
741
745
|
// CloudMoon aliases
|
|
742
746
|
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
743
|
-
// CloudRainWind aliases
|
|
744
|
-
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
745
|
-
// CloudOff aliases
|
|
746
|
-
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
747
747
|
// CloudRain aliases
|
|
748
748
|
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
749
|
-
// CloudSunRain aliases
|
|
750
|
-
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
751
749
|
// CloudSnow aliases
|
|
752
750
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
753
|
-
//
|
|
754
|
-
export { default as
|
|
751
|
+
// CloudSunRain aliases
|
|
752
|
+
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
755
753
|
// Cloudy aliases
|
|
756
754
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
757
|
-
//
|
|
758
|
-
export { default as
|
|
755
|
+
// CloudSun aliases
|
|
756
|
+
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
759
757
|
// CloudSync aliases
|
|
760
758
|
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
761
759
|
// Clover aliases
|
|
762
760
|
export { default as CloverIcon } from '../icons/clover';
|
|
763
761
|
// Club aliases
|
|
764
762
|
export { default as ClubIcon } from '../icons/club';
|
|
763
|
+
// Cloud aliases
|
|
764
|
+
export { default as CloudIcon } from '../icons/cloud';
|
|
765
765
|
// Code aliases
|
|
766
766
|
export { default as CodeIcon } from '../icons/code';
|
|
767
|
+
// Codesandbox aliases
|
|
768
|
+
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
767
769
|
// Codepen aliases
|
|
768
770
|
export { default as CodepenIcon } from '../icons/codepen';
|
|
769
771
|
// Coffee aliases
|
|
770
772
|
export { default as CoffeeIcon } from '../icons/coffee';
|
|
771
|
-
// Codesandbox aliases
|
|
772
|
-
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
773
773
|
// Cog aliases
|
|
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
|
-
// ConciergeBell aliases
|
|
788
|
-
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
789
787
|
// Computer aliases
|
|
790
788
|
export { default as ComputerIcon } from '../icons/computer';
|
|
789
|
+
// ConciergeBell aliases
|
|
790
|
+
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
791
791
|
// Cone aliases
|
|
792
792
|
export { default as ConeIcon } from '../icons/cone';
|
|
793
793
|
// Construction aliases
|
|
@@ -800,10 +800,10 @@ export { default as ContainerIcon } from '../icons/container';
|
|
|
800
800
|
export { default as ContrastIcon } from '../icons/contrast';
|
|
801
801
|
// Cookie aliases
|
|
802
802
|
export { default as CookieIcon } from '../icons/cookie';
|
|
803
|
-
// CopyCheck aliases
|
|
804
|
-
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
805
803
|
// CookingPot aliases
|
|
806
804
|
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
805
|
+
// CopyCheck aliases
|
|
806
|
+
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
807
807
|
// CopyMinus aliases
|
|
808
808
|
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
809
809
|
// CopyPlus aliases
|
|
@@ -814,20 +814,20 @@ export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
|
814
814
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
815
815
|
// Copy aliases
|
|
816
816
|
export { default as CopyIcon } from '../icons/copy';
|
|
817
|
-
// Copyleft aliases
|
|
818
|
-
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
819
817
|
// Copyright aliases
|
|
820
818
|
export { default as CopyrightIcon } from '../icons/copyright';
|
|
819
|
+
// Copyleft aliases
|
|
820
|
+
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
821
821
|
// CornerDownLeft aliases
|
|
822
822
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
823
823
|
// CornerDownRight aliases
|
|
824
824
|
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
825
825
|
// CornerLeftDown aliases
|
|
826
826
|
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
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';
|
|
829
|
+
// CornerRightDown aliases
|
|
830
|
+
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
831
831
|
// CornerRightUp aliases
|
|
832
832
|
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
833
833
|
// CornerUpLeft aliases
|
|
@@ -836,24 +836,24 @@ export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
|
836
836
|
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
837
837
|
// Cpu aliases
|
|
838
838
|
export { default as CpuIcon } from '../icons/cpu';
|
|
839
|
-
// CreditCard aliases
|
|
840
|
-
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
841
839
|
// CreativeCommons aliases
|
|
842
840
|
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
841
|
+
// CreditCard aliases
|
|
842
|
+
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
843
843
|
// Croissant aliases
|
|
844
844
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
845
845
|
// Crop aliases
|
|
846
846
|
export { default as CropIcon } from '../icons/crop';
|
|
847
|
-
// Crown aliases
|
|
848
|
-
export { default as CrownIcon } from '../icons/crown';
|
|
849
847
|
// Cross aliases
|
|
850
848
|
export { default as CrossIcon } from '../icons/cross';
|
|
851
849
|
// Crosshair aliases
|
|
852
850
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
853
|
-
//
|
|
854
|
-
export { default as
|
|
851
|
+
// Crown aliases
|
|
852
|
+
export { default as CrownIcon } from '../icons/crown';
|
|
855
853
|
// Cuboid aliases
|
|
856
854
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
855
|
+
// Currency aliases
|
|
856
|
+
export { default as CurrencyIcon } from '../icons/currency';
|
|
857
857
|
// CupSoda aliases
|
|
858
858
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
859
859
|
// Cylinder aliases
|
|
@@ -862,22 +862,22 @@ export { default as CylinderIcon } from '../icons/cylinder';
|
|
|
862
862
|
export { default as DamIcon } from '../icons/dam';
|
|
863
863
|
// DatabaseBackup aliases
|
|
864
864
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
865
|
+
// DatabaseZap aliases
|
|
866
|
+
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
865
867
|
// Database aliases
|
|
866
868
|
export { default as DatabaseIcon } from '../icons/database';
|
|
867
869
|
// DecimalsArrowLeft aliases
|
|
868
870
|
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
869
871
|
// DecimalsArrowRight aliases
|
|
870
872
|
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
871
|
-
// DatabaseZap aliases
|
|
872
|
-
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
873
873
|
// Delete aliases
|
|
874
874
|
export { default as DeleteIcon } from '../icons/delete';
|
|
875
875
|
// Dessert aliases
|
|
876
876
|
export { default as DessertIcon } from '../icons/dessert';
|
|
877
|
-
// Diameter aliases
|
|
878
|
-
export { default as DiameterIcon } from '../icons/diameter';
|
|
879
877
|
// DiamondMinus aliases
|
|
880
878
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
879
|
+
// Diameter aliases
|
|
880
|
+
export { default as DiameterIcon } from '../icons/diameter';
|
|
881
881
|
// DiamondPlus aliases
|
|
882
882
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
883
883
|
// Diamond aliases
|
|
@@ -892,24 +892,24 @@ export { default as Dice3Icon } from '../icons/dice-3';
|
|
|
892
892
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
893
893
|
// Dice5 aliases
|
|
894
894
|
export { default as Dice5Icon } from '../icons/dice-5';
|
|
895
|
-
// Dices aliases
|
|
896
|
-
export { default as DicesIcon } from '../icons/dices';
|
|
897
895
|
// Dice6 aliases
|
|
898
896
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
897
|
+
// Dices aliases
|
|
898
|
+
export { default as DicesIcon } from '../icons/dices';
|
|
899
899
|
// Diff aliases
|
|
900
900
|
export { default as DiffIcon } from '../icons/diff';
|
|
901
901
|
// Disc2 aliases
|
|
902
902
|
export { default as Disc2Icon } from '../icons/disc-2';
|
|
903
903
|
// Disc3 aliases
|
|
904
904
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
905
|
+
// Disc aliases
|
|
906
|
+
export { default as DiscIcon } from '../icons/disc';
|
|
905
907
|
// DiscAlbum aliases
|
|
906
908
|
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
907
909
|
// Divide aliases
|
|
908
910
|
export { default as DivideIcon } from '../icons/divide';
|
|
909
911
|
// DnaOff aliases
|
|
910
912
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
911
|
-
// Disc aliases
|
|
912
|
-
export { default as DiscIcon } from '../icons/disc';
|
|
913
913
|
// Dna aliases
|
|
914
914
|
export { default as DnaIcon } from '../icons/dna';
|
|
915
915
|
// Dock aliases
|
|
@@ -918,14 +918,14 @@ export { default as DockIcon } from '../icons/dock';
|
|
|
918
918
|
export { default as DogIcon } from '../icons/dog';
|
|
919
919
|
// DollarSign aliases
|
|
920
920
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
921
|
-
// DoorClosedLocked aliases
|
|
922
|
-
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
923
921
|
// Donut aliases
|
|
924
922
|
export { default as DonutIcon } from '../icons/donut';
|
|
925
|
-
// DoorOpen aliases
|
|
926
|
-
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
927
923
|
// DoorClosed aliases
|
|
928
924
|
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
925
|
+
// DoorClosedLocked aliases
|
|
926
|
+
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
927
|
+
// DoorOpen aliases
|
|
928
|
+
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
929
929
|
// Dot aliases
|
|
930
930
|
export { default as DotIcon } from '../icons/dot';
|
|
931
931
|
// Download aliases
|
|
@@ -936,10 +936,10 @@ export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
|
936
936
|
export { default as DramaIcon } from '../icons/drama';
|
|
937
937
|
// Dribbble aliases
|
|
938
938
|
export { default as DribbbleIcon } from '../icons/dribbble';
|
|
939
|
-
// Drone aliases
|
|
940
|
-
export { default as DroneIcon } from '../icons/drone';
|
|
941
939
|
// Drill aliases
|
|
942
940
|
export { default as DrillIcon } from '../icons/drill';
|
|
941
|
+
// Drone aliases
|
|
942
|
+
export { default as DroneIcon } from '../icons/drone';
|
|
943
943
|
// DropletOff aliases
|
|
944
944
|
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
945
945
|
// Droplet aliases
|
|
@@ -954,10 +954,10 @@ export { default as DrumstickIcon } from '../icons/drumstick';
|
|
|
954
954
|
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
955
955
|
// EarOff aliases
|
|
956
956
|
export { default as EarOffIcon } from '../icons/ear-off';
|
|
957
|
-
// EarthLock aliases
|
|
958
|
-
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
959
957
|
// Ear aliases
|
|
960
958
|
export { default as EarIcon } from '../icons/ear';
|
|
959
|
+
// EarthLock aliases
|
|
960
|
+
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
961
961
|
// Eclipse aliases
|
|
962
962
|
export { default as EclipseIcon } from '../icons/eclipse';
|
|
963
963
|
// EggFried aliases
|
|
@@ -970,22 +970,22 @@ export { default as EggIcon } from '../icons/egg';
|
|
|
970
970
|
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
971
971
|
// EqualNot aliases
|
|
972
972
|
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
973
|
-
// EthernetPort aliases
|
|
974
|
-
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
975
|
-
// Euro aliases
|
|
976
|
-
export { default as EuroIcon } from '../icons/euro';
|
|
977
973
|
// Equal aliases
|
|
978
974
|
export { default as EqualIcon } from '../icons/equal';
|
|
975
|
+
// EthernetPort aliases
|
|
976
|
+
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
979
977
|
// Eraser aliases
|
|
980
978
|
export { default as EraserIcon } from '../icons/eraser';
|
|
979
|
+
// Euro aliases
|
|
980
|
+
export { default as EuroIcon } from '../icons/euro';
|
|
981
981
|
// EvCharger aliases
|
|
982
982
|
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
983
|
-
// EyeClosed aliases
|
|
984
|
-
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
985
983
|
// Expand aliases
|
|
986
984
|
export { default as ExpandIcon } from '../icons/expand';
|
|
987
985
|
// ExternalLink aliases
|
|
988
986
|
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
987
|
+
// EyeClosed aliases
|
|
988
|
+
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
989
989
|
// EyeOff aliases
|
|
990
990
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
991
991
|
// Eye aliases
|
|
@@ -998,22 +998,22 @@ export { default as FactoryIcon } from '../icons/factory';
|
|
|
998
998
|
export { default as FanIcon } from '../icons/fan';
|
|
999
999
|
// FastForward aliases
|
|
1000
1000
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
1001
|
-
// Fence aliases
|
|
1002
|
-
export { default as FenceIcon } from '../icons/fence';
|
|
1003
1001
|
// Feather aliases
|
|
1004
1002
|
export { default as FeatherIcon } from '../icons/feather';
|
|
1003
|
+
// Fence aliases
|
|
1004
|
+
export { default as FenceIcon } from '../icons/fence';
|
|
1005
1005
|
// FerrisWheel aliases
|
|
1006
1006
|
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
1007
1007
|
// Figma aliases
|
|
1008
1008
|
export { default as FigmaIcon } from '../icons/figma';
|
|
1009
1009
|
// FileArchive aliases
|
|
1010
1010
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
1011
|
-
// FileCheck aliases
|
|
1012
|
-
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1013
|
-
// FileClock aliases
|
|
1014
|
-
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1015
1011
|
// FileBox aliases
|
|
1016
1012
|
export { default as FileBoxIcon } from '../icons/file-box';
|
|
1013
|
+
// FileClock aliases
|
|
1014
|
+
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1015
|
+
// FileCheck aliases
|
|
1016
|
+
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1017
1017
|
// FileCode aliases
|
|
1018
1018
|
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1019
1019
|
// FileDiff aliases
|
|
@@ -1054,10 +1054,10 @@ export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
|
1054
1054
|
export { default as FileTextIcon } from '../icons/file-text';
|
|
1055
1055
|
// FileType aliases
|
|
1056
1056
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1057
|
-
// FileUp aliases
|
|
1058
|
-
export { default as FileUpIcon } from '../icons/file-up';
|
|
1059
1057
|
// FileUser aliases
|
|
1060
1058
|
export { default as FileUserIcon } from '../icons/file-user';
|
|
1059
|
+
// FileUp aliases
|
|
1060
|
+
export { default as FileUpIcon } from '../icons/file-up';
|
|
1061
1061
|
// FileVolume aliases
|
|
1062
1062
|
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1063
1063
|
// FileX aliases
|
|
@@ -1076,50 +1076,50 @@ export { default as FishOffIcon } from '../icons/fish-off';
|
|
|
1076
1076
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1077
1077
|
// Fish aliases
|
|
1078
1078
|
export { default as FishIcon } from '../icons/fish';
|
|
1079
|
-
// FlagOff aliases
|
|
1080
|
-
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1081
1079
|
// FishingHook aliases
|
|
1082
1080
|
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1081
|
+
// FlagOff aliases
|
|
1082
|
+
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1083
1083
|
// FlagTriangleLeft aliases
|
|
1084
1084
|
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1085
1085
|
// FlagTriangleRight aliases
|
|
1086
1086
|
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1087
|
+
// Flag aliases
|
|
1088
|
+
export { default as FlagIcon } from '../icons/flag';
|
|
1087
1089
|
// FlameKindling aliases
|
|
1088
1090
|
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1091
|
+
// Flashlight aliases
|
|
1092
|
+
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1089
1093
|
// Flame aliases
|
|
1090
1094
|
export { default as FlameIcon } from '../icons/flame';
|
|
1091
|
-
//
|
|
1092
|
-
export { default as
|
|
1095
|
+
// FlaskConical aliases
|
|
1096
|
+
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1093
1097
|
// FlashlightOff aliases
|
|
1094
1098
|
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1095
|
-
// Flashlight aliases
|
|
1096
|
-
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1097
1099
|
// FlaskConicalOff aliases
|
|
1098
1100
|
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1099
1101
|
// FlaskRound aliases
|
|
1100
1102
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1101
|
-
//
|
|
1102
|
-
export { default as
|
|
1103
|
+
// FlipHorizontal2 aliases
|
|
1104
|
+
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1103
1105
|
// FlipHorizontal aliases
|
|
1104
1106
|
export { default as FlipHorizontalIcon } from '../icons/flip-horizontal';
|
|
1105
1107
|
// FlipVertical2 aliases
|
|
1106
1108
|
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1107
|
-
//
|
|
1108
|
-
export { default as
|
|
1109
|
+
// Flower aliases
|
|
1110
|
+
export { default as FlowerIcon } from '../icons/flower';
|
|
1109
1111
|
// FlipVertical aliases
|
|
1110
1112
|
export { default as FlipVerticalIcon } from '../icons/flip-vertical';
|
|
1111
1113
|
// Flower2 aliases
|
|
1112
1114
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1113
|
-
// Flower aliases
|
|
1114
|
-
export { default as FlowerIcon } from '../icons/flower';
|
|
1115
|
-
// FoldVertical aliases
|
|
1116
|
-
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1117
1115
|
// FoldHorizontal aliases
|
|
1118
1116
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1119
|
-
// FolderArchive aliases
|
|
1120
|
-
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1121
1117
|
// Focus aliases
|
|
1122
1118
|
export { default as FocusIcon } from '../icons/focus';
|
|
1119
|
+
// FoldVertical aliases
|
|
1120
|
+
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1121
|
+
// FolderArchive aliases
|
|
1122
|
+
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1123
1123
|
// FolderCheck aliases
|
|
1124
1124
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1125
1125
|
// FolderClock aliases
|
|
@@ -1152,20 +1152,20 @@ export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
|
1152
1152
|
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1153
1153
|
// FolderOpen aliases
|
|
1154
1154
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1155
|
-
// FolderOutput aliases
|
|
1156
|
-
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1157
1155
|
// FolderPlus aliases
|
|
1158
1156
|
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1157
|
+
// FolderOutput aliases
|
|
1158
|
+
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1159
1159
|
// FolderRoot aliases
|
|
1160
1160
|
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1161
1161
|
// FolderSearch2 aliases
|
|
1162
1162
|
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1163
1163
|
// FolderSearch aliases
|
|
1164
1164
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1165
|
-
// FolderSymlink aliases
|
|
1166
|
-
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1167
1165
|
// FolderSync aliases
|
|
1168
1166
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1167
|
+
// FolderSymlink aliases
|
|
1168
|
+
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1169
1169
|
// FolderTree aliases
|
|
1170
1170
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1171
1171
|
// FolderUp aliases
|
|
@@ -1184,82 +1184,82 @@ export { default as ForkliftIcon } from '../icons/forklift';
|
|
|
1184
1184
|
export { default as FormIcon } from '../icons/form';
|
|
1185
1185
|
// Forward aliases
|
|
1186
1186
|
export { default as ForwardIcon } from '../icons/forward';
|
|
1187
|
+
// Framer aliases
|
|
1188
|
+
export { default as FramerIcon } from '../icons/framer';
|
|
1187
1189
|
// Frame aliases
|
|
1188
1190
|
export { default as FrameIcon } from '../icons/frame';
|
|
1189
1191
|
// Frown aliases
|
|
1190
1192
|
export { default as FrownIcon } from '../icons/frown';
|
|
1191
|
-
// Framer aliases
|
|
1192
|
-
export { default as FramerIcon } from '../icons/framer';
|
|
1193
1193
|
// Fuel aliases
|
|
1194
1194
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1195
|
-
// FunnelPlus aliases
|
|
1196
|
-
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1197
1195
|
// Fullscreen aliases
|
|
1198
1196
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1199
|
-
//
|
|
1200
|
-
export { default as
|
|
1197
|
+
// FunnelPlus aliases
|
|
1198
|
+
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1201
1199
|
// GalleryHorizontal aliases
|
|
1202
1200
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1203
|
-
//
|
|
1204
|
-
export { default as
|
|
1201
|
+
// GalleryHorizontalEnd aliases
|
|
1202
|
+
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1205
1203
|
// GalleryThumbnails aliases
|
|
1206
1204
|
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1205
|
+
// GalleryVerticalEnd aliases
|
|
1206
|
+
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1207
1207
|
// GalleryVertical aliases
|
|
1208
1208
|
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1209
1209
|
// Gamepad2 aliases
|
|
1210
1210
|
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1211
|
+
// GamepadDirectional aliases
|
|
1212
|
+
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1211
1213
|
// Gamepad aliases
|
|
1212
1214
|
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1213
1215
|
// Gauge aliases
|
|
1214
1216
|
export { default as GaugeIcon } from '../icons/gauge';
|
|
1215
|
-
// GamepadDirectional aliases
|
|
1216
|
-
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1217
1217
|
// Gavel aliases
|
|
1218
1218
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1219
|
+
// GeorgianLari aliases
|
|
1220
|
+
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1219
1221
|
// Gem aliases
|
|
1220
1222
|
export { default as GemIcon } from '../icons/gem';
|
|
1221
1223
|
// Ghost aliases
|
|
1222
1224
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1223
1225
|
// Gift aliases
|
|
1224
1226
|
export { default as GiftIcon } from '../icons/gift';
|
|
1225
|
-
// GeorgianLari aliases
|
|
1226
|
-
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1227
1227
|
// GitBranchMinus aliases
|
|
1228
1228
|
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1229
|
+
// GitBranch aliases
|
|
1230
|
+
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1229
1231
|
// GitBranchPlus aliases
|
|
1230
1232
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1231
1233
|
// GitCommitVertical aliases
|
|
1232
1234
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1233
|
-
// GitBranch aliases
|
|
1234
|
-
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1235
|
-
// GitCompare aliases
|
|
1236
|
-
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1237
1235
|
// GitCompareArrows aliases
|
|
1238
1236
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1239
|
-
//
|
|
1240
|
-
export { default as
|
|
1237
|
+
// GitCompare aliases
|
|
1238
|
+
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1241
1239
|
// GitGraph aliases
|
|
1242
1240
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1243
|
-
//
|
|
1244
|
-
export { default as
|
|
1241
|
+
// GitFork aliases
|
|
1242
|
+
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1245
1243
|
// GitPullRequestArrow aliases
|
|
1246
1244
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1245
|
+
// GitMerge aliases
|
|
1246
|
+
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1247
|
+
// GitPullRequestClosed aliases
|
|
1248
|
+
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1247
1249
|
// GitPullRequestCreateArrow aliases
|
|
1248
1250
|
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1249
1251
|
// GitPullRequestCreate aliases
|
|
1250
1252
|
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1251
1253
|
// GitPullRequestDraft aliases
|
|
1252
1254
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1253
|
-
// GitPullRequestClosed aliases
|
|
1254
|
-
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1255
1255
|
// GitPullRequest aliases
|
|
1256
1256
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1257
1257
|
// Github aliases
|
|
1258
1258
|
export { default as GithubIcon } from '../icons/github';
|
|
1259
|
-
// Gitlab aliases
|
|
1260
|
-
export { default as GitlabIcon } from '../icons/gitlab';
|
|
1261
1259
|
// GlassWater aliases
|
|
1262
1260
|
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1261
|
+
// Gitlab aliases
|
|
1262
|
+
export { default as GitlabIcon } from '../icons/gitlab';
|
|
1263
1263
|
// Glasses aliases
|
|
1264
1264
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1265
1265
|
// GlobeLock aliases
|
|
@@ -1270,24 +1270,24 @@ export { default as GlobeIcon } from '../icons/globe';
|
|
|
1270
1270
|
export { default as GoalIcon } from '../icons/goal';
|
|
1271
1271
|
// Gpu aliases
|
|
1272
1272
|
export { default as GpuIcon } from '../icons/gpu';
|
|
1273
|
-
// GraduationCap aliases
|
|
1274
|
-
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1275
1273
|
// Grape aliases
|
|
1276
1274
|
export { default as GrapeIcon } from '../icons/grape';
|
|
1275
|
+
// GraduationCap aliases
|
|
1276
|
+
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1277
1277
|
// Grid3x2 aliases
|
|
1278
1278
|
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1279
1279
|
// GripHorizontal aliases
|
|
1280
1280
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1281
1281
|
// GripVertical aliases
|
|
1282
1282
|
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1283
|
-
// Group aliases
|
|
1284
|
-
export { default as GroupIcon } from '../icons/group';
|
|
1285
1283
|
// Grip aliases
|
|
1286
1284
|
export { default as GripIcon } from '../icons/grip';
|
|
1287
|
-
//
|
|
1288
|
-
export { default as
|
|
1285
|
+
// Group aliases
|
|
1286
|
+
export { default as GroupIcon } from '../icons/group';
|
|
1289
1287
|
// Ham aliases
|
|
1290
1288
|
export { default as HamIcon } from '../icons/ham';
|
|
1289
|
+
// Guitar aliases
|
|
1290
|
+
export { default as GuitarIcon } from '../icons/guitar';
|
|
1291
1291
|
// Hamburger aliases
|
|
1292
1292
|
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1293
1293
|
// Hammer aliases
|
|
@@ -1296,12 +1296,12 @@ export { default as HammerIcon } from '../icons/hammer';
|
|
|
1296
1296
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1297
1297
|
// HandFist aliases
|
|
1298
1298
|
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1299
|
-
// HandHeart aliases
|
|
1300
|
-
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1301
1299
|
// HandMetal aliases
|
|
1302
1300
|
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1303
1301
|
// HandPlatter aliases
|
|
1304
1302
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1303
|
+
// HandHeart aliases
|
|
1304
|
+
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1305
1305
|
// Hand aliases
|
|
1306
1306
|
export { default as HandIcon } from '../icons/hand';
|
|
1307
1307
|
// Handbag aliases
|
|
@@ -1346,20 +1346,20 @@ export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
|
1346
1346
|
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1347
1347
|
// Headset aliases
|
|
1348
1348
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1349
|
-
// HeartCrack aliases
|
|
1350
|
-
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1351
1349
|
// HeartHandshake aliases
|
|
1352
1350
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1351
|
+
// HeartCrack aliases
|
|
1352
|
+
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1353
1353
|
// HeartMinus aliases
|
|
1354
1354
|
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1355
1355
|
// HeartOff aliases
|
|
1356
1356
|
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1357
1357
|
// HeartPlus aliases
|
|
1358
1358
|
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1359
|
-
// Heart aliases
|
|
1360
|
-
export { default as HeartIcon } from '../icons/heart';
|
|
1361
1359
|
// HeartPulse aliases
|
|
1362
1360
|
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1361
|
+
// Heart aliases
|
|
1362
|
+
export { default as HeartIcon } from '../icons/heart';
|
|
1363
1363
|
// Heater aliases
|
|
1364
1364
|
export { default as HeaterIcon } from '../icons/heater';
|
|
1365
1365
|
// Helicopter aliases
|
|
@@ -1400,64 +1400,64 @@ export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
|
1400
1400
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1401
1401
|
// ImagePlay aliases
|
|
1402
1402
|
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1403
|
-
// ImageUp aliases
|
|
1404
|
-
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1405
1403
|
// ImagePlus aliases
|
|
1406
1404
|
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1405
|
+
// ImageUp aliases
|
|
1406
|
+
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1407
1407
|
// ImageUpscale aliases
|
|
1408
1408
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1409
1409
|
// Image aliases
|
|
1410
1410
|
export { default as ImageIcon } from '../icons/image';
|
|
1411
1411
|
// Images aliases
|
|
1412
1412
|
export { default as ImagesIcon } from '../icons/images';
|
|
1413
|
-
// Inbox aliases
|
|
1414
|
-
export { default as InboxIcon } from '../icons/inbox';
|
|
1415
1413
|
// Import aliases
|
|
1416
1414
|
export { default as ImportIcon } from '../icons/import';
|
|
1415
|
+
// Inbox aliases
|
|
1416
|
+
export { default as InboxIcon } from '../icons/inbox';
|
|
1417
1417
|
// IndianRupee aliases
|
|
1418
1418
|
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1419
|
-
// Info aliases
|
|
1420
|
-
export { default as InfoIcon } from '../icons/info';
|
|
1421
1419
|
// Infinity aliases
|
|
1422
1420
|
export { default as InfinityIcon } from '../icons/infinity';
|
|
1421
|
+
// Info aliases
|
|
1422
|
+
export { default as InfoIcon } from '../icons/info';
|
|
1423
1423
|
// InspectionPanel aliases
|
|
1424
1424
|
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1425
|
-
// Instagram aliases
|
|
1426
|
-
export { default as InstagramIcon } from '../icons/instagram';
|
|
1427
1425
|
// Italic aliases
|
|
1428
1426
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1427
|
+
// Instagram aliases
|
|
1428
|
+
export { default as InstagramIcon } from '../icons/instagram';
|
|
1429
1429
|
// IterationCcw aliases
|
|
1430
1430
|
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1431
1431
|
// IterationCw aliases
|
|
1432
1432
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1433
|
-
// Kanban aliases
|
|
1434
|
-
export { default as KanbanIcon } from '../icons/kanban';
|
|
1435
1433
|
// JapaneseYen aliases
|
|
1436
1434
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1437
1435
|
// Joystick aliases
|
|
1438
1436
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1437
|
+
// Kanban aliases
|
|
1438
|
+
export { default as KanbanIcon } from '../icons/kanban';
|
|
1439
1439
|
// Kayak aliases
|
|
1440
1440
|
export { default as KayakIcon } from '../icons/kayak';
|
|
1441
1441
|
// KeyRound aliases
|
|
1442
1442
|
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1443
1443
|
// KeySquare aliases
|
|
1444
1444
|
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1445
|
-
// Key aliases
|
|
1446
|
-
export { default as KeyIcon } from '../icons/key';
|
|
1447
1445
|
// KeyboardMusic aliases
|
|
1448
1446
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1449
1447
|
// KeyboardOff aliases
|
|
1450
1448
|
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1449
|
+
// Key aliases
|
|
1450
|
+
export { default as KeyIcon } from '../icons/key';
|
|
1451
1451
|
// Keyboard aliases
|
|
1452
1452
|
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1453
1453
|
// LampCeiling aliases
|
|
1454
1454
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1455
|
-
// LampFloor aliases
|
|
1456
|
-
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1457
1455
|
// LampDesk aliases
|
|
1458
1456
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1459
1457
|
// LampWallDown aliases
|
|
1460
1458
|
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1459
|
+
// LampFloor aliases
|
|
1460
|
+
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1461
1461
|
// LampWallUp aliases
|
|
1462
1462
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1463
1463
|
// Lamp aliases
|
|
@@ -1484,32 +1484,32 @@ export { default as Layers2Icon } from '../icons/layers-2';
|
|
|
1484
1484
|
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1485
1485
|
// LayoutDashboard aliases
|
|
1486
1486
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1487
|
-
// LayoutGrid aliases
|
|
1488
|
-
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1489
1487
|
// LayoutList aliases
|
|
1490
1488
|
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1491
1489
|
// LayoutPanelLeft aliases
|
|
1492
1490
|
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1491
|
+
// LayoutGrid aliases
|
|
1492
|
+
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1493
1493
|
// LayoutPanelTop aliases
|
|
1494
1494
|
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1495
1495
|
// LayoutTemplate aliases
|
|
1496
1496
|
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1497
|
-
// Leaf aliases
|
|
1498
|
-
export { default as LeafIcon } from '../icons/leaf';
|
|
1499
1497
|
// Lectern aliases
|
|
1500
1498
|
export { default as LecternIcon } from '../icons/lectern';
|
|
1499
|
+
// Leaf aliases
|
|
1500
|
+
export { default as LeafIcon } from '../icons/leaf';
|
|
1501
1501
|
// LeafyGreen aliases
|
|
1502
1502
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1503
|
-
// Library aliases
|
|
1504
|
-
export { default as LibraryIcon } from '../icons/library';
|
|
1505
1503
|
// LibraryBig aliases
|
|
1506
1504
|
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1505
|
+
// Library aliases
|
|
1506
|
+
export { default as LibraryIcon } from '../icons/library';
|
|
1507
1507
|
// LifeBuoy aliases
|
|
1508
1508
|
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1509
|
-
// Ligature aliases
|
|
1510
|
-
export { default as LigatureIcon } from '../icons/ligature';
|
|
1511
1509
|
// LightbulbOff aliases
|
|
1512
1510
|
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1511
|
+
// Ligature aliases
|
|
1512
|
+
export { default as LigatureIcon } from '../icons/ligature';
|
|
1513
1513
|
// Lightbulb aliases
|
|
1514
1514
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1515
1515
|
// LineSquiggle aliases
|
|
@@ -1518,30 +1518,30 @@ export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
|
1518
1518
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1519
1519
|
// Link2 aliases
|
|
1520
1520
|
export { default as Link2Icon } from '../icons/link-2';
|
|
1521
|
-
// Linkedin aliases
|
|
1522
|
-
export { default as LinkedinIcon } from '../icons/linkedin';
|
|
1523
1521
|
// Link aliases
|
|
1524
1522
|
export { default as LinkIcon } from '../icons/link';
|
|
1523
|
+
// Linkedin aliases
|
|
1524
|
+
export { default as LinkedinIcon } from '../icons/linkedin';
|
|
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
1529
|
// ListChevronsDownUp aliases
|
|
1530
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';
|
|
1533
1531
|
// ListCollapse aliases
|
|
1534
1532
|
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1535
|
-
//
|
|
1536
|
-
export { default as
|
|
1533
|
+
// ListChevronsUpDown aliases
|
|
1534
|
+
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1537
1535
|
// ListFilterPlus aliases
|
|
1538
1536
|
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1537
|
+
// ListEnd aliases
|
|
1538
|
+
export { default as ListEndIcon } from '../icons/list-end';
|
|
1539
1539
|
// ListFilter aliases
|
|
1540
1540
|
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1541
|
-
// ListMinus aliases
|
|
1542
|
-
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1543
1541
|
// ListMusic aliases
|
|
1544
1542
|
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1543
|
+
// ListMinus aliases
|
|
1544
|
+
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1545
1545
|
// ListOrdered aliases
|
|
1546
1546
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1547
1547
|
// ListPlus aliases
|
|
@@ -1560,10 +1560,10 @@ export { default as ListVideoIcon } from '../icons/list-video';
|
|
|
1560
1560
|
export { default as ListXIcon } from '../icons/list-x';
|
|
1561
1561
|
// List aliases
|
|
1562
1562
|
export { default as ListIcon } from '../icons/list';
|
|
1563
|
-
// LoaderPinwheel aliases
|
|
1564
|
-
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1565
1563
|
// Loader aliases
|
|
1566
1564
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1565
|
+
// LoaderPinwheel aliases
|
|
1566
|
+
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1567
1567
|
// LocateFixed aliases
|
|
1568
1568
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1569
1569
|
// LocateOff aliases
|
|
@@ -1590,12 +1590,12 @@ export { default as MagnetIcon } from '../icons/magnet';
|
|
|
1590
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';
|
|
1593
1595
|
// MailOpen aliases
|
|
1594
1596
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1595
1597
|
// MailSearch aliases
|
|
1596
1598
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1597
|
-
// MailPlus aliases
|
|
1598
|
-
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1599
1599
|
// MailWarning aliases
|
|
1600
1600
|
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1601
1601
|
// MailX aliases
|
|
@@ -1612,10 +1612,10 @@ export { default as MapMinusIcon } from '../icons/map-minus';
|
|
|
1612
1612
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1613
1613
|
// MapPinCheck aliases
|
|
1614
1614
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1615
|
-
// MapPinHouse aliases
|
|
1616
|
-
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1617
1615
|
// MapPinMinusInside aliases
|
|
1618
1616
|
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1617
|
+
// MapPinHouse aliases
|
|
1618
|
+
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1619
1619
|
// MapPinMinus aliases
|
|
1620
1620
|
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1621
1621
|
// MapPinOff aliases
|
|
@@ -1624,22 +1624,22 @@ export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
|
1624
1624
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1625
1625
|
// MapPinPlus aliases
|
|
1626
1626
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1627
|
-
// MapPinX aliases
|
|
1628
|
-
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1629
1627
|
// MapPinXInside aliases
|
|
1630
1628
|
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1629
|
+
// MapPinX aliases
|
|
1630
|
+
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1631
1631
|
// MapPin aliases
|
|
1632
1632
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1633
1633
|
// MapPinned aliases
|
|
1634
1634
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1635
|
-
// Map aliases
|
|
1636
|
-
export { default as MapIcon } from '../icons/map';
|
|
1637
1635
|
// MapPlus aliases
|
|
1638
1636
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1639
|
-
// Mars aliases
|
|
1640
|
-
export { default as MarsIcon } from '../icons/mars';
|
|
1641
1637
|
// MarsStroke aliases
|
|
1642
1638
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1639
|
+
// Map aliases
|
|
1640
|
+
export { default as MapIcon } from '../icons/map';
|
|
1641
|
+
// Mars aliases
|
|
1642
|
+
export { default as MarsIcon } from '../icons/mars';
|
|
1643
1643
|
// Martini aliases
|
|
1644
1644
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1645
1645
|
// Maximize2 aliases
|
|
@@ -1654,26 +1654,26 @@ export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
|
1654
1654
|
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
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';
|
|
1659
|
+
// MemoryStick aliases
|
|
1660
|
+
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1661
1661
|
// Merge aliases
|
|
1662
1662
|
export { default as MergeIcon } from '../icons/merge';
|
|
1663
1663
|
// MessageCircleCode aliases
|
|
1664
1664
|
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1665
1665
|
// MessageCircleDashed aliases
|
|
1666
1666
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1667
|
+
// MessageCircleHeart aliases
|
|
1668
|
+
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1667
1669
|
// MessageCircleMore aliases
|
|
1668
1670
|
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1671
|
+
// MessageCircleReply aliases
|
|
1672
|
+
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1669
1673
|
// MessageCircleOff aliases
|
|
1670
1674
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1671
|
-
// MessageCircleHeart aliases
|
|
1672
|
-
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1673
1675
|
// MessageCirclePlus aliases
|
|
1674
1676
|
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1675
|
-
// MessageCircleReply aliases
|
|
1676
|
-
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1677
1677
|
// MessageCircleWarning aliases
|
|
1678
1678
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1679
1679
|
// MessageCircleX aliases
|
|
@@ -1700,34 +1700,34 @@ export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
|
1700
1700
|
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1701
1701
|
// MessageSquareQuote aliases
|
|
1702
1702
|
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1703
|
-
// MessageSquareShare aliases
|
|
1704
|
-
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1705
1703
|
// MessageSquareReply aliases
|
|
1706
1704
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1707
|
-
//
|
|
1708
|
-
export { default as
|
|
1709
|
-
// MessageSquareX aliases
|
|
1710
|
-
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1705
|
+
// MessageSquareShare aliases
|
|
1706
|
+
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1711
1707
|
// MessageSquareText aliases
|
|
1712
1708
|
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1709
|
+
// MessageSquareWarning aliases
|
|
1710
|
+
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1713
1711
|
// MessagesSquare aliases
|
|
1714
1712
|
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1715
|
-
//
|
|
1716
|
-
export { default as
|
|
1713
|
+
// MessageSquareX aliases
|
|
1714
|
+
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1717
1715
|
// MicOff aliases
|
|
1718
1716
|
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1717
|
+
// MessageSquare aliases
|
|
1718
|
+
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1719
1719
|
// Mic aliases
|
|
1720
1720
|
export { default as MicIcon } from '../icons/mic';
|
|
1721
1721
|
// Microchip aliases
|
|
1722
1722
|
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1723
1723
|
// Microscope aliases
|
|
1724
1724
|
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1725
|
+
// Milestone aliases
|
|
1726
|
+
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1725
1727
|
// Microwave aliases
|
|
1726
1728
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1727
1729
|
// MilkOff aliases
|
|
1728
1730
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1729
|
-
// Milestone aliases
|
|
1730
|
-
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1731
1731
|
// Milk aliases
|
|
1732
1732
|
export { default as MilkIcon } from '../icons/milk';
|
|
1733
1733
|
// Minimize2 aliases
|
|
@@ -1736,20 +1736,20 @@ export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
|
1736
1736
|
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1737
1737
|
// Minus aliases
|
|
1738
1738
|
export { default as MinusIcon } from '../icons/minus';
|
|
1739
|
-
// MonitorCloud aliases
|
|
1740
|
-
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1741
1739
|
// MonitorCheck aliases
|
|
1742
1740
|
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1743
1741
|
// MonitorCog aliases
|
|
1744
1742
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1743
|
+
// MonitorCloud aliases
|
|
1744
|
+
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1745
1745
|
// MonitorDot aliases
|
|
1746
1746
|
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1747
|
-
// MonitorOff aliases
|
|
1748
|
-
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1749
1747
|
// MonitorDown aliases
|
|
1750
1748
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1751
1749
|
// MonitorPause aliases
|
|
1752
1750
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1751
|
+
// MonitorOff aliases
|
|
1752
|
+
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1753
1753
|
// MonitorPlay aliases
|
|
1754
1754
|
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1755
1755
|
// MonitorSmartphone aliases
|
|
@@ -1788,38 +1788,38 @@ export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
|
1788
1788
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1789
1789
|
// Mouse aliases
|
|
1790
1790
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1791
|
-
// MoveDiagonal aliases
|
|
1792
|
-
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1793
1791
|
// MoveDiagonal2 aliases
|
|
1794
1792
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1793
|
+
// MoveDiagonal aliases
|
|
1794
|
+
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1795
1795
|
// MoveDownLeft aliases
|
|
1796
1796
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1797
|
-
// MoveDown aliases
|
|
1798
|
-
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1799
1797
|
// MoveDownRight aliases
|
|
1800
1798
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1799
|
+
// MoveDown aliases
|
|
1800
|
+
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1801
1801
|
// MoveHorizontal aliases
|
|
1802
1802
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1803
|
-
// MoveRight aliases
|
|
1804
|
-
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1805
1803
|
// MoveLeft aliases
|
|
1806
1804
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1807
|
-
//
|
|
1808
|
-
export { default as
|
|
1805
|
+
// MoveRight aliases
|
|
1806
|
+
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1809
1807
|
// MoveUpLeft aliases
|
|
1810
1808
|
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1809
|
+
// MoveUpRight aliases
|
|
1810
|
+
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1811
1811
|
// MoveUp aliases
|
|
1812
1812
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1813
1813
|
// MoveVertical aliases
|
|
1814
1814
|
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1815
1815
|
// Move aliases
|
|
1816
1816
|
export { default as MoveIcon } from '../icons/move';
|
|
1817
|
+
// Music3 aliases
|
|
1818
|
+
export { default as Music3Icon } from '../icons/music-3';
|
|
1817
1819
|
// Music2 aliases
|
|
1818
1820
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1819
1821
|
// Music4 aliases
|
|
1820
1822
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1821
|
-
// Music3 aliases
|
|
1822
|
-
export { default as Music3Icon } from '../icons/music-3';
|
|
1823
1823
|
// Music aliases
|
|
1824
1824
|
export { default as MusicIcon } from '../icons/music';
|
|
1825
1825
|
// Navigation2Off aliases
|
|
@@ -1844,18 +1844,18 @@ export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
|
1844
1844
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1845
1845
|
// NotebookText aliases
|
|
1846
1846
|
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1847
|
-
// NotepadTextDashed aliases
|
|
1848
|
-
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1849
1847
|
// Notebook aliases
|
|
1850
1848
|
export { default as NotebookIcon } from '../icons/notebook';
|
|
1851
|
-
//
|
|
1852
|
-
export { default as
|
|
1849
|
+
// NotepadTextDashed aliases
|
|
1850
|
+
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1853
1851
|
// NutOff aliases
|
|
1854
1852
|
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1855
|
-
// OctagonMinus aliases
|
|
1856
|
-
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1857
1853
|
// Nut aliases
|
|
1858
1854
|
export { default as NutIcon } from '../icons/nut';
|
|
1855
|
+
// NotepadText aliases
|
|
1856
|
+
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1857
|
+
// OctagonMinus aliases
|
|
1858
|
+
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1859
1859
|
// Octagon aliases
|
|
1860
1860
|
export { default as OctagonIcon } from '../icons/octagon';
|
|
1861
1861
|
// Omega aliases
|
|
@@ -1870,22 +1870,22 @@ export { default as OrbitIcon } from '../icons/orbit';
|
|
|
1870
1870
|
export { default as Package2Icon } from '../icons/package-2';
|
|
1871
1871
|
// PackageCheck aliases
|
|
1872
1872
|
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1873
|
-
// PackageOpen aliases
|
|
1874
|
-
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1875
1873
|
// PackageMinus aliases
|
|
1876
1874
|
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1877
|
-
//
|
|
1878
|
-
export { default as
|
|
1875
|
+
// PackageOpen aliases
|
|
1876
|
+
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1879
1877
|
// PackageSearch aliases
|
|
1880
1878
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1879
|
+
// PackagePlus aliases
|
|
1880
|
+
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1881
1881
|
// PackageX aliases
|
|
1882
1882
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
1883
1883
|
// Package aliases
|
|
1884
1884
|
export { default as PackageIcon } from '../icons/package';
|
|
1885
|
-
// PaintRoller aliases
|
|
1886
|
-
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1887
1885
|
// PaintBucket aliases
|
|
1888
1886
|
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1887
|
+
// PaintRoller aliases
|
|
1888
|
+
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1889
1889
|
// Paintbrush aliases
|
|
1890
1890
|
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1891
1891
|
// Palette aliases
|
|
@@ -1894,10 +1894,10 @@ export { default as PaletteIcon } from '../icons/palette';
|
|
|
1894
1894
|
export { default as PandaIcon } from '../icons/panda';
|
|
1895
1895
|
// PanelBottomClose aliases
|
|
1896
1896
|
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1897
|
-
// PanelBottomOpen aliases
|
|
1898
|
-
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1899
1897
|
// PanelBottom aliases
|
|
1900
1898
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1899
|
+
// PanelBottomOpen aliases
|
|
1900
|
+
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1901
1901
|
// PanelLeftRightDashed aliases
|
|
1902
1902
|
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1903
1903
|
// PanelRightClose aliases
|
|
@@ -1924,32 +1924,32 @@ export { default as PaperclipIcon } from '../icons/paperclip';
|
|
|
1924
1924
|
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1925
1925
|
// ParkingMeter aliases
|
|
1926
1926
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1927
|
-
// Pause aliases
|
|
1928
|
-
export { default as PauseIcon } from '../icons/pause';
|
|
1929
1927
|
// PartyPopper aliases
|
|
1930
1928
|
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1931
|
-
//
|
|
1932
|
-
export { default as
|
|
1929
|
+
// Pause aliases
|
|
1930
|
+
export { default as PauseIcon } from '../icons/pause';
|
|
1933
1931
|
// PcCase aliases
|
|
1934
1932
|
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1933
|
+
// PawPrint aliases
|
|
1934
|
+
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1935
1935
|
// PenOff aliases
|
|
1936
1936
|
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1937
1937
|
// PenTool aliases
|
|
1938
1938
|
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1939
1939
|
// PencilLine aliases
|
|
1940
1940
|
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1941
|
-
// PencilRuler aliases
|
|
1942
|
-
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1943
1941
|
// PencilOff aliases
|
|
1944
1942
|
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1943
|
+
// PencilRuler aliases
|
|
1944
|
+
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1945
1945
|
// Pencil aliases
|
|
1946
1946
|
export { default as PencilIcon } from '../icons/pencil';
|
|
1947
|
-
// Pentagon aliases
|
|
1948
|
-
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1949
1947
|
// Percent aliases
|
|
1950
1948
|
export { default as PercentIcon } from '../icons/percent';
|
|
1951
1949
|
// PersonStanding aliases
|
|
1952
1950
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1951
|
+
// Pentagon aliases
|
|
1952
|
+
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1953
1953
|
// PhilippinePeso aliases
|
|
1954
1954
|
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1955
1955
|
// PhoneCall aliases
|
|
@@ -1974,20 +1974,20 @@ export { default as PianoIcon } from '../icons/piano';
|
|
|
1974
1974
|
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1975
1975
|
// PictureInPicture2 aliases
|
|
1976
1976
|
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
1977
|
-
// PiggyBank aliases
|
|
1978
|
-
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1979
1977
|
// PictureInPicture aliases
|
|
1980
1978
|
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1979
|
+
// PiggyBank aliases
|
|
1980
|
+
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1981
1981
|
// PilcrowLeft aliases
|
|
1982
1982
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1983
1983
|
// PilcrowRight aliases
|
|
1984
1984
|
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1985
|
-
// PillBottle aliases
|
|
1986
|
-
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
1987
1985
|
// Pilcrow aliases
|
|
1988
1986
|
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1989
1987
|
// Pill aliases
|
|
1990
1988
|
export { default as PillIcon } from '../icons/pill';
|
|
1989
|
+
// PillBottle aliases
|
|
1990
|
+
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
1991
1991
|
// PinOff aliases
|
|
1992
1992
|
export { default as PinOffIcon } from '../icons/pin-off';
|
|
1993
1993
|
// Pin aliases
|
|
@@ -1996,32 +1996,32 @@ export { default as PinIcon } from '../icons/pin';
|
|
|
1996
1996
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
1997
1997
|
// Pizza aliases
|
|
1998
1998
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
1999
|
-
// PlaneTakeoff aliases
|
|
2000
|
-
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
2001
1999
|
// PlaneLanding aliases
|
|
2002
2000
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
2003
|
-
//
|
|
2004
|
-
export { default as
|
|
2001
|
+
// PlaneTakeoff aliases
|
|
2002
|
+
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
2005
2003
|
// Play aliases
|
|
2006
2004
|
export { default as PlayIcon } from '../icons/play';
|
|
2007
|
-
//
|
|
2008
|
-
export { default as
|
|
2005
|
+
// Plane aliases
|
|
2006
|
+
export { default as PlaneIcon } from '../icons/plane';
|
|
2009
2007
|
// Plug2 aliases
|
|
2010
2008
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
2009
|
+
// Plug aliases
|
|
2010
|
+
export { default as PlugIcon } from '../icons/plug';
|
|
2011
2011
|
// Plus aliases
|
|
2012
2012
|
export { default as PlusIcon } from '../icons/plus';
|
|
2013
|
-
// Pocket aliases
|
|
2014
|
-
export { default as PocketIcon } from '../icons/pocket';
|
|
2015
2013
|
// PocketKnife aliases
|
|
2016
2014
|
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2015
|
+
// Pocket aliases
|
|
2016
|
+
export { default as PocketIcon } from '../icons/pocket';
|
|
2017
2017
|
// Podcast aliases
|
|
2018
2018
|
export { default as PodcastIcon } from '../icons/podcast';
|
|
2019
2019
|
// PointerOff aliases
|
|
2020
2020
|
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2021
|
-
// Popcorn aliases
|
|
2022
|
-
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2023
2021
|
// Pointer aliases
|
|
2024
2022
|
export { default as PointerIcon } from '../icons/pointer';
|
|
2023
|
+
// Popcorn aliases
|
|
2024
|
+
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2025
2025
|
// Popsicle aliases
|
|
2026
2026
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2027
2027
|
// PoundSterling aliases
|
|
@@ -2042,26 +2042,26 @@ export { default as ProjectorIcon } from '../icons/projector';
|
|
|
2042
2042
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2043
2043
|
// Puzzle aliases
|
|
2044
2044
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2045
|
-
// QrCode aliases
|
|
2046
|
-
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2047
2045
|
// Pyramid aliases
|
|
2048
2046
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2047
|
+
// QrCode aliases
|
|
2048
|
+
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2049
|
+
// Rabbit aliases
|
|
2050
|
+
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2049
2051
|
// Quote aliases
|
|
2050
2052
|
export { default as QuoteIcon } from '../icons/quote';
|
|
2051
2053
|
// Radar aliases
|
|
2052
2054
|
export { default as RadarIcon } from '../icons/radar';
|
|
2053
|
-
// Rabbit aliases
|
|
2054
|
-
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2055
2055
|
// Radiation aliases
|
|
2056
2056
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
2057
2057
|
// Radical aliases
|
|
2058
2058
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2059
2059
|
// RadioReceiver aliases
|
|
2060
2060
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2061
|
-
// RadioTower aliases
|
|
2062
|
-
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2063
2061
|
// Radio aliases
|
|
2064
2062
|
export { default as RadioIcon } from '../icons/radio';
|
|
2063
|
+
// RadioTower aliases
|
|
2064
|
+
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2065
2065
|
// Radius aliases
|
|
2066
2066
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2067
2067
|
// RailSymbol aliases
|
|
@@ -2088,26 +2088,26 @@ export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-rub
|
|
|
2088
2088
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2089
2089
|
// ReceiptText aliases
|
|
2090
2090
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2091
|
-
// Receipt aliases
|
|
2092
|
-
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2093
2091
|
// ReceiptTurkishLira aliases
|
|
2094
2092
|
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2095
|
-
//
|
|
2096
|
-
export { default as
|
|
2093
|
+
// Receipt aliases
|
|
2094
|
+
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2097
2095
|
// RectangleCircle aliases
|
|
2098
2096
|
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2099
|
-
//
|
|
2100
|
-
export { default as
|
|
2097
|
+
// RectangleGoggles aliases
|
|
2098
|
+
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2101
2099
|
// RectangleHorizontal aliases
|
|
2102
2100
|
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2101
|
+
// RectangleVertical aliases
|
|
2102
|
+
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2103
2103
|
// Recycle aliases
|
|
2104
2104
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2105
|
+
// Redo2 aliases
|
|
2106
|
+
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2105
2107
|
// RedoDot aliases
|
|
2106
2108
|
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2107
2109
|
// Redo aliases
|
|
2108
2110
|
export { default as RedoIcon } from '../icons/redo';
|
|
2109
|
-
// Redo2 aliases
|
|
2110
|
-
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2111
2111
|
// RefreshCcwDot aliases
|
|
2112
2112
|
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2113
2113
|
// RefreshCcw aliases
|
|
@@ -2128,18 +2128,18 @@ export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
|
2128
2128
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2129
2129
|
// Repeat aliases
|
|
2130
2130
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2131
|
-
// Replace aliases
|
|
2132
|
-
export { default as ReplaceIcon } from '../icons/replace';
|
|
2133
2131
|
// ReplaceAll aliases
|
|
2134
2132
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2133
|
+
// Replace aliases
|
|
2134
|
+
export { default as ReplaceIcon } from '../icons/replace';
|
|
2135
2135
|
// ReplyAll aliases
|
|
2136
2136
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2137
2137
|
// Reply aliases
|
|
2138
2138
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2139
|
-
// Ribbon aliases
|
|
2140
|
-
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2141
2139
|
// Rewind aliases
|
|
2142
2140
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2141
|
+
// Ribbon aliases
|
|
2142
|
+
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2143
2143
|
// Rocket aliases
|
|
2144
2144
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2145
2145
|
// RockingChair aliases
|
|
@@ -2152,32 +2152,32 @@ export { default as RoseIcon } from '../icons/rose';
|
|
|
2152
2152
|
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2153
2153
|
// RotateCcwSquare aliases
|
|
2154
2154
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2155
|
-
// RotateCwSquare aliases
|
|
2156
|
-
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2157
2155
|
// RotateCcw aliases
|
|
2158
2156
|
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2157
|
+
// RotateCwSquare aliases
|
|
2158
|
+
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2159
|
+
// RouteOff aliases
|
|
2160
|
+
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2159
2161
|
// RotateCw aliases
|
|
2160
2162
|
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2161
|
-
// Route aliases
|
|
2162
|
-
export { default as RouteIcon } from '../icons/route';
|
|
2163
2163
|
// Router aliases
|
|
2164
2164
|
export { default as RouterIcon } from '../icons/router';
|
|
2165
|
-
//
|
|
2166
|
-
export { default as
|
|
2165
|
+
// Route aliases
|
|
2166
|
+
export { default as RouteIcon } from '../icons/route';
|
|
2167
2167
|
// Rows4 aliases
|
|
2168
2168
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2169
2169
|
// Rss aliases
|
|
2170
2170
|
export { default as RssIcon } from '../icons/rss';
|
|
2171
|
+
// RulerDimensionLine aliases
|
|
2172
|
+
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2171
2173
|
// Ruler aliases
|
|
2172
2174
|
export { default as RulerIcon } from '../icons/ruler';
|
|
2175
|
+
// Sailboat aliases
|
|
2176
|
+
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2173
2177
|
// RussianRuble aliases
|
|
2174
2178
|
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2175
|
-
// RulerDimensionLine aliases
|
|
2176
|
-
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2177
2179
|
// Salad aliases
|
|
2178
2180
|
export { default as SaladIcon } from '../icons/salad';
|
|
2179
|
-
// Sailboat aliases
|
|
2180
|
-
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2181
2181
|
// Sandwich aliases
|
|
2182
2182
|
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2183
2183
|
// SatelliteDish aliases
|
|
@@ -2198,16 +2198,16 @@ export { default as ScaleIcon } from '../icons/scale';
|
|
|
2198
2198
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2199
2199
|
// ScanBarcode aliases
|
|
2200
2200
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2201
|
-
// ScanFace aliases
|
|
2202
|
-
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2203
2201
|
// ScanEye aliases
|
|
2204
2202
|
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2203
|
+
// ScanFace aliases
|
|
2204
|
+
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2205
2205
|
// ScanHeart aliases
|
|
2206
2206
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2207
|
-
// ScanLine aliases
|
|
2208
|
-
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2209
2207
|
// ScanQrCode aliases
|
|
2210
2208
|
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2209
|
+
// ScanLine aliases
|
|
2210
|
+
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2211
2211
|
// ScanSearch aliases
|
|
2212
2212
|
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2213
2213
|
// ScanText aliases
|
|
@@ -2228,42 +2228,42 @@ export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
|
2228
2228
|
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2229
2229
|
// ScrollText aliases
|
|
2230
2230
|
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2231
|
-
// Scroll aliases
|
|
2232
|
-
export { default as ScrollIcon } from '../icons/scroll';
|
|
2233
2231
|
// SearchAlert aliases
|
|
2234
2232
|
export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
2235
|
-
//
|
|
2236
|
-
export { default as
|
|
2233
|
+
// Scroll aliases
|
|
2234
|
+
export { default as ScrollIcon } from '../icons/scroll';
|
|
2237
2235
|
// SearchCode aliases
|
|
2238
2236
|
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2237
|
+
// SearchCheck aliases
|
|
2238
|
+
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2239
2239
|
// SearchSlash aliases
|
|
2240
2240
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2241
2241
|
// SearchX aliases
|
|
2242
2242
|
export { default as SearchXIcon } from '../icons/search-x';
|
|
2243
2243
|
// Search aliases
|
|
2244
2244
|
export { default as SearchIcon } from '../icons/search';
|
|
2245
|
+
// Section aliases
|
|
2246
|
+
export { default as SectionIcon } from '../icons/section';
|
|
2245
2247
|
// SendToBack aliases
|
|
2246
2248
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2247
2249
|
// Send aliases
|
|
2248
2250
|
export { default as SendIcon } from '../icons/send';
|
|
2249
|
-
// Section aliases
|
|
2250
|
-
export { default as SectionIcon } from '../icons/section';
|
|
2251
2251
|
// SeparatorHorizontal aliases
|
|
2252
2252
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2253
2253
|
// SeparatorVertical aliases
|
|
2254
2254
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2255
|
-
// ServerCog aliases
|
|
2256
|
-
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2257
2255
|
// ServerCrash aliases
|
|
2258
2256
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2259
|
-
//
|
|
2260
|
-
export { default as
|
|
2257
|
+
// ServerCog aliases
|
|
2258
|
+
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2261
2259
|
// ServerOff aliases
|
|
2262
2260
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2263
|
-
//
|
|
2264
|
-
export { default as
|
|
2261
|
+
// Server aliases
|
|
2262
|
+
export { default as ServerIcon } from '../icons/server';
|
|
2265
2263
|
// Settings2 aliases
|
|
2266
2264
|
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2265
|
+
// Settings aliases
|
|
2266
|
+
export { default as SettingsIcon } from '../icons/settings';
|
|
2267
2267
|
// Shapes aliases
|
|
2268
2268
|
export { default as ShapesIcon } from '../icons/shapes';
|
|
2269
2269
|
// Share2 aliases
|
|
@@ -2288,10 +2288,10 @@ export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
|
2288
2288
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2289
2289
|
// ShieldOff aliases
|
|
2290
2290
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2291
|
-
// ShieldUser aliases
|
|
2292
|
-
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2293
2291
|
// ShieldPlus aliases
|
|
2294
2292
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2293
|
+
// ShieldUser aliases
|
|
2294
|
+
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2295
2295
|
// Shield aliases
|
|
2296
2296
|
export { default as ShieldIcon } from '../icons/shield';
|
|
2297
2297
|
// ShipWheel aliases
|
|
@@ -2306,28 +2306,28 @@ export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
|
2306
2306
|
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2307
2307
|
// ShoppingCart aliases
|
|
2308
2308
|
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2309
|
-
// ShowerHead aliases
|
|
2310
|
-
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2311
2309
|
// Shovel aliases
|
|
2312
2310
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2311
|
+
// ShowerHead aliases
|
|
2312
|
+
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2313
|
+
// Shredder aliases
|
|
2314
|
+
export { default as ShredderIcon } from '../icons/shredder';
|
|
2313
2315
|
// Shrimp aliases
|
|
2314
2316
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2315
2317
|
// Shrink aliases
|
|
2316
2318
|
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2317
|
-
// Shredder aliases
|
|
2318
|
-
export { default as ShredderIcon } from '../icons/shredder';
|
|
2319
2319
|
// Shrub aliases
|
|
2320
2320
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2321
2321
|
// Shuffle aliases
|
|
2322
2322
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2323
2323
|
// Sigma aliases
|
|
2324
2324
|
export { default as SigmaIcon } from '../icons/sigma';
|
|
2325
|
+
// SignalLow aliases
|
|
2326
|
+
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2325
2327
|
// SignalHigh aliases
|
|
2326
2328
|
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2327
2329
|
// SignalMedium aliases
|
|
2328
2330
|
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2329
|
-
// SignalLow aliases
|
|
2330
|
-
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2331
2331
|
// SignalZero aliases
|
|
2332
2332
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2333
2333
|
// Signal aliases
|
|
@@ -2336,98 +2336,98 @@ export { default as SignalIcon } from '../icons/signal';
|
|
|
2336
2336
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2337
2337
|
// SignpostBig aliases
|
|
2338
2338
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2339
|
-
// Siren aliases
|
|
2340
|
-
export { default as SirenIcon } from '../icons/siren';
|
|
2341
2339
|
// Signpost aliases
|
|
2342
2340
|
export { default as SignpostIcon } from '../icons/signpost';
|
|
2343
|
-
//
|
|
2344
|
-
export { default as
|
|
2341
|
+
// Siren aliases
|
|
2342
|
+
export { default as SirenIcon } from '../icons/siren';
|
|
2345
2343
|
// SkipForward aliases
|
|
2346
2344
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2347
|
-
//
|
|
2348
|
-
export { default as
|
|
2345
|
+
// SkipBack aliases
|
|
2346
|
+
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2349
2347
|
// Slack aliases
|
|
2350
2348
|
export { default as SlackIcon } from '../icons/slack';
|
|
2351
|
-
//
|
|
2352
|
-
export { default as
|
|
2349
|
+
// Skull aliases
|
|
2350
|
+
export { default as SkullIcon } from '../icons/skull';
|
|
2353
2351
|
// Slash aliases
|
|
2354
2352
|
export { default as SlashIcon } from '../icons/slash';
|
|
2353
|
+
// Slice aliases
|
|
2354
|
+
export { default as SliceIcon } from '../icons/slice';
|
|
2355
2355
|
// SlidersHorizontal aliases
|
|
2356
2356
|
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2357
2357
|
// SmartphoneCharging aliases
|
|
2358
2358
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2359
2359
|
// SmartphoneNfc aliases
|
|
2360
2360
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2361
|
-
// SmilePlus aliases
|
|
2362
|
-
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2363
2361
|
// Smartphone aliases
|
|
2364
2362
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2363
|
+
// SmilePlus aliases
|
|
2364
|
+
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2365
2365
|
// Smile aliases
|
|
2366
2366
|
export { default as SmileIcon } from '../icons/smile';
|
|
2367
2367
|
// Snail aliases
|
|
2368
2368
|
export { default as SnailIcon } from '../icons/snail';
|
|
2369
2369
|
// Snowflake aliases
|
|
2370
2370
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2371
|
-
// Sofa aliases
|
|
2372
|
-
export { default as SofaIcon } from '../icons/sofa';
|
|
2373
2371
|
// SoapDispenserDroplet aliases
|
|
2374
2372
|
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2375
2373
|
// SolarPanel aliases
|
|
2376
2374
|
export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
2375
|
+
// Sofa aliases
|
|
2376
|
+
export { default as SofaIcon } from '../icons/sofa';
|
|
2377
2377
|
// Soup aliases
|
|
2378
2378
|
export { default as SoupIcon } from '../icons/soup';
|
|
2379
|
+
// Space aliases
|
|
2380
|
+
export { default as SpaceIcon } from '../icons/space';
|
|
2379
2381
|
// Spade aliases
|
|
2380
2382
|
export { default as SpadeIcon } from '../icons/spade';
|
|
2381
2383
|
// Sparkle aliases
|
|
2382
2384
|
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2383
|
-
// Space aliases
|
|
2384
|
-
export { default as SpaceIcon } from '../icons/space';
|
|
2385
2385
|
// Speaker aliases
|
|
2386
2386
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2387
2387
|
// Speech aliases
|
|
2388
2388
|
export { default as SpeechIcon } from '../icons/speech';
|
|
2389
2389
|
// SpellCheck2 aliases
|
|
2390
2390
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2391
|
-
// SpellCheck aliases
|
|
2392
|
-
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2393
2391
|
// SplinePointer aliases
|
|
2394
2392
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2393
|
+
// SpellCheck aliases
|
|
2394
|
+
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2395
2395
|
// Spline aliases
|
|
2396
2396
|
export { default as SplineIcon } from '../icons/spline';
|
|
2397
2397
|
// Split aliases
|
|
2398
2398
|
export { default as SplitIcon } from '../icons/split';
|
|
2399
2399
|
// Spool aliases
|
|
2400
2400
|
export { default as SpoolIcon } from '../icons/spool';
|
|
2401
|
-
// SprayCan aliases
|
|
2402
|
-
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2403
2401
|
// Spotlight aliases
|
|
2404
2402
|
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2403
|
+
// SprayCan aliases
|
|
2404
|
+
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2405
2405
|
// Sprout aliases
|
|
2406
2406
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2407
2407
|
// SquareDashedBottomCode aliases
|
|
2408
2408
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2409
|
-
// SquareDashedBottom aliases
|
|
2410
|
-
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2411
2409
|
// SquareDashedTopSolid aliases
|
|
2412
2410
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2411
|
+
// SquareDashedBottom aliases
|
|
2412
|
+
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2413
2413
|
// SquarePause aliases
|
|
2414
2414
|
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2415
|
-
// SquareRoundCorner aliases
|
|
2416
|
-
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2417
2415
|
// SquareRadical aliases
|
|
2418
2416
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2419
2417
|
// SquareSquare aliases
|
|
2420
2418
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2421
|
-
//
|
|
2422
|
-
export { default as
|
|
2419
|
+
// SquareRoundCorner aliases
|
|
2420
|
+
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2423
2421
|
// SquareStar aliases
|
|
2424
2422
|
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2423
|
+
// SquareStack aliases
|
|
2424
|
+
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2425
2425
|
// SquareStop aliases
|
|
2426
2426
|
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2427
|
-
// Square aliases
|
|
2428
|
-
export { default as SquareIcon } from '../icons/square';
|
|
2429
2427
|
// SquaresExclude aliases
|
|
2430
2428
|
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2429
|
+
// Square aliases
|
|
2430
|
+
export { default as SquareIcon } from '../icons/square';
|
|
2431
2431
|
// SquaresIntersect aliases
|
|
2432
2432
|
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2433
2433
|
// SquaresSubtract aliases
|
|
@@ -2436,14 +2436,14 @@ export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
|
2436
2436
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2437
2437
|
// SquircleDashed aliases
|
|
2438
2438
|
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2439
|
-
// Squirrel aliases
|
|
2440
|
-
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2441
2439
|
// Squircle aliases
|
|
2442
2440
|
export { default as SquircleIcon } from '../icons/squircle';
|
|
2443
|
-
//
|
|
2444
|
-
export { default as
|
|
2441
|
+
// Squirrel aliases
|
|
2442
|
+
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2445
2443
|
// Stamp aliases
|
|
2446
2444
|
export { default as StampIcon } from '../icons/stamp';
|
|
2445
|
+
// StarHalf aliases
|
|
2446
|
+
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2447
2447
|
// StarOff aliases
|
|
2448
2448
|
export { default as StarOffIcon } from '../icons/star-off';
|
|
2449
2449
|
// Star aliases
|
|
@@ -2454,10 +2454,10 @@ export { default as StepBackIcon } from '../icons/step-back';
|
|
|
2454
2454
|
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2455
2455
|
// Stethoscope aliases
|
|
2456
2456
|
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2457
|
-
// StickyNote aliases
|
|
2458
|
-
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2459
2457
|
// Sticker aliases
|
|
2460
2458
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2459
|
+
// StickyNote aliases
|
|
2460
|
+
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2461
2461
|
// Stone aliases
|
|
2462
2462
|
export { default as StoneIcon } from '../icons/stone';
|
|
2463
2463
|
// Store aliases
|
|
@@ -2468,22 +2468,22 @@ export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
|
2468
2468
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2469
2469
|
// Strikethrough aliases
|
|
2470
2470
|
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2471
|
-
// SunDim aliases
|
|
2472
|
-
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2473
2471
|
// Subscript aliases
|
|
2474
2472
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2473
|
+
// SunDim aliases
|
|
2474
|
+
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2475
2475
|
// SunMedium aliases
|
|
2476
2476
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2477
2477
|
// SunMoon aliases
|
|
2478
2478
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2479
2479
|
// SunSnow aliases
|
|
2480
2480
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2481
|
+
// Sun aliases
|
|
2482
|
+
export { default as SunIcon } from '../icons/sun';
|
|
2481
2483
|
// Sunrise aliases
|
|
2482
2484
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2483
2485
|
// Sunset aliases
|
|
2484
2486
|
export { default as SunsetIcon } from '../icons/sunset';
|
|
2485
|
-
// Sun aliases
|
|
2486
|
-
export { default as SunIcon } from '../icons/sun';
|
|
2487
2487
|
// Superscript aliases
|
|
2488
2488
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2489
2489
|
// SwatchBook aliases
|
|
@@ -2492,42 +2492,42 @@ export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
|
2492
2492
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2493
2493
|
// SwitchCamera aliases
|
|
2494
2494
|
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2495
|
-
// Sword aliases
|
|
2496
|
-
export { default as SwordIcon } from '../icons/sword';
|
|
2497
2495
|
// Swords aliases
|
|
2498
2496
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2499
|
-
//
|
|
2500
|
-
export { default as
|
|
2497
|
+
// Sword aliases
|
|
2498
|
+
export { default as SwordIcon } from '../icons/sword';
|
|
2501
2499
|
// Table2 aliases
|
|
2502
2500
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2501
|
+
// Syringe aliases
|
|
2502
|
+
export { default as SyringeIcon } from '../icons/syringe';
|
|
2503
2503
|
// TableCellsMerge aliases
|
|
2504
2504
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2505
2505
|
// TableCellsSplit aliases
|
|
2506
2506
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2507
2507
|
// TableColumnsSplit aliases
|
|
2508
2508
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2509
|
-
// TableProperties aliases
|
|
2510
|
-
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2511
2509
|
// TableOfContents aliases
|
|
2512
2510
|
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2513
2511
|
// TableRowsSplit aliases
|
|
2514
2512
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2513
|
+
// TableProperties aliases
|
|
2514
|
+
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2515
2515
|
// Table aliases
|
|
2516
2516
|
export { default as TableIcon } from '../icons/table';
|
|
2517
2517
|
// TabletSmartphone aliases
|
|
2518
2518
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2519
|
-
// Tablets aliases
|
|
2520
|
-
export { default as TabletsIcon } from '../icons/tablets';
|
|
2521
2519
|
// Tablet aliases
|
|
2522
2520
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2523
2521
|
// Tag aliases
|
|
2524
2522
|
export { default as TagIcon } from '../icons/tag';
|
|
2523
|
+
// Tablets aliases
|
|
2524
|
+
export { default as TabletsIcon } from '../icons/tablets';
|
|
2525
|
+
// Tally1 aliases
|
|
2526
|
+
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2525
2527
|
// Tags aliases
|
|
2526
2528
|
export { default as TagsIcon } from '../icons/tags';
|
|
2527
2529
|
// Tally2 aliases
|
|
2528
2530
|
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2529
|
-
// Tally1 aliases
|
|
2530
|
-
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2531
2531
|
// Tally3 aliases
|
|
2532
2532
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2533
2533
|
// Tally4 aliases
|
|
@@ -2544,12 +2544,12 @@ export { default as TelescopeIcon } from '../icons/telescope';
|
|
|
2544
2544
|
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2545
2545
|
// Tent aliases
|
|
2546
2546
|
export { default as TentIcon } from '../icons/tent';
|
|
2547
|
-
// TestTubes aliases
|
|
2548
|
-
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2549
2547
|
// Terminal aliases
|
|
2550
2548
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2551
2549
|
// TestTube aliases
|
|
2552
2550
|
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2551
|
+
// TestTubes aliases
|
|
2552
|
+
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2553
2553
|
// TextCursorInput aliases
|
|
2554
2554
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2555
2555
|
// TextCursor aliases
|
|
@@ -2558,44 +2558,44 @@ export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
|
2558
2558
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2559
2559
|
// TextSearch aliases
|
|
2560
2560
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2561
|
-
// ThermometerSnowflake aliases
|
|
2562
|
-
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2563
2561
|
// Theater aliases
|
|
2564
2562
|
export { default as TheaterIcon } from '../icons/theater';
|
|
2563
|
+
// ThermometerSnowflake aliases
|
|
2564
|
+
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2565
2565
|
// ThermometerSun aliases
|
|
2566
2566
|
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2567
|
-
// ThumbsDown aliases
|
|
2568
|
-
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2569
2567
|
// Thermometer aliases
|
|
2570
2568
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2569
|
+
// ThumbsDown aliases
|
|
2570
|
+
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2571
2571
|
// ThumbsUp aliases
|
|
2572
2572
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2573
2573
|
// TicketCheck aliases
|
|
2574
2574
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2575
|
-
// TicketMinus aliases
|
|
2576
|
-
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2577
2575
|
// TicketPercent aliases
|
|
2578
2576
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2577
|
+
// TicketMinus aliases
|
|
2578
|
+
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2579
2579
|
// TicketPlus aliases
|
|
2580
2580
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2581
2581
|
// TicketSlash aliases
|
|
2582
2582
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2583
|
-
// Ticket aliases
|
|
2584
|
-
export { default as TicketIcon } from '../icons/ticket';
|
|
2585
2583
|
// TicketX aliases
|
|
2586
2584
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2585
|
+
// Ticket aliases
|
|
2586
|
+
export { default as TicketIcon } from '../icons/ticket';
|
|
2587
2587
|
// TicketsPlane aliases
|
|
2588
2588
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2589
2589
|
// Tickets aliases
|
|
2590
2590
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2591
2591
|
// TimerOff aliases
|
|
2592
2592
|
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2593
|
-
// TimerReset aliases
|
|
2594
|
-
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2595
2593
|
// Timer aliases
|
|
2596
2594
|
export { default as TimerIcon } from '../icons/timer';
|
|
2597
2595
|
// ToggleLeft aliases
|
|
2598
2596
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2597
|
+
// TimerReset aliases
|
|
2598
|
+
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2599
2599
|
// ToggleRight aliases
|
|
2600
2600
|
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2601
2601
|
// Toilet aliases
|
|
@@ -2604,10 +2604,12 @@ export { default as ToiletIcon } from '../icons/toilet';
|
|
|
2604
2604
|
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2605
2605
|
// Tornado aliases
|
|
2606
2606
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2607
|
-
//
|
|
2608
|
-
export { default as
|
|
2607
|
+
// Toolbox aliases
|
|
2608
|
+
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2609
2609
|
// TouchpadOff aliases
|
|
2610
2610
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2611
|
+
// Torus aliases
|
|
2612
|
+
export { default as TorusIcon } from '../icons/torus';
|
|
2611
2613
|
// Touchpad aliases
|
|
2612
2614
|
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2613
2615
|
// TowerControl aliases
|
|
@@ -2630,40 +2632,40 @@ export { default as TransgenderIcon } from '../icons/transgender';
|
|
|
2630
2632
|
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2631
2633
|
// Trash aliases
|
|
2632
2634
|
export { default as TrashIcon } from '../icons/trash';
|
|
2633
|
-
// TreePine aliases
|
|
2634
|
-
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2635
2635
|
// TreeDeciduous aliases
|
|
2636
2636
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2637
|
+
// TreePine aliases
|
|
2638
|
+
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2637
2639
|
// Trees aliases
|
|
2638
2640
|
export { default as TreesIcon } from '../icons/trees';
|
|
2639
|
-
// TrendingDown aliases
|
|
2640
|
-
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2641
2641
|
// Trello aliases
|
|
2642
2642
|
export { default as TrelloIcon } from '../icons/trello';
|
|
2643
2643
|
// TrendingUpDown aliases
|
|
2644
2644
|
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2645
|
+
// TrendingDown aliases
|
|
2646
|
+
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2645
2647
|
// TrendingUp aliases
|
|
2646
2648
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2647
2649
|
// TriangleDashed aliases
|
|
2648
2650
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2649
|
-
// TriangleRight aliases
|
|
2650
|
-
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2651
2651
|
// Triangle aliases
|
|
2652
2652
|
export { default as TriangleIcon } from '../icons/triangle';
|
|
2653
|
-
//
|
|
2654
|
-
export { default as
|
|
2653
|
+
// TriangleRight aliases
|
|
2654
|
+
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2655
|
+
// TruckElectric aliases
|
|
2656
|
+
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2655
2657
|
// Truck aliases
|
|
2656
2658
|
export { default as TruckIcon } from '../icons/truck';
|
|
2659
|
+
// Trophy aliases
|
|
2660
|
+
export { default as TrophyIcon } from '../icons/trophy';
|
|
2657
2661
|
// TurkishLira aliases
|
|
2658
2662
|
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2659
|
-
// TruckElectric aliases
|
|
2660
|
-
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2661
|
-
// Turtle aliases
|
|
2662
|
-
export { default as TurtleIcon } from '../icons/turtle';
|
|
2663
2663
|
// TvMinimalPlay aliases
|
|
2664
2664
|
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2665
2665
|
// Turntable aliases
|
|
2666
2666
|
export { default as TurntableIcon } from '../icons/turntable';
|
|
2667
|
+
// Turtle aliases
|
|
2668
|
+
export { default as TurtleIcon } from '../icons/turtle';
|
|
2667
2669
|
// Tv aliases
|
|
2668
2670
|
export { default as TvIcon } from '../icons/tv';
|
|
2669
2671
|
// Twitch aliases
|
|
@@ -2680,20 +2682,20 @@ export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
|
2680
2682
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2681
2683
|
// Underline aliases
|
|
2682
2684
|
export { default as UnderlineIcon } from '../icons/underline';
|
|
2683
|
-
// UndoDot aliases
|
|
2684
|
-
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2685
2685
|
// Undo2 aliases
|
|
2686
2686
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2687
|
+
// UndoDot aliases
|
|
2688
|
+
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2687
2689
|
// Undo aliases
|
|
2688
2690
|
export { default as UndoIcon } from '../icons/undo';
|
|
2689
2691
|
// UnfoldHorizontal aliases
|
|
2690
2692
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2691
2693
|
// UnfoldVertical aliases
|
|
2692
2694
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2693
|
-
// Ungroup aliases
|
|
2694
|
-
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2695
2695
|
// Unlink2 aliases
|
|
2696
2696
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2697
|
+
// Ungroup aliases
|
|
2698
|
+
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2697
2699
|
// Unlink aliases
|
|
2698
2700
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2699
2701
|
// Unplug aliases
|
|
@@ -2704,58 +2706,58 @@ export { default as UploadIcon } from '../icons/upload';
|
|
|
2704
2706
|
export { default as UsbIcon } from '../icons/usb';
|
|
2705
2707
|
// UserCheck aliases
|
|
2706
2708
|
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2707
|
-
// UserCog aliases
|
|
2708
|
-
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2709
|
-
// UserLock aliases
|
|
2710
|
-
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2711
2709
|
// UserMinus aliases
|
|
2712
2710
|
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2711
|
+
// UserCog aliases
|
|
2712
|
+
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2713
2713
|
// UserPen aliases
|
|
2714
2714
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2715
|
+
// UserLock aliases
|
|
2716
|
+
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2715
2717
|
// UserPlus aliases
|
|
2716
2718
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2717
2719
|
// UserRoundPen aliases
|
|
2718
2720
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2719
|
-
// UserStar aliases
|
|
2720
|
-
export { default as UserStarIcon } from '../icons/user-star';
|
|
2721
|
-
// UserSearch aliases
|
|
2722
|
-
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2723
2721
|
// UserRoundSearch aliases
|
|
2724
2722
|
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2723
|
+
// UserSearch aliases
|
|
2724
|
+
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2725
|
+
// UserStar aliases
|
|
2726
|
+
export { default as UserStarIcon } from '../icons/user-star';
|
|
2725
2727
|
// UserX aliases
|
|
2726
2728
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2727
2729
|
// User aliases
|
|
2728
2730
|
export { default as UserIcon } from '../icons/user';
|
|
2729
2731
|
// Users aliases
|
|
2730
2732
|
export { default as UsersIcon } from '../icons/users';
|
|
2731
|
-
// UtilityPole aliases
|
|
2732
|
-
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2733
|
-
// Van aliases
|
|
2734
|
-
export { default as VanIcon } from '../icons/van';
|
|
2735
2733
|
// Variable aliases
|
|
2736
2734
|
export { default as VariableIcon } from '../icons/variable';
|
|
2735
|
+
// Van aliases
|
|
2736
|
+
export { default as VanIcon } from '../icons/van';
|
|
2737
|
+
// UtilityPole aliases
|
|
2738
|
+
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2737
2739
|
// Vault aliases
|
|
2738
2740
|
export { default as VaultIcon } from '../icons/vault';
|
|
2739
2741
|
// VectorSquare aliases
|
|
2740
2742
|
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2741
2743
|
// Vegan aliases
|
|
2742
2744
|
export { default as VeganIcon } from '../icons/vegan';
|
|
2743
|
-
// VenetianMask aliases
|
|
2744
|
-
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2745
2745
|
// VenusAndMars aliases
|
|
2746
2746
|
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2747
|
+
// VenetianMask aliases
|
|
2748
|
+
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2747
2749
|
// Venus aliases
|
|
2748
2750
|
export { default as VenusIcon } from '../icons/venus';
|
|
2749
2751
|
// VibrateOff aliases
|
|
2750
2752
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2751
2753
|
// Vibrate aliases
|
|
2752
2754
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2753
|
-
// Video aliases
|
|
2754
|
-
export { default as VideoIcon } from '../icons/video';
|
|
2755
|
-
// Videotape aliases
|
|
2756
|
-
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2757
2755
|
// VideoOff aliases
|
|
2758
2756
|
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2757
|
+
// Videotape aliases
|
|
2758
|
+
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2759
|
+
// Video aliases
|
|
2760
|
+
export { default as VideoIcon } from '../icons/video';
|
|
2759
2761
|
// View aliases
|
|
2760
2762
|
export { default as ViewIcon } from '../icons/view';
|
|
2761
2763
|
// Voicemail aliases
|
|
@@ -2792,10 +2794,10 @@ export { default as WatchIcon } from '../icons/watch';
|
|
|
2792
2794
|
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
2793
2795
|
// WavesArrowUp aliases
|
|
2794
2796
|
export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
2795
|
-
// WavesLadder aliases
|
|
2796
|
-
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2797
2797
|
// Waves aliases
|
|
2798
2798
|
export { default as WavesIcon } from '../icons/waves';
|
|
2799
|
+
// WavesLadder aliases
|
|
2800
|
+
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2799
2801
|
// Waypoints aliases
|
|
2800
2802
|
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2801
2803
|
// Webcam aliases
|
|
@@ -2820,6 +2822,8 @@ export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
|
2820
2822
|
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2821
2823
|
// WifiLow aliases
|
|
2822
2824
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2825
|
+
// WifiPen aliases
|
|
2826
|
+
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2823
2827
|
// WifiOff aliases
|
|
2824
2828
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2825
2829
|
// WifiSync aliases
|
|
@@ -2828,28 +2832,26 @@ export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
|
2828
2832
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2829
2833
|
// WifiZero aliases
|
|
2830
2834
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2831
|
-
// WifiPen aliases
|
|
2832
|
-
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2833
2835
|
// WindArrowDown aliases
|
|
2834
2836
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2835
|
-
// WineOff aliases
|
|
2836
|
-
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2837
2837
|
// Wind aliases
|
|
2838
2838
|
export { default as WindIcon } from '../icons/wind';
|
|
2839
2839
|
// Wine aliases
|
|
2840
2840
|
export { default as WineIcon } from '../icons/wine';
|
|
2841
|
+
// WineOff aliases
|
|
2842
|
+
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2843
|
+
// Workflow aliases
|
|
2844
|
+
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2841
2845
|
// Worm aliases
|
|
2842
2846
|
export { default as WormIcon } from '../icons/worm';
|
|
2843
2847
|
// Wrench aliases
|
|
2844
2848
|
export { default as WrenchIcon } from '../icons/wrench';
|
|
2845
|
-
// Workflow aliases
|
|
2846
|
-
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2847
2849
|
// X aliases
|
|
2848
2850
|
export { default as XIcon } from '../icons/x';
|
|
2849
|
-
// ZapOff aliases
|
|
2850
|
-
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2851
2851
|
// Youtube aliases
|
|
2852
2852
|
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2853
|
+
// ZapOff aliases
|
|
2854
|
+
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2853
2855
|
// Zap aliases
|
|
2854
2856
|
export { default as ZapIcon } from '../icons/zap';
|
|
2855
2857
|
// ZoomIn aliases
|
|
@@ -2918,36 +2920,36 @@ export {
|
|
|
2918
2920
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. This alias will be removed in v1.0 */
|
|
2919
2921
|
default as ArrowUpZaIcon
|
|
2920
2922
|
} from '../icons/arrow-up-z-a';
|
|
2921
|
-
// Axis3d aliases
|
|
2922
|
-
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2923
|
-
export {
|
|
2924
|
-
/** @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 */
|
|
2925
|
-
default as Axis3DIcon
|
|
2926
|
-
} from '../icons/axis-3d';
|
|
2927
2923
|
// BadgeCheck aliases
|
|
2928
2924
|
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2929
2925
|
export {
|
|
2930
2926
|
/** @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 */
|
|
2931
2927
|
default as VerifiedIcon
|
|
2932
2928
|
} from '../icons/badge-check';
|
|
2929
|
+
// Axis3d aliases
|
|
2930
|
+
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2931
|
+
export {
|
|
2932
|
+
/** @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 */
|
|
2933
|
+
default as Axis3DIcon
|
|
2934
|
+
} from '../icons/axis-3d';
|
|
2933
2935
|
// BadgeQuestionMark aliases
|
|
2934
2936
|
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
2935
2937
|
export {
|
|
2936
2938
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. This alias will be removed in v1.0 */
|
|
2937
2939
|
default as BadgeHelpIcon
|
|
2938
2940
|
} from '../icons/badge-question-mark';
|
|
2939
|
-
// BetweenHorizontalEnd aliases
|
|
2940
|
-
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
2941
|
-
export {
|
|
2942
|
-
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
2943
|
-
default as BetweenHorizonalEndIcon
|
|
2944
|
-
} from '../icons/between-horizontal-end';
|
|
2945
2941
|
// BetweenHorizontalStart aliases
|
|
2946
2942
|
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
2947
2943
|
export {
|
|
2948
2944
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
2949
2945
|
default as BetweenHorizonalStartIcon
|
|
2950
2946
|
} from '../icons/between-horizontal-start';
|
|
2947
|
+
// BetweenHorizontalEnd aliases
|
|
2948
|
+
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
2949
|
+
export {
|
|
2950
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
2951
|
+
default as BetweenHorizonalEndIcon
|
|
2952
|
+
} from '../icons/between-horizontal-end';
|
|
2951
2953
|
// BookDashed aliases
|
|
2952
2954
|
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2953
2955
|
export {
|
|
@@ -2960,36 +2962,36 @@ export {
|
|
|
2960
2962
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. This alias will be removed in v1.0 */
|
|
2961
2963
|
default as CurlyBracesIcon
|
|
2962
2964
|
} from '../icons/braces';
|
|
2963
|
-
// Captions aliases
|
|
2964
|
-
export { default as CaptionsIcon } from '../icons/captions';
|
|
2965
|
-
export {
|
|
2966
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. This alias will be removed in v1.0 */
|
|
2967
|
-
default as SubtitlesIcon
|
|
2968
|
-
} from '../icons/captions';
|
|
2969
2965
|
// ChartArea aliases
|
|
2970
2966
|
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
2971
2967
|
export {
|
|
2972
2968
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. This alias will be removed in v1.0 */
|
|
2973
2969
|
default as AreaChartIcon
|
|
2974
2970
|
} from '../icons/chart-area';
|
|
2971
|
+
// Captions aliases
|
|
2972
|
+
export { default as CaptionsIcon } from '../icons/captions';
|
|
2973
|
+
export {
|
|
2974
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. This alias will be removed in v1.0 */
|
|
2975
|
+
default as SubtitlesIcon
|
|
2976
|
+
} from '../icons/captions';
|
|
2975
2977
|
// ChartBarBig aliases
|
|
2976
2978
|
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
2977
2979
|
export {
|
|
2978
2980
|
/** @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 */
|
|
2979
2981
|
default as BarChartHorizontalBigIcon
|
|
2980
2982
|
} from '../icons/chart-bar-big';
|
|
2981
|
-
// ChartBar aliases
|
|
2982
|
-
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
2983
|
-
export {
|
|
2984
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. This alias will be removed in v1.0 */
|
|
2985
|
-
default as BarChartHorizontalIcon
|
|
2986
|
-
} from '../icons/chart-bar';
|
|
2987
2983
|
// ChartCandlestick aliases
|
|
2988
2984
|
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
2989
2985
|
export {
|
|
2990
2986
|
/** @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 */
|
|
2991
2987
|
default as CandlestickChartIcon
|
|
2992
2988
|
} from '../icons/chart-candlestick';
|
|
2989
|
+
// ChartBar aliases
|
|
2990
|
+
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
2991
|
+
export {
|
|
2992
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. This alias will be removed in v1.0 */
|
|
2993
|
+
default as BarChartHorizontalIcon
|
|
2994
|
+
} from '../icons/chart-bar';
|
|
2993
2995
|
// ChartColumnBig aliases
|
|
2994
2996
|
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
2995
2997
|
export {
|
|
@@ -3032,30 +3034,30 @@ export {
|
|
|
3032
3034
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. This alias will be removed in v1.0 */
|
|
3033
3035
|
default as GanttChartIcon
|
|
3034
3036
|
} from '../icons/chart-no-axes-gantt';
|
|
3037
|
+
// ChartPie aliases
|
|
3038
|
+
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
3039
|
+
export {
|
|
3040
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. This alias will be removed in v1.0 */
|
|
3041
|
+
default as PieChartIcon
|
|
3042
|
+
} from '../icons/chart-pie';
|
|
3043
|
+
// Chromium aliases
|
|
3044
|
+
export { default as ChromiumIcon } from '../icons/chromium';
|
|
3045
|
+
export {
|
|
3046
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Chromium} instead. This alias will be removed in v1.0 */
|
|
3047
|
+
default as ChromeIcon
|
|
3048
|
+
} from '../icons/chromium';
|
|
3035
3049
|
// ChartScatter aliases
|
|
3036
3050
|
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3037
3051
|
export {
|
|
3038
3052
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. This alias will be removed in v1.0 */
|
|
3039
3053
|
default as ScatterChartIcon
|
|
3040
3054
|
} from '../icons/chart-scatter';
|
|
3041
|
-
// ChartPie aliases
|
|
3042
|
-
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
3043
|
-
export {
|
|
3044
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. This alias will be removed in v1.0 */
|
|
3045
|
-
default as PieChartIcon
|
|
3046
|
-
} from '../icons/chart-pie';
|
|
3047
3055
|
// CircleAlert aliases
|
|
3048
3056
|
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3049
3057
|
export {
|
|
3050
3058
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. This alias will be removed in v1.0 */
|
|
3051
3059
|
default as AlertCircleIcon
|
|
3052
3060
|
} from '../icons/circle-alert';
|
|
3053
|
-
// Chromium aliases
|
|
3054
|
-
export { default as ChromiumIcon } from '../icons/chromium';
|
|
3055
|
-
export {
|
|
3056
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Chromium} instead. This alias will be removed in v1.0 */
|
|
3057
|
-
default as ChromeIcon
|
|
3058
|
-
} from '../icons/chromium';
|
|
3059
3061
|
// CircleArrowDown aliases
|
|
3060
3062
|
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
3061
3063
|
export {
|
|
@@ -3104,18 +3106,18 @@ export {
|
|
|
3104
3106
|
/** @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 */
|
|
3105
3107
|
default as ArrowUpCircleIcon
|
|
3106
3108
|
} from '../icons/circle-arrow-up';
|
|
3107
|
-
// CircleCheck aliases
|
|
3108
|
-
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3109
|
-
export {
|
|
3110
|
-
/** @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 */
|
|
3111
|
-
default as CheckCircle2Icon
|
|
3112
|
-
} from '../icons/circle-check';
|
|
3113
3109
|
// CircleCheckBig aliases
|
|
3114
3110
|
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3115
3111
|
export {
|
|
3116
3112
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. This alias will be removed in v1.0 */
|
|
3117
3113
|
default as CheckCircleIcon
|
|
3118
3114
|
} from '../icons/circle-check-big';
|
|
3115
|
+
// CircleCheck aliases
|
|
3116
|
+
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3117
|
+
export {
|
|
3118
|
+
/** @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 */
|
|
3119
|
+
default as CheckCircle2Icon
|
|
3120
|
+
} from '../icons/circle-check';
|
|
3119
3121
|
// CircleChevronDown aliases
|
|
3120
3122
|
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3121
3123
|
export {
|
|
@@ -3146,12 +3148,6 @@ export {
|
|
|
3146
3148
|
/** @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 */
|
|
3147
3149
|
default as DivideCircleIcon
|
|
3148
3150
|
} from '../icons/circle-divide';
|
|
3149
|
-
// CircleParkingOff aliases
|
|
3150
|
-
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3151
|
-
export {
|
|
3152
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. This alias will be removed in v1.0 */
|
|
3153
|
-
default as ParkingCircleOffIcon
|
|
3154
|
-
} from '../icons/circle-parking-off';
|
|
3155
3151
|
// CircleGauge aliases
|
|
3156
3152
|
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3157
3153
|
export {
|
|
@@ -3164,40 +3160,36 @@ export {
|
|
|
3164
3160
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. This alias will be removed in v1.0 */
|
|
3165
3161
|
default as MinusCircleIcon
|
|
3166
3162
|
} from '../icons/circle-minus';
|
|
3167
|
-
//
|
|
3168
|
-
export { default as
|
|
3169
|
-
export {
|
|
3170
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. This alias will be removed in v1.0 */
|
|
3171
|
-
default as PauseCircleIcon
|
|
3172
|
-
} from '../icons/circle-pause';
|
|
3173
|
-
// CirclePercent aliases
|
|
3174
|
-
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3163
|
+
// CircleParkingOff aliases
|
|
3164
|
+
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3175
3165
|
export {
|
|
3176
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3177
|
-
default as
|
|
3178
|
-
} from '../icons/circle-
|
|
3166
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. This alias will be removed in v1.0 */
|
|
3167
|
+
default as ParkingCircleOffIcon
|
|
3168
|
+
} from '../icons/circle-parking-off';
|
|
3179
3169
|
// CircleParking aliases
|
|
3180
3170
|
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3181
3171
|
export {
|
|
3182
3172
|
/** @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 */
|
|
3183
3173
|
default as ParkingCircleIcon
|
|
3184
3174
|
} from '../icons/circle-parking';
|
|
3175
|
+
// CirclePercent aliases
|
|
3176
|
+
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3177
|
+
export {
|
|
3178
|
+
/** @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 */
|
|
3179
|
+
default as PercentCircleIcon
|
|
3180
|
+
} from '../icons/circle-percent';
|
|
3185
3181
|
// CirclePlay aliases
|
|
3186
3182
|
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3187
3183
|
export {
|
|
3188
3184
|
/** @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 */
|
|
3189
3185
|
default as PlayCircleIcon
|
|
3190
3186
|
} from '../icons/circle-play';
|
|
3191
|
-
//
|
|
3192
|
-
export { default as
|
|
3193
|
-
export {
|
|
3194
|
-
/** @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 */
|
|
3195
|
-
default as HelpCircleIcon
|
|
3196
|
-
} from '../icons/circle-question-mark';
|
|
3187
|
+
// CirclePause aliases
|
|
3188
|
+
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3197
3189
|
export {
|
|
3198
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3199
|
-
default as
|
|
3200
|
-
} from '../icons/circle-
|
|
3190
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. This alias will be removed in v1.0 */
|
|
3191
|
+
default as PauseCircleIcon
|
|
3192
|
+
} from '../icons/circle-pause';
|
|
3201
3193
|
// CirclePlus aliases
|
|
3202
3194
|
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3203
3195
|
export {
|
|
@@ -3210,6 +3202,16 @@ export {
|
|
|
3210
3202
|
/** @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 */
|
|
3211
3203
|
default as PowerCircleIcon
|
|
3212
3204
|
} from '../icons/circle-power';
|
|
3205
|
+
// CircleQuestionMark aliases
|
|
3206
|
+
export { default as CircleQuestionMarkIcon } from '../icons/circle-question-mark';
|
|
3207
|
+
export {
|
|
3208
|
+
/** @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 */
|
|
3209
|
+
default as HelpCircleIcon
|
|
3210
|
+
} from '../icons/circle-question-mark';
|
|
3211
|
+
export {
|
|
3212
|
+
/** @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 */
|
|
3213
|
+
default as CircleHelpIcon
|
|
3214
|
+
} from '../icons/circle-question-mark';
|
|
3213
3215
|
// CircleSlash2 aliases
|
|
3214
3216
|
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3215
3217
|
export {
|
|
@@ -3264,18 +3266,18 @@ export {
|
|
|
3264
3266
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudUpload} instead. This alias will be removed in v1.0 */
|
|
3265
3267
|
default as UploadCloudIcon
|
|
3266
3268
|
} from '../icons/cloud-upload';
|
|
3267
|
-
// Columns2 aliases
|
|
3268
|
-
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3269
|
-
export {
|
|
3270
|
-
/** @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 */
|
|
3271
|
-
default as ColumnsIcon
|
|
3272
|
-
} from '../icons/columns-2';
|
|
3273
3269
|
// CodeXml aliases
|
|
3274
3270
|
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3275
3271
|
export {
|
|
3276
3272
|
/** @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 */
|
|
3277
3273
|
default as Code2Icon
|
|
3278
3274
|
} from '../icons/code-xml';
|
|
3275
|
+
// Columns2 aliases
|
|
3276
|
+
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3277
|
+
export {
|
|
3278
|
+
/** @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 */
|
|
3279
|
+
default as ColumnsIcon
|
|
3280
|
+
} from '../icons/columns-2';
|
|
3279
3281
|
// Columns3Cog aliases
|
|
3280
3282
|
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3281
3283
|
export {
|
|
@@ -3286,6 +3288,12 @@ export {
|
|
|
3286
3288
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. This alias will be removed in v1.0 */
|
|
3287
3289
|
default as TableConfigIcon
|
|
3288
3290
|
} from '../icons/columns-3-cog';
|
|
3291
|
+
// ContactRound aliases
|
|
3292
|
+
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3293
|
+
export {
|
|
3294
|
+
/** @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 */
|
|
3295
|
+
default as Contact2Icon
|
|
3296
|
+
} from '../icons/contact-round';
|
|
3289
3297
|
// Columns3 aliases
|
|
3290
3298
|
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3291
3299
|
export {
|
|
@@ -3298,24 +3306,18 @@ export {
|
|
|
3298
3306
|
/** @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 */
|
|
3299
3307
|
default as PercentDiamondIcon
|
|
3300
3308
|
} from '../icons/diamond-percent';
|
|
3301
|
-
//
|
|
3302
|
-
export { default as
|
|
3309
|
+
// Earth aliases
|
|
3310
|
+
export { default as EarthIcon } from '../icons/earth';
|
|
3303
3311
|
export {
|
|
3304
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3305
|
-
default as
|
|
3306
|
-
} from '../icons/
|
|
3312
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. This alias will be removed in v1.0 */
|
|
3313
|
+
default as Globe2Icon
|
|
3314
|
+
} from '../icons/earth';
|
|
3307
3315
|
// EllipsisVertical aliases
|
|
3308
3316
|
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3309
3317
|
export {
|
|
3310
3318
|
/** @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 */
|
|
3311
3319
|
default as MoreVerticalIcon
|
|
3312
3320
|
} from '../icons/ellipsis-vertical';
|
|
3313
|
-
// Earth aliases
|
|
3314
|
-
export { default as EarthIcon } from '../icons/earth';
|
|
3315
|
-
export {
|
|
3316
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. This alias will be removed in v1.0 */
|
|
3317
|
-
default as Globe2Icon
|
|
3318
|
-
} from '../icons/earth';
|
|
3319
3321
|
// Ellipsis aliases
|
|
3320
3322
|
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3321
3323
|
export {
|
|
@@ -3334,30 +3336,24 @@ export {
|
|
|
3334
3336
|
/** @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 */
|
|
3335
3337
|
default as FileBadge2Icon
|
|
3336
3338
|
} from '../icons/file-badge';
|
|
3337
|
-
// FileBraces aliases
|
|
3338
|
-
export { default as FileBracesIcon } from '../icons/file-braces';
|
|
3339
|
-
export {
|
|
3340
|
-
/** @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 */
|
|
3341
|
-
default as FileJsonIcon
|
|
3342
|
-
} from '../icons/file-braces';
|
|
3343
3339
|
// FileBracesCorner aliases
|
|
3344
3340
|
export { default as FileBracesCornerIcon } from '../icons/file-braces-corner';
|
|
3345
3341
|
export {
|
|
3346
3342
|
/** @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 */
|
|
3347
3343
|
default as FileJson2Icon
|
|
3348
3344
|
} from '../icons/file-braces-corner';
|
|
3345
|
+
// FileBraces aliases
|
|
3346
|
+
export { default as FileBracesIcon } from '../icons/file-braces';
|
|
3347
|
+
export {
|
|
3348
|
+
/** @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 */
|
|
3349
|
+
default as FileJsonIcon
|
|
3350
|
+
} from '../icons/file-braces';
|
|
3349
3351
|
// FileChartColumnIncreasing aliases
|
|
3350
3352
|
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3351
3353
|
export {
|
|
3352
3354
|
/** @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 */
|
|
3353
3355
|
default as FileBarChartIcon
|
|
3354
3356
|
} from '../icons/file-chart-column-increasing';
|
|
3355
|
-
// FileChartLine aliases
|
|
3356
|
-
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3357
|
-
export {
|
|
3358
|
-
/** @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 */
|
|
3359
|
-
default as FileLineChartIcon
|
|
3360
|
-
} from '../icons/file-chart-line';
|
|
3361
3357
|
// FileChartColumn aliases
|
|
3362
3358
|
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3363
3359
|
export {
|
|
@@ -3370,18 +3366,24 @@ export {
|
|
|
3370
3366
|
/** @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 */
|
|
3371
3367
|
default as FilePieChartIcon
|
|
3372
3368
|
} from '../icons/file-chart-pie';
|
|
3373
|
-
//
|
|
3374
|
-
export { default as
|
|
3369
|
+
// FileChartLine aliases
|
|
3370
|
+
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3375
3371
|
export {
|
|
3376
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3377
|
-
default as
|
|
3378
|
-
} from '../icons/file-
|
|
3372
|
+
/** @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 */
|
|
3373
|
+
default as FileLineChartIcon
|
|
3374
|
+
} from '../icons/file-chart-line';
|
|
3379
3375
|
// FileCodeCorner aliases
|
|
3380
3376
|
export { default as FileCodeCornerIcon } from '../icons/file-code-corner';
|
|
3381
3377
|
export {
|
|
3382
3378
|
/** @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 */
|
|
3383
3379
|
default as FileCode2Icon
|
|
3384
3380
|
} from '../icons/file-code-corner';
|
|
3381
|
+
// FileCheckCorner aliases
|
|
3382
|
+
export { default as FileCheckCornerIcon } from '../icons/file-check-corner';
|
|
3383
|
+
export {
|
|
3384
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead. This alias will be removed in v1.0 */
|
|
3385
|
+
default as FileCheck2Icon
|
|
3386
|
+
} from '../icons/file-check-corner';
|
|
3385
3387
|
// FileCog aliases
|
|
3386
3388
|
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3387
3389
|
export {
|
|
@@ -3394,6 +3396,12 @@ export {
|
|
|
3394
3396
|
/** @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 */
|
|
3395
3397
|
default as FileWarningIcon
|
|
3396
3398
|
} from '../icons/file-exclamation-point';
|
|
3399
|
+
// FileKey aliases
|
|
3400
|
+
export { default as FileKeyIcon } from '../icons/file-key';
|
|
3401
|
+
export {
|
|
3402
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. This alias will be removed in v1.0 */
|
|
3403
|
+
default as FileKey2Icon
|
|
3404
|
+
} from '../icons/file-key';
|
|
3397
3405
|
// FileHeadphone aliases
|
|
3398
3406
|
export { default as FileHeadphoneIcon } from '../icons/file-headphone';
|
|
3399
3407
|
export {
|
|
@@ -3404,12 +3412,6 @@ export {
|
|
|
3404
3412
|
/** @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 */
|
|
3405
3413
|
default as FileAudio2Icon
|
|
3406
3414
|
} from '../icons/file-headphone';
|
|
3407
|
-
// FileKey aliases
|
|
3408
|
-
export { default as FileKeyIcon } from '../icons/file-key';
|
|
3409
|
-
export {
|
|
3410
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. This alias will be removed in v1.0 */
|
|
3411
|
-
default as FileKey2Icon
|
|
3412
|
-
} from '../icons/file-key';
|
|
3413
3415
|
// FileLock aliases
|
|
3414
3416
|
export { default as FileLockIcon } from '../icons/file-lock';
|
|
3415
3417
|
export {
|
|
@@ -3434,18 +3436,18 @@ export {
|
|
|
3434
3436
|
/** @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 */
|
|
3435
3437
|
default as FileEditIcon
|
|
3436
3438
|
} from '../icons/file-pen';
|
|
3437
|
-
// FilePlay aliases
|
|
3438
|
-
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3439
|
-
export {
|
|
3440
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. This alias will be removed in v1.0 */
|
|
3441
|
-
default as FileVideoIcon
|
|
3442
|
-
} from '../icons/file-play';
|
|
3443
3439
|
// FilePlusCorner aliases
|
|
3444
3440
|
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3445
3441
|
export {
|
|
3446
3442
|
/** @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 */
|
|
3447
3443
|
default as FilePlus2Icon
|
|
3448
3444
|
} from '../icons/file-plus-corner';
|
|
3445
|
+
// FilePlay aliases
|
|
3446
|
+
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3447
|
+
export {
|
|
3448
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. This alias will be removed in v1.0 */
|
|
3449
|
+
default as FileVideoIcon
|
|
3450
|
+
} from '../icons/file-play';
|
|
3449
3451
|
// FileQuestionMark aliases
|
|
3450
3452
|
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3451
3453
|
export {
|
|
@@ -3464,18 +3466,18 @@ export {
|
|
|
3464
3466
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. This alias will be removed in v1.0 */
|
|
3465
3467
|
default as FileVolume2Icon
|
|
3466
3468
|
} from '../icons/file-signal';
|
|
3467
|
-
// FileVideoCamera aliases
|
|
3468
|
-
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3469
|
-
export {
|
|
3470
|
-
/** @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 */
|
|
3471
|
-
default as FileVideo2Icon
|
|
3472
|
-
} from '../icons/file-video-camera';
|
|
3473
3469
|
// FileTypeCorner aliases
|
|
3474
3470
|
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3475
3471
|
export {
|
|
3476
3472
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. This alias will be removed in v1.0 */
|
|
3477
3473
|
default as FileType2Icon
|
|
3478
3474
|
} from '../icons/file-type-corner';
|
|
3475
|
+
// FileVideoCamera aliases
|
|
3476
|
+
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3477
|
+
export {
|
|
3478
|
+
/** @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 */
|
|
3479
|
+
default as FileVideo2Icon
|
|
3480
|
+
} from '../icons/file-video-camera';
|
|
3479
3481
|
// FileXCorner aliases
|
|
3480
3482
|
export { default as FileXCornerIcon } from '../icons/file-x-corner';
|
|
3481
3483
|
export {
|
|
@@ -3500,18 +3502,18 @@ export {
|
|
|
3500
3502
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. This alias will be removed in v1.0 */
|
|
3501
3503
|
default as FolderEditIcon
|
|
3502
3504
|
} from '../icons/folder-pen';
|
|
3503
|
-
// Funnel aliases
|
|
3504
|
-
export { default as FunnelIcon } from '../icons/funnel';
|
|
3505
|
-
export {
|
|
3506
|
-
/** @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 */
|
|
3507
|
-
default as FilterIcon
|
|
3508
|
-
} from '../icons/funnel';
|
|
3509
3505
|
// FunnelX aliases
|
|
3510
3506
|
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3511
3507
|
export {
|
|
3512
3508
|
/** @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 */
|
|
3513
3509
|
default as FilterXIcon
|
|
3514
3510
|
} from '../icons/funnel-x';
|
|
3511
|
+
// Funnel aliases
|
|
3512
|
+
export { default as FunnelIcon } from '../icons/funnel';
|
|
3513
|
+
export {
|
|
3514
|
+
/** @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 */
|
|
3515
|
+
default as FilterIcon
|
|
3516
|
+
} from '../icons/funnel';
|
|
3515
3517
|
// GitCommitHorizontal aliases
|
|
3516
3518
|
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3517
3519
|
export {
|
|
@@ -3542,6 +3544,12 @@ export {
|
|
|
3542
3544
|
/** @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 */
|
|
3543
3545
|
default as Grid2X2Icon
|
|
3544
3546
|
} from '../icons/grid-2x2';
|
|
3547
|
+
// HandGrab aliases
|
|
3548
|
+
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3549
|
+
export {
|
|
3550
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. This alias will be removed in v1.0 */
|
|
3551
|
+
default as GrabIcon
|
|
3552
|
+
} from '../icons/hand-grab';
|
|
3545
3553
|
// Grid3x3 aliases
|
|
3546
3554
|
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3547
3555
|
export {
|
|
@@ -3552,12 +3560,12 @@ export {
|
|
|
3552
3560
|
/** @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 */
|
|
3553
3561
|
default as Grid3X3Icon
|
|
3554
3562
|
} from '../icons/grid-3x3';
|
|
3555
|
-
//
|
|
3556
|
-
export { default as
|
|
3563
|
+
// IceCreamBowl aliases
|
|
3564
|
+
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3557
3565
|
export {
|
|
3558
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3559
|
-
default as
|
|
3560
|
-
} from '../icons/
|
|
3566
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. This alias will be removed in v1.0 */
|
|
3567
|
+
default as IceCream2Icon
|
|
3568
|
+
} from '../icons/ice-cream-bowl';
|
|
3561
3569
|
// HandHelping aliases
|
|
3562
3570
|
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3563
3571
|
export {
|
|
@@ -3570,12 +3578,6 @@ export {
|
|
|
3570
3578
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. This alias will be removed in v1.0 */
|
|
3571
3579
|
default as HomeIcon
|
|
3572
3580
|
} from '../icons/house';
|
|
3573
|
-
// IceCreamBowl aliases
|
|
3574
|
-
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3575
|
-
export {
|
|
3576
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. This alias will be removed in v1.0 */
|
|
3577
|
-
default as IceCream2Icon
|
|
3578
|
-
} from '../icons/ice-cream-bowl';
|
|
3579
3581
|
// IceCreamCone aliases
|
|
3580
3582
|
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3581
3583
|
export {
|
|
@@ -3588,12 +3590,6 @@ export {
|
|
|
3588
3590
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. This alias will be removed in v1.0 */
|
|
3589
3591
|
default as Laptop2Icon
|
|
3590
3592
|
} from '../icons/laptop-minimal';
|
|
3591
|
-
// Layers aliases
|
|
3592
|
-
export { default as LayersIcon } from '../icons/layers';
|
|
3593
|
-
export {
|
|
3594
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. This alias will be removed in v1.0 */
|
|
3595
|
-
default as Layers3Icon
|
|
3596
|
-
} from '../icons/layers';
|
|
3597
3593
|
// ListIndentDecrease aliases
|
|
3598
3594
|
export { default as ListIndentDecreaseIcon } from '../icons/list-indent-decrease';
|
|
3599
3595
|
export {
|
|
@@ -3614,18 +3610,24 @@ export {
|
|
|
3614
3610
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
|
|
3615
3611
|
default as IndentIncreaseIcon
|
|
3616
3612
|
} from '../icons/list-indent-increase';
|
|
3617
|
-
//
|
|
3618
|
-
export { default as
|
|
3613
|
+
// Layers aliases
|
|
3614
|
+
export { default as LayersIcon } from '../icons/layers';
|
|
3619
3615
|
export {
|
|
3620
|
-
/** @deprecated The
|
|
3621
|
-
default as
|
|
3622
|
-
} from '../icons/
|
|
3616
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. This alias will be removed in v1.0 */
|
|
3617
|
+
default as Layers3Icon
|
|
3618
|
+
} from '../icons/layers';
|
|
3623
3619
|
// LoaderCircle aliases
|
|
3624
3620
|
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3625
3621
|
export {
|
|
3626
3622
|
/** @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 */
|
|
3627
3623
|
default as Loader2Icon
|
|
3628
3624
|
} from '../icons/loader-circle';
|
|
3625
|
+
// LockKeyholeOpen aliases
|
|
3626
|
+
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3627
|
+
export {
|
|
3628
|
+
/** @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 */
|
|
3629
|
+
default as UnlockKeyholeIcon
|
|
3630
|
+
} from '../icons/lock-keyhole-open';
|
|
3629
3631
|
// LockOpen aliases
|
|
3630
3632
|
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3631
3633
|
export {
|
|
@@ -3686,36 +3688,42 @@ export {
|
|
|
3686
3688
|
/** @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 */
|
|
3687
3689
|
default as Paintbrush2Icon
|
|
3688
3690
|
} from '../icons/paintbrush-vertical';
|
|
3689
|
-
// PanelBottomDashed aliases
|
|
3690
|
-
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3691
|
-
export {
|
|
3692
|
-
/** @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 */
|
|
3693
|
-
default as PanelBottomInactiveIcon
|
|
3694
|
-
} from '../icons/panel-bottom-dashed';
|
|
3695
3691
|
// PanelLeftClose aliases
|
|
3696
3692
|
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3697
3693
|
export {
|
|
3698
3694
|
/** @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 */
|
|
3699
3695
|
default as SidebarCloseIcon
|
|
3700
3696
|
} from '../icons/panel-left-close';
|
|
3697
|
+
// PanelBottomDashed aliases
|
|
3698
|
+
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3699
|
+
export {
|
|
3700
|
+
/** @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 */
|
|
3701
|
+
default as PanelBottomInactiveIcon
|
|
3702
|
+
} from '../icons/panel-bottom-dashed';
|
|
3701
3703
|
// PanelLeftDashed aliases
|
|
3702
3704
|
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3703
3705
|
export {
|
|
3704
3706
|
/** @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 */
|
|
3705
3707
|
default as PanelLeftInactiveIcon
|
|
3706
3708
|
} from '../icons/panel-left-dashed';
|
|
3709
|
+
// PanelLeftOpen aliases
|
|
3710
|
+
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3711
|
+
export {
|
|
3712
|
+
/** @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 */
|
|
3713
|
+
default as SidebarOpenIcon
|
|
3714
|
+
} from '../icons/panel-left-open';
|
|
3707
3715
|
// PanelLeft aliases
|
|
3708
3716
|
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3709
3717
|
export {
|
|
3710
3718
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. This alias will be removed in v1.0 */
|
|
3711
3719
|
default as SidebarIcon
|
|
3712
3720
|
} from '../icons/panel-left';
|
|
3713
|
-
//
|
|
3714
|
-
export { default as
|
|
3721
|
+
// PanelRightDashed aliases
|
|
3722
|
+
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3715
3723
|
export {
|
|
3716
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3717
|
-
default as
|
|
3718
|
-
} from '../icons/panel-
|
|
3724
|
+
/** @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 */
|
|
3725
|
+
default as PanelRightInactiveIcon
|
|
3726
|
+
} from '../icons/panel-right-dashed';
|
|
3719
3727
|
// PanelTopDashed aliases
|
|
3720
3728
|
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3721
3729
|
export {
|
|
@@ -3728,24 +3736,18 @@ export {
|
|
|
3728
3736
|
/** @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 */
|
|
3729
3737
|
default as LayoutIcon
|
|
3730
3738
|
} from '../icons/panels-top-left';
|
|
3731
|
-
//
|
|
3732
|
-
export { default as
|
|
3739
|
+
// Pen aliases
|
|
3740
|
+
export { default as PenIcon } from '../icons/pen';
|
|
3733
3741
|
export {
|
|
3734
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3735
|
-
default as
|
|
3736
|
-
} from '../icons/
|
|
3742
|
+
/** @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 */
|
|
3743
|
+
default as Edit2Icon
|
|
3744
|
+
} from '../icons/pen';
|
|
3737
3745
|
// PenLine aliases
|
|
3738
3746
|
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3739
3747
|
export {
|
|
3740
3748
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
|
|
3741
3749
|
default as Edit3Icon
|
|
3742
3750
|
} from '../icons/pen-line';
|
|
3743
|
-
// Pen aliases
|
|
3744
|
-
export { default as PenIcon } from '../icons/pen';
|
|
3745
|
-
export {
|
|
3746
|
-
/** @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 */
|
|
3747
|
-
default as Edit2Icon
|
|
3748
|
-
} from '../icons/pen';
|
|
3749
3751
|
// PlugZap aliases
|
|
3750
3752
|
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3751
3753
|
export {
|
|
@@ -3782,30 +3784,30 @@ export {
|
|
|
3782
3784
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. This alias will be removed in v1.0 */
|
|
3783
3785
|
default as Scale3DIcon
|
|
3784
3786
|
} from '../icons/scale-3d';
|
|
3785
|
-
// ShieldQuestionMark aliases
|
|
3786
|
-
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
3787
|
-
export {
|
|
3788
|
-
/** @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 */
|
|
3789
|
-
default as ShieldQuestionIcon
|
|
3790
|
-
} from '../icons/shield-question-mark';
|
|
3791
3787
|
// SendHorizontal aliases
|
|
3792
3788
|
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3793
3789
|
export {
|
|
3794
3790
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3795
3791
|
default as SendHorizonalIcon
|
|
3796
3792
|
} from '../icons/send-horizontal';
|
|
3797
|
-
//
|
|
3798
|
-
export { default as
|
|
3793
|
+
// ShieldQuestionMark aliases
|
|
3794
|
+
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
3799
3795
|
export {
|
|
3800
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3801
|
-
default as
|
|
3802
|
-
} from '../icons/
|
|
3796
|
+
/** @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 */
|
|
3797
|
+
default as ShieldQuestionIcon
|
|
3798
|
+
} from '../icons/shield-question-mark';
|
|
3803
3799
|
// ShieldX aliases
|
|
3804
3800
|
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3805
3801
|
export {
|
|
3806
3802
|
/** @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 */
|
|
3807
3803
|
default as ShieldCloseIcon
|
|
3808
3804
|
} from '../icons/shield-x';
|
|
3805
|
+
// SlidersVertical aliases
|
|
3806
|
+
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3807
|
+
export {
|
|
3808
|
+
/** @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 */
|
|
3809
|
+
default as SlidersIcon
|
|
3810
|
+
} from '../icons/sliders-vertical';
|
|
3809
3811
|
// Sparkles aliases
|
|
3810
3812
|
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3811
3813
|
export {
|
|
@@ -3824,6 +3826,12 @@ export {
|
|
|
3824
3826
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. This alias will be removed in v1.0 */
|
|
3825
3827
|
default as ArrowDownLeftSquareIcon
|
|
3826
3828
|
} from '../icons/square-arrow-down-left';
|
|
3829
|
+
// SquareArrowDown aliases
|
|
3830
|
+
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3831
|
+
export {
|
|
3832
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. This alias will be removed in v1.0 */
|
|
3833
|
+
default as ArrowDownSquareIcon
|
|
3834
|
+
} from '../icons/square-arrow-down';
|
|
3827
3835
|
// SquareArrowDownRight aliases
|
|
3828
3836
|
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3829
3837
|
export {
|
|
@@ -3836,12 +3844,6 @@ export {
|
|
|
3836
3844
|
/** @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 */
|
|
3837
3845
|
default as ArrowLeftSquareIcon
|
|
3838
3846
|
} from '../icons/square-arrow-left';
|
|
3839
|
-
// SquareArrowDown aliases
|
|
3840
|
-
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3841
|
-
export {
|
|
3842
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. This alias will be removed in v1.0 */
|
|
3843
|
-
default as ArrowDownSquareIcon
|
|
3844
|
-
} from '../icons/square-arrow-down';
|
|
3845
3847
|
// SquareArrowOutDownLeft aliases
|
|
3846
3848
|
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3847
3849
|
export {
|
|
@@ -3854,12 +3856,6 @@ export {
|
|
|
3854
3856
|
/** @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 */
|
|
3855
3857
|
default as ArrowUpLeftFromSquareIcon
|
|
3856
3858
|
} from '../icons/square-arrow-out-up-left';
|
|
3857
|
-
// SquareArrowOutDownRight aliases
|
|
3858
|
-
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3859
|
-
export {
|
|
3860
|
-
/** @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 */
|
|
3861
|
-
default as ArrowDownRightFromSquareIcon
|
|
3862
|
-
} from '../icons/square-arrow-out-down-right';
|
|
3863
3859
|
// SquareArrowOutUpRight aliases
|
|
3864
3860
|
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3865
3861
|
export {
|
|
@@ -3872,6 +3868,18 @@ export {
|
|
|
3872
3868
|
/** @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 */
|
|
3873
3869
|
default as ArrowRightSquareIcon
|
|
3874
3870
|
} from '../icons/square-arrow-right';
|
|
3871
|
+
// SquareArrowOutDownRight aliases
|
|
3872
|
+
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3873
|
+
export {
|
|
3874
|
+
/** @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 */
|
|
3875
|
+
default as ArrowDownRightFromSquareIcon
|
|
3876
|
+
} from '../icons/square-arrow-out-down-right';
|
|
3877
|
+
// SquareArrowUpLeft aliases
|
|
3878
|
+
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3879
|
+
export {
|
|
3880
|
+
/** @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 */
|
|
3881
|
+
default as ArrowUpLeftSquareIcon
|
|
3882
|
+
} from '../icons/square-arrow-up-left';
|
|
3875
3883
|
// SquareArrowUp aliases
|
|
3876
3884
|
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3877
3885
|
export {
|
|
@@ -3884,24 +3892,18 @@ export {
|
|
|
3884
3892
|
/** @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 */
|
|
3885
3893
|
default as ArrowUpRightSquareIcon
|
|
3886
3894
|
} from '../icons/square-arrow-up-right';
|
|
3887
|
-
// SquareBottomDashedScissors aliases
|
|
3888
|
-
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3889
|
-
export {
|
|
3890
|
-
/** @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 */
|
|
3891
|
-
default as ScissorsSquareDashedBottomIcon
|
|
3892
|
-
} from '../icons/square-bottom-dashed-scissors';
|
|
3893
|
-
// SquareArrowUpLeft aliases
|
|
3894
|
-
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3895
|
-
export {
|
|
3896
|
-
/** @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 */
|
|
3897
|
-
default as ArrowUpLeftSquareIcon
|
|
3898
|
-
} from '../icons/square-arrow-up-left';
|
|
3899
3895
|
// SquareAsterisk aliases
|
|
3900
3896
|
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3901
3897
|
export {
|
|
3902
3898
|
/** @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 */
|
|
3903
3899
|
default as AsteriskSquareIcon
|
|
3904
3900
|
} from '../icons/square-asterisk';
|
|
3901
|
+
// SquareBottomDashedScissors aliases
|
|
3902
|
+
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3903
|
+
export {
|
|
3904
|
+
/** @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 */
|
|
3905
|
+
default as ScissorsSquareDashedBottomIcon
|
|
3906
|
+
} from '../icons/square-bottom-dashed-scissors';
|
|
3905
3907
|
// SquareChartGantt aliases
|
|
3906
3908
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
3907
3909
|
export {
|
|
@@ -3930,30 +3932,30 @@ export {
|
|
|
3930
3932
|
/** @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 */
|
|
3931
3933
|
default as ChevronDownSquareIcon
|
|
3932
3934
|
} from '../icons/square-chevron-down';
|
|
3933
|
-
// SquareChevronRight aliases
|
|
3934
|
-
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
3935
|
-
export {
|
|
3936
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. This alias will be removed in v1.0 */
|
|
3937
|
-
default as ChevronRightSquareIcon
|
|
3938
|
-
} from '../icons/square-chevron-right';
|
|
3939
|
-
// SquareCode aliases
|
|
3940
|
-
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
3941
|
-
export {
|
|
3942
|
-
/** @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 */
|
|
3943
|
-
default as CodeSquareIcon
|
|
3944
|
-
} from '../icons/square-code';
|
|
3945
3935
|
// SquareChevronLeft aliases
|
|
3946
3936
|
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
3947
3937
|
export {
|
|
3948
3938
|
/** @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 */
|
|
3949
3939
|
default as ChevronLeftSquareIcon
|
|
3950
3940
|
} from '../icons/square-chevron-left';
|
|
3941
|
+
// SquareChevronRight aliases
|
|
3942
|
+
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
3943
|
+
export {
|
|
3944
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. This alias will be removed in v1.0 */
|
|
3945
|
+
default as ChevronRightSquareIcon
|
|
3946
|
+
} from '../icons/square-chevron-right';
|
|
3951
3947
|
// SquareChevronUp aliases
|
|
3952
3948
|
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
3953
3949
|
export {
|
|
3954
3950
|
/** @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 */
|
|
3955
3951
|
default as ChevronUpSquareIcon
|
|
3956
3952
|
} from '../icons/square-chevron-up';
|
|
3953
|
+
// SquareCode aliases
|
|
3954
|
+
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
3955
|
+
export {
|
|
3956
|
+
/** @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 */
|
|
3957
|
+
default as CodeSquareIcon
|
|
3958
|
+
} from '../icons/square-code';
|
|
3957
3959
|
// SquareDashedKanban aliases
|
|
3958
3960
|
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
3959
3961
|
export {
|
|
@@ -3966,42 +3968,42 @@ export {
|
|
|
3966
3968
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. This alias will be removed in v1.0 */
|
|
3967
3969
|
default as MousePointerSquareDashedIcon
|
|
3968
3970
|
} from '../icons/square-dashed-mouse-pointer';
|
|
3969
|
-
// SquareDivide aliases
|
|
3970
|
-
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
3971
|
-
export {
|
|
3972
|
-
/** @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 */
|
|
3973
|
-
default as DivideSquareIcon
|
|
3974
|
-
} from '../icons/square-divide';
|
|
3975
3971
|
// SquareDashed aliases
|
|
3976
3972
|
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
3977
3973
|
export {
|
|
3978
3974
|
/** @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 */
|
|
3979
3975
|
default as BoxSelectIcon
|
|
3980
3976
|
} from '../icons/square-dashed';
|
|
3981
|
-
// SquareDot aliases
|
|
3982
|
-
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
3983
|
-
export {
|
|
3984
|
-
/** @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 */
|
|
3985
|
-
default as DotSquareIcon
|
|
3986
|
-
} from '../icons/square-dot';
|
|
3987
3977
|
// SquareEqual aliases
|
|
3988
3978
|
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
3989
3979
|
export {
|
|
3990
3980
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. This alias will be removed in v1.0 */
|
|
3991
3981
|
default as EqualSquareIcon
|
|
3992
3982
|
} from '../icons/square-equal';
|
|
3993
|
-
//
|
|
3994
|
-
export { default as
|
|
3983
|
+
// SquareDivide aliases
|
|
3984
|
+
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
3995
3985
|
export {
|
|
3996
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3997
|
-
default as
|
|
3998
|
-
} from '../icons/square-
|
|
3986
|
+
/** @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 */
|
|
3987
|
+
default as DivideSquareIcon
|
|
3988
|
+
} from '../icons/square-divide';
|
|
3989
|
+
// SquareDot aliases
|
|
3990
|
+
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
3991
|
+
export {
|
|
3992
|
+
/** @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 */
|
|
3993
|
+
default as DotSquareIcon
|
|
3994
|
+
} from '../icons/square-dot';
|
|
3999
3995
|
// SquareFunction aliases
|
|
4000
3996
|
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
4001
3997
|
export {
|
|
4002
3998
|
/** @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 */
|
|
4003
3999
|
default as FunctionSquareIcon
|
|
4004
4000
|
} from '../icons/square-function';
|
|
4001
|
+
// SquareKanban aliases
|
|
4002
|
+
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
4003
|
+
export {
|
|
4004
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. This alias will be removed in v1.0 */
|
|
4005
|
+
default as KanbanSquareIcon
|
|
4006
|
+
} from '../icons/square-kanban';
|
|
4005
4007
|
// SquareLibrary aliases
|
|
4006
4008
|
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
4007
4009
|
export {
|
|
@@ -4044,6 +4046,18 @@ export {
|
|
|
4044
4046
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. This alias will be removed in v1.0 */
|
|
4045
4047
|
default as ParkingSquareIcon
|
|
4046
4048
|
} from '../icons/square-parking';
|
|
4049
|
+
// SquarePercent aliases
|
|
4050
|
+
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
4051
|
+
export {
|
|
4052
|
+
/** @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 */
|
|
4053
|
+
default as PercentSquareIcon
|
|
4054
|
+
} from '../icons/square-percent';
|
|
4055
|
+
// SquarePi aliases
|
|
4056
|
+
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4057
|
+
export {
|
|
4058
|
+
/** @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 */
|
|
4059
|
+
default as PiSquareIcon
|
|
4060
|
+
} from '../icons/square-pi';
|
|
4047
4061
|
// SquarePen aliases
|
|
4048
4062
|
export { default as SquarePenIcon } from '../icons/square-pen';
|
|
4049
4063
|
export {
|
|
@@ -4058,18 +4072,6 @@ export {
|
|
|
4058
4072
|
/** @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 */
|
|
4059
4073
|
default as PenSquareIcon
|
|
4060
4074
|
} from '../icons/square-pen';
|
|
4061
|
-
// SquarePercent aliases
|
|
4062
|
-
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
4063
|
-
export {
|
|
4064
|
-
/** @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 */
|
|
4065
|
-
default as PercentSquareIcon
|
|
4066
|
-
} from '../icons/square-percent';
|
|
4067
|
-
// SquarePi aliases
|
|
4068
|
-
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4069
|
-
export {
|
|
4070
|
-
/** @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 */
|
|
4071
|
-
default as PiSquareIcon
|
|
4072
|
-
} from '../icons/square-pi';
|
|
4073
4075
|
// SquarePlay aliases
|
|
4074
4076
|
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
4075
4077
|
export {
|
|
@@ -4082,18 +4084,18 @@ export {
|
|
|
4082
4084
|
/** @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 */
|
|
4083
4085
|
default as PilcrowSquareIcon
|
|
4084
4086
|
} from '../icons/square-pilcrow';
|
|
4085
|
-
// SquarePower aliases
|
|
4086
|
-
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
4087
|
-
export {
|
|
4088
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. This alias will be removed in v1.0 */
|
|
4089
|
-
default as PowerSquareIcon
|
|
4090
|
-
} from '../icons/square-power';
|
|
4091
4087
|
// SquarePlus aliases
|
|
4092
4088
|
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
4093
4089
|
export {
|
|
4094
4090
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. This alias will be removed in v1.0 */
|
|
4095
4091
|
default as PlusSquareIcon
|
|
4096
4092
|
} from '../icons/square-plus';
|
|
4093
|
+
// SquarePower aliases
|
|
4094
|
+
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
4095
|
+
export {
|
|
4096
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. This alias will be removed in v1.0 */
|
|
4097
|
+
default as PowerSquareIcon
|
|
4098
|
+
} from '../icons/square-power';
|
|
4097
4099
|
// SquareScissors aliases
|
|
4098
4100
|
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4099
4101
|
export {
|
|
@@ -4136,24 +4138,24 @@ export {
|
|
|
4136
4138
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. This alias will be removed in v1.0 */
|
|
4137
4139
|
default as UserSquare2Icon
|
|
4138
4140
|
} from '../icons/square-user-round';
|
|
4139
|
-
//
|
|
4140
|
-
export { default as
|
|
4141
|
+
// SquareX aliases
|
|
4142
|
+
export { default as SquareXIcon } from '../icons/square-x';
|
|
4141
4143
|
export {
|
|
4142
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4143
|
-
default as
|
|
4144
|
-
} from '../icons/square-
|
|
4144
|
+
/** @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 */
|
|
4145
|
+
default as XSquareIcon
|
|
4146
|
+
} from '../icons/square-x';
|
|
4145
4147
|
// TestTubeDiagonal aliases
|
|
4146
4148
|
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
4147
4149
|
export {
|
|
4148
4150
|
/** @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 */
|
|
4149
4151
|
default as TestTube2Icon
|
|
4150
4152
|
} from '../icons/test-tube-diagonal';
|
|
4151
|
-
//
|
|
4152
|
-
export { default as
|
|
4153
|
+
// SquareUser aliases
|
|
4154
|
+
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4153
4155
|
export {
|
|
4154
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4155
|
-
default as
|
|
4156
|
-
} from '../icons/square-
|
|
4156
|
+
/** @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 */
|
|
4157
|
+
default as UserSquareIcon
|
|
4158
|
+
} from '../icons/square-user';
|
|
4157
4159
|
// TextAlignCenter aliases
|
|
4158
4160
|
export { default as TextAlignCenterIcon } from '../icons/text-align-center';
|
|
4159
4161
|
export {
|
|
@@ -4172,12 +4174,6 @@ export {
|
|
|
4172
4174
|
/** @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 */
|
|
4173
4175
|
default as AlignJustifyIcon
|
|
4174
4176
|
} from '../icons/text-align-justify';
|
|
4175
|
-
// TextInitial aliases
|
|
4176
|
-
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4177
|
-
export {
|
|
4178
|
-
/** @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 */
|
|
4179
|
-
default as LetterTextIcon
|
|
4180
|
-
} from '../icons/text-initial';
|
|
4181
4177
|
// TextAlignStart aliases
|
|
4182
4178
|
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4183
4179
|
export {
|
|
@@ -4188,6 +4184,18 @@ export {
|
|
|
4188
4184
|
/** @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 */
|
|
4189
4185
|
default as AlignLeftIcon
|
|
4190
4186
|
} from '../icons/text-align-start';
|
|
4187
|
+
// TextInitial aliases
|
|
4188
|
+
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4189
|
+
export {
|
|
4190
|
+
/** @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 */
|
|
4191
|
+
default as LetterTextIcon
|
|
4192
|
+
} from '../icons/text-initial';
|
|
4193
|
+
// TextWrap aliases
|
|
4194
|
+
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4195
|
+
export {
|
|
4196
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. This alias will be removed in v1.0 */
|
|
4197
|
+
default as WrapTextIcon
|
|
4198
|
+
} from '../icons/text-wrap';
|
|
4191
4199
|
// TextSelect aliases
|
|
4192
4200
|
export { default as TextSelectIcon } from '../icons/text-select';
|
|
4193
4201
|
export {
|
|
@@ -4200,24 +4208,18 @@ export {
|
|
|
4200
4208
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. This alias will be removed in v1.0 */
|
|
4201
4209
|
default as TrainIcon
|
|
4202
4210
|
} from '../icons/tram-front';
|
|
4203
|
-
// TriangleAlert aliases
|
|
4204
|
-
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4205
|
-
export {
|
|
4206
|
-
/** @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 */
|
|
4207
|
-
default as AlertTriangleIcon
|
|
4208
|
-
} from '../icons/triangle-alert';
|
|
4209
|
-
// TextWrap aliases
|
|
4210
|
-
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4211
|
-
export {
|
|
4212
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. This alias will be removed in v1.0 */
|
|
4213
|
-
default as WrapTextIcon
|
|
4214
|
-
} from '../icons/text-wrap';
|
|
4215
4211
|
// TreePalm aliases
|
|
4216
4212
|
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4217
4213
|
export {
|
|
4218
4214
|
/** @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 */
|
|
4219
4215
|
default as PalmtreeIcon
|
|
4220
4216
|
} from '../icons/tree-palm';
|
|
4217
|
+
// TriangleAlert aliases
|
|
4218
|
+
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4219
|
+
export {
|
|
4220
|
+
/** @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 */
|
|
4221
|
+
default as AlertTriangleIcon
|
|
4222
|
+
} from '../icons/triangle-alert';
|
|
4221
4223
|
// TvMinimal aliases
|
|
4222
4224
|
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4223
4225
|
export {
|
|
@@ -4272,18 +4274,18 @@ export {
|
|
|
4272
4274
|
/** @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 */
|
|
4273
4275
|
default as Users2Icon
|
|
4274
4276
|
} from '../icons/users-round';
|
|
4275
|
-
// UtensilsCrossed aliases
|
|
4276
|
-
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4277
|
-
export {
|
|
4278
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. This alias will be removed in v1.0 */
|
|
4279
|
-
default as ForkKnifeCrossedIcon
|
|
4280
|
-
} from '../icons/utensils-crossed';
|
|
4281
4277
|
// Utensils aliases
|
|
4282
4278
|
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4283
4279
|
export {
|
|
4284
4280
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. This alias will be removed in v1.0 */
|
|
4285
4281
|
default as ForkKnifeIcon
|
|
4286
4282
|
} from '../icons/utensils';
|
|
4283
|
+
// UtensilsCrossed aliases
|
|
4284
|
+
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4285
|
+
export {
|
|
4286
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. This alias will be removed in v1.0 */
|
|
4287
|
+
default as ForkKnifeCrossedIcon
|
|
4288
|
+
} from '../icons/utensils-crossed';
|
|
4287
4289
|
// WalletMinimal aliases
|
|
4288
4290
|
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4289
4291
|
export {
|