@lucide/astro 0.573.0 → 0.575.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/aliases/aliases.ts +116 -104
- package/src/aliases/prefixed.ts +707 -687
- package/src/aliases/suffixed.ts +1035 -1015
- package/src/icons/file-pen-line.ts +2 -2
- package/src/icons/index.ts +140 -134
- package/src/icons/message-square-check.ts +18 -0
- package/src/icons/metronome.ts +18 -0
- package/src/icons/mouse-left.ts +18 -0
- package/src/icons/mouse-right.ts +18 -0
- package/src/icons/square-arrow-right-enter.ts +18 -0
- package/src/icons/square-arrow-right-exit.ts +18 -0
- package/src/icons/{flip-horizontal.ts → square-centerline-dashed-horizontal.ts} +4 -4
- package/src/icons/{flip-vertical.ts → square-centerline-dashed-vertical.ts} +4 -4
package/src/aliases/suffixed.ts
CHANGED
|
@@ -1,21 +1,19 @@
|
|
|
1
1
|
// AArrowDown aliases
|
|
2
2
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
|
-
// AArrowUp aliases
|
|
4
|
-
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
5
3
|
// ALargeSmall aliases
|
|
6
4
|
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
7
|
-
// Accessibility aliases
|
|
8
|
-
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
9
5
|
// Activity aliases
|
|
10
6
|
export { default as ActivityIcon } from '../icons/activity';
|
|
7
|
+
// Accessibility aliases
|
|
8
|
+
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
11
9
|
// AirVent aliases
|
|
12
10
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
13
11
|
// Airplay aliases
|
|
14
12
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
15
|
-
// AlarmClockOff aliases
|
|
16
|
-
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
17
13
|
// AlarmClock aliases
|
|
18
14
|
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
15
|
+
// AlarmClockOff aliases
|
|
16
|
+
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
19
17
|
// AlarmSmoke aliases
|
|
20
18
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
21
19
|
// Album aliases
|
|
@@ -32,162 +30,162 @@ export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
|
32
30
|
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
33
31
|
// AlignHorizontalDistributeEnd aliases
|
|
34
32
|
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
35
|
-
// AlignHorizontalJustifyCenter aliases
|
|
36
|
-
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
37
33
|
// AlignHorizontalDistributeStart aliases
|
|
38
34
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
39
|
-
//
|
|
40
|
-
export { default as
|
|
35
|
+
// AlignHorizontalJustifyCenter aliases
|
|
36
|
+
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
41
37
|
// AlignHorizontalJustifyEnd aliases
|
|
42
38
|
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
39
|
+
// AlignHorizontalJustifyStart aliases
|
|
40
|
+
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
43
41
|
// AlignHorizontalSpaceAround aliases
|
|
44
42
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
45
|
-
// AlignStartHorizontal aliases
|
|
46
|
-
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
47
43
|
// AlignHorizontalSpaceBetween aliases
|
|
48
44
|
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
45
|
+
// AlignStartHorizontal aliases
|
|
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
49
|
// AlignVerticalDistributeCenter aliases
|
|
52
50
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
53
51
|
// AlignVerticalDistributeEnd aliases
|
|
54
52
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
55
|
-
// AlignVerticalDistributeStart aliases
|
|
56
|
-
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
57
53
|
// AlignVerticalJustifyEnd aliases
|
|
58
54
|
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
55
|
+
// AlignVerticalDistributeStart aliases
|
|
56
|
+
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
59
57
|
// AlignVerticalJustifyCenter aliases
|
|
60
58
|
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
61
|
-
// AlignVerticalSpaceAround aliases
|
|
62
|
-
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
63
59
|
// AlignVerticalJustifyStart aliases
|
|
64
60
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
61
|
+
// AlignVerticalSpaceAround aliases
|
|
62
|
+
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
65
63
|
// AlignVerticalSpaceBetween aliases
|
|
66
64
|
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
67
65
|
// Ambulance aliases
|
|
68
66
|
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
69
|
-
// Ampersand aliases
|
|
70
|
-
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
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
|
-
// Anchor aliases
|
|
76
|
-
export { default as AnchorIcon } from '../icons/anchor';
|
|
77
73
|
// Angry aliases
|
|
78
74
|
export { default as AngryIcon } from '../icons/angry';
|
|
75
|
+
// Anchor aliases
|
|
76
|
+
export { default as AnchorIcon } from '../icons/anchor';
|
|
77
|
+
// Annoyed aliases
|
|
78
|
+
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
79
79
|
// Antenna aliases
|
|
80
80
|
export { default as AntennaIcon } from '../icons/antenna';
|
|
81
81
|
// Anvil aliases
|
|
82
82
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
83
|
-
// Annoyed aliases
|
|
84
|
-
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
85
83
|
// Aperture aliases
|
|
86
84
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
87
|
-
// AppWindowMac aliases
|
|
88
|
-
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
89
85
|
// AppWindow aliases
|
|
90
86
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
87
|
+
// AppWindowMac aliases
|
|
88
|
+
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
91
89
|
// Apple aliases
|
|
92
90
|
export { default as AppleIcon } from '../icons/apple';
|
|
93
91
|
// ArchiveRestore aliases
|
|
94
92
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
95
|
-
// ArchiveX aliases
|
|
96
|
-
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
97
93
|
// Archive aliases
|
|
98
94
|
export { default as ArchiveIcon } from '../icons/archive';
|
|
95
|
+
// ArchiveX aliases
|
|
96
|
+
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
99
97
|
// Armchair aliases
|
|
100
98
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
101
99
|
// ArrowBigDownDash aliases
|
|
102
100
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
103
|
-
// ArrowBigDown aliases
|
|
104
|
-
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
105
101
|
// ArrowBigLeft aliases
|
|
106
102
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
107
|
-
// ArrowBigRightDash aliases
|
|
108
|
-
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
109
103
|
// ArrowBigLeftDash aliases
|
|
110
104
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
105
|
+
// ArrowBigDown aliases
|
|
106
|
+
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
107
|
+
// ArrowBigRightDash aliases
|
|
108
|
+
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
111
109
|
// ArrowBigRight aliases
|
|
112
110
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
113
111
|
// ArrowBigUpDash aliases
|
|
114
112
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
115
|
-
// ArrowDownFromLine aliases
|
|
116
|
-
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
117
113
|
// ArrowBigUp aliases
|
|
118
114
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
119
115
|
// ArrowDownLeft aliases
|
|
120
116
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
121
|
-
// ArrowDownNarrowWide aliases
|
|
122
|
-
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
123
117
|
// ArrowDownRight aliases
|
|
124
118
|
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
119
|
+
// ArrowDownNarrowWide aliases
|
|
120
|
+
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
121
|
+
// ArrowDownFromLine aliases
|
|
122
|
+
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
125
123
|
// ArrowDownToDot aliases
|
|
126
124
|
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
127
125
|
// ArrowDownToLine aliases
|
|
128
126
|
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
129
|
-
//
|
|
130
|
-
export { default as
|
|
127
|
+
// ArrowLeftFromLine aliases
|
|
128
|
+
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
131
129
|
// ArrowDown aliases
|
|
132
130
|
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
131
|
+
// ArrowDownUp aliases
|
|
132
|
+
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
133
133
|
// ArrowLeftRight aliases
|
|
134
134
|
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
135
|
-
// ArrowLeftFromLine aliases
|
|
136
|
-
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
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
|
-
//
|
|
142
|
-
export { default as
|
|
139
|
+
// ArrowRightToLine aliases
|
|
140
|
+
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
143
141
|
// ArrowRightLeft aliases
|
|
144
142
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
143
|
+
// ArrowRightFromLine aliases
|
|
144
|
+
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
145
145
|
// ArrowRight aliases
|
|
146
146
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
147
|
-
// ArrowRightToLine aliases
|
|
148
|
-
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
149
147
|
// ArrowUpDown aliases
|
|
150
148
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
151
149
|
// ArrowUpFromDot aliases
|
|
152
150
|
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
153
151
|
// ArrowUpFromLine aliases
|
|
154
152
|
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
155
|
-
// ArrowUpRight aliases
|
|
156
|
-
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
157
153
|
// ArrowUpLeft aliases
|
|
158
154
|
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
155
|
+
// ArrowUpRight aliases
|
|
156
|
+
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
159
157
|
// ArrowUpToLine aliases
|
|
160
158
|
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
161
159
|
// ArrowUpWideNarrow aliases
|
|
162
160
|
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
163
161
|
// ArrowUp aliases
|
|
164
162
|
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
165
|
-
// Asterisk aliases
|
|
166
|
-
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
167
163
|
// ArrowsUpFromLine aliases
|
|
168
164
|
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
165
|
+
// Asterisk aliases
|
|
166
|
+
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
169
167
|
// AtSign aliases
|
|
170
168
|
export { default as AtSignIcon } from '../icons/at-sign';
|
|
171
|
-
// Atom aliases
|
|
172
|
-
export { default as AtomIcon } from '../icons/atom';
|
|
173
169
|
// AudioLines aliases
|
|
174
170
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
171
|
+
// Atom aliases
|
|
172
|
+
export { default as AtomIcon } from '../icons/atom';
|
|
175
173
|
// AudioWaveform aliases
|
|
176
174
|
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
177
|
-
// Axe aliases
|
|
178
|
-
export { default as AxeIcon } from '../icons/axe';
|
|
179
175
|
// Award aliases
|
|
180
176
|
export { default as AwardIcon } from '../icons/award';
|
|
177
|
+
// Axe aliases
|
|
178
|
+
export { default as AxeIcon } from '../icons/axe';
|
|
181
179
|
// Baby aliases
|
|
182
180
|
export { default as BabyIcon } from '../icons/baby';
|
|
183
181
|
// Backpack aliases
|
|
184
182
|
export { default as BackpackIcon } from '../icons/backpack';
|
|
185
183
|
// BadgeAlert aliases
|
|
186
184
|
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
187
|
-
// BadgeDollarSign aliases
|
|
188
|
-
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
189
185
|
// BadgeCent aliases
|
|
190
186
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
187
|
+
// BadgeDollarSign aliases
|
|
188
|
+
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
191
189
|
// BadgeEuro aliases
|
|
192
190
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
193
191
|
// BadgeIndianRupee aliases
|
|
@@ -200,12 +198,12 @@ export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
|
200
198
|
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
201
199
|
// BadgePercent aliases
|
|
202
200
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
203
|
-
// BadgeRussianRuble aliases
|
|
204
|
-
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
205
201
|
// BadgePlus aliases
|
|
206
202
|
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
207
203
|
// BadgePoundSterling aliases
|
|
208
204
|
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
205
|
+
// BadgeRussianRuble aliases
|
|
206
|
+
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
209
207
|
// BadgeSwissFranc aliases
|
|
210
208
|
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
211
209
|
// BadgeTurkishLira aliases
|
|
@@ -214,38 +212,40 @@ export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
|
214
212
|
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
215
213
|
// Badge aliases
|
|
216
214
|
export { default as BadgeIcon } from '../icons/badge';
|
|
217
|
-
// BaggageClaim aliases
|
|
218
|
-
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
219
215
|
// Balloon aliases
|
|
220
216
|
export { default as BalloonIcon } from '../icons/balloon';
|
|
217
|
+
// BaggageClaim aliases
|
|
218
|
+
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
221
219
|
// Ban aliases
|
|
222
220
|
export { default as BanIcon } from '../icons/ban';
|
|
223
221
|
// Banana aliases
|
|
224
222
|
export { default as BananaIcon } from '../icons/banana';
|
|
225
223
|
// Bandage aliases
|
|
226
224
|
export { default as BandageIcon } from '../icons/bandage';
|
|
227
|
-
// BanknoteArrowUp aliases
|
|
228
|
-
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
229
225
|
// BanknoteArrowDown aliases
|
|
230
226
|
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
227
|
+
// BanknoteArrowUp aliases
|
|
228
|
+
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
231
229
|
// BanknoteX aliases
|
|
232
230
|
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
233
231
|
// Banknote aliases
|
|
234
232
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
233
|
+
// AArrowUp aliases
|
|
234
|
+
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
235
235
|
// Barcode aliases
|
|
236
236
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
237
237
|
// Barrel aliases
|
|
238
238
|
export { default as BarrelIcon } from '../icons/barrel';
|
|
239
239
|
// Baseline aliases
|
|
240
240
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
241
|
-
// Bath aliases
|
|
242
|
-
export { default as BathIcon } from '../icons/bath';
|
|
243
241
|
// BatteryCharging aliases
|
|
244
242
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
245
|
-
//
|
|
246
|
-
export { default as
|
|
243
|
+
// Bath aliases
|
|
244
|
+
export { default as BathIcon } from '../icons/bath';
|
|
247
245
|
// BatteryLow aliases
|
|
248
246
|
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
247
|
+
// BatteryFull aliases
|
|
248
|
+
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
249
249
|
// BatteryMedium aliases
|
|
250
250
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
251
251
|
// BatteryPlus aliases
|
|
@@ -262,20 +262,20 @@ export { default as BeanOffIcon } from '../icons/bean-off';
|
|
|
262
262
|
export { default as BeanIcon } from '../icons/bean';
|
|
263
263
|
// BedDouble aliases
|
|
264
264
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
265
|
-
// Bed aliases
|
|
266
|
-
export { default as BedIcon } from '../icons/bed';
|
|
267
265
|
// BedSingle aliases
|
|
268
266
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
267
|
+
// Bed aliases
|
|
268
|
+
export { default as BedIcon } from '../icons/bed';
|
|
269
269
|
// Beef aliases
|
|
270
270
|
export { default as BeefIcon } from '../icons/beef';
|
|
271
271
|
// BeerOff aliases
|
|
272
272
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
273
273
|
// Beer aliases
|
|
274
274
|
export { default as BeerIcon } from '../icons/beer';
|
|
275
|
-
// BellElectric aliases
|
|
276
|
-
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
277
275
|
// BellDot aliases
|
|
278
276
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
277
|
+
// BellElectric aliases
|
|
278
|
+
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
279
279
|
// BellMinus aliases
|
|
280
280
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
281
281
|
// BellOff aliases
|
|
@@ -286,10 +286,10 @@ export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
|
286
286
|
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
287
287
|
// Bell aliases
|
|
288
288
|
export { default as BellIcon } from '../icons/bell';
|
|
289
|
-
// BetweenVerticalStart aliases
|
|
290
|
-
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
291
289
|
// BetweenVerticalEnd aliases
|
|
292
290
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
291
|
+
// BetweenVerticalStart aliases
|
|
292
|
+
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
293
293
|
// BicepsFlexed aliases
|
|
294
294
|
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
295
295
|
// Bike aliases
|
|
@@ -300,136 +300,136 @@ export { default as BinaryIcon } from '../icons/binary';
|
|
|
300
300
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
301
301
|
// Biohazard aliases
|
|
302
302
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
303
|
-
// Birdhouse aliases
|
|
304
|
-
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
305
303
|
// Bird aliases
|
|
306
304
|
export { default as BirdIcon } from '../icons/bird';
|
|
305
|
+
// Birdhouse aliases
|
|
306
|
+
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
307
307
|
// Bitcoin aliases
|
|
308
308
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
309
309
|
// Blend aliases
|
|
310
310
|
export { default as BlendIcon } from '../icons/blend';
|
|
311
|
-
// Blinds aliases
|
|
312
|
-
export { default as BlindsIcon } from '../icons/blinds';
|
|
313
311
|
// Blocks aliases
|
|
314
312
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
315
313
|
// BluetoothConnected aliases
|
|
316
314
|
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
315
|
+
// Blinds aliases
|
|
316
|
+
export { default as BlindsIcon } from '../icons/blinds';
|
|
317
317
|
// BluetoothOff aliases
|
|
318
318
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
319
|
-
// Bluetooth aliases
|
|
320
|
-
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
321
319
|
// BluetoothSearching aliases
|
|
322
320
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
321
|
+
// Bluetooth aliases
|
|
322
|
+
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
323
|
+
// Bolt aliases
|
|
324
|
+
export { default as BoltIcon } from '../icons/bolt';
|
|
323
325
|
// Bold aliases
|
|
324
326
|
export { default as BoldIcon } from '../icons/bold';
|
|
325
327
|
// Bomb aliases
|
|
326
328
|
export { default as BombIcon } from '../icons/bomb';
|
|
327
329
|
// Bone aliases
|
|
328
330
|
export { default as BoneIcon } from '../icons/bone';
|
|
329
|
-
// Bolt aliases
|
|
330
|
-
export { default as BoltIcon } from '../icons/bolt';
|
|
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
335
|
// BookAudio aliases
|
|
336
336
|
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
337
|
-
// BookCopy aliases
|
|
338
|
-
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
339
337
|
// BookCheck aliases
|
|
340
338
|
export { default as BookCheckIcon } from '../icons/book-check';
|
|
339
|
+
// BookCopy aliases
|
|
340
|
+
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
341
341
|
// BookDown aliases
|
|
342
342
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
343
|
-
// BookHeadphones aliases
|
|
344
|
-
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
345
343
|
// BookHeart aliases
|
|
346
344
|
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
345
|
+
// BookHeadphones aliases
|
|
346
|
+
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
347
347
|
// BookImage aliases
|
|
348
348
|
export { default as BookImageIcon } from '../icons/book-image';
|
|
349
349
|
// BookKey aliases
|
|
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
|
-
// BookMarked aliases
|
|
354
|
-
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
355
353
|
// BookMinus aliases
|
|
356
354
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
357
|
-
//
|
|
358
|
-
export { default as
|
|
355
|
+
// BookMarked aliases
|
|
356
|
+
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
359
357
|
// BookOpenText aliases
|
|
360
358
|
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
359
|
+
// BookOpenCheck aliases
|
|
360
|
+
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
361
361
|
// BookOpen aliases
|
|
362
362
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
363
363
|
// BookPlus aliases
|
|
364
364
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
365
365
|
// BookSearch aliases
|
|
366
366
|
export { default as BookSearchIcon } from '../icons/book-search';
|
|
367
|
-
// BookType aliases
|
|
368
|
-
export { default as BookTypeIcon } from '../icons/book-type';
|
|
369
367
|
// BookText aliases
|
|
370
368
|
export { default as BookTextIcon } from '../icons/book-text';
|
|
369
|
+
// BookType aliases
|
|
370
|
+
export { default as BookTypeIcon } from '../icons/book-type';
|
|
371
371
|
// BookUp2 aliases
|
|
372
372
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
373
373
|
// BookUp aliases
|
|
374
374
|
export { default as BookUpIcon } from '../icons/book-up';
|
|
375
375
|
// BookX aliases
|
|
376
376
|
export { default as BookXIcon } from '../icons/book-x';
|
|
377
|
-
// Book aliases
|
|
378
|
-
export { default as BookIcon } from '../icons/book';
|
|
379
377
|
// BookUser aliases
|
|
380
378
|
export { default as BookUserIcon } from '../icons/book-user';
|
|
381
|
-
//
|
|
382
|
-
export { default as
|
|
379
|
+
// Book aliases
|
|
380
|
+
export { default as BookIcon } from '../icons/book';
|
|
383
381
|
// BookmarkMinus aliases
|
|
384
382
|
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
383
|
+
// BookmarkCheck aliases
|
|
384
|
+
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
385
385
|
// BookmarkPlus aliases
|
|
386
386
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
387
387
|
// BookmarkX aliases
|
|
388
388
|
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
389
|
-
// Bookmark aliases
|
|
390
|
-
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
391
389
|
// BoomBox aliases
|
|
392
390
|
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
391
|
+
// Bookmark aliases
|
|
392
|
+
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
393
393
|
// BotMessageSquare aliases
|
|
394
394
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
395
395
|
// BotOff aliases
|
|
396
396
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
397
|
-
// Bot aliases
|
|
398
|
-
export { default as BotIcon } from '../icons/bot';
|
|
399
397
|
// BottleWine aliases
|
|
400
398
|
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
401
|
-
//
|
|
402
|
-
export { default as
|
|
403
|
-
// Boxes aliases
|
|
404
|
-
export { default as BoxesIcon } from '../icons/boxes';
|
|
399
|
+
// Bot aliases
|
|
400
|
+
export { default as BotIcon } from '../icons/bot';
|
|
405
401
|
// BowArrow aliases
|
|
406
402
|
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
403
|
+
// Boxes aliases
|
|
404
|
+
export { default as BoxesIcon } from '../icons/boxes';
|
|
405
|
+
// Box aliases
|
|
406
|
+
export { default as BoxIcon } from '../icons/box';
|
|
407
407
|
// Brackets aliases
|
|
408
408
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
409
409
|
// BrainCircuit aliases
|
|
410
410
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
411
|
-
// BrainCog aliases
|
|
412
|
-
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
413
|
-
// BrickWallFire aliases
|
|
414
|
-
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
415
411
|
// Brain aliases
|
|
416
412
|
export { default as BrainIcon } from '../icons/brain';
|
|
413
|
+
// BrainCog aliases
|
|
414
|
+
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
417
415
|
// BrickWallShield aliases
|
|
418
416
|
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
417
|
+
// BrickWallFire aliases
|
|
418
|
+
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
419
419
|
// BriefcaseBusiness aliases
|
|
420
420
|
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
421
421
|
// BrickWall aliases
|
|
422
422
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
423
|
-
// BriefcaseConveyorBelt aliases
|
|
424
|
-
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
425
423
|
// BriefcaseMedical aliases
|
|
426
424
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
425
|
+
// BriefcaseConveyorBelt aliases
|
|
426
|
+
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
427
|
+
// BrushCleaning aliases
|
|
428
|
+
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
427
429
|
// Briefcase aliases
|
|
428
430
|
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
429
431
|
// BringToFront aliases
|
|
430
432
|
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
431
|
-
// BrushCleaning aliases
|
|
432
|
-
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
433
433
|
// Brush aliases
|
|
434
434
|
export { default as BrushIcon } from '../icons/brush';
|
|
435
435
|
// Bubbles aliases
|
|
@@ -440,12 +440,12 @@ export { default as BugOffIcon } from '../icons/bug-off';
|
|
|
440
440
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
441
441
|
// Bug aliases
|
|
442
442
|
export { default as BugIcon } from '../icons/bug';
|
|
443
|
-
// BusFront aliases
|
|
444
|
-
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
445
443
|
// Building2 aliases
|
|
446
444
|
export { default as Building2Icon } from '../icons/building-2';
|
|
447
445
|
// Building aliases
|
|
448
446
|
export { default as BuildingIcon } from '../icons/building';
|
|
447
|
+
// BusFront aliases
|
|
448
|
+
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
449
449
|
// Bus aliases
|
|
450
450
|
export { default as BusIcon } from '../icons/bus';
|
|
451
451
|
// CableCar aliases
|
|
@@ -458,54 +458,54 @@ 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';
|
|
461
463
|
// Calendar1 aliases
|
|
462
464
|
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
463
465
|
// CalendarArrowUp aliases
|
|
464
466
|
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
465
|
-
// CalendarArrowDown aliases
|
|
466
|
-
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
467
467
|
// CalendarCheck2 aliases
|
|
468
468
|
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
469
|
-
// CalendarClock aliases
|
|
470
|
-
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
471
469
|
// CalendarCog aliases
|
|
472
470
|
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
473
|
-
// CalendarDays aliases
|
|
474
|
-
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
475
471
|
// CalendarCheck aliases
|
|
476
472
|
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
473
|
+
// CalendarClock aliases
|
|
474
|
+
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
477
475
|
// CalendarFold aliases
|
|
478
476
|
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
479
|
-
//
|
|
480
|
-
export { default as
|
|
477
|
+
// CalendarDays aliases
|
|
478
|
+
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
481
479
|
// CalendarHeart aliases
|
|
482
480
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
481
|
+
// CalendarMinus2 aliases
|
|
482
|
+
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
483
483
|
// CalendarMinus aliases
|
|
484
484
|
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
485
485
|
// CalendarOff aliases
|
|
486
486
|
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
487
|
-
// CalendarPlus2 aliases
|
|
488
|
-
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
489
487
|
// CalendarPlus aliases
|
|
490
488
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
489
|
+
// CalendarPlus2 aliases
|
|
490
|
+
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
491
|
+
// CalendarRange aliases
|
|
492
|
+
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
491
493
|
// CalendarSearch aliases
|
|
492
494
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
493
495
|
// CalendarSync aliases
|
|
494
496
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
495
497
|
// CalendarX2 aliases
|
|
496
498
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
497
|
-
// CalendarRange aliases
|
|
498
|
-
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
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
|
-
// CameraOff aliases
|
|
506
|
-
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
507
505
|
// Camera aliases
|
|
508
506
|
export { default as CameraIcon } from '../icons/camera';
|
|
507
|
+
// CameraOff aliases
|
|
508
|
+
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
509
509
|
// CandyCane aliases
|
|
510
510
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
511
511
|
// CandyOff aliases
|
|
@@ -526,26 +526,26 @@ export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
|
526
526
|
export { default as CarIcon } from '../icons/car';
|
|
527
527
|
// Caravan aliases
|
|
528
528
|
export { default as CaravanIcon } from '../icons/caravan';
|
|
529
|
-
// Carrot aliases
|
|
530
|
-
export { default as CarrotIcon } from '../icons/carrot';
|
|
531
529
|
// CardSim aliases
|
|
532
530
|
export { default as CardSimIcon } from '../icons/card-sim';
|
|
533
|
-
//
|
|
534
|
-
export { default as
|
|
531
|
+
// Carrot aliases
|
|
532
|
+
export { default as CarrotIcon } from '../icons/carrot';
|
|
535
533
|
// CaseLower aliases
|
|
536
534
|
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
537
|
-
//
|
|
538
|
-
export { default as
|
|
535
|
+
// CaseSensitive aliases
|
|
536
|
+
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
539
537
|
// CassetteTape aliases
|
|
540
538
|
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
541
539
|
// CaseUpper aliases
|
|
542
540
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
541
|
+
// Cast aliases
|
|
542
|
+
export { default as CastIcon } from '../icons/cast';
|
|
543
543
|
// Castle aliases
|
|
544
544
|
export { default as CastleIcon } from '../icons/castle';
|
|
545
|
-
// Cctv aliases
|
|
546
|
-
export { default as CctvIcon } from '../icons/cctv';
|
|
547
545
|
// Cat aliases
|
|
548
546
|
export { default as CatIcon } from '../icons/cat';
|
|
547
|
+
// Cctv aliases
|
|
548
|
+
export { default as CctvIcon } from '../icons/cctv';
|
|
549
549
|
// ChartBarDecreasing aliases
|
|
550
550
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
551
551
|
// ChartBarIncreasing aliases
|
|
@@ -558,48 +558,48 @@ export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decr
|
|
|
558
558
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
559
559
|
// ChartGantt aliases
|
|
560
560
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
561
|
-
// ChartNetwork aliases
|
|
562
|
-
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
563
561
|
// ChartNoAxesColumnDecreasing aliases
|
|
564
562
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
563
|
+
// ChartNetwork aliases
|
|
564
|
+
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
565
565
|
// ChartNoAxesCombined aliases
|
|
566
566
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
567
|
-
// ChartSpline aliases
|
|
568
|
-
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
569
567
|
// CheckCheck aliases
|
|
570
568
|
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
569
|
+
// ChartSpline aliases
|
|
570
|
+
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
571
571
|
// CheckLine aliases
|
|
572
572
|
export { default as CheckLineIcon } from '../icons/check-line';
|
|
573
|
+
// Cherry aliases
|
|
574
|
+
export { default as CherryIcon } from '../icons/cherry';
|
|
573
575
|
// Check aliases
|
|
574
576
|
export { default as CheckIcon } from '../icons/check';
|
|
575
577
|
// ChefHat aliases
|
|
576
578
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
577
|
-
// Cherry aliases
|
|
578
|
-
export { default as CherryIcon } from '../icons/cherry';
|
|
579
579
|
// ChessBishop aliases
|
|
580
580
|
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
581
|
-
// ChessKnight aliases
|
|
582
|
-
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
583
581
|
// ChessKing aliases
|
|
584
582
|
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
585
|
-
//
|
|
586
|
-
export { default as
|
|
583
|
+
// ChessKnight aliases
|
|
584
|
+
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
587
585
|
// ChessQueen aliases
|
|
588
586
|
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
587
|
+
// ChessPawn aliases
|
|
588
|
+
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
589
589
|
// ChessRook aliases
|
|
590
590
|
export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
591
591
|
// ChevronDown aliases
|
|
592
592
|
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
593
|
-
// ChevronFirst aliases
|
|
594
|
-
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
595
593
|
// ChevronLast aliases
|
|
596
594
|
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
595
|
+
// ChevronFirst aliases
|
|
596
|
+
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
597
597
|
// ChevronLeft aliases
|
|
598
598
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
599
|
-
// ChevronRight aliases
|
|
600
|
-
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
601
599
|
// ChevronUp aliases
|
|
602
600
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
601
|
+
// ChevronRight aliases
|
|
602
|
+
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
603
603
|
// ChevronsDownUp aliases
|
|
604
604
|
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
605
605
|
// ChevronsDown aliases
|
|
@@ -612,110 +612,110 @@ export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
|
612
612
|
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
613
613
|
// ChevronsRightLeft aliases
|
|
614
614
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
615
|
-
// ChevronsUpDown aliases
|
|
616
|
-
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
617
615
|
// ChevronsRight aliases
|
|
618
616
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
619
|
-
//
|
|
620
|
-
export { default as
|
|
617
|
+
// ChevronsUpDown aliases
|
|
618
|
+
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
621
619
|
// Church aliases
|
|
622
620
|
export { default as ChurchIcon } from '../icons/church';
|
|
621
|
+
// ChevronsUp aliases
|
|
622
|
+
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
623
623
|
// CigaretteOff aliases
|
|
624
624
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
625
|
-
// CircleDashed aliases
|
|
626
|
-
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
627
|
-
// CircleDollarSign aliases
|
|
628
|
-
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
629
625
|
// Cigarette aliases
|
|
630
626
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
631
|
-
//
|
|
632
|
-
export { default as
|
|
627
|
+
// CircleDollarSign aliases
|
|
628
|
+
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
629
|
+
// CircleDashed aliases
|
|
630
|
+
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
633
631
|
// CircleDot aliases
|
|
634
632
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
635
|
-
//
|
|
636
|
-
export { default as
|
|
637
|
-
// CircleFadingPlus aliases
|
|
638
|
-
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
633
|
+
// CircleDotDashed aliases
|
|
634
|
+
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
639
635
|
// CircleEllipsis aliases
|
|
640
636
|
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
637
|
+
// CircleEqual aliases
|
|
638
|
+
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
641
639
|
// CircleFadingArrowUp aliases
|
|
642
640
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
641
|
+
// CircleFadingPlus aliases
|
|
642
|
+
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
643
643
|
// CirclePile aliases
|
|
644
644
|
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
645
645
|
// CircleOff aliases
|
|
646
646
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
647
|
-
// CirclePoundSterling aliases
|
|
648
|
-
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
649
647
|
// CircleSlash aliases
|
|
650
648
|
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
649
|
+
// CirclePoundSterling aliases
|
|
650
|
+
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
651
651
|
// CircleSmall aliases
|
|
652
652
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
653
653
|
// CircleStar aliases
|
|
654
654
|
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
655
|
-
// CircuitBoard aliases
|
|
656
|
-
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
657
655
|
// Circle aliases
|
|
658
656
|
export { default as CircleIcon } from '../icons/circle';
|
|
657
|
+
// CircuitBoard aliases
|
|
658
|
+
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
659
659
|
// Citrus aliases
|
|
660
660
|
export { default as CitrusIcon } from '../icons/citrus';
|
|
661
661
|
// Clapperboard aliases
|
|
662
662
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
663
663
|
// ClipboardCheck aliases
|
|
664
664
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
665
|
+
// ClipboardCopy aliases
|
|
666
|
+
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
665
667
|
// ClipboardClock aliases
|
|
666
668
|
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
667
669
|
// ClipboardList aliases
|
|
668
670
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
669
|
-
// ClipboardCopy aliases
|
|
670
|
-
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
671
|
-
// ClipboardPaste aliases
|
|
672
|
-
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
673
671
|
// ClipboardMinus aliases
|
|
674
672
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
675
|
-
// ClipboardType aliases
|
|
676
|
-
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
677
673
|
// ClipboardPlus aliases
|
|
678
674
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
675
|
+
// ClipboardPaste aliases
|
|
676
|
+
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
677
|
+
// ClipboardType aliases
|
|
678
|
+
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
679
679
|
// ClipboardX aliases
|
|
680
680
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
681
681
|
// Clipboard aliases
|
|
682
682
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
683
|
-
// Clock1 aliases
|
|
684
|
-
export { default as Clock1Icon } from '../icons/clock-1';
|
|
685
683
|
// Clock10 aliases
|
|
686
684
|
export { default as Clock10Icon } from '../icons/clock-10';
|
|
685
|
+
// Clock1 aliases
|
|
686
|
+
export { default as Clock1Icon } from '../icons/clock-1';
|
|
687
|
+
// Clock12 aliases
|
|
688
|
+
export { default as Clock12Icon } from '../icons/clock-12';
|
|
687
689
|
// Clock11 aliases
|
|
688
690
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
689
691
|
// Clock2 aliases
|
|
690
692
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
691
|
-
// Clock12 aliases
|
|
692
|
-
export { default as Clock12Icon } from '../icons/clock-12';
|
|
693
|
-
// Clock3 aliases
|
|
694
|
-
export { default as Clock3Icon } from '../icons/clock-3';
|
|
695
693
|
// Clock4 aliases
|
|
696
694
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
697
695
|
// Clock5 aliases
|
|
698
696
|
export { default as Clock5Icon } from '../icons/clock-5';
|
|
697
|
+
// Clock3 aliases
|
|
698
|
+
export { default as Clock3Icon } from '../icons/clock-3';
|
|
699
699
|
// Clock7 aliases
|
|
700
700
|
export { default as Clock7Icon } from '../icons/clock-7';
|
|
701
|
-
// Clock8 aliases
|
|
702
|
-
export { default as Clock8Icon } from '../icons/clock-8';
|
|
703
701
|
// Clock6 aliases
|
|
704
702
|
export { default as Clock6Icon } from '../icons/clock-6';
|
|
705
|
-
//
|
|
706
|
-
export { default as
|
|
703
|
+
// Clock8 aliases
|
|
704
|
+
export { default as Clock8Icon } from '../icons/clock-8';
|
|
707
705
|
// ClockAlert aliases
|
|
708
706
|
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
707
|
+
// Clock9 aliases
|
|
708
|
+
export { default as Clock9Icon } from '../icons/clock-9';
|
|
709
|
+
// ClockArrowDown aliases
|
|
710
|
+
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
709
711
|
// ClockArrowUp aliases
|
|
710
712
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
711
713
|
// ClockCheck aliases
|
|
712
714
|
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
713
|
-
// ClockFading aliases
|
|
714
|
-
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
715
|
-
// ClockArrowDown aliases
|
|
716
|
-
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
717
715
|
// ClockPlus aliases
|
|
718
716
|
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
717
|
+
// ClockFading aliases
|
|
718
|
+
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
719
719
|
// Clock aliases
|
|
720
720
|
export { default as ClockIcon } from '../icons/clock';
|
|
721
721
|
// ClosedCaption aliases
|
|
@@ -730,18 +730,18 @@ export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
|
730
730
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
731
731
|
// CloudDrizzle aliases
|
|
732
732
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
733
|
-
// CloudHail aliases
|
|
734
|
-
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
735
733
|
// CloudFog aliases
|
|
736
734
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
735
|
+
// CloudHail aliases
|
|
736
|
+
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
737
|
+
// CloudMoon aliases
|
|
738
|
+
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
737
739
|
// CloudLightning aliases
|
|
738
740
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
739
|
-
// CloudOff aliases
|
|
740
|
-
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
741
741
|
// CloudMoonRain aliases
|
|
742
742
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
743
|
-
//
|
|
744
|
-
export { default as
|
|
743
|
+
// CloudOff aliases
|
|
744
|
+
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
745
745
|
// CloudRainWind aliases
|
|
746
746
|
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
747
747
|
// CloudRain aliases
|
|
@@ -752,68 +752,68 @@ export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
|
752
752
|
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
753
753
|
// CloudSun aliases
|
|
754
754
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
755
|
+
// CloudSync aliases
|
|
756
|
+
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
755
757
|
// Cloud aliases
|
|
756
758
|
export { default as CloudIcon } from '../icons/cloud';
|
|
757
759
|
// Cloudy aliases
|
|
758
760
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
759
|
-
// CloudSync aliases
|
|
760
|
-
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
761
761
|
// Clover aliases
|
|
762
762
|
export { default as CloverIcon } from '../icons/clover';
|
|
763
763
|
// Club aliases
|
|
764
764
|
export { default as ClubIcon } from '../icons/club';
|
|
765
|
-
// Codepen aliases
|
|
766
|
-
export { default as CodepenIcon } from '../icons/codepen';
|
|
767
765
|
// Code aliases
|
|
768
766
|
export { default as CodeIcon } from '../icons/code';
|
|
767
|
+
// Codepen aliases
|
|
768
|
+
export { default as CodepenIcon } from '../icons/codepen';
|
|
769
769
|
// Codesandbox aliases
|
|
770
770
|
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
771
|
-
// Coffee aliases
|
|
772
|
-
export { default as CoffeeIcon } from '../icons/coffee';
|
|
773
771
|
// Cog aliases
|
|
774
772
|
export { default as CogIcon } from '../icons/cog';
|
|
775
773
|
// Coins aliases
|
|
776
774
|
export { default as CoinsIcon } from '../icons/coins';
|
|
775
|
+
// Coffee aliases
|
|
776
|
+
export { default as CoffeeIcon } from '../icons/coffee';
|
|
777
777
|
// Columns4 aliases
|
|
778
778
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
779
|
-
// Command aliases
|
|
780
|
-
export { default as CommandIcon } from '../icons/command';
|
|
781
779
|
// Combine aliases
|
|
782
780
|
export { default as CombineIcon } from '../icons/combine';
|
|
781
|
+
// Command aliases
|
|
782
|
+
export { default as CommandIcon } from '../icons/command';
|
|
783
783
|
// Compass aliases
|
|
784
784
|
export { default as CompassIcon } from '../icons/compass';
|
|
785
785
|
// Component aliases
|
|
786
786
|
export { default as ComponentIcon } from '../icons/component';
|
|
787
|
+
// Computer aliases
|
|
788
|
+
export { default as ComputerIcon } from '../icons/computer';
|
|
787
789
|
// ConciergeBell aliases
|
|
788
790
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
789
791
|
// Cone aliases
|
|
790
792
|
export { default as ConeIcon } from '../icons/cone';
|
|
791
|
-
// Computer aliases
|
|
792
|
-
export { default as ComputerIcon } from '../icons/computer';
|
|
793
793
|
// Construction aliases
|
|
794
794
|
export { default as ConstructionIcon } from '../icons/construction';
|
|
795
|
-
// Contact aliases
|
|
796
|
-
export { default as ContactIcon } from '../icons/contact';
|
|
797
795
|
// Container aliases
|
|
798
796
|
export { default as ContainerIcon } from '../icons/container';
|
|
799
|
-
//
|
|
800
|
-
export { default as
|
|
797
|
+
// Contact aliases
|
|
798
|
+
export { default as ContactIcon } from '../icons/contact';
|
|
801
799
|
// Contrast aliases
|
|
802
800
|
export { default as ContrastIcon } from '../icons/contrast';
|
|
803
801
|
// CookingPot aliases
|
|
804
802
|
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
805
803
|
// CopyCheck aliases
|
|
806
804
|
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
805
|
+
// Cookie aliases
|
|
806
|
+
export { default as CookieIcon } from '../icons/cookie';
|
|
807
807
|
// CopyMinus aliases
|
|
808
808
|
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
809
809
|
// CopyPlus aliases
|
|
810
810
|
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
811
|
+
// CopySlash aliases
|
|
812
|
+
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
811
813
|
// CopyX aliases
|
|
812
814
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
813
815
|
// Copy aliases
|
|
814
816
|
export { default as CopyIcon } from '../icons/copy';
|
|
815
|
-
// CopySlash aliases
|
|
816
|
-
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
817
817
|
// Copyleft aliases
|
|
818
818
|
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
819
819
|
// Copyright aliases
|
|
@@ -822,10 +822,10 @@ export { default as CopyrightIcon } from '../icons/copyright';
|
|
|
822
822
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
823
823
|
// CornerDownRight aliases
|
|
824
824
|
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
825
|
-
// CornerLeftDown aliases
|
|
826
|
-
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
827
825
|
// CornerLeftUp aliases
|
|
828
826
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
827
|
+
// CornerLeftDown aliases
|
|
828
|
+
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
829
829
|
// CornerRightDown aliases
|
|
830
830
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
831
831
|
// CornerRightUp aliases
|
|
@@ -834,44 +834,44 @@ export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
|
834
834
|
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
835
835
|
// CornerUpRight aliases
|
|
836
836
|
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
837
|
-
// CreativeCommons aliases
|
|
838
|
-
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
839
837
|
// Cpu aliases
|
|
840
838
|
export { default as CpuIcon } from '../icons/cpu';
|
|
839
|
+
// CreativeCommons aliases
|
|
840
|
+
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
841
841
|
// CreditCard aliases
|
|
842
842
|
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
843
843
|
// Croissant aliases
|
|
844
844
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
845
845
|
// Crop aliases
|
|
846
846
|
export { default as CropIcon } from '../icons/crop';
|
|
847
|
-
// Cross aliases
|
|
848
|
-
export { default as CrossIcon } from '../icons/cross';
|
|
849
847
|
// Crosshair aliases
|
|
850
848
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
849
|
+
// Cross aliases
|
|
850
|
+
export { default as CrossIcon } from '../icons/cross';
|
|
851
|
+
// Crown aliases
|
|
852
|
+
export { default as CrownIcon } from '../icons/crown';
|
|
851
853
|
// Cuboid aliases
|
|
852
854
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
855
|
+
// Dam aliases
|
|
856
|
+
export { default as DamIcon } from '../icons/dam';
|
|
853
857
|
// CupSoda aliases
|
|
854
858
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
855
|
-
// Crown aliases
|
|
856
|
-
export { default as CrownIcon } from '../icons/crown';
|
|
857
|
-
// Cylinder aliases
|
|
858
|
-
export { default as CylinderIcon } from '../icons/cylinder';
|
|
859
859
|
// Currency aliases
|
|
860
860
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
861
|
-
//
|
|
862
|
-
export { default as
|
|
861
|
+
// Cylinder aliases
|
|
862
|
+
export { default as CylinderIcon } from '../icons/cylinder';
|
|
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
865
|
// DatabaseSearch aliases
|
|
868
866
|
export { default as DatabaseSearchIcon } from '../icons/database-search';
|
|
867
|
+
// DatabaseZap aliases
|
|
868
|
+
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
869
869
|
// Database aliases
|
|
870
870
|
export { default as DatabaseIcon } from '../icons/database';
|
|
871
|
-
// DecimalsArrowLeft aliases
|
|
872
|
-
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
873
871
|
// DecimalsArrowRight aliases
|
|
874
872
|
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
873
|
+
// DecimalsArrowLeft aliases
|
|
874
|
+
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
875
875
|
// Delete aliases
|
|
876
876
|
export { default as DeleteIcon } from '../icons/delete';
|
|
877
877
|
// Dessert aliases
|
|
@@ -886,34 +886,34 @@ export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
|
886
886
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
887
887
|
// Dice1 aliases
|
|
888
888
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
889
|
-
// Dice3 aliases
|
|
890
|
-
export { default as Dice3Icon } from '../icons/dice-3';
|
|
891
889
|
// Dice2 aliases
|
|
892
890
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
893
|
-
//
|
|
894
|
-
export { default as
|
|
891
|
+
// Dice3 aliases
|
|
892
|
+
export { default as Dice3Icon } from '../icons/dice-3';
|
|
895
893
|
// Dice4 aliases
|
|
896
894
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
895
|
+
// Dice5 aliases
|
|
896
|
+
export { default as Dice5Icon } from '../icons/dice-5';
|
|
897
897
|
// Dice6 aliases
|
|
898
898
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
899
899
|
// Dices aliases
|
|
900
900
|
export { default as DicesIcon } from '../icons/dices';
|
|
901
901
|
// Diff aliases
|
|
902
902
|
export { default as DiffIcon } from '../icons/diff';
|
|
903
|
-
// Disc2 aliases
|
|
904
|
-
export { default as Disc2Icon } from '../icons/disc-2';
|
|
905
903
|
// Disc3 aliases
|
|
906
904
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
905
|
+
// Disc2 aliases
|
|
906
|
+
export { default as Disc2Icon } from '../icons/disc-2';
|
|
907
|
+
// DiscAlbum aliases
|
|
908
|
+
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
907
909
|
// Disc aliases
|
|
908
910
|
export { default as DiscIcon } from '../icons/disc';
|
|
909
911
|
// Divide aliases
|
|
910
912
|
export { default as DivideIcon } from '../icons/divide';
|
|
911
|
-
// DiscAlbum aliases
|
|
912
|
-
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
913
|
-
// Dna aliases
|
|
914
|
-
export { default as DnaIcon } from '../icons/dna';
|
|
915
913
|
// DnaOff aliases
|
|
916
914
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
915
|
+
// Dna aliases
|
|
916
|
+
export { default as DnaIcon } from '../icons/dna';
|
|
917
917
|
// Dog aliases
|
|
918
918
|
export { default as DogIcon } from '../icons/dog';
|
|
919
919
|
// Dock aliases
|
|
@@ -936,36 +936,36 @@ export { default as DownloadIcon } from '../icons/download';
|
|
|
936
936
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
937
937
|
// Drama aliases
|
|
938
938
|
export { default as DramaIcon } from '../icons/drama';
|
|
939
|
+
// Dribbble aliases
|
|
940
|
+
export { default as DribbbleIcon } from '../icons/dribbble';
|
|
939
941
|
// Drill aliases
|
|
940
942
|
export { default as DrillIcon } from '../icons/drill';
|
|
941
943
|
// Drone aliases
|
|
942
944
|
export { default as DroneIcon } from '../icons/drone';
|
|
943
|
-
// Dribbble aliases
|
|
944
|
-
export { default as DribbbleIcon } from '../icons/dribbble';
|
|
945
|
-
// Droplet aliases
|
|
946
|
-
export { default as DropletIcon } from '../icons/droplet';
|
|
947
945
|
// DropletOff aliases
|
|
948
946
|
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
947
|
+
// Droplet aliases
|
|
948
|
+
export { default as DropletIcon } from '../icons/droplet';
|
|
949
949
|
// Droplets aliases
|
|
950
950
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
951
951
|
// Drum aliases
|
|
952
952
|
export { default as DrumIcon } from '../icons/drum';
|
|
953
|
-
// Dumbbell aliases
|
|
954
|
-
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
955
953
|
// Drumstick aliases
|
|
956
954
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
957
955
|
// EarOff aliases
|
|
958
956
|
export { default as EarOffIcon } from '../icons/ear-off';
|
|
957
|
+
// Dumbbell aliases
|
|
958
|
+
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
959
959
|
// Ear aliases
|
|
960
960
|
export { default as EarIcon } from '../icons/ear';
|
|
961
961
|
// EarthLock aliases
|
|
962
962
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
963
963
|
// EggFried aliases
|
|
964
964
|
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
965
|
-
// Egg aliases
|
|
966
|
-
export { default as EggIcon } from '../icons/egg';
|
|
967
965
|
// Eclipse aliases
|
|
968
966
|
export { default as EclipseIcon } from '../icons/eclipse';
|
|
967
|
+
// Egg aliases
|
|
968
|
+
export { default as EggIcon } from '../icons/egg';
|
|
969
969
|
// EggOff aliases
|
|
970
970
|
export { default as EggOffIcon } from '../icons/egg-off';
|
|
971
971
|
// EqualApproximately aliases
|
|
@@ -978,20 +978,20 @@ export { default as EqualIcon } from '../icons/equal';
|
|
|
978
978
|
export { default as EraserIcon } from '../icons/eraser';
|
|
979
979
|
// EthernetPort aliases
|
|
980
980
|
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
981
|
-
// Euro aliases
|
|
982
|
-
export { default as EuroIcon } from '../icons/euro';
|
|
983
981
|
// EvCharger aliases
|
|
984
982
|
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
985
|
-
//
|
|
986
|
-
export { default as
|
|
983
|
+
// Euro aliases
|
|
984
|
+
export { default as EuroIcon } from '../icons/euro';
|
|
987
985
|
// ExternalLink aliases
|
|
988
986
|
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
987
|
+
// Expand aliases
|
|
988
|
+
export { default as ExpandIcon } from '../icons/expand';
|
|
989
989
|
// EyeClosed aliases
|
|
990
990
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
991
|
-
// EyeOff aliases
|
|
992
|
-
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
993
991
|
// Facebook aliases
|
|
994
992
|
export { default as FacebookIcon } from '../icons/facebook';
|
|
993
|
+
// EyeOff aliases
|
|
994
|
+
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
995
995
|
// Eye aliases
|
|
996
996
|
export { default as EyeIcon } from '../icons/eye';
|
|
997
997
|
// Factory aliases
|
|
@@ -1002,22 +1002,22 @@ export { default as FanIcon } from '../icons/fan';
|
|
|
1002
1002
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
1003
1003
|
// Feather aliases
|
|
1004
1004
|
export { default as FeatherIcon } from '../icons/feather';
|
|
1005
|
-
// FerrisWheel aliases
|
|
1006
|
-
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
1007
1005
|
// Fence aliases
|
|
1008
1006
|
export { default as FenceIcon } from '../icons/fence';
|
|
1007
|
+
// FerrisWheel aliases
|
|
1008
|
+
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
1009
1009
|
// Figma aliases
|
|
1010
1010
|
export { default as FigmaIcon } from '../icons/figma';
|
|
1011
|
-
// FileArchive aliases
|
|
1012
|
-
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
1013
1011
|
// FileBox aliases
|
|
1014
1012
|
export { default as FileBoxIcon } from '../icons/file-box';
|
|
1015
|
-
//
|
|
1016
|
-
export { default as
|
|
1017
|
-
// FileClock aliases
|
|
1018
|
-
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1013
|
+
// FileArchive aliases
|
|
1014
|
+
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
1019
1015
|
// FileCheck aliases
|
|
1020
1016
|
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1017
|
+
// FileClock aliases
|
|
1018
|
+
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1019
|
+
// FileCode aliases
|
|
1020
|
+
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1021
1021
|
// FileDiff aliases
|
|
1022
1022
|
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
1023
1023
|
// FileDigit aliases
|
|
@@ -1032,40 +1032,40 @@ export { default as FileImageIcon } from '../icons/file-image';
|
|
|
1032
1032
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
1033
1033
|
// FileMinus aliases
|
|
1034
1034
|
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1035
|
-
// FileOutput aliases
|
|
1036
|
-
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1037
1035
|
// FileMusic aliases
|
|
1038
1036
|
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1037
|
+
// FileOutput aliases
|
|
1038
|
+
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1039
1039
|
// FilePlus aliases
|
|
1040
1040
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1041
|
-
// FileScan aliases
|
|
1042
|
-
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1043
1041
|
// FileSearch aliases
|
|
1044
1042
|
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1043
|
+
// FileScan aliases
|
|
1044
|
+
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1045
1045
|
// FileSliders aliases
|
|
1046
1046
|
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1047
|
-
// FileStack aliases
|
|
1048
|
-
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1049
1047
|
// FileSpreadsheet aliases
|
|
1050
1048
|
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1049
|
+
// FileStack aliases
|
|
1050
|
+
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1051
1051
|
// FileSymlink aliases
|
|
1052
1052
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1053
1053
|
// FileTerminal aliases
|
|
1054
1054
|
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1055
|
-
// FileText aliases
|
|
1056
|
-
export { default as FileTextIcon } from '../icons/file-text';
|
|
1057
1055
|
// FileType aliases
|
|
1058
1056
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1057
|
+
// FileText aliases
|
|
1058
|
+
export { default as FileTextIcon } from '../icons/file-text';
|
|
1059
1059
|
// FileUp aliases
|
|
1060
1060
|
export { default as FileUpIcon } from '../icons/file-up';
|
|
1061
1061
|
// FileUser aliases
|
|
1062
1062
|
export { default as FileUserIcon } from '../icons/file-user';
|
|
1063
1063
|
// FileVolume aliases
|
|
1064
1064
|
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1065
|
-
// FileX aliases
|
|
1066
|
-
export { default as FileXIcon } from '../icons/file-x';
|
|
1067
1065
|
// File aliases
|
|
1068
1066
|
export { default as FileIcon } from '../icons/file';
|
|
1067
|
+
// FileX aliases
|
|
1068
|
+
export { default as FileXIcon } from '../icons/file-x';
|
|
1069
1069
|
// Files aliases
|
|
1070
1070
|
export { default as FilesIcon } from '../icons/files';
|
|
1071
1071
|
// Film aliases
|
|
@@ -1080,38 +1080,34 @@ export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
|
1080
1080
|
export { default as FishIcon } from '../icons/fish';
|
|
1081
1081
|
// FishingHook aliases
|
|
1082
1082
|
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1083
|
-
// FlagTriangleRight aliases
|
|
1084
|
-
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1085
1083
|
// FlagOff aliases
|
|
1086
1084
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1087
1085
|
// FlagTriangleLeft aliases
|
|
1088
1086
|
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1089
|
-
//
|
|
1090
|
-
export { default as
|
|
1087
|
+
// FlagTriangleRight aliases
|
|
1088
|
+
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1091
1089
|
// FlameKindling aliases
|
|
1092
1090
|
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1091
|
+
// Flag aliases
|
|
1092
|
+
export { default as FlagIcon } from '../icons/flag';
|
|
1093
1093
|
// Flame aliases
|
|
1094
1094
|
export { default as FlameIcon } from '../icons/flame';
|
|
1095
1095
|
// FlashlightOff aliases
|
|
1096
1096
|
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1097
1097
|
// Flashlight aliases
|
|
1098
1098
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1099
|
-
// FlaskConicalOff aliases
|
|
1100
|
-
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1101
1099
|
// FlaskConical aliases
|
|
1102
1100
|
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1103
|
-
//
|
|
1104
|
-
export { default as
|
|
1105
|
-
// FlipHorizontal aliases
|
|
1106
|
-
export { default as FlipHorizontalIcon } from '../icons/flip-horizontal';
|
|
1101
|
+
// FlaskConicalOff aliases
|
|
1102
|
+
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1107
1103
|
// FlipHorizontal2 aliases
|
|
1108
1104
|
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1105
|
+
// FlaskRound aliases
|
|
1106
|
+
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1109
1107
|
// FlipVertical2 aliases
|
|
1110
1108
|
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1111
1109
|
// Flower2 aliases
|
|
1112
1110
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1113
|
-
// FlipVertical aliases
|
|
1114
|
-
export { default as FlipVerticalIcon } from '../icons/flip-vertical';
|
|
1115
1111
|
// Flower aliases
|
|
1116
1112
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1117
1113
|
// Focus aliases
|
|
@@ -1124,64 +1120,64 @@ export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
|
1124
1120
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1125
1121
|
// FolderCheck aliases
|
|
1126
1122
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1127
|
-
// FolderClosed aliases
|
|
1128
|
-
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1129
1123
|
// FolderClock aliases
|
|
1130
1124
|
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1125
|
+
// FolderClosed aliases
|
|
1126
|
+
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1131
1127
|
// FolderCode aliases
|
|
1132
1128
|
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1133
|
-
// FolderDown aliases
|
|
1134
|
-
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1135
|
-
// FolderGit aliases
|
|
1136
|
-
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1137
1129
|
// FolderDot aliases
|
|
1138
1130
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1131
|
+
// FolderDown aliases
|
|
1132
|
+
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1139
1133
|
// FolderGit2 aliases
|
|
1140
1134
|
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1135
|
+
// FolderGit aliases
|
|
1136
|
+
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1141
1137
|
// FolderHeart aliases
|
|
1142
1138
|
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1139
|
+
// FolderInput aliases
|
|
1140
|
+
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1143
1141
|
// FolderKanban aliases
|
|
1144
1142
|
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1145
1143
|
// FolderKey aliases
|
|
1146
1144
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1147
|
-
// FolderInput aliases
|
|
1148
|
-
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1149
|
-
// FolderMinus aliases
|
|
1150
|
-
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1151
1145
|
// FolderLock aliases
|
|
1152
1146
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1153
1147
|
// FolderOpenDot aliases
|
|
1154
1148
|
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1149
|
+
// FolderMinus aliases
|
|
1150
|
+
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1155
1151
|
// FolderOpen aliases
|
|
1156
1152
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1157
1153
|
// FolderOutput aliases
|
|
1158
1154
|
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1159
1155
|
// FolderPlus aliases
|
|
1160
1156
|
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1161
|
-
// FolderSearch2 aliases
|
|
1162
|
-
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1163
1157
|
// FolderRoot aliases
|
|
1164
1158
|
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1159
|
+
// FolderSearch2 aliases
|
|
1160
|
+
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1165
1161
|
// FolderSearch aliases
|
|
1166
1162
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1167
1163
|
// FolderSymlink aliases
|
|
1168
1164
|
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1169
1165
|
// FolderSync aliases
|
|
1170
1166
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1171
|
-
// FolderUp aliases
|
|
1172
|
-
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1173
1167
|
// FolderTree aliases
|
|
1174
1168
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1175
|
-
//
|
|
1176
|
-
export { default as
|
|
1169
|
+
// FolderUp aliases
|
|
1170
|
+
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1177
1171
|
// Folder aliases
|
|
1178
1172
|
export { default as FolderIcon } from '../icons/folder';
|
|
1173
|
+
// FolderX aliases
|
|
1174
|
+
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1179
1175
|
// Folders aliases
|
|
1180
1176
|
export { default as FoldersIcon } from '../icons/folders';
|
|
1181
|
-
// Forklift aliases
|
|
1182
|
-
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1183
1177
|
// Footprints aliases
|
|
1184
1178
|
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1179
|
+
// Forklift aliases
|
|
1180
|
+
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1185
1181
|
// Form aliases
|
|
1186
1182
|
export { default as FormIcon } from '../icons/form';
|
|
1187
1183
|
// Forward aliases
|
|
@@ -1214,10 +1210,10 @@ export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
|
1214
1210
|
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1215
1211
|
// Gamepad aliases
|
|
1216
1212
|
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1217
|
-
// Gauge aliases
|
|
1218
|
-
export { default as GaugeIcon } from '../icons/gauge';
|
|
1219
1213
|
// Gavel aliases
|
|
1220
1214
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1215
|
+
// Gauge aliases
|
|
1216
|
+
export { default as GaugeIcon } from '../icons/gauge';
|
|
1221
1217
|
// Gem aliases
|
|
1222
1218
|
export { default as GemIcon } from '../icons/gem';
|
|
1223
1219
|
// GeorgianLari aliases
|
|
@@ -1226,20 +1222,20 @@ export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
|
1226
1222
|
export { default as GiftIcon } from '../icons/gift';
|
|
1227
1223
|
// Ghost aliases
|
|
1228
1224
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1229
|
-
// GitBranchMinus aliases
|
|
1230
|
-
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1231
1225
|
// GitBranchPlus aliases
|
|
1232
1226
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1227
|
+
// GitBranchMinus aliases
|
|
1228
|
+
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1233
1229
|
// GitBranch aliases
|
|
1234
1230
|
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1235
1231
|
// GitCommitVertical aliases
|
|
1236
1232
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1237
|
-
// GitCompareArrows aliases
|
|
1238
|
-
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1239
|
-
// GitFork aliases
|
|
1240
|
-
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1241
1233
|
// GitCompare aliases
|
|
1242
1234
|
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1235
|
+
// GitFork aliases
|
|
1236
|
+
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1237
|
+
// GitCompareArrows aliases
|
|
1238
|
+
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1243
1239
|
// GitGraph aliases
|
|
1244
1240
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1245
1241
|
// GitMergeConflict aliases
|
|
@@ -1256,22 +1252,22 @@ export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-requ
|
|
|
1256
1252
|
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1257
1253
|
// GitPullRequestDraft aliases
|
|
1258
1254
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1255
|
+
// GitPullRequest aliases
|
|
1256
|
+
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1259
1257
|
// Github aliases
|
|
1260
1258
|
export { default as GithubIcon } from '../icons/github';
|
|
1261
1259
|
// GlassWater aliases
|
|
1262
1260
|
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1263
|
-
// GitPullRequest aliases
|
|
1264
|
-
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1265
1261
|
// Gitlab aliases
|
|
1266
1262
|
export { default as GitlabIcon } from '../icons/gitlab';
|
|
1267
|
-
// Glasses aliases
|
|
1268
|
-
export { default as GlassesIcon } from '../icons/glasses';
|
|
1269
1263
|
// GlobeLock aliases
|
|
1270
1264
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1271
|
-
//
|
|
1272
|
-
export { default as
|
|
1265
|
+
// Glasses aliases
|
|
1266
|
+
export { default as GlassesIcon } from '../icons/glasses';
|
|
1273
1267
|
// GlobeX aliases
|
|
1274
1268
|
export { default as GlobeXIcon } from '../icons/globe-x';
|
|
1269
|
+
// GlobeOff aliases
|
|
1270
|
+
export { default as GlobeOffIcon } from '../icons/globe-off';
|
|
1275
1271
|
// Globe aliases
|
|
1276
1272
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1277
1273
|
// Gpu aliases
|
|
@@ -1286,16 +1282,16 @@ export { default as GrapeIcon } from '../icons/grape';
|
|
|
1286
1282
|
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1287
1283
|
// GripHorizontal aliases
|
|
1288
1284
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1289
|
-
// GripVertical aliases
|
|
1290
|
-
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1291
1285
|
// Grip aliases
|
|
1292
1286
|
export { default as GripIcon } from '../icons/grip';
|
|
1287
|
+
// GripVertical aliases
|
|
1288
|
+
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1293
1289
|
// Group aliases
|
|
1294
1290
|
export { default as GroupIcon } from '../icons/group';
|
|
1295
|
-
// Guitar aliases
|
|
1296
|
-
export { default as GuitarIcon } from '../icons/guitar';
|
|
1297
1291
|
// Ham aliases
|
|
1298
1292
|
export { default as HamIcon } from '../icons/ham';
|
|
1293
|
+
// Guitar aliases
|
|
1294
|
+
export { default as GuitarIcon } from '../icons/guitar';
|
|
1299
1295
|
// Hamburger aliases
|
|
1300
1296
|
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1301
1297
|
// HandCoins aliases
|
|
@@ -1312,12 +1308,12 @@ export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
|
1312
1308
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1313
1309
|
// Hand aliases
|
|
1314
1310
|
export { default as HandIcon } from '../icons/hand';
|
|
1315
|
-
// Handshake aliases
|
|
1316
|
-
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1317
|
-
// HardDriveDownload aliases
|
|
1318
|
-
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1319
1311
|
// Handbag aliases
|
|
1320
1312
|
export { default as HandbagIcon } from '../icons/handbag';
|
|
1313
|
+
// HardDriveDownload aliases
|
|
1314
|
+
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1315
|
+
// Handshake aliases
|
|
1316
|
+
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1321
1317
|
// HardDriveUpload aliases
|
|
1322
1318
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1323
1319
|
// HardDrive aliases
|
|
@@ -1330,10 +1326,10 @@ export { default as HashIcon } from '../icons/hash';
|
|
|
1330
1326
|
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1331
1327
|
// Haze aliases
|
|
1332
1328
|
export { default as HazeIcon } from '../icons/haze';
|
|
1333
|
-
// Hd aliases
|
|
1334
|
-
export { default as HdIcon } from '../icons/hd';
|
|
1335
1329
|
// HdmiPort aliases
|
|
1336
1330
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1331
|
+
// Hd aliases
|
|
1332
|
+
export { default as HdIcon } from '../icons/hd';
|
|
1337
1333
|
// Heading1 aliases
|
|
1338
1334
|
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1339
1335
|
// Heading2 aliases
|
|
@@ -1346,12 +1342,12 @@ export { default as Heading4Icon } from '../icons/heading-4';
|
|
|
1346
1342
|
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1347
1343
|
// Heading6 aliases
|
|
1348
1344
|
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1349
|
-
// HeadphoneOff aliases
|
|
1350
|
-
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1351
1345
|
// Heading aliases
|
|
1352
1346
|
export { default as HeadingIcon } from '../icons/heading';
|
|
1353
1347
|
// Headphones aliases
|
|
1354
1348
|
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1349
|
+
// HeadphoneOff aliases
|
|
1350
|
+
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1355
1351
|
// Headset aliases
|
|
1356
1352
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1357
1353
|
// HeartCrack aliases
|
|
@@ -1360,12 +1356,12 @@ export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
|
1360
1356
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1361
1357
|
// HeartMinus aliases
|
|
1362
1358
|
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1359
|
+
// HeartPulse aliases
|
|
1360
|
+
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1363
1361
|
// HeartOff aliases
|
|
1364
1362
|
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1365
1363
|
// HeartPlus aliases
|
|
1366
1364
|
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1367
|
-
// HeartPulse aliases
|
|
1368
|
-
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1369
1365
|
// Heart aliases
|
|
1370
1366
|
export { default as HeartIcon } from '../icons/heart';
|
|
1371
1367
|
// Heater aliases
|
|
@@ -1374,20 +1370,20 @@ export { default as HeaterIcon } from '../icons/heater';
|
|
|
1374
1370
|
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1375
1371
|
// Hexagon aliases
|
|
1376
1372
|
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1377
|
-
// Highlighter aliases
|
|
1378
|
-
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1379
1373
|
// History aliases
|
|
1380
1374
|
export { default as HistoryIcon } from '../icons/history';
|
|
1375
|
+
// Highlighter aliases
|
|
1376
|
+
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1381
1377
|
// HopOff aliases
|
|
1382
1378
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1383
1379
|
// Hospital aliases
|
|
1384
1380
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1381
|
+
// Hop aliases
|
|
1382
|
+
export { default as HopIcon } from '../icons/hop';
|
|
1385
1383
|
// Hotel aliases
|
|
1386
1384
|
export { default as HotelIcon } from '../icons/hotel';
|
|
1387
1385
|
// Hourglass aliases
|
|
1388
1386
|
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1389
|
-
// Hop aliases
|
|
1390
|
-
export { default as HopIcon } from '../icons/hop';
|
|
1391
1387
|
// HouseHeart aliases
|
|
1392
1388
|
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1393
1389
|
// HousePlug aliases
|
|
@@ -1400,18 +1396,18 @@ export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
|
1400
1396
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1401
1397
|
// IdCard aliases
|
|
1402
1398
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1403
|
-
// ImageMinus aliases
|
|
1404
|
-
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1405
1399
|
// ImageDown aliases
|
|
1406
1400
|
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1407
|
-
//
|
|
1408
|
-
export { default as
|
|
1401
|
+
// ImageMinus aliases
|
|
1402
|
+
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1409
1403
|
// ImageOff aliases
|
|
1410
1404
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1411
|
-
//
|
|
1412
|
-
export { default as
|
|
1405
|
+
// ImagePlay aliases
|
|
1406
|
+
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1413
1407
|
// ImageUp aliases
|
|
1414
1408
|
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1409
|
+
// ImagePlus aliases
|
|
1410
|
+
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1415
1411
|
// ImageUpscale aliases
|
|
1416
1412
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1417
1413
|
// Images aliases
|
|
@@ -1422,10 +1418,10 @@ export { default as ImageIcon } from '../icons/image';
|
|
|
1422
1418
|
export { default as ImportIcon } from '../icons/import';
|
|
1423
1419
|
// Inbox aliases
|
|
1424
1420
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1425
|
-
// Infinity aliases
|
|
1426
|
-
export { default as InfinityIcon } from '../icons/infinity';
|
|
1427
1421
|
// IndianRupee aliases
|
|
1428
1422
|
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1423
|
+
// Infinity aliases
|
|
1424
|
+
export { default as InfinityIcon } from '../icons/infinity';
|
|
1429
1425
|
// Info aliases
|
|
1430
1426
|
export { default as InfoIcon } from '../icons/info';
|
|
1431
1427
|
// InspectionPanel aliases
|
|
@@ -1450,14 +1446,14 @@ export { default as KayakIcon } from '../icons/kayak';
|
|
|
1450
1446
|
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1451
1447
|
// KeySquare aliases
|
|
1452
1448
|
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1453
|
-
// Key aliases
|
|
1454
|
-
export { default as KeyIcon } from '../icons/key';
|
|
1455
1449
|
// KeyboardMusic aliases
|
|
1456
1450
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1457
|
-
//
|
|
1458
|
-
export { default as
|
|
1451
|
+
// Key aliases
|
|
1452
|
+
export { default as KeyIcon } from '../icons/key';
|
|
1459
1453
|
// KeyboardOff aliases
|
|
1460
1454
|
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1455
|
+
// Keyboard aliases
|
|
1456
|
+
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1461
1457
|
// LampCeiling aliases
|
|
1462
1458
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1463
1459
|
// LampDesk aliases
|
|
@@ -1468,10 +1464,10 @@ export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
|
1468
1464
|
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1469
1465
|
// LampWallUp aliases
|
|
1470
1466
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1471
|
-
// LandPlot aliases
|
|
1472
|
-
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1473
1467
|
// Lamp aliases
|
|
1474
1468
|
export { default as LampIcon } from '../icons/lamp';
|
|
1469
|
+
// LandPlot aliases
|
|
1470
|
+
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1475
1471
|
// Landmark aliases
|
|
1476
1472
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1477
1473
|
// Languages aliases
|
|
@@ -1496,44 +1492,44 @@ export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
|
1496
1492
|
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1497
1493
|
// LayoutList aliases
|
|
1498
1494
|
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1499
|
-
// LayoutPanelLeft aliases
|
|
1500
|
-
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1501
1495
|
// LayoutPanelTop aliases
|
|
1502
1496
|
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1497
|
+
// LayoutPanelLeft aliases
|
|
1498
|
+
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1503
1499
|
// LayoutTemplate aliases
|
|
1504
1500
|
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1505
1501
|
// Leaf aliases
|
|
1506
1502
|
export { default as LeafIcon } from '../icons/leaf';
|
|
1507
1503
|
// LeafyGreen aliases
|
|
1508
1504
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1509
|
-
// Lectern aliases
|
|
1510
|
-
export { default as LecternIcon } from '../icons/lectern';
|
|
1511
|
-
// LensConcave aliases
|
|
1512
|
-
export { default as LensConcaveIcon } from '../icons/lens-concave';
|
|
1513
1505
|
// LensConvex aliases
|
|
1514
1506
|
export { default as LensConvexIcon } from '../icons/lens-convex';
|
|
1507
|
+
// LensConcave aliases
|
|
1508
|
+
export { default as LensConcaveIcon } from '../icons/lens-concave';
|
|
1509
|
+
// Lectern aliases
|
|
1510
|
+
export { default as LecternIcon } from '../icons/lectern';
|
|
1515
1511
|
// LibraryBig aliases
|
|
1516
1512
|
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1517
1513
|
// Library aliases
|
|
1518
1514
|
export { default as LibraryIcon } from '../icons/library';
|
|
1519
|
-
// LifeBuoy aliases
|
|
1520
|
-
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1521
1515
|
// Ligature aliases
|
|
1522
1516
|
export { default as LigatureIcon } from '../icons/ligature';
|
|
1523
|
-
//
|
|
1524
|
-
export { default as
|
|
1517
|
+
// LifeBuoy aliases
|
|
1518
|
+
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1525
1519
|
// Lightbulb aliases
|
|
1526
1520
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1521
|
+
// LightbulbOff aliases
|
|
1522
|
+
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1527
1523
|
// LineDotRightHorizontal aliases
|
|
1528
1524
|
export { default as LineDotRightHorizontalIcon } from '../icons/line-dot-right-horizontal';
|
|
1529
1525
|
// LineSquiggle aliases
|
|
1530
1526
|
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1531
1527
|
// Link2Off aliases
|
|
1532
1528
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1533
|
-
// Link2 aliases
|
|
1534
|
-
export { default as Link2Icon } from '../icons/link-2';
|
|
1535
1529
|
// Link aliases
|
|
1536
1530
|
export { default as LinkIcon } from '../icons/link';
|
|
1531
|
+
// Link2 aliases
|
|
1532
|
+
export { default as Link2Icon } from '../icons/link-2';
|
|
1537
1533
|
// Linkedin aliases
|
|
1538
1534
|
export { default as LinkedinIcon } from '../icons/linkedin';
|
|
1539
1535
|
// ListCheck aliases
|
|
@@ -1544,66 +1540,66 @@ export { default as ListChecksIcon } from '../icons/list-checks';
|
|
|
1544
1540
|
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1545
1541
|
// ListChevronsUpDown aliases
|
|
1546
1542
|
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1547
|
-
// ListCollapse aliases
|
|
1548
|
-
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1549
1543
|
// ListEnd aliases
|
|
1550
1544
|
export { default as ListEndIcon } from '../icons/list-end';
|
|
1545
|
+
// ListCollapse aliases
|
|
1546
|
+
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1551
1547
|
// ListFilterPlus aliases
|
|
1552
1548
|
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1553
1549
|
// ListFilter aliases
|
|
1554
1550
|
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1555
|
-
// ListMusic aliases
|
|
1556
|
-
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1557
1551
|
// ListMinus aliases
|
|
1558
1552
|
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1559
|
-
//
|
|
1560
|
-
export { default as
|
|
1553
|
+
// ListMusic aliases
|
|
1554
|
+
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1561
1555
|
// ListOrdered aliases
|
|
1562
1556
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1557
|
+
// ListPlus aliases
|
|
1558
|
+
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1563
1559
|
// ListRestart aliases
|
|
1564
1560
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1565
1561
|
// ListStart aliases
|
|
1566
1562
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1563
|
+
// ListTodo aliases
|
|
1564
|
+
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1567
1565
|
// ListTree aliases
|
|
1568
1566
|
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1569
1567
|
// ListVideo aliases
|
|
1570
1568
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1571
|
-
// ListTodo aliases
|
|
1572
|
-
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1573
|
-
// ListX aliases
|
|
1574
|
-
export { default as ListXIcon } from '../icons/list-x';
|
|
1575
|
-
// LoaderPinwheel aliases
|
|
1576
|
-
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1577
|
-
// Loader aliases
|
|
1578
|
-
export { default as LoaderIcon } from '../icons/loader';
|
|
1579
1569
|
// List aliases
|
|
1580
1570
|
export { default as ListIcon } from '../icons/list';
|
|
1571
|
+
// LoaderPinwheel aliases
|
|
1572
|
+
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1573
|
+
// ListX aliases
|
|
1574
|
+
export { default as ListXIcon } from '../icons/list-x';
|
|
1581
1575
|
// LocateFixed aliases
|
|
1582
1576
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1577
|
+
// Loader aliases
|
|
1578
|
+
export { default as LoaderIcon } from '../icons/loader';
|
|
1583
1579
|
// LocateOff aliases
|
|
1584
1580
|
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1585
|
-
// Locate aliases
|
|
1586
|
-
export { default as LocateIcon } from '../icons/locate';
|
|
1587
1581
|
// LockKeyhole aliases
|
|
1588
1582
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1589
1583
|
// LogIn aliases
|
|
1590
1584
|
export { default as LogInIcon } from '../icons/log-in';
|
|
1591
1585
|
// Lock aliases
|
|
1592
1586
|
export { default as LockIcon } from '../icons/lock';
|
|
1587
|
+
// Locate aliases
|
|
1588
|
+
export { default as LocateIcon } from '../icons/locate';
|
|
1593
1589
|
// LogOut aliases
|
|
1594
1590
|
export { default as LogOutIcon } from '../icons/log-out';
|
|
1595
1591
|
// Logs aliases
|
|
1596
1592
|
export { default as LogsIcon } from '../icons/logs';
|
|
1597
1593
|
// Lollipop aliases
|
|
1598
1594
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1599
|
-
// Luggage aliases
|
|
1600
|
-
export { default as LuggageIcon } from '../icons/luggage';
|
|
1601
1595
|
// Magnet aliases
|
|
1602
1596
|
export { default as MagnetIcon } from '../icons/magnet';
|
|
1603
|
-
//
|
|
1604
|
-
export { default as
|
|
1597
|
+
// Luggage aliases
|
|
1598
|
+
export { default as LuggageIcon } from '../icons/luggage';
|
|
1605
1599
|
// MailMinus aliases
|
|
1606
1600
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1601
|
+
// MailCheck aliases
|
|
1602
|
+
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1607
1603
|
// MailOpen aliases
|
|
1608
1604
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1609
1605
|
// MailPlus aliases
|
|
@@ -1612,60 +1608,60 @@ export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
|
1612
1608
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1613
1609
|
// MailWarning aliases
|
|
1614
1610
|
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1615
|
-
// MailX aliases
|
|
1616
|
-
export { default as MailXIcon } from '../icons/mail-x';
|
|
1617
1611
|
// Mailbox aliases
|
|
1618
1612
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1613
|
+
// MailX aliases
|
|
1614
|
+
export { default as MailXIcon } from '../icons/mail-x';
|
|
1619
1615
|
// Mail aliases
|
|
1620
1616
|
export { default as MailIcon } from '../icons/mail';
|
|
1621
1617
|
// Mails aliases
|
|
1622
1618
|
export { default as MailsIcon } from '../icons/mails';
|
|
1623
1619
|
// MapMinus aliases
|
|
1624
1620
|
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1625
|
-
// MapPinCheck aliases
|
|
1626
|
-
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1627
1621
|
// MapPinCheckInside aliases
|
|
1628
1622
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1629
|
-
//
|
|
1630
|
-
export { default as
|
|
1623
|
+
// MapPinCheck aliases
|
|
1624
|
+
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1631
1625
|
// MapPinMinusInside aliases
|
|
1632
1626
|
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1627
|
+
// MapPinHouse aliases
|
|
1628
|
+
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1633
1629
|
// MapPinMinus aliases
|
|
1634
1630
|
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1635
1631
|
// MapPinOff aliases
|
|
1636
1632
|
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1637
|
-
// MapPinPlusInside aliases
|
|
1638
|
-
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1639
1633
|
// MapPinPlus aliases
|
|
1640
1634
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1641
|
-
//
|
|
1642
|
-
export { default as
|
|
1635
|
+
// MapPinPlusInside aliases
|
|
1636
|
+
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1643
1637
|
// MapPinX aliases
|
|
1644
1638
|
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1645
|
-
//
|
|
1646
|
-
export { default as
|
|
1639
|
+
// MapPinXInside aliases
|
|
1640
|
+
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1647
1641
|
// MapPin aliases
|
|
1648
1642
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1643
|
+
// MapPinned aliases
|
|
1644
|
+
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1649
1645
|
// Map aliases
|
|
1650
1646
|
export { default as MapIcon } from '../icons/map';
|
|
1651
|
-
// MapPlus aliases
|
|
1652
|
-
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1653
1647
|
// MarsStroke aliases
|
|
1654
1648
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1649
|
+
// MapPlus aliases
|
|
1650
|
+
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1655
1651
|
// Mars aliases
|
|
1656
1652
|
export { default as MarsIcon } from '../icons/mars';
|
|
1657
|
-
// Martini aliases
|
|
1658
|
-
export { default as MartiniIcon } from '../icons/martini';
|
|
1659
1653
|
// Maximize2 aliases
|
|
1660
1654
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1655
|
+
// Martini aliases
|
|
1656
|
+
export { default as MartiniIcon } from '../icons/martini';
|
|
1661
1657
|
// Maximize aliases
|
|
1662
1658
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1663
|
-
// Medal aliases
|
|
1664
|
-
export { default as MedalIcon } from '../icons/medal';
|
|
1665
1659
|
// MegaphoneOff aliases
|
|
1666
1660
|
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1667
1661
|
// Megaphone aliases
|
|
1668
1662
|
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1663
|
+
// Medal aliases
|
|
1664
|
+
export { default as MedalIcon } from '../icons/medal';
|
|
1669
1665
|
// Meh aliases
|
|
1670
1666
|
export { default as MehIcon } from '../icons/meh';
|
|
1671
1667
|
// MemoryStick aliases
|
|
@@ -1686,16 +1682,18 @@ export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart
|
|
|
1686
1682
|
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1687
1683
|
// MessageCircleOff aliases
|
|
1688
1684
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1689
|
-
// MessageCirclePlus aliases
|
|
1690
|
-
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1691
|
-
// MessageCircleReply aliases
|
|
1692
|
-
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1693
1685
|
// MessageCircleWarning aliases
|
|
1694
1686
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1687
|
+
// MessageCircleReply aliases
|
|
1688
|
+
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1689
|
+
// MessageCirclePlus aliases
|
|
1690
|
+
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1695
1691
|
// MessageCircleX aliases
|
|
1696
1692
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1697
1693
|
// MessageCircle aliases
|
|
1698
1694
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1695
|
+
// MessageSquareCheck aliases
|
|
1696
|
+
export { default as MessageSquareCheckIcon } from '../icons/message-square-check';
|
|
1699
1697
|
// MessageSquareCode aliases
|
|
1700
1698
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1701
1699
|
// MessageSquareDiff aliases
|
|
@@ -1704,44 +1702,46 @@ export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
|
1704
1702
|
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1705
1703
|
// MessageSquareHeart aliases
|
|
1706
1704
|
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1705
|
+
// MessageSquareLock aliases
|
|
1706
|
+
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1707
1707
|
// MessageSquareDot aliases
|
|
1708
1708
|
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1709
1709
|
// MessageSquareMore aliases
|
|
1710
1710
|
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1711
|
-
// MessageSquareLock aliases
|
|
1712
|
-
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1713
|
-
// MessageSquareOff aliases
|
|
1714
|
-
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1715
1711
|
// MessageSquarePlus aliases
|
|
1716
1712
|
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1713
|
+
// MessageSquareOff aliases
|
|
1714
|
+
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1717
1715
|
// MessageSquareQuote aliases
|
|
1718
1716
|
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1719
1717
|
// MessageSquareReply aliases
|
|
1720
1718
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1721
|
-
// MessageSquareText aliases
|
|
1722
|
-
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1723
1719
|
// MessageSquareShare aliases
|
|
1724
1720
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1725
1721
|
// MessageSquareWarning aliases
|
|
1726
1722
|
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1723
|
+
// MessageSquareText aliases
|
|
1724
|
+
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1727
1725
|
// MessageSquareX aliases
|
|
1728
1726
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1729
|
-
// MessagesSquare aliases
|
|
1730
|
-
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1731
1727
|
// MessageSquare aliases
|
|
1732
1728
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1733
|
-
//
|
|
1734
|
-
export { default as
|
|
1729
|
+
// MessagesSquare aliases
|
|
1730
|
+
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1731
|
+
// Metronome aliases
|
|
1732
|
+
export { default as MetronomeIcon } from '../icons/metronome';
|
|
1735
1733
|
// MicOff aliases
|
|
1736
1734
|
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1735
|
+
// Mic aliases
|
|
1736
|
+
export { default as MicIcon } from '../icons/mic';
|
|
1737
1737
|
// Microchip aliases
|
|
1738
1738
|
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1739
|
+
// Microwave aliases
|
|
1740
|
+
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1739
1741
|
// Microscope aliases
|
|
1740
1742
|
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1741
1743
|
// Milestone aliases
|
|
1742
1744
|
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1743
|
-
// Microwave aliases
|
|
1744
|
-
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1745
1745
|
// MilkOff aliases
|
|
1746
1746
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1747
1747
|
// Milk aliases
|
|
@@ -1752,32 +1752,32 @@ export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
|
1752
1752
|
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1753
1753
|
// Minus aliases
|
|
1754
1754
|
export { default as MinusIcon } from '../icons/minus';
|
|
1755
|
-
// MirrorRound aliases
|
|
1756
|
-
export { default as MirrorRoundIcon } from '../icons/mirror-round';
|
|
1757
1755
|
// MirrorRectangular aliases
|
|
1758
1756
|
export { default as MirrorRectangularIcon } from '../icons/mirror-rectangular';
|
|
1757
|
+
// MirrorRound aliases
|
|
1758
|
+
export { default as MirrorRoundIcon } from '../icons/mirror-round';
|
|
1759
1759
|
// MonitorCheck aliases
|
|
1760
1760
|
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1761
1761
|
// MonitorCloud aliases
|
|
1762
1762
|
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1763
1763
|
// MonitorCog aliases
|
|
1764
1764
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1765
|
-
// MonitorDot aliases
|
|
1766
|
-
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1767
1765
|
// MonitorDown aliases
|
|
1768
1766
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1767
|
+
// MonitorDot aliases
|
|
1768
|
+
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1769
|
+
// MonitorPause aliases
|
|
1770
|
+
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1769
1771
|
// MonitorOff aliases
|
|
1770
1772
|
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1771
1773
|
// MonitorPlay aliases
|
|
1772
1774
|
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1773
|
-
// MonitorPause aliases
|
|
1774
|
-
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1775
1775
|
// MonitorSmartphone aliases
|
|
1776
1776
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1777
|
-
// MonitorStop aliases
|
|
1778
|
-
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1779
1777
|
// MonitorSpeaker aliases
|
|
1780
1778
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1779
|
+
// MonitorStop aliases
|
|
1780
|
+
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1781
1781
|
// MonitorUp aliases
|
|
1782
1782
|
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1783
1783
|
// Monitor aliases
|
|
@@ -1786,34 +1786,38 @@ export { default as MonitorIcon } from '../icons/monitor';
|
|
|
1786
1786
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1787
1787
|
// MoonStar aliases
|
|
1788
1788
|
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1789
|
-
// Motorbike aliases
|
|
1790
|
-
export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
1791
1789
|
// Moon aliases
|
|
1792
1790
|
export { default as MoonIcon } from '../icons/moon';
|
|
1791
|
+
// Motorbike aliases
|
|
1792
|
+
export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
1793
1793
|
// MountainSnow aliases
|
|
1794
1794
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1795
1795
|
// Mountain aliases
|
|
1796
1796
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1797
1797
|
// MouseOff aliases
|
|
1798
1798
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1799
|
+
// MouseLeft aliases
|
|
1800
|
+
export { default as MouseLeftIcon } from '../icons/mouse-left';
|
|
1801
|
+
// MousePointer2 aliases
|
|
1802
|
+
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1799
1803
|
// MousePointer2Off aliases
|
|
1800
1804
|
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1801
|
-
// MousePointerClick aliases
|
|
1802
|
-
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1803
1805
|
// MousePointerBan aliases
|
|
1804
1806
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1805
|
-
//
|
|
1806
|
-
export { default as
|
|
1807
|
-
// Mouse aliases
|
|
1808
|
-
export { default as MouseIcon } from '../icons/mouse';
|
|
1807
|
+
// MousePointerClick aliases
|
|
1808
|
+
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1809
1809
|
// MousePointer aliases
|
|
1810
1810
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1811
|
+
// MouseRight aliases
|
|
1812
|
+
export { default as MouseRightIcon } from '../icons/mouse-right';
|
|
1813
|
+
// Mouse aliases
|
|
1814
|
+
export { default as MouseIcon } from '../icons/mouse';
|
|
1811
1815
|
// MoveDiagonal2 aliases
|
|
1812
1816
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1813
|
-
// MoveDownLeft aliases
|
|
1814
|
-
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1815
1817
|
// MoveDiagonal aliases
|
|
1816
1818
|
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1819
|
+
// MoveDownLeft aliases
|
|
1820
|
+
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1817
1821
|
// MoveDown aliases
|
|
1818
1822
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1819
1823
|
// MoveDownRight aliases
|
|
@@ -1826,46 +1830,46 @@ export { default as MoveLeftIcon } from '../icons/move-left';
|
|
|
1826
1830
|
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1827
1831
|
// MoveUpLeft aliases
|
|
1828
1832
|
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1829
|
-
// MoveUpRight aliases
|
|
1830
|
-
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1831
1833
|
// MoveUp aliases
|
|
1832
1834
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1835
|
+
// MoveUpRight aliases
|
|
1836
|
+
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1833
1837
|
// MoveVertical aliases
|
|
1834
1838
|
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1835
|
-
// Music2 aliases
|
|
1836
|
-
export { default as Music2Icon } from '../icons/music-2';
|
|
1837
|
-
// Music3 aliases
|
|
1838
|
-
export { default as Music3Icon } from '../icons/music-3';
|
|
1839
1839
|
// Move aliases
|
|
1840
1840
|
export { default as MoveIcon } from '../icons/move';
|
|
1841
|
+
// Music2 aliases
|
|
1842
|
+
export { default as Music2Icon } from '../icons/music-2';
|
|
1841
1843
|
// Music4 aliases
|
|
1842
1844
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1845
|
+
// Music3 aliases
|
|
1846
|
+
export { default as Music3Icon } from '../icons/music-3';
|
|
1843
1847
|
// Music aliases
|
|
1844
1848
|
export { default as MusicIcon } from '../icons/music';
|
|
1845
|
-
// Navigation2 aliases
|
|
1846
|
-
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1847
1849
|
// Navigation2Off aliases
|
|
1848
1850
|
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1849
1851
|
// NavigationOff aliases
|
|
1850
1852
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1851
1853
|
// Navigation aliases
|
|
1852
1854
|
export { default as NavigationIcon } from '../icons/navigation';
|
|
1855
|
+
// Navigation2 aliases
|
|
1856
|
+
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1857
|
+
// Newspaper aliases
|
|
1858
|
+
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1853
1859
|
// Network aliases
|
|
1854
1860
|
export { default as NetworkIcon } from '../icons/network';
|
|
1855
1861
|
// Nfc aliases
|
|
1856
1862
|
export { default as NfcIcon } from '../icons/nfc';
|
|
1857
|
-
// Newspaper aliases
|
|
1858
|
-
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1859
|
-
// NotebookPen aliases
|
|
1860
|
-
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1861
1863
|
// NonBinary aliases
|
|
1862
1864
|
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1865
|
+
// NotebookPen aliases
|
|
1866
|
+
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1863
1867
|
// NotebookTabs aliases
|
|
1864
1868
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1865
|
-
// Notebook aliases
|
|
1866
|
-
export { default as NotebookIcon } from '../icons/notebook';
|
|
1867
1869
|
// NotebookText aliases
|
|
1868
1870
|
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1871
|
+
// Notebook aliases
|
|
1872
|
+
export { default as NotebookIcon } from '../icons/notebook';
|
|
1869
1873
|
// NotepadTextDashed aliases
|
|
1870
1874
|
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1871
1875
|
// NotepadText aliases
|
|
@@ -1874,36 +1878,36 @@ export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
|
1874
1878
|
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1875
1879
|
// Nut aliases
|
|
1876
1880
|
export { default as NutIcon } from '../icons/nut';
|
|
1877
|
-
// Octagon aliases
|
|
1878
|
-
export { default as OctagonIcon } from '../icons/octagon';
|
|
1879
1881
|
// OctagonMinus aliases
|
|
1880
1882
|
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1883
|
+
// Octagon aliases
|
|
1884
|
+
export { default as OctagonIcon } from '../icons/octagon';
|
|
1885
|
+
// Option aliases
|
|
1886
|
+
export { default as OptionIcon } from '../icons/option';
|
|
1881
1887
|
// Omega aliases
|
|
1882
1888
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1883
1889
|
// Orbit aliases
|
|
1884
1890
|
export { default as OrbitIcon } from '../icons/orbit';
|
|
1885
|
-
// Option aliases
|
|
1886
|
-
export { default as OptionIcon } from '../icons/option';
|
|
1887
1891
|
// Origami aliases
|
|
1888
1892
|
export { default as OrigamiIcon } from '../icons/origami';
|
|
1889
1893
|
// Package2 aliases
|
|
1890
1894
|
export { default as Package2Icon } from '../icons/package-2';
|
|
1891
|
-
// PackageMinus aliases
|
|
1892
|
-
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1893
1895
|
// PackageCheck aliases
|
|
1894
1896
|
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1895
|
-
//
|
|
1896
|
-
export { default as
|
|
1897
|
+
// PackageMinus aliases
|
|
1898
|
+
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1897
1899
|
// PackagePlus aliases
|
|
1898
1900
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1899
|
-
//
|
|
1900
|
-
export { default as
|
|
1901
|
+
// PackageOpen aliases
|
|
1902
|
+
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1901
1903
|
// PackageSearch aliases
|
|
1902
1904
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1903
|
-
// PaintBucket aliases
|
|
1904
|
-
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1905
1905
|
// PackageX aliases
|
|
1906
1906
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
1907
|
+
// Package aliases
|
|
1908
|
+
export { default as PackageIcon } from '../icons/package';
|
|
1909
|
+
// PaintBucket aliases
|
|
1910
|
+
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1907
1911
|
// PaintRoller aliases
|
|
1908
1912
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1909
1913
|
// Paintbrush aliases
|
|
@@ -1914,54 +1918,54 @@ export { default as PaletteIcon } from '../icons/palette';
|
|
|
1914
1918
|
export { default as PandaIcon } from '../icons/panda';
|
|
1915
1919
|
// PanelBottomClose aliases
|
|
1916
1920
|
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1917
|
-
// PanelBottom aliases
|
|
1918
|
-
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1919
1921
|
// PanelBottomOpen aliases
|
|
1920
1922
|
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1923
|
+
// PanelBottom aliases
|
|
1924
|
+
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1921
1925
|
// PanelLeftRightDashed aliases
|
|
1922
1926
|
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1923
|
-
// PanelRightOpen aliases
|
|
1924
|
-
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1925
1927
|
// PanelRightClose aliases
|
|
1926
1928
|
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1929
|
+
// PanelRightOpen aliases
|
|
1930
|
+
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1927
1931
|
// PanelRight aliases
|
|
1928
1932
|
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1929
1933
|
// PanelTopBottomDashed aliases
|
|
1930
1934
|
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
1931
1935
|
// PanelTopClose aliases
|
|
1932
1936
|
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1933
|
-
// PanelTopOpen aliases
|
|
1934
|
-
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1935
1937
|
// PanelsLeftBottom aliases
|
|
1936
1938
|
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1939
|
+
// PanelTopOpen aliases
|
|
1940
|
+
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1941
|
+
// PanelsRightBottom aliases
|
|
1942
|
+
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1937
1943
|
// PanelTop aliases
|
|
1938
1944
|
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1939
1945
|
// Paperclip aliases
|
|
1940
1946
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1941
1947
|
// Parentheses aliases
|
|
1942
1948
|
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1943
|
-
// PanelsRightBottom aliases
|
|
1944
|
-
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1945
1949
|
// ParkingMeter aliases
|
|
1946
1950
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1947
1951
|
// PartyPopper aliases
|
|
1948
1952
|
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1949
1953
|
// Pause aliases
|
|
1950
1954
|
export { default as PauseIcon } from '../icons/pause';
|
|
1951
|
-
// PenOff aliases
|
|
1952
|
-
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1953
1955
|
// PawPrint aliases
|
|
1954
1956
|
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1955
1957
|
// PcCase aliases
|
|
1956
1958
|
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1959
|
+
// PenOff aliases
|
|
1960
|
+
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1957
1961
|
// PenTool aliases
|
|
1958
1962
|
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1959
1963
|
// PencilLine aliases
|
|
1960
1964
|
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1961
|
-
// PencilOff aliases
|
|
1962
|
-
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1963
1965
|
// PencilRuler aliases
|
|
1964
1966
|
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1967
|
+
// PencilOff aliases
|
|
1968
|
+
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1965
1969
|
// Pencil aliases
|
|
1966
1970
|
export { default as PencilIcon } from '../icons/pencil';
|
|
1967
1971
|
// Pentagon aliases
|
|
@@ -1970,32 +1974,32 @@ export { default as PentagonIcon } from '../icons/pentagon';
|
|
|
1970
1974
|
export { default as PercentIcon } from '../icons/percent';
|
|
1971
1975
|
// PersonStanding aliases
|
|
1972
1976
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1973
|
-
// PhilippinePeso aliases
|
|
1974
|
-
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1975
1977
|
// PhoneCall aliases
|
|
1976
1978
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1979
|
+
// PhilippinePeso aliases
|
|
1980
|
+
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1981
|
+
// PhoneForwarded aliases
|
|
1982
|
+
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1977
1983
|
// PhoneIncoming aliases
|
|
1978
1984
|
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1979
1985
|
// PhoneMissed aliases
|
|
1980
1986
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1981
|
-
// PhoneForwarded aliases
|
|
1982
|
-
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1983
1987
|
// PhoneOff aliases
|
|
1984
1988
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1985
1989
|
// PhoneOutgoing aliases
|
|
1986
1990
|
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1987
|
-
// Pi aliases
|
|
1988
|
-
export { default as PiIcon } from '../icons/pi';
|
|
1989
1991
|
// Phone aliases
|
|
1990
1992
|
export { default as PhoneIcon } from '../icons/phone';
|
|
1993
|
+
// Pi aliases
|
|
1994
|
+
export { default as PiIcon } from '../icons/pi';
|
|
1991
1995
|
// Piano aliases
|
|
1992
1996
|
export { default as PianoIcon } from '../icons/piano';
|
|
1993
1997
|
// Pickaxe aliases
|
|
1994
1998
|
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1995
|
-
// PictureInPicture aliases
|
|
1996
|
-
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1997
1999
|
// PictureInPicture2 aliases
|
|
1998
2000
|
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
2001
|
+
// PictureInPicture aliases
|
|
2002
|
+
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1999
2003
|
// PiggyBank aliases
|
|
2000
2004
|
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
2001
2005
|
// PilcrowLeft aliases
|
|
@@ -2004,44 +2008,44 @@ export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
|
2004
2008
|
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
2005
2009
|
// Pilcrow aliases
|
|
2006
2010
|
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
2007
|
-
// PinOff aliases
|
|
2008
|
-
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2009
2011
|
// PillBottle aliases
|
|
2010
2012
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
2013
|
+
// PinOff aliases
|
|
2014
|
+
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2011
2015
|
// Pill aliases
|
|
2012
2016
|
export { default as PillIcon } from '../icons/pill';
|
|
2013
2017
|
// Pin aliases
|
|
2014
2018
|
export { default as PinIcon } from '../icons/pin';
|
|
2015
2019
|
// Pipette aliases
|
|
2016
2020
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
2017
|
-
// Pizza aliases
|
|
2018
|
-
export { default as PizzaIcon } from '../icons/pizza';
|
|
2019
2021
|
// PlaneLanding aliases
|
|
2020
2022
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
2023
|
+
// Pizza aliases
|
|
2024
|
+
export { default as PizzaIcon } from '../icons/pizza';
|
|
2021
2025
|
// PlaneTakeoff aliases
|
|
2022
2026
|
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
2023
2027
|
// Plane aliases
|
|
2024
2028
|
export { default as PlaneIcon } from '../icons/plane';
|
|
2025
2029
|
// Play aliases
|
|
2026
2030
|
export { default as PlayIcon } from '../icons/play';
|
|
2031
|
+
// PocketKnife aliases
|
|
2032
|
+
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2027
2033
|
// Plug2 aliases
|
|
2028
2034
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
2029
2035
|
// Plug aliases
|
|
2030
2036
|
export { default as PlugIcon } from '../icons/plug';
|
|
2031
2037
|
// Plus aliases
|
|
2032
2038
|
export { default as PlusIcon } from '../icons/plus';
|
|
2033
|
-
// PocketKnife aliases
|
|
2034
|
-
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2035
2039
|
// Pocket aliases
|
|
2036
2040
|
export { default as PocketIcon } from '../icons/pocket';
|
|
2037
|
-
// Pointer aliases
|
|
2038
|
-
export { default as PointerIcon } from '../icons/pointer';
|
|
2039
|
-
// PointerOff aliases
|
|
2040
|
-
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2041
2041
|
// Podcast aliases
|
|
2042
2042
|
export { default as PodcastIcon } from '../icons/podcast';
|
|
2043
|
+
// PointerOff aliases
|
|
2044
|
+
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2043
2045
|
// Popcorn aliases
|
|
2044
2046
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2047
|
+
// Pointer aliases
|
|
2048
|
+
export { default as PointerIcon } from '../icons/pointer';
|
|
2045
2049
|
// Popsicle aliases
|
|
2046
2050
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2047
2051
|
// PoundSterling aliases
|
|
@@ -2050,30 +2054,30 @@ export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
|
2050
2054
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2051
2055
|
// Power aliases
|
|
2052
2056
|
export { default as PowerIcon } from '../icons/power';
|
|
2053
|
-
// PrinterCheck aliases
|
|
2054
|
-
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2055
|
-
// Printer aliases
|
|
2056
|
-
export { default as PrinterIcon } from '../icons/printer';
|
|
2057
2057
|
// Presentation aliases
|
|
2058
2058
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
2059
|
-
// Projector aliases
|
|
2060
|
-
export { default as ProjectorIcon } from '../icons/projector';
|
|
2061
2059
|
// PrinterX aliases
|
|
2062
2060
|
export { default as PrinterXIcon } from '../icons/printer-x';
|
|
2061
|
+
// PrinterCheck aliases
|
|
2062
|
+
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2063
|
+
// Projector aliases
|
|
2064
|
+
export { default as ProjectorIcon } from '../icons/projector';
|
|
2065
|
+
// Printer aliases
|
|
2066
|
+
export { default as PrinterIcon } from '../icons/printer';
|
|
2063
2067
|
// Proportions aliases
|
|
2064
2068
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2065
|
-
// Pyramid aliases
|
|
2066
|
-
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2067
|
-
// QrCode aliases
|
|
2068
|
-
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2069
2069
|
// Puzzle aliases
|
|
2070
2070
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2071
|
+
// Pyramid aliases
|
|
2072
|
+
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2071
2073
|
// Quote aliases
|
|
2072
2074
|
export { default as QuoteIcon } from '../icons/quote';
|
|
2073
|
-
//
|
|
2074
|
-
export { default as
|
|
2075
|
+
// QrCode aliases
|
|
2076
|
+
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2075
2077
|
// Radar aliases
|
|
2076
2078
|
export { default as RadarIcon } from '../icons/radar';
|
|
2079
|
+
// Rabbit aliases
|
|
2080
|
+
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2077
2081
|
// Radiation aliases
|
|
2078
2082
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
2079
2083
|
// Radical aliases
|
|
@@ -2084,68 +2088,68 @@ export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
|
2084
2088
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2085
2089
|
// Radio aliases
|
|
2086
2090
|
export { default as RadioIcon } from '../icons/radio';
|
|
2087
|
-
// RailSymbol aliases
|
|
2088
|
-
export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
2089
2091
|
// Radius aliases
|
|
2090
2092
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2091
|
-
//
|
|
2092
|
-
export { default as
|
|
2093
|
-
// Rat aliases
|
|
2094
|
-
export { default as RatIcon } from '../icons/rat';
|
|
2093
|
+
// RailSymbol aliases
|
|
2094
|
+
export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
2095
2095
|
// Rainbow aliases
|
|
2096
2096
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2097
|
+
// Rat aliases
|
|
2098
|
+
export { default as RatIcon } from '../icons/rat';
|
|
2099
|
+
// Ratio aliases
|
|
2100
|
+
export { default as RatioIcon } from '../icons/ratio';
|
|
2097
2101
|
// ReceiptCent aliases
|
|
2098
2102
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2099
|
-
// ReceiptEuro aliases
|
|
2100
|
-
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2101
2103
|
// ReceiptIndianRupee aliases
|
|
2102
2104
|
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2105
|
+
// ReceiptEuro aliases
|
|
2106
|
+
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2103
2107
|
// ReceiptJapaneseYen aliases
|
|
2104
2108
|
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2105
2109
|
// ReceiptPoundSterling aliases
|
|
2106
2110
|
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2107
|
-
// ReceiptRussianRuble aliases
|
|
2108
|
-
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2109
2111
|
// ReceiptSwissFranc aliases
|
|
2110
2112
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2111
|
-
//
|
|
2112
|
-
export { default as
|
|
2113
|
+
// ReceiptRussianRuble aliases
|
|
2114
|
+
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2113
2115
|
// ReceiptTurkishLira aliases
|
|
2114
2116
|
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2117
|
+
// ReceiptText aliases
|
|
2118
|
+
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2115
2119
|
// Receipt aliases
|
|
2116
2120
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2117
2121
|
// RectangleCircle aliases
|
|
2118
2122
|
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2119
|
-
// RectangleHorizontal aliases
|
|
2120
|
-
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2121
2123
|
// RectangleGoggles aliases
|
|
2122
2124
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2125
|
+
// RectangleHorizontal aliases
|
|
2126
|
+
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2123
2127
|
// RectangleVertical aliases
|
|
2124
2128
|
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2125
|
-
// Redo2 aliases
|
|
2126
|
-
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2127
2129
|
// Recycle aliases
|
|
2128
2130
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2129
|
-
//
|
|
2130
|
-
export { default as
|
|
2131
|
+
// Redo2 aliases
|
|
2132
|
+
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2131
2133
|
// Redo aliases
|
|
2132
2134
|
export { default as RedoIcon } from '../icons/redo';
|
|
2135
|
+
// RedoDot aliases
|
|
2136
|
+
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2133
2137
|
// RefreshCcwDot aliases
|
|
2134
2138
|
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2135
2139
|
// RefreshCcw aliases
|
|
2136
2140
|
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2137
2141
|
// RefreshCwOff aliases
|
|
2138
2142
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2139
|
-
// RefreshCw aliases
|
|
2140
|
-
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2141
2143
|
// Refrigerator aliases
|
|
2142
2144
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2145
|
+
// RefreshCw aliases
|
|
2146
|
+
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2143
2147
|
// Regex aliases
|
|
2144
2148
|
export { default as RegexIcon } from '../icons/regex';
|
|
2145
|
-
// Repeat1 aliases
|
|
2146
|
-
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2147
2149
|
// RemoveFormatting aliases
|
|
2148
2150
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2151
|
+
// Repeat1 aliases
|
|
2152
|
+
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2149
2153
|
// Repeat2 aliases
|
|
2150
2154
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2151
2155
|
// ReplaceAll aliases
|
|
@@ -2154,18 +2158,18 @@ export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
|
2154
2158
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2155
2159
|
// ReplyAll aliases
|
|
2156
2160
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2157
|
-
// Reply aliases
|
|
2158
|
-
export { default as ReplyIcon } from '../icons/reply';
|
|
2159
2161
|
// Replace aliases
|
|
2160
2162
|
export { default as ReplaceIcon } from '../icons/replace';
|
|
2163
|
+
// Reply aliases
|
|
2164
|
+
export { default as ReplyIcon } from '../icons/reply';
|
|
2161
2165
|
// Rewind aliases
|
|
2162
2166
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2163
2167
|
// Ribbon aliases
|
|
2164
2168
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2165
|
-
// Rocket aliases
|
|
2166
|
-
export { default as RocketIcon } from '../icons/rocket';
|
|
2167
2169
|
// RockingChair aliases
|
|
2168
2170
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2171
|
+
// Rocket aliases
|
|
2172
|
+
export { default as RocketIcon } from '../icons/rocket';
|
|
2169
2173
|
// RollerCoaster aliases
|
|
2170
2174
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2171
2175
|
// Rose aliases
|
|
@@ -2190,12 +2194,12 @@ export { default as RouterIcon } from '../icons/router';
|
|
|
2190
2194
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2191
2195
|
// Rss aliases
|
|
2192
2196
|
export { default as RssIcon } from '../icons/rss';
|
|
2193
|
-
// RulerDimensionLine aliases
|
|
2194
|
-
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2195
2197
|
// Ruler aliases
|
|
2196
2198
|
export { default as RulerIcon } from '../icons/ruler';
|
|
2197
2199
|
// RussianRuble aliases
|
|
2198
2200
|
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2201
|
+
// RulerDimensionLine aliases
|
|
2202
|
+
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2199
2203
|
// Sailboat aliases
|
|
2200
2204
|
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2201
2205
|
// Salad aliases
|
|
@@ -2212,30 +2216,30 @@ export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
|
2212
2216
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2213
2217
|
// SaveOff aliases
|
|
2214
2218
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2215
|
-
// Scale aliases
|
|
2216
|
-
export { default as ScaleIcon } from '../icons/scale';
|
|
2217
|
-
// Scaling aliases
|
|
2218
|
-
export { default as ScalingIcon } from '../icons/scaling';
|
|
2219
2219
|
// Save aliases
|
|
2220
2220
|
export { default as SaveIcon } from '../icons/save';
|
|
2221
2221
|
// ScanBarcode aliases
|
|
2222
2222
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2223
|
+
// Scale aliases
|
|
2224
|
+
export { default as ScaleIcon } from '../icons/scale';
|
|
2225
|
+
// Scaling aliases
|
|
2226
|
+
export { default as ScalingIcon } from '../icons/scaling';
|
|
2227
|
+
// ScanEye aliases
|
|
2228
|
+
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2223
2229
|
// ScanFace aliases
|
|
2224
2230
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2225
2231
|
// ScanHeart aliases
|
|
2226
2232
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2227
|
-
// ScanEye aliases
|
|
2228
|
-
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2229
|
-
// ScanQrCode aliases
|
|
2230
|
-
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2231
2233
|
// ScanLine aliases
|
|
2232
2234
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2235
|
+
// ScanQrCode aliases
|
|
2236
|
+
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2233
2237
|
// ScanSearch aliases
|
|
2234
2238
|
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2235
|
-
// Scan aliases
|
|
2236
|
-
export { default as ScanIcon } from '../icons/scan';
|
|
2237
2239
|
// ScanText aliases
|
|
2238
2240
|
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2241
|
+
// Scan aliases
|
|
2242
|
+
export { default as ScanIcon } from '../icons/scan';
|
|
2239
2243
|
// School aliases
|
|
2240
2244
|
export { default as SchoolIcon } from '../icons/school';
|
|
2241
2245
|
// ScissorsLineDashed aliases
|
|
@@ -2254,32 +2258,32 @@ export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
|
2254
2258
|
export { default as ScrollIcon } from '../icons/scroll';
|
|
2255
2259
|
// SearchAlert aliases
|
|
2256
2260
|
export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
2257
|
-
// SearchCode aliases
|
|
2258
|
-
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2259
2261
|
// SearchCheck aliases
|
|
2260
2262
|
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2261
|
-
//
|
|
2262
|
-
export { default as
|
|
2263
|
-
// Search aliases
|
|
2264
|
-
export { default as SearchIcon } from '../icons/search';
|
|
2263
|
+
// SearchCode aliases
|
|
2264
|
+
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2265
2265
|
// SearchX aliases
|
|
2266
2266
|
export { default as SearchXIcon } from '../icons/search-x';
|
|
2267
|
+
// SearchSlash aliases
|
|
2268
|
+
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2267
2269
|
// Section aliases
|
|
2268
2270
|
export { default as SectionIcon } from '../icons/section';
|
|
2269
|
-
//
|
|
2270
|
-
export { default as
|
|
2271
|
+
// Search aliases
|
|
2272
|
+
export { default as SearchIcon } from '../icons/search';
|
|
2271
2273
|
// SendToBack aliases
|
|
2272
2274
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2273
|
-
//
|
|
2274
|
-
export { default as
|
|
2275
|
+
// Send aliases
|
|
2276
|
+
export { default as SendIcon } from '../icons/send';
|
|
2275
2277
|
// SeparatorVertical aliases
|
|
2276
2278
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2277
|
-
// ServerCrash aliases
|
|
2278
|
-
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2279
2279
|
// ServerCog aliases
|
|
2280
2280
|
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2281
|
+
// SeparatorHorizontal aliases
|
|
2282
|
+
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2281
2283
|
// ServerOff aliases
|
|
2282
2284
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2285
|
+
// ServerCrash aliases
|
|
2286
|
+
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2283
2287
|
// Server aliases
|
|
2284
2288
|
export { default as ServerIcon } from '../icons/server';
|
|
2285
2289
|
// Settings2 aliases
|
|
@@ -2288,26 +2292,26 @@ export { default as Settings2Icon } from '../icons/settings-2';
|
|
|
2288
2292
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2289
2293
|
// Shapes aliases
|
|
2290
2294
|
export { default as ShapesIcon } from '../icons/shapes';
|
|
2291
|
-
// Share2 aliases
|
|
2292
|
-
export { default as Share2Icon } from '../icons/share-2';
|
|
2293
2295
|
// Share aliases
|
|
2294
2296
|
export { default as ShareIcon } from '../icons/share';
|
|
2297
|
+
// Share2 aliases
|
|
2298
|
+
export { default as Share2Icon } from '../icons/share-2';
|
|
2295
2299
|
// Sheet aliases
|
|
2296
2300
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2297
2301
|
// Shell aliases
|
|
2298
2302
|
export { default as ShellIcon } from '../icons/shell';
|
|
2299
|
-
// ShelvingUnit aliases
|
|
2300
|
-
export { default as ShelvingUnitIcon } from '../icons/shelving-unit';
|
|
2301
2303
|
// ShieldAlert aliases
|
|
2302
2304
|
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2305
|
+
// ShelvingUnit aliases
|
|
2306
|
+
export { default as ShelvingUnitIcon } from '../icons/shelving-unit';
|
|
2303
2307
|
// ShieldBan aliases
|
|
2304
2308
|
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2305
|
-
// ShieldHalf aliases
|
|
2306
|
-
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2307
|
-
// ShieldEllipsis aliases
|
|
2308
|
-
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2309
2309
|
// ShieldCheck aliases
|
|
2310
2310
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2311
|
+
// ShieldEllipsis aliases
|
|
2312
|
+
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2313
|
+
// ShieldHalf aliases
|
|
2314
|
+
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2311
2315
|
// ShieldMinus aliases
|
|
2312
2316
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2313
2317
|
// ShieldOff aliases
|
|
@@ -2318,64 +2322,64 @@ export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
|
2318
2322
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2319
2323
|
// Shield aliases
|
|
2320
2324
|
export { default as ShieldIcon } from '../icons/shield';
|
|
2321
|
-
// ShipWheel aliases
|
|
2322
|
-
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2323
2325
|
// Ship aliases
|
|
2324
2326
|
export { default as ShipIcon } from '../icons/ship';
|
|
2327
|
+
// ShipWheel aliases
|
|
2328
|
+
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2325
2329
|
// Shirt aliases
|
|
2326
2330
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2327
2331
|
// ShoppingBag aliases
|
|
2328
2332
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2329
|
-
//
|
|
2330
|
-
export { default as
|
|
2333
|
+
// Shovel aliases
|
|
2334
|
+
export { default as ShovelIcon } from '../icons/shovel';
|
|
2331
2335
|
// ShoppingBasket aliases
|
|
2332
2336
|
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2337
|
+
// ShoppingCart aliases
|
|
2338
|
+
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2333
2339
|
// ShowerHead aliases
|
|
2334
2340
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2335
|
-
//
|
|
2336
|
-
export { default as
|
|
2341
|
+
// Shrink aliases
|
|
2342
|
+
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2337
2343
|
// Shredder aliases
|
|
2338
2344
|
export { default as ShredderIcon } from '../icons/shredder';
|
|
2339
2345
|
// Shrimp aliases
|
|
2340
2346
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2341
|
-
// Shrink aliases
|
|
2342
|
-
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2343
|
-
// Shrub aliases
|
|
2344
|
-
export { default as ShrubIcon } from '../icons/shrub';
|
|
2345
2347
|
// Shuffle aliases
|
|
2346
2348
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2347
|
-
//
|
|
2348
|
-
export { default as
|
|
2349
|
+
// Shrub aliases
|
|
2350
|
+
export { default as ShrubIcon } from '../icons/shrub';
|
|
2349
2351
|
// Sigma aliases
|
|
2350
2352
|
export { default as SigmaIcon } from '../icons/sigma';
|
|
2351
|
-
//
|
|
2352
|
-
export { default as
|
|
2353
|
+
// SignalHigh aliases
|
|
2354
|
+
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2353
2355
|
// SignalMedium aliases
|
|
2354
2356
|
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2355
2357
|
// SignalZero aliases
|
|
2356
2358
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2357
|
-
//
|
|
2358
|
-
export { default as
|
|
2359
|
+
// SignalLow aliases
|
|
2360
|
+
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2359
2361
|
// Signal aliases
|
|
2360
2362
|
export { default as SignalIcon } from '../icons/signal';
|
|
2361
|
-
//
|
|
2362
|
-
export { default as
|
|
2363
|
+
// Signature aliases
|
|
2364
|
+
export { default as SignatureIcon } from '../icons/signature';
|
|
2365
|
+
// SignpostBig aliases
|
|
2366
|
+
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2363
2367
|
// Siren aliases
|
|
2364
2368
|
export { default as SirenIcon } from '../icons/siren';
|
|
2369
|
+
// SkipBack aliases
|
|
2370
|
+
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2371
|
+
// Signpost aliases
|
|
2372
|
+
export { default as SignpostIcon } from '../icons/signpost';
|
|
2365
2373
|
// SkipForward aliases
|
|
2366
2374
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2367
|
-
// SignpostBig aliases
|
|
2368
|
-
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2369
2375
|
// Skull aliases
|
|
2370
2376
|
export { default as SkullIcon } from '../icons/skull';
|
|
2371
|
-
// Slice aliases
|
|
2372
|
-
export { default as SliceIcon } from '../icons/slice';
|
|
2373
|
-
// SkipBack aliases
|
|
2374
|
-
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2375
2377
|
// Slack aliases
|
|
2376
2378
|
export { default as SlackIcon } from '../icons/slack';
|
|
2377
2379
|
// Slash aliases
|
|
2378
2380
|
export { default as SlashIcon } from '../icons/slash';
|
|
2381
|
+
// Slice aliases
|
|
2382
|
+
export { default as SliceIcon } from '../icons/slice';
|
|
2379
2383
|
// SlidersHorizontal aliases
|
|
2380
2384
|
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2381
2385
|
// SmartphoneCharging aliases
|
|
@@ -2384,38 +2388,38 @@ export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging'
|
|
|
2384
2388
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2385
2389
|
// Smartphone aliases
|
|
2386
2390
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2387
|
-
// Smile aliases
|
|
2388
|
-
export { default as SmileIcon } from '../icons/smile';
|
|
2389
2391
|
// SmilePlus aliases
|
|
2390
2392
|
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2393
|
+
// Smile aliases
|
|
2394
|
+
export { default as SmileIcon } from '../icons/smile';
|
|
2391
2395
|
// Snail aliases
|
|
2392
2396
|
export { default as SnailIcon } from '../icons/snail';
|
|
2393
2397
|
// Snowflake aliases
|
|
2394
2398
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2399
|
+
// Sofa aliases
|
|
2400
|
+
export { default as SofaIcon } from '../icons/sofa';
|
|
2395
2401
|
// SoapDispenserDroplet aliases
|
|
2396
2402
|
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2397
2403
|
// SolarPanel aliases
|
|
2398
2404
|
export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
2399
|
-
// Soup aliases
|
|
2400
|
-
export { default as SoupIcon } from '../icons/soup';
|
|
2401
|
-
// Sofa aliases
|
|
2402
|
-
export { default as SofaIcon } from '../icons/sofa';
|
|
2403
2405
|
// Space aliases
|
|
2404
2406
|
export { default as SpaceIcon } from '../icons/space';
|
|
2405
|
-
//
|
|
2406
|
-
export { default as
|
|
2407
|
+
// Soup aliases
|
|
2408
|
+
export { default as SoupIcon } from '../icons/soup';
|
|
2407
2409
|
// Sparkle aliases
|
|
2408
2410
|
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2409
2411
|
// Speaker aliases
|
|
2410
2412
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2411
|
-
//
|
|
2412
|
-
export { default as
|
|
2413
|
+
// Spade aliases
|
|
2414
|
+
export { default as SpadeIcon } from '../icons/spade';
|
|
2413
2415
|
// Speech aliases
|
|
2414
2416
|
export { default as SpeechIcon } from '../icons/speech';
|
|
2415
2417
|
// SpellCheck aliases
|
|
2416
2418
|
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2417
2419
|
// SplinePointer aliases
|
|
2418
2420
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2421
|
+
// SpellCheck2 aliases
|
|
2422
|
+
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2419
2423
|
// Spline aliases
|
|
2420
2424
|
export { default as SplineIcon } from '../icons/spline';
|
|
2421
2425
|
// Split aliases
|
|
@@ -2424,30 +2428,34 @@ export { default as SplitIcon } from '../icons/split';
|
|
|
2424
2428
|
export { default as SpoolIcon } from '../icons/spool';
|
|
2425
2429
|
// Spotlight aliases
|
|
2426
2430
|
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2431
|
+
// SprayCan aliases
|
|
2432
|
+
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2427
2433
|
// Sprout aliases
|
|
2428
2434
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2435
|
+
// SquareArrowRightEnter aliases
|
|
2436
|
+
export { default as SquareArrowRightEnterIcon } from '../icons/square-arrow-right-enter';
|
|
2437
|
+
// SquareArrowRightExit aliases
|
|
2438
|
+
export { default as SquareArrowRightExitIcon } from '../icons/square-arrow-right-exit';
|
|
2429
2439
|
// SquareDashedBottomCode aliases
|
|
2430
2440
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2431
|
-
// SprayCan aliases
|
|
2432
|
-
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2433
|
-
// SquareDashedTopSolid aliases
|
|
2434
|
-
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2435
2441
|
// SquareDashedBottom aliases
|
|
2436
2442
|
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2437
|
-
//
|
|
2438
|
-
export { default as
|
|
2439
|
-
// SquareSquare aliases
|
|
2440
|
-
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2443
|
+
// SquareDashedTopSolid aliases
|
|
2444
|
+
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2441
2445
|
// SquarePause aliases
|
|
2442
2446
|
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2447
|
+
// SquareRadical aliases
|
|
2448
|
+
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2443
2449
|
// SquareRoundCorner aliases
|
|
2444
2450
|
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2451
|
+
// SquareSquare aliases
|
|
2452
|
+
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2445
2453
|
// SquareStack aliases
|
|
2446
2454
|
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2447
|
-
// SquareStop aliases
|
|
2448
|
-
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2449
2455
|
// SquareStar aliases
|
|
2450
2456
|
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2457
|
+
// SquareStop aliases
|
|
2458
|
+
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2451
2459
|
// Square aliases
|
|
2452
2460
|
export { default as SquareIcon } from '../icons/square';
|
|
2453
2461
|
// SquaresExclude aliases
|
|
@@ -2464,48 +2472,48 @@ export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
|
2464
2472
|
export { default as SquircleIcon } from '../icons/squircle';
|
|
2465
2473
|
// Squirrel aliases
|
|
2466
2474
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2467
|
-
// Stamp aliases
|
|
2468
|
-
export { default as StampIcon } from '../icons/stamp';
|
|
2469
2475
|
// StarHalf aliases
|
|
2470
2476
|
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2471
2477
|
// StarOff aliases
|
|
2472
2478
|
export { default as StarOffIcon } from '../icons/star-off';
|
|
2473
|
-
//
|
|
2474
|
-
export { default as
|
|
2479
|
+
// Stamp aliases
|
|
2480
|
+
export { default as StampIcon } from '../icons/stamp';
|
|
2475
2481
|
// Star aliases
|
|
2476
2482
|
export { default as StarIcon } from '../icons/star';
|
|
2477
2483
|
// StepBack aliases
|
|
2478
2484
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2479
|
-
//
|
|
2480
|
-
export { default as
|
|
2485
|
+
// StepForward aliases
|
|
2486
|
+
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2481
2487
|
// Sticker aliases
|
|
2482
2488
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2489
|
+
// Stethoscope aliases
|
|
2490
|
+
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2483
2491
|
// StickyNote aliases
|
|
2484
2492
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2485
2493
|
// Stone aliases
|
|
2486
2494
|
export { default as StoneIcon } from '../icons/stone';
|
|
2487
2495
|
// Store aliases
|
|
2488
2496
|
export { default as StoreIcon } from '../icons/store';
|
|
2489
|
-
// StretchHorizontal aliases
|
|
2490
|
-
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2491
2497
|
// StretchVertical aliases
|
|
2492
2498
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2499
|
+
// StretchHorizontal aliases
|
|
2500
|
+
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2493
2501
|
// Strikethrough aliases
|
|
2494
2502
|
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2495
|
-
// Subscript aliases
|
|
2496
|
-
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2497
2503
|
// SunDim aliases
|
|
2498
2504
|
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2505
|
+
// Subscript aliases
|
|
2506
|
+
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2499
2507
|
// SunMedium aliases
|
|
2500
2508
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2501
2509
|
// SunSnow aliases
|
|
2502
2510
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2503
2511
|
// SunMoon aliases
|
|
2504
2512
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2505
|
-
// Sunrise aliases
|
|
2506
|
-
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2507
2513
|
// Sun aliases
|
|
2508
2514
|
export { default as SunIcon } from '../icons/sun';
|
|
2515
|
+
// Sunrise aliases
|
|
2516
|
+
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2509
2517
|
// Sunset aliases
|
|
2510
2518
|
export { default as SunsetIcon } from '../icons/sunset';
|
|
2511
2519
|
// Superscript aliases
|
|
@@ -2516,18 +2524,18 @@ export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
|
2516
2524
|
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2517
2525
|
// SwissFranc aliases
|
|
2518
2526
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2519
|
-
// Syringe aliases
|
|
2520
|
-
export { default as SyringeIcon } from '../icons/syringe';
|
|
2521
2527
|
// Sword aliases
|
|
2522
2528
|
export { default as SwordIcon } from '../icons/sword';
|
|
2529
|
+
// Syringe aliases
|
|
2530
|
+
export { default as SyringeIcon } from '../icons/syringe';
|
|
2523
2531
|
// Swords aliases
|
|
2524
2532
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2525
2533
|
// Table2 aliases
|
|
2526
2534
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2527
|
-
// TableCellsSplit aliases
|
|
2528
|
-
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2529
2535
|
// TableCellsMerge aliases
|
|
2530
2536
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2537
|
+
// TableCellsSplit aliases
|
|
2538
|
+
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2531
2539
|
// TableColumnsSplit aliases
|
|
2532
2540
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2533
2541
|
// TableOfContents aliases
|
|
@@ -2540,26 +2548,26 @@ export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
|
2540
2548
|
export { default as TableIcon } from '../icons/table';
|
|
2541
2549
|
// TabletSmartphone aliases
|
|
2542
2550
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2543
|
-
// Tablet aliases
|
|
2544
|
-
export { default as TabletIcon } from '../icons/tablet';
|
|
2545
2551
|
// Tablets aliases
|
|
2546
2552
|
export { default as TabletsIcon } from '../icons/tablets';
|
|
2547
|
-
// Tally1 aliases
|
|
2548
|
-
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2549
2553
|
// Tag aliases
|
|
2550
2554
|
export { default as TagIcon } from '../icons/tag';
|
|
2555
|
+
// Tablet aliases
|
|
2556
|
+
export { default as TabletIcon } from '../icons/tablet';
|
|
2551
2557
|
// Tags aliases
|
|
2552
2558
|
export { default as TagsIcon } from '../icons/tags';
|
|
2553
2559
|
// Tally2 aliases
|
|
2554
2560
|
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2555
2561
|
// Tally3 aliases
|
|
2556
2562
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2557
|
-
//
|
|
2558
|
-
export { default as
|
|
2559
|
-
// Tangent aliases
|
|
2560
|
-
export { default as TangentIcon } from '../icons/tangent';
|
|
2563
|
+
// Tally1 aliases
|
|
2564
|
+
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2561
2565
|
// Tally5 aliases
|
|
2562
2566
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2567
|
+
// Tangent aliases
|
|
2568
|
+
export { default as TangentIcon } from '../icons/tangent';
|
|
2569
|
+
// Tally4 aliases
|
|
2570
|
+
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2563
2571
|
// Target aliases
|
|
2564
2572
|
export { default as TargetIcon } from '../icons/target';
|
|
2565
2573
|
// Telescope aliases
|
|
@@ -2574,36 +2582,36 @@ export { default as TerminalIcon } from '../icons/terminal';
|
|
|
2574
2582
|
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2575
2583
|
// TestTubes aliases
|
|
2576
2584
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2577
|
-
// TextCursor aliases
|
|
2578
|
-
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2579
2585
|
// TextCursorInput aliases
|
|
2580
2586
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2581
|
-
//
|
|
2582
|
-
export { default as
|
|
2587
|
+
// TextCursor aliases
|
|
2588
|
+
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2583
2589
|
// TextQuote aliases
|
|
2584
2590
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2585
2591
|
// Theater aliases
|
|
2586
2592
|
export { default as TheaterIcon } from '../icons/theater';
|
|
2593
|
+
// TextSearch aliases
|
|
2594
|
+
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2587
2595
|
// ThermometerSnowflake aliases
|
|
2588
2596
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2589
2597
|
// ThermometerSun aliases
|
|
2590
2598
|
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2591
2599
|
// Thermometer aliases
|
|
2592
2600
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2601
|
+
// TicketCheck aliases
|
|
2602
|
+
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2593
2603
|
// ThumbsDown aliases
|
|
2594
2604
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2595
2605
|
// ThumbsUp aliases
|
|
2596
2606
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2597
|
-
// TicketCheck aliases
|
|
2598
|
-
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2599
2607
|
// TicketMinus aliases
|
|
2600
2608
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2601
2609
|
// TicketPercent aliases
|
|
2602
2610
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2603
|
-
// TicketPlus aliases
|
|
2604
|
-
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2605
2611
|
// TicketSlash aliases
|
|
2606
2612
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2613
|
+
// TicketPlus aliases
|
|
2614
|
+
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2607
2615
|
// TicketX aliases
|
|
2608
2616
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2609
2617
|
// Ticket aliases
|
|
@@ -2612,58 +2620,58 @@ export { default as TicketIcon } from '../icons/ticket';
|
|
|
2612
2620
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2613
2621
|
// Tickets aliases
|
|
2614
2622
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2615
|
-
// TimerReset aliases
|
|
2616
|
-
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2617
|
-
// Timer aliases
|
|
2618
|
-
export { default as TimerIcon } from '../icons/timer';
|
|
2619
2623
|
// TimerOff aliases
|
|
2620
2624
|
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2625
|
+
// TimerReset aliases
|
|
2626
|
+
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2621
2627
|
// ToggleLeft aliases
|
|
2622
2628
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2629
|
+
// Timer aliases
|
|
2630
|
+
export { default as TimerIcon } from '../icons/timer';
|
|
2623
2631
|
// ToggleRight aliases
|
|
2624
2632
|
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2625
|
-
// ToolCase aliases
|
|
2626
|
-
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2627
2633
|
// Toilet aliases
|
|
2628
2634
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2629
2635
|
// Toolbox aliases
|
|
2630
2636
|
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2637
|
+
// ToolCase aliases
|
|
2638
|
+
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2639
|
+
// Torus aliases
|
|
2640
|
+
export { default as TorusIcon } from '../icons/torus';
|
|
2631
2641
|
// Tornado aliases
|
|
2632
2642
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2633
2643
|
// TouchpadOff aliases
|
|
2634
2644
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2635
|
-
// Torus aliases
|
|
2636
|
-
export { default as TorusIcon } from '../icons/torus';
|
|
2637
2645
|
// Touchpad aliases
|
|
2638
2646
|
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2639
2647
|
// TowelRack aliases
|
|
2640
2648
|
export { default as TowelRackIcon } from '../icons/towel-rack';
|
|
2641
2649
|
// TowerControl aliases
|
|
2642
2650
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2643
|
-
// Tractor aliases
|
|
2644
|
-
export { default as TractorIcon } from '../icons/tractor';
|
|
2645
2651
|
// ToyBrick aliases
|
|
2646
2652
|
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2653
|
+
// Tractor aliases
|
|
2654
|
+
export { default as TractorIcon } from '../icons/tractor';
|
|
2647
2655
|
// TrafficCone aliases
|
|
2648
2656
|
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2649
2657
|
// TrainFrontTunnel aliases
|
|
2650
2658
|
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2651
|
-
// TrainFront aliases
|
|
2652
|
-
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2653
2659
|
// TrainTrack aliases
|
|
2654
2660
|
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2655
|
-
//
|
|
2656
|
-
export { default as
|
|
2661
|
+
// TrainFront aliases
|
|
2662
|
+
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2657
2663
|
// Transgender aliases
|
|
2658
2664
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2665
|
+
// Trash2 aliases
|
|
2666
|
+
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2659
2667
|
// Trash aliases
|
|
2660
2668
|
export { default as TrashIcon } from '../icons/trash';
|
|
2661
2669
|
// TreeDeciduous aliases
|
|
2662
2670
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2663
|
-
// Trees aliases
|
|
2664
|
-
export { default as TreesIcon } from '../icons/trees';
|
|
2665
2671
|
// TreePine aliases
|
|
2666
2672
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2673
|
+
// Trees aliases
|
|
2674
|
+
export { default as TreesIcon } from '../icons/trees';
|
|
2667
2675
|
// Trello aliases
|
|
2668
2676
|
export { default as TrelloIcon } from '../icons/trello';
|
|
2669
2677
|
// TrendingDown aliases
|
|
@@ -2672,10 +2680,10 @@ export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
|
2672
2680
|
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2673
2681
|
// TrendingUp aliases
|
|
2674
2682
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2675
|
-
// TriangleDashed aliases
|
|
2676
|
-
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2677
2683
|
// TriangleRight aliases
|
|
2678
2684
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2685
|
+
// TriangleDashed aliases
|
|
2686
|
+
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2679
2687
|
// Triangle aliases
|
|
2680
2688
|
export { default as TriangleIcon } from '../icons/triangle';
|
|
2681
2689
|
// Trophy aliases
|
|
@@ -2700,10 +2708,10 @@ export { default as TwitchIcon } from '../icons/twitch';
|
|
|
2700
2708
|
export { default as TwitterIcon } from '../icons/twitter';
|
|
2701
2709
|
// TypeOutline aliases
|
|
2702
2710
|
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2703
|
-
// UmbrellaOff aliases
|
|
2704
|
-
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2705
2711
|
// Type aliases
|
|
2706
2712
|
export { default as TypeIcon } from '../icons/type';
|
|
2713
|
+
// UmbrellaOff aliases
|
|
2714
|
+
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2707
2715
|
// Umbrella aliases
|
|
2708
2716
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2709
2717
|
// Underline aliases
|
|
@@ -2718,10 +2726,10 @@ export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
|
2718
2726
|
export { default as UndoIcon } from '../icons/undo';
|
|
2719
2727
|
// UnfoldVertical aliases
|
|
2720
2728
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2721
|
-
// Unlink2 aliases
|
|
2722
|
-
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2723
2729
|
// Ungroup aliases
|
|
2724
2730
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2731
|
+
// Unlink2 aliases
|
|
2732
|
+
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2725
2733
|
// Unlink aliases
|
|
2726
2734
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2727
2735
|
// Unplug aliases
|
|
@@ -2730,10 +2738,10 @@ export { default as UnplugIcon } from '../icons/unplug';
|
|
|
2730
2738
|
export { default as UploadIcon } from '../icons/upload';
|
|
2731
2739
|
// Usb aliases
|
|
2732
2740
|
export { default as UsbIcon } from '../icons/usb';
|
|
2733
|
-
// UserCheck aliases
|
|
2734
|
-
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2735
2741
|
// UserCog aliases
|
|
2736
2742
|
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2743
|
+
// UserCheck aliases
|
|
2744
|
+
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2737
2745
|
// UserKey aliases
|
|
2738
2746
|
export { default as UserKeyIcon } from '../icons/user-key';
|
|
2739
2747
|
// UserLock aliases
|
|
@@ -2744,20 +2752,20 @@ export { default as UserMinusIcon } from '../icons/user-minus';
|
|
|
2744
2752
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2745
2753
|
// UserPlus aliases
|
|
2746
2754
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2747
|
-
// UserRoundPen aliases
|
|
2748
|
-
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2749
2755
|
// UserRoundKey aliases
|
|
2750
2756
|
export { default as UserRoundKeyIcon } from '../icons/user-round-key';
|
|
2757
|
+
// UserRoundPen aliases
|
|
2758
|
+
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2751
2759
|
// UserRoundSearch aliases
|
|
2752
2760
|
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2753
2761
|
// UserSearch aliases
|
|
2754
2762
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2755
2763
|
// UserStar aliases
|
|
2756
2764
|
export { default as UserStarIcon } from '../icons/user-star';
|
|
2757
|
-
// UserX aliases
|
|
2758
|
-
export { default as UserXIcon } from '../icons/user-x';
|
|
2759
2765
|
// User aliases
|
|
2760
2766
|
export { default as UserIcon } from '../icons/user';
|
|
2767
|
+
// UserX aliases
|
|
2768
|
+
export { default as UserXIcon } from '../icons/user-x';
|
|
2761
2769
|
// Users aliases
|
|
2762
2770
|
export { default as UsersIcon } from '../icons/users';
|
|
2763
2771
|
// UtilityPole aliases
|
|
@@ -2768,64 +2776,64 @@ export { default as VanIcon } from '../icons/van';
|
|
|
2768
2776
|
export { default as VariableIcon } from '../icons/variable';
|
|
2769
2777
|
// Vault aliases
|
|
2770
2778
|
export { default as VaultIcon } from '../icons/vault';
|
|
2771
|
-
// VectorSquare aliases
|
|
2772
|
-
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2773
2779
|
// Vegan aliases
|
|
2774
2780
|
export { default as VeganIcon } from '../icons/vegan';
|
|
2775
|
-
//
|
|
2776
|
-
export { default as
|
|
2781
|
+
// VectorSquare aliases
|
|
2782
|
+
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2777
2783
|
// VenusAndMars aliases
|
|
2778
2784
|
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2785
|
+
// VenetianMask aliases
|
|
2786
|
+
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2779
2787
|
// Venus aliases
|
|
2780
2788
|
export { default as VenusIcon } from '../icons/venus';
|
|
2781
2789
|
// VibrateOff aliases
|
|
2782
2790
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2783
|
-
// VideoOff aliases
|
|
2784
|
-
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2785
2791
|
// Vibrate aliases
|
|
2786
2792
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2793
|
+
// VideoOff aliases
|
|
2794
|
+
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2787
2795
|
// Video aliases
|
|
2788
2796
|
export { default as VideoIcon } from '../icons/video';
|
|
2789
|
-
// View aliases
|
|
2790
|
-
export { default as ViewIcon } from '../icons/view';
|
|
2791
2797
|
// Videotape aliases
|
|
2792
2798
|
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2793
2799
|
// Voicemail aliases
|
|
2794
2800
|
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2801
|
+
// View aliases
|
|
2802
|
+
export { default as ViewIcon } from '../icons/view';
|
|
2795
2803
|
// Volleyball aliases
|
|
2796
2804
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2797
|
-
// Volume1 aliases
|
|
2798
|
-
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2799
2805
|
// Volume2 aliases
|
|
2800
2806
|
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2807
|
+
// Volume1 aliases
|
|
2808
|
+
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2801
2809
|
// VolumeOff aliases
|
|
2802
2810
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2803
2811
|
// VolumeX aliases
|
|
2804
2812
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2805
2813
|
// Volume aliases
|
|
2806
2814
|
export { default as VolumeIcon } from '../icons/volume';
|
|
2807
|
-
// Vote aliases
|
|
2808
|
-
export { default as VoteIcon } from '../icons/vote';
|
|
2809
2815
|
// WalletCards aliases
|
|
2810
2816
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2811
|
-
//
|
|
2812
|
-
export { default as
|
|
2817
|
+
// Vote aliases
|
|
2818
|
+
export { default as VoteIcon } from '../icons/vote';
|
|
2813
2819
|
// Wallpaper aliases
|
|
2814
2820
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2821
|
+
// Wallet aliases
|
|
2822
|
+
export { default as WalletIcon } from '../icons/wallet';
|
|
2823
|
+
// Warehouse aliases
|
|
2824
|
+
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2815
2825
|
// Wand aliases
|
|
2816
2826
|
export { default as WandIcon } from '../icons/wand';
|
|
2817
2827
|
// WashingMachine aliases
|
|
2818
2828
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2819
2829
|
// Watch aliases
|
|
2820
2830
|
export { default as WatchIcon } from '../icons/watch';
|
|
2821
|
-
// Warehouse aliases
|
|
2822
|
-
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2823
|
-
// WavesArrowDown aliases
|
|
2824
|
-
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
2825
2831
|
// WavesArrowUp aliases
|
|
2826
2832
|
export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
2827
2833
|
// WavesLadder aliases
|
|
2828
2834
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2835
|
+
// WavesArrowDown aliases
|
|
2836
|
+
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
2829
2837
|
// Waves aliases
|
|
2830
2838
|
export { default as WavesIcon } from '../icons/waves';
|
|
2831
2839
|
// Waypoints aliases
|
|
@@ -2834,10 +2842,10 @@ export { default as WaypointsIcon } from '../icons/waypoints';
|
|
|
2834
2842
|
export { default as WebcamIcon } from '../icons/webcam';
|
|
2835
2843
|
// WebhookOff aliases
|
|
2836
2844
|
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2837
|
-
// WeightTilde aliases
|
|
2838
|
-
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
2839
2845
|
// Webhook aliases
|
|
2840
2846
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2847
|
+
// WeightTilde aliases
|
|
2848
|
+
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
2841
2849
|
// Weight aliases
|
|
2842
2850
|
export { default as WeightIcon } from '../icons/weight';
|
|
2843
2851
|
// WheatOff aliases
|
|
@@ -2848,28 +2856,28 @@ export { default as WheatIcon } from '../icons/wheat';
|
|
|
2848
2856
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2849
2857
|
// WifiCog aliases
|
|
2850
2858
|
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2851
|
-
// WifiHigh aliases
|
|
2852
|
-
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2853
2859
|
// WifiLow aliases
|
|
2854
2860
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2855
2861
|
// WifiOff aliases
|
|
2856
2862
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2857
|
-
//
|
|
2858
|
-
export { default as
|
|
2863
|
+
// WifiHigh aliases
|
|
2864
|
+
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2859
2865
|
// WifiPen aliases
|
|
2860
2866
|
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2867
|
+
// WifiSync aliases
|
|
2868
|
+
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2861
2869
|
// WifiZero aliases
|
|
2862
2870
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2863
2871
|
// Wifi aliases
|
|
2864
2872
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2865
|
-
// WindArrowDown aliases
|
|
2866
|
-
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2867
2873
|
// Wind aliases
|
|
2868
2874
|
export { default as WindIcon } from '../icons/wind';
|
|
2869
|
-
//
|
|
2870
|
-
export { default as
|
|
2875
|
+
// WindArrowDown aliases
|
|
2876
|
+
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2871
2877
|
// Wine aliases
|
|
2872
2878
|
export { default as WineIcon } from '../icons/wine';
|
|
2879
|
+
// WineOff aliases
|
|
2880
|
+
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2873
2881
|
// Workflow aliases
|
|
2874
2882
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2875
2883
|
// Worm aliases
|
|
@@ -2878,18 +2886,18 @@ export { default as WormIcon } from '../icons/worm';
|
|
|
2878
2886
|
export { default as WrenchIcon } from '../icons/wrench';
|
|
2879
2887
|
// XLineTop aliases
|
|
2880
2888
|
export { default as XLineTopIcon } from '../icons/x-line-top';
|
|
2889
|
+
// Youtube aliases
|
|
2890
|
+
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2881
2891
|
// X aliases
|
|
2882
2892
|
export { default as XIcon } from '../icons/x';
|
|
2883
2893
|
// ZapOff aliases
|
|
2884
2894
|
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2885
|
-
// Youtube aliases
|
|
2886
|
-
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2887
|
-
// Zap aliases
|
|
2888
|
-
export { default as ZapIcon } from '../icons/zap';
|
|
2889
2895
|
// ZoomIn aliases
|
|
2890
2896
|
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2891
2897
|
// ZoomOut aliases
|
|
2892
2898
|
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2899
|
+
// Zap aliases
|
|
2900
|
+
export { default as ZapIcon } from '../icons/zap';
|
|
2893
2901
|
// ArrowDown01 aliases
|
|
2894
2902
|
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
2895
2903
|
// ArrowDown10 aliases
|
|
@@ -2904,18 +2912,18 @@ export {
|
|
|
2904
2912
|
/** @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 */
|
|
2905
2913
|
default as AlarmCheckIcon
|
|
2906
2914
|
} from '../icons/alarm-clock-check';
|
|
2907
|
-
// AlarmClockMinus aliases
|
|
2908
|
-
export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
|
|
2909
|
-
export {
|
|
2910
|
-
/** @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 */
|
|
2911
|
-
default as AlarmMinusIcon
|
|
2912
|
-
} from '../icons/alarm-clock-minus';
|
|
2913
2915
|
// AlarmClockPlus aliases
|
|
2914
2916
|
export { default as AlarmClockPlusIcon } from '../icons/alarm-clock-plus';
|
|
2915
2917
|
export {
|
|
2916
2918
|
/** @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 */
|
|
2917
2919
|
default as AlarmPlusIcon
|
|
2918
2920
|
} from '../icons/alarm-clock-plus';
|
|
2921
|
+
// AlarmClockMinus aliases
|
|
2922
|
+
export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
|
|
2923
|
+
export {
|
|
2924
|
+
/** @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 */
|
|
2925
|
+
default as AlarmMinusIcon
|
|
2926
|
+
} from '../icons/alarm-clock-minus';
|
|
2919
2927
|
// ArrowDownAZ aliases
|
|
2920
2928
|
export { default as ArrowDownAZIcon } from '../icons/arrow-down-a-z';
|
|
2921
2929
|
export {
|
|
@@ -2946,54 +2954,54 @@ export {
|
|
|
2946
2954
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. This alias will be removed in v1.0 */
|
|
2947
2955
|
default as SortAscIcon
|
|
2948
2956
|
} from '../icons/arrow-up-narrow-wide';
|
|
2949
|
-
// ArrowUpZA aliases
|
|
2950
|
-
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2951
|
-
export {
|
|
2952
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. This alias will be removed in v1.0 */
|
|
2953
|
-
default as ArrowUpZaIcon
|
|
2954
|
-
} from '../icons/arrow-up-z-a';
|
|
2955
2957
|
// Axis3d aliases
|
|
2956
2958
|
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2957
2959
|
export {
|
|
2958
2960
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. This alias will be removed in v1.0 */
|
|
2959
2961
|
default as Axis3DIcon
|
|
2960
2962
|
} from '../icons/axis-3d';
|
|
2963
|
+
// ArrowUpZA aliases
|
|
2964
|
+
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2965
|
+
export {
|
|
2966
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. This alias will be removed in v1.0 */
|
|
2967
|
+
default as ArrowUpZaIcon
|
|
2968
|
+
} from '../icons/arrow-up-z-a';
|
|
2961
2969
|
// BadgeCheck aliases
|
|
2962
2970
|
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2963
2971
|
export {
|
|
2964
2972
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. This alias will be removed in v1.0 */
|
|
2965
2973
|
default as VerifiedIcon
|
|
2966
2974
|
} from '../icons/badge-check';
|
|
2967
|
-
// BadgeQuestionMark aliases
|
|
2968
|
-
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
2969
|
-
export {
|
|
2970
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. This alias will be removed in v1.0 */
|
|
2971
|
-
default as BadgeHelpIcon
|
|
2972
|
-
} from '../icons/badge-question-mark';
|
|
2973
2975
|
// BetweenHorizontalEnd aliases
|
|
2974
2976
|
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
2975
2977
|
export {
|
|
2976
2978
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
2977
2979
|
default as BetweenHorizonalEndIcon
|
|
2978
2980
|
} from '../icons/between-horizontal-end';
|
|
2981
|
+
// BadgeQuestionMark aliases
|
|
2982
|
+
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
2983
|
+
export {
|
|
2984
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. This alias will be removed in v1.0 */
|
|
2985
|
+
default as BadgeHelpIcon
|
|
2986
|
+
} from '../icons/badge-question-mark';
|
|
2979
2987
|
// BetweenHorizontalStart aliases
|
|
2980
2988
|
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
2981
2989
|
export {
|
|
2982
2990
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
2983
2991
|
default as BetweenHorizonalStartIcon
|
|
2984
2992
|
} from '../icons/between-horizontal-start';
|
|
2985
|
-
// BookDashed aliases
|
|
2986
|
-
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2987
|
-
export {
|
|
2988
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. This alias will be removed in v1.0.0 */
|
|
2989
|
-
default as BookTemplateIcon
|
|
2990
|
-
} from '../icons/book-dashed';
|
|
2991
2993
|
// Braces aliases
|
|
2992
2994
|
export { default as BracesIcon } from '../icons/braces';
|
|
2993
2995
|
export {
|
|
2994
2996
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. This alias will be removed in v1.0 */
|
|
2995
2997
|
default as CurlyBracesIcon
|
|
2996
2998
|
} from '../icons/braces';
|
|
2999
|
+
// BookDashed aliases
|
|
3000
|
+
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
3001
|
+
export {
|
|
3002
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. This alias will be removed in v1.0.0 */
|
|
3003
|
+
default as BookTemplateIcon
|
|
3004
|
+
} from '../icons/book-dashed';
|
|
2997
3005
|
// Captions aliases
|
|
2998
3006
|
export { default as CaptionsIcon } from '../icons/captions';
|
|
2999
3007
|
export {
|
|
@@ -3036,18 +3044,18 @@ export {
|
|
|
3036
3044
|
/** @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 */
|
|
3037
3045
|
default as BarChart4Icon
|
|
3038
3046
|
} from '../icons/chart-column-increasing';
|
|
3039
|
-
// ChartColumn aliases
|
|
3040
|
-
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
3041
|
-
export {
|
|
3042
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. This alias will be removed in v1.0 */
|
|
3043
|
-
default as BarChart3Icon
|
|
3044
|
-
} from '../icons/chart-column';
|
|
3045
3047
|
// ChartLine aliases
|
|
3046
3048
|
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
3047
3049
|
export {
|
|
3048
3050
|
/** @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 */
|
|
3049
3051
|
default as LineChartIcon
|
|
3050
3052
|
} from '../icons/chart-line';
|
|
3053
|
+
// ChartColumn aliases
|
|
3054
|
+
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
3055
|
+
export {
|
|
3056
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. This alias will be removed in v1.0 */
|
|
3057
|
+
default as BarChart3Icon
|
|
3058
|
+
} from '../icons/chart-column';
|
|
3051
3059
|
// ChartNoAxesColumnIncreasing aliases
|
|
3052
3060
|
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
3053
3061
|
export {
|
|
@@ -3060,42 +3068,48 @@ export {
|
|
|
3060
3068
|
/** @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 */
|
|
3061
3069
|
default as BarChart2Icon
|
|
3062
3070
|
} from '../icons/chart-no-axes-column';
|
|
3071
|
+
// ChartNoAxesGantt aliases
|
|
3072
|
+
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3073
|
+
export {
|
|
3074
|
+
/** @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 */
|
|
3075
|
+
default as GanttChartIcon
|
|
3076
|
+
} from '../icons/chart-no-axes-gantt';
|
|
3063
3077
|
// ChartPie aliases
|
|
3064
3078
|
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
3065
3079
|
export {
|
|
3066
3080
|
/** @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 */
|
|
3067
3081
|
default as PieChartIcon
|
|
3068
3082
|
} from '../icons/chart-pie';
|
|
3069
|
-
//
|
|
3070
|
-
export { default as
|
|
3083
|
+
// Chromium aliases
|
|
3084
|
+
export { default as ChromiumIcon } from '../icons/chromium';
|
|
3071
3085
|
export {
|
|
3072
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3073
|
-
default as
|
|
3074
|
-
} from '../icons/
|
|
3086
|
+
/** @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 */
|
|
3087
|
+
default as ChromeIcon
|
|
3088
|
+
} from '../icons/chromium';
|
|
3075
3089
|
// ChartScatter aliases
|
|
3076
3090
|
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3077
3091
|
export {
|
|
3078
3092
|
/** @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 */
|
|
3079
3093
|
default as ScatterChartIcon
|
|
3080
3094
|
} from '../icons/chart-scatter';
|
|
3081
|
-
//
|
|
3082
|
-
export { default as
|
|
3095
|
+
// CircleAlert aliases
|
|
3096
|
+
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3083
3097
|
export {
|
|
3084
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3085
|
-
default as
|
|
3086
|
-
} from '../icons/
|
|
3098
|
+
/** @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 */
|
|
3099
|
+
default as AlertCircleIcon
|
|
3100
|
+
} from '../icons/circle-alert';
|
|
3087
3101
|
// CircleArrowDown aliases
|
|
3088
3102
|
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
3089
3103
|
export {
|
|
3090
3104
|
/** @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 */
|
|
3091
3105
|
default as ArrowDownCircleIcon
|
|
3092
3106
|
} from '../icons/circle-arrow-down';
|
|
3093
|
-
//
|
|
3094
|
-
export { default as
|
|
3107
|
+
// CircleArrowOutDownLeft aliases
|
|
3108
|
+
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3095
3109
|
export {
|
|
3096
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3097
|
-
default as
|
|
3098
|
-
} from '../icons/circle-
|
|
3110
|
+
/** @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 */
|
|
3111
|
+
default as ArrowDownLeftFromCircleIcon
|
|
3112
|
+
} from '../icons/circle-arrow-out-down-left';
|
|
3099
3113
|
// CircleArrowLeft aliases
|
|
3100
3114
|
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
3101
3115
|
export {
|
|
@@ -3108,24 +3122,18 @@ export {
|
|
|
3108
3122
|
/** @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 */
|
|
3109
3123
|
default as ArrowDownRightFromCircleIcon
|
|
3110
3124
|
} from '../icons/circle-arrow-out-down-right';
|
|
3111
|
-
//
|
|
3112
|
-
export { default as
|
|
3125
|
+
// CircleArrowOutUpLeft aliases
|
|
3126
|
+
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3113
3127
|
export {
|
|
3114
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3115
|
-
default as
|
|
3116
|
-
} from '../icons/circle-arrow-out-
|
|
3128
|
+
/** @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 */
|
|
3129
|
+
default as ArrowUpLeftFromCircleIcon
|
|
3130
|
+
} from '../icons/circle-arrow-out-up-left';
|
|
3117
3131
|
// CircleArrowOutUpRight aliases
|
|
3118
3132
|
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3119
3133
|
export {
|
|
3120
3134
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3121
3135
|
default as ArrowUpRightFromCircleIcon
|
|
3122
3136
|
} from '../icons/circle-arrow-out-up-right';
|
|
3123
|
-
// CircleArrowOutUpLeft aliases
|
|
3124
|
-
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3125
|
-
export {
|
|
3126
|
-
/** @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 */
|
|
3127
|
-
default as ArrowUpLeftFromCircleIcon
|
|
3128
|
-
} from '../icons/circle-arrow-out-up-left';
|
|
3129
3137
|
// CircleArrowRight aliases
|
|
3130
3138
|
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3131
3139
|
export {
|
|
@@ -3156,36 +3164,30 @@ export {
|
|
|
3156
3164
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. This alias will be removed in v1.0 */
|
|
3157
3165
|
default as ChevronDownCircleIcon
|
|
3158
3166
|
} from '../icons/circle-chevron-down';
|
|
3159
|
-
// CircleChevronRight aliases
|
|
3160
|
-
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3161
|
-
export {
|
|
3162
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. This alias will be removed in v1.0 */
|
|
3163
|
-
default as ChevronRightCircleIcon
|
|
3164
|
-
} from '../icons/circle-chevron-right';
|
|
3165
3167
|
// CircleChevronLeft aliases
|
|
3166
3168
|
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3167
3169
|
export {
|
|
3168
3170
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. This alias will be removed in v1.0 */
|
|
3169
3171
|
default as ChevronLeftCircleIcon
|
|
3170
3172
|
} from '../icons/circle-chevron-left';
|
|
3171
|
-
//
|
|
3172
|
-
export { default as
|
|
3173
|
+
// CircleChevronRight aliases
|
|
3174
|
+
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3173
3175
|
export {
|
|
3174
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3175
|
-
default as
|
|
3176
|
-
} from '../icons/circle-chevron-
|
|
3176
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. This alias will be removed in v1.0 */
|
|
3177
|
+
default as ChevronRightCircleIcon
|
|
3178
|
+
} from '../icons/circle-chevron-right';
|
|
3177
3179
|
// CircleDivide aliases
|
|
3178
3180
|
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3179
3181
|
export {
|
|
3180
3182
|
/** @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 */
|
|
3181
3183
|
default as DivideCircleIcon
|
|
3182
3184
|
} from '../icons/circle-divide';
|
|
3183
|
-
//
|
|
3184
|
-
export { default as
|
|
3185
|
+
// CircleChevronUp aliases
|
|
3186
|
+
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3185
3187
|
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-
|
|
3188
|
+
/** @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 */
|
|
3189
|
+
default as ChevronUpCircleIcon
|
|
3190
|
+
} from '../icons/circle-chevron-up';
|
|
3189
3191
|
// CircleGauge aliases
|
|
3190
3192
|
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3191
3193
|
export {
|
|
@@ -3198,6 +3200,12 @@ export {
|
|
|
3198
3200
|
/** @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 */
|
|
3199
3201
|
default as ParkingCircleOffIcon
|
|
3200
3202
|
} from '../icons/circle-parking-off';
|
|
3203
|
+
// CircleMinus aliases
|
|
3204
|
+
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3205
|
+
export {
|
|
3206
|
+
/** @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 */
|
|
3207
|
+
default as MinusCircleIcon
|
|
3208
|
+
} from '../icons/circle-minus';
|
|
3201
3209
|
// CircleParking aliases
|
|
3202
3210
|
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3203
3211
|
export {
|
|
@@ -3262,12 +3270,6 @@ export {
|
|
|
3262
3270
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. This alias will be removed in v1.0 */
|
|
3263
3271
|
default as UserCircle2Icon
|
|
3264
3272
|
} from '../icons/circle-user-round';
|
|
3265
|
-
// CircleX aliases
|
|
3266
|
-
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3267
|
-
export {
|
|
3268
|
-
/** @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 */
|
|
3269
|
-
default as XCircleIcon
|
|
3270
|
-
} from '../icons/circle-x';
|
|
3271
3273
|
// CircleUser aliases
|
|
3272
3274
|
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3273
3275
|
export {
|
|
@@ -3280,24 +3282,30 @@ export {
|
|
|
3280
3282
|
/** @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 */
|
|
3281
3283
|
default as ClipboardSignatureIcon
|
|
3282
3284
|
} from '../icons/clipboard-pen-line';
|
|
3285
|
+
// CircleX aliases
|
|
3286
|
+
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3287
|
+
export {
|
|
3288
|
+
/** @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 */
|
|
3289
|
+
default as XCircleIcon
|
|
3290
|
+
} from '../icons/circle-x';
|
|
3283
3291
|
// ClipboardPen aliases
|
|
3284
3292
|
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3285
3293
|
export {
|
|
3286
3294
|
/** @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 */
|
|
3287
3295
|
default as ClipboardEditIcon
|
|
3288
3296
|
} from '../icons/clipboard-pen';
|
|
3289
|
-
// CloudUpload aliases
|
|
3290
|
-
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3291
|
-
export {
|
|
3292
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudUpload} instead. This alias will be removed in v1.0 */
|
|
3293
|
-
default as UploadCloudIcon
|
|
3294
|
-
} from '../icons/cloud-upload';
|
|
3295
3297
|
// CloudDownload aliases
|
|
3296
3298
|
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3297
3299
|
export {
|
|
3298
3300
|
/** @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 */
|
|
3299
3301
|
default as DownloadCloudIcon
|
|
3300
3302
|
} from '../icons/cloud-download';
|
|
3303
|
+
// CloudUpload aliases
|
|
3304
|
+
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3305
|
+
export {
|
|
3306
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudUpload} instead. This alias will be removed in v1.0 */
|
|
3307
|
+
default as UploadCloudIcon
|
|
3308
|
+
} from '../icons/cloud-upload';
|
|
3301
3309
|
// CodeXml aliases
|
|
3302
3310
|
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3303
3311
|
export {
|
|
@@ -3320,66 +3328,66 @@ export {
|
|
|
3320
3328
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. This alias will be removed in v1.0 */
|
|
3321
3329
|
default as TableConfigIcon
|
|
3322
3330
|
} from '../icons/columns-3-cog';
|
|
3323
|
-
// ContactRound aliases
|
|
3324
|
-
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3325
|
-
export {
|
|
3326
|
-
/** @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 */
|
|
3327
|
-
default as Contact2Icon
|
|
3328
|
-
} from '../icons/contact-round';
|
|
3329
3331
|
// Columns3 aliases
|
|
3330
3332
|
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3331
3333
|
export {
|
|
3332
3334
|
/** @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 */
|
|
3333
3335
|
default as PanelsLeftRightIcon
|
|
3334
3336
|
} from '../icons/columns-3';
|
|
3335
|
-
//
|
|
3336
|
-
export { default as
|
|
3337
|
+
// ContactRound aliases
|
|
3338
|
+
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3337
3339
|
export {
|
|
3338
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3339
|
-
default as
|
|
3340
|
-
} from '../icons/
|
|
3340
|
+
/** @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 */
|
|
3341
|
+
default as Contact2Icon
|
|
3342
|
+
} from '../icons/contact-round';
|
|
3341
3343
|
// DiamondPercent aliases
|
|
3342
3344
|
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3343
3345
|
export {
|
|
3344
3346
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. This alias will be removed in v1.0 */
|
|
3345
3347
|
default as PercentDiamondIcon
|
|
3346
3348
|
} from '../icons/diamond-percent';
|
|
3347
|
-
//
|
|
3348
|
-
export { default as
|
|
3349
|
+
// Earth aliases
|
|
3350
|
+
export { default as EarthIcon } from '../icons/earth';
|
|
3349
3351
|
export {
|
|
3350
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3351
|
-
default as
|
|
3352
|
-
} from '../icons/
|
|
3352
|
+
/** @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 */
|
|
3353
|
+
default as Globe2Icon
|
|
3354
|
+
} from '../icons/earth';
|
|
3353
3355
|
// EllipsisVertical aliases
|
|
3354
3356
|
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3355
3357
|
export {
|
|
3356
3358
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. This alias will be removed in v1.0 */
|
|
3357
3359
|
default as MoreVerticalIcon
|
|
3358
3360
|
} from '../icons/ellipsis-vertical';
|
|
3359
|
-
//
|
|
3360
|
-
export { default as
|
|
3361
|
+
// Ellipsis aliases
|
|
3362
|
+
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3361
3363
|
export {
|
|
3362
|
-
/** @deprecated The icon was
|
|
3363
|
-
default as
|
|
3364
|
-
} from '../icons/
|
|
3364
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. This alias will be removed in v1.0 */
|
|
3365
|
+
default as MoreHorizontalIcon
|
|
3366
|
+
} from '../icons/ellipsis';
|
|
3365
3367
|
// FileAxis3d aliases
|
|
3366
3368
|
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3367
3369
|
export {
|
|
3368
3370
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. This alias will be removed in v1.0 */
|
|
3369
3371
|
default as FileAxis3DIcon
|
|
3370
3372
|
} from '../icons/file-axis-3d';
|
|
3371
|
-
//
|
|
3372
|
-
export { default as
|
|
3373
|
+
// FileBadge aliases
|
|
3374
|
+
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
3373
3375
|
export {
|
|
3374
|
-
/** @deprecated The
|
|
3375
|
-
default as
|
|
3376
|
-
} from '../icons/file-
|
|
3376
|
+
/** @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 */
|
|
3377
|
+
default as FileBadge2Icon
|
|
3378
|
+
} from '../icons/file-badge';
|
|
3377
3379
|
// FileBracesCorner aliases
|
|
3378
3380
|
export { default as FileBracesCornerIcon } from '../icons/file-braces-corner';
|
|
3379
3381
|
export {
|
|
3380
3382
|
/** @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 */
|
|
3381
3383
|
default as FileJson2Icon
|
|
3382
3384
|
} from '../icons/file-braces-corner';
|
|
3385
|
+
// FileBraces aliases
|
|
3386
|
+
export { default as FileBracesIcon } from '../icons/file-braces';
|
|
3387
|
+
export {
|
|
3388
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} instead. This alias will be removed in v1.0 */
|
|
3389
|
+
default as FileJsonIcon
|
|
3390
|
+
} from '../icons/file-braces';
|
|
3383
3391
|
// FileChartColumnIncreasing aliases
|
|
3384
3392
|
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3385
3393
|
export {
|
|
@@ -3404,24 +3412,18 @@ export {
|
|
|
3404
3412
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. This alias will be removed in v1.0 */
|
|
3405
3413
|
default as FilePieChartIcon
|
|
3406
3414
|
} from '../icons/file-chart-pie';
|
|
3407
|
-
// FileCheckCorner aliases
|
|
3408
|
-
export { default as FileCheckCornerIcon } from '../icons/file-check-corner';
|
|
3409
|
-
export {
|
|
3410
|
-
/** @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 */
|
|
3411
|
-
default as FileCheck2Icon
|
|
3412
|
-
} from '../icons/file-check-corner';
|
|
3413
3415
|
// FileCodeCorner aliases
|
|
3414
3416
|
export { default as FileCodeCornerIcon } from '../icons/file-code-corner';
|
|
3415
3417
|
export {
|
|
3416
3418
|
/** @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 */
|
|
3417
3419
|
default as FileCode2Icon
|
|
3418
3420
|
} from '../icons/file-code-corner';
|
|
3419
|
-
//
|
|
3420
|
-
export { default as
|
|
3421
|
+
// FileCheckCorner aliases
|
|
3422
|
+
export { default as FileCheckCornerIcon } from '../icons/file-check-corner';
|
|
3421
3423
|
export {
|
|
3422
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3423
|
-
default as
|
|
3424
|
-
} from '../icons/file-
|
|
3424
|
+
/** @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 */
|
|
3425
|
+
default as FileCheck2Icon
|
|
3426
|
+
} from '../icons/file-check-corner';
|
|
3425
3427
|
// FileCog aliases
|
|
3426
3428
|
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3427
3429
|
export {
|
|
@@ -3444,12 +3446,12 @@ export {
|
|
|
3444
3446
|
/** @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 */
|
|
3445
3447
|
default as FileKey2Icon
|
|
3446
3448
|
} from '../icons/file-key';
|
|
3447
|
-
//
|
|
3448
|
-
export { default as
|
|
3449
|
+
// FileExclamationPoint aliases
|
|
3450
|
+
export { default as FileExclamationPointIcon } from '../icons/file-exclamation-point';
|
|
3449
3451
|
export {
|
|
3450
|
-
/** @deprecated The icon was
|
|
3451
|
-
default as
|
|
3452
|
-
} from '../icons/file-
|
|
3452
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. This alias will be removed in v1.0 */
|
|
3453
|
+
default as FileWarningIcon
|
|
3454
|
+
} from '../icons/file-exclamation-point';
|
|
3453
3455
|
// FileMinusCorner aliases
|
|
3454
3456
|
export { default as FileMinusCornerIcon } from '../icons/file-minus-corner';
|
|
3455
3457
|
export {
|
|
@@ -3462,18 +3464,24 @@ export {
|
|
|
3462
3464
|
/** @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 */
|
|
3463
3465
|
default as FileSignatureIcon
|
|
3464
3466
|
} from '../icons/file-pen-line';
|
|
3465
|
-
//
|
|
3466
|
-
export { default as
|
|
3467
|
+
// FileLock aliases
|
|
3468
|
+
export { default as FileLockIcon } from '../icons/file-lock';
|
|
3467
3469
|
export {
|
|
3468
|
-
/** @deprecated The
|
|
3469
|
-
default as
|
|
3470
|
-
} from '../icons/file-
|
|
3470
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. This alias will be removed in v1.0 */
|
|
3471
|
+
default as FileLock2Icon
|
|
3472
|
+
} from '../icons/file-lock';
|
|
3471
3473
|
// FilePlay aliases
|
|
3472
3474
|
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3473
3475
|
export {
|
|
3474
3476
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. This alias will be removed in v1.0 */
|
|
3475
3477
|
default as FileVideoIcon
|
|
3476
3478
|
} from '../icons/file-play';
|
|
3479
|
+
// FilePen aliases
|
|
3480
|
+
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3481
|
+
export {
|
|
3482
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. This alias will be removed in v1.0 */
|
|
3483
|
+
default as FileEditIcon
|
|
3484
|
+
} from '../icons/file-pen';
|
|
3477
3485
|
// FilePlusCorner aliases
|
|
3478
3486
|
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3479
3487
|
export {
|
|
@@ -3486,18 +3494,18 @@ export {
|
|
|
3486
3494
|
/** @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 */
|
|
3487
3495
|
default as FileQuestionIcon
|
|
3488
3496
|
} from '../icons/file-question-mark';
|
|
3489
|
-
// FileSignal aliases
|
|
3490
|
-
export { default as FileSignalIcon } from '../icons/file-signal';
|
|
3491
|
-
export {
|
|
3492
|
-
/** @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 */
|
|
3493
|
-
default as FileVolume2Icon
|
|
3494
|
-
} from '../icons/file-signal';
|
|
3495
3497
|
// FileSearchCorner aliases
|
|
3496
3498
|
export { default as FileSearchCornerIcon } from '../icons/file-search-corner';
|
|
3497
3499
|
export {
|
|
3498
3500
|
/** @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 */
|
|
3499
3501
|
default as FileSearch2Icon
|
|
3500
3502
|
} from '../icons/file-search-corner';
|
|
3503
|
+
// FileSignal aliases
|
|
3504
|
+
export { default as FileSignalIcon } from '../icons/file-signal';
|
|
3505
|
+
export {
|
|
3506
|
+
/** @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 */
|
|
3507
|
+
default as FileVolume2Icon
|
|
3508
|
+
} from '../icons/file-signal';
|
|
3501
3509
|
// FileTypeCorner aliases
|
|
3502
3510
|
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3503
3511
|
export {
|
|
@@ -3510,78 +3518,66 @@ export {
|
|
|
3510
3518
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. This alias will be removed in v1.0 */
|
|
3511
3519
|
default as FileX2Icon
|
|
3512
3520
|
} from '../icons/file-x-corner';
|
|
3513
|
-
//
|
|
3514
|
-
export { default as
|
|
3521
|
+
// FolderCog aliases
|
|
3522
|
+
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3515
3523
|
export {
|
|
3516
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3517
|
-
default as
|
|
3518
|
-
} from '../icons/
|
|
3524
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. This alias will be removed in v1.0 */
|
|
3525
|
+
default as FolderCog2Icon
|
|
3526
|
+
} from '../icons/folder-cog';
|
|
3519
3527
|
// FileVideoCamera aliases
|
|
3520
3528
|
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3521
3529
|
export {
|
|
3522
3530
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. This alias will be removed in v1.0 */
|
|
3523
3531
|
default as FileVideo2Icon
|
|
3524
3532
|
} from '../icons/file-video-camera';
|
|
3525
|
-
//
|
|
3526
|
-
export { default as
|
|
3533
|
+
// FingerprintPattern aliases
|
|
3534
|
+
export { default as FingerprintPatternIcon } from '../icons/fingerprint-pattern';
|
|
3527
3535
|
export {
|
|
3528
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3529
|
-
default as
|
|
3530
|
-
} from '../icons/
|
|
3536
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. This alias will be removed in v1.0 */
|
|
3537
|
+
default as FingerprintIcon
|
|
3538
|
+
} from '../icons/fingerprint-pattern';
|
|
3531
3539
|
// FunnelX aliases
|
|
3532
3540
|
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3533
3541
|
export {
|
|
3534
3542
|
/** @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 */
|
|
3535
3543
|
default as FilterXIcon
|
|
3536
3544
|
} from '../icons/funnel-x';
|
|
3537
|
-
// FolderPen aliases
|
|
3538
|
-
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3539
|
-
export {
|
|
3540
|
-
/** @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 */
|
|
3541
|
-
default as FolderEditIcon
|
|
3542
|
-
} from '../icons/folder-pen';
|
|
3543
|
-
// GitCommitHorizontal aliases
|
|
3544
|
-
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3545
|
-
export {
|
|
3546
|
-
/** @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 */
|
|
3547
|
-
default as GitCommitIcon
|
|
3548
|
-
} from '../icons/git-commit-horizontal';
|
|
3549
3545
|
// Funnel aliases
|
|
3550
3546
|
export { default as FunnelIcon } from '../icons/funnel';
|
|
3551
3547
|
export {
|
|
3552
3548
|
/** @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 */
|
|
3553
3549
|
default as FilterIcon
|
|
3554
3550
|
} from '../icons/funnel';
|
|
3551
|
+
// FolderPen aliases
|
|
3552
|
+
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3553
|
+
export {
|
|
3554
|
+
/** @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 */
|
|
3555
|
+
default as FolderEditIcon
|
|
3556
|
+
} from '../icons/folder-pen';
|
|
3555
3557
|
// Grid2x2Check aliases
|
|
3556
3558
|
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3557
3559
|
export {
|
|
3558
3560
|
/** @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 */
|
|
3559
3561
|
default as Grid2X2CheckIcon
|
|
3560
3562
|
} from '../icons/grid-2x2-check';
|
|
3563
|
+
// GitCommitHorizontal aliases
|
|
3564
|
+
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3565
|
+
export {
|
|
3566
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. This alias will be removed in v1.0 */
|
|
3567
|
+
default as GitCommitIcon
|
|
3568
|
+
} from '../icons/git-commit-horizontal';
|
|
3561
3569
|
// Grid2x2Plus aliases
|
|
3562
3570
|
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3563
3571
|
export {
|
|
3564
3572
|
/** @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 */
|
|
3565
3573
|
default as Grid2X2PlusIcon
|
|
3566
3574
|
} from '../icons/grid-2x2-plus';
|
|
3567
|
-
// Grid2x2 aliases
|
|
3568
|
-
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3569
|
-
export {
|
|
3570
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. This alias will be removed in v1.0 */
|
|
3571
|
-
default as Grid2X2Icon
|
|
3572
|
-
} from '../icons/grid-2x2';
|
|
3573
3575
|
// Grid2x2X aliases
|
|
3574
3576
|
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3575
3577
|
export {
|
|
3576
3578
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. This alias will be removed in v1.0 */
|
|
3577
3579
|
default as Grid2X2XIcon
|
|
3578
3580
|
} from '../icons/grid-2x2-x';
|
|
3579
|
-
// HandGrab aliases
|
|
3580
|
-
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3581
|
-
export {
|
|
3582
|
-
/** @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 */
|
|
3583
|
-
default as GrabIcon
|
|
3584
|
-
} from '../icons/hand-grab';
|
|
3585
3581
|
// Grid3x3 aliases
|
|
3586
3582
|
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3587
3583
|
export {
|
|
@@ -3592,36 +3588,48 @@ export {
|
|
|
3592
3588
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. This alias will be removed in v1.0 */
|
|
3593
3589
|
default as Grid3X3Icon
|
|
3594
3590
|
} from '../icons/grid-3x3';
|
|
3595
|
-
//
|
|
3596
|
-
export { default as
|
|
3591
|
+
// Grid2x2 aliases
|
|
3592
|
+
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3597
3593
|
export {
|
|
3598
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3599
|
-
default as
|
|
3600
|
-
} from '../icons/
|
|
3594
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. This alias will be removed in v1.0 */
|
|
3595
|
+
default as Grid2X2Icon
|
|
3596
|
+
} from '../icons/grid-2x2';
|
|
3597
|
+
// HandGrab aliases
|
|
3598
|
+
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3599
|
+
export {
|
|
3600
|
+
/** @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 */
|
|
3601
|
+
default as GrabIcon
|
|
3602
|
+
} from '../icons/hand-grab';
|
|
3601
3603
|
// House aliases
|
|
3602
3604
|
export { default as HouseIcon } from '../icons/house';
|
|
3603
3605
|
export {
|
|
3604
3606
|
/** @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 */
|
|
3605
3607
|
default as HomeIcon
|
|
3606
3608
|
} from '../icons/house';
|
|
3609
|
+
// HandHelping aliases
|
|
3610
|
+
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3611
|
+
export {
|
|
3612
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. This alias will be removed in v1.0 */
|
|
3613
|
+
default as HelpingHandIcon
|
|
3614
|
+
} from '../icons/hand-helping';
|
|
3607
3615
|
// IceCreamBowl aliases
|
|
3608
3616
|
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3609
3617
|
export {
|
|
3610
3618
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. This alias will be removed in v1.0 */
|
|
3611
3619
|
default as IceCream2Icon
|
|
3612
3620
|
} from '../icons/ice-cream-bowl';
|
|
3613
|
-
// IceCreamCone aliases
|
|
3614
|
-
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3615
|
-
export {
|
|
3616
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. This alias will be removed in v1.0 */
|
|
3617
|
-
default as IceCreamIcon
|
|
3618
|
-
} from '../icons/ice-cream-cone';
|
|
3619
3621
|
// LaptopMinimal aliases
|
|
3620
3622
|
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3621
3623
|
export {
|
|
3622
3624
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. This alias will be removed in v1.0 */
|
|
3623
3625
|
default as Laptop2Icon
|
|
3624
3626
|
} from '../icons/laptop-minimal';
|
|
3627
|
+
// IceCreamCone aliases
|
|
3628
|
+
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3629
|
+
export {
|
|
3630
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. This alias will be removed in v1.0 */
|
|
3631
|
+
default as IceCreamIcon
|
|
3632
|
+
} from '../icons/ice-cream-cone';
|
|
3625
3633
|
// ListIndentDecrease aliases
|
|
3626
3634
|
export { default as ListIndentDecreaseIcon } from '../icons/list-indent-decrease';
|
|
3627
3635
|
export {
|
|
@@ -3632,6 +3640,12 @@ export {
|
|
|
3632
3640
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. This alias will be removed in v1.0 */
|
|
3633
3641
|
default as IndentDecreaseIcon
|
|
3634
3642
|
} from '../icons/list-indent-decrease';
|
|
3643
|
+
// Layers aliases
|
|
3644
|
+
export { default as LayersIcon } from '../icons/layers';
|
|
3645
|
+
export {
|
|
3646
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. This alias will be removed in v1.0 */
|
|
3647
|
+
default as Layers3Icon
|
|
3648
|
+
} from '../icons/layers';
|
|
3635
3649
|
// ListIndentIncrease aliases
|
|
3636
3650
|
export { default as ListIndentIncreaseIcon } from '../icons/list-indent-increase';
|
|
3637
3651
|
export {
|
|
@@ -3642,12 +3656,6 @@ export {
|
|
|
3642
3656
|
/** @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 */
|
|
3643
3657
|
default as IndentIncreaseIcon
|
|
3644
3658
|
} from '../icons/list-indent-increase';
|
|
3645
|
-
// Layers aliases
|
|
3646
|
-
export { default as LayersIcon } from '../icons/layers';
|
|
3647
|
-
export {
|
|
3648
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. This alias will be removed in v1.0 */
|
|
3649
|
-
default as Layers3Icon
|
|
3650
|
-
} from '../icons/layers';
|
|
3651
3659
|
// LoaderCircle aliases
|
|
3652
3660
|
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3653
3661
|
export {
|
|
@@ -3696,18 +3704,24 @@ export {
|
|
|
3696
3704
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. This alias will be removed in v1.0 */
|
|
3697
3705
|
default as Move3DIcon
|
|
3698
3706
|
} from '../icons/move-3d';
|
|
3707
|
+
// OctagonAlert aliases
|
|
3708
|
+
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3709
|
+
export {
|
|
3710
|
+
/** @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 */
|
|
3711
|
+
default as AlertOctagonIcon
|
|
3712
|
+
} from '../icons/octagon-alert';
|
|
3699
3713
|
// OctagonPause aliases
|
|
3700
3714
|
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3701
3715
|
export {
|
|
3702
3716
|
/** @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 */
|
|
3703
3717
|
default as PauseOctagonIcon
|
|
3704
3718
|
} from '../icons/octagon-pause';
|
|
3705
|
-
//
|
|
3706
|
-
export { default as
|
|
3719
|
+
// OctagonX aliases
|
|
3720
|
+
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3707
3721
|
export {
|
|
3708
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3709
|
-
default as
|
|
3710
|
-
} from '../icons/octagon-
|
|
3722
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. This alias will be removed in v1.0 */
|
|
3723
|
+
default as XOctagonIcon
|
|
3724
|
+
} from '../icons/octagon-x';
|
|
3711
3725
|
// PanelBottomDashed aliases
|
|
3712
3726
|
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3713
3727
|
export {
|
|
@@ -3724,26 +3738,26 @@ export {
|
|
|
3724
3738
|
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3725
3739
|
export {
|
|
3726
3740
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. This alias will be removed in v1.0 */
|
|
3727
|
-
default as SidebarCloseIcon
|
|
3728
|
-
} from '../icons/panel-left-close';
|
|
3729
|
-
// PanelLeftDashed aliases
|
|
3730
|
-
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3731
|
-
export {
|
|
3732
|
-
/** @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 */
|
|
3733
|
-
default as PanelLeftInactiveIcon
|
|
3734
|
-
} from '../icons/panel-left-dashed';
|
|
3735
|
-
// OctagonX aliases
|
|
3736
|
-
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3737
|
-
export {
|
|
3738
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. This alias will be removed in v1.0 */
|
|
3739
|
-
default as XOctagonIcon
|
|
3740
|
-
} from '../icons/octagon-x';
|
|
3741
|
+
default as SidebarCloseIcon
|
|
3742
|
+
} from '../icons/panel-left-close';
|
|
3741
3743
|
// PanelLeftOpen aliases
|
|
3742
3744
|
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3743
3745
|
export {
|
|
3744
3746
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. This alias will be removed in v1.0 */
|
|
3745
3747
|
default as SidebarOpenIcon
|
|
3746
3748
|
} from '../icons/panel-left-open';
|
|
3749
|
+
// PanelRightDashed aliases
|
|
3750
|
+
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3751
|
+
export {
|
|
3752
|
+
/** @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 */
|
|
3753
|
+
default as PanelRightInactiveIcon
|
|
3754
|
+
} from '../icons/panel-right-dashed';
|
|
3755
|
+
// PanelLeftDashed aliases
|
|
3756
|
+
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3757
|
+
export {
|
|
3758
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. This alias will be removed in v1.0 */
|
|
3759
|
+
default as PanelLeftInactiveIcon
|
|
3760
|
+
} from '../icons/panel-left-dashed';
|
|
3747
3761
|
// PanelLeft aliases
|
|
3748
3762
|
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3749
3763
|
export {
|
|
@@ -3756,12 +3770,6 @@ export {
|
|
|
3756
3770
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. This alias will be removed in v1.0 */
|
|
3757
3771
|
default as PanelTopInactiveIcon
|
|
3758
3772
|
} from '../icons/panel-top-dashed';
|
|
3759
|
-
// PanelRightDashed aliases
|
|
3760
|
-
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3761
|
-
export {
|
|
3762
|
-
/** @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 */
|
|
3763
|
-
default as PanelRightInactiveIcon
|
|
3764
|
-
} from '../icons/panel-right-dashed';
|
|
3765
3773
|
// PanelsTopLeft aliases
|
|
3766
3774
|
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3767
3775
|
export {
|
|
@@ -3774,18 +3782,24 @@ export {
|
|
|
3774
3782
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
|
|
3775
3783
|
default as Edit3Icon
|
|
3776
3784
|
} from '../icons/pen-line';
|
|
3785
|
+
// PlugZap aliases
|
|
3786
|
+
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3787
|
+
export {
|
|
3788
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
|
|
3789
|
+
default as PlugZap2Icon
|
|
3790
|
+
} from '../icons/plug-zap';
|
|
3777
3791
|
// Pen aliases
|
|
3778
3792
|
export { default as PenIcon } from '../icons/pen';
|
|
3779
3793
|
export {
|
|
3780
3794
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. This alias will be removed in v1.0 */
|
|
3781
3795
|
default as Edit2Icon
|
|
3782
3796
|
} from '../icons/pen';
|
|
3783
|
-
//
|
|
3784
|
-
export { default as
|
|
3797
|
+
// RectangleEllipsis aliases
|
|
3798
|
+
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3785
3799
|
export {
|
|
3786
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3787
|
-
default as
|
|
3788
|
-
} from '../icons/
|
|
3800
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. This alias will be removed in v1.0 */
|
|
3801
|
+
default as FormInputIcon
|
|
3802
|
+
} from '../icons/rectangle-ellipsis';
|
|
3789
3803
|
// Rotate3d aliases
|
|
3790
3804
|
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3791
3805
|
export {
|
|
@@ -3798,12 +3812,6 @@ export {
|
|
|
3798
3812
|
/** @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 */
|
|
3799
3813
|
default as RowsIcon
|
|
3800
3814
|
} from '../icons/rows-2';
|
|
3801
|
-
// RectangleEllipsis aliases
|
|
3802
|
-
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3803
|
-
export {
|
|
3804
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. This alias will be removed in v1.0 */
|
|
3805
|
-
default as FormInputIcon
|
|
3806
|
-
} from '../icons/rectangle-ellipsis';
|
|
3807
3815
|
// Rows3 aliases
|
|
3808
3816
|
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3809
3817
|
export {
|
|
@@ -3816,18 +3824,18 @@ export {
|
|
|
3816
3824
|
/** @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 */
|
|
3817
3825
|
default as Scale3DIcon
|
|
3818
3826
|
} from '../icons/scale-3d';
|
|
3819
|
-
// ShieldQuestionMark aliases
|
|
3820
|
-
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
3821
|
-
export {
|
|
3822
|
-
/** @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 */
|
|
3823
|
-
default as ShieldQuestionIcon
|
|
3824
|
-
} from '../icons/shield-question-mark';
|
|
3825
3827
|
// SendHorizontal aliases
|
|
3826
3828
|
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3827
3829
|
export {
|
|
3828
3830
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3829
3831
|
default as SendHorizonalIcon
|
|
3830
3832
|
} from '../icons/send-horizontal';
|
|
3833
|
+
// ShieldQuestionMark aliases
|
|
3834
|
+
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
3835
|
+
export {
|
|
3836
|
+
/** @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 */
|
|
3837
|
+
default as ShieldQuestionIcon
|
|
3838
|
+
} from '../icons/shield-question-mark';
|
|
3831
3839
|
// ShieldX aliases
|
|
3832
3840
|
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3833
3841
|
export {
|
|
@@ -3882,18 +3890,18 @@ export {
|
|
|
3882
3890
|
/** @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 */
|
|
3883
3891
|
default as ArrowDownLeftFromSquareIcon
|
|
3884
3892
|
} from '../icons/square-arrow-out-down-left';
|
|
3885
|
-
// SquareArrowOutUpLeft aliases
|
|
3886
|
-
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
3887
|
-
export {
|
|
3888
|
-
/** @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 */
|
|
3889
|
-
default as ArrowUpLeftFromSquareIcon
|
|
3890
|
-
} from '../icons/square-arrow-out-up-left';
|
|
3891
3893
|
// SquareArrowOutDownRight aliases
|
|
3892
3894
|
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3893
3895
|
export {
|
|
3894
3896
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3895
3897
|
default as ArrowDownRightFromSquareIcon
|
|
3896
3898
|
} from '../icons/square-arrow-out-down-right';
|
|
3899
|
+
// SquareArrowOutUpLeft aliases
|
|
3900
|
+
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
3901
|
+
export {
|
|
3902
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3903
|
+
default as ArrowUpLeftFromSquareIcon
|
|
3904
|
+
} from '../icons/square-arrow-out-up-left';
|
|
3897
3905
|
// SquareArrowOutUpRight aliases
|
|
3898
3906
|
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3899
3907
|
export {
|
|
@@ -3906,18 +3914,18 @@ export {
|
|
|
3906
3914
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. This alias will be removed in v1.0 */
|
|
3907
3915
|
default as ArrowRightSquareIcon
|
|
3908
3916
|
} from '../icons/square-arrow-right';
|
|
3909
|
-
// SquareArrowUpLeft aliases
|
|
3910
|
-
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3911
|
-
export {
|
|
3912
|
-
/** @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 */
|
|
3913
|
-
default as ArrowUpLeftSquareIcon
|
|
3914
|
-
} from '../icons/square-arrow-up-left';
|
|
3915
3917
|
// SquareArrowUpRight aliases
|
|
3916
3918
|
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3917
3919
|
export {
|
|
3918
3920
|
/** @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 */
|
|
3919
3921
|
default as ArrowUpRightSquareIcon
|
|
3920
3922
|
} from '../icons/square-arrow-up-right';
|
|
3923
|
+
// SquareArrowUpLeft aliases
|
|
3924
|
+
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3925
|
+
export {
|
|
3926
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. This alias will be removed in v1.0 */
|
|
3927
|
+
default as ArrowUpLeftSquareIcon
|
|
3928
|
+
} from '../icons/square-arrow-up-left';
|
|
3921
3929
|
// SquareArrowUp aliases
|
|
3922
3930
|
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3923
3931
|
export {
|
|
@@ -3936,6 +3944,18 @@ export {
|
|
|
3936
3944
|
/** @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 */
|
|
3937
3945
|
default as ScissorsSquareDashedBottomIcon
|
|
3938
3946
|
} from '../icons/square-bottom-dashed-scissors';
|
|
3947
|
+
// SquareCenterlineDashedHorizontal aliases
|
|
3948
|
+
export { default as SquareCenterlineDashedHorizontalIcon } from '../icons/square-centerline-dashed-horizontal';
|
|
3949
|
+
export {
|
|
3950
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedHorizontal} instead. This alias will be removed in v1.0 */
|
|
3951
|
+
default as FlipHorizontalIcon
|
|
3952
|
+
} from '../icons/square-centerline-dashed-horizontal';
|
|
3953
|
+
// SquareCenterlineDashedVertical aliases
|
|
3954
|
+
export { default as SquareCenterlineDashedVerticalIcon } from '../icons/square-centerline-dashed-vertical';
|
|
3955
|
+
export {
|
|
3956
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. This alias will be removed in v1.0 */
|
|
3957
|
+
default as FlipVerticalIcon
|
|
3958
|
+
} from '../icons/square-centerline-dashed-vertical';
|
|
3939
3959
|
// SquareChartGantt aliases
|
|
3940
3960
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
3941
3961
|
export {
|
|
@@ -3946,42 +3966,48 @@ export {
|
|
|
3946
3966
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. This alias will be removed in v1.0 */
|
|
3947
3967
|
default as SquareGanttChartIcon
|
|
3948
3968
|
} from '../icons/square-chart-gantt';
|
|
3969
|
+
// SquareCheckBig aliases
|
|
3970
|
+
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3971
|
+
export {
|
|
3972
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. This alias will be removed in v1.0 */
|
|
3973
|
+
default as CheckSquareIcon
|
|
3974
|
+
} from '../icons/square-check-big';
|
|
3949
3975
|
// SquareCheck aliases
|
|
3950
3976
|
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3951
3977
|
export {
|
|
3952
3978
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. This alias will be removed in v1.0 */
|
|
3953
3979
|
default as CheckSquare2Icon
|
|
3954
3980
|
} from '../icons/square-check';
|
|
3955
|
-
//
|
|
3956
|
-
export { default as
|
|
3981
|
+
// SquareChevronLeft aliases
|
|
3982
|
+
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
3957
3983
|
export {
|
|
3958
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3959
|
-
default as
|
|
3960
|
-
} from '../icons/square-
|
|
3984
|
+
/** @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 */
|
|
3985
|
+
default as ChevronLeftSquareIcon
|
|
3986
|
+
} from '../icons/square-chevron-left';
|
|
3961
3987
|
// SquareChevronDown aliases
|
|
3962
3988
|
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3963
3989
|
export {
|
|
3964
3990
|
/** @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 */
|
|
3965
3991
|
default as ChevronDownSquareIcon
|
|
3966
3992
|
} from '../icons/square-chevron-down';
|
|
3967
|
-
//
|
|
3968
|
-
export { default as
|
|
3993
|
+
// SquareChevronRight aliases
|
|
3994
|
+
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
3969
3995
|
export {
|
|
3970
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3971
|
-
default as
|
|
3972
|
-
} from '../icons/square-chevron-
|
|
3996
|
+
/** @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 */
|
|
3997
|
+
default as ChevronRightSquareIcon
|
|
3998
|
+
} from '../icons/square-chevron-right';
|
|
3973
3999
|
// SquareChevronUp aliases
|
|
3974
4000
|
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
3975
4001
|
export {
|
|
3976
4002
|
/** @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 */
|
|
3977
4003
|
default as ChevronUpSquareIcon
|
|
3978
4004
|
} from '../icons/square-chevron-up';
|
|
3979
|
-
//
|
|
3980
|
-
export { default as
|
|
4005
|
+
// SquareDashedKanban aliases
|
|
4006
|
+
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
3981
4007
|
export {
|
|
3982
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3983
|
-
default as
|
|
3984
|
-
} from '../icons/square-
|
|
4008
|
+
/** @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 */
|
|
4009
|
+
default as KanbanSquareDashedIcon
|
|
4010
|
+
} from '../icons/square-dashed-kanban';
|
|
3985
4011
|
// SquareCode aliases
|
|
3986
4012
|
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
3987
4013
|
export {
|
|
@@ -3994,42 +4020,36 @@ export {
|
|
|
3994
4020
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. This alias will be removed in v1.0 */
|
|
3995
4021
|
default as MousePointerSquareDashedIcon
|
|
3996
4022
|
} from '../icons/square-dashed-mouse-pointer';
|
|
3997
|
-
//
|
|
3998
|
-
export { default as
|
|
4023
|
+
// SquareDivide aliases
|
|
4024
|
+
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
3999
4025
|
export {
|
|
4000
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4001
|
-
default as
|
|
4002
|
-
} from '../icons/square-
|
|
4026
|
+
/** @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 */
|
|
4027
|
+
default as DivideSquareIcon
|
|
4028
|
+
} from '../icons/square-divide';
|
|
4003
4029
|
// SquareDashed aliases
|
|
4004
4030
|
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
4005
4031
|
export {
|
|
4006
4032
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. This alias will be removed in v1.0 */
|
|
4007
4033
|
default as BoxSelectIcon
|
|
4008
4034
|
} from '../icons/square-dashed';
|
|
4009
|
-
// SquareDivide aliases
|
|
4010
|
-
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
4011
|
-
export {
|
|
4012
|
-
/** @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 */
|
|
4013
|
-
default as DivideSquareIcon
|
|
4014
|
-
} from '../icons/square-divide';
|
|
4015
4035
|
// SquareDot aliases
|
|
4016
4036
|
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
4017
4037
|
export {
|
|
4018
4038
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. This alias will be removed in v1.0 */
|
|
4019
4039
|
default as DotSquareIcon
|
|
4020
4040
|
} from '../icons/square-dot';
|
|
4021
|
-
// SquareFunction aliases
|
|
4022
|
-
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
4023
|
-
export {
|
|
4024
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. This alias will be removed in v1.0 */
|
|
4025
|
-
default as FunctionSquareIcon
|
|
4026
|
-
} from '../icons/square-function';
|
|
4027
4041
|
// SquareEqual aliases
|
|
4028
4042
|
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
4029
4043
|
export {
|
|
4030
4044
|
/** @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 */
|
|
4031
4045
|
default as EqualSquareIcon
|
|
4032
4046
|
} from '../icons/square-equal';
|
|
4047
|
+
// SquareFunction aliases
|
|
4048
|
+
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
4049
|
+
export {
|
|
4050
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. This alias will be removed in v1.0 */
|
|
4051
|
+
default as FunctionSquareIcon
|
|
4052
|
+
} from '../icons/square-function';
|
|
4033
4053
|
// SquareKanban aliases
|
|
4034
4054
|
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
4035
4055
|
export {
|
|
@@ -4048,18 +4068,18 @@ export {
|
|
|
4048
4068
|
/** @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 */
|
|
4049
4069
|
default as MSquareIcon
|
|
4050
4070
|
} from '../icons/square-m';
|
|
4051
|
-
// SquareMenu aliases
|
|
4052
|
-
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
4053
|
-
export {
|
|
4054
|
-
/** @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 */
|
|
4055
|
-
default as MenuSquareIcon
|
|
4056
|
-
} from '../icons/square-menu';
|
|
4057
4071
|
// SquareMinus aliases
|
|
4058
4072
|
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
4059
4073
|
export {
|
|
4060
4074
|
/** @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 */
|
|
4061
4075
|
default as MinusSquareIcon
|
|
4062
4076
|
} from '../icons/square-minus';
|
|
4077
|
+
// SquareMenu aliases
|
|
4078
|
+
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
4079
|
+
export {
|
|
4080
|
+
/** @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 */
|
|
4081
|
+
default as MenuSquareIcon
|
|
4082
|
+
} from '../icons/square-menu';
|
|
4063
4083
|
// SquareParkingOff aliases
|
|
4064
4084
|
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
4065
4085
|
export {
|
|
@@ -4128,30 +4148,30 @@ export {
|
|
|
4128
4148
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. This alias will be removed in v1.0 */
|
|
4129
4149
|
default as PowerSquareIcon
|
|
4130
4150
|
} from '../icons/square-power';
|
|
4131
|
-
// SquareScissors aliases
|
|
4132
|
-
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4133
|
-
export {
|
|
4134
|
-
/** @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 */
|
|
4135
|
-
default as ScissorsSquareIcon
|
|
4136
|
-
} from '../icons/square-scissors';
|
|
4137
4151
|
// SquareSigma aliases
|
|
4138
4152
|
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4139
4153
|
export {
|
|
4140
4154
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. This alias will be removed in v1.0 */
|
|
4141
4155
|
default as SigmaSquareIcon
|
|
4142
4156
|
} from '../icons/square-sigma';
|
|
4143
|
-
// SquareSlash aliases
|
|
4144
|
-
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
4145
|
-
export {
|
|
4146
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. This alias will be removed in v1.0 */
|
|
4147
|
-
default as SlashSquareIcon
|
|
4148
|
-
} from '../icons/square-slash';
|
|
4149
4157
|
// SquareSplitHorizontal aliases
|
|
4150
4158
|
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
4151
4159
|
export {
|
|
4152
4160
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. This alias will be removed in v1.0 */
|
|
4153
4161
|
default as SplitSquareHorizontalIcon
|
|
4154
4162
|
} from '../icons/square-split-horizontal';
|
|
4163
|
+
// SquareScissors aliases
|
|
4164
|
+
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4165
|
+
export {
|
|
4166
|
+
/** @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 */
|
|
4167
|
+
default as ScissorsSquareIcon
|
|
4168
|
+
} from '../icons/square-scissors';
|
|
4169
|
+
// SquareSlash aliases
|
|
4170
|
+
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
4171
|
+
export {
|
|
4172
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. This alias will be removed in v1.0 */
|
|
4173
|
+
default as SlashSquareIcon
|
|
4174
|
+
} from '../icons/square-slash';
|
|
4155
4175
|
// SquareSplitVertical aliases
|
|
4156
4176
|
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
4157
4177
|
export {
|
|
@@ -4176,18 +4196,18 @@ export {
|
|
|
4176
4196
|
/** @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 */
|
|
4177
4197
|
default as UserSquareIcon
|
|
4178
4198
|
} from '../icons/square-user';
|
|
4179
|
-
// SquareX aliases
|
|
4180
|
-
export { default as SquareXIcon } from '../icons/square-x';
|
|
4181
|
-
export {
|
|
4182
|
-
/** @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 */
|
|
4183
|
-
default as XSquareIcon
|
|
4184
|
-
} from '../icons/square-x';
|
|
4185
4199
|
// TestTubeDiagonal aliases
|
|
4186
4200
|
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
4187
4201
|
export {
|
|
4188
4202
|
/** @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 */
|
|
4189
4203
|
default as TestTube2Icon
|
|
4190
4204
|
} from '../icons/test-tube-diagonal';
|
|
4205
|
+
// SquareX aliases
|
|
4206
|
+
export { default as SquareXIcon } from '../icons/square-x';
|
|
4207
|
+
export {
|
|
4208
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. This alias will be removed in v1.0 */
|
|
4209
|
+
default as XSquareIcon
|
|
4210
|
+
} from '../icons/square-x';
|
|
4191
4211
|
// TextAlignCenter aliases
|
|
4192
4212
|
export { default as TextAlignCenterIcon } from '../icons/text-align-center';
|
|
4193
4213
|
export {
|
|
@@ -4234,30 +4254,30 @@ export {
|
|
|
4234
4254
|
/** @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 */
|
|
4235
4255
|
default as WrapTextIcon
|
|
4236
4256
|
} from '../icons/text-wrap';
|
|
4237
|
-
// TreePalm aliases
|
|
4238
|
-
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4239
|
-
export {
|
|
4240
|
-
/** @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 */
|
|
4241
|
-
default as PalmtreeIcon
|
|
4242
|
-
} from '../icons/tree-palm';
|
|
4243
4257
|
// TramFront aliases
|
|
4244
4258
|
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4245
4259
|
export {
|
|
4246
4260
|
/** @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 */
|
|
4247
4261
|
default as TrainIcon
|
|
4248
4262
|
} from '../icons/tram-front';
|
|
4249
|
-
//
|
|
4250
|
-
export { default as
|
|
4263
|
+
// TreePalm aliases
|
|
4264
|
+
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4251
4265
|
export {
|
|
4252
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4253
|
-
default as
|
|
4254
|
-
} from '../icons/
|
|
4266
|
+
/** @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 */
|
|
4267
|
+
default as PalmtreeIcon
|
|
4268
|
+
} from '../icons/tree-palm';
|
|
4255
4269
|
// University aliases
|
|
4256
4270
|
export { default as UniversityIcon } from '../icons/university';
|
|
4257
4271
|
export {
|
|
4258
4272
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
|
|
4259
4273
|
default as School2Icon
|
|
4260
4274
|
} from '../icons/university';
|
|
4275
|
+
// TvMinimal aliases
|
|
4276
|
+
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4277
|
+
export {
|
|
4278
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. This alias will be removed in v1.0 */
|
|
4279
|
+
default as Tv2Icon
|
|
4280
|
+
} from '../icons/tv-minimal';
|
|
4261
4281
|
// TriangleAlert aliases
|
|
4262
4282
|
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4263
4283
|
export {
|
|
@@ -4270,18 +4290,18 @@ export {
|
|
|
4270
4290
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. This alias will be removed in v1.0 */
|
|
4271
4291
|
default as UserCheck2Icon
|
|
4272
4292
|
} from '../icons/user-round-check';
|
|
4273
|
-
// UserRoundMinus aliases
|
|
4274
|
-
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
4275
|
-
export {
|
|
4276
|
-
/** @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 */
|
|
4277
|
-
default as UserMinus2Icon
|
|
4278
|
-
} from '../icons/user-round-minus';
|
|
4279
4293
|
// UserRoundCog aliases
|
|
4280
4294
|
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
4281
4295
|
export {
|
|
4282
4296
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. This alias will be removed in v1.0 */
|
|
4283
4297
|
default as UserCog2Icon
|
|
4284
4298
|
} from '../icons/user-round-cog';
|
|
4299
|
+
// UserRoundMinus aliases
|
|
4300
|
+
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
4301
|
+
export {
|
|
4302
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. This alias will be removed in v1.0 */
|
|
4303
|
+
default as UserMinus2Icon
|
|
4304
|
+
} from '../icons/user-round-minus';
|
|
4285
4305
|
// UserRoundPlus aliases
|
|
4286
4306
|
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
4287
4307
|
export {
|
|
@@ -4294,40 +4314,40 @@ export {
|
|
|
4294
4314
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. This alias will be removed in v1.0 */
|
|
4295
4315
|
default as UserX2Icon
|
|
4296
4316
|
} from '../icons/user-round-x';
|
|
4317
|
+
// UserRound aliases
|
|
4318
|
+
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4319
|
+
export {
|
|
4320
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. This alias will be removed in v1.0 */
|
|
4321
|
+
default as User2Icon
|
|
4322
|
+
} from '../icons/user-round';
|
|
4297
4323
|
// UsersRound aliases
|
|
4298
4324
|
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4299
4325
|
export {
|
|
4300
4326
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. This alias will be removed in v1.0 */
|
|
4301
4327
|
default as Users2Icon
|
|
4302
4328
|
} from '../icons/users-round';
|
|
4303
|
-
//
|
|
4304
|
-
export { default as
|
|
4329
|
+
// Utensils aliases
|
|
4330
|
+
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4305
4331
|
export {
|
|
4306
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4307
|
-
default as
|
|
4308
|
-
} from '../icons/
|
|
4332
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. This alias will be removed in v1.0 */
|
|
4333
|
+
default as ForkKnifeIcon
|
|
4334
|
+
} from '../icons/utensils';
|
|
4309
4335
|
// UtensilsCrossed aliases
|
|
4310
4336
|
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4311
4337
|
export {
|
|
4312
4338
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. This alias will be removed in v1.0 */
|
|
4313
4339
|
default as ForkKnifeCrossedIcon
|
|
4314
4340
|
} from '../icons/utensils-crossed';
|
|
4315
|
-
// WalletMinimal aliases
|
|
4316
|
-
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4317
|
-
export {
|
|
4318
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. This alias will be removed in v1.0 */
|
|
4319
|
-
default as Wallet2Icon
|
|
4320
|
-
} from '../icons/wallet-minimal';
|
|
4321
4341
|
// WandSparkles aliases
|
|
4322
4342
|
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
4323
4343
|
export {
|
|
4324
4344
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. This alias will be removed in v1.0 */
|
|
4325
4345
|
default as Wand2Icon
|
|
4326
4346
|
} from '../icons/wand-sparkles';
|
|
4327
|
-
//
|
|
4328
|
-
export { default as
|
|
4347
|
+
// WalletMinimal aliases
|
|
4348
|
+
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4329
4349
|
export {
|
|
4330
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4331
|
-
default as
|
|
4332
|
-
} from '../icons/
|
|
4350
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. This alias will be removed in v1.0 */
|
|
4351
|
+
default as Wallet2Icon
|
|
4352
|
+
} from '../icons/wallet-minimal';
|
|
4333
4353
|
|