@lucide/astro 0.560.0 → 0.561.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 +94 -94
- package/src/aliases/prefixed.ts +582 -580
- package/src/aliases/suffixed.ts +964 -962
- package/src/icons/index.ts +104 -103
- package/src/icons/stone.ts +18 -0
package/src/aliases/suffixed.ts
CHANGED
|
@@ -1,23 +1,21 @@
|
|
|
1
|
-
// AArrowUp aliases
|
|
2
|
-
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
3
1
|
// AArrowDown aliases
|
|
4
2
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
5
|
-
// ALargeSmall aliases
|
|
6
|
-
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
7
3
|
// Accessibility aliases
|
|
8
4
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
5
|
+
// AArrowUp aliases
|
|
6
|
+
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
9
7
|
// Activity aliases
|
|
10
8
|
export { default as ActivityIcon } from '../icons/activity';
|
|
11
|
-
// Airplay aliases
|
|
12
|
-
export { default as AirplayIcon } from '../icons/airplay';
|
|
13
9
|
// AirVent aliases
|
|
14
10
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
11
|
+
// Airplay aliases
|
|
12
|
+
export { default as AirplayIcon } from '../icons/airplay';
|
|
13
|
+
// AlarmClock aliases
|
|
14
|
+
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
15
15
|
// AlarmClockOff aliases
|
|
16
16
|
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
17
17
|
// AlarmSmoke aliases
|
|
18
18
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
19
|
-
// AlarmClock aliases
|
|
20
|
-
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
21
19
|
// Album aliases
|
|
22
20
|
export { default as AlbumIcon } from '../icons/album';
|
|
23
21
|
// AlignCenterHorizontal aliases
|
|
@@ -28,10 +26,10 @@ export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertic
|
|
|
28
26
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
29
27
|
// AlignEndVertical aliases
|
|
30
28
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
31
|
-
// AlignHorizontalDistributeCenter aliases
|
|
32
|
-
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
33
29
|
// AlignHorizontalDistributeEnd aliases
|
|
34
30
|
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
31
|
+
// AlignHorizontalDistributeCenter aliases
|
|
32
|
+
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
35
33
|
// AlignHorizontalJustifyCenter aliases
|
|
36
34
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
37
35
|
// AlignHorizontalDistributeStart aliases
|
|
@@ -48,44 +46,44 @@ export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horiz
|
|
|
48
46
|
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
49
47
|
// AlignStartVertical aliases
|
|
50
48
|
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
51
|
-
// AlignVerticalDistributeCenter aliases
|
|
52
|
-
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
53
49
|
// AlignVerticalDistributeEnd aliases
|
|
54
50
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
51
|
+
// AlignVerticalDistributeCenter aliases
|
|
52
|
+
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
55
53
|
// AlignVerticalDistributeStart aliases
|
|
56
54
|
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
57
|
-
// AlignVerticalJustifyCenter aliases
|
|
58
|
-
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
59
55
|
// AlignVerticalJustifyEnd aliases
|
|
60
56
|
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
61
57
|
// AlignVerticalJustifyStart aliases
|
|
62
58
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
63
|
-
// AlignVerticalSpaceBetween aliases
|
|
64
|
-
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
65
59
|
// AlignVerticalSpaceAround aliases
|
|
66
60
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
67
|
-
//
|
|
68
|
-
export { default as
|
|
61
|
+
// AlignVerticalJustifyCenter aliases
|
|
62
|
+
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
63
|
+
// AlignVerticalSpaceBetween aliases
|
|
64
|
+
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
69
65
|
// Ambulance aliases
|
|
70
66
|
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
71
67
|
// Ampersands aliases
|
|
72
68
|
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
69
|
+
// Ampersand aliases
|
|
70
|
+
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
73
71
|
// Amphora aliases
|
|
74
72
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
75
73
|
// Anchor aliases
|
|
76
74
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
77
75
|
// Angry aliases
|
|
78
76
|
export { default as AngryIcon } from '../icons/angry';
|
|
79
|
-
// Annoyed aliases
|
|
80
|
-
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
81
77
|
// Antenna aliases
|
|
82
78
|
export { default as AntennaIcon } from '../icons/antenna';
|
|
79
|
+
// Annoyed aliases
|
|
80
|
+
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
83
81
|
// Anvil aliases
|
|
84
82
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
85
|
-
// AppWindowMac aliases
|
|
86
|
-
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
87
83
|
// Aperture aliases
|
|
88
84
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
85
|
+
// AppWindowMac aliases
|
|
86
|
+
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
89
87
|
// AppWindow aliases
|
|
90
88
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
91
89
|
// ArchiveRestore aliases
|
|
@@ -96,54 +94,54 @@ export { default as AppleIcon } from '../icons/apple';
|
|
|
96
94
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
97
95
|
// Archive aliases
|
|
98
96
|
export { default as ArchiveIcon } from '../icons/archive';
|
|
99
|
-
// ArrowBigDownDash aliases
|
|
100
|
-
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
101
97
|
// Armchair aliases
|
|
102
98
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
99
|
+
// ArrowBigDownDash aliases
|
|
100
|
+
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
103
101
|
// ArrowBigDown aliases
|
|
104
102
|
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
105
103
|
// ArrowBigLeftDash aliases
|
|
106
104
|
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
109
|
// ArrowBigUpDash aliases
|
|
112
110
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
113
|
-
// ArrowBigRightDash aliases
|
|
114
|
-
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
115
111
|
// ArrowBigUp aliases
|
|
116
112
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
117
113
|
// ArrowDownFromLine aliases
|
|
118
114
|
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
119
|
-
//
|
|
120
|
-
export { default as
|
|
115
|
+
// ArrowBigRight aliases
|
|
116
|
+
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
121
117
|
// ArrowDownNarrowWide aliases
|
|
122
118
|
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
119
|
+
// ArrowDownLeft aliases
|
|
120
|
+
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
123
121
|
// ArrowDownRight aliases
|
|
124
122
|
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
125
|
-
// ArrowDownToDot aliases
|
|
126
|
-
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
127
123
|
// ArrowDownToLine aliases
|
|
128
124
|
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
125
|
+
// ArrowDownToDot aliases
|
|
126
|
+
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
127
|
+
// ArrowLeftRight aliases
|
|
128
|
+
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
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
133
|
// ArrowLeftFromLine aliases
|
|
134
134
|
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
135
|
-
// ArrowLeftRight aliases
|
|
136
|
-
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
137
135
|
// ArrowLeftToLine aliases
|
|
138
136
|
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
139
137
|
// ArrowLeft aliases
|
|
140
138
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
141
|
-
// ArrowRightLeft aliases
|
|
142
|
-
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
143
|
-
// ArrowRightToLine aliases
|
|
144
|
-
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
145
139
|
// ArrowRightFromLine aliases
|
|
146
140
|
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
141
|
+
// ArrowRightToLine aliases
|
|
142
|
+
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
143
|
+
// ArrowRightLeft aliases
|
|
144
|
+
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
147
145
|
// ArrowRight aliases
|
|
148
146
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
149
147
|
// ArrowUpDown aliases
|
|
@@ -156,58 +154,58 @@ export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
|
156
154
|
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
157
155
|
// ArrowUpRight aliases
|
|
158
156
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
159
|
-
// ArrowUpToLine aliases
|
|
160
|
-
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
161
157
|
// ArrowUpWideNarrow aliases
|
|
162
158
|
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
163
|
-
// ArrowUp aliases
|
|
164
|
-
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
165
|
-
// Asterisk aliases
|
|
166
|
-
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
167
159
|
// ArrowsUpFromLine aliases
|
|
168
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
|
+
// ArrowUp aliases
|
|
164
|
+
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
169
165
|
// AtSign aliases
|
|
170
166
|
export { default as AtSignIcon } from '../icons/at-sign';
|
|
171
|
-
//
|
|
172
|
-
export { default as
|
|
167
|
+
// Asterisk aliases
|
|
168
|
+
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
173
169
|
// Atom aliases
|
|
174
170
|
export { default as AtomIcon } from '../icons/atom';
|
|
175
171
|
// AudioWaveform aliases
|
|
176
172
|
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
173
|
+
// AudioLines aliases
|
|
174
|
+
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
177
175
|
// Award aliases
|
|
178
176
|
export { default as AwardIcon } from '../icons/award';
|
|
179
177
|
// Baby aliases
|
|
180
178
|
export { default as BabyIcon } from '../icons/baby';
|
|
181
|
-
// Axe aliases
|
|
182
|
-
export { default as AxeIcon } from '../icons/axe';
|
|
183
|
-
// Backpack aliases
|
|
184
|
-
export { default as BackpackIcon } from '../icons/backpack';
|
|
185
179
|
// BadgeAlert aliases
|
|
186
180
|
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
181
|
+
// Backpack aliases
|
|
182
|
+
export { default as BackpackIcon } from '../icons/backpack';
|
|
187
183
|
// BadgeCent aliases
|
|
188
184
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
189
185
|
// BadgeDollarSign aliases
|
|
190
186
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
187
|
+
// Axe aliases
|
|
188
|
+
export { default as AxeIcon } from '../icons/axe';
|
|
191
189
|
// BadgeEuro aliases
|
|
192
190
|
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
195
|
// BadgeInfo aliases
|
|
196
196
|
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
197
|
-
// BadgeJapaneseYen aliases
|
|
198
|
-
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
199
|
-
// BadgePercent aliases
|
|
200
|
-
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
201
197
|
// BadgeMinus aliases
|
|
202
198
|
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
203
|
-
// BadgePlus aliases
|
|
204
|
-
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
205
199
|
// BadgePoundSterling aliases
|
|
206
200
|
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
207
|
-
//
|
|
208
|
-
export { default as
|
|
201
|
+
// BadgePercent aliases
|
|
202
|
+
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
203
|
+
// BadgePlus aliases
|
|
204
|
+
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
209
205
|
// BadgeSwissFranc aliases
|
|
210
206
|
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
207
|
+
// BadgeRussianRuble aliases
|
|
208
|
+
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
211
209
|
// BadgeTurkishLira aliases
|
|
212
210
|
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
213
211
|
// BadgeX aliases
|
|
@@ -218,16 +216,16 @@ export { default as BadgeIcon } from '../icons/badge';
|
|
|
218
216
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
219
217
|
// Balloon aliases
|
|
220
218
|
export { default as BalloonIcon } from '../icons/balloon';
|
|
221
|
-
// Ban aliases
|
|
222
|
-
export { default as BanIcon } from '../icons/ban';
|
|
223
219
|
// Banana aliases
|
|
224
220
|
export { default as BananaIcon } from '../icons/banana';
|
|
225
221
|
// Bandage aliases
|
|
226
222
|
export { default as BandageIcon } from '../icons/bandage';
|
|
227
|
-
//
|
|
228
|
-
export { default as
|
|
223
|
+
// Ban aliases
|
|
224
|
+
export { default as BanIcon } from '../icons/ban';
|
|
229
225
|
// BanknoteArrowUp aliases
|
|
230
226
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
227
|
+
// BanknoteArrowDown aliases
|
|
228
|
+
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
231
229
|
// BanknoteX aliases
|
|
232
230
|
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
233
231
|
// Banknote aliases
|
|
@@ -236,38 +234,38 @@ export { default as BanknoteIcon } from '../icons/banknote';
|
|
|
236
234
|
export { default as BarrelIcon } from '../icons/barrel';
|
|
237
235
|
// Barcode aliases
|
|
238
236
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
239
|
-
// Baseline aliases
|
|
240
|
-
export { default as BaselineIcon } from '../icons/baseline';
|
|
241
237
|
// Bath aliases
|
|
242
238
|
export { default as BathIcon } from '../icons/bath';
|
|
239
|
+
// Baseline aliases
|
|
240
|
+
export { default as BaselineIcon } from '../icons/baseline';
|
|
241
|
+
// BatteryFull aliases
|
|
242
|
+
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
243
243
|
// BatteryCharging aliases
|
|
244
244
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
245
245
|
// BatteryLow aliases
|
|
246
246
|
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
247
|
-
//
|
|
248
|
-
export { default as
|
|
247
|
+
// BatteryWarning aliases
|
|
248
|
+
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
249
249
|
// BatteryPlus aliases
|
|
250
250
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
251
251
|
// BatteryMedium aliases
|
|
252
252
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
253
|
-
// BatteryWarning aliases
|
|
254
|
-
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
255
253
|
// Battery aliases
|
|
256
254
|
export { default as BatteryIcon } from '../icons/battery';
|
|
257
|
-
// BeanOff aliases
|
|
258
|
-
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
259
255
|
// Beaker aliases
|
|
260
256
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
261
257
|
// Bean aliases
|
|
262
258
|
export { default as BeanIcon } from '../icons/bean';
|
|
259
|
+
// BeanOff aliases
|
|
260
|
+
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
263
261
|
// BedDouble aliases
|
|
264
262
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
265
263
|
// BedSingle aliases
|
|
266
264
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
267
|
-
// Bed aliases
|
|
268
|
-
export { default as BedIcon } from '../icons/bed';
|
|
269
265
|
// Beef aliases
|
|
270
266
|
export { default as BeefIcon } from '../icons/beef';
|
|
267
|
+
// Bed aliases
|
|
268
|
+
export { default as BedIcon } from '../icons/bed';
|
|
271
269
|
// BeerOff aliases
|
|
272
270
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
273
271
|
// Beer aliases
|
|
@@ -276,42 +274,44 @@ export { default as BeerIcon } from '../icons/beer';
|
|
|
276
274
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
277
275
|
// BellElectric aliases
|
|
278
276
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
279
|
-
// BellOff aliases
|
|
280
|
-
export { default as BellOffIcon } from '../icons/bell-off';
|
|
281
277
|
// BellMinus aliases
|
|
282
278
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
279
|
+
// ALargeSmall aliases
|
|
280
|
+
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
281
|
+
// BellOff aliases
|
|
282
|
+
export { default as BellOffIcon } from '../icons/bell-off';
|
|
283
283
|
// BellPlus aliases
|
|
284
284
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
285
285
|
// BellRing aliases
|
|
286
286
|
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
287
|
-
// Bell aliases
|
|
288
|
-
export { default as BellIcon } from '../icons/bell';
|
|
289
287
|
// BetweenVerticalEnd aliases
|
|
290
288
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
291
289
|
// BetweenVerticalStart aliases
|
|
292
290
|
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
291
|
+
// Bell aliases
|
|
292
|
+
export { default as BellIcon } from '../icons/bell';
|
|
293
293
|
// BicepsFlexed aliases
|
|
294
294
|
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
295
|
-
// Bike aliases
|
|
296
|
-
export { default as BikeIcon } from '../icons/bike';
|
|
297
295
|
// Binary aliases
|
|
298
296
|
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
|
-
// Birdhouse aliases
|
|
304
|
-
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
305
303
|
// Bird aliases
|
|
306
304
|
export { default as BirdIcon } from '../icons/bird';
|
|
307
305
|
// Bitcoin aliases
|
|
308
306
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
309
307
|
// Blend aliases
|
|
310
308
|
export { default as BlendIcon } from '../icons/blend';
|
|
311
|
-
//
|
|
312
|
-
export { default as
|
|
309
|
+
// Birdhouse aliases
|
|
310
|
+
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
313
311
|
// Blocks aliases
|
|
314
312
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
313
|
+
// Blinds aliases
|
|
314
|
+
export { default as BlindsIcon } from '../icons/blinds';
|
|
315
315
|
// BluetoothConnected aliases
|
|
316
316
|
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
317
317
|
// BluetoothOff aliases
|
|
@@ -324,22 +324,22 @@ export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
|
324
324
|
export { default as BoldIcon } from '../icons/bold';
|
|
325
325
|
// Bolt aliases
|
|
326
326
|
export { default as BoltIcon } from '../icons/bolt';
|
|
327
|
-
// Bomb aliases
|
|
328
|
-
export { default as BombIcon } from '../icons/bomb';
|
|
329
327
|
// Bone aliases
|
|
330
328
|
export { default as BoneIcon } from '../icons/bone';
|
|
329
|
+
// Bomb aliases
|
|
330
|
+
export { default as BombIcon } from '../icons/bomb';
|
|
331
331
|
// BookA aliases
|
|
332
332
|
export { default as BookAIcon } from '../icons/book-a';
|
|
333
333
|
// BookAlert aliases
|
|
334
334
|
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
335
|
-
// BookCheck aliases
|
|
336
|
-
export { default as BookCheckIcon } from '../icons/book-check';
|
|
337
335
|
// BookAudio aliases
|
|
338
336
|
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
339
|
-
//
|
|
340
|
-
export { default as
|
|
337
|
+
// BookCheck aliases
|
|
338
|
+
export { default as BookCheckIcon } from '../icons/book-check';
|
|
341
339
|
// BookDown aliases
|
|
342
340
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
341
|
+
// BookCopy aliases
|
|
342
|
+
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
343
343
|
// BookHeadphones aliases
|
|
344
344
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
345
345
|
// BookHeart aliases
|
|
@@ -350,26 +350,26 @@ export { default as BookImageIcon } from '../icons/book-image';
|
|
|
350
350
|
export { default as BookKeyIcon } from '../icons/book-key';
|
|
351
351
|
// BookLock aliases
|
|
352
352
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
353
|
-
// BookMinus aliases
|
|
354
|
-
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
355
353
|
// BookMarked aliases
|
|
356
354
|
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
355
|
+
// BookMinus aliases
|
|
356
|
+
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
357
357
|
// BookOpenCheck aliases
|
|
358
358
|
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
359
359
|
// BookOpenText aliases
|
|
360
360
|
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
361
361
|
// BookOpen aliases
|
|
362
362
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
363
|
-
// BookPlus aliases
|
|
364
|
-
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
365
363
|
// BookSearch aliases
|
|
366
364
|
export { default as BookSearchIcon } from '../icons/book-search';
|
|
367
|
-
//
|
|
368
|
-
export { default as
|
|
369
|
-
// BookType aliases
|
|
370
|
-
export { default as BookTypeIcon } from '../icons/book-type';
|
|
365
|
+
// BookPlus aliases
|
|
366
|
+
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
371
367
|
// BookUp2 aliases
|
|
372
368
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
369
|
+
// BookType aliases
|
|
370
|
+
export { default as BookTypeIcon } from '../icons/book-type';
|
|
371
|
+
// BookText aliases
|
|
372
|
+
export { default as BookTextIcon } from '../icons/book-text';
|
|
373
373
|
// BookUp aliases
|
|
374
374
|
export { default as BookUpIcon } from '../icons/book-up';
|
|
375
375
|
// BookUser aliases
|
|
@@ -380,22 +380,22 @@ export { default as BookXIcon } from '../icons/book-x';
|
|
|
380
380
|
export { default as BookIcon } from '../icons/book';
|
|
381
381
|
// BookmarkCheck aliases
|
|
382
382
|
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
383
|
-
// BookmarkMinus aliases
|
|
384
|
-
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
385
383
|
// BookmarkPlus aliases
|
|
386
384
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
387
|
-
// Bookmark aliases
|
|
388
|
-
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
389
385
|
// BookmarkX aliases
|
|
390
386
|
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
391
|
-
//
|
|
392
|
-
export { default as
|
|
387
|
+
// BookmarkMinus aliases
|
|
388
|
+
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
389
|
+
// Bookmark aliases
|
|
390
|
+
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
393
391
|
// BotMessageSquare aliases
|
|
394
392
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
395
|
-
//
|
|
396
|
-
export { default as
|
|
393
|
+
// BoomBox aliases
|
|
394
|
+
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
397
395
|
// BotOff aliases
|
|
398
396
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
397
|
+
// Bot aliases
|
|
398
|
+
export { default as BotIcon } from '../icons/bot';
|
|
399
399
|
// BottleWine aliases
|
|
400
400
|
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
401
401
|
// BowArrow aliases
|
|
@@ -408,44 +408,44 @@ export { default as BoxesIcon } from '../icons/boxes';
|
|
|
408
408
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
409
409
|
// BrainCircuit aliases
|
|
410
410
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
411
|
-
// Brain aliases
|
|
412
|
-
export { default as BrainIcon } from '../icons/brain';
|
|
413
411
|
// BrainCog aliases
|
|
414
412
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
415
|
-
//
|
|
416
|
-
export { default as
|
|
413
|
+
// Brain aliases
|
|
414
|
+
export { default as BrainIcon } from '../icons/brain';
|
|
417
415
|
// BrickWallShield aliases
|
|
418
416
|
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
419
|
-
// BrickWall aliases
|
|
420
|
-
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
421
|
-
// BriefcaseConveyorBelt aliases
|
|
422
|
-
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
423
417
|
// BriefcaseBusiness aliases
|
|
424
418
|
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
419
|
+
// BrickWallFire aliases
|
|
420
|
+
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
421
|
+
// BrickWall aliases
|
|
422
|
+
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
425
423
|
// BriefcaseMedical aliases
|
|
426
424
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
427
|
-
//
|
|
428
|
-
export { default as
|
|
425
|
+
// BriefcaseConveyorBelt aliases
|
|
426
|
+
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
429
427
|
// BringToFront aliases
|
|
430
428
|
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
431
|
-
//
|
|
432
|
-
export { default as
|
|
429
|
+
// Briefcase aliases
|
|
430
|
+
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
433
431
|
// BrushCleaning aliases
|
|
434
432
|
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
435
433
|
// Bubbles aliases
|
|
436
434
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
435
|
+
// Brush aliases
|
|
436
|
+
export { default as BrushIcon } from '../icons/brush';
|
|
437
437
|
// BugOff aliases
|
|
438
438
|
export { default as BugOffIcon } from '../icons/bug-off';
|
|
439
439
|
// BugPlay aliases
|
|
440
440
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
441
|
-
// Building2 aliases
|
|
442
|
-
export { default as Building2Icon } from '../icons/building-2';
|
|
443
|
-
// Building aliases
|
|
444
|
-
export { default as BuildingIcon } from '../icons/building';
|
|
445
441
|
// Bug aliases
|
|
446
442
|
export { default as BugIcon } from '../icons/bug';
|
|
447
443
|
// BusFront aliases
|
|
448
444
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
445
|
+
// Building2 aliases
|
|
446
|
+
export { default as Building2Icon } from '../icons/building-2';
|
|
447
|
+
// Building aliases
|
|
448
|
+
export { default as BuildingIcon } from '../icons/building';
|
|
449
449
|
// Bus aliases
|
|
450
450
|
export { default as BusIcon } from '../icons/bus';
|
|
451
451
|
// Cable aliases
|
|
@@ -458,58 +458,58 @@ export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
|
458
458
|
export { default as CakeIcon } from '../icons/cake';
|
|
459
459
|
// Calculator aliases
|
|
460
460
|
export { default as CalculatorIcon } from '../icons/calculator';
|
|
461
|
-
// CalendarArrowDown aliases
|
|
462
|
-
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
463
461
|
// Calendar1 aliases
|
|
464
462
|
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
465
|
-
//
|
|
466
|
-
export { default as
|
|
463
|
+
// CalendarArrowDown aliases
|
|
464
|
+
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
467
465
|
// CalendarCheck2 aliases
|
|
468
466
|
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
469
467
|
// CalendarCheck aliases
|
|
470
468
|
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
469
|
+
// CalendarArrowUp aliases
|
|
470
|
+
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
471
471
|
// CalendarClock aliases
|
|
472
472
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
473
473
|
// CalendarCog aliases
|
|
474
474
|
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
475
475
|
// CalendarDays aliases
|
|
476
476
|
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
477
|
-
// CalendarFold aliases
|
|
478
|
-
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
479
477
|
// CalendarHeart aliases
|
|
480
478
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
479
|
+
// CalendarFold aliases
|
|
480
|
+
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
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
|
-
// CalendarOff aliases
|
|
486
|
-
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
487
|
-
// CalendarPlus aliases
|
|
488
|
-
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
489
485
|
// CalendarPlus2 aliases
|
|
490
486
|
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
487
|
+
// CalendarPlus aliases
|
|
488
|
+
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
489
|
+
// CalendarOff aliases
|
|
490
|
+
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
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
|
-
// CalendarSync aliases
|
|
496
|
-
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
497
495
|
// CalendarX2 aliases
|
|
498
496
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
497
|
+
// CalendarSync aliases
|
|
498
|
+
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
499
499
|
// CalendarX aliases
|
|
500
500
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
501
501
|
// Calendar aliases
|
|
502
502
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
503
503
|
// Calendars aliases
|
|
504
504
|
export { default as CalendarsIcon } from '../icons/calendars';
|
|
505
|
-
// Camera aliases
|
|
506
|
-
export { default as CameraIcon } from '../icons/camera';
|
|
507
|
-
// CandyOff aliases
|
|
508
|
-
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
509
505
|
// CameraOff aliases
|
|
510
506
|
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
507
|
+
// Camera aliases
|
|
508
|
+
export { default as CameraIcon } from '../icons/camera';
|
|
511
509
|
// CandyCane aliases
|
|
512
510
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
511
|
+
// CandyOff aliases
|
|
512
|
+
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
513
513
|
// Candy aliases
|
|
514
514
|
export { default as CandyIcon } from '../icons/candy';
|
|
515
515
|
// CannabisOff aliases
|
|
@@ -520,12 +520,12 @@ export { default as CannabisIcon } from '../icons/cannabis';
|
|
|
520
520
|
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
521
521
|
// CarFront aliases
|
|
522
522
|
export { default as CarFrontIcon } from '../icons/car-front';
|
|
523
|
-
// Caravan aliases
|
|
524
|
-
export { default as CaravanIcon } from '../icons/caravan';
|
|
525
523
|
// CarTaxiFront aliases
|
|
526
524
|
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
527
525
|
// Car aliases
|
|
528
526
|
export { default as CarIcon } from '../icons/car';
|
|
527
|
+
// Caravan aliases
|
|
528
|
+
export { default as CaravanIcon } from '../icons/caravan';
|
|
529
529
|
// CardSim aliases
|
|
530
530
|
export { default as CardSimIcon } from '../icons/card-sim';
|
|
531
531
|
// Carrot 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';
|
|
541
539
|
// CassetteTape aliases
|
|
542
540
|
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
543
541
|
// Castle aliases
|
|
544
542
|
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';
|
|
551
553
|
// ChartBarIncreasing aliases
|
|
552
554
|
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
553
555
|
// ChartColumnDecreasing aliases
|
|
554
556
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
555
|
-
// ChartBarStacked aliases
|
|
556
|
-
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
557
|
-
// ChartGantt aliases
|
|
558
|
-
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
559
557
|
// ChartColumnStacked aliases
|
|
560
558
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
559
|
+
// ChartGantt aliases
|
|
560
|
+
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
561
|
+
// ChartNoAxesCombined aliases
|
|
562
|
+
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
561
563
|
// ChartNetwork aliases
|
|
562
564
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
563
565
|
// ChartNoAxesColumnDecreasing aliases
|
|
564
566
|
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';
|
|
575
577
|
// ChefHat aliases
|
|
576
578
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
577
579
|
// ChessBishop aliases
|
|
578
580
|
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
579
|
-
// Cherry aliases
|
|
580
|
-
export { default as CherryIcon } from '../icons/cherry';
|
|
581
|
-
// ChessKing aliases
|
|
582
|
-
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
583
581
|
// ChessKnight aliases
|
|
584
582
|
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
583
|
+
// ChessKing aliases
|
|
584
|
+
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
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
|
+
// ChevronDown aliases
|
|
590
|
+
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
589
591
|
// ChessRook aliases
|
|
590
592
|
export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
591
593
|
// ChevronFirst aliases
|
|
592
594
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
593
|
-
// ChevronDown aliases
|
|
594
|
-
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
595
|
-
// ChevronLast aliases
|
|
596
|
-
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
597
595
|
// ChevronLeft aliases
|
|
598
596
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
599
597
|
// ChevronRight aliases
|
|
600
598
|
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
601
599
|
// ChevronUp aliases
|
|
602
600
|
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
|
-
// ChevronsLeftRightEllipsis aliases
|
|
608
|
-
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
609
607
|
// ChevronsLeftRight aliases
|
|
610
608
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
609
|
+
// ChevronsLeftRightEllipsis aliases
|
|
610
|
+
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
611
611
|
// ChevronsLeft aliases
|
|
612
612
|
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
613
|
-
// ChevronsRight aliases
|
|
614
|
-
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
615
613
|
// ChevronsRightLeft aliases
|
|
616
614
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
615
|
+
// ChevronsRight aliases
|
|
616
|
+
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
617
617
|
// ChevronsUp aliases
|
|
618
618
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
619
619
|
// ChevronsUpDown aliases
|
|
620
620
|
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
621
|
-
// Church aliases
|
|
622
|
-
export { default as ChurchIcon } from '../icons/church';
|
|
623
621
|
// CigaretteOff aliases
|
|
624
622
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
625
623
|
// Cigarette aliases
|
|
626
624
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
627
625
|
// CircleDashed aliases
|
|
628
626
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
627
|
+
// Church aliases
|
|
628
|
+
export { default as ChurchIcon } from '../icons/church';
|
|
629
629
|
// CircleDollarSign aliases
|
|
630
630
|
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
631
|
-
// CircleDotDashed aliases
|
|
632
|
-
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
633
631
|
// CircleDot aliases
|
|
634
632
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
635
|
-
//
|
|
636
|
-
export { default as
|
|
633
|
+
// CircleDotDashed aliases
|
|
634
|
+
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
637
635
|
// CircleEqual aliases
|
|
638
636
|
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
639
637
|
// CircleFadingArrowUp aliases
|
|
640
638
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
639
|
+
// CircleEllipsis aliases
|
|
640
|
+
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
641
641
|
// CircleFadingPlus aliases
|
|
642
642
|
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
643
|
-
// CirclePile aliases
|
|
644
|
-
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
645
643
|
// CircleOff aliases
|
|
646
644
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
645
|
+
// CirclePile aliases
|
|
646
|
+
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
647
647
|
// CirclePoundSterling aliases
|
|
648
648
|
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
649
649
|
// CircleSlash aliases
|
|
@@ -658,18 +658,18 @@ export { default as CircleIcon } from '../icons/circle';
|
|
|
658
658
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
659
659
|
// Citrus aliases
|
|
660
660
|
export { default as CitrusIcon } from '../icons/citrus';
|
|
661
|
-
// ClipboardCheck aliases
|
|
662
|
-
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
663
661
|
// Clapperboard aliases
|
|
664
662
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
665
|
-
//
|
|
666
|
-
export { default as
|
|
663
|
+
// ClipboardCheck aliases
|
|
664
|
+
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
667
665
|
// ClipboardCopy aliases
|
|
668
666
|
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
669
|
-
//
|
|
670
|
-
export { default as
|
|
667
|
+
// ClipboardClock aliases
|
|
668
|
+
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
671
669
|
// ClipboardList aliases
|
|
672
670
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
671
|
+
// ClipboardMinus aliases
|
|
672
|
+
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
673
673
|
// ClipboardPaste aliases
|
|
674
674
|
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
675
675
|
// ClipboardPlus aliases
|
|
@@ -682,40 +682,40 @@ export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
|
682
682
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
683
683
|
// Clock1 aliases
|
|
684
684
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
685
|
-
// Clock11 aliases
|
|
686
|
-
export { default as Clock11Icon } from '../icons/clock-11';
|
|
687
685
|
// Clock10 aliases
|
|
688
686
|
export { default as Clock10Icon } from '../icons/clock-10';
|
|
687
|
+
// Clock11 aliases
|
|
688
|
+
export { default as Clock11Icon } from '../icons/clock-11';
|
|
689
689
|
// Clock12 aliases
|
|
690
690
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
691
691
|
// Clock2 aliases
|
|
692
692
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
693
|
+
// Clock5 aliases
|
|
694
|
+
export { default as Clock5Icon } from '../icons/clock-5';
|
|
693
695
|
// Clock3 aliases
|
|
694
696
|
export { default as Clock3Icon } from '../icons/clock-3';
|
|
695
697
|
// Clock4 aliases
|
|
696
698
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
697
|
-
// Clock5 aliases
|
|
698
|
-
export { default as Clock5Icon } from '../icons/clock-5';
|
|
699
|
-
// Clock6 aliases
|
|
700
|
-
export { default as Clock6Icon } from '../icons/clock-6';
|
|
701
699
|
// Clock7 aliases
|
|
702
700
|
export { default as Clock7Icon } from '../icons/clock-7';
|
|
703
|
-
//
|
|
704
|
-
export { default as
|
|
701
|
+
// Clock6 aliases
|
|
702
|
+
export { default as Clock6Icon } from '../icons/clock-6';
|
|
705
703
|
// Clock9 aliases
|
|
706
704
|
export { default as Clock9Icon } from '../icons/clock-9';
|
|
707
|
-
//
|
|
708
|
-
export { default as
|
|
705
|
+
// Clock8 aliases
|
|
706
|
+
export { default as Clock8Icon } from '../icons/clock-8';
|
|
709
707
|
// ClockArrowDown aliases
|
|
710
708
|
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
711
|
-
//
|
|
712
|
-
export { default as
|
|
709
|
+
// ClockAlert aliases
|
|
710
|
+
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
713
711
|
// ClockCheck aliases
|
|
714
712
|
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
715
|
-
// ClockPlus aliases
|
|
716
|
-
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
717
713
|
// ClockFading aliases
|
|
718
714
|
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
719
|
// Clock aliases
|
|
720
720
|
export { default as ClockIcon } from '../icons/clock';
|
|
721
721
|
// ClosedCaption aliases
|
|
@@ -726,84 +726,84 @@ export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
|
726
726
|
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
727
727
|
// CloudBackup aliases
|
|
728
728
|
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
729
|
-
// CloudFog aliases
|
|
730
|
-
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
731
729
|
// CloudCog aliases
|
|
732
730
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
733
|
-
// CloudHail aliases
|
|
734
|
-
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
735
731
|
// CloudDrizzle aliases
|
|
736
732
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
733
|
+
// CloudFog aliases
|
|
734
|
+
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
735
|
+
// CloudHail aliases
|
|
736
|
+
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
737
737
|
// CloudLightning aliases
|
|
738
738
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
739
739
|
// CloudMoonRain aliases
|
|
740
740
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
741
|
-
// CloudOff aliases
|
|
742
|
-
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
743
741
|
// CloudMoon aliases
|
|
744
742
|
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
745
743
|
// CloudRainWind aliases
|
|
746
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
|
-
// CloudSnow aliases
|
|
750
|
-
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
751
749
|
// CloudSunRain aliases
|
|
752
750
|
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
751
|
+
// CloudSnow aliases
|
|
752
|
+
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
753
753
|
// CloudSun aliases
|
|
754
754
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
755
|
-
//
|
|
756
|
-
export { default as
|
|
755
|
+
// Cloudy aliases
|
|
756
|
+
export { default as CloudyIcon } from '../icons/cloudy';
|
|
757
757
|
// Cloud aliases
|
|
758
758
|
export { default as CloudIcon } from '../icons/cloud';
|
|
759
|
+
// CloudSync aliases
|
|
760
|
+
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
759
761
|
// Clover aliases
|
|
760
762
|
export { default as CloverIcon } from '../icons/clover';
|
|
761
|
-
// Cloudy aliases
|
|
762
|
-
export { default as CloudyIcon } from '../icons/cloudy';
|
|
763
763
|
// Club aliases
|
|
764
764
|
export { default as ClubIcon } from '../icons/club';
|
|
765
765
|
// Code aliases
|
|
766
766
|
export { default as CodeIcon } from '../icons/code';
|
|
767
767
|
// Codepen aliases
|
|
768
768
|
export { default as CodepenIcon } from '../icons/codepen';
|
|
769
|
-
// Codesandbox aliases
|
|
770
|
-
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
771
769
|
// Coffee aliases
|
|
772
770
|
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';
|
|
777
779
|
// Columns4 aliases
|
|
778
780
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
779
781
|
// Command aliases
|
|
780
782
|
export { default as CommandIcon } from '../icons/command';
|
|
781
|
-
// Combine aliases
|
|
782
|
-
export { default as CombineIcon } from '../icons/combine';
|
|
783
783
|
// Compass aliases
|
|
784
784
|
export { default as CompassIcon } from '../icons/compass';
|
|
785
785
|
// Component aliases
|
|
786
786
|
export { default as ComponentIcon } from '../icons/component';
|
|
787
|
-
// Computer aliases
|
|
788
|
-
export { default as ComputerIcon } from '../icons/computer';
|
|
789
787
|
// ConciergeBell aliases
|
|
790
788
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
789
|
+
// Computer aliases
|
|
790
|
+
export { default as ComputerIcon } from '../icons/computer';
|
|
791
791
|
// Cone aliases
|
|
792
792
|
export { default as ConeIcon } from '../icons/cone';
|
|
793
|
+
// Construction aliases
|
|
794
|
+
export { default as ConstructionIcon } from '../icons/construction';
|
|
793
795
|
// Contact aliases
|
|
794
796
|
export { default as ContactIcon } from '../icons/contact';
|
|
795
797
|
// Container aliases
|
|
796
798
|
export { default as ContainerIcon } from '../icons/container';
|
|
797
|
-
// Construction aliases
|
|
798
|
-
export { default as ConstructionIcon } from '../icons/construction';
|
|
799
799
|
// Contrast aliases
|
|
800
800
|
export { default as ContrastIcon } from '../icons/contrast';
|
|
801
801
|
// Cookie aliases
|
|
802
802
|
export { default as CookieIcon } from '../icons/cookie';
|
|
803
|
-
// CookingPot aliases
|
|
804
|
-
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
805
803
|
// CopyCheck aliases
|
|
806
804
|
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
805
|
+
// CookingPot aliases
|
|
806
|
+
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
807
807
|
// CopyMinus aliases
|
|
808
808
|
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
809
809
|
// CopyPlus aliases
|
|
@@ -824,10 +824,10 @@ export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
|
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
|
-
// CornerLeftUp aliases
|
|
828
|
-
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
829
827
|
// CornerRightDown aliases
|
|
830
828
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
829
|
+
// CornerLeftUp aliases
|
|
830
|
+
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
831
831
|
// CornerRightUp aliases
|
|
832
832
|
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
833
833
|
// CornerUpLeft aliases
|
|
@@ -836,50 +836,50 @@ 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
|
-
// CreativeCommons aliases
|
|
840
|
-
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
841
839
|
// CreditCard aliases
|
|
842
840
|
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
841
|
+
// CreativeCommons aliases
|
|
842
|
+
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
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';
|
|
847
849
|
// Cross aliases
|
|
848
850
|
export { default as CrossIcon } from '../icons/cross';
|
|
849
851
|
// Crosshair aliases
|
|
850
852
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
851
|
-
//
|
|
852
|
-
export { default as
|
|
853
|
+
// Currency aliases
|
|
854
|
+
export { default as CurrencyIcon } from '../icons/currency';
|
|
853
855
|
// Cuboid aliases
|
|
854
856
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
855
857
|
// CupSoda aliases
|
|
856
858
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
857
|
-
// Currency aliases
|
|
858
|
-
export { default as CurrencyIcon } from '../icons/currency';
|
|
859
859
|
// Cylinder aliases
|
|
860
860
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
861
861
|
// Dam aliases
|
|
862
862
|
export { default as DamIcon } from '../icons/dam';
|
|
863
863
|
// DatabaseBackup aliases
|
|
864
864
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
865
|
-
// DatabaseZap aliases
|
|
866
|
-
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
867
|
-
// DecimalsArrowLeft aliases
|
|
868
|
-
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
869
865
|
// Database aliases
|
|
870
866
|
export { default as DatabaseIcon } from '../icons/database';
|
|
867
|
+
// DecimalsArrowLeft aliases
|
|
868
|
+
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
871
869
|
// DecimalsArrowRight aliases
|
|
872
870
|
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';
|
|
877
879
|
// DiamondMinus aliases
|
|
878
880
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
879
881
|
// DiamondPlus aliases
|
|
880
882
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
881
|
-
// Diameter aliases
|
|
882
|
-
export { default as DiameterIcon } from '../icons/diameter';
|
|
883
883
|
// Diamond aliases
|
|
884
884
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
885
885
|
// Dice1 aliases
|
|
@@ -892,10 +892,10 @@ 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
|
-
// Dice6 aliases
|
|
896
|
-
export { default as Dice6Icon } from '../icons/dice-6';
|
|
897
895
|
// Dices aliases
|
|
898
896
|
export { default as DicesIcon } from '../icons/dices';
|
|
897
|
+
// Dice6 aliases
|
|
898
|
+
export { default as Dice6Icon } from '../icons/dice-6';
|
|
899
899
|
// Diff aliases
|
|
900
900
|
export { default as DiffIcon } from '../icons/diff';
|
|
901
901
|
// Disc2 aliases
|
|
@@ -904,12 +904,12 @@ export { default as Disc2Icon } from '../icons/disc-2';
|
|
|
904
904
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
905
905
|
// DiscAlbum aliases
|
|
906
906
|
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
907
|
-
// Disc aliases
|
|
908
|
-
export { default as DiscIcon } from '../icons/disc';
|
|
909
907
|
// Divide aliases
|
|
910
908
|
export { default as DivideIcon } from '../icons/divide';
|
|
911
909
|
// DnaOff aliases
|
|
912
910
|
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
|
-
// Donut aliases
|
|
922
|
-
export { default as DonutIcon } from '../icons/donut';
|
|
923
921
|
// DoorClosedLocked aliases
|
|
924
922
|
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
925
|
-
//
|
|
926
|
-
export { default as
|
|
923
|
+
// Donut aliases
|
|
924
|
+
export { default as DonutIcon } from '../icons/donut';
|
|
927
925
|
// DoorOpen aliases
|
|
928
926
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
927
|
+
// DoorClosed aliases
|
|
928
|
+
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
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
|
-
// Drill aliases
|
|
940
|
-
export { default as DrillIcon } from '../icons/drill';
|
|
941
939
|
// Drone aliases
|
|
942
940
|
export { default as DroneIcon } from '../icons/drone';
|
|
941
|
+
// Drill aliases
|
|
942
|
+
export { default as DrillIcon } from '../icons/drill';
|
|
943
943
|
// DropletOff aliases
|
|
944
944
|
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
945
945
|
// Droplet aliases
|
|
@@ -954,38 +954,38 @@ 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
|
-
// Ear aliases
|
|
958
|
-
export { default as EarIcon } from '../icons/ear';
|
|
959
957
|
// EarthLock aliases
|
|
960
958
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
961
|
-
//
|
|
962
|
-
export { default as
|
|
959
|
+
// Ear aliases
|
|
960
|
+
export { default as EarIcon } from '../icons/ear';
|
|
963
961
|
// Eclipse aliases
|
|
964
962
|
export { default as EclipseIcon } from '../icons/eclipse';
|
|
965
|
-
//
|
|
966
|
-
export { default as
|
|
963
|
+
// EggFried aliases
|
|
964
|
+
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
967
965
|
// EggOff aliases
|
|
968
966
|
export { default as EggOffIcon } from '../icons/egg-off';
|
|
969
|
-
//
|
|
970
|
-
export { default as
|
|
967
|
+
// Egg aliases
|
|
968
|
+
export { default as EggIcon } from '../icons/egg';
|
|
971
969
|
// EqualApproximately aliases
|
|
972
970
|
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
973
|
-
//
|
|
974
|
-
export { default as
|
|
975
|
-
// Eraser aliases
|
|
976
|
-
export { default as EraserIcon } from '../icons/eraser';
|
|
971
|
+
// EqualNot aliases
|
|
972
|
+
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
977
973
|
// EthernetPort aliases
|
|
978
974
|
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
979
975
|
// Euro aliases
|
|
980
976
|
export { default as EuroIcon } from '../icons/euro';
|
|
977
|
+
// Equal aliases
|
|
978
|
+
export { default as EqualIcon } from '../icons/equal';
|
|
979
|
+
// Eraser aliases
|
|
980
|
+
export { default as EraserIcon } from '../icons/eraser';
|
|
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';
|
|
983
985
|
// Expand aliases
|
|
984
986
|
export { default as ExpandIcon } from '../icons/expand';
|
|
985
987
|
// ExternalLink aliases
|
|
986
988
|
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
|
-
// Feather aliases
|
|
1002
|
-
export { default as FeatherIcon } from '../icons/feather';
|
|
1003
1001
|
// Fence aliases
|
|
1004
1002
|
export { default as FenceIcon } from '../icons/fence';
|
|
1003
|
+
// Feather aliases
|
|
1004
|
+
export { default as FeatherIcon } from '../icons/feather';
|
|
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
|
-
// FileBox aliases
|
|
1010
|
-
export { default as FileBoxIcon } from '../icons/file-box';
|
|
1011
1009
|
// FileArchive aliases
|
|
1012
1010
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
1013
1011
|
// FileCheck aliases
|
|
1014
1012
|
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1015
1013
|
// FileClock aliases
|
|
1016
1014
|
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1015
|
+
// FileBox aliases
|
|
1016
|
+
export { default as FileBoxIcon } from '../icons/file-box';
|
|
1017
1017
|
// FileCode aliases
|
|
1018
1018
|
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1019
1019
|
// FileDiff aliases
|
|
@@ -1022,12 +1022,12 @@ export { default as FileDiffIcon } from '../icons/file-diff';
|
|
|
1022
1022
|
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1023
1023
|
// FileDown aliases
|
|
1024
1024
|
export { default as FileDownIcon } from '../icons/file-down';
|
|
1025
|
-
// FileInput aliases
|
|
1026
|
-
export { default as FileInputIcon } from '../icons/file-input';
|
|
1027
1025
|
// FileHeart aliases
|
|
1028
1026
|
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1029
1027
|
// FileImage aliases
|
|
1030
1028
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
1029
|
+
// FileInput aliases
|
|
1030
|
+
export { default as FileInputIcon } from '../icons/file-input';
|
|
1031
1031
|
// FileMinus aliases
|
|
1032
1032
|
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1033
1033
|
// FileMusic aliases
|
|
@@ -1038,10 +1038,10 @@ export { default as FileOutputIcon } from '../icons/file-output';
|
|
|
1038
1038
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1039
1039
|
// FileScan aliases
|
|
1040
1040
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1041
|
-
// FileSliders aliases
|
|
1042
|
-
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1043
1041
|
// FileSearch aliases
|
|
1044
1042
|
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1043
|
+
// FileSliders aliases
|
|
1044
|
+
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1045
1045
|
// FileSpreadsheet aliases
|
|
1046
1046
|
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1047
1047
|
// FileStack 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
|
-
// FileUser aliases
|
|
1058
|
-
export { default as FileUserIcon } from '../icons/file-user';
|
|
1059
1057
|
// FileUp aliases
|
|
1060
1058
|
export { default as FileUpIcon } from '../icons/file-up';
|
|
1059
|
+
// FileUser aliases
|
|
1060
|
+
export { default as FileUserIcon } from '../icons/file-user';
|
|
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
|
-
// FishingHook aliases
|
|
1080
|
-
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1081
1079
|
// FlagOff aliases
|
|
1082
1080
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1081
|
+
// FishingHook aliases
|
|
1082
|
+
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
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';
|
|
1089
1087
|
// FlameKindling aliases
|
|
1090
1088
|
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1091
1089
|
// Flame aliases
|
|
1092
1090
|
export { default as FlameIcon } from '../icons/flame';
|
|
1091
|
+
// Flag aliases
|
|
1092
|
+
export { default as FlagIcon } from '../icons/flag';
|
|
1093
1093
|
// FlashlightOff aliases
|
|
1094
1094
|
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1095
1095
|
// Flashlight aliases
|
|
1096
1096
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1097
1097
|
// FlaskConicalOff aliases
|
|
1098
1098
|
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1099
|
-
// FlaskConical aliases
|
|
1100
|
-
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1101
|
-
// FlipHorizontal2 aliases
|
|
1102
|
-
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1103
1099
|
// FlaskRound aliases
|
|
1104
1100
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1101
|
+
// FlaskConical aliases
|
|
1102
|
+
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1105
1103
|
// FlipHorizontal aliases
|
|
1106
1104
|
export { default as FlipHorizontalIcon } from '../icons/flip-horizontal';
|
|
1107
1105
|
// FlipVertical2 aliases
|
|
1108
1106
|
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1107
|
+
// FlipHorizontal2 aliases
|
|
1108
|
+
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1109
1109
|
// FlipVertical aliases
|
|
1110
1110
|
export { default as FlipVerticalIcon } from '../icons/flip-vertical';
|
|
1111
1111
|
// Flower2 aliases
|
|
1112
1112
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1113
1113
|
// Flower aliases
|
|
1114
1114
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1115
|
-
// Focus aliases
|
|
1116
|
-
export { default as FocusIcon } from '../icons/focus';
|
|
1117
|
-
// FoldHorizontal aliases
|
|
1118
|
-
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1119
1115
|
// FoldVertical aliases
|
|
1120
1116
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1117
|
+
// FoldHorizontal aliases
|
|
1118
|
+
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1121
1119
|
// FolderArchive aliases
|
|
1122
1120
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1121
|
+
// Focus aliases
|
|
1122
|
+
export { default as FocusIcon } from '../icons/focus';
|
|
1123
1123
|
// FolderCheck aliases
|
|
1124
1124
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1125
1125
|
// FolderClock aliases
|
|
@@ -1144,20 +1144,20 @@ export { default as FolderInputIcon } from '../icons/folder-input';
|
|
|
1144
1144
|
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1145
1145
|
// FolderKey aliases
|
|
1146
1146
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1147
|
-
// FolderMinus aliases
|
|
1148
|
-
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1149
1147
|
// FolderLock aliases
|
|
1150
1148
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1149
|
+
// FolderMinus aliases
|
|
1150
|
+
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1151
1151
|
// FolderOpenDot aliases
|
|
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
1155
|
// FolderOutput aliases
|
|
1156
1156
|
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1157
|
-
// FolderRoot aliases
|
|
1158
|
-
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1159
1157
|
// FolderPlus aliases
|
|
1160
1158
|
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1159
|
+
// FolderRoot aliases
|
|
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
|
|
@@ -1168,10 +1168,10 @@ export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
|
1168
1168
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1169
1169
|
// FolderTree aliases
|
|
1170
1170
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1171
|
-
// FolderX aliases
|
|
1172
|
-
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1173
1171
|
// FolderUp aliases
|
|
1174
1172
|
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1173
|
+
// FolderX aliases
|
|
1174
|
+
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1175
1175
|
// Folder aliases
|
|
1176
1176
|
export { default as FolderIcon } from '../icons/folder';
|
|
1177
1177
|
// Folders aliases
|
|
@@ -1180,16 +1180,16 @@ export { default as FoldersIcon } from '../icons/folders';
|
|
|
1180
1180
|
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1181
1181
|
// Forklift aliases
|
|
1182
1182
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1183
|
-
// Forward aliases
|
|
1184
|
-
export { default as ForwardIcon } from '../icons/forward';
|
|
1185
1183
|
// Form aliases
|
|
1186
1184
|
export { default as FormIcon } from '../icons/form';
|
|
1185
|
+
// Forward aliases
|
|
1186
|
+
export { default as ForwardIcon } from '../icons/forward';
|
|
1187
1187
|
// Frame aliases
|
|
1188
1188
|
export { default as FrameIcon } from '../icons/frame';
|
|
1189
|
-
// Framer aliases
|
|
1190
|
-
export { default as FramerIcon } from '../icons/framer';
|
|
1191
1189
|
// Frown aliases
|
|
1192
1190
|
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
1195
|
// FunnelPlus aliases
|
|
@@ -1200,58 +1200,58 @@ export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
|
1200
1200
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1201
1201
|
// GalleryHorizontal aliases
|
|
1202
1202
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1203
|
-
// GalleryThumbnails aliases
|
|
1204
|
-
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1205
1203
|
// GalleryVerticalEnd aliases
|
|
1206
1204
|
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1205
|
+
// GalleryThumbnails aliases
|
|
1206
|
+
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
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';
|
|
1213
1211
|
// Gamepad aliases
|
|
1214
1212
|
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1215
1213
|
// Gauge aliases
|
|
1216
1214
|
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
1219
|
// Gem aliases
|
|
1220
1220
|
export { default as GemIcon } from '../icons/gem';
|
|
1221
1221
|
// Ghost aliases
|
|
1222
1222
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1223
|
-
// GeorgianLari aliases
|
|
1224
|
-
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1225
1223
|
// Gift aliases
|
|
1226
1224
|
export { default as GiftIcon } from '../icons/gift';
|
|
1227
|
-
//
|
|
1228
|
-
export { default as
|
|
1229
|
-
// GitBranch aliases
|
|
1230
|
-
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1225
|
+
// GeorgianLari aliases
|
|
1226
|
+
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1231
1227
|
// GitBranchMinus aliases
|
|
1232
1228
|
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1229
|
+
// GitBranchPlus aliases
|
|
1230
|
+
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1233
1231
|
// GitCommitVertical aliases
|
|
1234
1232
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1235
|
-
//
|
|
1236
|
-
export { default as
|
|
1233
|
+
// GitBranch aliases
|
|
1234
|
+
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1237
1235
|
// GitCompare aliases
|
|
1238
1236
|
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1239
|
-
//
|
|
1240
|
-
export { default as
|
|
1237
|
+
// GitCompareArrows aliases
|
|
1238
|
+
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1241
1239
|
// GitFork aliases
|
|
1242
1240
|
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1241
|
+
// GitGraph aliases
|
|
1242
|
+
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1243
1243
|
// GitMerge aliases
|
|
1244
1244
|
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1245
1245
|
// GitPullRequestArrow aliases
|
|
1246
1246
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1247
|
-
// GitPullRequestClosed aliases
|
|
1248
|
-
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1249
1247
|
// GitPullRequestCreateArrow aliases
|
|
1250
1248
|
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1251
|
-
// GitPullRequestDraft aliases
|
|
1252
|
-
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1253
1249
|
// GitPullRequestCreate aliases
|
|
1254
1250
|
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1251
|
+
// GitPullRequestDraft aliases
|
|
1252
|
+
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
|
|
@@ -1280,14 +1280,14 @@ export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
|
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
|
-
// Grip aliases
|
|
1284
|
-
export { default as GripIcon } from '../icons/grip';
|
|
1285
1283
|
// Group aliases
|
|
1286
1284
|
export { default as GroupIcon } from '../icons/group';
|
|
1287
|
-
//
|
|
1288
|
-
export { default as
|
|
1285
|
+
// Grip aliases
|
|
1286
|
+
export { default as GripIcon } from '../icons/grip';
|
|
1289
1287
|
// Guitar aliases
|
|
1290
1288
|
export { default as GuitarIcon } from '../icons/guitar';
|
|
1289
|
+
// Ham aliases
|
|
1290
|
+
export { default as HamIcon } from '../icons/ham';
|
|
1291
1291
|
// Hamburger aliases
|
|
1292
1292
|
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1293
1293
|
// Hammer aliases
|
|
@@ -1322,44 +1322,44 @@ export { default as HashIcon } from '../icons/hash';
|
|
|
1322
1322
|
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1323
1323
|
// Haze aliases
|
|
1324
1324
|
export { default as HazeIcon } from '../icons/haze';
|
|
1325
|
+
// Hd aliases
|
|
1326
|
+
export { default as HdIcon } from '../icons/hd';
|
|
1325
1327
|
// HdmiPort aliases
|
|
1326
1328
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1327
1329
|
// Heading1 aliases
|
|
1328
1330
|
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1329
|
-
// Hd aliases
|
|
1330
|
-
export { default as HdIcon } from '../icons/hd';
|
|
1331
1331
|
// Heading2 aliases
|
|
1332
1332
|
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1333
1333
|
// Heading3 aliases
|
|
1334
1334
|
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1335
|
-
// Heading5 aliases
|
|
1336
|
-
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1337
1335
|
// Heading4 aliases
|
|
1338
1336
|
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1337
|
+
// Heading5 aliases
|
|
1338
|
+
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1339
1339
|
// Heading6 aliases
|
|
1340
1340
|
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1341
|
+
// Heading aliases
|
|
1342
|
+
export { default as HeadingIcon } from '../icons/heading';
|
|
1341
1343
|
// HeadphoneOff aliases
|
|
1342
1344
|
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1343
1345
|
// Headphones aliases
|
|
1344
1346
|
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1345
|
-
// Heading aliases
|
|
1346
|
-
export { default as HeadingIcon } from '../icons/heading';
|
|
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';
|
|
1349
1351
|
// HeartHandshake aliases
|
|
1350
1352
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1351
1353
|
// HeartMinus aliases
|
|
1352
1354
|
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1353
|
-
// HeartCrack aliases
|
|
1354
|
-
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
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
|
-
// HeartPulse aliases
|
|
1360
|
-
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1361
1359
|
// Heart aliases
|
|
1362
1360
|
export { default as HeartIcon } from '../icons/heart';
|
|
1361
|
+
// HeartPulse aliases
|
|
1362
|
+
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1363
1363
|
// Heater aliases
|
|
1364
1364
|
export { default as HeaterIcon } from '../icons/heater';
|
|
1365
1365
|
// Helicopter aliases
|
|
@@ -1368,28 +1368,28 @@ export { default as HelicopterIcon } from '../icons/helicopter';
|
|
|
1368
1368
|
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1369
1369
|
// Highlighter aliases
|
|
1370
1370
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1371
|
-
// HopOff aliases
|
|
1372
|
-
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1373
1371
|
// History aliases
|
|
1374
1372
|
export { default as HistoryIcon } from '../icons/history';
|
|
1373
|
+
// HopOff aliases
|
|
1374
|
+
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1375
1375
|
// Hop aliases
|
|
1376
1376
|
export { default as HopIcon } from '../icons/hop';
|
|
1377
1377
|
// Hospital aliases
|
|
1378
1378
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1379
|
-
// Hourglass aliases
|
|
1380
|
-
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1381
1379
|
// Hotel aliases
|
|
1382
1380
|
export { default as HotelIcon } from '../icons/hotel';
|
|
1381
|
+
// Hourglass aliases
|
|
1382
|
+
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1383
1383
|
// HouseHeart aliases
|
|
1384
1384
|
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1385
|
-
// HousePlus aliases
|
|
1386
|
-
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1387
1385
|
// HousePlug aliases
|
|
1388
1386
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1389
|
-
//
|
|
1390
|
-
export { default as
|
|
1387
|
+
// HousePlus aliases
|
|
1388
|
+
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1391
1389
|
// HouseWifi aliases
|
|
1392
1390
|
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1391
|
+
// IdCardLanyard aliases
|
|
1392
|
+
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1393
1393
|
// IdCard aliases
|
|
1394
1394
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1395
1395
|
// ImageDown aliases
|
|
@@ -1398,28 +1398,28 @@ export { default as ImageDownIcon } from '../icons/image-down';
|
|
|
1398
1398
|
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1399
1399
|
// ImageOff aliases
|
|
1400
1400
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1401
|
-
// ImagePlus aliases
|
|
1402
|
-
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1403
1401
|
// ImagePlay aliases
|
|
1404
1402
|
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1405
1403
|
// ImageUp aliases
|
|
1406
1404
|
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1405
|
+
// ImagePlus aliases
|
|
1406
|
+
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
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
|
-
// Import aliases
|
|
1414
|
-
export { default as ImportIcon } from '../icons/import';
|
|
1415
1413
|
// Inbox aliases
|
|
1416
1414
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1415
|
+
// Import aliases
|
|
1416
|
+
export { default as ImportIcon } from '../icons/import';
|
|
1417
1417
|
// IndianRupee aliases
|
|
1418
1418
|
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1419
|
-
// Infinity aliases
|
|
1420
|
-
export { default as InfinityIcon } from '../icons/infinity';
|
|
1421
1419
|
// Info aliases
|
|
1422
1420
|
export { default as InfoIcon } from '../icons/info';
|
|
1421
|
+
// Infinity aliases
|
|
1422
|
+
export { default as InfinityIcon } from '../icons/infinity';
|
|
1423
1423
|
// InspectionPanel aliases
|
|
1424
1424
|
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1425
1425
|
// Instagram aliases
|
|
@@ -1430,12 +1430,12 @@ export { default as ItalicIcon } from '../icons/italic';
|
|
|
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';
|
|
1433
1435
|
// JapaneseYen aliases
|
|
1434
1436
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1435
1437
|
// Joystick aliases
|
|
1436
1438
|
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
|
|
@@ -1446,16 +1446,16 @@ export { default as KeySquareIcon } from '../icons/key-square';
|
|
|
1446
1446
|
export { default as KeyIcon } from '../icons/key';
|
|
1447
1447
|
// KeyboardMusic aliases
|
|
1448
1448
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1449
|
-
// Keyboard aliases
|
|
1450
|
-
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1451
1449
|
// KeyboardOff aliases
|
|
1452
1450
|
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1453
|
-
//
|
|
1454
|
-
export { default as
|
|
1451
|
+
// Keyboard aliases
|
|
1452
|
+
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1455
1453
|
// LampCeiling aliases
|
|
1456
1454
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1457
1455
|
// LampFloor aliases
|
|
1458
1456
|
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1457
|
+
// LampDesk aliases
|
|
1458
|
+
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1459
1459
|
// LampWallDown aliases
|
|
1460
1460
|
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1461
1461
|
// LampWallUp aliases
|
|
@@ -1478,10 +1478,10 @@ export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
|
1478
1478
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1479
1479
|
// Laugh aliases
|
|
1480
1480
|
export { default as LaughIcon } from '../icons/laugh';
|
|
1481
|
-
// LayersPlus aliases
|
|
1482
|
-
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1483
1481
|
// Layers2 aliases
|
|
1484
1482
|
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1483
|
+
// LayersPlus aliases
|
|
1484
|
+
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1485
1485
|
// LayoutDashboard aliases
|
|
1486
1486
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1487
1487
|
// LayoutGrid aliases
|
|
@@ -1496,14 +1496,14 @@ export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
|
1496
1496
|
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1497
1497
|
// Leaf aliases
|
|
1498
1498
|
export { default as LeafIcon } from '../icons/leaf';
|
|
1499
|
-
// LeafyGreen aliases
|
|
1500
|
-
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1501
1499
|
// Lectern aliases
|
|
1502
1500
|
export { default as LecternIcon } from '../icons/lectern';
|
|
1503
|
-
//
|
|
1504
|
-
export { default as
|
|
1501
|
+
// LeafyGreen aliases
|
|
1502
|
+
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1505
1503
|
// Library aliases
|
|
1506
1504
|
export { default as LibraryIcon } from '../icons/library';
|
|
1505
|
+
// LibraryBig aliases
|
|
1506
|
+
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1507
1507
|
// LifeBuoy aliases
|
|
1508
1508
|
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1509
1509
|
// Ligature aliases
|
|
@@ -1518,18 +1518,18 @@ 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';
|
|
1521
1523
|
// Link aliases
|
|
1522
1524
|
export { default as LinkIcon } from '../icons/link';
|
|
1523
1525
|
// ListCheck aliases
|
|
1524
1526
|
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1525
1527
|
// ListChecks aliases
|
|
1526
1528
|
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1527
|
-
// Linkedin aliases
|
|
1528
|
-
export { default as LinkedinIcon } from '../icons/linkedin';
|
|
1529
|
-
// ListChevronsUpDown aliases
|
|
1530
|
-
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1531
1529
|
// ListChevronsDownUp aliases
|
|
1532
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
1533
|
// ListCollapse aliases
|
|
1534
1534
|
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1535
1535
|
// ListEnd aliases
|
|
@@ -1548,10 +1548,10 @@ export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
|
1548
1548
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1549
1549
|
// ListRestart aliases
|
|
1550
1550
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1551
|
-
// ListTodo aliases
|
|
1552
|
-
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1553
1551
|
// ListStart aliases
|
|
1554
1552
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1553
|
+
// ListTodo aliases
|
|
1554
|
+
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1555
1555
|
// ListTree aliases
|
|
1556
1556
|
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1557
1557
|
// ListVideo aliases
|
|
@@ -1560,20 +1560,20 @@ 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';
|
|
1563
1565
|
// Loader aliases
|
|
1564
1566
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1565
1567
|
// LocateFixed aliases
|
|
1566
1568
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1567
|
-
// LoaderPinwheel aliases
|
|
1568
|
-
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1569
1569
|
// LocateOff aliases
|
|
1570
1570
|
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1571
1571
|
// Locate aliases
|
|
1572
1572
|
export { default as LocateIcon } from '../icons/locate';
|
|
1573
|
-
// Lock aliases
|
|
1574
|
-
export { default as LockIcon } from '../icons/lock';
|
|
1575
1573
|
// LockKeyhole aliases
|
|
1576
1574
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1575
|
+
// Lock aliases
|
|
1576
|
+
export { default as LockIcon } from '../icons/lock';
|
|
1577
1577
|
// LogIn aliases
|
|
1578
1578
|
export { default as LogInIcon } from '../icons/log-in';
|
|
1579
1579
|
// LogOut aliases
|
|
@@ -1584,50 +1584,50 @@ export { default as LogsIcon } from '../icons/logs';
|
|
|
1584
1584
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1585
1585
|
// Luggage aliases
|
|
1586
1586
|
export { default as LuggageIcon } from '../icons/luggage';
|
|
1587
|
-
// MailCheck aliases
|
|
1588
|
-
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1589
1587
|
// Magnet aliases
|
|
1590
1588
|
export { default as MagnetIcon } from '../icons/magnet';
|
|
1589
|
+
// MailCheck aliases
|
|
1590
|
+
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1591
1591
|
// MailMinus aliases
|
|
1592
1592
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1593
1593
|
// MailOpen aliases
|
|
1594
1594
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1595
|
-
// MailPlus aliases
|
|
1596
|
-
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1597
1595
|
// MailSearch aliases
|
|
1598
1596
|
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
|
|
1602
1602
|
export { default as MailXIcon } from '../icons/mail-x';
|
|
1603
1603
|
// Mail aliases
|
|
1604
1604
|
export { default as MailIcon } from '../icons/mail';
|
|
1605
|
-
// Mails aliases
|
|
1606
|
-
export { default as MailsIcon } from '../icons/mails';
|
|
1607
1605
|
// Mailbox aliases
|
|
1608
1606
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1607
|
+
// Mails aliases
|
|
1608
|
+
export { default as MailsIcon } from '../icons/mails';
|
|
1609
1609
|
// MapMinus aliases
|
|
1610
1610
|
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1611
1611
|
// MapPinCheckInside aliases
|
|
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
|
-
// MapPinMinusInside aliases
|
|
1616
|
-
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1617
1615
|
// MapPinHouse aliases
|
|
1618
1616
|
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1619
|
-
//
|
|
1620
|
-
export { default as
|
|
1617
|
+
// MapPinMinusInside aliases
|
|
1618
|
+
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1621
1619
|
// MapPinMinus aliases
|
|
1622
1620
|
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1621
|
+
// MapPinOff aliases
|
|
1622
|
+
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1623
1623
|
// MapPinPlusInside aliases
|
|
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
|
-
// MapPinXInside aliases
|
|
1628
|
-
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1629
1627
|
// MapPinX aliases
|
|
1630
1628
|
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1629
|
+
// MapPinXInside aliases
|
|
1630
|
+
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1631
1631
|
// MapPin aliases
|
|
1632
1632
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1633
1633
|
// MapPinned aliases
|
|
@@ -1636,22 +1636,22 @@ export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
|
1636
1636
|
export { default as MapIcon } from '../icons/map';
|
|
1637
1637
|
// MapPlus aliases
|
|
1638
1638
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1639
|
-
// MarsStroke aliases
|
|
1640
|
-
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1641
1639
|
// Mars aliases
|
|
1642
1640
|
export { default as MarsIcon } from '../icons/mars';
|
|
1641
|
+
// MarsStroke aliases
|
|
1642
|
+
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1643
1643
|
// Martini aliases
|
|
1644
1644
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1645
1645
|
// Maximize2 aliases
|
|
1646
1646
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1647
|
-
// Medal aliases
|
|
1648
|
-
export { default as MedalIcon } from '../icons/medal';
|
|
1649
1647
|
// Maximize aliases
|
|
1650
1648
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1651
|
-
//
|
|
1652
|
-
export { default as
|
|
1649
|
+
// Medal aliases
|
|
1650
|
+
export { default as MedalIcon } from '../icons/medal';
|
|
1653
1651
|
// MegaphoneOff aliases
|
|
1654
1652
|
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1653
|
+
// Megaphone aliases
|
|
1654
|
+
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1655
1655
|
// Meh aliases
|
|
1656
1656
|
export { default as MehIcon } from '../icons/meh';
|
|
1657
1657
|
// MemoryStick aliases
|
|
@@ -1660,16 +1660,16 @@ export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
|
1660
1660
|
export { default as MenuIcon } from '../icons/menu';
|
|
1661
1661
|
// Merge aliases
|
|
1662
1662
|
export { default as MergeIcon } from '../icons/merge';
|
|
1663
|
-
// MessageCircleDashed aliases
|
|
1664
|
-
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1665
1663
|
// MessageCircleCode aliases
|
|
1666
1664
|
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1667
|
-
//
|
|
1668
|
-
export { default as
|
|
1665
|
+
// MessageCircleDashed aliases
|
|
1666
|
+
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1669
1667
|
// MessageCircleMore aliases
|
|
1670
1668
|
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1671
1669
|
// MessageCircleOff aliases
|
|
1672
1670
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1671
|
+
// MessageCircleHeart aliases
|
|
1672
|
+
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1673
1673
|
// MessageCirclePlus aliases
|
|
1674
1674
|
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1675
1675
|
// MessageCircleReply aliases
|
|
@@ -1698,18 +1698,18 @@ export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
|
1698
1698
|
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1699
1699
|
// MessageSquarePlus aliases
|
|
1700
1700
|
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1701
|
-
// MessageSquareShare aliases
|
|
1702
|
-
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1703
1701
|
// MessageSquareQuote aliases
|
|
1704
1702
|
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1705
|
-
//
|
|
1706
|
-
export { default as
|
|
1703
|
+
// MessageSquareShare aliases
|
|
1704
|
+
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1707
1705
|
// MessageSquareReply aliases
|
|
1708
1706
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1709
1707
|
// MessageSquareWarning aliases
|
|
1710
1708
|
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1711
1709
|
// MessageSquareX aliases
|
|
1712
1710
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1711
|
+
// MessageSquareText aliases
|
|
1712
|
+
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1713
1713
|
// MessagesSquare aliases
|
|
1714
1714
|
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1715
1715
|
// MessageSquare aliases
|
|
@@ -1724,10 +1724,10 @@ export { default as MicrochipIcon } from '../icons/microchip';
|
|
|
1724
1724
|
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1725
1725
|
// Microwave aliases
|
|
1726
1726
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1727
|
-
// Milestone aliases
|
|
1728
|
-
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1729
1727
|
// MilkOff aliases
|
|
1730
1728
|
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,28 +1736,28 @@ 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
|
-
// MonitorCheck aliases
|
|
1740
|
-
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1741
1739
|
// MonitorCloud aliases
|
|
1742
1740
|
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1741
|
+
// MonitorCheck aliases
|
|
1742
|
+
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1743
1743
|
// MonitorCog aliases
|
|
1744
1744
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1745
|
-
// MonitorDown aliases
|
|
1746
|
-
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1747
1745
|
// MonitorDot aliases
|
|
1748
1746
|
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1749
1747
|
// MonitorOff aliases
|
|
1750
1748
|
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1749
|
+
// MonitorDown aliases
|
|
1750
|
+
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1751
1751
|
// MonitorPause aliases
|
|
1752
1752
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1753
1753
|
// MonitorPlay aliases
|
|
1754
1754
|
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1755
1755
|
// MonitorSmartphone aliases
|
|
1756
1756
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1757
|
-
// MonitorStop aliases
|
|
1758
|
-
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1759
1757
|
// MonitorSpeaker aliases
|
|
1760
1758
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1759
|
+
// MonitorStop aliases
|
|
1760
|
+
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1761
1761
|
// MonitorUp aliases
|
|
1762
1762
|
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1763
1763
|
// MonitorX aliases
|
|
@@ -1778,52 +1778,52 @@ export { default as MountainIcon } from '../icons/mountain';
|
|
|
1778
1778
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1779
1779
|
// MousePointer2Off aliases
|
|
1780
1780
|
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1781
|
-
// MousePointerClick aliases
|
|
1782
|
-
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1783
1781
|
// MousePointer2 aliases
|
|
1784
1782
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1785
|
-
// MousePointer aliases
|
|
1786
|
-
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1787
1783
|
// MousePointerBan aliases
|
|
1788
1784
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1785
|
+
// MousePointerClick aliases
|
|
1786
|
+
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1787
|
+
// MousePointer aliases
|
|
1788
|
+
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1789
1789
|
// Mouse aliases
|
|
1790
1790
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1791
|
-
// MoveDiagonal2 aliases
|
|
1792
|
-
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1793
1791
|
// MoveDiagonal aliases
|
|
1794
1792
|
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1793
|
+
// MoveDiagonal2 aliases
|
|
1794
|
+
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
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';
|
|
1797
1799
|
// MoveDownRight aliases
|
|
1798
1800
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1799
1801
|
// MoveHorizontal aliases
|
|
1800
1802
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1801
|
-
// MoveLeft aliases
|
|
1802
|
-
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1803
|
-
// MoveDown aliases
|
|
1804
|
-
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1805
1803
|
// MoveRight aliases
|
|
1806
1804
|
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1807
|
-
//
|
|
1808
|
-
export { default as
|
|
1805
|
+
// MoveLeft aliases
|
|
1806
|
+
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1809
1807
|
// MoveUpRight aliases
|
|
1810
1808
|
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1811
|
-
//
|
|
1812
|
-
export { default as
|
|
1809
|
+
// MoveUpLeft aliases
|
|
1810
|
+
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1813
1811
|
// MoveUp aliases
|
|
1814
1812
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1813
|
+
// MoveVertical aliases
|
|
1814
|
+
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1815
1815
|
// Move aliases
|
|
1816
1816
|
export { default as MoveIcon } from '../icons/move';
|
|
1817
1817
|
// Music2 aliases
|
|
1818
1818
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1819
|
-
// Navigation2Off aliases
|
|
1820
|
-
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1821
1819
|
// Music4 aliases
|
|
1822
1820
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1823
1821
|
// Music3 aliases
|
|
1824
1822
|
export { default as Music3Icon } from '../icons/music-3';
|
|
1825
1823
|
// Music aliases
|
|
1826
1824
|
export { default as MusicIcon } from '../icons/music';
|
|
1825
|
+
// Navigation2Off aliases
|
|
1826
|
+
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1827
1827
|
// Navigation2 aliases
|
|
1828
1828
|
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1829
1829
|
// NavigationOff aliases
|
|
@@ -1844,10 +1844,10 @@ 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
|
-
// Notebook aliases
|
|
1848
|
-
export { default as NotebookIcon } from '../icons/notebook';
|
|
1849
1847
|
// NotepadTextDashed aliases
|
|
1850
1848
|
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1849
|
+
// Notebook aliases
|
|
1850
|
+
export { default as NotebookIcon } from '../icons/notebook';
|
|
1851
1851
|
// NotepadText aliases
|
|
1852
1852
|
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1853
1853
|
// NutOff aliases
|
|
@@ -1862,18 +1862,18 @@ export { default as OctagonIcon } from '../icons/octagon';
|
|
|
1862
1862
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1863
1863
|
// Option aliases
|
|
1864
1864
|
export { default as OptionIcon } from '../icons/option';
|
|
1865
|
-
// Orbit aliases
|
|
1866
|
-
export { default as OrbitIcon } from '../icons/orbit';
|
|
1867
1865
|
// Origami aliases
|
|
1868
1866
|
export { default as OrigamiIcon } from '../icons/origami';
|
|
1867
|
+
// Orbit aliases
|
|
1868
|
+
export { default as OrbitIcon } from '../icons/orbit';
|
|
1869
1869
|
// Package2 aliases
|
|
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
|
-
// PackageMinus aliases
|
|
1874
|
-
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1875
1873
|
// PackageOpen aliases
|
|
1876
1874
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1875
|
+
// PackageMinus aliases
|
|
1876
|
+
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1877
1877
|
// PackagePlus aliases
|
|
1878
1878
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1879
1879
|
// PackageSearch aliases
|
|
@@ -1892,28 +1892,28 @@ export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
|
1892
1892
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1893
1893
|
// Panda aliases
|
|
1894
1894
|
export { default as PandaIcon } from '../icons/panda';
|
|
1895
|
-
// PanelBottomOpen aliases
|
|
1896
|
-
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1897
1895
|
// PanelBottomClose aliases
|
|
1898
1896
|
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1897
|
+
// PanelBottomOpen aliases
|
|
1898
|
+
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1899
1899
|
// PanelBottom aliases
|
|
1900
1900
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1901
1901
|
// PanelLeftRightDashed aliases
|
|
1902
1902
|
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1903
|
-
// PanelRightOpen aliases
|
|
1904
|
-
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1905
1903
|
// PanelRightClose aliases
|
|
1906
1904
|
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1905
|
+
// PanelRightOpen aliases
|
|
1906
|
+
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1907
1907
|
// PanelRight aliases
|
|
1908
1908
|
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1909
1909
|
// PanelTopBottomDashed aliases
|
|
1910
1910
|
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
1911
1911
|
// PanelTopClose aliases
|
|
1912
1912
|
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1913
|
-
// PanelTopOpen aliases
|
|
1914
|
-
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1915
1913
|
// PanelTop aliases
|
|
1916
1914
|
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1915
|
+
// PanelTopOpen aliases
|
|
1916
|
+
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1917
1917
|
// PanelsLeftBottom aliases
|
|
1918
1918
|
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1919
1919
|
// PanelsRightBottom aliases
|
|
@@ -1924,28 +1924,28 @@ 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
|
-
// PartyPopper aliases
|
|
1928
|
-
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1929
1927
|
// Pause aliases
|
|
1930
1928
|
export { default as PauseIcon } from '../icons/pause';
|
|
1929
|
+
// PartyPopper aliases
|
|
1930
|
+
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1931
1931
|
// PawPrint aliases
|
|
1932
1932
|
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1933
1933
|
// PcCase aliases
|
|
1934
1934
|
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1935
|
-
// PenTool aliases
|
|
1936
|
-
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1937
1935
|
// PenOff aliases
|
|
1938
1936
|
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1937
|
+
// PenTool aliases
|
|
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';
|
|
1941
1943
|
// PencilOff aliases
|
|
1942
1944
|
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1943
1945
|
// Pencil aliases
|
|
1944
1946
|
export { default as PencilIcon } from '../icons/pencil';
|
|
1945
1947
|
// Pentagon aliases
|
|
1946
1948
|
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1947
|
-
// PencilRuler aliases
|
|
1948
|
-
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1949
1949
|
// Percent aliases
|
|
1950
1950
|
export { default as PercentIcon } from '../icons/percent';
|
|
1951
1951
|
// PersonStanding aliases
|
|
@@ -1974,18 +1974,18 @@ 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';
|
|
1977
1979
|
// PictureInPicture aliases
|
|
1978
1980
|
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1979
1981
|
// PilcrowLeft aliases
|
|
1980
1982
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1981
|
-
// PiggyBank aliases
|
|
1982
|
-
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1983
1983
|
// PilcrowRight aliases
|
|
1984
1984
|
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1985
|
-
// Pilcrow aliases
|
|
1986
|
-
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1987
1985
|
// PillBottle aliases
|
|
1988
1986
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
1987
|
+
// Pilcrow aliases
|
|
1988
|
+
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1989
1989
|
// Pill aliases
|
|
1990
1990
|
export { default as PillIcon } from '../icons/pill';
|
|
1991
1991
|
// PinOff aliases
|
|
@@ -1996,38 +1996,38 @@ 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';
|
|
1999
2001
|
// PlaneLanding aliases
|
|
2000
2002
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
2001
2003
|
// Plane aliases
|
|
2002
2004
|
export { default as PlaneIcon } from '../icons/plane';
|
|
2003
|
-
// PlaneTakeoff aliases
|
|
2004
|
-
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
2005
2005
|
// Play aliases
|
|
2006
2006
|
export { default as PlayIcon } from '../icons/play';
|
|
2007
|
-
// Plug2 aliases
|
|
2008
|
-
export { default as Plug2Icon } from '../icons/plug-2';
|
|
2009
2007
|
// Plug aliases
|
|
2010
2008
|
export { default as PlugIcon } from '../icons/plug';
|
|
2009
|
+
// Plug2 aliases
|
|
2010
|
+
export { default as Plug2Icon } from '../icons/plug-2';
|
|
2011
2011
|
// Plus aliases
|
|
2012
2012
|
export { default as PlusIcon } from '../icons/plus';
|
|
2013
|
+
// Pocket aliases
|
|
2014
|
+
export { default as PocketIcon } from '../icons/pocket';
|
|
2013
2015
|
// PocketKnife aliases
|
|
2014
2016
|
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2015
2017
|
// Podcast aliases
|
|
2016
2018
|
export { default as PodcastIcon } from '../icons/podcast';
|
|
2017
2019
|
// PointerOff aliases
|
|
2018
2020
|
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2019
|
-
// Pocket aliases
|
|
2020
|
-
export { default as PocketIcon } from '../icons/pocket';
|
|
2021
|
-
// Pointer aliases
|
|
2022
|
-
export { default as PointerIcon } from '../icons/pointer';
|
|
2023
2021
|
// Popcorn aliases
|
|
2024
2022
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2023
|
+
// Pointer aliases
|
|
2024
|
+
export { default as PointerIcon } from '../icons/pointer';
|
|
2025
2025
|
// Popsicle aliases
|
|
2026
2026
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2027
|
-
// PowerOff aliases
|
|
2028
|
-
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2029
2027
|
// PoundSterling aliases
|
|
2030
2028
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2029
|
+
// PowerOff aliases
|
|
2030
|
+
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2031
2031
|
// Power aliases
|
|
2032
2032
|
export { default as PowerIcon } from '../icons/power';
|
|
2033
2033
|
// Presentation aliases
|
|
@@ -2042,20 +2042,20 @@ 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
|
-
// Pyramid aliases
|
|
2046
|
-
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2047
2045
|
// QrCode aliases
|
|
2048
2046
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2047
|
+
// Pyramid aliases
|
|
2048
|
+
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2049
2049
|
// Quote aliases
|
|
2050
2050
|
export { default as QuoteIcon } from '../icons/quote';
|
|
2051
|
-
// Rabbit aliases
|
|
2052
|
-
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2053
2051
|
// Radar aliases
|
|
2054
2052
|
export { default as RadarIcon } from '../icons/radar';
|
|
2055
|
-
//
|
|
2056
|
-
export { default as
|
|
2053
|
+
// Rabbit aliases
|
|
2054
|
+
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2057
2055
|
// Radiation aliases
|
|
2058
2056
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
2057
|
+
// Radical aliases
|
|
2058
|
+
export { default as RadicalIcon } from '../icons/radical';
|
|
2059
2059
|
// RadioReceiver aliases
|
|
2060
2060
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2061
2061
|
// RadioTower aliases
|
|
@@ -2064,10 +2064,10 @@ export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
|
2064
2064
|
export { default as RadioIcon } from '../icons/radio';
|
|
2065
2065
|
// Radius aliases
|
|
2066
2066
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2067
|
-
// Rainbow aliases
|
|
2068
|
-
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2069
2067
|
// RailSymbol aliases
|
|
2070
2068
|
export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
2069
|
+
// Rainbow aliases
|
|
2070
|
+
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2071
2071
|
// Rat aliases
|
|
2072
2072
|
export { default as RatIcon } from '../icons/rat';
|
|
2073
2073
|
// Ratio 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
|
-
// ReceiptTurkishLira aliases
|
|
2092
|
-
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2093
2091
|
// Receipt aliases
|
|
2094
2092
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2093
|
+
// ReceiptTurkishLira aliases
|
|
2094
|
+
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2095
|
+
// RectangleGoggles aliases
|
|
2096
|
+
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2095
2097
|
// RectangleCircle aliases
|
|
2096
2098
|
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2099
|
+
// RectangleVertical aliases
|
|
2100
|
+
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2097
2101
|
// RectangleHorizontal aliases
|
|
2098
2102
|
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2099
|
-
// RectangleGoggles aliases
|
|
2100
|
-
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2101
2103
|
// Recycle aliases
|
|
2102
2104
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2103
|
-
// RectangleVertical aliases
|
|
2104
|
-
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2105
|
-
// Redo2 aliases
|
|
2106
|
-
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2107
2105
|
// RedoDot aliases
|
|
2108
2106
|
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2109
2107
|
// Redo aliases
|
|
2110
2108
|
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
|
|
@@ -2116,32 +2116,32 @@ export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
|
2116
2116
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2117
2117
|
// RefreshCw aliases
|
|
2118
2118
|
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2119
|
-
// Regex aliases
|
|
2120
|
-
export { default as RegexIcon } from '../icons/regex';
|
|
2121
2119
|
// Refrigerator aliases
|
|
2122
2120
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2121
|
+
// Regex aliases
|
|
2122
|
+
export { default as RegexIcon } from '../icons/regex';
|
|
2123
2123
|
// RemoveFormatting aliases
|
|
2124
2124
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2125
2125
|
// Repeat1 aliases
|
|
2126
2126
|
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2127
2127
|
// Repeat2 aliases
|
|
2128
2128
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2129
|
-
// Replace aliases
|
|
2130
|
-
export { default as ReplaceIcon } from '../icons/replace';
|
|
2131
2129
|
// Repeat aliases
|
|
2132
2130
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2131
|
+
// Replace aliases
|
|
2132
|
+
export { default as ReplaceIcon } from '../icons/replace';
|
|
2133
2133
|
// ReplaceAll aliases
|
|
2134
2134
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
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
|
-
// Rocket aliases
|
|
2140
|
-
export { default as RocketIcon } from '../icons/rocket';
|
|
2141
|
-
// Rewind aliases
|
|
2142
|
-
export { default as RewindIcon } from '../icons/rewind';
|
|
2143
2139
|
// Ribbon aliases
|
|
2144
2140
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2141
|
+
// Rewind aliases
|
|
2142
|
+
export { default as RewindIcon } from '../icons/rewind';
|
|
2143
|
+
// Rocket aliases
|
|
2144
|
+
export { default as RocketIcon } from '../icons/rocket';
|
|
2145
2145
|
// RockingChair aliases
|
|
2146
2146
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2147
2147
|
// RollerCoaster aliases
|
|
@@ -2152,56 +2152,56 @@ 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
|
-
// RotateCcw aliases
|
|
2156
|
-
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2157
2155
|
// RotateCwSquare aliases
|
|
2158
2156
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2157
|
+
// RotateCcw aliases
|
|
2158
|
+
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2159
2159
|
// RotateCw aliases
|
|
2160
2160
|
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2161
|
-
// RouteOff aliases
|
|
2162
|
-
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2163
2161
|
// Route aliases
|
|
2164
2162
|
export { default as RouteIcon } from '../icons/route';
|
|
2165
2163
|
// Router aliases
|
|
2166
2164
|
export { default as RouterIcon } from '../icons/router';
|
|
2165
|
+
// RouteOff aliases
|
|
2166
|
+
export { default as RouteOffIcon } from '../icons/route-off';
|
|
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';
|
|
2173
2171
|
// Ruler aliases
|
|
2174
2172
|
export { default as RulerIcon } from '../icons/ruler';
|
|
2175
2173
|
// RussianRuble aliases
|
|
2176
2174
|
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2177
|
-
//
|
|
2178
|
-
export { default as
|
|
2175
|
+
// RulerDimensionLine aliases
|
|
2176
|
+
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2179
2177
|
// Salad aliases
|
|
2180
2178
|
export { default as SaladIcon } from '../icons/salad';
|
|
2181
|
-
//
|
|
2182
|
-
export { default as
|
|
2179
|
+
// Sailboat aliases
|
|
2180
|
+
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2183
2181
|
// Sandwich aliases
|
|
2184
2182
|
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2185
|
-
//
|
|
2186
|
-
export { default as
|
|
2183
|
+
// SatelliteDish aliases
|
|
2184
|
+
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2187
2185
|
// Satellite aliases
|
|
2188
2186
|
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2187
|
+
// SaudiRiyal aliases
|
|
2188
|
+
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2189
2189
|
// SaveAll aliases
|
|
2190
2190
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2191
2191
|
// SaveOff aliases
|
|
2192
2192
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2193
|
-
// Scaling aliases
|
|
2194
|
-
export { default as ScalingIcon } from '../icons/scaling';
|
|
2195
|
-
// Scale aliases
|
|
2196
|
-
export { default as ScaleIcon } from '../icons/scale';
|
|
2197
2193
|
// Save aliases
|
|
2198
2194
|
export { default as SaveIcon } from '../icons/save';
|
|
2195
|
+
// Scale aliases
|
|
2196
|
+
export { default as ScaleIcon } from '../icons/scale';
|
|
2197
|
+
// Scaling aliases
|
|
2198
|
+
export { default as ScalingIcon } from '../icons/scaling';
|
|
2199
2199
|
// ScanBarcode aliases
|
|
2200
2200
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2201
|
-
// ScanEye aliases
|
|
2202
|
-
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2203
2201
|
// ScanFace aliases
|
|
2204
2202
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2203
|
+
// ScanEye aliases
|
|
2204
|
+
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2205
2205
|
// ScanHeart aliases
|
|
2206
2206
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2207
2207
|
// ScanLine aliases
|
|
@@ -2214,56 +2214,56 @@ export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
|
2214
2214
|
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2215
2215
|
// Scan aliases
|
|
2216
2216
|
export { default as ScanIcon } from '../icons/scan';
|
|
2217
|
+
// School aliases
|
|
2218
|
+
export { default as SchoolIcon } from '../icons/school';
|
|
2217
2219
|
// ScissorsLineDashed aliases
|
|
2218
2220
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2219
2221
|
// Scissors aliases
|
|
2220
2222
|
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2221
|
-
// School aliases
|
|
2222
|
-
export { default as SchoolIcon } from '../icons/school';
|
|
2223
2223
|
// Scooter aliases
|
|
2224
2224
|
export { default as ScooterIcon } from '../icons/scooter';
|
|
2225
2225
|
// ScreenShareOff aliases
|
|
2226
2226
|
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2227
2227
|
// ScreenShare aliases
|
|
2228
2228
|
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2229
|
+
// ScrollText aliases
|
|
2230
|
+
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2229
2231
|
// Scroll aliases
|
|
2230
2232
|
export { default as ScrollIcon } from '../icons/scroll';
|
|
2231
2233
|
// SearchAlert aliases
|
|
2232
2234
|
export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
2233
|
-
// ScrollText aliases
|
|
2234
|
-
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2235
|
-
// SearchCode aliases
|
|
2236
|
-
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2237
2235
|
// SearchCheck aliases
|
|
2238
2236
|
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2239
|
-
//
|
|
2240
|
-
export { default as
|
|
2237
|
+
// SearchCode aliases
|
|
2238
|
+
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2241
2239
|
// SearchSlash aliases
|
|
2242
2240
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2241
|
+
// SearchX aliases
|
|
2242
|
+
export { default as SearchXIcon } from '../icons/search-x';
|
|
2243
2243
|
// Search aliases
|
|
2244
2244
|
export { default as SearchIcon } from '../icons/search';
|
|
2245
2245
|
// SendToBack aliases
|
|
2246
2246
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2247
|
-
// Section aliases
|
|
2248
|
-
export { default as SectionIcon } from '../icons/section';
|
|
2249
2247
|
// Send aliases
|
|
2250
2248
|
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
2255
|
// ServerCog aliases
|
|
2256
2256
|
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2257
|
-
// ServerOff aliases
|
|
2258
|
-
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2259
|
-
// Server aliases
|
|
2260
|
-
export { default as ServerIcon } from '../icons/server';
|
|
2261
2257
|
// ServerCrash aliases
|
|
2262
2258
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2263
|
-
//
|
|
2264
|
-
export { default as
|
|
2259
|
+
// Server aliases
|
|
2260
|
+
export { default as ServerIcon } from '../icons/server';
|
|
2261
|
+
// ServerOff aliases
|
|
2262
|
+
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2265
2263
|
// Settings aliases
|
|
2266
2264
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2265
|
+
// Settings2 aliases
|
|
2266
|
+
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2267
2267
|
// Shapes aliases
|
|
2268
2268
|
export { default as ShapesIcon } from '../icons/shapes';
|
|
2269
2269
|
// Share2 aliases
|
|
@@ -2278,24 +2278,24 @@ export { default as ShellIcon } from '../icons/shell';
|
|
|
2278
2278
|
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2279
2279
|
// ShieldBan aliases
|
|
2280
2280
|
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2281
|
-
// ShieldEllipsis aliases
|
|
2282
|
-
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2283
2281
|
// ShieldCheck aliases
|
|
2284
2282
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2283
|
+
// ShieldEllipsis aliases
|
|
2284
|
+
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2285
2285
|
// ShieldHalf aliases
|
|
2286
2286
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2287
2287
|
// ShieldMinus aliases
|
|
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
|
-
// ShieldPlus aliases
|
|
2292
|
-
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2293
2291
|
// ShieldUser aliases
|
|
2294
2292
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2295
|
-
//
|
|
2296
|
-
export { default as
|
|
2293
|
+
// ShieldPlus aliases
|
|
2294
|
+
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2297
2295
|
// Shield aliases
|
|
2298
2296
|
export { default as ShieldIcon } from '../icons/shield';
|
|
2297
|
+
// ShipWheel aliases
|
|
2298
|
+
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2299
2299
|
// Ship aliases
|
|
2300
2300
|
export { default as ShipIcon } from '../icons/ship';
|
|
2301
2301
|
// Shirt aliases
|
|
@@ -2304,18 +2304,18 @@ export { default as ShirtIcon } from '../icons/shirt';
|
|
|
2304
2304
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2305
2305
|
// ShoppingBasket aliases
|
|
2306
2306
|
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2307
|
-
// Shovel aliases
|
|
2308
|
-
export { default as ShovelIcon } from '../icons/shovel';
|
|
2309
|
-
// ShowerHead aliases
|
|
2310
|
-
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2311
2307
|
// ShoppingCart aliases
|
|
2312
2308
|
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2313
|
-
//
|
|
2314
|
-
export { default as
|
|
2309
|
+
// ShowerHead aliases
|
|
2310
|
+
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2311
|
+
// Shovel aliases
|
|
2312
|
+
export { default as ShovelIcon } from '../icons/shovel';
|
|
2315
2313
|
// Shrimp aliases
|
|
2316
2314
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2317
2315
|
// Shrink aliases
|
|
2318
2316
|
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
|
|
@@ -2330,16 +2330,16 @@ export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
|
2330
2330
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2331
2331
|
// SignalZero aliases
|
|
2332
2332
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2333
|
+
// Signal aliases
|
|
2334
|
+
export { default as SignalIcon } from '../icons/signal';
|
|
2333
2335
|
// Signature aliases
|
|
2334
2336
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2335
2337
|
// SignpostBig aliases
|
|
2336
2338
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2337
|
-
// Signal aliases
|
|
2338
|
-
export { default as SignalIcon } from '../icons/signal';
|
|
2339
|
-
// Signpost aliases
|
|
2340
|
-
export { default as SignpostIcon } from '../icons/signpost';
|
|
2341
2339
|
// Siren aliases
|
|
2342
2340
|
export { default as SirenIcon } from '../icons/siren';
|
|
2341
|
+
// Signpost aliases
|
|
2342
|
+
export { default as SignpostIcon } from '../icons/signpost';
|
|
2343
2343
|
// SkipBack aliases
|
|
2344
2344
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2345
2345
|
// SkipForward aliases
|
|
@@ -2348,116 +2348,118 @@ export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
|
2348
2348
|
export { default as SkullIcon } from '../icons/skull';
|
|
2349
2349
|
// Slack aliases
|
|
2350
2350
|
export { default as SlackIcon } from '../icons/slack';
|
|
2351
|
-
// Slash aliases
|
|
2352
|
-
export { default as SlashIcon } from '../icons/slash';
|
|
2353
2351
|
// Slice aliases
|
|
2354
2352
|
export { default as SliceIcon } from '../icons/slice';
|
|
2355
|
-
//
|
|
2356
|
-
export { default as
|
|
2353
|
+
// Slash aliases
|
|
2354
|
+
export { default as SlashIcon } from '../icons/slash';
|
|
2357
2355
|
// SlidersHorizontal aliases
|
|
2358
2356
|
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2359
|
-
//
|
|
2360
|
-
export { default as
|
|
2357
|
+
// SmartphoneCharging aliases
|
|
2358
|
+
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2361
2359
|
// SmartphoneNfc aliases
|
|
2362
2360
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2363
2361
|
// SmilePlus aliases
|
|
2364
2362
|
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2365
|
-
//
|
|
2366
|
-
export { default as
|
|
2363
|
+
// Smartphone aliases
|
|
2364
|
+
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2367
2365
|
// Smile aliases
|
|
2368
2366
|
export { default as SmileIcon } from '../icons/smile';
|
|
2367
|
+
// Snail aliases
|
|
2368
|
+
export { default as SnailIcon } from '../icons/snail';
|
|
2369
2369
|
// Snowflake aliases
|
|
2370
2370
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2371
|
-
// SoapDispenserDroplet aliases
|
|
2372
|
-
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2373
2371
|
// Sofa aliases
|
|
2374
2372
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2373
|
+
// SoapDispenserDroplet aliases
|
|
2374
|
+
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2375
2375
|
// SolarPanel aliases
|
|
2376
2376
|
export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
2377
|
-
// Space aliases
|
|
2378
|
-
export { default as SpaceIcon } from '../icons/space';
|
|
2379
|
-
// Spade aliases
|
|
2380
|
-
export { default as SpadeIcon } from '../icons/spade';
|
|
2381
2377
|
// Soup aliases
|
|
2382
2378
|
export { default as SoupIcon } from '../icons/soup';
|
|
2379
|
+
// Spade aliases
|
|
2380
|
+
export { default as SpadeIcon } from '../icons/spade';
|
|
2383
2381
|
// Sparkle aliases
|
|
2384
2382
|
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
|
-
// SpellCheck aliases
|
|
2390
|
-
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2391
2389
|
// SpellCheck2 aliases
|
|
2392
2390
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2391
|
+
// SpellCheck aliases
|
|
2392
|
+
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2393
2393
|
// SplinePointer aliases
|
|
2394
2394
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
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
|
-
// SprayCan aliases
|
|
2400
|
-
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2401
2399
|
// Spool aliases
|
|
2402
2400
|
export { default as SpoolIcon } from '../icons/spool';
|
|
2403
|
-
//
|
|
2404
|
-
export { default as
|
|
2401
|
+
// SprayCan aliases
|
|
2402
|
+
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2405
2403
|
// Spotlight aliases
|
|
2406
2404
|
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2405
|
+
// Sprout aliases
|
|
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';
|
|
2409
2411
|
// SquareDashedTopSolid aliases
|
|
2410
2412
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2411
2413
|
// SquarePause aliases
|
|
2412
2414
|
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2413
|
-
//
|
|
2414
|
-
export { default as
|
|
2415
|
+
// SquareRoundCorner aliases
|
|
2416
|
+
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2415
2417
|
// SquareRadical aliases
|
|
2416
2418
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2417
2419
|
// SquareSquare aliases
|
|
2418
2420
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2419
|
-
// SquareRoundCorner aliases
|
|
2420
|
-
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2421
2421
|
// SquareStack aliases
|
|
2422
2422
|
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2423
|
-
// SquareStop aliases
|
|
2424
|
-
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2425
2423
|
// SquareStar aliases
|
|
2426
2424
|
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2425
|
+
// SquareStop aliases
|
|
2426
|
+
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2427
2427
|
// Square aliases
|
|
2428
2428
|
export { default as SquareIcon } from '../icons/square';
|
|
2429
2429
|
// SquaresExclude aliases
|
|
2430
2430
|
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2431
2431
|
// SquaresIntersect aliases
|
|
2432
2432
|
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2433
|
-
// SquaresUnite aliases
|
|
2434
|
-
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2435
2433
|
// SquaresSubtract aliases
|
|
2436
2434
|
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2435
|
+
// SquaresUnite aliases
|
|
2436
|
+
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2437
2437
|
// SquircleDashed aliases
|
|
2438
2438
|
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2439
|
-
// Squircle aliases
|
|
2440
|
-
export { default as SquircleIcon } from '../icons/squircle';
|
|
2441
2439
|
// Squirrel aliases
|
|
2442
2440
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2443
|
-
//
|
|
2444
|
-
export { default as
|
|
2441
|
+
// Squircle aliases
|
|
2442
|
+
export { default as SquircleIcon } from '../icons/squircle';
|
|
2445
2443
|
// StarHalf aliases
|
|
2446
2444
|
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2445
|
+
// Stamp aliases
|
|
2446
|
+
export { default as StampIcon } from '../icons/stamp';
|
|
2447
2447
|
// StarOff aliases
|
|
2448
2448
|
export { default as StarOffIcon } from '../icons/star-off';
|
|
2449
2449
|
// Star aliases
|
|
2450
2450
|
export { default as StarIcon } from '../icons/star';
|
|
2451
|
-
// StepForward aliases
|
|
2452
|
-
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2453
2451
|
// StepBack aliases
|
|
2454
2452
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2453
|
+
// StepForward aliases
|
|
2454
|
+
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2455
2455
|
// Stethoscope aliases
|
|
2456
2456
|
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2457
2457
|
// StickyNote aliases
|
|
2458
2458
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2459
2459
|
// Sticker aliases
|
|
2460
2460
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2461
|
+
// Stone aliases
|
|
2462
|
+
export { default as StoneIcon } from '../icons/stone';
|
|
2461
2463
|
// Store aliases
|
|
2462
2464
|
export { default as StoreIcon } from '../icons/store';
|
|
2463
2465
|
// StretchHorizontal aliases
|
|
@@ -2466,58 +2468,58 @@ export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
|
2466
2468
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2467
2469
|
// Strikethrough aliases
|
|
2468
2470
|
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2469
|
-
// Subscript aliases
|
|
2470
|
-
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2471
2471
|
// SunDim aliases
|
|
2472
2472
|
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2473
|
+
// Subscript aliases
|
|
2474
|
+
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2473
2475
|
// SunMedium aliases
|
|
2474
2476
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2475
2477
|
// SunMoon aliases
|
|
2476
2478
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2477
2479
|
// SunSnow aliases
|
|
2478
2480
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2479
|
-
// Sun aliases
|
|
2480
|
-
export { default as SunIcon } from '../icons/sun';
|
|
2481
2481
|
// Sunrise aliases
|
|
2482
2482
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2483
|
-
// Superscript aliases
|
|
2484
|
-
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2485
2483
|
// Sunset aliases
|
|
2486
2484
|
export { default as SunsetIcon } from '../icons/sunset';
|
|
2485
|
+
// Sun aliases
|
|
2486
|
+
export { default as SunIcon } from '../icons/sun';
|
|
2487
|
+
// Superscript aliases
|
|
2488
|
+
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2487
2489
|
// SwatchBook aliases
|
|
2488
2490
|
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2491
|
+
// SwissFranc aliases
|
|
2492
|
+
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2489
2493
|
// SwitchCamera aliases
|
|
2490
2494
|
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2491
2495
|
// Sword aliases
|
|
2492
2496
|
export { default as SwordIcon } from '../icons/sword';
|
|
2493
2497
|
// Swords aliases
|
|
2494
2498
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2495
|
-
// SwissFranc aliases
|
|
2496
|
-
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2497
|
-
// Table2 aliases
|
|
2498
|
-
export { default as Table2Icon } from '../icons/table-2';
|
|
2499
2499
|
// Syringe aliases
|
|
2500
2500
|
export { default as SyringeIcon } from '../icons/syringe';
|
|
2501
|
+
// Table2 aliases
|
|
2502
|
+
export { default as Table2Icon } from '../icons/table-2';
|
|
2501
2503
|
// TableCellsMerge aliases
|
|
2502
2504
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2503
|
-
// TableColumnsSplit aliases
|
|
2504
|
-
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2505
2505
|
// TableCellsSplit aliases
|
|
2506
2506
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2507
|
+
// TableColumnsSplit aliases
|
|
2508
|
+
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2509
|
+
// TableProperties aliases
|
|
2510
|
+
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2507
2511
|
// TableOfContents aliases
|
|
2508
2512
|
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2509
2513
|
// TableRowsSplit aliases
|
|
2510
2514
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2511
|
-
// TableProperties aliases
|
|
2512
|
-
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2513
2515
|
// Table aliases
|
|
2514
2516
|
export { default as TableIcon } from '../icons/table';
|
|
2515
2517
|
// TabletSmartphone aliases
|
|
2516
2518
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2517
|
-
// Tablet aliases
|
|
2518
|
-
export { default as TabletIcon } from '../icons/tablet';
|
|
2519
2519
|
// Tablets aliases
|
|
2520
2520
|
export { default as TabletsIcon } from '../icons/tablets';
|
|
2521
|
+
// Tablet aliases
|
|
2522
|
+
export { default as TabletIcon } from '../icons/tablet';
|
|
2521
2523
|
// Tag aliases
|
|
2522
2524
|
export { default as TagIcon } from '../icons/tag';
|
|
2523
2525
|
// Tags aliases
|
|
@@ -2532,22 +2534,22 @@ export { default as Tally3Icon } from '../icons/tally-3';
|
|
|
2532
2534
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2533
2535
|
// Tally5 aliases
|
|
2534
2536
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2535
|
-
// Target aliases
|
|
2536
|
-
export { default as TargetIcon } from '../icons/target';
|
|
2537
2537
|
// Tangent aliases
|
|
2538
2538
|
export { default as TangentIcon } from '../icons/tangent';
|
|
2539
|
+
// Target aliases
|
|
2540
|
+
export { default as TargetIcon } from '../icons/target';
|
|
2539
2541
|
// Telescope aliases
|
|
2540
2542
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2541
2543
|
// TentTree aliases
|
|
2542
2544
|
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2543
2545
|
// Tent aliases
|
|
2544
2546
|
export { default as TentIcon } from '../icons/tent';
|
|
2547
|
+
// TestTubes aliases
|
|
2548
|
+
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2545
2549
|
// Terminal aliases
|
|
2546
2550
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2547
2551
|
// TestTube aliases
|
|
2548
2552
|
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2549
|
-
// TestTubes aliases
|
|
2550
|
-
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2551
2553
|
// TextCursorInput aliases
|
|
2552
2554
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2553
2555
|
// TextCursor aliases
|
|
@@ -2556,20 +2558,20 @@ export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
|
2556
2558
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2557
2559
|
// TextSearch aliases
|
|
2558
2560
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2559
|
-
// Theater aliases
|
|
2560
|
-
export { default as TheaterIcon } from '../icons/theater';
|
|
2561
2561
|
// ThermometerSnowflake aliases
|
|
2562
2562
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2563
|
+
// Theater aliases
|
|
2564
|
+
export { default as TheaterIcon } from '../icons/theater';
|
|
2563
2565
|
// ThermometerSun aliases
|
|
2564
2566
|
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2565
|
-
// Thermometer aliases
|
|
2566
|
-
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2567
2567
|
// ThumbsDown aliases
|
|
2568
2568
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2569
|
-
//
|
|
2570
|
-
export { default as
|
|
2569
|
+
// Thermometer aliases
|
|
2570
|
+
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2571
2571
|
// ThumbsUp aliases
|
|
2572
2572
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2573
|
+
// TicketCheck aliases
|
|
2574
|
+
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2573
2575
|
// TicketMinus aliases
|
|
2574
2576
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2575
2577
|
// TicketPercent aliases
|
|
@@ -2578,28 +2580,28 @@ export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
|
2578
2580
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2579
2581
|
// TicketSlash aliases
|
|
2580
2582
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2581
|
-
// TicketX aliases
|
|
2582
|
-
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2583
2583
|
// Ticket aliases
|
|
2584
2584
|
export { default as TicketIcon } from '../icons/ticket';
|
|
2585
|
+
// TicketX aliases
|
|
2586
|
+
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2585
2587
|
// TicketsPlane aliases
|
|
2586
2588
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2587
2589
|
// Tickets aliases
|
|
2588
2590
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2589
2591
|
// TimerOff aliases
|
|
2590
2592
|
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2591
|
-
// Timer aliases
|
|
2592
|
-
export { default as TimerIcon } from '../icons/timer';
|
|
2593
2593
|
// TimerReset aliases
|
|
2594
2594
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2595
|
+
// Timer aliases
|
|
2596
|
+
export { default as TimerIcon } from '../icons/timer';
|
|
2595
2597
|
// ToggleLeft aliases
|
|
2596
2598
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2597
2599
|
// ToggleRight aliases
|
|
2598
2600
|
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2599
|
-
// ToolCase aliases
|
|
2600
|
-
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2601
2601
|
// Toilet aliases
|
|
2602
2602
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2603
|
+
// ToolCase aliases
|
|
2604
|
+
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2603
2605
|
// Tornado aliases
|
|
2604
2606
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2605
2607
|
// Torus aliases
|
|
@@ -2626,62 +2628,62 @@ export { default as TrainTrackIcon } from '../icons/train-track';
|
|
|
2626
2628
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2627
2629
|
// Trash2 aliases
|
|
2628
2630
|
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2629
|
-
// TreeDeciduous aliases
|
|
2630
|
-
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2631
2631
|
// Trash aliases
|
|
2632
2632
|
export { default as TrashIcon } from '../icons/trash';
|
|
2633
2633
|
// TreePine aliases
|
|
2634
2634
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2635
|
+
// TreeDeciduous aliases
|
|
2636
|
+
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2635
2637
|
// Trees aliases
|
|
2636
2638
|
export { default as TreesIcon } from '../icons/trees';
|
|
2637
|
-
// Trello aliases
|
|
2638
|
-
export { default as TrelloIcon } from '../icons/trello';
|
|
2639
2639
|
// TrendingDown aliases
|
|
2640
2640
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2641
|
+
// Trello aliases
|
|
2642
|
+
export { default as TrelloIcon } from '../icons/trello';
|
|
2641
2643
|
// TrendingUpDown aliases
|
|
2642
2644
|
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2643
|
-
// TriangleDashed aliases
|
|
2644
|
-
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2645
2645
|
// TrendingUp aliases
|
|
2646
2646
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2647
|
+
// TriangleDashed aliases
|
|
2648
|
+
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2647
2649
|
// TriangleRight aliases
|
|
2648
2650
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2649
|
-
// Trophy aliases
|
|
2650
|
-
export { default as TrophyIcon } from '../icons/trophy';
|
|
2651
2651
|
// Triangle aliases
|
|
2652
2652
|
export { default as TriangleIcon } from '../icons/triangle';
|
|
2653
|
-
//
|
|
2654
|
-
export { default as
|
|
2655
|
-
// TurkishLira aliases
|
|
2656
|
-
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2653
|
+
// Trophy aliases
|
|
2654
|
+
export { default as TrophyIcon } from '../icons/trophy';
|
|
2657
2655
|
// Truck aliases
|
|
2658
2656
|
export { default as TruckIcon } from '../icons/truck';
|
|
2657
|
+
// TurkishLira aliases
|
|
2658
|
+
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2659
|
+
// TruckElectric aliases
|
|
2660
|
+
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2659
2661
|
// Turtle aliases
|
|
2660
2662
|
export { default as TurtleIcon } from '../icons/turtle';
|
|
2661
|
-
// Turntable aliases
|
|
2662
|
-
export { default as TurntableIcon } from '../icons/turntable';
|
|
2663
2663
|
// TvMinimalPlay aliases
|
|
2664
2664
|
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2665
|
-
//
|
|
2666
|
-
export { default as
|
|
2665
|
+
// Turntable aliases
|
|
2666
|
+
export { default as TurntableIcon } from '../icons/turntable';
|
|
2667
2667
|
// Tv aliases
|
|
2668
2668
|
export { default as TvIcon } from '../icons/tv';
|
|
2669
|
+
// Twitch aliases
|
|
2670
|
+
export { default as TwitchIcon } from '../icons/twitch';
|
|
2669
2671
|
// Twitter aliases
|
|
2670
2672
|
export { default as TwitterIcon } from '../icons/twitter';
|
|
2671
2673
|
// TypeOutline aliases
|
|
2672
2674
|
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2673
|
-
// UmbrellaOff aliases
|
|
2674
|
-
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2675
2675
|
// Type aliases
|
|
2676
2676
|
export { default as TypeIcon } from '../icons/type';
|
|
2677
|
-
//
|
|
2678
|
-
export { default as
|
|
2679
|
-
// UndoDot aliases
|
|
2680
|
-
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2677
|
+
// UmbrellaOff aliases
|
|
2678
|
+
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2681
2679
|
// Umbrella aliases
|
|
2682
2680
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2683
2681
|
// Underline aliases
|
|
2684
2682
|
export { default as UnderlineIcon } from '../icons/underline';
|
|
2683
|
+
// UndoDot aliases
|
|
2684
|
+
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2685
|
+
// Undo2 aliases
|
|
2686
|
+
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2685
2687
|
// Undo aliases
|
|
2686
2688
|
export { default as UndoIcon } from '../icons/undo';
|
|
2687
2689
|
// UnfoldHorizontal aliases
|
|
@@ -2712,16 +2714,16 @@ export { default as UserMinusIcon } from '../icons/user-minus';
|
|
|
2712
2714
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2713
2715
|
// UserPlus aliases
|
|
2714
2716
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2715
|
-
// UserRoundSearch aliases
|
|
2716
|
-
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2717
2717
|
// UserRoundPen aliases
|
|
2718
2718
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2719
|
+
// UserStar aliases
|
|
2720
|
+
export { default as UserStarIcon } from '../icons/user-star';
|
|
2719
2721
|
// UserSearch aliases
|
|
2720
2722
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2723
|
+
// UserRoundSearch aliases
|
|
2724
|
+
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2721
2725
|
// UserX aliases
|
|
2722
2726
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2723
|
-
// UserStar aliases
|
|
2724
|
-
export { default as UserStarIcon } from '../icons/user-star';
|
|
2725
2727
|
// User aliases
|
|
2726
2728
|
export { default as UserIcon } from '../icons/user';
|
|
2727
2729
|
// Users aliases
|
|
@@ -2748,14 +2750,14 @@ export { default as VenusIcon } from '../icons/venus';
|
|
|
2748
2750
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2749
2751
|
// Vibrate aliases
|
|
2750
2752
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2751
|
-
// VideoOff aliases
|
|
2752
|
-
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2753
2753
|
// Video aliases
|
|
2754
2754
|
export { default as VideoIcon } from '../icons/video';
|
|
2755
|
-
// View aliases
|
|
2756
|
-
export { default as ViewIcon } from '../icons/view';
|
|
2757
2755
|
// Videotape aliases
|
|
2758
2756
|
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2757
|
+
// VideoOff aliases
|
|
2758
|
+
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2759
|
+
// View aliases
|
|
2760
|
+
export { default as ViewIcon } from '../icons/view';
|
|
2759
2761
|
// Voicemail aliases
|
|
2760
2762
|
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2761
2763
|
// Volleyball aliases
|
|
@@ -2764,16 +2766,16 @@ export { default as VolleyballIcon } from '../icons/volleyball';
|
|
|
2764
2766
|
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2765
2767
|
// Volume2 aliases
|
|
2766
2768
|
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2767
|
-
// VolumeX aliases
|
|
2768
|
-
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2769
2769
|
// VolumeOff aliases
|
|
2770
2770
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2771
|
+
// VolumeX aliases
|
|
2772
|
+
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2773
|
+
// Vote aliases
|
|
2774
|
+
export { default as VoteIcon } from '../icons/vote';
|
|
2771
2775
|
// Volume aliases
|
|
2772
2776
|
export { default as VolumeIcon } from '../icons/volume';
|
|
2773
2777
|
// WalletCards aliases
|
|
2774
2778
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2775
|
-
// Vote aliases
|
|
2776
|
-
export { default as VoteIcon } from '../icons/vote';
|
|
2777
2779
|
// Wallet aliases
|
|
2778
2780
|
export { default as WalletIcon } from '../icons/wallet';
|
|
2779
2781
|
// Wallpaper aliases
|
|
@@ -2782,10 +2784,10 @@ export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
|
2782
2784
|
export { default as WandIcon } from '../icons/wand';
|
|
2783
2785
|
// Warehouse aliases
|
|
2784
2786
|
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2785
|
-
// Watch aliases
|
|
2786
|
-
export { default as WatchIcon } from '../icons/watch';
|
|
2787
2787
|
// WashingMachine aliases
|
|
2788
2788
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2789
|
+
// Watch aliases
|
|
2790
|
+
export { default as WatchIcon } from '../icons/watch';
|
|
2789
2791
|
// WavesArrowDown aliases
|
|
2790
2792
|
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
2791
2793
|
// WavesArrowUp aliases
|
|
@@ -2796,22 +2798,22 @@ export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
|
2796
2798
|
export { default as WavesIcon } from '../icons/waves';
|
|
2797
2799
|
// Waypoints aliases
|
|
2798
2800
|
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2801
|
+
// Webcam aliases
|
|
2802
|
+
export { default as WebcamIcon } from '../icons/webcam';
|
|
2799
2803
|
// WebhookOff aliases
|
|
2800
2804
|
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2801
2805
|
// Webhook aliases
|
|
2802
2806
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2803
|
-
// Webcam aliases
|
|
2804
|
-
export { default as WebcamIcon } from '../icons/webcam';
|
|
2805
2807
|
// WeightTilde aliases
|
|
2806
2808
|
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
2807
|
-
// WheatOff aliases
|
|
2808
|
-
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2809
|
-
// WholeWord aliases
|
|
2810
|
-
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2811
2809
|
// Weight aliases
|
|
2812
2810
|
export { default as WeightIcon } from '../icons/weight';
|
|
2811
|
+
// WheatOff aliases
|
|
2812
|
+
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2813
2813
|
// Wheat aliases
|
|
2814
2814
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2815
|
+
// WholeWord aliases
|
|
2816
|
+
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2815
2817
|
// WifiCog aliases
|
|
2816
2818
|
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2817
2819
|
// WifiHigh aliases
|
|
@@ -2820,40 +2822,40 @@ export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
|
2820
2822
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2821
2823
|
// WifiOff aliases
|
|
2822
2824
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2823
|
-
// WifiPen aliases
|
|
2824
|
-
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2825
|
-
// Wifi aliases
|
|
2826
|
-
export { default as WifiIcon } from '../icons/wifi';
|
|
2827
2825
|
// WifiSync aliases
|
|
2828
2826
|
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2827
|
+
// Wifi aliases
|
|
2828
|
+
export { default as WifiIcon } from '../icons/wifi';
|
|
2829
2829
|
// WifiZero aliases
|
|
2830
2830
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2831
|
+
// WifiPen aliases
|
|
2832
|
+
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2831
2833
|
// WindArrowDown aliases
|
|
2832
2834
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2833
|
-
// Wind aliases
|
|
2834
|
-
export { default as WindIcon } from '../icons/wind';
|
|
2835
2835
|
// WineOff aliases
|
|
2836
2836
|
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2837
|
+
// Wind aliases
|
|
2838
|
+
export { default as WindIcon } from '../icons/wind';
|
|
2837
2839
|
// Wine aliases
|
|
2838
2840
|
export { default as WineIcon } from '../icons/wine';
|
|
2839
|
-
// Workflow aliases
|
|
2840
|
-
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2841
2841
|
// Worm aliases
|
|
2842
2842
|
export { default as WormIcon } from '../icons/worm';
|
|
2843
2843
|
// Wrench aliases
|
|
2844
2844
|
export { default as WrenchIcon } from '../icons/wrench';
|
|
2845
|
+
// Workflow aliases
|
|
2846
|
+
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2845
2847
|
// X aliases
|
|
2846
2848
|
export { default as XIcon } from '../icons/x';
|
|
2847
|
-
// Youtube aliases
|
|
2848
|
-
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2849
2849
|
// ZapOff aliases
|
|
2850
2850
|
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2851
|
+
// Youtube aliases
|
|
2852
|
+
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2851
2853
|
// Zap aliases
|
|
2852
2854
|
export { default as ZapIcon } from '../icons/zap';
|
|
2853
|
-
// ZoomOut aliases
|
|
2854
|
-
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2855
2855
|
// ZoomIn aliases
|
|
2856
2856
|
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2857
|
+
// ZoomOut aliases
|
|
2858
|
+
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2857
2859
|
// ArrowDown01 aliases
|
|
2858
2860
|
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
2859
2861
|
// ArrowDown10 aliases
|
|
@@ -2868,36 +2870,36 @@ export {
|
|
|
2868
2870
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockCheck} instead. This alias will be removed in v1.0 */
|
|
2869
2871
|
default as AlarmCheckIcon
|
|
2870
2872
|
} from '../icons/alarm-clock-check';
|
|
2871
|
-
// AlarmClockPlus aliases
|
|
2872
|
-
export { default as AlarmClockPlusIcon } from '../icons/alarm-clock-plus';
|
|
2873
|
-
export {
|
|
2874
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. This alias will be removed in v1.0 */
|
|
2875
|
-
default as AlarmPlusIcon
|
|
2876
|
-
} from '../icons/alarm-clock-plus';
|
|
2877
2873
|
// AlarmClockMinus aliases
|
|
2878
2874
|
export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
|
|
2879
2875
|
export {
|
|
2880
2876
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. This alias will be removed in v1.0 */
|
|
2881
2877
|
default as AlarmMinusIcon
|
|
2882
2878
|
} from '../icons/alarm-clock-minus';
|
|
2879
|
+
// AlarmClockPlus aliases
|
|
2880
|
+
export { default as AlarmClockPlusIcon } from '../icons/alarm-clock-plus';
|
|
2881
|
+
export {
|
|
2882
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. This alias will be removed in v1.0 */
|
|
2883
|
+
default as AlarmPlusIcon
|
|
2884
|
+
} from '../icons/alarm-clock-plus';
|
|
2883
2885
|
// ArrowDownAZ aliases
|
|
2884
2886
|
export { default as ArrowDownAZIcon } from '../icons/arrow-down-a-z';
|
|
2885
2887
|
export {
|
|
2886
2888
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. This alias will be removed in v1.0 */
|
|
2887
2889
|
default as ArrowDownAzIcon
|
|
2888
2890
|
} from '../icons/arrow-down-a-z';
|
|
2889
|
-
// ArrowDownZA aliases
|
|
2890
|
-
export { default as ArrowDownZAIcon } from '../icons/arrow-down-z-a';
|
|
2891
|
-
export {
|
|
2892
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. This alias will be removed in v1.0 */
|
|
2893
|
-
default as ArrowDownZaIcon
|
|
2894
|
-
} from '../icons/arrow-down-z-a';
|
|
2895
2891
|
// ArrowDownWideNarrow aliases
|
|
2896
2892
|
export { default as ArrowDownWideNarrowIcon } from '../icons/arrow-down-wide-narrow';
|
|
2897
2893
|
export {
|
|
2898
2894
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. This alias will be removed in v1.0 */
|
|
2899
2895
|
default as SortDescIcon
|
|
2900
2896
|
} from '../icons/arrow-down-wide-narrow';
|
|
2897
|
+
// ArrowDownZA aliases
|
|
2898
|
+
export { default as ArrowDownZAIcon } from '../icons/arrow-down-z-a';
|
|
2899
|
+
export {
|
|
2900
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. This alias will be removed in v1.0 */
|
|
2901
|
+
default as ArrowDownZaIcon
|
|
2902
|
+
} from '../icons/arrow-down-z-a';
|
|
2901
2903
|
// ArrowUpAZ aliases
|
|
2902
2904
|
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
2903
2905
|
export {
|
|
@@ -2964,42 +2966,42 @@ export {
|
|
|
2964
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 */
|
|
2965
2967
|
default as SubtitlesIcon
|
|
2966
2968
|
} from '../icons/captions';
|
|
2967
|
-
//
|
|
2968
|
-
export { default as
|
|
2969
|
+
// ChartArea aliases
|
|
2970
|
+
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
2969
2971
|
export {
|
|
2970
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
2971
|
-
default as
|
|
2972
|
-
} from '../icons/chart-
|
|
2972
|
+
/** @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
|
+
default as AreaChartIcon
|
|
2974
|
+
} from '../icons/chart-area';
|
|
2973
2975
|
// ChartBarBig aliases
|
|
2974
2976
|
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
2975
2977
|
export {
|
|
2976
2978
|
/** @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 */
|
|
2977
2979
|
default as BarChartHorizontalBigIcon
|
|
2978
2980
|
} from '../icons/chart-bar-big';
|
|
2979
|
-
//
|
|
2980
|
-
export { default as
|
|
2981
|
+
// ChartBar aliases
|
|
2982
|
+
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
2981
2983
|
export {
|
|
2982
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
2983
|
-
default as
|
|
2984
|
-
} from '../icons/chart-
|
|
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';
|
|
2985
2987
|
// ChartCandlestick aliases
|
|
2986
2988
|
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
2987
2989
|
export {
|
|
2988
2990
|
/** @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 */
|
|
2989
2991
|
default as CandlestickChartIcon
|
|
2990
2992
|
} from '../icons/chart-candlestick';
|
|
2991
|
-
// ChartColumnIncreasing aliases
|
|
2992
|
-
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
2993
|
-
export {
|
|
2994
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
2995
|
-
default as BarChart4Icon
|
|
2996
|
-
} from '../icons/chart-column-increasing';
|
|
2997
2993
|
// ChartColumnBig aliases
|
|
2998
2994
|
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
2999
2995
|
export {
|
|
3000
2996
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. This alias will be removed in v1.0 */
|
|
3001
2997
|
default as BarChartBigIcon
|
|
3002
2998
|
} from '../icons/chart-column-big';
|
|
2999
|
+
// ChartColumnIncreasing aliases
|
|
3000
|
+
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
3001
|
+
export {
|
|
3002
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3003
|
+
default as BarChart4Icon
|
|
3004
|
+
} from '../icons/chart-column-increasing';
|
|
3003
3005
|
// ChartColumn aliases
|
|
3004
3006
|
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
3005
3007
|
export {
|
|
@@ -3012,78 +3014,78 @@ export {
|
|
|
3012
3014
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. This alias will be removed in v1.0 */
|
|
3013
3015
|
default as LineChartIcon
|
|
3014
3016
|
} from '../icons/chart-line';
|
|
3015
|
-
// ChartNoAxesColumn aliases
|
|
3016
|
-
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
3017
|
-
export {
|
|
3018
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. This alias will be removed in v1.0 */
|
|
3019
|
-
default as BarChart2Icon
|
|
3020
|
-
} from '../icons/chart-no-axes-column';
|
|
3021
3017
|
// ChartNoAxesColumnIncreasing aliases
|
|
3022
3018
|
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
3023
3019
|
export {
|
|
3024
3020
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3025
3021
|
default as BarChartIcon
|
|
3026
3022
|
} from '../icons/chart-no-axes-column-increasing';
|
|
3027
|
-
//
|
|
3028
|
-
export { default as
|
|
3029
|
-
export {
|
|
3030
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. This alias will be removed in v1.0 */
|
|
3031
|
-
default as PieChartIcon
|
|
3032
|
-
} from '../icons/chart-pie';
|
|
3033
|
-
// ChartScatter aliases
|
|
3034
|
-
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3023
|
+
// ChartNoAxesColumn aliases
|
|
3024
|
+
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
3035
3025
|
export {
|
|
3036
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3037
|
-
default as
|
|
3038
|
-
} from '../icons/chart-
|
|
3026
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. This alias will be removed in v1.0 */
|
|
3027
|
+
default as BarChart2Icon
|
|
3028
|
+
} from '../icons/chart-no-axes-column';
|
|
3039
3029
|
// ChartNoAxesGantt aliases
|
|
3040
3030
|
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3041
3031
|
export {
|
|
3042
3032
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. This alias will be removed in v1.0 */
|
|
3043
3033
|
default as GanttChartIcon
|
|
3044
3034
|
} from '../icons/chart-no-axes-gantt';
|
|
3045
|
-
//
|
|
3046
|
-
export { default as
|
|
3035
|
+
// ChartScatter aliases
|
|
3036
|
+
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3047
3037
|
export {
|
|
3048
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3049
|
-
default as
|
|
3050
|
-
} from '../icons/
|
|
3038
|
+
/** @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
|
+
default as ScatterChartIcon
|
|
3040
|
+
} 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';
|
|
3051
3047
|
// CircleAlert aliases
|
|
3052
3048
|
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3053
3049
|
export {
|
|
3054
3050
|
/** @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 */
|
|
3055
3051
|
default as AlertCircleIcon
|
|
3056
3052
|
} 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';
|
|
3057
3059
|
// CircleArrowDown aliases
|
|
3058
3060
|
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
3059
3061
|
export {
|
|
3060
3062
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. This alias will be removed in v1.0 */
|
|
3061
3063
|
default as ArrowDownCircleIcon
|
|
3062
3064
|
} from '../icons/circle-arrow-down';
|
|
3063
|
-
// CircleArrowOutDownRight aliases
|
|
3064
|
-
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
3065
|
-
export {
|
|
3066
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3067
|
-
default as ArrowDownRightFromCircleIcon
|
|
3068
|
-
} from '../icons/circle-arrow-out-down-right';
|
|
3069
3065
|
// CircleArrowLeft aliases
|
|
3070
3066
|
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
3071
3067
|
export {
|
|
3072
3068
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. This alias will be removed in v1.0 */
|
|
3073
3069
|
default as ArrowLeftCircleIcon
|
|
3074
3070
|
} from '../icons/circle-arrow-left';
|
|
3075
|
-
// CircleArrowOutUpLeft aliases
|
|
3076
|
-
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3077
|
-
export {
|
|
3078
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3079
|
-
default as ArrowUpLeftFromCircleIcon
|
|
3080
|
-
} from '../icons/circle-arrow-out-up-left';
|
|
3081
3071
|
// CircleArrowOutDownLeft aliases
|
|
3082
3072
|
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3083
3073
|
export {
|
|
3084
3074
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3085
3075
|
default as ArrowDownLeftFromCircleIcon
|
|
3086
3076
|
} from '../icons/circle-arrow-out-down-left';
|
|
3077
|
+
// CircleArrowOutDownRight aliases
|
|
3078
|
+
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
3079
|
+
export {
|
|
3080
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3081
|
+
default as ArrowDownRightFromCircleIcon
|
|
3082
|
+
} from '../icons/circle-arrow-out-down-right';
|
|
3083
|
+
// CircleArrowOutUpLeft aliases
|
|
3084
|
+
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3085
|
+
export {
|
|
3086
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3087
|
+
default as ArrowUpLeftFromCircleIcon
|
|
3088
|
+
} from '../icons/circle-arrow-out-up-left';
|
|
3087
3089
|
// CircleArrowOutUpRight aliases
|
|
3088
3090
|
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3089
3091
|
export {
|
|
@@ -3096,30 +3098,30 @@ export {
|
|
|
3096
3098
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. This alias will be removed in v1.0 */
|
|
3097
3099
|
default as ArrowRightCircleIcon
|
|
3098
3100
|
} from '../icons/circle-arrow-right';
|
|
3099
|
-
// CircleCheckBig aliases
|
|
3100
|
-
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3101
|
-
export {
|
|
3102
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. This alias will be removed in v1.0 */
|
|
3103
|
-
default as CheckCircleIcon
|
|
3104
|
-
} from '../icons/circle-check-big';
|
|
3105
3101
|
// CircleArrowUp aliases
|
|
3106
3102
|
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3107
3103
|
export {
|
|
3108
3104
|
/** @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 */
|
|
3109
3105
|
default as ArrowUpCircleIcon
|
|
3110
3106
|
} from '../icons/circle-arrow-up';
|
|
3111
|
-
// CircleChevronDown aliases
|
|
3112
|
-
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3113
|
-
export {
|
|
3114
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. This alias will be removed in v1.0 */
|
|
3115
|
-
default as ChevronDownCircleIcon
|
|
3116
|
-
} from '../icons/circle-chevron-down';
|
|
3117
3107
|
// CircleCheck aliases
|
|
3118
3108
|
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3119
3109
|
export {
|
|
3120
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 */
|
|
3121
3111
|
default as CheckCircle2Icon
|
|
3122
3112
|
} from '../icons/circle-check';
|
|
3113
|
+
// CircleCheckBig aliases
|
|
3114
|
+
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3115
|
+
export {
|
|
3116
|
+
/** @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
|
+
default as CheckCircleIcon
|
|
3118
|
+
} from '../icons/circle-check-big';
|
|
3119
|
+
// CircleChevronDown aliases
|
|
3120
|
+
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3121
|
+
export {
|
|
3122
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. This alias will be removed in v1.0 */
|
|
3123
|
+
default as ChevronDownCircleIcon
|
|
3124
|
+
} from '../icons/circle-chevron-down';
|
|
3123
3125
|
// CircleChevronLeft aliases
|
|
3124
3126
|
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3125
3127
|
export {
|
|
@@ -3138,54 +3140,64 @@ export {
|
|
|
3138
3140
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. This alias will be removed in v1.0 */
|
|
3139
3141
|
default as ChevronUpCircleIcon
|
|
3140
3142
|
} from '../icons/circle-chevron-up';
|
|
3141
|
-
// CircleGauge aliases
|
|
3142
|
-
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3143
|
-
export {
|
|
3144
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. This alias will be removed in v1.0 */
|
|
3145
|
-
default as GaugeCircleIcon
|
|
3146
|
-
} from '../icons/circle-gauge';
|
|
3147
3143
|
// CircleDivide aliases
|
|
3148
3144
|
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3149
3145
|
export {
|
|
3150
3146
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. This alias will be removed in v1.0 */
|
|
3151
3147
|
default as DivideCircleIcon
|
|
3152
3148
|
} from '../icons/circle-divide';
|
|
3153
|
-
// CircleMinus aliases
|
|
3154
|
-
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3155
|
-
export {
|
|
3156
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. This alias will be removed in v1.0 */
|
|
3157
|
-
default as MinusCircleIcon
|
|
3158
|
-
} from '../icons/circle-minus';
|
|
3159
3149
|
// CircleParkingOff aliases
|
|
3160
3150
|
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3161
3151
|
export {
|
|
3162
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 */
|
|
3163
3153
|
default as ParkingCircleOffIcon
|
|
3164
3154
|
} from '../icons/circle-parking-off';
|
|
3165
|
-
//
|
|
3166
|
-
export { default as
|
|
3155
|
+
// CircleGauge aliases
|
|
3156
|
+
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3157
|
+
export {
|
|
3158
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. This alias will be removed in v1.0 */
|
|
3159
|
+
default as GaugeCircleIcon
|
|
3160
|
+
} from '../icons/circle-gauge';
|
|
3161
|
+
// CircleMinus aliases
|
|
3162
|
+
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3167
3163
|
export {
|
|
3168
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3169
|
-
default as
|
|
3170
|
-
} from '../icons/circle-
|
|
3164
|
+
/** @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
|
+
default as MinusCircleIcon
|
|
3166
|
+
} from '../icons/circle-minus';
|
|
3167
|
+
// CirclePause aliases
|
|
3168
|
+
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
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';
|
|
3171
3173
|
// CirclePercent aliases
|
|
3172
3174
|
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3173
3175
|
export {
|
|
3174
3176
|
/** @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 */
|
|
3175
3177
|
default as PercentCircleIcon
|
|
3176
3178
|
} from '../icons/circle-percent';
|
|
3179
|
+
// CircleParking aliases
|
|
3180
|
+
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3181
|
+
export {
|
|
3182
|
+
/** @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
|
+
default as ParkingCircleIcon
|
|
3184
|
+
} from '../icons/circle-parking';
|
|
3177
3185
|
// CirclePlay aliases
|
|
3178
3186
|
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3179
3187
|
export {
|
|
3180
3188
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. This alias will be removed in v1.0 */
|
|
3181
3189
|
default as PlayCircleIcon
|
|
3182
3190
|
} from '../icons/circle-play';
|
|
3183
|
-
//
|
|
3184
|
-
export { default as
|
|
3191
|
+
// CircleQuestionMark aliases
|
|
3192
|
+
export { default as CircleQuestionMarkIcon } from '../icons/circle-question-mark';
|
|
3185
3193
|
export {
|
|
3186
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3187
|
-
default as
|
|
3188
|
-
} from '../icons/circle-
|
|
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';
|
|
3197
|
+
export {
|
|
3198
|
+
/** @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 */
|
|
3199
|
+
default as CircleHelpIcon
|
|
3200
|
+
} from '../icons/circle-question-mark';
|
|
3189
3201
|
// CirclePlus aliases
|
|
3190
3202
|
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3191
3203
|
export {
|
|
@@ -3198,16 +3210,6 @@ export {
|
|
|
3198
3210
|
/** @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 */
|
|
3199
3211
|
default as PowerCircleIcon
|
|
3200
3212
|
} from '../icons/circle-power';
|
|
3201
|
-
// CircleQuestionMark aliases
|
|
3202
|
-
export { default as CircleQuestionMarkIcon } from '../icons/circle-question-mark';
|
|
3203
|
-
export {
|
|
3204
|
-
/** @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 */
|
|
3205
|
-
default as HelpCircleIcon
|
|
3206
|
-
} 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 CircleHelpIcon
|
|
3210
|
-
} from '../icons/circle-question-mark';
|
|
3211
3213
|
// CircleSlash2 aliases
|
|
3212
3214
|
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3213
3215
|
export {
|
|
@@ -3232,36 +3234,30 @@ export {
|
|
|
3232
3234
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. This alias will be removed in v1.0 */
|
|
3233
3235
|
default as UserCircleIcon
|
|
3234
3236
|
} from '../icons/circle-user';
|
|
3235
|
-
// ClipboardPenLine aliases
|
|
3236
|
-
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3237
|
-
export {
|
|
3238
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. This alias will be removed in v1.0 */
|
|
3239
|
-
default as ClipboardSignatureIcon
|
|
3240
|
-
} from '../icons/clipboard-pen-line';
|
|
3241
3237
|
// CircleX aliases
|
|
3242
3238
|
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3243
3239
|
export {
|
|
3244
3240
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. This alias will be removed in v1.0 */
|
|
3245
3241
|
default as XCircleIcon
|
|
3246
3242
|
} from '../icons/circle-x';
|
|
3247
|
-
//
|
|
3248
|
-
export { default as
|
|
3243
|
+
// ClipboardPenLine aliases
|
|
3244
|
+
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3249
3245
|
export {
|
|
3250
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3251
|
-
default as
|
|
3252
|
-
} from '../icons/
|
|
3246
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. This alias will be removed in v1.0 */
|
|
3247
|
+
default as ClipboardSignatureIcon
|
|
3248
|
+
} from '../icons/clipboard-pen-line';
|
|
3253
3249
|
// ClipboardPen aliases
|
|
3254
3250
|
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3255
3251
|
export {
|
|
3256
3252
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. This alias will be removed in v1.0 */
|
|
3257
3253
|
default as ClipboardEditIcon
|
|
3258
3254
|
} from '../icons/clipboard-pen';
|
|
3259
|
-
//
|
|
3260
|
-
export { default as
|
|
3255
|
+
// CloudDownload aliases
|
|
3256
|
+
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3261
3257
|
export {
|
|
3262
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3263
|
-
default as
|
|
3264
|
-
} from '../icons/
|
|
3258
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. This alias will be removed in v1.0 */
|
|
3259
|
+
default as DownloadCloudIcon
|
|
3260
|
+
} from '../icons/cloud-download';
|
|
3265
3261
|
// CloudUpload aliases
|
|
3266
3262
|
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3267
3263
|
export {
|
|
@@ -3274,6 +3270,12 @@ export {
|
|
|
3274
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 */
|
|
3275
3271
|
default as ColumnsIcon
|
|
3276
3272
|
} from '../icons/columns-2';
|
|
3273
|
+
// CodeXml aliases
|
|
3274
|
+
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3275
|
+
export {
|
|
3276
|
+
/** @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
|
+
default as Code2Icon
|
|
3278
|
+
} from '../icons/code-xml';
|
|
3277
3279
|
// Columns3Cog aliases
|
|
3278
3280
|
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3279
3281
|
export {
|
|
@@ -3290,30 +3292,30 @@ export {
|
|
|
3290
3292
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. This alias will be removed in v1.0 */
|
|
3291
3293
|
default as PanelsLeftRightIcon
|
|
3292
3294
|
} from '../icons/columns-3';
|
|
3293
|
-
// ContactRound aliases
|
|
3294
|
-
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3295
|
-
export {
|
|
3296
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. This alias will be removed in v1.0 */
|
|
3297
|
-
default as Contact2Icon
|
|
3298
|
-
} from '../icons/contact-round';
|
|
3299
3295
|
// DiamondPercent aliases
|
|
3300
3296
|
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3301
3297
|
export {
|
|
3302
3298
|
/** @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 */
|
|
3303
3299
|
default as PercentDiamondIcon
|
|
3304
3300
|
} from '../icons/diamond-percent';
|
|
3305
|
-
//
|
|
3306
|
-
export { default as
|
|
3301
|
+
// ContactRound aliases
|
|
3302
|
+
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3307
3303
|
export {
|
|
3308
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3309
|
-
default as
|
|
3310
|
-
} from '../icons/
|
|
3304
|
+
/** @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 */
|
|
3305
|
+
default as Contact2Icon
|
|
3306
|
+
} from '../icons/contact-round';
|
|
3311
3307
|
// EllipsisVertical aliases
|
|
3312
3308
|
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3313
3309
|
export {
|
|
3314
3310
|
/** @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 */
|
|
3315
3311
|
default as MoreVerticalIcon
|
|
3316
3312
|
} 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';
|
|
3317
3319
|
// Ellipsis aliases
|
|
3318
3320
|
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3319
3321
|
export {
|
|
@@ -3332,36 +3334,36 @@ export {
|
|
|
3332
3334
|
/** @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 */
|
|
3333
3335
|
default as FileBadge2Icon
|
|
3334
3336
|
} from '../icons/file-badge';
|
|
3335
|
-
// FileBracesCorner aliases
|
|
3336
|
-
export { default as FileBracesCornerIcon } from '../icons/file-braces-corner';
|
|
3337
|
-
export {
|
|
3338
|
-
/** @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 */
|
|
3339
|
-
default as FileJson2Icon
|
|
3340
|
-
} from '../icons/file-braces-corner';
|
|
3341
3337
|
// FileBraces aliases
|
|
3342
3338
|
export { default as FileBracesIcon } from '../icons/file-braces';
|
|
3343
3339
|
export {
|
|
3344
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 */
|
|
3345
3341
|
default as FileJsonIcon
|
|
3346
3342
|
} from '../icons/file-braces';
|
|
3343
|
+
// FileBracesCorner aliases
|
|
3344
|
+
export { default as FileBracesCornerIcon } from '../icons/file-braces-corner';
|
|
3345
|
+
export {
|
|
3346
|
+
/** @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
|
+
default as FileJson2Icon
|
|
3348
|
+
} from '../icons/file-braces-corner';
|
|
3347
3349
|
// FileChartColumnIncreasing aliases
|
|
3348
3350
|
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3349
3351
|
export {
|
|
3350
3352
|
/** @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 */
|
|
3351
3353
|
default as FileBarChartIcon
|
|
3352
3354
|
} from '../icons/file-chart-column-increasing';
|
|
3353
|
-
// FileChartColumn aliases
|
|
3354
|
-
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3355
|
-
export {
|
|
3356
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. This alias will be removed in v1.0 */
|
|
3357
|
-
default as FileBarChart2Icon
|
|
3358
|
-
} from '../icons/file-chart-column';
|
|
3359
3355
|
// FileChartLine aliases
|
|
3360
3356
|
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3361
3357
|
export {
|
|
3362
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 */
|
|
3363
3359
|
default as FileLineChartIcon
|
|
3364
3360
|
} from '../icons/file-chart-line';
|
|
3361
|
+
// FileChartColumn aliases
|
|
3362
|
+
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3363
|
+
export {
|
|
3364
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. This alias will be removed in v1.0 */
|
|
3365
|
+
default as FileBarChart2Icon
|
|
3366
|
+
} from '../icons/file-chart-column';
|
|
3365
3367
|
// FileChartPie aliases
|
|
3366
3368
|
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3367
3369
|
export {
|
|
@@ -3374,6 +3376,12 @@ export {
|
|
|
3374
3376
|
/** @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 */
|
|
3375
3377
|
default as FileCheck2Icon
|
|
3376
3378
|
} from '../icons/file-check-corner';
|
|
3379
|
+
// FileCodeCorner aliases
|
|
3380
|
+
export { default as FileCodeCornerIcon } from '../icons/file-code-corner';
|
|
3381
|
+
export {
|
|
3382
|
+
/** @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
|
+
default as FileCode2Icon
|
|
3384
|
+
} from '../icons/file-code-corner';
|
|
3377
3385
|
// FileCog aliases
|
|
3378
3386
|
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3379
3387
|
export {
|
|
@@ -3386,18 +3394,6 @@ export {
|
|
|
3386
3394
|
/** @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 */
|
|
3387
3395
|
default as FileWarningIcon
|
|
3388
3396
|
} from '../icons/file-exclamation-point';
|
|
3389
|
-
// FileCodeCorner aliases
|
|
3390
|
-
export { default as FileCodeCornerIcon } from '../icons/file-code-corner';
|
|
3391
|
-
export {
|
|
3392
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. This alias will be removed in v1.0 */
|
|
3393
|
-
default as FileCode2Icon
|
|
3394
|
-
} from '../icons/file-code-corner';
|
|
3395
|
-
// FileKey aliases
|
|
3396
|
-
export { default as FileKeyIcon } from '../icons/file-key';
|
|
3397
|
-
export {
|
|
3398
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. This alias will be removed in v1.0 */
|
|
3399
|
-
default as FileKey2Icon
|
|
3400
|
-
} from '../icons/file-key';
|
|
3401
3397
|
// FileHeadphone aliases
|
|
3402
3398
|
export { default as FileHeadphoneIcon } from '../icons/file-headphone';
|
|
3403
3399
|
export {
|
|
@@ -3408,6 +3404,12 @@ export {
|
|
|
3408
3404
|
/** @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 */
|
|
3409
3405
|
default as FileAudio2Icon
|
|
3410
3406
|
} 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';
|
|
3411
3413
|
// FileLock aliases
|
|
3412
3414
|
export { default as FileLockIcon } from '../icons/file-lock';
|
|
3413
3415
|
export {
|
|
@@ -3420,18 +3422,18 @@ export {
|
|
|
3420
3422
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. This alias will be removed in v1.0 */
|
|
3421
3423
|
default as FileMinus2Icon
|
|
3422
3424
|
} from '../icons/file-minus-corner';
|
|
3423
|
-
// FilePen aliases
|
|
3424
|
-
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3425
|
-
export {
|
|
3426
|
-
/** @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 */
|
|
3427
|
-
default as FileEditIcon
|
|
3428
|
-
} from '../icons/file-pen';
|
|
3429
3425
|
// FilePenLine aliases
|
|
3430
3426
|
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3431
3427
|
export {
|
|
3432
3428
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. This alias will be removed in v1.0 */
|
|
3433
3429
|
default as FileSignatureIcon
|
|
3434
3430
|
} from '../icons/file-pen-line';
|
|
3431
|
+
// FilePen aliases
|
|
3432
|
+
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3433
|
+
export {
|
|
3434
|
+
/** @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
|
+
default as FileEditIcon
|
|
3436
|
+
} from '../icons/file-pen';
|
|
3435
3437
|
// FilePlay aliases
|
|
3436
3438
|
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3437
3439
|
export {
|
|
@@ -3444,36 +3446,36 @@ export {
|
|
|
3444
3446
|
/** @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 */
|
|
3445
3447
|
default as FilePlus2Icon
|
|
3446
3448
|
} from '../icons/file-plus-corner';
|
|
3447
|
-
// FileSearchCorner aliases
|
|
3448
|
-
export { default as FileSearchCornerIcon } from '../icons/file-search-corner';
|
|
3449
|
-
export {
|
|
3450
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. This alias will be removed in v1.0 */
|
|
3451
|
-
default as FileSearch2Icon
|
|
3452
|
-
} from '../icons/file-search-corner';
|
|
3453
3449
|
// FileQuestionMark aliases
|
|
3454
3450
|
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3455
3451
|
export {
|
|
3456
3452
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3457
3453
|
default as FileQuestionIcon
|
|
3458
3454
|
} from '../icons/file-question-mark';
|
|
3455
|
+
// FileSearchCorner aliases
|
|
3456
|
+
export { default as FileSearchCornerIcon } from '../icons/file-search-corner';
|
|
3457
|
+
export {
|
|
3458
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. This alias will be removed in v1.0 */
|
|
3459
|
+
default as FileSearch2Icon
|
|
3460
|
+
} from '../icons/file-search-corner';
|
|
3459
3461
|
// FileSignal aliases
|
|
3460
3462
|
export { default as FileSignalIcon } from '../icons/file-signal';
|
|
3461
3463
|
export {
|
|
3462
3464
|
/** @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 */
|
|
3463
3465
|
default as FileVolume2Icon
|
|
3464
3466
|
} from '../icons/file-signal';
|
|
3465
|
-
// FileTypeCorner aliases
|
|
3466
|
-
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3467
|
-
export {
|
|
3468
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. This alias will be removed in v1.0 */
|
|
3469
|
-
default as FileType2Icon
|
|
3470
|
-
} from '../icons/file-type-corner';
|
|
3471
3467
|
// FileVideoCamera aliases
|
|
3472
3468
|
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3473
3469
|
export {
|
|
3474
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 */
|
|
3475
3471
|
default as FileVideo2Icon
|
|
3476
3472
|
} from '../icons/file-video-camera';
|
|
3473
|
+
// FileTypeCorner aliases
|
|
3474
|
+
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3475
|
+
export {
|
|
3476
|
+
/** @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
|
+
default as FileType2Icon
|
|
3478
|
+
} from '../icons/file-type-corner';
|
|
3477
3479
|
// FileXCorner aliases
|
|
3478
3480
|
export { default as FileXCornerIcon } from '../icons/file-x-corner';
|
|
3479
3481
|
export {
|
|
@@ -3498,36 +3500,36 @@ export {
|
|
|
3498
3500
|
/** @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 */
|
|
3499
3501
|
default as FolderEditIcon
|
|
3500
3502
|
} from '../icons/folder-pen';
|
|
3501
|
-
// FunnelX aliases
|
|
3502
|
-
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3503
|
-
export {
|
|
3504
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. This alias will be removed in v1.0 */
|
|
3505
|
-
default as FilterXIcon
|
|
3506
|
-
} from '../icons/funnel-x';
|
|
3507
3503
|
// Funnel aliases
|
|
3508
3504
|
export { default as FunnelIcon } from '../icons/funnel';
|
|
3509
3505
|
export {
|
|
3510
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 */
|
|
3511
3507
|
default as FilterIcon
|
|
3512
3508
|
} from '../icons/funnel';
|
|
3509
|
+
// FunnelX aliases
|
|
3510
|
+
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3511
|
+
export {
|
|
3512
|
+
/** @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
|
+
default as FilterXIcon
|
|
3514
|
+
} from '../icons/funnel-x';
|
|
3513
3515
|
// GitCommitHorizontal aliases
|
|
3514
3516
|
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3515
3517
|
export {
|
|
3516
3518
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. This alias will be removed in v1.0 */
|
|
3517
3519
|
default as GitCommitIcon
|
|
3518
3520
|
} from '../icons/git-commit-horizontal';
|
|
3519
|
-
// Grid2x2Plus aliases
|
|
3520
|
-
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3521
|
-
export {
|
|
3522
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. This alias will be removed in v1.0 */
|
|
3523
|
-
default as Grid2X2PlusIcon
|
|
3524
|
-
} from '../icons/grid-2x2-plus';
|
|
3525
3521
|
// Grid2x2Check aliases
|
|
3526
3522
|
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3527
3523
|
export {
|
|
3528
3524
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. This alias will be removed in v1.0 */
|
|
3529
3525
|
default as Grid2X2CheckIcon
|
|
3530
3526
|
} from '../icons/grid-2x2-check';
|
|
3527
|
+
// Grid2x2Plus aliases
|
|
3528
|
+
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3529
|
+
export {
|
|
3530
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. This alias will be removed in v1.0 */
|
|
3531
|
+
default as Grid2X2PlusIcon
|
|
3532
|
+
} from '../icons/grid-2x2-plus';
|
|
3531
3533
|
// Grid2x2X aliases
|
|
3532
3534
|
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3533
3535
|
export {
|
|
@@ -3550,6 +3552,12 @@ export {
|
|
|
3550
3552
|
/** @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 */
|
|
3551
3553
|
default as Grid3X3Icon
|
|
3552
3554
|
} from '../icons/grid-3x3';
|
|
3555
|
+
// HandGrab aliases
|
|
3556
|
+
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3557
|
+
export {
|
|
3558
|
+
/** @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 */
|
|
3559
|
+
default as GrabIcon
|
|
3560
|
+
} from '../icons/hand-grab';
|
|
3553
3561
|
// HandHelping aliases
|
|
3554
3562
|
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3555
3563
|
export {
|
|
@@ -3562,12 +3570,6 @@ export {
|
|
|
3562
3570
|
/** @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 */
|
|
3563
3571
|
default as HomeIcon
|
|
3564
3572
|
} from '../icons/house';
|
|
3565
|
-
// HandGrab aliases
|
|
3566
|
-
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3567
|
-
export {
|
|
3568
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. This alias will be removed in v1.0 */
|
|
3569
|
-
default as GrabIcon
|
|
3570
|
-
} from '../icons/hand-grab';
|
|
3571
3573
|
// IceCreamBowl aliases
|
|
3572
3574
|
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3573
3575
|
export {
|
|
@@ -3612,18 +3614,18 @@ export {
|
|
|
3612
3614
|
/** @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 */
|
|
3613
3615
|
default as IndentIncreaseIcon
|
|
3614
3616
|
} from '../icons/list-indent-increase';
|
|
3615
|
-
// LoaderCircle aliases
|
|
3616
|
-
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3617
|
-
export {
|
|
3618
|
-
/** @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 */
|
|
3619
|
-
default as Loader2Icon
|
|
3620
|
-
} from '../icons/loader-circle';
|
|
3621
3617
|
// LockKeyholeOpen aliases
|
|
3622
3618
|
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3623
3619
|
export {
|
|
3624
3620
|
/** @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 */
|
|
3625
3621
|
default as UnlockKeyholeIcon
|
|
3626
3622
|
} from '../icons/lock-keyhole-open';
|
|
3623
|
+
// LoaderCircle aliases
|
|
3624
|
+
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3625
|
+
export {
|
|
3626
|
+
/** @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
|
+
default as Loader2Icon
|
|
3628
|
+
} from '../icons/loader-circle';
|
|
3627
3629
|
// LockOpen aliases
|
|
3628
3630
|
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3629
3631
|
export {
|
|
@@ -3654,12 +3656,6 @@ export {
|
|
|
3654
3656
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. This alias will be removed in v1.0 */
|
|
3655
3657
|
default as Mic2Icon
|
|
3656
3658
|
} from '../icons/mic-vocal';
|
|
3657
|
-
// OctagonAlert aliases
|
|
3658
|
-
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3659
|
-
export {
|
|
3660
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. This alias will be removed in v1.0 */
|
|
3661
|
-
default as AlertOctagonIcon
|
|
3662
|
-
} from '../icons/octagon-alert';
|
|
3663
3659
|
// Move3d aliases
|
|
3664
3660
|
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3665
3661
|
export {
|
|
@@ -3672,6 +3668,12 @@ export {
|
|
|
3672
3668
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. This alias will be removed in v1.0 */
|
|
3673
3669
|
default as PauseOctagonIcon
|
|
3674
3670
|
} from '../icons/octagon-pause';
|
|
3671
|
+
// OctagonAlert aliases
|
|
3672
|
+
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3673
|
+
export {
|
|
3674
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. This alias will be removed in v1.0 */
|
|
3675
|
+
default as AlertOctagonIcon
|
|
3676
|
+
} from '../icons/octagon-alert';
|
|
3675
3677
|
// OctagonX aliases
|
|
3676
3678
|
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3677
3679
|
export {
|
|
@@ -3702,24 +3704,18 @@ export {
|
|
|
3702
3704
|
/** @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 */
|
|
3703
3705
|
default as PanelLeftInactiveIcon
|
|
3704
3706
|
} from '../icons/panel-left-dashed';
|
|
3705
|
-
// PanelLeftOpen aliases
|
|
3706
|
-
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3707
|
-
export {
|
|
3708
|
-
/** @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 */
|
|
3709
|
-
default as SidebarOpenIcon
|
|
3710
|
-
} from '../icons/panel-left-open';
|
|
3711
3707
|
// PanelLeft aliases
|
|
3712
3708
|
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3713
3709
|
export {
|
|
3714
3710
|
/** @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 */
|
|
3715
3711
|
default as SidebarIcon
|
|
3716
3712
|
} from '../icons/panel-left';
|
|
3717
|
-
//
|
|
3718
|
-
export { default as
|
|
3713
|
+
// PanelLeftOpen aliases
|
|
3714
|
+
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3719
3715
|
export {
|
|
3720
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3721
|
-
default as
|
|
3722
|
-
} from '../icons/panel-
|
|
3716
|
+
/** @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 */
|
|
3717
|
+
default as SidebarOpenIcon
|
|
3718
|
+
} from '../icons/panel-left-open';
|
|
3723
3719
|
// PanelTopDashed aliases
|
|
3724
3720
|
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3725
3721
|
export {
|
|
@@ -3732,6 +3728,12 @@ export {
|
|
|
3732
3728
|
/** @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 */
|
|
3733
3729
|
default as LayoutIcon
|
|
3734
3730
|
} from '../icons/panels-top-left';
|
|
3731
|
+
// PanelRightDashed aliases
|
|
3732
|
+
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3733
|
+
export {
|
|
3734
|
+
/** @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 */
|
|
3735
|
+
default as PanelRightInactiveIcon
|
|
3736
|
+
} from '../icons/panel-right-dashed';
|
|
3735
3737
|
// PenLine aliases
|
|
3736
3738
|
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3737
3739
|
export {
|
|
@@ -3768,42 +3770,42 @@ export {
|
|
|
3768
3770
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. This alias will be removed in v1.0 */
|
|
3769
3771
|
default as RowsIcon
|
|
3770
3772
|
} from '../icons/rows-2';
|
|
3771
|
-
// Scale3d aliases
|
|
3772
|
-
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3773
|
-
export {
|
|
3774
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. This alias will be removed in v1.0 */
|
|
3775
|
-
default as Scale3DIcon
|
|
3776
|
-
} from '../icons/scale-3d';
|
|
3777
3773
|
// Rows3 aliases
|
|
3778
3774
|
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3779
3775
|
export {
|
|
3780
3776
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. This alias will be removed in v1.0 */
|
|
3781
3777
|
default as PanelsTopBottomIcon
|
|
3782
3778
|
} from '../icons/rows-3';
|
|
3783
|
-
//
|
|
3784
|
-
export { default as
|
|
3779
|
+
// Scale3d aliases
|
|
3780
|
+
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3785
3781
|
export {
|
|
3786
|
-
/** @deprecated
|
|
3787
|
-
default as
|
|
3788
|
-
} from '../icons/
|
|
3782
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. This alias will be removed in v1.0 */
|
|
3783
|
+
default as Scale3DIcon
|
|
3784
|
+
} from '../icons/scale-3d';
|
|
3789
3785
|
// ShieldQuestionMark aliases
|
|
3790
3786
|
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
3791
3787
|
export {
|
|
3792
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 */
|
|
3793
3789
|
default as ShieldQuestionIcon
|
|
3794
3790
|
} from '../icons/shield-question-mark';
|
|
3795
|
-
//
|
|
3796
|
-
export { default as
|
|
3791
|
+
// SendHorizontal aliases
|
|
3792
|
+
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3797
3793
|
export {
|
|
3798
|
-
/** @deprecated
|
|
3799
|
-
default as
|
|
3800
|
-
} from '../icons/
|
|
3794
|
+
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3795
|
+
default as SendHorizonalIcon
|
|
3796
|
+
} from '../icons/send-horizontal';
|
|
3801
3797
|
// SlidersVertical aliases
|
|
3802
3798
|
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3803
3799
|
export {
|
|
3804
3800
|
/** @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 */
|
|
3805
3801
|
default as SlidersIcon
|
|
3806
3802
|
} from '../icons/sliders-vertical';
|
|
3803
|
+
// ShieldX aliases
|
|
3804
|
+
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3805
|
+
export {
|
|
3806
|
+
/** @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
|
+
default as ShieldCloseIcon
|
|
3808
|
+
} from '../icons/shield-x';
|
|
3807
3809
|
// Sparkles aliases
|
|
3808
3810
|
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3809
3811
|
export {
|
|
@@ -3828,78 +3830,78 @@ export {
|
|
|
3828
3830
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. This alias will be removed in v1.0 */
|
|
3829
3831
|
default as ArrowDownRightSquareIcon
|
|
3830
3832
|
} from '../icons/square-arrow-down-right';
|
|
3831
|
-
// SquareArrowDown aliases
|
|
3832
|
-
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3833
|
-
export {
|
|
3834
|
-
/** @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 */
|
|
3835
|
-
default as ArrowDownSquareIcon
|
|
3836
|
-
} from '../icons/square-arrow-down';
|
|
3837
3833
|
// SquareArrowLeft aliases
|
|
3838
3834
|
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3839
3835
|
export {
|
|
3840
3836
|
/** @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 */
|
|
3841
3837
|
default as ArrowLeftSquareIcon
|
|
3842
3838
|
} 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';
|
|
3843
3845
|
// SquareArrowOutDownLeft aliases
|
|
3844
3846
|
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3845
3847
|
export {
|
|
3846
3848
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3847
3849
|
default as ArrowDownLeftFromSquareIcon
|
|
3848
3850
|
} from '../icons/square-arrow-out-down-left';
|
|
3849
|
-
// SquareArrowOutDownRight aliases
|
|
3850
|
-
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3851
|
-
export {
|
|
3852
|
-
/** @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 */
|
|
3853
|
-
default as ArrowDownRightFromSquareIcon
|
|
3854
|
-
} from '../icons/square-arrow-out-down-right';
|
|
3855
|
-
// SquareArrowRight aliases
|
|
3856
|
-
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3857
|
-
export {
|
|
3858
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. This alias will be removed in v1.0 */
|
|
3859
|
-
default as ArrowRightSquareIcon
|
|
3860
|
-
} from '../icons/square-arrow-right';
|
|
3861
3851
|
// SquareArrowOutUpLeft aliases
|
|
3862
3852
|
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
3863
3853
|
export {
|
|
3864
3854
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3865
3855
|
default as ArrowUpLeftFromSquareIcon
|
|
3866
3856
|
} 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';
|
|
3867
3863
|
// SquareArrowOutUpRight aliases
|
|
3868
3864
|
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3869
3865
|
export {
|
|
3870
3866
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3871
3867
|
default as ArrowUpRightFromSquareIcon
|
|
3872
3868
|
} from '../icons/square-arrow-out-up-right';
|
|
3873
|
-
//
|
|
3874
|
-
export { default as
|
|
3875
|
-
export {
|
|
3876
|
-
/** @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 */
|
|
3877
|
-
default as ArrowUpLeftSquareIcon
|
|
3878
|
-
} from '../icons/square-arrow-up-left';
|
|
3879
|
-
// SquareArrowUpRight aliases
|
|
3880
|
-
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3869
|
+
// SquareArrowRight aliases
|
|
3870
|
+
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3881
3871
|
export {
|
|
3882
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3883
|
-
default as
|
|
3884
|
-
} from '../icons/square-arrow-
|
|
3872
|
+
/** @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
|
+
default as ArrowRightSquareIcon
|
|
3874
|
+
} from '../icons/square-arrow-right';
|
|
3885
3875
|
// SquareArrowUp aliases
|
|
3886
3876
|
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3887
3877
|
export {
|
|
3888
3878
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. This alias will be removed in v1.0 */
|
|
3889
3879
|
default as ArrowUpSquareIcon
|
|
3890
3880
|
} from '../icons/square-arrow-up';
|
|
3891
|
-
//
|
|
3892
|
-
export { default as
|
|
3881
|
+
// SquareArrowUpRight aliases
|
|
3882
|
+
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3893
3883
|
export {
|
|
3894
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3895
|
-
default as
|
|
3896
|
-
} from '../icons/square-
|
|
3884
|
+
/** @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
|
+
default as ArrowUpRightSquareIcon
|
|
3886
|
+
} from '../icons/square-arrow-up-right';
|
|
3897
3887
|
// SquareBottomDashedScissors aliases
|
|
3898
3888
|
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3899
3889
|
export {
|
|
3900
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 */
|
|
3901
3891
|
default as ScissorsSquareDashedBottomIcon
|
|
3902
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
|
+
// SquareAsterisk aliases
|
|
3900
|
+
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3901
|
+
export {
|
|
3902
|
+
/** @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
|
+
default as AsteriskSquareIcon
|
|
3904
|
+
} from '../icons/square-asterisk';
|
|
3903
3905
|
// SquareChartGantt aliases
|
|
3904
3906
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
3905
3907
|
export {
|
|
@@ -3928,42 +3930,36 @@ export {
|
|
|
3928
3930
|
/** @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 */
|
|
3929
3931
|
default as ChevronDownSquareIcon
|
|
3930
3932
|
} from '../icons/square-chevron-down';
|
|
3931
|
-
// SquareChevronLeft aliases
|
|
3932
|
-
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
3933
|
-
export {
|
|
3934
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. This alias will be removed in v1.0 */
|
|
3935
|
-
default as ChevronLeftSquareIcon
|
|
3936
|
-
} from '../icons/square-chevron-left';
|
|
3937
3933
|
// SquareChevronRight aliases
|
|
3938
3934
|
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
3939
3935
|
export {
|
|
3940
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 */
|
|
3941
3937
|
default as ChevronRightSquareIcon
|
|
3942
3938
|
} from '../icons/square-chevron-right';
|
|
3943
|
-
// SquareChevronUp aliases
|
|
3944
|
-
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
3945
|
-
export {
|
|
3946
|
-
/** @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 */
|
|
3947
|
-
default as ChevronUpSquareIcon
|
|
3948
|
-
} from '../icons/square-chevron-up';
|
|
3949
3939
|
// SquareCode aliases
|
|
3950
3940
|
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
3951
3941
|
export {
|
|
3952
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 */
|
|
3953
3943
|
default as CodeSquareIcon
|
|
3954
3944
|
} from '../icons/square-code';
|
|
3945
|
+
// SquareChevronLeft aliases
|
|
3946
|
+
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
3947
|
+
export {
|
|
3948
|
+
/** @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
|
+
default as ChevronLeftSquareIcon
|
|
3950
|
+
} from '../icons/square-chevron-left';
|
|
3951
|
+
// SquareChevronUp aliases
|
|
3952
|
+
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
3953
|
+
export {
|
|
3954
|
+
/** @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
|
+
default as ChevronUpSquareIcon
|
|
3956
|
+
} from '../icons/square-chevron-up';
|
|
3955
3957
|
// SquareDashedKanban aliases
|
|
3956
3958
|
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
3957
3959
|
export {
|
|
3958
3960
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. This alias will be removed in v1.0 */
|
|
3959
3961
|
default as KanbanSquareDashedIcon
|
|
3960
3962
|
} from '../icons/square-dashed-kanban';
|
|
3961
|
-
// SquareDashed aliases
|
|
3962
|
-
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
3963
|
-
export {
|
|
3964
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. This alias will be removed in v1.0 */
|
|
3965
|
-
default as BoxSelectIcon
|
|
3966
|
-
} from '../icons/square-dashed';
|
|
3967
3963
|
// SquareDashedMousePointer aliases
|
|
3968
3964
|
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3969
3965
|
export {
|
|
@@ -3976,6 +3972,12 @@ export {
|
|
|
3976
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 */
|
|
3977
3973
|
default as DivideSquareIcon
|
|
3978
3974
|
} from '../icons/square-divide';
|
|
3975
|
+
// SquareDashed aliases
|
|
3976
|
+
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
3977
|
+
export {
|
|
3978
|
+
/** @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
|
+
default as BoxSelectIcon
|
|
3980
|
+
} from '../icons/square-dashed';
|
|
3979
3981
|
// SquareDot aliases
|
|
3980
3982
|
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
3981
3983
|
export {
|
|
@@ -3988,6 +3990,12 @@ export {
|
|
|
3988
3990
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. This alias will be removed in v1.0 */
|
|
3989
3991
|
default as EqualSquareIcon
|
|
3990
3992
|
} from '../icons/square-equal';
|
|
3993
|
+
// SquareKanban aliases
|
|
3994
|
+
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
3995
|
+
export {
|
|
3996
|
+
/** @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 */
|
|
3997
|
+
default as KanbanSquareIcon
|
|
3998
|
+
} from '../icons/square-kanban';
|
|
3991
3999
|
// SquareFunction aliases
|
|
3992
4000
|
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
3993
4001
|
export {
|
|
@@ -4000,30 +4008,24 @@ export {
|
|
|
4000
4008
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. This alias will be removed in v1.0 */
|
|
4001
4009
|
default as LibrarySquareIcon
|
|
4002
4010
|
} from '../icons/square-library';
|
|
4003
|
-
// SquareKanban aliases
|
|
4004
|
-
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
4005
|
-
export {
|
|
4006
|
-
/** @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 */
|
|
4007
|
-
default as KanbanSquareIcon
|
|
4008
|
-
} from '../icons/square-kanban';
|
|
4009
4011
|
// SquareM aliases
|
|
4010
4012
|
export { default as SquareMIcon } from '../icons/square-m';
|
|
4011
4013
|
export {
|
|
4012
4014
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. This alias will be removed in v1.0 */
|
|
4013
4015
|
default as MSquareIcon
|
|
4014
4016
|
} from '../icons/square-m';
|
|
4015
|
-
// SquareMinus aliases
|
|
4016
|
-
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
4017
|
-
export {
|
|
4018
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. This alias will be removed in v1.0 */
|
|
4019
|
-
default as MinusSquareIcon
|
|
4020
|
-
} from '../icons/square-minus';
|
|
4021
4017
|
// SquareMenu aliases
|
|
4022
4018
|
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
4023
4019
|
export {
|
|
4024
4020
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. This alias will be removed in v1.0 */
|
|
4025
4021
|
default as MenuSquareIcon
|
|
4026
4022
|
} from '../icons/square-menu';
|
|
4023
|
+
// SquareMinus aliases
|
|
4024
|
+
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
4025
|
+
export {
|
|
4026
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. This alias will be removed in v1.0 */
|
|
4027
|
+
default as MinusSquareIcon
|
|
4028
|
+
} from '../icons/square-minus';
|
|
4027
4029
|
// SquareMousePointer aliases
|
|
4028
4030
|
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
4029
4031
|
export {
|
|
@@ -4068,24 +4070,18 @@ export {
|
|
|
4068
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 */
|
|
4069
4071
|
default as PiSquareIcon
|
|
4070
4072
|
} from '../icons/square-pi';
|
|
4071
|
-
// SquarePilcrow aliases
|
|
4072
|
-
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4073
|
-
export {
|
|
4074
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. This alias will be removed in v1.0 */
|
|
4075
|
-
default as PilcrowSquareIcon
|
|
4076
|
-
} from '../icons/square-pilcrow';
|
|
4077
4073
|
// SquarePlay aliases
|
|
4078
4074
|
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
4079
4075
|
export {
|
|
4080
4076
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. This alias will be removed in v1.0 */
|
|
4081
4077
|
default as PlaySquareIcon
|
|
4082
4078
|
} from '../icons/square-play';
|
|
4083
|
-
//
|
|
4084
|
-
export { default as
|
|
4079
|
+
// SquarePilcrow aliases
|
|
4080
|
+
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4085
4081
|
export {
|
|
4086
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4087
|
-
default as
|
|
4088
|
-
} from '../icons/square-
|
|
4082
|
+
/** @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
|
+
default as PilcrowSquareIcon
|
|
4084
|
+
} from '../icons/square-pilcrow';
|
|
4089
4085
|
// SquarePower aliases
|
|
4090
4086
|
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
4091
4087
|
export {
|
|
@@ -4098,6 +4094,12 @@ export {
|
|
|
4098
4094
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. This alias will be removed in v1.0 */
|
|
4099
4095
|
default as PlusSquareIcon
|
|
4100
4096
|
} from '../icons/square-plus';
|
|
4097
|
+
// SquareScissors aliases
|
|
4098
|
+
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4099
|
+
export {
|
|
4100
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. This alias will be removed in v1.0 */
|
|
4101
|
+
default as ScissorsSquareIcon
|
|
4102
|
+
} from '../icons/square-scissors';
|
|
4101
4103
|
// SquareSigma aliases
|
|
4102
4104
|
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4103
4105
|
export {
|
|
@@ -4140,36 +4142,42 @@ export {
|
|
|
4140
4142
|
/** @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 */
|
|
4141
4143
|
default as UserSquareIcon
|
|
4142
4144
|
} from '../icons/square-user';
|
|
4143
|
-
// SquareX aliases
|
|
4144
|
-
export { default as SquareXIcon } from '../icons/square-x';
|
|
4145
|
-
export {
|
|
4146
|
-
/** @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 */
|
|
4147
|
-
default as XSquareIcon
|
|
4148
|
-
} from '../icons/square-x';
|
|
4149
4145
|
// TestTubeDiagonal aliases
|
|
4150
4146
|
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
4151
4147
|
export {
|
|
4152
4148
|
/** @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 */
|
|
4153
4149
|
default as TestTube2Icon
|
|
4154
4150
|
} from '../icons/test-tube-diagonal';
|
|
4151
|
+
// SquareX aliases
|
|
4152
|
+
export { default as SquareXIcon } from '../icons/square-x';
|
|
4153
|
+
export {
|
|
4154
|
+
/** @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 */
|
|
4155
|
+
default as XSquareIcon
|
|
4156
|
+
} from '../icons/square-x';
|
|
4155
4157
|
// TextAlignCenter aliases
|
|
4156
4158
|
export { default as TextAlignCenterIcon } from '../icons/text-align-center';
|
|
4157
4159
|
export {
|
|
4158
4160
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. This alias will be removed in v1.0 */
|
|
4159
4161
|
default as AlignCenterIcon
|
|
4160
4162
|
} from '../icons/text-align-center';
|
|
4163
|
+
// TextAlignEnd aliases
|
|
4164
|
+
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4165
|
+
export {
|
|
4166
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. This alias will be removed in v1.0 */
|
|
4167
|
+
default as AlignRightIcon
|
|
4168
|
+
} from '../icons/text-align-end';
|
|
4161
4169
|
// TextAlignJustify aliases
|
|
4162
4170
|
export { default as TextAlignJustifyIcon } from '../icons/text-align-justify';
|
|
4163
4171
|
export {
|
|
4164
4172
|
/** @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 */
|
|
4165
4173
|
default as AlignJustifyIcon
|
|
4166
4174
|
} from '../icons/text-align-justify';
|
|
4167
|
-
//
|
|
4168
|
-
export { default as
|
|
4175
|
+
// TextInitial aliases
|
|
4176
|
+
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4169
4177
|
export {
|
|
4170
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4171
|
-
default as
|
|
4172
|
-
} from '../icons/text-
|
|
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';
|
|
4173
4181
|
// TextAlignStart aliases
|
|
4174
4182
|
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4175
4183
|
export {
|
|
@@ -4180,12 +4188,6 @@ export {
|
|
|
4180
4188
|
/** @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 */
|
|
4181
4189
|
default as AlignLeftIcon
|
|
4182
4190
|
} from '../icons/text-align-start';
|
|
4183
|
-
// TextInitial aliases
|
|
4184
|
-
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4185
|
-
export {
|
|
4186
|
-
/** @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 */
|
|
4187
|
-
default as LetterTextIcon
|
|
4188
|
-
} from '../icons/text-initial';
|
|
4189
4191
|
// TextSelect aliases
|
|
4190
4192
|
export { default as TextSelectIcon } from '../icons/text-select';
|
|
4191
4193
|
export {
|
|
@@ -4198,24 +4200,24 @@ export {
|
|
|
4198
4200
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. This alias will be removed in v1.0 */
|
|
4199
4201
|
default as TrainIcon
|
|
4200
4202
|
} from '../icons/tram-front';
|
|
4201
|
-
//
|
|
4202
|
-
export { default as
|
|
4203
|
+
// TriangleAlert aliases
|
|
4204
|
+
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4203
4205
|
export {
|
|
4204
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4205
|
-
default as
|
|
4206
|
-
} from '../icons/
|
|
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';
|
|
4207
4209
|
// TextWrap aliases
|
|
4208
4210
|
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4209
4211
|
export {
|
|
4210
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 */
|
|
4211
4213
|
default as WrapTextIcon
|
|
4212
4214
|
} from '../icons/text-wrap';
|
|
4213
|
-
//
|
|
4214
|
-
export { default as
|
|
4215
|
+
// TreePalm aliases
|
|
4216
|
+
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4215
4217
|
export {
|
|
4216
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4217
|
-
default as
|
|
4218
|
-
} from '../icons/
|
|
4218
|
+
/** @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
|
+
default as PalmtreeIcon
|
|
4220
|
+
} from '../icons/tree-palm';
|
|
4219
4221
|
// TvMinimal aliases
|
|
4220
4222
|
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4221
4223
|
export {
|
|
@@ -4246,18 +4248,18 @@ export {
|
|
|
4246
4248
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. This alias will be removed in v1.0 */
|
|
4247
4249
|
default as UserMinus2Icon
|
|
4248
4250
|
} from '../icons/user-round-minus';
|
|
4249
|
-
// UserRoundX aliases
|
|
4250
|
-
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4251
|
-
export {
|
|
4252
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. This alias will be removed in v1.0 */
|
|
4253
|
-
default as UserX2Icon
|
|
4254
|
-
} from '../icons/user-round-x';
|
|
4255
4251
|
// UserRoundPlus aliases
|
|
4256
4252
|
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
4257
4253
|
export {
|
|
4258
4254
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. This alias will be removed in v1.0 */
|
|
4259
4255
|
default as UserPlus2Icon
|
|
4260
4256
|
} from '../icons/user-round-plus';
|
|
4257
|
+
// UserRoundX aliases
|
|
4258
|
+
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4259
|
+
export {
|
|
4260
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. This alias will be removed in v1.0 */
|
|
4261
|
+
default as UserX2Icon
|
|
4262
|
+
} from '../icons/user-round-x';
|
|
4261
4263
|
// UserRound aliases
|
|
4262
4264
|
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4263
4265
|
export {
|