@lucide/astro 1.7.0 → 1.9.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/README.md +6 -1
- package/package.json +2 -2
- package/src/aliases/aliases.ts +134 -128
- package/src/aliases/prefixed.ts +780 -772
- package/src/aliases/suffixed.ts +1091 -1083
- package/src/icons/bookmark-off.ts +18 -0
- package/src/icons/index.ts +209 -207
- package/src/icons/radio-off.ts +2 -2
- package/src/icons/{text-select.ts → square-dashed-text.ts} +4 -4
- package/src/icons/timeline.ts +18 -0
package/src/aliases/suffixed.ts
CHANGED
|
@@ -2,18 +2,18 @@
|
|
|
2
2
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
3
|
// AArrowUp aliases
|
|
4
4
|
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
5
|
-
// Accessibility aliases
|
|
6
|
-
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
7
|
-
// Activity aliases
|
|
8
|
-
export { default as ActivityIcon } from '../icons/activity';
|
|
9
5
|
// ALargeSmall aliases
|
|
10
6
|
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
7
|
+
// Activity aliases
|
|
8
|
+
export { default as ActivityIcon } from '../icons/activity';
|
|
9
|
+
// Accessibility aliases
|
|
10
|
+
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
11
11
|
// AirVent aliases
|
|
12
12
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
13
|
-
// Airplay aliases
|
|
14
|
-
export { default as AirplayIcon } from '../icons/airplay';
|
|
15
13
|
// AlarmClockOff aliases
|
|
16
14
|
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
15
|
+
// Airplay aliases
|
|
16
|
+
export { default as AirplayIcon } from '../icons/airplay';
|
|
17
17
|
// AlarmClock aliases
|
|
18
18
|
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
19
19
|
// AlarmSmoke aliases
|
|
@@ -26,54 +26,54 @@ export { default as AlbumIcon } from '../icons/album';
|
|
|
26
26
|
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
27
27
|
// AlignEndHorizontal aliases
|
|
28
28
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
29
|
-
// AlignHorizontalDistributeCenter aliases
|
|
30
|
-
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
31
|
-
// AlignHorizontalDistributeEnd aliases
|
|
32
|
-
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
33
29
|
// AlignEndVertical aliases
|
|
34
30
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
31
|
+
// AlignHorizontalDistributeCenter aliases
|
|
32
|
+
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
35
33
|
// AlignHorizontalDistributeStart aliases
|
|
36
34
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
37
|
-
//
|
|
38
|
-
export { default as
|
|
35
|
+
// AlignHorizontalDistributeEnd aliases
|
|
36
|
+
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
39
37
|
// AlignHorizontalJustifyCenter aliases
|
|
40
38
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
41
|
-
//
|
|
42
|
-
export { default as
|
|
39
|
+
// AlignHorizontalJustifyEnd aliases
|
|
40
|
+
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
43
41
|
// AlignHorizontalJustifyStart aliases
|
|
44
42
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
45
43
|
// AlignHorizontalSpaceBetween aliases
|
|
46
44
|
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
45
|
+
// AlignHorizontalSpaceAround aliases
|
|
46
|
+
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
47
47
|
// AlignStartHorizontal aliases
|
|
48
48
|
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
49
|
-
// AlignStartVertical aliases
|
|
50
|
-
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
51
49
|
// AlignVerticalDistributeCenter aliases
|
|
52
50
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
51
|
+
// AlignStartVertical aliases
|
|
52
|
+
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
53
53
|
// AlignVerticalDistributeEnd aliases
|
|
54
54
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
55
|
-
// AlignVerticalJustifyCenter aliases
|
|
56
|
-
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
57
55
|
// AlignVerticalDistributeStart aliases
|
|
58
56
|
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
57
|
+
// AlignVerticalJustifyCenter aliases
|
|
58
|
+
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
59
59
|
// AlignVerticalJustifyEnd aliases
|
|
60
60
|
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
61
|
-
// AlignVerticalSpaceAround aliases
|
|
62
|
-
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
63
61
|
// AlignVerticalJustifyStart aliases
|
|
64
62
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
65
|
-
//
|
|
66
|
-
export { default as
|
|
63
|
+
// AlignVerticalSpaceAround aliases
|
|
64
|
+
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
67
65
|
// Ambulance aliases
|
|
68
66
|
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
67
|
+
// AlignVerticalSpaceBetween aliases
|
|
68
|
+
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
69
69
|
// Ampersand aliases
|
|
70
70
|
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
71
71
|
// Ampersands aliases
|
|
72
72
|
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
73
|
-
// Amphora aliases
|
|
74
|
-
export { default as AmphoraIcon } from '../icons/amphora';
|
|
75
73
|
// Anchor aliases
|
|
76
74
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
75
|
+
// Amphora aliases
|
|
76
|
+
export { default as AmphoraIcon } from '../icons/amphora';
|
|
77
77
|
// Angry aliases
|
|
78
78
|
export { default as AngryIcon } from '../icons/angry';
|
|
79
79
|
// Annoyed aliases
|
|
@@ -86,14 +86,14 @@ export { default as AnvilIcon } from '../icons/anvil';
|
|
|
86
86
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
87
87
|
// AppWindowMac aliases
|
|
88
88
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
89
|
-
// Apple aliases
|
|
90
|
-
export { default as AppleIcon } from '../icons/apple';
|
|
91
|
-
// ArchiveRestore aliases
|
|
92
|
-
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
93
89
|
// AppWindow aliases
|
|
94
90
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
91
|
+
// ArchiveRestore aliases
|
|
92
|
+
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
95
93
|
// ArchiveX aliases
|
|
96
94
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
95
|
+
// Apple aliases
|
|
96
|
+
export { default as AppleIcon } from '../icons/apple';
|
|
97
97
|
// Archive aliases
|
|
98
98
|
export { default as ArchiveIcon } from '../icons/archive';
|
|
99
99
|
// Armchair aliases
|
|
@@ -104,74 +104,74 @@ export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
|
104
104
|
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
105
105
|
// ArrowBigLeftDash aliases
|
|
106
106
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
107
|
-
// ArrowBigRightDash aliases
|
|
108
|
-
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
109
107
|
// ArrowBigLeft aliases
|
|
110
108
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
111
|
-
//
|
|
112
|
-
export { default as
|
|
109
|
+
// ArrowBigRightDash aliases
|
|
110
|
+
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
113
111
|
// ArrowBigRight aliases
|
|
114
112
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
113
|
+
// ArrowBigUpDash aliases
|
|
114
|
+
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
115
115
|
// ArrowBigUp aliases
|
|
116
116
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
117
|
-
// ArrowDownFromLine aliases
|
|
118
|
-
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
119
117
|
// ArrowDownLeft aliases
|
|
120
118
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
119
|
+
// ArrowDownFromLine aliases
|
|
120
|
+
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
121
121
|
// ArrowDownNarrowWide aliases
|
|
122
122
|
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
123
|
-
// ArrowDownRight aliases
|
|
124
|
-
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
125
123
|
// ArrowDownToDot aliases
|
|
126
124
|
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
125
|
+
// ArrowDownRight aliases
|
|
126
|
+
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
127
127
|
// ArrowDownToLine aliases
|
|
128
128
|
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
129
|
-
// ArrowDown aliases
|
|
130
|
-
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
131
129
|
// ArrowDownUp aliases
|
|
132
130
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
133
|
-
//
|
|
134
|
-
export { default as
|
|
131
|
+
// ArrowDown aliases
|
|
132
|
+
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
135
133
|
// ArrowLeftFromLine aliases
|
|
136
134
|
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';
|
|
137
|
+
// ArrowLeftRight aliases
|
|
138
|
+
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
139
139
|
// ArrowLeft aliases
|
|
140
140
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
141
141
|
// ArrowRightLeft aliases
|
|
142
142
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
143
|
-
// ArrowRightToLine aliases
|
|
144
|
-
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
145
143
|
// ArrowRightFromLine aliases
|
|
146
144
|
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
145
|
+
// ArrowRightToLine aliases
|
|
146
|
+
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
147
147
|
// ArrowRight aliases
|
|
148
148
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
149
149
|
// ArrowUpDown aliases
|
|
150
150
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
151
|
-
// ArrowUpFromDot aliases
|
|
152
|
-
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
153
151
|
// ArrowUpFromLine aliases
|
|
154
152
|
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
153
|
+
// ArrowUpFromDot aliases
|
|
154
|
+
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
155
155
|
// ArrowUpLeft aliases
|
|
156
156
|
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
157
157
|
// ArrowUpRight aliases
|
|
158
158
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
159
159
|
// ArrowUpToLine aliases
|
|
160
160
|
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
161
|
-
// ArrowUp aliases
|
|
162
|
-
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
163
161
|
// ArrowUpWideNarrow aliases
|
|
164
162
|
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
165
163
|
// ArrowsUpFromLine aliases
|
|
166
164
|
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
167
|
-
//
|
|
168
|
-
export { default as
|
|
165
|
+
// ArrowUp aliases
|
|
166
|
+
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
169
167
|
// AtSign aliases
|
|
170
168
|
export { default as AtSignIcon } from '../icons/at-sign';
|
|
171
|
-
//
|
|
172
|
-
export { default as
|
|
169
|
+
// Asterisk aliases
|
|
170
|
+
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
173
171
|
// AudioLines aliases
|
|
174
172
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
173
|
+
// Atom aliases
|
|
174
|
+
export { default as AtomIcon } from '../icons/atom';
|
|
175
175
|
// AudioWaveform aliases
|
|
176
176
|
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
177
177
|
// Award aliases
|
|
@@ -192,46 +192,46 @@ export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
|
192
192
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
193
193
|
// BadgeIndianRupee aliases
|
|
194
194
|
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
195
|
-
// BadgeInfo aliases
|
|
196
|
-
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
197
195
|
// BadgeJapaneseYen aliases
|
|
198
196
|
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
199
|
-
//
|
|
200
|
-
export { default as
|
|
201
|
-
// BadgePlus aliases
|
|
202
|
-
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
197
|
+
// BadgeInfo aliases
|
|
198
|
+
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
203
199
|
// BadgeMinus aliases
|
|
204
200
|
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
205
|
-
//
|
|
206
|
-
export { default as
|
|
201
|
+
// BadgePlus aliases
|
|
202
|
+
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
203
|
+
// BadgePercent aliases
|
|
204
|
+
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
207
205
|
// BadgePoundSterling aliases
|
|
208
206
|
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
207
|
+
// BadgeRussianRuble aliases
|
|
208
|
+
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
209
209
|
// BadgeSwissFranc aliases
|
|
210
210
|
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
211
|
+
// BadgeX aliases
|
|
212
|
+
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
211
213
|
// BadgeTurkishLira aliases
|
|
212
214
|
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
213
215
|
// Badge aliases
|
|
214
216
|
export { default as BadgeIcon } from '../icons/badge';
|
|
215
|
-
//
|
|
216
|
-
export { default as
|
|
217
|
+
// Balloon aliases
|
|
218
|
+
export { default as BalloonIcon } from '../icons/balloon';
|
|
217
219
|
// BaggageClaim aliases
|
|
218
220
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
221
|
+
// Bandage aliases
|
|
222
|
+
export { default as BandageIcon } from '../icons/bandage';
|
|
219
223
|
// Ban aliases
|
|
220
224
|
export { default as BanIcon } from '../icons/ban';
|
|
221
|
-
// Balloon aliases
|
|
222
|
-
export { default as BalloonIcon } from '../icons/balloon';
|
|
223
225
|
// Banana aliases
|
|
224
226
|
export { default as BananaIcon } from '../icons/banana';
|
|
225
|
-
// Bandage aliases
|
|
226
|
-
export { default as BandageIcon } from '../icons/bandage';
|
|
227
|
-
// BanknoteArrowDown aliases
|
|
228
|
-
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
229
227
|
// BanknoteArrowUp aliases
|
|
230
228
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
231
|
-
// BanknoteX aliases
|
|
232
|
-
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
233
229
|
// Banknote aliases
|
|
234
230
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
231
|
+
// BanknoteArrowDown aliases
|
|
232
|
+
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
233
|
+
// BanknoteX aliases
|
|
234
|
+
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
235
235
|
// Barcode aliases
|
|
236
236
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
237
237
|
// Barrel aliases
|
|
@@ -242,112 +242,112 @@ export { default as BaselineIcon } from '../icons/baseline';
|
|
|
242
242
|
export { default as BathIcon } from '../icons/bath';
|
|
243
243
|
// BatteryCharging aliases
|
|
244
244
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
245
|
-
// BatteryFull aliases
|
|
246
|
-
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
247
|
-
// BatteryMedium aliases
|
|
248
|
-
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
249
245
|
// BatteryLow aliases
|
|
250
246
|
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
251
|
-
//
|
|
252
|
-
export { default as
|
|
247
|
+
// BatteryMedium aliases
|
|
248
|
+
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
249
|
+
// BatteryFull aliases
|
|
250
|
+
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
253
251
|
// BatteryPlus aliases
|
|
254
252
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
255
|
-
//
|
|
256
|
-
export { default as
|
|
253
|
+
// BatteryWarning aliases
|
|
254
|
+
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
257
255
|
// Battery aliases
|
|
258
256
|
export { default as BatteryIcon } from '../icons/battery';
|
|
259
|
-
//
|
|
260
|
-
export { default as
|
|
257
|
+
// Beaker aliases
|
|
258
|
+
export { default as BeakerIcon } from '../icons/beaker';
|
|
261
259
|
// Bean aliases
|
|
262
260
|
export { default as BeanIcon } from '../icons/bean';
|
|
263
|
-
//
|
|
264
|
-
export { default as
|
|
261
|
+
// BeanOff aliases
|
|
262
|
+
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
265
263
|
// BedDouble aliases
|
|
266
264
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
267
|
-
//
|
|
268
|
-
export { default as
|
|
265
|
+
// BedSingle aliases
|
|
266
|
+
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
269
267
|
// Bed aliases
|
|
270
268
|
export { default as BedIcon } from '../icons/bed';
|
|
269
|
+
// BeefOff aliases
|
|
270
|
+
export { default as BeefOffIcon } from '../icons/beef-off';
|
|
271
271
|
// Beef aliases
|
|
272
272
|
export { default as BeefIcon } from '../icons/beef';
|
|
273
|
-
// Beer aliases
|
|
274
|
-
export { default as BeerIcon } from '../icons/beer';
|
|
275
|
-
// BellDot aliases
|
|
276
|
-
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
277
273
|
// BeerOff aliases
|
|
278
274
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
275
|
+
// BellDot aliases
|
|
276
|
+
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
279
277
|
// BellElectric aliases
|
|
280
278
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
281
|
-
//
|
|
282
|
-
export { default as
|
|
279
|
+
// Beer aliases
|
|
280
|
+
export { default as BeerIcon } from '../icons/beer';
|
|
283
281
|
// BellMinus aliases
|
|
284
282
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
285
283
|
// BellPlus aliases
|
|
286
284
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
287
|
-
//
|
|
288
|
-
export { default as
|
|
289
|
-
// BetweenVerticalEnd aliases
|
|
290
|
-
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
285
|
+
// BellOff aliases
|
|
286
|
+
export { default as BellOffIcon } from '../icons/bell-off';
|
|
291
287
|
// BellRing aliases
|
|
292
288
|
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
289
|
+
// Bell aliases
|
|
290
|
+
export { default as BellIcon } from '../icons/bell';
|
|
293
291
|
// BetweenVerticalStart aliases
|
|
294
292
|
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
293
|
+
// BetweenVerticalEnd aliases
|
|
294
|
+
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
295
|
+
// Binary aliases
|
|
296
|
+
export { default as BinaryIcon } from '../icons/binary';
|
|
295
297
|
// BicepsFlexed aliases
|
|
296
298
|
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
297
299
|
// Bike aliases
|
|
298
300
|
export { default as BikeIcon } from '../icons/bike';
|
|
299
|
-
// Binary aliases
|
|
300
|
-
export { default as BinaryIcon } from '../icons/binary';
|
|
301
301
|
// Binoculars aliases
|
|
302
302
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
303
|
-
// Bird aliases
|
|
304
|
-
export { default as BirdIcon } from '../icons/bird';
|
|
305
303
|
// Biohazard aliases
|
|
306
304
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
307
|
-
//
|
|
308
|
-
export { default as
|
|
309
|
-
// Blend aliases
|
|
310
|
-
export { default as BlendIcon } from '../icons/blend';
|
|
305
|
+
// Bird aliases
|
|
306
|
+
export { default as BirdIcon } from '../icons/bird';
|
|
311
307
|
// Bitcoin aliases
|
|
312
308
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
309
|
+
// Blend aliases
|
|
310
|
+
export { default as BlendIcon } from '../icons/blend';
|
|
311
|
+
// Birdhouse aliases
|
|
312
|
+
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
313
313
|
// Blinds aliases
|
|
314
314
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
315
|
-
// BluetoothConnected aliases
|
|
316
|
-
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
317
315
|
// Blocks aliases
|
|
318
316
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
319
|
-
//
|
|
320
|
-
export { default as
|
|
317
|
+
// BluetoothConnected aliases
|
|
318
|
+
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
321
319
|
// BluetoothSearching aliases
|
|
322
320
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
321
|
+
// BluetoothOff aliases
|
|
322
|
+
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
323
323
|
// Bluetooth aliases
|
|
324
324
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
325
|
-
// Bomb aliases
|
|
326
|
-
export { default as BombIcon } from '../icons/bomb';
|
|
327
325
|
// Bold aliases
|
|
328
326
|
export { default as BoldIcon } from '../icons/bold';
|
|
329
327
|
// Bolt aliases
|
|
330
328
|
export { default as BoltIcon } from '../icons/bolt';
|
|
331
|
-
//
|
|
332
|
-
export { default as
|
|
329
|
+
// Bomb aliases
|
|
330
|
+
export { default as BombIcon } from '../icons/bomb';
|
|
333
331
|
// Bone aliases
|
|
334
332
|
export { default as BoneIcon } from '../icons/bone';
|
|
335
333
|
// BookAlert aliases
|
|
336
334
|
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
335
|
+
// BookA aliases
|
|
336
|
+
export { default as BookAIcon } from '../icons/book-a';
|
|
337
337
|
// BookAudio aliases
|
|
338
338
|
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
339
339
|
// BookCheck aliases
|
|
340
340
|
export { default as BookCheckIcon } from '../icons/book-check';
|
|
341
|
+
// BookHeadphones aliases
|
|
342
|
+
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
341
343
|
// BookDown aliases
|
|
342
344
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
343
345
|
// BookCopy aliases
|
|
344
346
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
345
|
-
// BookHeadphones aliases
|
|
346
|
-
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
347
|
-
// BookImage aliases
|
|
348
|
-
export { default as BookImageIcon } from '../icons/book-image';
|
|
349
347
|
// BookHeart aliases
|
|
350
348
|
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
349
|
+
// BookImage aliases
|
|
350
|
+
export { default as BookImageIcon } from '../icons/book-image';
|
|
351
351
|
// BookKey aliases
|
|
352
352
|
export { default as BookKeyIcon } from '../icons/book-key';
|
|
353
353
|
// BookLock aliases
|
|
@@ -356,12 +356,12 @@ export { default as BookLockIcon } from '../icons/book-lock';
|
|
|
356
356
|
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
357
357
|
// BookMinus aliases
|
|
358
358
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
359
|
-
// BookOpenText aliases
|
|
360
|
-
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
361
359
|
// BookOpenCheck aliases
|
|
362
360
|
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
363
361
|
// BookOpen aliases
|
|
364
362
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
363
|
+
// BookOpenText aliases
|
|
364
|
+
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
365
365
|
// BookPlus aliases
|
|
366
366
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
367
367
|
// BookSearch aliases
|
|
@@ -376,28 +376,30 @@ export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
|
376
376
|
export { default as BookUpIcon } from '../icons/book-up';
|
|
377
377
|
// BookX aliases
|
|
378
378
|
export { default as BookXIcon } from '../icons/book-x';
|
|
379
|
-
// Book aliases
|
|
380
|
-
export { default as BookIcon } from '../icons/book';
|
|
381
379
|
// BookUser aliases
|
|
382
380
|
export { default as BookUserIcon } from '../icons/book-user';
|
|
381
|
+
// Book aliases
|
|
382
|
+
export { default as BookIcon } from '../icons/book';
|
|
383
383
|
// BookmarkMinus aliases
|
|
384
384
|
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
385
385
|
// BookmarkCheck aliases
|
|
386
386
|
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
387
|
+
// BookmarkOff aliases
|
|
388
|
+
export { default as BookmarkOffIcon } from '../icons/bookmark-off';
|
|
387
389
|
// BookmarkPlus aliases
|
|
388
390
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
389
|
-
// BookmarkX aliases
|
|
390
|
-
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
391
391
|
// Bookmark aliases
|
|
392
392
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
393
393
|
// BoomBox aliases
|
|
394
394
|
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
395
395
|
// BotMessageSquare aliases
|
|
396
396
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
397
|
-
//
|
|
398
|
-
export { default as
|
|
397
|
+
// BookmarkX aliases
|
|
398
|
+
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
399
399
|
// BotOff aliases
|
|
400
400
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
401
|
+
// Bot aliases
|
|
402
|
+
export { default as BotIcon } from '../icons/bot';
|
|
401
403
|
// BottleWine aliases
|
|
402
404
|
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
403
405
|
// BowArrow aliases
|
|
@@ -414,90 +416,90 @@ export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
|
414
416
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
415
417
|
// Brain aliases
|
|
416
418
|
export { default as BrainIcon } from '../icons/brain';
|
|
417
|
-
// BrickWallFire aliases
|
|
418
|
-
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
419
419
|
// BrickWallShield aliases
|
|
420
420
|
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
421
|
-
//
|
|
422
|
-
export { default as
|
|
421
|
+
// BrickWallFire aliases
|
|
422
|
+
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
423
423
|
// BriefcaseBusiness aliases
|
|
424
424
|
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
425
425
|
// BriefcaseConveyorBelt aliases
|
|
426
426
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
427
|
-
//
|
|
428
|
-
export { default as
|
|
427
|
+
// BrickWall aliases
|
|
428
|
+
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
429
429
|
// Briefcase aliases
|
|
430
430
|
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
431
|
-
// BrushCleaning aliases
|
|
432
|
-
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
433
431
|
// BringToFront aliases
|
|
434
432
|
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
433
|
+
// BriefcaseMedical aliases
|
|
434
|
+
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
435
|
+
// BrushCleaning aliases
|
|
436
|
+
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
435
437
|
// Brush aliases
|
|
436
438
|
export { default as BrushIcon } from '../icons/brush';
|
|
437
439
|
// Bubbles aliases
|
|
438
440
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
439
|
-
// BugPlay aliases
|
|
440
|
-
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
441
441
|
// BugOff aliases
|
|
442
442
|
export { default as BugOffIcon } from '../icons/bug-off';
|
|
443
|
+
// BugPlay aliases
|
|
444
|
+
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
445
|
+
// Building2 aliases
|
|
446
|
+
export { default as Building2Icon } from '../icons/building-2';
|
|
443
447
|
// Bug aliases
|
|
444
448
|
export { default as BugIcon } from '../icons/bug';
|
|
445
449
|
// Building aliases
|
|
446
450
|
export { default as BuildingIcon } from '../icons/building';
|
|
447
|
-
// Building2 aliases
|
|
448
|
-
export { default as Building2Icon } from '../icons/building-2';
|
|
449
|
-
// Bus aliases
|
|
450
|
-
export { default as BusIcon } from '../icons/bus';
|
|
451
451
|
// BusFront aliases
|
|
452
452
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
453
|
-
//
|
|
454
|
-
export { default as
|
|
453
|
+
// Bus aliases
|
|
454
|
+
export { default as BusIcon } from '../icons/bus';
|
|
455
455
|
// Cable aliases
|
|
456
456
|
export { default as CableIcon } from '../icons/cable';
|
|
457
|
+
// CableCar aliases
|
|
458
|
+
export { default as CableCarIcon } from '../icons/cable-car';
|
|
457
459
|
// CakeSlice aliases
|
|
458
460
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
459
|
-
// Cake aliases
|
|
460
|
-
export { default as CakeIcon } from '../icons/cake';
|
|
461
461
|
// Calendar1 aliases
|
|
462
462
|
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
463
|
+
// Cake aliases
|
|
464
|
+
export { default as CakeIcon } from '../icons/cake';
|
|
463
465
|
// Calculator aliases
|
|
464
466
|
export { default as CalculatorIcon } from '../icons/calculator';
|
|
465
467
|
// CalendarArrowDown aliases
|
|
466
468
|
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
467
|
-
// CalendarArrowUp aliases
|
|
468
|
-
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
469
|
-
// CalendarClock aliases
|
|
470
|
-
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
471
469
|
// CalendarCheck2 aliases
|
|
472
470
|
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
471
|
+
// CalendarClock aliases
|
|
472
|
+
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
473
|
+
// CalendarArrowUp aliases
|
|
474
|
+
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
473
475
|
// CalendarCheck aliases
|
|
474
476
|
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
475
477
|
// CalendarCog aliases
|
|
476
478
|
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
479
|
+
// CalendarDays aliases
|
|
480
|
+
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
477
481
|
// CalendarHeart aliases
|
|
478
482
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
479
483
|
// CalendarFold aliases
|
|
480
484
|
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
481
|
-
// CalendarDays aliases
|
|
482
|
-
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
483
485
|
// CalendarMinus2 aliases
|
|
484
486
|
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
485
|
-
// CalendarPlus2 aliases
|
|
486
|
-
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
487
487
|
// CalendarMinus aliases
|
|
488
488
|
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
489
489
|
// CalendarOff aliases
|
|
490
490
|
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
491
|
-
//
|
|
492
|
-
export { default as
|
|
491
|
+
// CalendarPlus2 aliases
|
|
492
|
+
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
493
493
|
// CalendarRange aliases
|
|
494
494
|
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
495
|
+
// CalendarPlus aliases
|
|
496
|
+
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
495
497
|
// CalendarSearch aliases
|
|
496
498
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
497
|
-
// CalendarX2 aliases
|
|
498
|
-
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
499
499
|
// CalendarSync aliases
|
|
500
500
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
501
|
+
// CalendarX2 aliases
|
|
502
|
+
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
501
503
|
// CalendarX aliases
|
|
502
504
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
503
505
|
// Calendar aliases
|
|
@@ -512,12 +514,12 @@ export { default as CameraIcon } from '../icons/camera';
|
|
|
512
514
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
513
515
|
// CandyOff aliases
|
|
514
516
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
517
|
+
// Candy aliases
|
|
518
|
+
export { default as CandyIcon } from '../icons/candy';
|
|
515
519
|
// CannabisOff aliases
|
|
516
520
|
export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
517
521
|
// Cannabis aliases
|
|
518
522
|
export { default as CannabisIcon } from '../icons/cannabis';
|
|
519
|
-
// Candy aliases
|
|
520
|
-
export { default as CandyIcon } from '../icons/candy';
|
|
521
523
|
// CaptionsOff aliases
|
|
522
524
|
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
523
525
|
// CarFront aliases
|
|
@@ -528,18 +530,18 @@ export { default as CarIcon } from '../icons/car';
|
|
|
528
530
|
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
529
531
|
// Caravan aliases
|
|
530
532
|
export { default as CaravanIcon } from '../icons/caravan';
|
|
531
|
-
// CardSim aliases
|
|
532
|
-
export { default as CardSimIcon } from '../icons/card-sim';
|
|
533
533
|
// Carrot aliases
|
|
534
534
|
export { default as CarrotIcon } from '../icons/carrot';
|
|
535
535
|
// CaseLower aliases
|
|
536
536
|
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
537
|
+
// CardSim aliases
|
|
538
|
+
export { default as CardSimIcon } from '../icons/card-sim';
|
|
539
|
+
// CaseUpper aliases
|
|
540
|
+
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
537
541
|
// CaseSensitive aliases
|
|
538
542
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
539
543
|
// CassetteTape aliases
|
|
540
544
|
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
541
|
-
// CaseUpper aliases
|
|
542
|
-
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
543
545
|
// Cast aliases
|
|
544
546
|
export { default as CastIcon } from '../icons/cast';
|
|
545
547
|
// Castle aliases
|
|
@@ -554,78 +556,78 @@ export { default as CctvIcon } from '../icons/cctv';
|
|
|
554
556
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
555
557
|
// ChartBarIncreasing aliases
|
|
556
558
|
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
557
|
-
// ChartBarStacked aliases
|
|
558
|
-
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
559
559
|
// ChartColumnDecreasing aliases
|
|
560
560
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
561
|
-
//
|
|
562
|
-
export { default as
|
|
561
|
+
// ChartBarStacked aliases
|
|
562
|
+
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
563
563
|
// ChartColumnStacked aliases
|
|
564
564
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
565
|
+
// ChartGantt aliases
|
|
566
|
+
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
565
567
|
// ChartNetwork aliases
|
|
566
568
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
567
569
|
// ChartNoAxesColumnDecreasing aliases
|
|
568
570
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
569
571
|
// ChartNoAxesCombined aliases
|
|
570
572
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
571
|
-
// ChartSpline aliases
|
|
572
|
-
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
573
573
|
// CheckCheck aliases
|
|
574
574
|
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
575
575
|
// CheckLine aliases
|
|
576
576
|
export { default as CheckLineIcon } from '../icons/check-line';
|
|
577
577
|
// Check aliases
|
|
578
578
|
export { default as CheckIcon } from '../icons/check';
|
|
579
|
+
// ChartSpline aliases
|
|
580
|
+
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
579
581
|
// ChefHat aliases
|
|
580
582
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
581
583
|
// Cherry aliases
|
|
582
584
|
export { default as CherryIcon } from '../icons/cherry';
|
|
583
|
-
// ChessKing aliases
|
|
584
|
-
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
585
585
|
// ChessBishop aliases
|
|
586
586
|
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
587
|
+
// ChessKing aliases
|
|
588
|
+
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
587
589
|
// ChessKnight aliases
|
|
588
590
|
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
589
591
|
// ChessPawn aliases
|
|
590
592
|
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
591
593
|
// ChessQueen aliases
|
|
592
594
|
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
595
|
+
// ChevronDown aliases
|
|
596
|
+
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
593
597
|
// ChessRook aliases
|
|
594
598
|
export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
595
|
-
// ChevronLeft aliases
|
|
596
|
-
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
597
599
|
// ChevronFirst aliases
|
|
598
600
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
599
|
-
// ChevronDown aliases
|
|
600
|
-
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
601
601
|
// ChevronLast aliases
|
|
602
602
|
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
603
|
+
// ChevronLeft aliases
|
|
604
|
+
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
603
605
|
// ChevronRight aliases
|
|
604
606
|
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
607
|
+
// ChevronsDownUp aliases
|
|
608
|
+
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
605
609
|
// ChevronUp aliases
|
|
606
610
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
607
611
|
// ChevronsDown aliases
|
|
608
612
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
609
|
-
// ChevronsDownUp aliases
|
|
610
|
-
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
611
613
|
// ChevronsLeftRightEllipsis aliases
|
|
612
614
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
613
615
|
// ChevronsLeftRight aliases
|
|
614
616
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
615
|
-
// ChevronsRightLeft aliases
|
|
616
|
-
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
617
617
|
// ChevronsLeft aliases
|
|
618
618
|
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
619
619
|
// ChevronsRight aliases
|
|
620
620
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
621
|
+
// ChevronsRightLeft aliases
|
|
622
|
+
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
621
623
|
// ChevronsUpDown aliases
|
|
622
624
|
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
625
|
+
// ChevronsUp aliases
|
|
626
|
+
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
623
627
|
// Church aliases
|
|
624
628
|
export { default as ChurchIcon } from '../icons/church';
|
|
625
629
|
// CigaretteOff aliases
|
|
626
630
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
627
|
-
// ChevronsUp aliases
|
|
628
|
-
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
629
631
|
// Cigarette aliases
|
|
630
632
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
631
633
|
// CircleDashed aliases
|
|
@@ -636,10 +638,10 @@ export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
|
636
638
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
637
639
|
// CircleDot aliases
|
|
638
640
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
639
|
-
// CircleEllipsis aliases
|
|
640
|
-
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
641
641
|
// CircleEqual aliases
|
|
642
642
|
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
643
|
+
// CircleEllipsis aliases
|
|
644
|
+
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
643
645
|
// CircleFadingArrowUp aliases
|
|
644
646
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
645
647
|
// CircleFadingPlus aliases
|
|
@@ -650,26 +652,26 @@ export { default as CircleOffIcon } from '../icons/circle-off';
|
|
|
650
652
|
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
651
653
|
// CirclePoundSterling aliases
|
|
652
654
|
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
653
|
-
// CircleSlash aliases
|
|
654
|
-
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
655
|
-
// CircleStar aliases
|
|
656
|
-
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
657
655
|
// CircleSmall aliases
|
|
658
656
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
657
|
+
// CircleSlash aliases
|
|
658
|
+
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
659
659
|
// Circle aliases
|
|
660
660
|
export { default as CircleIcon } from '../icons/circle';
|
|
661
|
+
// CircleStar aliases
|
|
662
|
+
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
661
663
|
// CircuitBoard aliases
|
|
662
664
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
663
665
|
// Citrus aliases
|
|
664
666
|
export { default as CitrusIcon } from '../icons/citrus';
|
|
665
|
-
// ClipboardClock aliases
|
|
666
|
-
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
667
|
-
// ClipboardCheck aliases
|
|
668
|
-
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
669
667
|
// Clapperboard aliases
|
|
670
668
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
669
|
+
// ClipboardCheck aliases
|
|
670
|
+
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
671
671
|
// ClipboardCopy aliases
|
|
672
672
|
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
673
|
+
// ClipboardClock aliases
|
|
674
|
+
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
673
675
|
// ClipboardList aliases
|
|
674
676
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
675
677
|
// ClipboardMinus aliases
|
|
@@ -686,106 +688,106 @@ export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
|
686
688
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
687
689
|
// Clock1 aliases
|
|
688
690
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
689
|
-
// Clock11 aliases
|
|
690
|
-
export { default as Clock11Icon } from '../icons/clock-11';
|
|
691
691
|
// Clock10 aliases
|
|
692
692
|
export { default as Clock10Icon } from '../icons/clock-10';
|
|
693
|
-
//
|
|
694
|
-
export { default as
|
|
693
|
+
// Clock11 aliases
|
|
694
|
+
export { default as Clock11Icon } from '../icons/clock-11';
|
|
695
695
|
// Clock12 aliases
|
|
696
696
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
697
|
-
//
|
|
698
|
-
export { default as
|
|
697
|
+
// Clock2 aliases
|
|
698
|
+
export { default as Clock2Icon } from '../icons/clock-2';
|
|
699
699
|
// Clock3 aliases
|
|
700
700
|
export { default as Clock3Icon } from '../icons/clock-3';
|
|
701
|
+
// Clock4 aliases
|
|
702
|
+
export { default as Clock4Icon } from '../icons/clock-4';
|
|
701
703
|
// Clock5 aliases
|
|
702
704
|
export { default as Clock5Icon } from '../icons/clock-5';
|
|
703
|
-
// Clock7 aliases
|
|
704
|
-
export { default as Clock7Icon } from '../icons/clock-7';
|
|
705
705
|
// Clock6 aliases
|
|
706
706
|
export { default as Clock6Icon } from '../icons/clock-6';
|
|
707
707
|
// Clock8 aliases
|
|
708
708
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
709
709
|
// Clock9 aliases
|
|
710
710
|
export { default as Clock9Icon } from '../icons/clock-9';
|
|
711
|
+
// Clock7 aliases
|
|
712
|
+
export { default as Clock7Icon } from '../icons/clock-7';
|
|
711
713
|
// ClockAlert aliases
|
|
712
714
|
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
713
715
|
// ClockArrowDown aliases
|
|
714
716
|
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
717
|
+
// ClockCheck aliases
|
|
718
|
+
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
715
719
|
// ClockArrowUp aliases
|
|
716
720
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
717
721
|
// ClockFading aliases
|
|
718
722
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
719
|
-
// ClockCheck aliases
|
|
720
|
-
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
721
723
|
// ClockPlus aliases
|
|
722
724
|
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
723
725
|
// Clock aliases
|
|
724
726
|
export { default as ClockIcon } from '../icons/clock';
|
|
725
|
-
// ClosedCaption aliases
|
|
726
|
-
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
727
727
|
// CloudAlert aliases
|
|
728
728
|
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
729
|
-
// CloudBackup aliases
|
|
730
|
-
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
731
729
|
// CloudCheck aliases
|
|
732
730
|
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
731
|
+
// ClosedCaption aliases
|
|
732
|
+
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
733
|
+
// CloudBackup aliases
|
|
734
|
+
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
733
735
|
// CloudCog aliases
|
|
734
736
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
735
|
-
// CloudHail aliases
|
|
736
|
-
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
737
737
|
// CloudDrizzle aliases
|
|
738
738
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
739
739
|
// CloudFog aliases
|
|
740
740
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
741
|
-
//
|
|
742
|
-
export { default as
|
|
741
|
+
// CloudHail aliases
|
|
742
|
+
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
743
743
|
// CloudLightning aliases
|
|
744
744
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
745
|
-
//
|
|
746
|
-
export { default as
|
|
745
|
+
// CloudMoonRain aliases
|
|
746
|
+
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
747
747
|
// CloudOff aliases
|
|
748
748
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
749
749
|
// CloudRainWind aliases
|
|
750
750
|
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
751
|
+
// CloudMoon aliases
|
|
752
|
+
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
751
753
|
// CloudRain aliases
|
|
752
754
|
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
753
755
|
// CloudSnow aliases
|
|
754
756
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
755
757
|
// CloudSunRain aliases
|
|
756
758
|
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
757
|
-
// CloudSync aliases
|
|
758
|
-
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
759
759
|
// CloudSun aliases
|
|
760
760
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
761
761
|
// Cloud aliases
|
|
762
762
|
export { default as CloudIcon } from '../icons/cloud';
|
|
763
|
+
// CloudSync aliases
|
|
764
|
+
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
763
765
|
// Cloudy aliases
|
|
764
766
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
765
|
-
// Clover aliases
|
|
766
|
-
export { default as CloverIcon } from '../icons/clover';
|
|
767
767
|
// Club aliases
|
|
768
768
|
export { default as ClubIcon } from '../icons/club';
|
|
769
|
-
//
|
|
770
|
-
export { default as
|
|
769
|
+
// Clover aliases
|
|
770
|
+
export { default as CloverIcon } from '../icons/clover';
|
|
771
771
|
// Code aliases
|
|
772
772
|
export { default as CodeIcon } from '../icons/code';
|
|
773
|
+
// Coffee aliases
|
|
774
|
+
export { default as CoffeeIcon } from '../icons/coffee';
|
|
773
775
|
// Cog aliases
|
|
774
776
|
export { default as CogIcon } from '../icons/cog';
|
|
777
|
+
// Columns4 aliases
|
|
778
|
+
export { default as Columns4Icon } from '../icons/columns-4';
|
|
775
779
|
// Coins aliases
|
|
776
780
|
export { default as CoinsIcon } from '../icons/coins';
|
|
777
781
|
// Combine aliases
|
|
778
782
|
export { default as CombineIcon } from '../icons/combine';
|
|
779
|
-
// Columns4 aliases
|
|
780
|
-
export { default as Columns4Icon } from '../icons/columns-4';
|
|
781
783
|
// Command aliases
|
|
782
784
|
export { default as CommandIcon } from '../icons/command';
|
|
783
785
|
// Compass aliases
|
|
784
786
|
export { default as CompassIcon } from '../icons/compass';
|
|
785
|
-
// Computer aliases
|
|
786
|
-
export { default as ComputerIcon } from '../icons/computer';
|
|
787
787
|
// Component aliases
|
|
788
788
|
export { default as ComponentIcon } from '../icons/component';
|
|
789
|
+
// Computer aliases
|
|
790
|
+
export { default as ComputerIcon } from '../icons/computer';
|
|
789
791
|
// ConciergeBell aliases
|
|
790
792
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
791
793
|
// Cone aliases
|
|
@@ -794,48 +796,48 @@ export { default as ConeIcon } from '../icons/cone';
|
|
|
794
796
|
export { default as ConstructionIcon } from '../icons/construction';
|
|
795
797
|
// Contact aliases
|
|
796
798
|
export { default as ContactIcon } from '../icons/contact';
|
|
797
|
-
// Container aliases
|
|
798
|
-
export { default as ContainerIcon } from '../icons/container';
|
|
799
799
|
// Contrast aliases
|
|
800
800
|
export { default as ContrastIcon } from '../icons/contrast';
|
|
801
|
+
// Container aliases
|
|
802
|
+
export { default as ContainerIcon } from '../icons/container';
|
|
801
803
|
// Cookie aliases
|
|
802
804
|
export { default as CookieIcon } from '../icons/cookie';
|
|
803
805
|
// CookingPot aliases
|
|
804
806
|
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
805
|
-
// CopyCheck aliases
|
|
806
|
-
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
807
807
|
// CopyMinus aliases
|
|
808
808
|
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
809
|
+
// CopyCheck aliases
|
|
810
|
+
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
809
811
|
// CopyPlus aliases
|
|
810
812
|
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
811
|
-
// CopySlash aliases
|
|
812
|
-
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
813
813
|
// CopyX aliases
|
|
814
814
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
815
|
-
//
|
|
816
|
-
export { default as
|
|
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
|
+
// Copy aliases
|
|
820
|
+
export { default as CopyIcon } from '../icons/copy';
|
|
819
821
|
// Copyright aliases
|
|
820
822
|
export { default as CopyrightIcon } from '../icons/copyright';
|
|
821
823
|
// CornerDownLeft aliases
|
|
822
824
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
823
|
-
// CornerLeftDown aliases
|
|
824
|
-
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
825
825
|
// CornerDownRight aliases
|
|
826
826
|
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
827
|
-
//
|
|
828
|
-
export { default as
|
|
827
|
+
// CornerLeftDown aliases
|
|
828
|
+
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
829
829
|
// CornerLeftUp aliases
|
|
830
830
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
831
|
+
// CornerRightDown aliases
|
|
832
|
+
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
831
833
|
// CornerRightUp aliases
|
|
832
834
|
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
835
|
+
// Cpu aliases
|
|
836
|
+
export { default as CpuIcon } from '../icons/cpu';
|
|
833
837
|
// CornerUpLeft aliases
|
|
834
838
|
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
835
839
|
// CornerUpRight aliases
|
|
836
840
|
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
837
|
-
// Cpu aliases
|
|
838
|
-
export { default as CpuIcon } from '../icons/cpu';
|
|
839
841
|
// CreativeCommons aliases
|
|
840
842
|
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
841
843
|
// CreditCard aliases
|
|
@@ -844,64 +846,66 @@ export { default as CreditCardIcon } from '../icons/credit-card';
|
|
|
844
846
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
845
847
|
// Crop aliases
|
|
846
848
|
export { default as CropIcon } from '../icons/crop';
|
|
847
|
-
// Cross aliases
|
|
848
|
-
export { default as CrossIcon } from '../icons/cross';
|
|
849
849
|
// Crosshair aliases
|
|
850
850
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
851
|
+
// Cross aliases
|
|
852
|
+
export { default as CrossIcon } from '../icons/cross';
|
|
851
853
|
// Crown aliases
|
|
852
854
|
export { default as CrownIcon } from '../icons/crown';
|
|
853
|
-
// CupSoda aliases
|
|
854
|
-
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
855
|
-
// Currency aliases
|
|
856
|
-
export { default as CurrencyIcon } from '../icons/currency';
|
|
857
855
|
// Cuboid aliases
|
|
858
856
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
859
|
-
//
|
|
860
|
-
export { default as
|
|
861
|
-
//
|
|
862
|
-
export { default as
|
|
857
|
+
// Currency aliases
|
|
858
|
+
export { default as CurrencyIcon } from '../icons/currency';
|
|
859
|
+
// CupSoda aliases
|
|
860
|
+
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
863
861
|
// DatabaseBackup aliases
|
|
864
862
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
865
|
-
//
|
|
866
|
-
export { default as
|
|
863
|
+
// Cylinder aliases
|
|
864
|
+
export { default as CylinderIcon } from '../icons/cylinder';
|
|
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
|
-
//
|
|
872
|
-
export { default as
|
|
871
|
+
// Dam aliases
|
|
872
|
+
export { default as DamIcon } from '../icons/dam';
|
|
873
873
|
// DecimalsArrowRight aliases
|
|
874
874
|
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
875
|
+
// DecimalsArrowLeft aliases
|
|
876
|
+
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
875
877
|
// Delete aliases
|
|
876
878
|
export { default as DeleteIcon } from '../icons/delete';
|
|
877
879
|
// Dessert aliases
|
|
878
880
|
export { default as DessertIcon } from '../icons/dessert';
|
|
879
881
|
// Diameter aliases
|
|
880
882
|
export { default as DiameterIcon } from '../icons/diameter';
|
|
881
|
-
// DiamondMinus aliases
|
|
882
|
-
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
883
883
|
// DiamondPlus aliases
|
|
884
884
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
885
|
+
// DiamondMinus aliases
|
|
886
|
+
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
885
887
|
// Diamond aliases
|
|
886
888
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
887
889
|
// Dice1 aliases
|
|
888
890
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
889
|
-
// Dice2 aliases
|
|
890
|
-
export { default as Dice2Icon } from '../icons/dice-2';
|
|
891
891
|
// Dice3 aliases
|
|
892
892
|
export { default as Dice3Icon } from '../icons/dice-3';
|
|
893
|
-
//
|
|
894
|
-
export { default as
|
|
893
|
+
// Dice2 aliases
|
|
894
|
+
export { default as Dice2Icon } from '../icons/dice-2';
|
|
895
895
|
// Dice4 aliases
|
|
896
896
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
897
897
|
// Dice5 aliases
|
|
898
898
|
export { default as Dice5Icon } from '../icons/dice-5';
|
|
899
|
-
//
|
|
900
|
-
export { default as
|
|
899
|
+
// Dice6 aliases
|
|
900
|
+
export { default as Dice6Icon } from '../icons/dice-6';
|
|
901
901
|
// Diff aliases
|
|
902
902
|
export { default as DiffIcon } from '../icons/diff';
|
|
903
|
+
// Dices aliases
|
|
904
|
+
export { default as DicesIcon } from '../icons/dices';
|
|
903
905
|
// Disc2 aliases
|
|
904
906
|
export { default as Disc2Icon } from '../icons/disc-2';
|
|
907
|
+
// Disc aliases
|
|
908
|
+
export { default as DiscIcon } from '../icons/disc';
|
|
905
909
|
// Disc3 aliases
|
|
906
910
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
907
911
|
// DiscAlbum aliases
|
|
@@ -912,8 +916,6 @@ export { default as DivideIcon } from '../icons/divide';
|
|
|
912
916
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
913
917
|
// Dna aliases
|
|
914
918
|
export { default as DnaIcon } from '../icons/dna';
|
|
915
|
-
// Disc aliases
|
|
916
|
-
export { default as DiscIcon } from '../icons/disc';
|
|
917
919
|
// Dock aliases
|
|
918
920
|
export { default as DockIcon } from '../icons/dock';
|
|
919
921
|
// Dog aliases
|
|
@@ -928,26 +930,26 @@ export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
|
928
930
|
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
929
931
|
// DoorOpen aliases
|
|
930
932
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
931
|
-
// Dot aliases
|
|
932
|
-
export { default as DotIcon } from '../icons/dot';
|
|
933
933
|
// Download aliases
|
|
934
934
|
export { default as DownloadIcon } from '../icons/download';
|
|
935
|
-
// DraftingCompass aliases
|
|
936
|
-
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
937
935
|
// Drama aliases
|
|
938
936
|
export { default as DramaIcon } from '../icons/drama';
|
|
939
|
-
//
|
|
940
|
-
export { default as
|
|
937
|
+
// Dot aliases
|
|
938
|
+
export { default as DotIcon } from '../icons/dot';
|
|
939
|
+
// DraftingCompass aliases
|
|
940
|
+
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
941
941
|
// Drone aliases
|
|
942
942
|
export { default as DroneIcon } from '../icons/drone';
|
|
943
943
|
// DropletOff aliases
|
|
944
944
|
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
945
|
+
// Drill aliases
|
|
946
|
+
export { default as DrillIcon } from '../icons/drill';
|
|
945
947
|
// Droplet aliases
|
|
946
948
|
export { default as DropletIcon } from '../icons/droplet';
|
|
947
|
-
// Drum aliases
|
|
948
|
-
export { default as DrumIcon } from '../icons/drum';
|
|
949
949
|
// Droplets aliases
|
|
950
950
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
951
|
+
// Drum aliases
|
|
952
|
+
export { default as DrumIcon } from '../icons/drum';
|
|
951
953
|
// Drumstick aliases
|
|
952
954
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
953
955
|
// Dumbbell aliases
|
|
@@ -960,54 +962,54 @@ export { default as EarIcon } from '../icons/ear';
|
|
|
960
962
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
961
963
|
// Eclipse aliases
|
|
962
964
|
export { default as EclipseIcon } from '../icons/eclipse';
|
|
963
|
-
// EggOff aliases
|
|
964
|
-
export { default as EggOffIcon } from '../icons/egg-off';
|
|
965
965
|
// EggFried aliases
|
|
966
966
|
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
967
967
|
// Egg aliases
|
|
968
968
|
export { default as EggIcon } from '../icons/egg';
|
|
969
969
|
// Ellipse aliases
|
|
970
970
|
export { default as EllipseIcon } from '../icons/ellipse';
|
|
971
|
-
// EqualNot aliases
|
|
972
|
-
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
973
971
|
// EqualApproximately aliases
|
|
974
972
|
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
973
|
+
// EggOff aliases
|
|
974
|
+
export { default as EggOffIcon } from '../icons/egg-off';
|
|
975
|
+
// EqualNot aliases
|
|
976
|
+
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
975
977
|
// Equal aliases
|
|
976
978
|
export { default as EqualIcon } from '../icons/equal';
|
|
977
|
-
// EthernetPort aliases
|
|
978
|
-
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
979
979
|
// Eraser aliases
|
|
980
980
|
export { default as EraserIcon } from '../icons/eraser';
|
|
981
|
-
//
|
|
982
|
-
export { default as
|
|
981
|
+
// EthernetPort aliases
|
|
982
|
+
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
983
983
|
// Euro aliases
|
|
984
984
|
export { default as EuroIcon } from '../icons/euro';
|
|
985
|
+
// EvCharger aliases
|
|
986
|
+
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
985
987
|
// Expand aliases
|
|
986
988
|
export { default as ExpandIcon } from '../icons/expand';
|
|
987
989
|
// EyeClosed aliases
|
|
988
990
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
991
|
+
// EyeOff aliases
|
|
992
|
+
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
989
993
|
// ExternalLink aliases
|
|
990
994
|
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
991
995
|
// Eye aliases
|
|
992
996
|
export { default as EyeIcon } from '../icons/eye';
|
|
993
|
-
// EyeOff aliases
|
|
994
|
-
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
995
|
-
// Factory aliases
|
|
996
|
-
export { default as FactoryIcon } from '../icons/factory';
|
|
997
997
|
// Fan aliases
|
|
998
998
|
export { default as FanIcon } from '../icons/fan';
|
|
999
|
+
// Factory aliases
|
|
1000
|
+
export { default as FactoryIcon } from '../icons/factory';
|
|
999
1001
|
// FastForward aliases
|
|
1000
1002
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
1001
1003
|
// Feather aliases
|
|
1002
1004
|
export { default as FeatherIcon } from '../icons/feather';
|
|
1003
|
-
// FerrisWheel aliases
|
|
1004
|
-
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
1005
1005
|
// Fence aliases
|
|
1006
1006
|
export { default as FenceIcon } from '../icons/fence';
|
|
1007
|
-
//
|
|
1008
|
-
export { default as
|
|
1007
|
+
// FerrisWheel aliases
|
|
1008
|
+
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
1009
1009
|
// FileBox aliases
|
|
1010
1010
|
export { default as FileBoxIcon } from '../icons/file-box';
|
|
1011
|
+
// FileArchive aliases
|
|
1012
|
+
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
1011
1013
|
// FileCheck aliases
|
|
1012
1014
|
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1013
1015
|
// FileCode aliases
|
|
@@ -1032,30 +1034,30 @@ export { default as FileMinusIcon } from '../icons/file-minus';
|
|
|
1032
1034
|
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1033
1035
|
// FileOutput aliases
|
|
1034
1036
|
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1035
|
-
// FilePlus aliases
|
|
1036
|
-
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1037
1037
|
// FileScan aliases
|
|
1038
1038
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1039
|
+
// FilePlus aliases
|
|
1040
|
+
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1041
|
+
// FileSpreadsheet aliases
|
|
1042
|
+
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1039
1043
|
// FileSearch aliases
|
|
1040
1044
|
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1041
1045
|
// FileSliders aliases
|
|
1042
1046
|
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1043
|
-
// FileStack aliases
|
|
1044
|
-
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1045
|
-
// FileSpreadsheet aliases
|
|
1046
|
-
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1047
1047
|
// FileSymlink aliases
|
|
1048
1048
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1049
|
+
// FileStack aliases
|
|
1050
|
+
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1049
1051
|
// FileTerminal aliases
|
|
1050
1052
|
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1051
1053
|
// FileText aliases
|
|
1052
1054
|
export { default as FileTextIcon } from '../icons/file-text';
|
|
1053
1055
|
// FileType aliases
|
|
1054
1056
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1055
|
-
// FileUser aliases
|
|
1056
|
-
export { default as FileUserIcon } from '../icons/file-user';
|
|
1057
1057
|
// FileUp aliases
|
|
1058
1058
|
export { default as FileUpIcon } from '../icons/file-up';
|
|
1059
|
+
// FileUser aliases
|
|
1060
|
+
export { default as FileUserIcon } from '../icons/file-user';
|
|
1059
1061
|
// FileVolume aliases
|
|
1060
1062
|
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1061
1063
|
// FileX aliases
|
|
@@ -1070,14 +1072,14 @@ export { default as FilmIcon } from '../icons/film';
|
|
|
1070
1072
|
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1071
1073
|
// FishOff aliases
|
|
1072
1074
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1073
|
-
// FishSymbol aliases
|
|
1074
|
-
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1075
1075
|
// Fish aliases
|
|
1076
1076
|
export { default as FishIcon } from '../icons/fish';
|
|
1077
1077
|
// FishingHook aliases
|
|
1078
1078
|
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1079
1079
|
// FishingRod aliases
|
|
1080
1080
|
export { default as FishingRodIcon } from '../icons/fishing-rod';
|
|
1081
|
+
// FishSymbol aliases
|
|
1082
|
+
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1081
1083
|
// FlagOff aliases
|
|
1082
1084
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1083
1085
|
// FlagTriangleLeft aliases
|
|
@@ -1098,42 +1100,42 @@ export { default as FlashlightIcon } from '../icons/flashlight';
|
|
|
1098
1100
|
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1099
1101
|
// FlaskConical aliases
|
|
1100
1102
|
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1101
|
-
// FlipHorizontal2 aliases
|
|
1102
|
-
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1103
1103
|
// FlaskRound aliases
|
|
1104
1104
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1105
1105
|
// FlipVertical2 aliases
|
|
1106
1106
|
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1107
|
+
// FlipHorizontal2 aliases
|
|
1108
|
+
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1109
|
+
// Flower2 aliases
|
|
1110
|
+
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1107
1111
|
// Flower aliases
|
|
1108
1112
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1109
1113
|
// Focus aliases
|
|
1110
1114
|
export { default as FocusIcon } from '../icons/focus';
|
|
1111
|
-
// Flower2 aliases
|
|
1112
|
-
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1113
1115
|
// FoldHorizontal aliases
|
|
1114
1116
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1115
|
-
// FolderArchive aliases
|
|
1116
|
-
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1117
1117
|
// FoldVertical aliases
|
|
1118
1118
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1119
1119
|
// FolderCheck aliases
|
|
1120
1120
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1121
|
+
// FolderArchive aliases
|
|
1122
|
+
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1121
1123
|
// FolderClock aliases
|
|
1122
1124
|
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1123
1125
|
// FolderClosed aliases
|
|
1124
1126
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1125
1127
|
// FolderCode aliases
|
|
1126
1128
|
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1127
|
-
// FolderDown aliases
|
|
1128
|
-
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1129
1129
|
// FolderDot aliases
|
|
1130
1130
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1131
|
+
// FolderDown aliases
|
|
1132
|
+
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1131
1133
|
// FolderGit2 aliases
|
|
1132
1134
|
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1133
|
-
// FolderHeart aliases
|
|
1134
|
-
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1135
1135
|
// FolderGit aliases
|
|
1136
1136
|
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1137
|
+
// FolderHeart aliases
|
|
1138
|
+
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1137
1139
|
// FolderInput aliases
|
|
1138
1140
|
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1139
1141
|
// FolderKanban aliases
|
|
@@ -1162,28 +1164,28 @@ export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
|
1162
1164
|
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1163
1165
|
// FolderSync aliases
|
|
1164
1166
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1167
|
+
// FolderUp aliases
|
|
1168
|
+
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1165
1169
|
// FolderTree aliases
|
|
1166
1170
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1167
1171
|
// FolderX aliases
|
|
1168
1172
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1169
1173
|
// Folder aliases
|
|
1170
1174
|
export { default as FolderIcon } from '../icons/folder';
|
|
1171
|
-
// FolderUp aliases
|
|
1172
|
-
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1173
1175
|
// Folders aliases
|
|
1174
1176
|
export { default as FoldersIcon } from '../icons/folders';
|
|
1175
|
-
// Forklift aliases
|
|
1176
|
-
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1177
|
-
// Footprints aliases
|
|
1178
|
-
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1179
1177
|
// Form aliases
|
|
1180
1178
|
export { default as FormIcon } from '../icons/form';
|
|
1179
|
+
// Footprints aliases
|
|
1180
|
+
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1181
|
+
// Forklift aliases
|
|
1182
|
+
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1181
1183
|
// Forward aliases
|
|
1182
1184
|
export { default as ForwardIcon } from '../icons/forward';
|
|
1183
|
-
// Frown aliases
|
|
1184
|
-
export { default as FrownIcon } from '../icons/frown';
|
|
1185
1185
|
// Frame aliases
|
|
1186
1186
|
export { default as FrameIcon } from '../icons/frame';
|
|
1187
|
+
// Frown aliases
|
|
1188
|
+
export { default as FrownIcon } from '../icons/frown';
|
|
1187
1189
|
// Fuel aliases
|
|
1188
1190
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1189
1191
|
// Fullscreen aliases
|
|
@@ -1192,36 +1194,36 @@ export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
|
1192
1194
|
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1193
1195
|
// GalleryHorizontalEnd aliases
|
|
1194
1196
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1195
|
-
// GalleryHorizontal aliases
|
|
1196
|
-
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1197
1197
|
// GalleryThumbnails aliases
|
|
1198
1198
|
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1199
1199
|
// GalleryVerticalEnd aliases
|
|
1200
1200
|
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1201
|
+
// GalleryHorizontal aliases
|
|
1202
|
+
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1201
1203
|
// GalleryVertical aliases
|
|
1202
1204
|
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1203
1205
|
// Gamepad2 aliases
|
|
1204
1206
|
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1205
1207
|
// GamepadDirectional aliases
|
|
1206
1208
|
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1207
|
-
// Gauge aliases
|
|
1208
|
-
export { default as GaugeIcon } from '../icons/gauge';
|
|
1209
1209
|
// Gamepad aliases
|
|
1210
1210
|
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1211
|
+
// Gauge aliases
|
|
1212
|
+
export { default as GaugeIcon } from '../icons/gauge';
|
|
1211
1213
|
// Gavel aliases
|
|
1212
1214
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1213
1215
|
// Gem aliases
|
|
1214
1216
|
export { default as GemIcon } from '../icons/gem';
|
|
1215
|
-
// Ghost aliases
|
|
1216
|
-
export { default as GhostIcon } from '../icons/ghost';
|
|
1217
1217
|
// GeorgianLari aliases
|
|
1218
1218
|
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1219
|
-
//
|
|
1220
|
-
export { default as
|
|
1219
|
+
// Ghost aliases
|
|
1220
|
+
export { default as GhostIcon } from '../icons/ghost';
|
|
1221
1221
|
// GitBranchMinus aliases
|
|
1222
1222
|
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1223
1223
|
// GitBranchPlus aliases
|
|
1224
1224
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1225
|
+
// Gift aliases
|
|
1226
|
+
export { default as GiftIcon } from '../icons/gift';
|
|
1225
1227
|
// GitBranch aliases
|
|
1226
1228
|
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1227
1229
|
// GitCompareArrows aliases
|
|
@@ -1230,66 +1232,66 @@ export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
|
1230
1232
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1231
1233
|
// GitCompare aliases
|
|
1232
1234
|
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1235
|
+
// GitGraph aliases
|
|
1236
|
+
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1233
1237
|
// GitFork aliases
|
|
1234
1238
|
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1239
|
+
// GitMergeConflict aliases
|
|
1240
|
+
export { default as GitMergeConflictIcon } from '../icons/git-merge-conflict';
|
|
1235
1241
|
// GitMerge aliases
|
|
1236
1242
|
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1237
|
-
// GitGraph aliases
|
|
1238
|
-
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1239
1243
|
// GitPullRequestArrow aliases
|
|
1240
1244
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1241
|
-
// GitMergeConflict aliases
|
|
1242
|
-
export { default as GitMergeConflictIcon } from '../icons/git-merge-conflict';
|
|
1243
1245
|
// GitPullRequestClosed aliases
|
|
1244
1246
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1245
1247
|
// GitPullRequestCreateArrow aliases
|
|
1246
1248
|
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1247
1249
|
// GitPullRequestCreate aliases
|
|
1248
1250
|
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1249
|
-
// GlassWater aliases
|
|
1250
|
-
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1251
1251
|
// GitPullRequestDraft aliases
|
|
1252
1252
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1253
1253
|
// GitPullRequest aliases
|
|
1254
1254
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1255
|
+
// GlassWater aliases
|
|
1256
|
+
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1255
1257
|
// Glasses aliases
|
|
1256
1258
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1257
|
-
// GlobeX aliases
|
|
1258
|
-
export { default as GlobeXIcon } from '../icons/globe-x';
|
|
1259
1259
|
// GlobeOff aliases
|
|
1260
1260
|
export { default as GlobeOffIcon } from '../icons/globe-off';
|
|
1261
1261
|
// GlobeLock aliases
|
|
1262
1262
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1263
|
-
// Globe aliases
|
|
1264
|
-
export { default as GlobeIcon } from '../icons/globe';
|
|
1265
1263
|
// Goal aliases
|
|
1266
1264
|
export { default as GoalIcon } from '../icons/goal';
|
|
1265
|
+
// GlobeX aliases
|
|
1266
|
+
export { default as GlobeXIcon } from '../icons/globe-x';
|
|
1267
|
+
// Globe aliases
|
|
1268
|
+
export { default as GlobeIcon } from '../icons/globe';
|
|
1267
1269
|
// Gpu aliases
|
|
1268
1270
|
export { default as GpuIcon } from '../icons/gpu';
|
|
1269
|
-
// Grape aliases
|
|
1270
|
-
export { default as GrapeIcon } from '../icons/grape';
|
|
1271
1271
|
// GraduationCap aliases
|
|
1272
1272
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1273
|
-
// GripHorizontal aliases
|
|
1274
|
-
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1275
1273
|
// Grid3x2 aliases
|
|
1276
1274
|
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1275
|
+
// Grape aliases
|
|
1276
|
+
export { default as GrapeIcon } from '../icons/grape';
|
|
1277
|
+
// GripHorizontal aliases
|
|
1278
|
+
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1277
1279
|
// GripVertical aliases
|
|
1278
1280
|
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1279
1281
|
// Grip aliases
|
|
1280
1282
|
export { default as GripIcon } from '../icons/grip';
|
|
1281
1283
|
// Group aliases
|
|
1282
1284
|
export { default as GroupIcon } from '../icons/group';
|
|
1283
|
-
// Ham aliases
|
|
1284
|
-
export { default as HamIcon } from '../icons/ham';
|
|
1285
1285
|
// Guitar aliases
|
|
1286
1286
|
export { default as GuitarIcon } from '../icons/guitar';
|
|
1287
|
+
// Ham aliases
|
|
1288
|
+
export { default as HamIcon } from '../icons/ham';
|
|
1287
1289
|
// Hamburger aliases
|
|
1288
1290
|
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1289
|
-
// HandCoins aliases
|
|
1290
|
-
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1291
1291
|
// Hammer aliases
|
|
1292
1292
|
export { default as HammerIcon } from '../icons/hammer';
|
|
1293
|
+
// HandCoins aliases
|
|
1294
|
+
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1293
1295
|
// HandFist aliases
|
|
1294
1296
|
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1295
1297
|
// HandMetal aliases
|
|
@@ -1304,22 +1306,22 @@ export { default as HandIcon } from '../icons/hand';
|
|
|
1304
1306
|
export { default as HandbagIcon } from '../icons/handbag';
|
|
1305
1307
|
// Handshake aliases
|
|
1306
1308
|
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1307
|
-
// HardDrive aliases
|
|
1308
|
-
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1309
1309
|
// HardDriveDownload aliases
|
|
1310
1310
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1311
1311
|
// HardDriveUpload aliases
|
|
1312
1312
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1313
|
+
// HardDrive aliases
|
|
1314
|
+
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1313
1315
|
// HardHat aliases
|
|
1314
1316
|
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1315
1317
|
// Hash aliases
|
|
1316
1318
|
export { default as HashIcon } from '../icons/hash';
|
|
1319
|
+
// HatGlasses aliases
|
|
1320
|
+
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1317
1321
|
// Haze aliases
|
|
1318
1322
|
export { default as HazeIcon } from '../icons/haze';
|
|
1319
1323
|
// HdmiPort aliases
|
|
1320
1324
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1321
|
-
// HatGlasses aliases
|
|
1322
|
-
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1323
1325
|
// Hd aliases
|
|
1324
1326
|
export { default as HdIcon } from '../icons/hd';
|
|
1325
1327
|
// Heading1 aliases
|
|
@@ -1344,22 +1346,22 @@ export { default as HeadphonesIcon } from '../icons/headphones';
|
|
|
1344
1346
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1345
1347
|
// HeartCrack aliases
|
|
1346
1348
|
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1349
|
+
// HeartMinus aliases
|
|
1350
|
+
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1347
1351
|
// HeartHandshake aliases
|
|
1348
1352
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1349
1353
|
// HeartOff aliases
|
|
1350
1354
|
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1351
|
-
// HeartMinus aliases
|
|
1352
|
-
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1353
|
-
// HeartPulse aliases
|
|
1354
|
-
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1355
1355
|
// HeartPlus aliases
|
|
1356
1356
|
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1357
|
+
// HeartPulse aliases
|
|
1358
|
+
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1359
|
+
// Helicopter aliases
|
|
1360
|
+
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1357
1361
|
// Heart aliases
|
|
1358
1362
|
export { default as HeartIcon } from '../icons/heart';
|
|
1359
1363
|
// Heater aliases
|
|
1360
1364
|
export { default as HeaterIcon } from '../icons/heater';
|
|
1361
|
-
// Helicopter aliases
|
|
1362
|
-
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1363
1365
|
// Highlighter aliases
|
|
1364
1366
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1365
1367
|
// Hexagon aliases
|
|
@@ -1368,10 +1370,10 @@ export { default as HexagonIcon } from '../icons/hexagon';
|
|
|
1368
1370
|
export { default as HistoryIcon } from '../icons/history';
|
|
1369
1371
|
// HopOff aliases
|
|
1370
1372
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1371
|
-
// Hop aliases
|
|
1372
|
-
export { default as HopIcon } from '../icons/hop';
|
|
1373
1373
|
// Hospital aliases
|
|
1374
1374
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1375
|
+
// Hop aliases
|
|
1376
|
+
export { default as HopIcon } from '../icons/hop';
|
|
1375
1377
|
// Hotel aliases
|
|
1376
1378
|
export { default as HotelIcon } from '../icons/hotel';
|
|
1377
1379
|
// Hourglass aliases
|
|
@@ -1384,10 +1386,10 @@ export { default as HousePlugIcon } from '../icons/house-plug';
|
|
|
1384
1386
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1385
1387
|
// HouseWifi aliases
|
|
1386
1388
|
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1387
|
-
// IdCardLanyard aliases
|
|
1388
|
-
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1389
1389
|
// IdCard aliases
|
|
1390
1390
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1391
|
+
// IdCardLanyard aliases
|
|
1392
|
+
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1391
1393
|
// ImageDown aliases
|
|
1392
1394
|
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1393
1395
|
// ImageMinus aliases
|
|
@@ -1408,30 +1410,30 @@ export { default as ImageIcon } from '../icons/image';
|
|
|
1408
1410
|
export { default as ImportIcon } from '../icons/import';
|
|
1409
1411
|
// Images aliases
|
|
1410
1412
|
export { default as ImagesIcon } from '../icons/images';
|
|
1411
|
-
// Inbox aliases
|
|
1412
|
-
export { default as InboxIcon } from '../icons/inbox';
|
|
1413
|
-
// Infinity aliases
|
|
1414
|
-
export { default as InfinityIcon } from '../icons/infinity';
|
|
1415
1413
|
// IndianRupee aliases
|
|
1416
1414
|
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1417
|
-
//
|
|
1418
|
-
export { default as
|
|
1415
|
+
// Infinity aliases
|
|
1416
|
+
export { default as InfinityIcon } from '../icons/infinity';
|
|
1417
|
+
// Inbox aliases
|
|
1418
|
+
export { default as InboxIcon } from '../icons/inbox';
|
|
1419
1419
|
// Info aliases
|
|
1420
1420
|
export { default as InfoIcon } from '../icons/info';
|
|
1421
|
+
// InspectionPanel aliases
|
|
1422
|
+
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1421
1423
|
// Italic aliases
|
|
1422
1424
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1423
|
-
// IterationCcw aliases
|
|
1424
|
-
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1425
|
-
// JapaneseYen aliases
|
|
1426
|
-
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1427
1425
|
// IterationCw aliases
|
|
1428
1426
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1427
|
+
// JapaneseYen aliases
|
|
1428
|
+
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1429
|
+
// IterationCcw aliases
|
|
1430
|
+
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1429
1431
|
// Joystick aliases
|
|
1430
1432
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1431
|
-
// Kayak aliases
|
|
1432
|
-
export { default as KayakIcon } from '../icons/kayak';
|
|
1433
1433
|
// Kanban aliases
|
|
1434
1434
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1435
|
+
// Kayak aliases
|
|
1436
|
+
export { default as KayakIcon } from '../icons/kayak';
|
|
1435
1437
|
// KeyRound aliases
|
|
1436
1438
|
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1437
1439
|
// KeySquare aliases
|
|
@@ -1440,54 +1442,54 @@ export { default as KeySquareIcon } from '../icons/key-square';
|
|
|
1440
1442
|
export { default as KeyIcon } from '../icons/key';
|
|
1441
1443
|
// KeyboardMusic aliases
|
|
1442
1444
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1443
|
-
// Keyboard aliases
|
|
1444
|
-
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1445
1445
|
// KeyboardOff aliases
|
|
1446
1446
|
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1447
|
+
// Keyboard aliases
|
|
1448
|
+
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1447
1449
|
// LampCeiling aliases
|
|
1448
1450
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1449
1451
|
// LampFloor aliases
|
|
1450
1452
|
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1451
1453
|
// LampDesk aliases
|
|
1452
1454
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1453
|
-
// LampWallDown aliases
|
|
1454
|
-
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1455
1455
|
// Lamp aliases
|
|
1456
1456
|
export { default as LampIcon } from '../icons/lamp';
|
|
1457
|
+
// LampWallDown aliases
|
|
1458
|
+
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1457
1459
|
// LampWallUp aliases
|
|
1458
1460
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1459
1461
|
// LandPlot aliases
|
|
1460
1462
|
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1461
1463
|
// Landmark aliases
|
|
1462
1464
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1463
|
-
// Languages aliases
|
|
1464
|
-
export { default as LanguagesIcon } from '../icons/languages';
|
|
1465
1465
|
// LaptopMinimalCheck aliases
|
|
1466
1466
|
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1467
|
-
//
|
|
1468
|
-
export { default as
|
|
1467
|
+
// Languages aliases
|
|
1468
|
+
export { default as LanguagesIcon } from '../icons/languages';
|
|
1469
1469
|
// Laptop aliases
|
|
1470
1470
|
export { default as LaptopIcon } from '../icons/laptop';
|
|
1471
|
+
// LassoSelect aliases
|
|
1472
|
+
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1471
1473
|
// Lasso aliases
|
|
1472
1474
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1473
|
-
// LayersPlus aliases
|
|
1474
|
-
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1475
1475
|
// Laugh aliases
|
|
1476
1476
|
export { default as LaughIcon } from '../icons/laugh';
|
|
1477
|
+
// LayersPlus aliases
|
|
1478
|
+
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1477
1479
|
// Layers2 aliases
|
|
1478
1480
|
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1479
|
-
// LayoutGrid aliases
|
|
1480
|
-
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1481
1481
|
// LayoutDashboard aliases
|
|
1482
1482
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1483
|
+
// LayoutGrid aliases
|
|
1484
|
+
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1483
1485
|
// LayoutList aliases
|
|
1484
1486
|
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1485
1487
|
// LayoutPanelLeft aliases
|
|
1486
1488
|
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1487
|
-
// LayoutTemplate aliases
|
|
1488
|
-
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1489
1489
|
// LayoutPanelTop aliases
|
|
1490
1490
|
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1491
|
+
// LayoutTemplate aliases
|
|
1492
|
+
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1491
1493
|
// Leaf aliases
|
|
1492
1494
|
export { default as LeafIcon } from '../icons/leaf';
|
|
1493
1495
|
// LeafyGreen aliases
|
|
@@ -1508,38 +1510,38 @@ export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
|
1508
1510
|
export { default as LigatureIcon } from '../icons/ligature';
|
|
1509
1511
|
// LightbulbOff aliases
|
|
1510
1512
|
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1511
|
-
// Lightbulb aliases
|
|
1512
|
-
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1513
1513
|
// LineDotRightHorizontal aliases
|
|
1514
1514
|
export { default as LineDotRightHorizontalIcon } from '../icons/line-dot-right-horizontal';
|
|
1515
|
+
// Lightbulb aliases
|
|
1516
|
+
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1515
1517
|
// LineSquiggle aliases
|
|
1516
1518
|
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1517
1519
|
// LineStyle aliases
|
|
1518
1520
|
export { default as LineStyleIcon } from '../icons/line-style';
|
|
1519
1521
|
// Link2Off aliases
|
|
1520
1522
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1521
|
-
// Link2 aliases
|
|
1522
|
-
export { default as Link2Icon } from '../icons/link-2';
|
|
1523
1523
|
// Link aliases
|
|
1524
1524
|
export { default as LinkIcon } from '../icons/link';
|
|
1525
|
+
// Link2 aliases
|
|
1526
|
+
export { default as Link2Icon } from '../icons/link-2';
|
|
1525
1527
|
// ListCheck aliases
|
|
1526
1528
|
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1527
|
-
// ListChecks aliases
|
|
1528
|
-
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1529
|
-
// ListCollapse aliases
|
|
1530
|
-
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1531
1529
|
// ListChevronsDownUp aliases
|
|
1532
1530
|
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1533
1531
|
// ListChevronsUpDown aliases
|
|
1534
1532
|
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1533
|
+
// ListChecks aliases
|
|
1534
|
+
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1535
|
+
// ListCollapse aliases
|
|
1536
|
+
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1535
1537
|
// ListEnd aliases
|
|
1536
1538
|
export { default as ListEndIcon } from '../icons/list-end';
|
|
1537
|
-
// ListFilterPlus aliases
|
|
1538
|
-
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1539
1539
|
// ListFilter aliases
|
|
1540
1540
|
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1541
1541
|
// ListMinus aliases
|
|
1542
1542
|
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1543
|
+
// ListFilterPlus aliases
|
|
1544
|
+
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1543
1545
|
// ListMusic aliases
|
|
1544
1546
|
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1545
1547
|
// ListOrdered aliases
|
|
@@ -1554,50 +1556,50 @@ export { default as ListStartIcon } from '../icons/list-start';
|
|
|
1554
1556
|
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1555
1557
|
// ListTree aliases
|
|
1556
1558
|
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1559
|
+
// ListVideo aliases
|
|
1560
|
+
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1557
1561
|
// ListX aliases
|
|
1558
1562
|
export { default as ListXIcon } from '../icons/list-x';
|
|
1559
1563
|
// List aliases
|
|
1560
1564
|
export { default as ListIcon } from '../icons/list';
|
|
1561
1565
|
// LoaderPinwheel aliases
|
|
1562
1566
|
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1563
|
-
// ListVideo aliases
|
|
1564
|
-
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1565
|
-
// Loader aliases
|
|
1566
|
-
export { default as LoaderIcon } from '../icons/loader';
|
|
1567
1567
|
// LocateFixed aliases
|
|
1568
1568
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1569
|
+
// Loader aliases
|
|
1570
|
+
export { default as LoaderIcon } from '../icons/loader';
|
|
1569
1571
|
// LocateOff aliases
|
|
1570
1572
|
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1571
|
-
// LockKeyhole aliases
|
|
1572
|
-
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1573
1573
|
// Locate aliases
|
|
1574
1574
|
export { default as LocateIcon } from '../icons/locate';
|
|
1575
1575
|
// Lock aliases
|
|
1576
1576
|
export { default as LockIcon } from '../icons/lock';
|
|
1577
|
-
// LogOut aliases
|
|
1578
|
-
export { default as LogOutIcon } from '../icons/log-out';
|
|
1579
1577
|
// LogIn aliases
|
|
1580
1578
|
export { default as LogInIcon } from '../icons/log-in';
|
|
1579
|
+
// LockKeyhole aliases
|
|
1580
|
+
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1581
1581
|
// Logs aliases
|
|
1582
1582
|
export { default as LogsIcon } from '../icons/logs';
|
|
1583
|
+
// LogOut aliases
|
|
1584
|
+
export { default as LogOutIcon } from '../icons/log-out';
|
|
1583
1585
|
// Lollipop aliases
|
|
1584
1586
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1585
|
-
// Magnet aliases
|
|
1586
|
-
export { default as MagnetIcon } from '../icons/magnet';
|
|
1587
1587
|
// Luggage aliases
|
|
1588
1588
|
export { default as LuggageIcon } from '../icons/luggage';
|
|
1589
1589
|
// MailCheck aliases
|
|
1590
1590
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1591
|
+
// Magnet aliases
|
|
1592
|
+
export { default as MagnetIcon } from '../icons/magnet';
|
|
1591
1593
|
// MailMinus aliases
|
|
1592
1594
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1593
|
-
// MailPlus aliases
|
|
1594
|
-
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1595
1595
|
// MailOpen aliases
|
|
1596
1596
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1597
|
-
// MailSearch aliases
|
|
1598
|
-
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1599
1597
|
// MailWarning aliases
|
|
1600
1598
|
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1599
|
+
// MailPlus aliases
|
|
1600
|
+
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1601
|
+
// MailSearch aliases
|
|
1602
|
+
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1601
1603
|
// MailX aliases
|
|
1602
1604
|
export { default as MailXIcon } from '../icons/mail-x';
|
|
1603
1605
|
// Mail aliases
|
|
@@ -1606,68 +1608,68 @@ export { default as MailIcon } from '../icons/mail';
|
|
|
1606
1608
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1607
1609
|
// Mails aliases
|
|
1608
1610
|
export { default as MailsIcon } from '../icons/mails';
|
|
1609
|
-
// MapPinCheckInside aliases
|
|
1610
|
-
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1611
1611
|
// MapMinus aliases
|
|
1612
1612
|
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1613
|
+
// MapPinCheckInside aliases
|
|
1614
|
+
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1613
1615
|
// MapPinCheck aliases
|
|
1614
1616
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1615
1617
|
// MapPinHouse aliases
|
|
1616
1618
|
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1617
|
-
// MapPinMinusInside aliases
|
|
1618
|
-
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1619
1619
|
// MapPinMinus aliases
|
|
1620
1620
|
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1621
|
+
// MapPinMinusInside aliases
|
|
1622
|
+
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1623
|
+
// MapPinPlusInside aliases
|
|
1624
|
+
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1621
1625
|
// MapPinOff aliases
|
|
1622
1626
|
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1623
1627
|
// MapPinPlus aliases
|
|
1624
1628
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1625
|
-
// MapPinPlusInside aliases
|
|
1626
|
-
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1627
1629
|
// MapPinSearch aliases
|
|
1628
1630
|
export { default as MapPinSearchIcon } from '../icons/map-pin-search';
|
|
1629
1631
|
// MapPinXInside aliases
|
|
1630
1632
|
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1631
1633
|
// MapPinX aliases
|
|
1632
1634
|
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1635
|
+
// MapPin aliases
|
|
1636
|
+
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1633
1637
|
// MapPinned aliases
|
|
1634
1638
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1635
1639
|
// MapPlus aliases
|
|
1636
1640
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1637
|
-
// MapPin aliases
|
|
1638
|
-
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1639
1641
|
// Map aliases
|
|
1640
1642
|
export { default as MapIcon } from '../icons/map';
|
|
1641
|
-
// Mars aliases
|
|
1642
|
-
export { default as MarsIcon } from '../icons/mars';
|
|
1643
1643
|
// MarsStroke aliases
|
|
1644
1644
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1645
|
-
//
|
|
1646
|
-
export { default as
|
|
1645
|
+
// Mars aliases
|
|
1646
|
+
export { default as MarsIcon } from '../icons/mars';
|
|
1647
1647
|
// Maximize aliases
|
|
1648
1648
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1649
|
+
// Martini aliases
|
|
1650
|
+
export { default as MartiniIcon } from '../icons/martini';
|
|
1649
1651
|
// Maximize2 aliases
|
|
1650
1652
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1651
1653
|
// Medal aliases
|
|
1652
1654
|
export { default as MedalIcon } from '../icons/medal';
|
|
1655
|
+
// MegaphoneOff aliases
|
|
1656
|
+
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1653
1657
|
// Megaphone aliases
|
|
1654
1658
|
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1655
1659
|
// Meh aliases
|
|
1656
1660
|
export { default as MehIcon } from '../icons/meh';
|
|
1657
|
-
// MegaphoneOff aliases
|
|
1658
|
-
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1659
1661
|
// MemoryStick aliases
|
|
1660
1662
|
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1661
|
-
// Merge aliases
|
|
1662
|
-
export { default as MergeIcon } from '../icons/merge';
|
|
1663
1663
|
// Menu aliases
|
|
1664
1664
|
export { default as MenuIcon } from '../icons/menu';
|
|
1665
|
-
//
|
|
1666
|
-
export { default as
|
|
1665
|
+
// Merge aliases
|
|
1666
|
+
export { default as MergeIcon } from '../icons/merge';
|
|
1667
1667
|
// MessageCircleCode aliases
|
|
1668
1668
|
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1669
1669
|
// MessageCircleDashed aliases
|
|
1670
1670
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1671
|
+
// MessageCircleCheck aliases
|
|
1672
|
+
export { default as MessageCircleCheckIcon } from '../icons/message-circle-check';
|
|
1671
1673
|
// MessageCircleHeart aliases
|
|
1672
1674
|
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1673
1675
|
// MessageCircleMore aliases
|
|
@@ -1676,42 +1678,42 @@ export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
|
1676
1678
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1677
1679
|
// MessageCirclePlus aliases
|
|
1678
1680
|
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1679
|
-
// MessageCircleWarning aliases
|
|
1680
|
-
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1681
1681
|
// MessageCircleReply aliases
|
|
1682
1682
|
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1683
|
+
// MessageCircleWarning aliases
|
|
1684
|
+
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1683
1685
|
// MessageCircleX aliases
|
|
1684
1686
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1685
|
-
// MessageSquareCheck aliases
|
|
1686
|
-
export { default as MessageSquareCheckIcon } from '../icons/message-square-check';
|
|
1687
1687
|
// MessageCircle aliases
|
|
1688
1688
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1689
|
-
// MessageSquareCode aliases
|
|
1690
|
-
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1691
1689
|
// MessageSquareDashed aliases
|
|
1692
1690
|
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1693
|
-
//
|
|
1694
|
-
export { default as
|
|
1691
|
+
// MessageSquareCheck aliases
|
|
1692
|
+
export { default as MessageSquareCheckIcon } from '../icons/message-square-check';
|
|
1693
|
+
// MessageSquareCode aliases
|
|
1694
|
+
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1695
1695
|
// MessageSquareDot aliases
|
|
1696
1696
|
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1697
|
-
//
|
|
1698
|
-
export { default as
|
|
1697
|
+
// MessageSquareDiff aliases
|
|
1698
|
+
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1699
1699
|
// MessageSquareLock aliases
|
|
1700
1700
|
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1701
|
+
// MessageSquareHeart aliases
|
|
1702
|
+
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1701
1703
|
// MessageSquareMore aliases
|
|
1702
1704
|
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1703
1705
|
// MessageSquareOff aliases
|
|
1704
1706
|
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1705
|
-
// MessageSquareQuote aliases
|
|
1706
|
-
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1707
1707
|
// MessageSquarePlus aliases
|
|
1708
1708
|
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1709
|
+
// MessageSquareQuote aliases
|
|
1710
|
+
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1711
|
+
// MessageSquareShare aliases
|
|
1712
|
+
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1709
1713
|
// MessageSquareReply aliases
|
|
1710
1714
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1711
1715
|
// MessageSquareText aliases
|
|
1712
1716
|
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1713
|
-
// MessageSquareShare aliases
|
|
1714
|
-
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1715
1717
|
// MessageSquareWarning aliases
|
|
1716
1718
|
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1717
1719
|
// MessageSquareX aliases
|
|
@@ -1724,70 +1726,70 @@ export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
|
1724
1726
|
export { default as MetronomeIcon } from '../icons/metronome';
|
|
1725
1727
|
// MicOff aliases
|
|
1726
1728
|
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1727
|
-
// Microscope aliases
|
|
1728
|
-
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1729
1729
|
// Microchip aliases
|
|
1730
1730
|
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1731
1731
|
// Mic aliases
|
|
1732
1732
|
export { default as MicIcon } from '../icons/mic';
|
|
1733
|
+
// Microscope aliases
|
|
1734
|
+
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1733
1735
|
// Microwave aliases
|
|
1734
1736
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1735
|
-
// Milestone aliases
|
|
1736
|
-
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1737
1737
|
// MilkOff aliases
|
|
1738
1738
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1739
|
+
// Milestone aliases
|
|
1740
|
+
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1739
1741
|
// Milk aliases
|
|
1740
1742
|
export { default as MilkIcon } from '../icons/milk';
|
|
1741
1743
|
// Minimize2 aliases
|
|
1742
1744
|
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1743
1745
|
// Minimize aliases
|
|
1744
1746
|
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1745
|
-
// Minus aliases
|
|
1746
|
-
export { default as MinusIcon } from '../icons/minus';
|
|
1747
1747
|
// MirrorRectangular aliases
|
|
1748
1748
|
export { default as MirrorRectangularIcon } from '../icons/mirror-rectangular';
|
|
1749
|
-
//
|
|
1750
|
-
export { default as
|
|
1749
|
+
// Minus aliases
|
|
1750
|
+
export { default as MinusIcon } from '../icons/minus';
|
|
1751
1751
|
// MonitorCheck aliases
|
|
1752
1752
|
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1753
|
+
// MirrorRound aliases
|
|
1754
|
+
export { default as MirrorRoundIcon } from '../icons/mirror-round';
|
|
1755
|
+
// MonitorCog aliases
|
|
1756
|
+
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1753
1757
|
// MonitorCloud aliases
|
|
1754
1758
|
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1755
1759
|
// MonitorDot aliases
|
|
1756
1760
|
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1757
|
-
// MonitorDown aliases
|
|
1758
|
-
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1759
|
-
// MonitorCog aliases
|
|
1760
|
-
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1761
1761
|
// MonitorOff aliases
|
|
1762
1762
|
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1763
|
+
// MonitorDown aliases
|
|
1764
|
+
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1763
1765
|
// MonitorPause aliases
|
|
1764
1766
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1765
1767
|
// MonitorPlay aliases
|
|
1766
1768
|
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1767
1769
|
// MonitorSmartphone aliases
|
|
1768
1770
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1769
|
-
// MonitorStop aliases
|
|
1770
|
-
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1771
1771
|
// MonitorSpeaker aliases
|
|
1772
1772
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1773
|
+
// MonitorStop aliases
|
|
1774
|
+
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1773
1775
|
// MonitorUp aliases
|
|
1774
1776
|
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1775
1777
|
// MonitorX aliases
|
|
1776
1778
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1777
1779
|
// Monitor aliases
|
|
1778
1780
|
export { default as MonitorIcon } from '../icons/monitor';
|
|
1779
|
-
// Moon aliases
|
|
1780
|
-
export { default as MoonIcon } from '../icons/moon';
|
|
1781
1781
|
// MoonStar aliases
|
|
1782
1782
|
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1783
|
+
// Moon aliases
|
|
1784
|
+
export { default as MoonIcon } from '../icons/moon';
|
|
1783
1785
|
// Motorbike aliases
|
|
1784
1786
|
export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
1785
1787
|
// MountainSnow aliases
|
|
1786
1788
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1787
|
-
// MouseLeft aliases
|
|
1788
|
-
export { default as MouseLeftIcon } from '../icons/mouse-left';
|
|
1789
1789
|
// Mountain aliases
|
|
1790
1790
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1791
|
+
// MouseLeft aliases
|
|
1792
|
+
export { default as MouseLeftIcon } from '../icons/mouse-left';
|
|
1791
1793
|
// MouseOff aliases
|
|
1792
1794
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1793
1795
|
// MousePointer2Off aliases
|
|
@@ -1804,70 +1806,70 @@ export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
|
1804
1806
|
export { default as MouseRightIcon } from '../icons/mouse-right';
|
|
1805
1807
|
// Mouse aliases
|
|
1806
1808
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1807
|
-
// MoveDiagonal aliases
|
|
1808
|
-
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1809
1809
|
// MoveDiagonal2 aliases
|
|
1810
1810
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1811
|
+
// MoveDiagonal aliases
|
|
1812
|
+
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1811
1813
|
// MoveDownLeft aliases
|
|
1812
1814
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1813
1815
|
// MoveDownRight aliases
|
|
1814
1816
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1817
|
+
// MoveHorizontal aliases
|
|
1818
|
+
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1815
1819
|
// MoveDown aliases
|
|
1816
1820
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1817
1821
|
// MoveLeft aliases
|
|
1818
1822
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1819
|
-
// MoveHorizontal aliases
|
|
1820
|
-
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1821
|
-
// MoveUpLeft aliases
|
|
1822
|
-
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1823
1823
|
// MoveRight aliases
|
|
1824
1824
|
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1825
|
+
// MoveUpLeft aliases
|
|
1826
|
+
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1825
1827
|
// MoveUpRight aliases
|
|
1826
1828
|
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1827
1829
|
// MoveUp aliases
|
|
1828
1830
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1829
|
-
// MoveVertical aliases
|
|
1830
|
-
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1831
1831
|
// Move aliases
|
|
1832
1832
|
export { default as MoveIcon } from '../icons/move';
|
|
1833
|
-
//
|
|
1834
|
-
export { default as
|
|
1833
|
+
// MoveVertical aliases
|
|
1834
|
+
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1835
1835
|
// Music2 aliases
|
|
1836
1836
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1837
|
+
// Music3 aliases
|
|
1838
|
+
export { default as Music3Icon } from '../icons/music-3';
|
|
1837
1839
|
// Music4 aliases
|
|
1838
1840
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1839
1841
|
// Music aliases
|
|
1840
1842
|
export { default as MusicIcon } from '../icons/music';
|
|
1841
|
-
// Navigation2 aliases
|
|
1842
|
-
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1843
1843
|
// Navigation2Off aliases
|
|
1844
1844
|
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1845
|
+
// Navigation2 aliases
|
|
1846
|
+
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1847
|
+
// Navigation aliases
|
|
1848
|
+
export { default as NavigationIcon } from '../icons/navigation';
|
|
1845
1849
|
// NavigationOff aliases
|
|
1846
1850
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1847
1851
|
// Network aliases
|
|
1848
1852
|
export { default as NetworkIcon } from '../icons/network';
|
|
1849
1853
|
// Newspaper aliases
|
|
1850
1854
|
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1851
|
-
// Navigation aliases
|
|
1852
|
-
export { default as NavigationIcon } from '../icons/navigation';
|
|
1853
|
-
// Nfc aliases
|
|
1854
|
-
export { default as NfcIcon } from '../icons/nfc';
|
|
1855
1855
|
// NonBinary aliases
|
|
1856
1856
|
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1857
|
+
// Nfc aliases
|
|
1858
|
+
export { default as NfcIcon } from '../icons/nfc';
|
|
1857
1859
|
// NotebookPen aliases
|
|
1858
1860
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1861
|
+
// Notebook aliases
|
|
1862
|
+
export { default as NotebookIcon } from '../icons/notebook';
|
|
1859
1863
|
// NotebookTabs aliases
|
|
1860
1864
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1861
1865
|
// NotebookText aliases
|
|
1862
1866
|
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1863
1867
|
// NotepadTextDashed aliases
|
|
1864
1868
|
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1865
|
-
// Notebook aliases
|
|
1866
|
-
export { default as NotebookIcon } from '../icons/notebook';
|
|
1867
|
-
// NutOff aliases
|
|
1868
|
-
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1869
1869
|
// NotepadText aliases
|
|
1870
1870
|
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1871
|
+
// NutOff aliases
|
|
1872
|
+
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1871
1873
|
// Nut aliases
|
|
1872
1874
|
export { default as NutIcon } from '../icons/nut';
|
|
1873
1875
|
// OctagonMinus aliases
|
|
@@ -1878,72 +1880,72 @@ export { default as OctagonIcon } from '../icons/octagon';
|
|
|
1878
1880
|
export { default as OptionIcon } from '../icons/option';
|
|
1879
1881
|
// Omega aliases
|
|
1880
1882
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1881
|
-
// Orbit aliases
|
|
1882
|
-
export { default as OrbitIcon } from '../icons/orbit';
|
|
1883
1883
|
// Origami aliases
|
|
1884
1884
|
export { default as OrigamiIcon } from '../icons/origami';
|
|
1885
|
-
//
|
|
1886
|
-
export { default as
|
|
1885
|
+
// Orbit aliases
|
|
1886
|
+
export { default as OrbitIcon } from '../icons/orbit';
|
|
1887
1887
|
// PackageCheck aliases
|
|
1888
1888
|
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1889
|
-
// PackageOpen aliases
|
|
1890
|
-
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1891
1889
|
// PackageMinus aliases
|
|
1892
1890
|
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1893
|
-
//
|
|
1894
|
-
export { default as
|
|
1891
|
+
// Package2 aliases
|
|
1892
|
+
export { default as Package2Icon } from '../icons/package-2';
|
|
1893
|
+
// PackageOpen aliases
|
|
1894
|
+
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1895
1895
|
// PackagePlus aliases
|
|
1896
1896
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1897
|
+
// PackageSearch aliases
|
|
1898
|
+
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1897
1899
|
// PackageX aliases
|
|
1898
1900
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
1899
1901
|
// Package aliases
|
|
1900
1902
|
export { default as PackageIcon } from '../icons/package';
|
|
1901
1903
|
// PaintBucket aliases
|
|
1902
1904
|
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1903
|
-
// Paintbrush aliases
|
|
1904
|
-
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1905
1905
|
// PaintRoller aliases
|
|
1906
1906
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1907
|
-
//
|
|
1908
|
-
export { default as
|
|
1907
|
+
// Paintbrush aliases
|
|
1908
|
+
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1909
1909
|
// Palette aliases
|
|
1910
1910
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1911
1911
|
// PanelBottomClose aliases
|
|
1912
1912
|
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1913
|
-
//
|
|
1914
|
-
export { default as
|
|
1913
|
+
// Panda aliases
|
|
1914
|
+
export { default as PandaIcon } from '../icons/panda';
|
|
1915
1915
|
// PanelLeftRightDashed aliases
|
|
1916
1916
|
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1917
1917
|
// PanelBottom aliases
|
|
1918
1918
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1919
1919
|
// PanelRightClose aliases
|
|
1920
1920
|
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1921
|
+
// PanelBottomOpen aliases
|
|
1922
|
+
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1921
1923
|
// PanelRightOpen aliases
|
|
1922
1924
|
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1923
1925
|
// PanelRight aliases
|
|
1924
1926
|
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1925
|
-
// PanelTopBottomDashed aliases
|
|
1926
|
-
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
1927
1927
|
// PanelTopClose aliases
|
|
1928
1928
|
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1929
|
+
// PanelTopBottomDashed aliases
|
|
1930
|
+
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
1929
1931
|
// PanelTopOpen aliases
|
|
1930
1932
|
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1931
|
-
// PanelTop aliases
|
|
1932
|
-
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1933
1933
|
// PanelsLeftBottom aliases
|
|
1934
1934
|
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1935
|
+
// PanelTop aliases
|
|
1936
|
+
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1935
1937
|
// PanelsRightBottom aliases
|
|
1936
1938
|
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1937
|
-
// Parentheses aliases
|
|
1938
|
-
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1939
1939
|
// Paperclip aliases
|
|
1940
1940
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1941
|
+
// Parentheses aliases
|
|
1942
|
+
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1941
1943
|
// ParkingMeter aliases
|
|
1942
1944
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1943
|
-
// PartyPopper aliases
|
|
1944
|
-
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1945
1945
|
// Pause aliases
|
|
1946
1946
|
export { default as PauseIcon } from '../icons/pause';
|
|
1947
|
+
// PartyPopper aliases
|
|
1948
|
+
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1947
1949
|
// PawPrint aliases
|
|
1948
1950
|
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1949
1951
|
// PcCase aliases
|
|
@@ -1960,28 +1962,28 @@ export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
|
1960
1962
|
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1961
1963
|
// Pencil aliases
|
|
1962
1964
|
export { default as PencilIcon } from '../icons/pencil';
|
|
1963
|
-
// Percent aliases
|
|
1964
|
-
export { default as PercentIcon } from '../icons/percent';
|
|
1965
1965
|
// Pentagon aliases
|
|
1966
1966
|
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1967
|
+
// Percent aliases
|
|
1968
|
+
export { default as PercentIcon } from '../icons/percent';
|
|
1967
1969
|
// PersonStanding aliases
|
|
1968
1970
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1969
1971
|
// PhilippinePeso aliases
|
|
1970
1972
|
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1971
1973
|
// PhoneCall aliases
|
|
1972
1974
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1973
|
-
// PhoneIncoming aliases
|
|
1974
|
-
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1975
1975
|
// PhoneForwarded aliases
|
|
1976
1976
|
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1977
|
-
// PhoneOff aliases
|
|
1978
|
-
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1979
1977
|
// PhoneMissed aliases
|
|
1980
1978
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1981
|
-
//
|
|
1982
|
-
export { default as
|
|
1979
|
+
// PhoneOff aliases
|
|
1980
|
+
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1983
1981
|
// PhoneOutgoing aliases
|
|
1984
1982
|
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1983
|
+
// PhoneIncoming aliases
|
|
1984
|
+
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1985
|
+
// Phone aliases
|
|
1986
|
+
export { default as PhoneIcon } from '../icons/phone';
|
|
1985
1987
|
// Pi aliases
|
|
1986
1988
|
export { default as PiIcon } from '../icons/pi';
|
|
1987
1989
|
// Piano aliases
|
|
@@ -1994,24 +1996,24 @@ export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2'
|
|
|
1994
1996
|
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1995
1997
|
// PiggyBank aliases
|
|
1996
1998
|
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1999
|
+
// PilcrowRight aliases
|
|
2000
|
+
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1997
2001
|
// PilcrowLeft aliases
|
|
1998
2002
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1999
2003
|
// Pilcrow aliases
|
|
2000
2004
|
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
2001
|
-
// PilcrowRight aliases
|
|
2002
|
-
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
2003
2005
|
// PillBottle aliases
|
|
2004
2006
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
2005
|
-
// PinOff aliases
|
|
2006
|
-
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2007
2007
|
// Pill aliases
|
|
2008
2008
|
export { default as PillIcon } from '../icons/pill';
|
|
2009
|
-
//
|
|
2010
|
-
export { default as
|
|
2011
|
-
// Pizza aliases
|
|
2012
|
-
export { default as PizzaIcon } from '../icons/pizza';
|
|
2009
|
+
// PinOff aliases
|
|
2010
|
+
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2013
2011
|
// Pin aliases
|
|
2014
2012
|
export { default as PinIcon } from '../icons/pin';
|
|
2013
|
+
// Pizza aliases
|
|
2014
|
+
export { default as PizzaIcon } from '../icons/pizza';
|
|
2015
|
+
// Pipette aliases
|
|
2016
|
+
export { default as PipetteIcon } from '../icons/pipette';
|
|
2015
2017
|
// PlaneLanding aliases
|
|
2016
2018
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
2017
2019
|
// PlaneTakeoff aliases
|
|
@@ -2022,14 +2024,16 @@ export { default as PlaneIcon } from '../icons/plane';
|
|
|
2022
2024
|
export { default as PlayIcon } from '../icons/play';
|
|
2023
2025
|
// Plug2 aliases
|
|
2024
2026
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
2025
|
-
// Plug aliases
|
|
2026
|
-
export { default as PlugIcon } from '../icons/plug';
|
|
2027
2027
|
// Plus aliases
|
|
2028
2028
|
export { default as PlusIcon } from '../icons/plus';
|
|
2029
|
+
// Plug aliases
|
|
2030
|
+
export { default as PlugIcon } from '../icons/plug';
|
|
2029
2031
|
// PocketKnife aliases
|
|
2030
2032
|
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2031
2033
|
// Podcast aliases
|
|
2032
2034
|
export { default as PodcastIcon } from '../icons/podcast';
|
|
2035
|
+
// Pointer aliases
|
|
2036
|
+
export { default as PointerIcon } from '../icons/pointer';
|
|
2033
2037
|
// PointerOff aliases
|
|
2034
2038
|
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2035
2039
|
// Popcorn aliases
|
|
@@ -2038,56 +2042,54 @@ export { default as PopcornIcon } from '../icons/popcorn';
|
|
|
2038
2042
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2039
2043
|
// PoundSterling aliases
|
|
2040
2044
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2041
|
-
// PowerOff aliases
|
|
2042
|
-
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2043
|
-
// PrinterCheck aliases
|
|
2044
|
-
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2045
2045
|
// Power aliases
|
|
2046
2046
|
export { default as PowerIcon } from '../icons/power';
|
|
2047
|
-
//
|
|
2048
|
-
export { default as
|
|
2047
|
+
// PowerOff aliases
|
|
2048
|
+
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2049
2049
|
// Presentation aliases
|
|
2050
2050
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
2051
|
+
// PrinterCheck aliases
|
|
2052
|
+
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2051
2053
|
// Printer aliases
|
|
2052
2054
|
export { default as PrinterIcon } from '../icons/printer';
|
|
2055
|
+
// PrinterX aliases
|
|
2056
|
+
export { default as PrinterXIcon } from '../icons/printer-x';
|
|
2053
2057
|
// Projector aliases
|
|
2054
2058
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
2055
2059
|
// Proportions aliases
|
|
2056
2060
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2057
|
-
// Pointer aliases
|
|
2058
|
-
export { default as PointerIcon } from '../icons/pointer';
|
|
2059
|
-
// Puzzle aliases
|
|
2060
|
-
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2061
2061
|
// Pyramid aliases
|
|
2062
2062
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2063
|
-
// Quote aliases
|
|
2064
|
-
export { default as QuoteIcon } from '../icons/quote';
|
|
2065
2063
|
// Rabbit aliases
|
|
2066
2064
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2065
|
+
// Puzzle aliases
|
|
2066
|
+
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2067
2067
|
// QrCode aliases
|
|
2068
2068
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2069
|
+
// Quote aliases
|
|
2070
|
+
export { default as QuoteIcon } from '../icons/quote';
|
|
2069
2071
|
// Radar aliases
|
|
2070
2072
|
export { default as RadarIcon } from '../icons/radar';
|
|
2071
|
-
// Radical aliases
|
|
2072
|
-
export { default as RadicalIcon } from '../icons/radical';
|
|
2073
2073
|
// Radiation aliases
|
|
2074
2074
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
2075
|
-
//
|
|
2076
|
-
export { default as
|
|
2075
|
+
// Radical aliases
|
|
2076
|
+
export { default as RadicalIcon } from '../icons/radical';
|
|
2077
2077
|
// RadioOff aliases
|
|
2078
2078
|
export { default as RadioOffIcon } from '../icons/radio-off';
|
|
2079
|
-
//
|
|
2080
|
-
export { default as
|
|
2079
|
+
// RadioReceiver aliases
|
|
2080
|
+
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2081
2081
|
// RadioTower aliases
|
|
2082
2082
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2083
2083
|
// Radius aliases
|
|
2084
2084
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2085
|
-
//
|
|
2086
|
-
export { default as
|
|
2085
|
+
// Radio aliases
|
|
2086
|
+
export { default as RadioIcon } from '../icons/radio';
|
|
2087
2087
|
// Rat aliases
|
|
2088
2088
|
export { default as RatIcon } from '../icons/rat';
|
|
2089
2089
|
// Ratio aliases
|
|
2090
2090
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2091
|
+
// Rainbow aliases
|
|
2092
|
+
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2091
2093
|
// ReceiptCent aliases
|
|
2092
2094
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2093
2095
|
// ReceiptEuro aliases
|
|
@@ -2100,92 +2102,92 @@ export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee
|
|
|
2100
2102
|
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2101
2103
|
// ReceiptPoundSterling aliases
|
|
2102
2104
|
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2103
|
-
// ReceiptSwissFranc aliases
|
|
2104
|
-
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2105
2105
|
// ReceiptText aliases
|
|
2106
2106
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2107
|
+
// ReceiptSwissFranc aliases
|
|
2108
|
+
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2109
|
+
// Receipt aliases
|
|
2110
|
+
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2107
2111
|
// ReceiptTurkishLira aliases
|
|
2108
2112
|
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2109
2113
|
// RectangleCircle aliases
|
|
2110
2114
|
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2111
|
-
// Receipt aliases
|
|
2112
|
-
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2113
|
-
// RectangleVertical aliases
|
|
2114
|
-
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2115
2115
|
// RectangleGoggles aliases
|
|
2116
2116
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2117
2117
|
// RectangleHorizontal aliases
|
|
2118
2118
|
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2119
|
-
//
|
|
2120
|
-
export { default as
|
|
2119
|
+
// RectangleVertical aliases
|
|
2120
|
+
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2121
2121
|
// Redo2 aliases
|
|
2122
2122
|
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2123
|
+
// Recycle aliases
|
|
2124
|
+
export { default as RecycleIcon } from '../icons/recycle';
|
|
2123
2125
|
// RedoDot aliases
|
|
2124
2126
|
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2125
2127
|
// Redo aliases
|
|
2126
2128
|
export { default as RedoIcon } from '../icons/redo';
|
|
2127
|
-
// RefreshCcwDot aliases
|
|
2128
|
-
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2129
|
-
// RefreshCw aliases
|
|
2130
|
-
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2131
2129
|
// RefreshCcw aliases
|
|
2132
2130
|
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2133
2131
|
// RefreshCwOff aliases
|
|
2134
2132
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2133
|
+
// RefreshCcwDot aliases
|
|
2134
|
+
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2135
|
+
// RefreshCw aliases
|
|
2136
|
+
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2135
2137
|
// Refrigerator aliases
|
|
2136
2138
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2137
|
-
// RemoveFormatting aliases
|
|
2138
|
-
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2139
2139
|
// Regex aliases
|
|
2140
2140
|
export { default as RegexIcon } from '../icons/regex';
|
|
2141
|
-
//
|
|
2142
|
-
export { default as
|
|
2141
|
+
// RemoveFormatting aliases
|
|
2142
|
+
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2143
2143
|
// Repeat1 aliases
|
|
2144
2144
|
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2145
|
-
//
|
|
2146
|
-
export { default as
|
|
2145
|
+
// Repeat2 aliases
|
|
2146
|
+
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2147
2147
|
// ReplaceAll aliases
|
|
2148
2148
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2149
2149
|
// Replace aliases
|
|
2150
2150
|
export { default as ReplaceIcon } from '../icons/replace';
|
|
2151
|
+
// Repeat aliases
|
|
2152
|
+
export { default as RepeatIcon } from '../icons/repeat';
|
|
2151
2153
|
// ReplyAll aliases
|
|
2152
2154
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2153
|
-
// Reply aliases
|
|
2154
|
-
export { default as ReplyIcon } from '../icons/reply';
|
|
2155
|
-
// Ribbon aliases
|
|
2156
|
-
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2157
|
-
// Road aliases
|
|
2158
|
-
export { default as RoadIcon } from '../icons/road';
|
|
2159
2155
|
// Rewind aliases
|
|
2160
2156
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2157
|
+
// Reply aliases
|
|
2158
|
+
export { default as ReplyIcon } from '../icons/reply';
|
|
2161
2159
|
// Rocket aliases
|
|
2162
2160
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2161
|
+
// Ribbon aliases
|
|
2162
|
+
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2163
2163
|
// RockingChair aliases
|
|
2164
2164
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2165
|
+
// Road aliases
|
|
2166
|
+
export { default as RoadIcon } from '../icons/road';
|
|
2165
2167
|
// RollerCoaster aliases
|
|
2166
2168
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2167
2169
|
// Rose aliases
|
|
2168
2170
|
export { default as RoseIcon } from '../icons/rose';
|
|
2169
2171
|
// RotateCcwKey aliases
|
|
2170
2172
|
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2171
|
-
// RotateCcw aliases
|
|
2172
|
-
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2173
2173
|
// RotateCcwSquare aliases
|
|
2174
2174
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2175
|
-
//
|
|
2176
|
-
export { default as
|
|
2175
|
+
// RotateCcw aliases
|
|
2176
|
+
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2177
2177
|
// RotateCwSquare aliases
|
|
2178
2178
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2179
2179
|
// RotateCw aliases
|
|
2180
2180
|
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2181
|
-
//
|
|
2182
|
-
export { default as
|
|
2181
|
+
// RouteOff aliases
|
|
2182
|
+
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2183
2183
|
// Route aliases
|
|
2184
2184
|
export { default as RouteIcon } from '../icons/route';
|
|
2185
|
-
//
|
|
2186
|
-
export { default as
|
|
2185
|
+
// Router aliases
|
|
2186
|
+
export { default as RouterIcon } from '../icons/router';
|
|
2187
2187
|
// Rss aliases
|
|
2188
2188
|
export { default as RssIcon } from '../icons/rss';
|
|
2189
|
+
// Rows4 aliases
|
|
2190
|
+
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2189
2191
|
// RulerDimensionLine aliases
|
|
2190
2192
|
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2191
2193
|
// Ruler aliases
|
|
@@ -2198,14 +2200,14 @@ export { default as SailboatIcon } from '../icons/sailboat';
|
|
|
2198
2200
|
export { default as SaladIcon } from '../icons/salad';
|
|
2199
2201
|
// Sandwich aliases
|
|
2200
2202
|
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2201
|
-
// SatelliteDish aliases
|
|
2202
|
-
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2203
|
-
// Satellite aliases
|
|
2204
|
-
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2205
2203
|
// SaudiRiyal aliases
|
|
2206
2204
|
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2205
|
+
// SatelliteDish aliases
|
|
2206
|
+
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2207
2207
|
// SaveAll aliases
|
|
2208
2208
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2209
|
+
// Satellite aliases
|
|
2210
|
+
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2209
2211
|
// SaveOff aliases
|
|
2210
2212
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2211
2213
|
// Save aliases
|
|
@@ -2214,12 +2216,12 @@ export { default as SaveIcon } from '../icons/save';
|
|
|
2214
2216
|
export { default as ScaleIcon } from '../icons/scale';
|
|
2215
2217
|
// Scaling aliases
|
|
2216
2218
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2217
|
-
// ScanEye aliases
|
|
2218
|
-
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2219
2219
|
// ScanBarcode aliases
|
|
2220
2220
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2221
2221
|
// ScanFace aliases
|
|
2222
2222
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2223
|
+
// ScanEye aliases
|
|
2224
|
+
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2223
2225
|
// ScanHeart aliases
|
|
2224
2226
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2225
2227
|
// ScanLine aliases
|
|
@@ -2228,26 +2230,26 @@ export { default as ScanLineIcon } from '../icons/scan-line';
|
|
|
2228
2230
|
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2229
2231
|
// ScanSearch aliases
|
|
2230
2232
|
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2231
|
-
// ScanText aliases
|
|
2232
|
-
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2233
2233
|
// Scan aliases
|
|
2234
2234
|
export { default as ScanIcon } from '../icons/scan';
|
|
2235
|
+
// ScanText aliases
|
|
2236
|
+
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2235
2237
|
// School aliases
|
|
2236
2238
|
export { default as SchoolIcon } from '../icons/school';
|
|
2237
|
-
// Scissors aliases
|
|
2238
|
-
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2239
2239
|
// ScissorsLineDashed aliases
|
|
2240
2240
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2241
|
+
// Scissors aliases
|
|
2242
|
+
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2241
2243
|
// Scooter aliases
|
|
2242
2244
|
export { default as ScooterIcon } from '../icons/scooter';
|
|
2243
2245
|
// ScreenShareOff aliases
|
|
2244
2246
|
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2245
2247
|
// ScreenShare aliases
|
|
2246
|
-
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2247
|
-
// Scroll aliases
|
|
2248
|
-
export { default as ScrollIcon } from '../icons/scroll';
|
|
2248
|
+
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2249
2249
|
// ScrollText aliases
|
|
2250
2250
|
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2251
|
+
// Scroll aliases
|
|
2252
|
+
export { default as ScrollIcon } from '../icons/scroll';
|
|
2251
2253
|
// SearchAlert aliases
|
|
2252
2254
|
export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
2253
2255
|
// SearchCheck aliases
|
|
@@ -2256,40 +2258,40 @@ export { default as SearchCheckIcon } from '../icons/search-check';
|
|
|
2256
2258
|
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2257
2259
|
// SearchSlash aliases
|
|
2258
2260
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2259
|
-
// SearchX aliases
|
|
2260
|
-
export { default as SearchXIcon } from '../icons/search-x';
|
|
2261
2261
|
// Search aliases
|
|
2262
2262
|
export { default as SearchIcon } from '../icons/search';
|
|
2263
|
+
// SearchX aliases
|
|
2264
|
+
export { default as SearchXIcon } from '../icons/search-x';
|
|
2263
2265
|
// Section aliases
|
|
2264
2266
|
export { default as SectionIcon } from '../icons/section';
|
|
2267
|
+
// SendToBack aliases
|
|
2268
|
+
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2265
2269
|
// Send aliases
|
|
2266
2270
|
export { default as SendIcon } from '../icons/send';
|
|
2267
2271
|
// SeparatorHorizontal aliases
|
|
2268
2272
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2269
|
-
// SendToBack aliases
|
|
2270
|
-
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2271
2273
|
// SeparatorVertical aliases
|
|
2272
2274
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2273
|
-
// ServerCog aliases
|
|
2274
|
-
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2275
2275
|
// ServerCrash aliases
|
|
2276
2276
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2277
|
+
// ServerCog aliases
|
|
2278
|
+
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2277
2279
|
// ServerOff aliases
|
|
2278
2280
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2279
2281
|
// Server aliases
|
|
2280
2282
|
export { default as ServerIcon } from '../icons/server';
|
|
2281
|
-
// Shapes aliases
|
|
2282
|
-
export { default as ShapesIcon } from '../icons/shapes';
|
|
2283
2283
|
// Settings2 aliases
|
|
2284
2284
|
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2285
|
+
// Shapes aliases
|
|
2286
|
+
export { default as ShapesIcon } from '../icons/shapes';
|
|
2285
2287
|
// Settings aliases
|
|
2286
2288
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2289
|
+
// Share2 aliases
|
|
2290
|
+
export { default as Share2Icon } from '../icons/share-2';
|
|
2287
2291
|
// Share aliases
|
|
2288
2292
|
export { default as ShareIcon } from '../icons/share';
|
|
2289
2293
|
// Sheet aliases
|
|
2290
2294
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2291
|
-
// Share2 aliases
|
|
2292
|
-
export { default as Share2Icon } from '../icons/share-2';
|
|
2293
2295
|
// Shell aliases
|
|
2294
2296
|
export { default as ShellIcon } from '../icons/shell';
|
|
2295
2297
|
// ShelvingUnit aliases
|
|
@@ -2304,22 +2306,22 @@ export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
|
2304
2306
|
export { default as ShieldCogCornerIcon } from '../icons/shield-cog-corner';
|
|
2305
2307
|
// ShieldCog aliases
|
|
2306
2308
|
export { default as ShieldCogIcon } from '../icons/shield-cog';
|
|
2307
|
-
// ShieldEllipsis aliases
|
|
2308
|
-
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2309
2309
|
// ShieldHalf aliases
|
|
2310
2310
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2311
|
-
//
|
|
2312
|
-
export { default as
|
|
2311
|
+
// ShieldEllipsis aliases
|
|
2312
|
+
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2313
2313
|
// ShieldMinus aliases
|
|
2314
2314
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2315
|
+
// ShieldOff aliases
|
|
2316
|
+
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2315
2317
|
// ShieldPlus aliases
|
|
2316
2318
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2317
2319
|
// ShieldUser aliases
|
|
2318
2320
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2319
|
-
// Shield aliases
|
|
2320
|
-
export { default as ShieldIcon } from '../icons/shield';
|
|
2321
2321
|
// ShipWheel aliases
|
|
2322
2322
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2323
|
+
// Shield aliases
|
|
2324
|
+
export { default as ShieldIcon } from '../icons/shield';
|
|
2323
2325
|
// Ship aliases
|
|
2324
2326
|
export { default as ShipIcon } from '../icons/ship';
|
|
2325
2327
|
// Shirt aliases
|
|
@@ -2332,42 +2334,42 @@ export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
|
2332
2334
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2333
2335
|
// ShoppingCart aliases
|
|
2334
2336
|
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2335
|
-
// Shredder aliases
|
|
2336
|
-
export { default as ShredderIcon } from '../icons/shredder';
|
|
2337
2337
|
// ShowerHead aliases
|
|
2338
2338
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2339
|
+
// Shredder aliases
|
|
2340
|
+
export { default as ShredderIcon } from '../icons/shredder';
|
|
2339
2341
|
// Shrimp aliases
|
|
2340
2342
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2341
2343
|
// Shrink aliases
|
|
2342
2344
|
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2343
|
-
// Shrub aliases
|
|
2344
|
-
export { default as ShrubIcon } from '../icons/shrub';
|
|
2345
2345
|
// Shuffle aliases
|
|
2346
2346
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2347
|
+
// Shrub aliases
|
|
2348
|
+
export { default as ShrubIcon } from '../icons/shrub';
|
|
2347
2349
|
// Sigma aliases
|
|
2348
2350
|
export { default as SigmaIcon } from '../icons/sigma';
|
|
2349
2351
|
// SignalHigh aliases
|
|
2350
2352
|
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2351
2353
|
// SignalLow aliases
|
|
2352
2354
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2353
|
-
// SignalZero aliases
|
|
2354
|
-
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2355
2355
|
// SignalMedium aliases
|
|
2356
2356
|
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2357
|
-
//
|
|
2358
|
-
export { default as
|
|
2357
|
+
// SignalZero aliases
|
|
2358
|
+
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2359
2359
|
// Signature aliases
|
|
2360
2360
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2361
|
+
// Signal aliases
|
|
2362
|
+
export { default as SignalIcon } from '../icons/signal';
|
|
2361
2363
|
// SignpostBig aliases
|
|
2362
2364
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2363
2365
|
// Signpost aliases
|
|
2364
2366
|
export { default as SignpostIcon } from '../icons/signpost';
|
|
2365
2367
|
// Siren aliases
|
|
2366
2368
|
export { default as SirenIcon } from '../icons/siren';
|
|
2367
|
-
// SkipBack aliases
|
|
2368
|
-
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2369
2369
|
// SkipForward aliases
|
|
2370
2370
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2371
|
+
// SkipBack aliases
|
|
2372
|
+
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2371
2373
|
// Skull aliases
|
|
2372
2374
|
export { default as SkullIcon } from '../icons/skull';
|
|
2373
2375
|
// Slash aliases
|
|
@@ -2378,22 +2380,22 @@ export { default as SliceIcon } from '../icons/slice';
|
|
|
2378
2380
|
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2379
2381
|
// SmartphoneCharging aliases
|
|
2380
2382
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2383
|
+
// SmartphoneNfc aliases
|
|
2384
|
+
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2381
2385
|
// Smartphone aliases
|
|
2382
2386
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2383
2387
|
// SmilePlus aliases
|
|
2384
2388
|
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2385
|
-
//
|
|
2386
|
-
export { default as
|
|
2389
|
+
// Snail aliases
|
|
2390
|
+
export { default as SnailIcon } from '../icons/snail';
|
|
2387
2391
|
// Smile aliases
|
|
2388
2392
|
export { default as SmileIcon } from '../icons/smile';
|
|
2389
2393
|
// Snowflake aliases
|
|
2390
2394
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2391
|
-
// Snail aliases
|
|
2392
|
-
export { default as SnailIcon } from '../icons/snail';
|
|
2393
|
-
// Sofa aliases
|
|
2394
|
-
export { default as SofaIcon } from '../icons/sofa';
|
|
2395
2395
|
// SoapDispenserDroplet aliases
|
|
2396
2396
|
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2397
|
+
// Sofa aliases
|
|
2398
|
+
export { default as SofaIcon } from '../icons/sofa';
|
|
2397
2399
|
// SolarPanel aliases
|
|
2398
2400
|
export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
2399
2401
|
// Soup aliases
|
|
@@ -2402,10 +2404,10 @@ export { default as SoupIcon } from '../icons/soup';
|
|
|
2402
2404
|
export { default as SpaceIcon } from '../icons/space';
|
|
2403
2405
|
// Spade aliases
|
|
2404
2406
|
export { default as SpadeIcon } from '../icons/spade';
|
|
2405
|
-
// Sparkle aliases
|
|
2406
|
-
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2407
2407
|
// Speaker aliases
|
|
2408
2408
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2409
|
+
// Sparkle aliases
|
|
2410
|
+
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2409
2411
|
// Speech aliases
|
|
2410
2412
|
export { default as SpeechIcon } from '../icons/speech';
|
|
2411
2413
|
// SpellCheck2 aliases
|
|
@@ -2418,34 +2420,34 @@ export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
|
2418
2420
|
export { default as SplineIcon } from '../icons/spline';
|
|
2419
2421
|
// Split aliases
|
|
2420
2422
|
export { default as SplitIcon } from '../icons/split';
|
|
2421
|
-
// Spool aliases
|
|
2422
|
-
export { default as SpoolIcon } from '../icons/spool';
|
|
2423
2423
|
// SportShoe aliases
|
|
2424
2424
|
export { default as SportShoeIcon } from '../icons/sport-shoe';
|
|
2425
|
+
// Spool aliases
|
|
2426
|
+
export { default as SpoolIcon } from '../icons/spool';
|
|
2425
2427
|
// Spotlight aliases
|
|
2426
2428
|
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2427
2429
|
// SprayCan aliases
|
|
2428
2430
|
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2429
|
-
// Sprout aliases
|
|
2430
|
-
export { default as SproutIcon } from '../icons/sprout';
|
|
2431
2431
|
// SquareArrowRightEnter aliases
|
|
2432
2432
|
export { default as SquareArrowRightEnterIcon } from '../icons/square-arrow-right-enter';
|
|
2433
|
+
// SquareArrowRightExit aliases
|
|
2434
|
+
export { default as SquareArrowRightExitIcon } from '../icons/square-arrow-right-exit';
|
|
2433
2435
|
// SquareDashedBottomCode aliases
|
|
2434
2436
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2437
|
+
// Sprout aliases
|
|
2438
|
+
export { default as SproutIcon } from '../icons/sprout';
|
|
2435
2439
|
// SquareDashedBottom aliases
|
|
2436
2440
|
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2437
|
-
// SquareArrowRightExit aliases
|
|
2438
|
-
export { default as SquareArrowRightExitIcon } from '../icons/square-arrow-right-exit';
|
|
2439
2441
|
// SquareDashedTopSolid aliases
|
|
2440
2442
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2441
2443
|
// SquarePause aliases
|
|
2442
2444
|
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2443
2445
|
// SquareRadical aliases
|
|
2444
2446
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2445
|
-
// SquareRoundCorner aliases
|
|
2446
|
-
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2447
2447
|
// SquareStack aliases
|
|
2448
2448
|
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2449
|
+
// SquareRoundCorner aliases
|
|
2450
|
+
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2449
2451
|
// SquareSquare aliases
|
|
2450
2452
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2451
2453
|
// SquareStar aliases
|
|
@@ -2454,12 +2456,12 @@ export { default as SquareStarIcon } from '../icons/square-star';
|
|
|
2454
2456
|
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2455
2457
|
// Square aliases
|
|
2456
2458
|
export { default as SquareIcon } from '../icons/square';
|
|
2459
|
+
// SquaresIntersect aliases
|
|
2460
|
+
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2457
2461
|
// SquaresExclude aliases
|
|
2458
2462
|
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2459
2463
|
// SquaresSubtract aliases
|
|
2460
2464
|
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2461
|
-
// SquaresIntersect aliases
|
|
2462
|
-
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2463
2465
|
// SquaresUnite aliases
|
|
2464
2466
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2465
2467
|
// SquircleDashed aliases
|
|
@@ -2468,32 +2470,32 @@ export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
|
2468
2470
|
export { default as SquircleIcon } from '../icons/squircle';
|
|
2469
2471
|
// Squirrel aliases
|
|
2470
2472
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2471
|
-
// StarHalf aliases
|
|
2472
|
-
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2473
2473
|
// Stamp aliases
|
|
2474
2474
|
export { default as StampIcon } from '../icons/stamp';
|
|
2475
|
-
//
|
|
2476
|
-
export { default as
|
|
2475
|
+
// StarHalf aliases
|
|
2476
|
+
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2477
2477
|
// Star aliases
|
|
2478
2478
|
export { default as StarIcon } from '../icons/star';
|
|
2479
2479
|
// StarOff aliases
|
|
2480
2480
|
export { default as StarOffIcon } from '../icons/star-off';
|
|
2481
|
-
//
|
|
2482
|
-
export { default as
|
|
2481
|
+
// StepBack aliases
|
|
2482
|
+
export { default as StepBackIcon } from '../icons/step-back';
|
|
2483
2483
|
// Stethoscope aliases
|
|
2484
2484
|
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2485
2485
|
// Sticker aliases
|
|
2486
2486
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2487
|
+
// StepForward aliases
|
|
2488
|
+
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2487
2489
|
// StickyNote aliases
|
|
2488
2490
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2489
2491
|
// Stone aliases
|
|
2490
2492
|
export { default as StoneIcon } from '../icons/stone';
|
|
2491
2493
|
// StretchHorizontal aliases
|
|
2492
2494
|
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2493
|
-
// Store aliases
|
|
2494
|
-
export { default as StoreIcon } from '../icons/store';
|
|
2495
2495
|
// StretchVertical aliases
|
|
2496
2496
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2497
|
+
// Store aliases
|
|
2498
|
+
export { default as StoreIcon } from '../icons/store';
|
|
2497
2499
|
// Strikethrough aliases
|
|
2498
2500
|
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2499
2501
|
// Subscript aliases
|
|
@@ -2516,10 +2518,10 @@ export { default as SunsetIcon } from '../icons/sunset';
|
|
|
2516
2518
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2517
2519
|
// SwatchBook aliases
|
|
2518
2520
|
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2519
|
-
// SwissFranc aliases
|
|
2520
|
-
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2521
2521
|
// SwitchCamera aliases
|
|
2522
2522
|
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2523
|
+
// SwissFranc aliases
|
|
2524
|
+
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2523
2525
|
// Sword aliases
|
|
2524
2526
|
export { default as SwordIcon } from '../icons/sword';
|
|
2525
2527
|
// Swords aliases
|
|
@@ -2532,38 +2534,38 @@ export { default as Table2Icon } from '../icons/table-2';
|
|
|
2532
2534
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2533
2535
|
// TableColumnsSplit aliases
|
|
2534
2536
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2535
|
-
// TableCellsSplit aliases
|
|
2536
|
-
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2537
2537
|
// TableOfContents aliases
|
|
2538
2538
|
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2539
|
-
//
|
|
2540
|
-
export { default as
|
|
2539
|
+
// TableCellsSplit aliases
|
|
2540
|
+
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2541
2541
|
// TableRowsSplit aliases
|
|
2542
2542
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2543
|
+
// TableProperties aliases
|
|
2544
|
+
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2543
2545
|
// Table aliases
|
|
2544
2546
|
export { default as TableIcon } from '../icons/table';
|
|
2545
|
-
// Tablet aliases
|
|
2546
|
-
export { default as TabletIcon } from '../icons/tablet';
|
|
2547
2547
|
// TabletSmartphone aliases
|
|
2548
2548
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2549
|
+
// Tablet aliases
|
|
2550
|
+
export { default as TabletIcon } from '../icons/tablet';
|
|
2549
2551
|
// Tablets aliases
|
|
2550
2552
|
export { default as TabletsIcon } from '../icons/tablets';
|
|
2551
2553
|
// Tag aliases
|
|
2552
2554
|
export { default as TagIcon } from '../icons/tag';
|
|
2553
2555
|
// Tags aliases
|
|
2554
2556
|
export { default as TagsIcon } from '../icons/tags';
|
|
2557
|
+
// Tally2 aliases
|
|
2558
|
+
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2555
2559
|
// Tally1 aliases
|
|
2556
2560
|
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2557
2561
|
// Tally3 aliases
|
|
2558
2562
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2559
|
-
// Tally2 aliases
|
|
2560
|
-
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2561
2563
|
// Tally4 aliases
|
|
2562
2564
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2563
|
-
// Tangent aliases
|
|
2564
|
-
export { default as TangentIcon } from '../icons/tangent';
|
|
2565
2565
|
// Tally5 aliases
|
|
2566
2566
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2567
|
+
// Tangent aliases
|
|
2568
|
+
export { default as TangentIcon } from '../icons/tangent';
|
|
2567
2569
|
// Target aliases
|
|
2568
2570
|
export { default as TargetIcon } from '../icons/target';
|
|
2569
2571
|
// Telescope aliases
|
|
@@ -2574,22 +2576,22 @@ export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
|
2574
2576
|
export { default as TentIcon } from '../icons/tent';
|
|
2575
2577
|
// Terminal aliases
|
|
2576
2578
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2577
|
-
//
|
|
2578
|
-
export { default as
|
|
2579
|
+
// TestTube aliases
|
|
2580
|
+
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2579
2581
|
// TestTubes aliases
|
|
2580
2582
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2581
2583
|
// TextCursor aliases
|
|
2582
2584
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2583
|
-
//
|
|
2584
|
-
export { default as
|
|
2585
|
+
// TextCursorInput aliases
|
|
2586
|
+
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2585
2587
|
// TextQuote aliases
|
|
2586
2588
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2587
2589
|
// TextSearch aliases
|
|
2588
2590
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2589
|
-
// ThermometerSnowflake aliases
|
|
2590
|
-
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2591
2591
|
// Theater aliases
|
|
2592
2592
|
export { default as TheaterIcon } from '../icons/theater';
|
|
2593
|
+
// ThermometerSnowflake aliases
|
|
2594
|
+
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2593
2595
|
// Thermometer aliases
|
|
2594
2596
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2595
2597
|
// ThermometerSun aliases
|
|
@@ -2598,26 +2600,28 @@ export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
|
2598
2600
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2599
2601
|
// ThumbsUp aliases
|
|
2600
2602
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2603
|
+
// TicketCheck aliases
|
|
2604
|
+
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2601
2605
|
// TicketMinus aliases
|
|
2602
2606
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2603
|
-
// TicketPercent aliases
|
|
2604
|
-
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2605
2607
|
// TicketPlus aliases
|
|
2606
2608
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2607
|
-
//
|
|
2608
|
-
export { default as
|
|
2609
|
-
// TicketX aliases
|
|
2610
|
-
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2609
|
+
// TicketPercent aliases
|
|
2610
|
+
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2611
2611
|
// TicketSlash aliases
|
|
2612
2612
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2613
|
+
// TicketX aliases
|
|
2614
|
+
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2613
2615
|
// Ticket aliases
|
|
2614
2616
|
export { default as TicketIcon } from '../icons/ticket';
|
|
2615
2617
|
// TicketsPlane aliases
|
|
2616
2618
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2617
|
-
// TimerOff aliases
|
|
2618
|
-
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2619
2619
|
// Tickets aliases
|
|
2620
2620
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2621
|
+
// Timeline aliases
|
|
2622
|
+
export { default as TimelineIcon } from '../icons/timeline';
|
|
2623
|
+
// TimerOff aliases
|
|
2624
|
+
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2621
2625
|
// TimerReset aliases
|
|
2622
2626
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2623
2627
|
// Timer aliases
|
|
@@ -2630,14 +2634,14 @@ export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
|
2630
2634
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2631
2635
|
// ToolCase aliases
|
|
2632
2636
|
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2633
|
-
// Toolbox aliases
|
|
2634
|
-
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2635
2637
|
// Tornado aliases
|
|
2636
2638
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2637
|
-
//
|
|
2638
|
-
export { default as
|
|
2639
|
+
// Toolbox aliases
|
|
2640
|
+
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2639
2641
|
// TouchpadOff aliases
|
|
2640
2642
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2643
|
+
// Torus aliases
|
|
2644
|
+
export { default as TorusIcon } from '../icons/torus';
|
|
2641
2645
|
// Touchpad aliases
|
|
2642
2646
|
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2643
2647
|
// TowelRack aliases
|
|
@@ -2650,14 +2654,14 @@ export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
|
2650
2654
|
export { default as TractorIcon } from '../icons/tractor';
|
|
2651
2655
|
// TrafficCone aliases
|
|
2652
2656
|
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2653
|
-
// TrainFrontTunnel aliases
|
|
2654
|
-
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2655
2657
|
// TrainFront aliases
|
|
2656
2658
|
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2657
|
-
//
|
|
2658
|
-
export { default as
|
|
2659
|
+
// TrainFrontTunnel aliases
|
|
2660
|
+
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2659
2661
|
// Transgender aliases
|
|
2660
2662
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2663
|
+
// TrainTrack aliases
|
|
2664
|
+
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2661
2665
|
// Trash aliases
|
|
2662
2666
|
export { default as TrashIcon } from '../icons/trash';
|
|
2663
2667
|
// Trash2 aliases
|
|
@@ -2670,28 +2674,28 @@ export { default as TreePineIcon } from '../icons/tree-pine';
|
|
|
2670
2674
|
export { default as TreesIcon } from '../icons/trees';
|
|
2671
2675
|
// TrendingDown aliases
|
|
2672
2676
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2673
|
-
// TrendingUp aliases
|
|
2674
|
-
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2675
2677
|
// TrendingUpDown aliases
|
|
2676
2678
|
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2679
|
+
// TrendingUp aliases
|
|
2680
|
+
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2677
2681
|
// TriangleDashed aliases
|
|
2678
2682
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2679
2683
|
// TriangleRight aliases
|
|
2680
2684
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2681
2685
|
// Triangle aliases
|
|
2682
2686
|
export { default as TriangleIcon } from '../icons/triangle';
|
|
2683
|
-
// TruckElectric aliases
|
|
2684
|
-
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2685
2687
|
// Trophy aliases
|
|
2686
2688
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2687
|
-
//
|
|
2688
|
-
export { default as
|
|
2689
|
+
// TruckElectric aliases
|
|
2690
|
+
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2689
2691
|
// TurkishLira aliases
|
|
2690
2692
|
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2691
|
-
//
|
|
2692
|
-
export { default as
|
|
2693
|
+
// Truck aliases
|
|
2694
|
+
export { default as TruckIcon } from '../icons/truck';
|
|
2693
2695
|
// Turntable aliases
|
|
2694
2696
|
export { default as TurntableIcon } from '../icons/turntable';
|
|
2697
|
+
// Turtle aliases
|
|
2698
|
+
export { default as TurtleIcon } from '../icons/turtle';
|
|
2695
2699
|
// TvMinimalPlay aliases
|
|
2696
2700
|
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2697
2701
|
// Tv aliases
|
|
@@ -2700,50 +2704,50 @@ export { default as TvIcon } from '../icons/tv';
|
|
|
2700
2704
|
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2701
2705
|
// Type aliases
|
|
2702
2706
|
export { default as TypeIcon } from '../icons/type';
|
|
2703
|
-
// Umbrella aliases
|
|
2704
|
-
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2705
2707
|
// UmbrellaOff aliases
|
|
2706
2708
|
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2707
|
-
//
|
|
2708
|
-
export { default as
|
|
2709
|
+
// Umbrella aliases
|
|
2710
|
+
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2709
2711
|
// Undo2 aliases
|
|
2710
2712
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2713
|
+
// Underline aliases
|
|
2714
|
+
export { default as UnderlineIcon } from '../icons/underline';
|
|
2715
|
+
// Undo aliases
|
|
2716
|
+
export { default as UndoIcon } from '../icons/undo';
|
|
2711
2717
|
// UndoDot aliases
|
|
2712
2718
|
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2713
2719
|
// UnfoldHorizontal aliases
|
|
2714
2720
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2715
|
-
// Undo aliases
|
|
2716
|
-
export { default as UndoIcon } from '../icons/undo';
|
|
2717
2721
|
// UnfoldVertical aliases
|
|
2718
2722
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2719
|
-
// Unlink2 aliases
|
|
2720
|
-
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2721
2723
|
// Ungroup aliases
|
|
2722
2724
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2723
|
-
//
|
|
2724
|
-
export { default as
|
|
2725
|
+
// Unlink2 aliases
|
|
2726
|
+
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2725
2727
|
// Unplug aliases
|
|
2726
2728
|
export { default as UnplugIcon } from '../icons/unplug';
|
|
2729
|
+
// Unlink aliases
|
|
2730
|
+
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2727
2731
|
// Upload aliases
|
|
2728
2732
|
export { default as UploadIcon } from '../icons/upload';
|
|
2729
|
-
// UserCheck aliases
|
|
2730
|
-
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2731
2733
|
// Usb aliases
|
|
2732
2734
|
export { default as UsbIcon } from '../icons/usb';
|
|
2735
|
+
// UserCheck aliases
|
|
2736
|
+
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2733
2737
|
// UserKey aliases
|
|
2734
2738
|
export { default as UserKeyIcon } from '../icons/user-key';
|
|
2735
|
-
// UserCog aliases
|
|
2736
|
-
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2737
|
-
// UserMinus aliases
|
|
2738
|
-
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2739
2739
|
// UserLock aliases
|
|
2740
2740
|
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2741
|
+
// UserCog aliases
|
|
2742
|
+
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2741
2743
|
// UserPen aliases
|
|
2742
2744
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2743
|
-
//
|
|
2744
|
-
export { default as
|
|
2745
|
+
// UserMinus aliases
|
|
2746
|
+
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2745
2747
|
// UserPlus aliases
|
|
2746
2748
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2749
|
+
// UserRoundKey aliases
|
|
2750
|
+
export { default as UserRoundKeyIcon } from '../icons/user-round-key';
|
|
2747
2751
|
// UserRoundSearch aliases
|
|
2748
2752
|
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2749
2753
|
// UserRoundPen aliases
|
|
@@ -2780,10 +2784,10 @@ export { default as VenusIcon } from '../icons/venus';
|
|
|
2780
2784
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2781
2785
|
// Vibrate aliases
|
|
2782
2786
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2783
|
-
// VideoOff aliases
|
|
2784
|
-
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2785
2787
|
// Video aliases
|
|
2786
2788
|
export { default as VideoIcon } from '../icons/video';
|
|
2789
|
+
// VideoOff aliases
|
|
2790
|
+
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2787
2791
|
// Videotape aliases
|
|
2788
2792
|
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2789
2793
|
// View aliases
|
|
@@ -2794,124 +2798,124 @@ export { default as VoicemailIcon } from '../icons/voicemail';
|
|
|
2794
2798
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2795
2799
|
// Volume1 aliases
|
|
2796
2800
|
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2797
|
-
// VolumeOff aliases
|
|
2798
|
-
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2799
2801
|
// Volume2 aliases
|
|
2800
2802
|
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2803
|
+
// VolumeOff aliases
|
|
2804
|
+
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2801
2805
|
// VolumeX aliases
|
|
2802
2806
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2803
2807
|
// Volume aliases
|
|
2804
2808
|
export { default as VolumeIcon } from '../icons/volume';
|
|
2805
2809
|
// Vote aliases
|
|
2806
2810
|
export { default as VoteIcon } from '../icons/vote';
|
|
2807
|
-
// WalletCards aliases
|
|
2808
|
-
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2809
2811
|
// Wallet aliases
|
|
2810
2812
|
export { default as WalletIcon } from '../icons/wallet';
|
|
2813
|
+
// WalletCards aliases
|
|
2814
|
+
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2811
2815
|
// Wallpaper aliases
|
|
2812
2816
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2813
2817
|
// Wand aliases
|
|
2814
2818
|
export { default as WandIcon } from '../icons/wand';
|
|
2819
|
+
// WashingMachine aliases
|
|
2820
|
+
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2815
2821
|
// Warehouse aliases
|
|
2816
2822
|
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2817
2823
|
// Watch aliases
|
|
2818
2824
|
export { default as WatchIcon } from '../icons/watch';
|
|
2819
|
-
// WashingMachine aliases
|
|
2820
|
-
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2821
|
-
// WavesArrowDown aliases
|
|
2822
|
-
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
2823
2825
|
// WavesArrowUp aliases
|
|
2824
2826
|
export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
2827
|
+
// WavesArrowDown aliases
|
|
2828
|
+
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
2825
2829
|
// WavesLadder aliases
|
|
2826
2830
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2827
2831
|
// Waves aliases
|
|
2828
2832
|
export { default as WavesIcon } from '../icons/waves';
|
|
2829
|
-
// Webcam aliases
|
|
2830
|
-
export { default as WebcamIcon } from '../icons/webcam';
|
|
2831
|
-
// WebhookOff aliases
|
|
2832
|
-
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2833
2833
|
// Waypoints aliases
|
|
2834
2834
|
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2835
|
-
//
|
|
2836
|
-
export { default as
|
|
2835
|
+
// Webcam aliases
|
|
2836
|
+
export { default as WebcamIcon } from '../icons/webcam';
|
|
2837
2837
|
// Webhook aliases
|
|
2838
2838
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2839
|
+
// WeightTilde aliases
|
|
2840
|
+
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
2839
2841
|
// Weight aliases
|
|
2840
2842
|
export { default as WeightIcon } from '../icons/weight';
|
|
2843
|
+
// WebhookOff aliases
|
|
2844
|
+
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2841
2845
|
// WheatOff aliases
|
|
2842
2846
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2843
2847
|
// Wheat aliases
|
|
2844
2848
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2845
2849
|
// WholeWord aliases
|
|
2846
2850
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2851
|
+
// WifiCog aliases
|
|
2852
|
+
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2847
2853
|
// WifiHigh aliases
|
|
2848
2854
|
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2849
2855
|
// WifiLow aliases
|
|
2850
2856
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2851
|
-
// WifiCog aliases
|
|
2852
|
-
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2853
|
-
// WifiOff aliases
|
|
2854
|
-
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2855
2857
|
// WifiPen aliases
|
|
2856
2858
|
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2859
|
+
// WifiOff aliases
|
|
2860
|
+
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2857
2861
|
// WifiSync aliases
|
|
2858
2862
|
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2859
|
-
// Wifi aliases
|
|
2860
|
-
export { default as WifiIcon } from '../icons/wifi';
|
|
2861
2863
|
// WifiZero aliases
|
|
2862
2864
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2863
|
-
//
|
|
2864
|
-
export { default as
|
|
2865
|
+
// Wifi aliases
|
|
2866
|
+
export { default as WifiIcon } from '../icons/wifi';
|
|
2865
2867
|
// WindArrowDown aliases
|
|
2866
2868
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2869
|
+
// Wind aliases
|
|
2870
|
+
export { default as WindIcon } from '../icons/wind';
|
|
2867
2871
|
// WineOff aliases
|
|
2868
2872
|
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2869
2873
|
// Wine aliases
|
|
2870
2874
|
export { default as WineIcon } from '../icons/wine';
|
|
2871
2875
|
// Workflow aliases
|
|
2872
2876
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2873
|
-
// Worm aliases
|
|
2874
|
-
export { default as WormIcon } from '../icons/worm';
|
|
2875
2877
|
// Wrench aliases
|
|
2876
2878
|
export { default as WrenchIcon } from '../icons/wrench';
|
|
2879
|
+
// Worm aliases
|
|
2880
|
+
export { default as WormIcon } from '../icons/worm';
|
|
2881
|
+
// ZapOff aliases
|
|
2882
|
+
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2877
2883
|
// XLineTop aliases
|
|
2878
2884
|
export { default as XLineTopIcon } from '../icons/x-line-top';
|
|
2879
2885
|
// X aliases
|
|
2880
2886
|
export { default as XIcon } from '../icons/x';
|
|
2881
|
-
// ZapOff aliases
|
|
2882
|
-
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2883
|
-
// ZodiacAquarius aliases
|
|
2884
|
-
export { default as ZodiacAquariusIcon } from '../icons/zodiac-aquarius';
|
|
2885
2887
|
// Zap aliases
|
|
2886
2888
|
export { default as ZapIcon } from '../icons/zap';
|
|
2887
2889
|
// ZodiacAries aliases
|
|
2888
2890
|
export { default as ZodiacAriesIcon } from '../icons/zodiac-aries';
|
|
2891
|
+
// ZodiacAquarius aliases
|
|
2892
|
+
export { default as ZodiacAquariusIcon } from '../icons/zodiac-aquarius';
|
|
2889
2893
|
// ZodiacCancer aliases
|
|
2890
2894
|
export { default as ZodiacCancerIcon } from '../icons/zodiac-cancer';
|
|
2891
|
-
//
|
|
2892
|
-
export { default as
|
|
2895
|
+
// ZodiacGemini aliases
|
|
2896
|
+
export { default as ZodiacGeminiIcon } from '../icons/zodiac-gemini';
|
|
2893
2897
|
// ZodiacLeo aliases
|
|
2894
2898
|
export { default as ZodiacLeoIcon } from '../icons/zodiac-leo';
|
|
2899
|
+
// ZodiacCapricorn aliases
|
|
2900
|
+
export { default as ZodiacCapricornIcon } from '../icons/zodiac-capricorn';
|
|
2901
|
+
// ZodiacLibra aliases
|
|
2902
|
+
export { default as ZodiacLibraIcon } from '../icons/zodiac-libra';
|
|
2895
2903
|
// ZodiacOphiuchus aliases
|
|
2896
2904
|
export { default as ZodiacOphiuchusIcon } from '../icons/zodiac-ophiuchus';
|
|
2897
|
-
// ZodiacGemini aliases
|
|
2898
|
-
export { default as ZodiacGeminiIcon } from '../icons/zodiac-gemini';
|
|
2899
2905
|
// ZodiacPisces aliases
|
|
2900
2906
|
export { default as ZodiacPiscesIcon } from '../icons/zodiac-pisces';
|
|
2901
|
-
// ZodiacLibra aliases
|
|
2902
|
-
export { default as ZodiacLibraIcon } from '../icons/zodiac-libra';
|
|
2903
2907
|
// ZodiacSagittarius aliases
|
|
2904
2908
|
export { default as ZodiacSagittariusIcon } from '../icons/zodiac-sagittarius';
|
|
2905
2909
|
// ZodiacScorpio aliases
|
|
2906
2910
|
export { default as ZodiacScorpioIcon } from '../icons/zodiac-scorpio';
|
|
2907
|
-
// ZodiacVirgo aliases
|
|
2908
|
-
export { default as ZodiacVirgoIcon } from '../icons/zodiac-virgo';
|
|
2909
2911
|
// ZodiacTaurus aliases
|
|
2910
2912
|
export { default as ZodiacTaurusIcon } from '../icons/zodiac-taurus';
|
|
2911
|
-
//
|
|
2912
|
-
export { default as
|
|
2913
|
+
// ZodiacVirgo aliases
|
|
2914
|
+
export { default as ZodiacVirgoIcon } from '../icons/zodiac-virgo';
|
|
2913
2915
|
// ZoomOut aliases
|
|
2914
2916
|
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2917
|
+
// ZoomIn aliases
|
|
2918
|
+
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2915
2919
|
// ArrowDown01 aliases
|
|
2916
2920
|
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
2917
2921
|
// ArrowDown10 aliases
|
|
@@ -2968,90 +2972,90 @@ export {
|
|
|
2968
2972
|
/** @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 */
|
|
2969
2973
|
default as SortAscIcon
|
|
2970
2974
|
} from '../icons/arrow-up-narrow-wide';
|
|
2971
|
-
// Axis3d aliases
|
|
2972
|
-
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2973
|
-
export {
|
|
2974
|
-
/** @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 */
|
|
2975
|
-
default as Axis3DIcon
|
|
2976
|
-
} from '../icons/axis-3d';
|
|
2977
2975
|
// ArrowUpZA aliases
|
|
2978
2976
|
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2979
2977
|
export {
|
|
2980
2978
|
/** @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 */
|
|
2981
2979
|
default as ArrowUpZaIcon
|
|
2982
2980
|
} from '../icons/arrow-up-z-a';
|
|
2981
|
+
// Axis3d aliases
|
|
2982
|
+
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2983
|
+
export {
|
|
2984
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. This alias will be removed in v1.0 */
|
|
2985
|
+
default as Axis3DIcon
|
|
2986
|
+
} from '../icons/axis-3d';
|
|
2983
2987
|
// BadgeQuestionMark aliases
|
|
2984
2988
|
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
2985
2989
|
export {
|
|
2986
2990
|
/** @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 */
|
|
2987
2991
|
default as BadgeHelpIcon
|
|
2988
2992
|
} from '../icons/badge-question-mark';
|
|
2989
|
-
// BadgeCheck aliases
|
|
2990
|
-
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2991
|
-
export {
|
|
2992
|
-
/** @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 */
|
|
2993
|
-
default as VerifiedIcon
|
|
2994
|
-
} from '../icons/badge-check';
|
|
2995
2993
|
// BetweenHorizontalEnd aliases
|
|
2996
2994
|
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
2997
2995
|
export {
|
|
2998
2996
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
2999
2997
|
default as BetweenHorizonalEndIcon
|
|
3000
2998
|
} from '../icons/between-horizontal-end';
|
|
3001
|
-
//
|
|
3002
|
-
export { default as
|
|
2999
|
+
// BadgeCheck aliases
|
|
3000
|
+
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
3003
3001
|
export {
|
|
3004
|
-
/** @deprecated
|
|
3005
|
-
default as
|
|
3006
|
-
} from '../icons/
|
|
3002
|
+
/** @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 */
|
|
3003
|
+
default as VerifiedIcon
|
|
3004
|
+
} from '../icons/badge-check';
|
|
3005
|
+
// Braces aliases
|
|
3006
|
+
export { default as BracesIcon } from '../icons/braces';
|
|
3007
|
+
export {
|
|
3008
|
+
/** @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 */
|
|
3009
|
+
default as CurlyBracesIcon
|
|
3010
|
+
} from '../icons/braces';
|
|
3007
3011
|
// BookDashed aliases
|
|
3008
3012
|
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
3009
3013
|
export {
|
|
3010
3014
|
/** @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 */
|
|
3011
3015
|
default as BookTemplateIcon
|
|
3012
3016
|
} from '../icons/book-dashed';
|
|
3017
|
+
// BetweenHorizontalStart aliases
|
|
3018
|
+
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
3019
|
+
export {
|
|
3020
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
3021
|
+
default as BetweenHorizonalStartIcon
|
|
3022
|
+
} from '../icons/between-horizontal-start';
|
|
3013
3023
|
// Captions aliases
|
|
3014
3024
|
export { default as CaptionsIcon } from '../icons/captions';
|
|
3015
3025
|
export {
|
|
3016
3026
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. This alias will be removed in v1.0 */
|
|
3017
3027
|
default as SubtitlesIcon
|
|
3018
3028
|
} from '../icons/captions';
|
|
3019
|
-
//
|
|
3020
|
-
export { default as
|
|
3029
|
+
// ChartArea aliases
|
|
3030
|
+
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
3021
3031
|
export {
|
|
3022
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3023
|
-
default as
|
|
3024
|
-
} from '../icons/
|
|
3032
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. This alias will be removed in v1.0 */
|
|
3033
|
+
default as AreaChartIcon
|
|
3034
|
+
} from '../icons/chart-area';
|
|
3025
3035
|
// ChartBarBig aliases
|
|
3026
3036
|
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
3027
3037
|
export {
|
|
3028
3038
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. This alias will be removed in v1.0 */
|
|
3029
3039
|
default as BarChartHorizontalBigIcon
|
|
3030
3040
|
} from '../icons/chart-bar-big';
|
|
3031
|
-
// ChartArea aliases
|
|
3032
|
-
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
3033
|
-
export {
|
|
3034
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. This alias will be removed in v1.0 */
|
|
3035
|
-
default as AreaChartIcon
|
|
3036
|
-
} from '../icons/chart-area';
|
|
3037
3041
|
// ChartCandlestick aliases
|
|
3038
3042
|
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
3039
3043
|
export {
|
|
3040
3044
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. This alias will be removed in v1.0 */
|
|
3041
3045
|
default as CandlestickChartIcon
|
|
3042
3046
|
} from '../icons/chart-candlestick';
|
|
3043
|
-
// ChartBar aliases
|
|
3044
|
-
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
3045
|
-
export {
|
|
3046
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. This alias will be removed in v1.0 */
|
|
3047
|
-
default as BarChartHorizontalIcon
|
|
3048
|
-
} from '../icons/chart-bar';
|
|
3049
3047
|
// ChartColumnBig aliases
|
|
3050
3048
|
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
3051
3049
|
export {
|
|
3052
3050
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. This alias will be removed in v1.0 */
|
|
3053
3051
|
default as BarChartBigIcon
|
|
3054
3052
|
} from '../icons/chart-column-big';
|
|
3053
|
+
// ChartBar aliases
|
|
3054
|
+
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
3055
|
+
export {
|
|
3056
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. This alias will be removed in v1.0 */
|
|
3057
|
+
default as BarChartHorizontalIcon
|
|
3058
|
+
} from '../icons/chart-bar';
|
|
3055
3059
|
// ChartColumnIncreasing aliases
|
|
3056
3060
|
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
3057
3061
|
export {
|
|
@@ -3064,12 +3068,6 @@ export {
|
|
|
3064
3068
|
/** @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 */
|
|
3065
3069
|
default as BarChart3Icon
|
|
3066
3070
|
} from '../icons/chart-column';
|
|
3067
|
-
// ChartLine aliases
|
|
3068
|
-
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
3069
|
-
export {
|
|
3070
|
-
/** @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 */
|
|
3071
|
-
default as LineChartIcon
|
|
3072
|
-
} from '../icons/chart-line';
|
|
3073
3071
|
// ChartNoAxesColumnIncreasing aliases
|
|
3074
3072
|
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
3075
3073
|
export {
|
|
@@ -3082,18 +3080,24 @@ export {
|
|
|
3082
3080
|
/** @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 */
|
|
3083
3081
|
default as BarChart2Icon
|
|
3084
3082
|
} from '../icons/chart-no-axes-column';
|
|
3085
|
-
//
|
|
3086
|
-
export { default as
|
|
3083
|
+
// ChartLine aliases
|
|
3084
|
+
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
3087
3085
|
export {
|
|
3088
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3089
|
-
default as
|
|
3090
|
-
} from '../icons/chart-
|
|
3086
|
+
/** @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 */
|
|
3087
|
+
default as LineChartIcon
|
|
3088
|
+
} from '../icons/chart-line';
|
|
3091
3089
|
// ChartPie aliases
|
|
3092
3090
|
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
3093
3091
|
export {
|
|
3094
3092
|
/** @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 */
|
|
3095
3093
|
default as PieChartIcon
|
|
3096
3094
|
} from '../icons/chart-pie';
|
|
3095
|
+
// ChartNoAxesGantt aliases
|
|
3096
|
+
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3097
|
+
export {
|
|
3098
|
+
/** @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 */
|
|
3099
|
+
default as GanttChartIcon
|
|
3100
|
+
} from '../icons/chart-no-axes-gantt';
|
|
3097
3101
|
// ChartScatter aliases
|
|
3098
3102
|
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3099
3103
|
export {
|
|
@@ -3106,30 +3110,30 @@ export {
|
|
|
3106
3110
|
/** @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 */
|
|
3107
3111
|
default as AlertCircleIcon
|
|
3108
3112
|
} from '../icons/circle-alert';
|
|
3109
|
-
// CircleArrowDown aliases
|
|
3110
|
-
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
3111
|
-
export {
|
|
3112
|
-
/** @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 */
|
|
3113
|
-
default as ArrowDownCircleIcon
|
|
3114
|
-
} from '../icons/circle-arrow-down';
|
|
3115
3113
|
// CircleArrowOutDownLeft aliases
|
|
3116
3114
|
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3117
3115
|
export {
|
|
3118
3116
|
/** @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 */
|
|
3119
3117
|
default as ArrowDownLeftFromCircleIcon
|
|
3120
3118
|
} from '../icons/circle-arrow-out-down-left';
|
|
3121
|
-
//
|
|
3122
|
-
export { default as
|
|
3119
|
+
// CircleArrowDown aliases
|
|
3120
|
+
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
3123
3121
|
export {
|
|
3124
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3125
|
-
default as
|
|
3126
|
-
} from '../icons/circle-arrow-
|
|
3122
|
+
/** @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 */
|
|
3123
|
+
default as ArrowDownCircleIcon
|
|
3124
|
+
} from '../icons/circle-arrow-down';
|
|
3127
3125
|
// CircleArrowLeft aliases
|
|
3128
3126
|
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
3129
3127
|
export {
|
|
3130
3128
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. This alias will be removed in v1.0 */
|
|
3131
3129
|
default as ArrowLeftCircleIcon
|
|
3132
3130
|
} from '../icons/circle-arrow-left';
|
|
3131
|
+
// CircleArrowOutDownRight aliases
|
|
3132
|
+
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
3133
|
+
export {
|
|
3134
|
+
/** @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 */
|
|
3135
|
+
default as ArrowDownRightFromCircleIcon
|
|
3136
|
+
} from '../icons/circle-arrow-out-down-right';
|
|
3133
3137
|
// CircleArrowOutUpLeft aliases
|
|
3134
3138
|
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3135
3139
|
export {
|
|
@@ -3154,24 +3158,30 @@ export {
|
|
|
3154
3158
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. This alias will be removed in v1.0 */
|
|
3155
3159
|
default as ArrowUpCircleIcon
|
|
3156
3160
|
} from '../icons/circle-arrow-up';
|
|
3157
|
-
// CircleCheck aliases
|
|
3158
|
-
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3159
|
-
export {
|
|
3160
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. This alias will be removed in v1.0 */
|
|
3161
|
-
default as CheckCircle2Icon
|
|
3162
|
-
} from '../icons/circle-check';
|
|
3163
3161
|
// CircleCheckBig aliases
|
|
3164
3162
|
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3165
3163
|
export {
|
|
3166
3164
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. This alias will be removed in v1.0 */
|
|
3167
3165
|
default as CheckCircleIcon
|
|
3168
3166
|
} from '../icons/circle-check-big';
|
|
3167
|
+
// CircleCheck aliases
|
|
3168
|
+
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3169
|
+
export {
|
|
3170
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. This alias will be removed in v1.0 */
|
|
3171
|
+
default as CheckCircle2Icon
|
|
3172
|
+
} from '../icons/circle-check';
|
|
3169
3173
|
// CircleChevronDown aliases
|
|
3170
3174
|
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3171
3175
|
export {
|
|
3172
3176
|
/** @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 */
|
|
3173
3177
|
default as ChevronDownCircleIcon
|
|
3174
3178
|
} from '../icons/circle-chevron-down';
|
|
3179
|
+
// CircleChevronLeft aliases
|
|
3180
|
+
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3181
|
+
export {
|
|
3182
|
+
/** @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 */
|
|
3183
|
+
default as ChevronLeftCircleIcon
|
|
3184
|
+
} from '../icons/circle-chevron-left';
|
|
3175
3185
|
// CircleChevronRight aliases
|
|
3176
3186
|
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3177
3187
|
export {
|
|
@@ -3190,18 +3200,6 @@ export {
|
|
|
3190
3200
|
/** @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 */
|
|
3191
3201
|
default as DivideCircleIcon
|
|
3192
3202
|
} from '../icons/circle-divide';
|
|
3193
|
-
// CircleChevronLeft aliases
|
|
3194
|
-
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3195
|
-
export {
|
|
3196
|
-
/** @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 */
|
|
3197
|
-
default as ChevronLeftCircleIcon
|
|
3198
|
-
} from '../icons/circle-chevron-left';
|
|
3199
|
-
// CircleGauge aliases
|
|
3200
|
-
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3201
|
-
export {
|
|
3202
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. This alias will be removed in v1.0 */
|
|
3203
|
-
default as GaugeCircleIcon
|
|
3204
|
-
} from '../icons/circle-gauge';
|
|
3205
3203
|
// CircleMinus aliases
|
|
3206
3204
|
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3207
3205
|
export {
|
|
@@ -3220,12 +3218,24 @@ export {
|
|
|
3220
3218
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. This alias will be removed in v1.0 */
|
|
3221
3219
|
default as ParkingCircleIcon
|
|
3222
3220
|
} from '../icons/circle-parking';
|
|
3221
|
+
// CircleGauge aliases
|
|
3222
|
+
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3223
|
+
export {
|
|
3224
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. This alias will be removed in v1.0 */
|
|
3225
|
+
default as GaugeCircleIcon
|
|
3226
|
+
} from '../icons/circle-gauge';
|
|
3223
3227
|
// CirclePause aliases
|
|
3224
3228
|
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3225
3229
|
export {
|
|
3226
3230
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. This alias will be removed in v1.0 */
|
|
3227
3231
|
default as PauseCircleIcon
|
|
3228
3232
|
} from '../icons/circle-pause';
|
|
3233
|
+
// CirclePlus aliases
|
|
3234
|
+
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3235
|
+
export {
|
|
3236
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. This alias will be removed in v1.0 */
|
|
3237
|
+
default as PlusCircleIcon
|
|
3238
|
+
} from '../icons/circle-plus';
|
|
3229
3239
|
// CirclePercent aliases
|
|
3230
3240
|
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3231
3241
|
export {
|
|
@@ -3244,12 +3254,6 @@ export {
|
|
|
3244
3254
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePower} instead. This alias will be removed in v1.0 */
|
|
3245
3255
|
default as PowerCircleIcon
|
|
3246
3256
|
} from '../icons/circle-power';
|
|
3247
|
-
// CirclePlus aliases
|
|
3248
|
-
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3249
|
-
export {
|
|
3250
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. This alias will be removed in v1.0 */
|
|
3251
|
-
default as PlusCircleIcon
|
|
3252
|
-
} from '../icons/circle-plus';
|
|
3253
3257
|
// CircleQuestionMark aliases
|
|
3254
3258
|
export { default as CircleQuestionMarkIcon } from '../icons/circle-question-mark';
|
|
3255
3259
|
export {
|
|
@@ -3266,12 +3270,6 @@ export {
|
|
|
3266
3270
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. This alias will be removed in v1.0 */
|
|
3267
3271
|
default as CircleSlashedIcon
|
|
3268
3272
|
} from '../icons/circle-slash-2';
|
|
3269
|
-
// CircleUser aliases
|
|
3270
|
-
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3271
|
-
export {
|
|
3272
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. This alias will be removed in v1.0 */
|
|
3273
|
-
default as UserCircleIcon
|
|
3274
|
-
} from '../icons/circle-user';
|
|
3275
3273
|
// CircleUserRound aliases
|
|
3276
3274
|
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3277
3275
|
export {
|
|
@@ -3284,36 +3282,42 @@ export {
|
|
|
3284
3282
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. This alias will be removed in v1.0 */
|
|
3285
3283
|
default as StopCircleIcon
|
|
3286
3284
|
} from '../icons/circle-stop';
|
|
3285
|
+
// CircleUser aliases
|
|
3286
|
+
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3287
|
+
export {
|
|
3288
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. This alias will be removed in v1.0 */
|
|
3289
|
+
default as UserCircleIcon
|
|
3290
|
+
} from '../icons/circle-user';
|
|
3287
3291
|
// CircleX aliases
|
|
3288
3292
|
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3289
3293
|
export {
|
|
3290
3294
|
/** @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 */
|
|
3291
3295
|
default as XCircleIcon
|
|
3292
3296
|
} from '../icons/circle-x';
|
|
3293
|
-
// ClipboardPen aliases
|
|
3294
|
-
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3295
|
-
export {
|
|
3296
|
-
/** @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 */
|
|
3297
|
-
default as ClipboardEditIcon
|
|
3298
|
-
} from '../icons/clipboard-pen';
|
|
3299
3297
|
// ClipboardPenLine aliases
|
|
3300
3298
|
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3301
3299
|
export {
|
|
3302
3300
|
/** @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 */
|
|
3303
3301
|
default as ClipboardSignatureIcon
|
|
3304
3302
|
} from '../icons/clipboard-pen-line';
|
|
3305
|
-
//
|
|
3306
|
-
export { default as
|
|
3303
|
+
// ClipboardPen aliases
|
|
3304
|
+
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3307
3305
|
export {
|
|
3308
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3309
|
-
default as
|
|
3310
|
-
} from '../icons/
|
|
3306
|
+
/** @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 */
|
|
3307
|
+
default as ClipboardEditIcon
|
|
3308
|
+
} from '../icons/clipboard-pen';
|
|
3311
3309
|
// CloudUpload aliases
|
|
3312
3310
|
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3313
3311
|
export {
|
|
3314
3312
|
/** @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 */
|
|
3315
3313
|
default as UploadCloudIcon
|
|
3316
3314
|
} from '../icons/cloud-upload';
|
|
3315
|
+
// CloudDownload aliases
|
|
3316
|
+
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3317
|
+
export {
|
|
3318
|
+
/** @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 */
|
|
3319
|
+
default as DownloadCloudIcon
|
|
3320
|
+
} from '../icons/cloud-download';
|
|
3317
3321
|
// CodeXml aliases
|
|
3318
3322
|
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3319
3323
|
export {
|
|
@@ -3336,66 +3340,60 @@ export {
|
|
|
3336
3340
|
/** @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 */
|
|
3337
3341
|
default as TableConfigIcon
|
|
3338
3342
|
} from '../icons/columns-3-cog';
|
|
3339
|
-
// Columns3 aliases
|
|
3340
|
-
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3341
|
-
export {
|
|
3342
|
-
/** @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 */
|
|
3343
|
-
default as PanelsLeftRightIcon
|
|
3344
|
-
} from '../icons/columns-3';
|
|
3345
3343
|
// ContactRound aliases
|
|
3346
3344
|
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3347
3345
|
export {
|
|
3348
3346
|
/** @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 */
|
|
3349
3347
|
default as Contact2Icon
|
|
3350
3348
|
} from '../icons/contact-round';
|
|
3351
|
-
//
|
|
3352
|
-
export { default as
|
|
3349
|
+
// Columns3 aliases
|
|
3350
|
+
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3351
|
+
export {
|
|
3352
|
+
/** @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 */
|
|
3353
|
+
default as PanelsLeftRightIcon
|
|
3354
|
+
} from '../icons/columns-3';
|
|
3355
|
+
// DiamondPercent aliases
|
|
3356
|
+
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3353
3357
|
export {
|
|
3354
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3355
|
-
default as
|
|
3356
|
-
} from '../icons/
|
|
3358
|
+
/** @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 */
|
|
3359
|
+
default as PercentDiamondIcon
|
|
3360
|
+
} from '../icons/diamond-percent';
|
|
3357
3361
|
// Earth aliases
|
|
3358
3362
|
export { default as EarthIcon } from '../icons/earth';
|
|
3359
3363
|
export {
|
|
3360
3364
|
/** @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 */
|
|
3361
3365
|
default as Globe2Icon
|
|
3362
3366
|
} from '../icons/earth';
|
|
3363
|
-
//
|
|
3364
|
-
export { default as
|
|
3367
|
+
// EllipsisVertical aliases
|
|
3368
|
+
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3365
3369
|
export {
|
|
3366
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3367
|
-
default as
|
|
3368
|
-
} from '../icons/
|
|
3370
|
+
/** @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 */
|
|
3371
|
+
default as MoreVerticalIcon
|
|
3372
|
+
} from '../icons/ellipsis-vertical';
|
|
3369
3373
|
// Ellipsis aliases
|
|
3370
3374
|
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3371
3375
|
export {
|
|
3372
3376
|
/** @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 */
|
|
3373
3377
|
default as MoreHorizontalIcon
|
|
3374
3378
|
} from '../icons/ellipsis';
|
|
3375
|
-
// FileAxis3d aliases
|
|
3376
|
-
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3377
|
-
export {
|
|
3378
|
-
/** @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 */
|
|
3379
|
-
default as FileAxis3DIcon
|
|
3380
|
-
} from '../icons/file-axis-3d';
|
|
3381
3379
|
// FileBadge aliases
|
|
3382
3380
|
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
3383
3381
|
export {
|
|
3384
3382
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. This alias will be removed in v1.0 */
|
|
3385
3383
|
default as FileBadge2Icon
|
|
3386
3384
|
} from '../icons/file-badge';
|
|
3385
|
+
// FileAxis3d aliases
|
|
3386
|
+
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3387
|
+
export {
|
|
3388
|
+
/** @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 */
|
|
3389
|
+
default as FileAxis3DIcon
|
|
3390
|
+
} from '../icons/file-axis-3d';
|
|
3387
3391
|
// FileBracesCorner aliases
|
|
3388
3392
|
export { default as FileBracesCornerIcon } from '../icons/file-braces-corner';
|
|
3389
3393
|
export {
|
|
3390
3394
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. This alias will be removed in v1.0 */
|
|
3391
3395
|
default as FileJson2Icon
|
|
3392
3396
|
} from '../icons/file-braces-corner';
|
|
3393
|
-
// FileChartColumn aliases
|
|
3394
|
-
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3395
|
-
export {
|
|
3396
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. This alias will be removed in v1.0 */
|
|
3397
|
-
default as FileBarChart2Icon
|
|
3398
|
-
} from '../icons/file-chart-column';
|
|
3399
3397
|
// FileBraces aliases
|
|
3400
3398
|
export { default as FileBracesIcon } from '../icons/file-braces';
|
|
3401
3399
|
export {
|
|
@@ -3408,64 +3406,76 @@ export {
|
|
|
3408
3406
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3409
3407
|
default as FileBarChartIcon
|
|
3410
3408
|
} from '../icons/file-chart-column-increasing';
|
|
3409
|
+
// FileChartColumn aliases
|
|
3410
|
+
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3411
|
+
export {
|
|
3412
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. This alias will be removed in v1.0 */
|
|
3413
|
+
default as FileBarChart2Icon
|
|
3414
|
+
} from '../icons/file-chart-column';
|
|
3411
3415
|
// FileChartLine aliases
|
|
3412
3416
|
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3413
3417
|
export {
|
|
3414
3418
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. This alias will be removed in v1.0 */
|
|
3415
3419
|
default as FileLineChartIcon
|
|
3416
3420
|
} from '../icons/file-chart-line';
|
|
3421
|
+
// FileChartPie aliases
|
|
3422
|
+
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3423
|
+
export {
|
|
3424
|
+
/** @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 */
|
|
3425
|
+
default as FilePieChartIcon
|
|
3426
|
+
} from '../icons/file-chart-pie';
|
|
3417
3427
|
// FileCheckCorner aliases
|
|
3418
3428
|
export { default as FileCheckCornerIcon } from '../icons/file-check-corner';
|
|
3419
3429
|
export {
|
|
3420
3430
|
/** @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 */
|
|
3421
3431
|
default as FileCheck2Icon
|
|
3422
3432
|
} from '../icons/file-check-corner';
|
|
3433
|
+
// FileHeadphone aliases
|
|
3434
|
+
export { default as FileHeadphoneIcon } from '../icons/file-headphone';
|
|
3435
|
+
export {
|
|
3436
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
|
|
3437
|
+
default as FileAudioIcon
|
|
3438
|
+
} from '../icons/file-headphone';
|
|
3439
|
+
export {
|
|
3440
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
|
|
3441
|
+
default as FileAudio2Icon
|
|
3442
|
+
} from '../icons/file-headphone';
|
|
3423
3443
|
// FileCodeCorner aliases
|
|
3424
3444
|
export { default as FileCodeCornerIcon } from '../icons/file-code-corner';
|
|
3425
3445
|
export {
|
|
3426
3446
|
/** @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 */
|
|
3427
3447
|
default as FileCode2Icon
|
|
3428
3448
|
} from '../icons/file-code-corner';
|
|
3429
|
-
// FileChartPie aliases
|
|
3430
|
-
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3431
|
-
export {
|
|
3432
|
-
/** @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 */
|
|
3433
|
-
default as FilePieChartIcon
|
|
3434
|
-
} from '../icons/file-chart-pie';
|
|
3435
|
-
// FileCog aliases
|
|
3436
|
-
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3437
|
-
export {
|
|
3438
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. This alias will be removed in v1.0 */
|
|
3439
|
-
default as FileCog2Icon
|
|
3440
|
-
} from '../icons/file-cog';
|
|
3441
3449
|
// FileExclamationPoint aliases
|
|
3442
3450
|
export { default as FileExclamationPointIcon } from '../icons/file-exclamation-point';
|
|
3443
3451
|
export {
|
|
3444
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 */
|
|
3445
3453
|
default as FileWarningIcon
|
|
3446
3454
|
} from '../icons/file-exclamation-point';
|
|
3447
|
-
//
|
|
3448
|
-
export { default as
|
|
3455
|
+
// FileCog aliases
|
|
3456
|
+
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3449
3457
|
export {
|
|
3450
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3451
|
-
default as
|
|
3452
|
-
} from '../icons/file-
|
|
3458
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. This alias will be removed in v1.0 */
|
|
3459
|
+
default as FileCog2Icon
|
|
3460
|
+
} from '../icons/file-cog';
|
|
3461
|
+
// FileKey aliases
|
|
3462
|
+
export { default as FileKeyIcon } from '../icons/file-key';
|
|
3453
3463
|
export {
|
|
3454
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link
|
|
3455
|
-
default as
|
|
3456
|
-
} from '../icons/file-
|
|
3464
|
+
/** @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 */
|
|
3465
|
+
default as FileKey2Icon
|
|
3466
|
+
} from '../icons/file-key';
|
|
3457
3467
|
// FileLock aliases
|
|
3458
3468
|
export { default as FileLockIcon } from '../icons/file-lock';
|
|
3459
3469
|
export {
|
|
3460
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 */
|
|
3461
3471
|
default as FileLock2Icon
|
|
3462
3472
|
} from '../icons/file-lock';
|
|
3463
|
-
//
|
|
3464
|
-
export { default as
|
|
3473
|
+
// FilePenLine aliases
|
|
3474
|
+
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3465
3475
|
export {
|
|
3466
|
-
/** @deprecated The icon was
|
|
3467
|
-
default as
|
|
3468
|
-
} from '../icons/file-
|
|
3476
|
+
/** @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 */
|
|
3477
|
+
default as FileSignatureIcon
|
|
3478
|
+
} from '../icons/file-pen-line';
|
|
3469
3479
|
// FileMinusCorner aliases
|
|
3470
3480
|
export { default as FileMinusCornerIcon } from '../icons/file-minus-corner';
|
|
3471
3481
|
export {
|
|
@@ -3484,12 +3494,6 @@ export {
|
|
|
3484
3494
|
/** @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 */
|
|
3485
3495
|
default as FileVideoIcon
|
|
3486
3496
|
} from '../icons/file-play';
|
|
3487
|
-
// FilePenLine aliases
|
|
3488
|
-
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3489
|
-
export {
|
|
3490
|
-
/** @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 */
|
|
3491
|
-
default as FileSignatureIcon
|
|
3492
|
-
} from '../icons/file-pen-line';
|
|
3493
3497
|
// FilePlusCorner aliases
|
|
3494
3498
|
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3495
3499
|
export {
|
|
@@ -3520,48 +3524,48 @@ export {
|
|
|
3520
3524
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. This alias will be removed in v1.0 */
|
|
3521
3525
|
default as FileType2Icon
|
|
3522
3526
|
} from '../icons/file-type-corner';
|
|
3523
|
-
// FileVideoCamera aliases
|
|
3524
|
-
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3525
|
-
export {
|
|
3526
|
-
/** @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 */
|
|
3527
|
-
default as FileVideo2Icon
|
|
3528
|
-
} from '../icons/file-video-camera';
|
|
3529
|
-
// FolderCog aliases
|
|
3530
|
-
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3531
|
-
export {
|
|
3532
|
-
/** @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 */
|
|
3533
|
-
default as FolderCog2Icon
|
|
3534
|
-
} from '../icons/folder-cog';
|
|
3535
3527
|
// FileXCorner aliases
|
|
3536
3528
|
export { default as FileXCornerIcon } from '../icons/file-x-corner';
|
|
3537
3529
|
export {
|
|
3538
3530
|
/** @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 */
|
|
3539
3531
|
default as FileX2Icon
|
|
3540
3532
|
} from '../icons/file-x-corner';
|
|
3541
|
-
//
|
|
3542
|
-
export { default as
|
|
3533
|
+
// FileVideoCamera aliases
|
|
3534
|
+
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3543
3535
|
export {
|
|
3544
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3545
|
-
default as
|
|
3546
|
-
} from '../icons/
|
|
3536
|
+
/** @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 */
|
|
3537
|
+
default as FileVideo2Icon
|
|
3538
|
+
} from '../icons/file-video-camera';
|
|
3547
3539
|
// FingerprintPattern aliases
|
|
3548
3540
|
export { default as FingerprintPatternIcon } from '../icons/fingerprint-pattern';
|
|
3549
3541
|
export {
|
|
3550
3542
|
/** @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 */
|
|
3551
3543
|
default as FingerprintIcon
|
|
3552
3544
|
} from '../icons/fingerprint-pattern';
|
|
3553
|
-
//
|
|
3554
|
-
export { default as
|
|
3545
|
+
// FolderPen aliases
|
|
3546
|
+
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3555
3547
|
export {
|
|
3556
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3557
|
-
default as
|
|
3558
|
-
} from '../icons/
|
|
3548
|
+
/** @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 */
|
|
3549
|
+
default as FolderEditIcon
|
|
3550
|
+
} from '../icons/folder-pen';
|
|
3559
3551
|
// FunnelX aliases
|
|
3560
3552
|
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3561
3553
|
export {
|
|
3562
3554
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. This alias will be removed in v1.0 */
|
|
3563
3555
|
default as FilterXIcon
|
|
3564
3556
|
} from '../icons/funnel-x';
|
|
3557
|
+
// FolderCog aliases
|
|
3558
|
+
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3559
|
+
export {
|
|
3560
|
+
/** @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 */
|
|
3561
|
+
default as FolderCog2Icon
|
|
3562
|
+
} from '../icons/folder-cog';
|
|
3563
|
+
// Funnel aliases
|
|
3564
|
+
export { default as FunnelIcon } from '../icons/funnel';
|
|
3565
|
+
export {
|
|
3566
|
+
/** @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 */
|
|
3567
|
+
default as FilterIcon
|
|
3568
|
+
} from '../icons/funnel';
|
|
3565
3569
|
// GitCommitHorizontal aliases
|
|
3566
3570
|
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3567
3571
|
export {
|
|
@@ -3586,16 +3590,6 @@ export {
|
|
|
3586
3590
|
/** @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 */
|
|
3587
3591
|
default as Grid2X2XIcon
|
|
3588
3592
|
} from '../icons/grid-2x2-x';
|
|
3589
|
-
// Grid3x3 aliases
|
|
3590
|
-
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3591
|
-
export {
|
|
3592
|
-
/** @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
|
-
default as GridIcon
|
|
3594
|
-
} from '../icons/grid-3x3';
|
|
3595
|
-
export {
|
|
3596
|
-
/** @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 */
|
|
3597
|
-
default as Grid3X3Icon
|
|
3598
|
-
} from '../icons/grid-3x3';
|
|
3599
3593
|
// HandGrab aliases
|
|
3600
3594
|
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3601
3595
|
export {
|
|
@@ -3614,18 +3608,28 @@ export {
|
|
|
3614
3608
|
/** @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 */
|
|
3615
3609
|
default as HelpingHandIcon
|
|
3616
3610
|
} from '../icons/hand-helping';
|
|
3617
|
-
//
|
|
3618
|
-
export { default as
|
|
3611
|
+
// Grid3x3 aliases
|
|
3612
|
+
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3619
3613
|
export {
|
|
3620
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3621
|
-
default as
|
|
3622
|
-
} from '../icons/
|
|
3614
|
+
/** @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 */
|
|
3615
|
+
default as GridIcon
|
|
3616
|
+
} from '../icons/grid-3x3';
|
|
3617
|
+
export {
|
|
3618
|
+
/** @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 */
|
|
3619
|
+
default as Grid3X3Icon
|
|
3620
|
+
} from '../icons/grid-3x3';
|
|
3623
3621
|
// IceCreamBowl aliases
|
|
3624
3622
|
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3625
3623
|
export {
|
|
3626
3624
|
/** @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 */
|
|
3627
3625
|
default as IceCream2Icon
|
|
3628
3626
|
} from '../icons/ice-cream-bowl';
|
|
3627
|
+
// House aliases
|
|
3628
|
+
export { default as HouseIcon } from '../icons/house';
|
|
3629
|
+
export {
|
|
3630
|
+
/** @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 */
|
|
3631
|
+
default as HomeIcon
|
|
3632
|
+
} from '../icons/house';
|
|
3629
3633
|
// IceCreamCone aliases
|
|
3630
3634
|
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3631
3635
|
export {
|
|
@@ -3676,48 +3680,42 @@ export {
|
|
|
3676
3680
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. This alias will be removed in v1.0 */
|
|
3677
3681
|
default as UnlockKeyholeIcon
|
|
3678
3682
|
} from '../icons/lock-keyhole-open';
|
|
3679
|
-
// LockOpen aliases
|
|
3680
|
-
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3681
|
-
export {
|
|
3682
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. This alias will be removed in v1.0 */
|
|
3683
|
-
default as UnlockIcon
|
|
3684
|
-
} from '../icons/lock-open';
|
|
3685
3683
|
// MailQuestionMark aliases
|
|
3686
3684
|
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3687
3685
|
export {
|
|
3688
3686
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3689
3687
|
default as MailQuestionIcon
|
|
3690
3688
|
} from '../icons/mail-question-mark';
|
|
3689
|
+
// LockOpen aliases
|
|
3690
|
+
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3691
|
+
export {
|
|
3692
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. This alias will be removed in v1.0 */
|
|
3693
|
+
default as UnlockIcon
|
|
3694
|
+
} from '../icons/lock-open';
|
|
3691
3695
|
// MapPinPen aliases
|
|
3692
3696
|
export { default as MapPinPenIcon } from '../icons/map-pin-pen';
|
|
3693
3697
|
export {
|
|
3694
3698
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. This alias will be removed in v1.0 */
|
|
3695
3699
|
default as LocationEditIcon
|
|
3696
3700
|
} from '../icons/map-pin-pen';
|
|
3697
|
-
// MicVocal aliases
|
|
3698
|
-
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3699
|
-
export {
|
|
3700
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. This alias will be removed in v1.0 */
|
|
3701
|
-
default as Mic2Icon
|
|
3702
|
-
} from '../icons/mic-vocal';
|
|
3703
3701
|
// MessageCircleQuestionMark aliases
|
|
3704
3702
|
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3705
3703
|
export {
|
|
3706
3704
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3707
3705
|
default as MessageCircleQuestionIcon
|
|
3708
3706
|
} from '../icons/message-circle-question-mark';
|
|
3707
|
+
// MicVocal aliases
|
|
3708
|
+
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3709
|
+
export {
|
|
3710
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. This alias will be removed in v1.0 */
|
|
3711
|
+
default as Mic2Icon
|
|
3712
|
+
} from '../icons/mic-vocal';
|
|
3709
3713
|
// Move3d aliases
|
|
3710
3714
|
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3711
3715
|
export {
|
|
3712
3716
|
/** @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 */
|
|
3713
3717
|
default as Move3DIcon
|
|
3714
3718
|
} from '../icons/move-3d';
|
|
3715
|
-
// OctagonAlert aliases
|
|
3716
|
-
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3717
|
-
export {
|
|
3718
|
-
/** @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 */
|
|
3719
|
-
default as AlertOctagonIcon
|
|
3720
|
-
} from '../icons/octagon-alert';
|
|
3721
3719
|
// OctagonPause aliases
|
|
3722
3720
|
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3723
3721
|
export {
|
|
@@ -3736,42 +3734,48 @@ export {
|
|
|
3736
3734
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. This alias will be removed in v1.0 */
|
|
3737
3735
|
default as Paintbrush2Icon
|
|
3738
3736
|
} from '../icons/paintbrush-vertical';
|
|
3739
|
-
//
|
|
3740
|
-
export { default as
|
|
3737
|
+
// OctagonAlert aliases
|
|
3738
|
+
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3741
3739
|
export {
|
|
3742
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3743
|
-
default as
|
|
3744
|
-
} from '../icons/
|
|
3740
|
+
/** @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 */
|
|
3741
|
+
default as AlertOctagonIcon
|
|
3742
|
+
} from '../icons/octagon-alert';
|
|
3745
3743
|
// PanelLeftClose aliases
|
|
3746
3744
|
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3747
3745
|
export {
|
|
3748
3746
|
/** @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 */
|
|
3749
3747
|
default as SidebarCloseIcon
|
|
3750
3748
|
} from '../icons/panel-left-close';
|
|
3751
|
-
//
|
|
3752
|
-
export { default as
|
|
3749
|
+
// PanelBottomDashed aliases
|
|
3750
|
+
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3753
3751
|
export {
|
|
3754
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3755
|
-
default as
|
|
3756
|
-
} from '../icons/panel-
|
|
3752
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. This alias will be removed in v1.0 */
|
|
3753
|
+
default as PanelBottomInactiveIcon
|
|
3754
|
+
} from '../icons/panel-bottom-dashed';
|
|
3757
3755
|
// PanelLeftDashed aliases
|
|
3758
3756
|
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3759
3757
|
export {
|
|
3760
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 */
|
|
3761
3759
|
default as PanelLeftInactiveIcon
|
|
3762
3760
|
} from '../icons/panel-left-dashed';
|
|
3763
|
-
//
|
|
3764
|
-
export { default as
|
|
3761
|
+
// PanelLeft aliases
|
|
3762
|
+
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3765
3763
|
export {
|
|
3766
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3767
|
-
default as
|
|
3768
|
-
} from '../icons/panel-
|
|
3764
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. This alias will be removed in v1.0 */
|
|
3765
|
+
default as SidebarIcon
|
|
3766
|
+
} from '../icons/panel-left';
|
|
3769
3767
|
// PanelLeftOpen aliases
|
|
3770
3768
|
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3771
3769
|
export {
|
|
3772
3770
|
/** @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 */
|
|
3773
3771
|
default as SidebarOpenIcon
|
|
3774
3772
|
} from '../icons/panel-left-open';
|
|
3773
|
+
// PanelRightDashed aliases
|
|
3774
|
+
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3775
|
+
export {
|
|
3776
|
+
/** @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 */
|
|
3777
|
+
default as PanelRightInactiveIcon
|
|
3778
|
+
} from '../icons/panel-right-dashed';
|
|
3775
3779
|
// PanelTopDashed aliases
|
|
3776
3780
|
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3777
3781
|
export {
|
|
@@ -3820,18 +3824,18 @@ export {
|
|
|
3820
3824
|
/** @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 */
|
|
3821
3825
|
default as RowsIcon
|
|
3822
3826
|
} from '../icons/rows-2';
|
|
3823
|
-
// Scale3d aliases
|
|
3824
|
-
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3825
|
-
export {
|
|
3826
|
-
/** @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 */
|
|
3827
|
-
default as Scale3DIcon
|
|
3828
|
-
} from '../icons/scale-3d';
|
|
3829
3827
|
// SendHorizontal aliases
|
|
3830
3828
|
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3831
3829
|
export {
|
|
3832
3830
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3833
3831
|
default as SendHorizonalIcon
|
|
3834
3832
|
} from '../icons/send-horizontal';
|
|
3833
|
+
// Scale3d aliases
|
|
3834
|
+
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3835
|
+
export {
|
|
3836
|
+
/** @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 */
|
|
3837
|
+
default as Scale3DIcon
|
|
3838
|
+
} from '../icons/scale-3d';
|
|
3835
3839
|
// Rows3 aliases
|
|
3836
3840
|
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3837
3841
|
export {
|
|
@@ -3856,18 +3860,18 @@ export {
|
|
|
3856
3860
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. This alias will be removed in v1.0 */
|
|
3857
3861
|
default as SlidersIcon
|
|
3858
3862
|
} from '../icons/sliders-vertical';
|
|
3859
|
-
// SquareActivity aliases
|
|
3860
|
-
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3861
|
-
export {
|
|
3862
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. This alias will be removed in v1.0 */
|
|
3863
|
-
default as ActivitySquareIcon
|
|
3864
|
-
} from '../icons/square-activity';
|
|
3865
3863
|
// Sparkles aliases
|
|
3866
3864
|
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3867
3865
|
export {
|
|
3868
3866
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. This alias will be removed in v1.0 */
|
|
3869
3867
|
default as StarsIcon
|
|
3870
3868
|
} from '../icons/sparkles';
|
|
3869
|
+
// SquareActivity aliases
|
|
3870
|
+
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3871
|
+
export {
|
|
3872
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. This alias will be removed in v1.0 */
|
|
3873
|
+
default as ActivitySquareIcon
|
|
3874
|
+
} from '../icons/square-activity';
|
|
3871
3875
|
// SquareArrowDownLeft aliases
|
|
3872
3876
|
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3873
3877
|
export {
|
|
@@ -3886,18 +3890,18 @@ export {
|
|
|
3886
3890
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. This alias will be removed in v1.0 */
|
|
3887
3891
|
default as ArrowDownSquareIcon
|
|
3888
3892
|
} from '../icons/square-arrow-down';
|
|
3889
|
-
// SquareArrowOutDownLeft aliases
|
|
3890
|
-
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3891
|
-
export {
|
|
3892
|
-
/** @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 */
|
|
3893
|
-
default as ArrowDownLeftFromSquareIcon
|
|
3894
|
-
} from '../icons/square-arrow-out-down-left';
|
|
3895
3893
|
// SquareArrowLeft aliases
|
|
3896
3894
|
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3897
3895
|
export {
|
|
3898
3896
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. This alias will be removed in v1.0 */
|
|
3899
3897
|
default as ArrowLeftSquareIcon
|
|
3900
3898
|
} from '../icons/square-arrow-left';
|
|
3899
|
+
// SquareArrowOutDownLeft aliases
|
|
3900
|
+
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3901
|
+
export {
|
|
3902
|
+
/** @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 */
|
|
3903
|
+
default as ArrowDownLeftFromSquareIcon
|
|
3904
|
+
} from '../icons/square-arrow-out-down-left';
|
|
3901
3905
|
// SquareArrowOutDownRight aliases
|
|
3902
3906
|
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3903
3907
|
export {
|
|
@@ -3934,30 +3938,24 @@ export {
|
|
|
3934
3938
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. This alias will be removed in v1.0 */
|
|
3935
3939
|
default as ArrowUpRightSquareIcon
|
|
3936
3940
|
} from '../icons/square-arrow-up-right';
|
|
3937
|
-
// SquareAsterisk aliases
|
|
3938
|
-
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3939
|
-
export {
|
|
3940
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. This alias will be removed in v1.0 */
|
|
3941
|
-
default as AsteriskSquareIcon
|
|
3942
|
-
} from '../icons/square-asterisk';
|
|
3943
3941
|
// SquareArrowUp aliases
|
|
3944
3942
|
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3945
3943
|
export {
|
|
3946
3944
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. This alias will be removed in v1.0 */
|
|
3947
3945
|
default as ArrowUpSquareIcon
|
|
3948
3946
|
} from '../icons/square-arrow-up';
|
|
3947
|
+
// SquareAsterisk aliases
|
|
3948
|
+
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3949
|
+
export {
|
|
3950
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. This alias will be removed in v1.0 */
|
|
3951
|
+
default as AsteriskSquareIcon
|
|
3952
|
+
} from '../icons/square-asterisk';
|
|
3949
3953
|
// SquareBottomDashedScissors aliases
|
|
3950
3954
|
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3951
3955
|
export {
|
|
3952
3956
|
/** @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 */
|
|
3953
3957
|
default as ScissorsSquareDashedBottomIcon
|
|
3954
3958
|
} from '../icons/square-bottom-dashed-scissors';
|
|
3955
|
-
// SquareCenterlineDashedVertical aliases
|
|
3956
|
-
export { default as SquareCenterlineDashedVerticalIcon } from '../icons/square-centerline-dashed-vertical';
|
|
3957
|
-
export {
|
|
3958
|
-
/** @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 */
|
|
3959
|
-
default as FlipVerticalIcon
|
|
3960
|
-
} from '../icons/square-centerline-dashed-vertical';
|
|
3961
3959
|
// SquareCenterlineDashedHorizontal aliases
|
|
3962
3960
|
export { default as SquareCenterlineDashedHorizontalIcon } from '../icons/square-centerline-dashed-horizontal';
|
|
3963
3961
|
export {
|
|
@@ -3974,18 +3972,30 @@ export {
|
|
|
3974
3972
|
/** @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 */
|
|
3975
3973
|
default as SquareGanttChartIcon
|
|
3976
3974
|
} from '../icons/square-chart-gantt';
|
|
3977
|
-
//
|
|
3978
|
-
export { default as
|
|
3975
|
+
// SquareCenterlineDashedVertical aliases
|
|
3976
|
+
export { default as SquareCenterlineDashedVerticalIcon } from '../icons/square-centerline-dashed-vertical';
|
|
3979
3977
|
export {
|
|
3980
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3981
|
-
default as
|
|
3982
|
-
} from '../icons/square-
|
|
3978
|
+
/** @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 */
|
|
3979
|
+
default as FlipVerticalIcon
|
|
3980
|
+
} from '../icons/square-centerline-dashed-vertical';
|
|
3983
3981
|
// SquareCheckBig aliases
|
|
3984
3982
|
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3985
3983
|
export {
|
|
3986
3984
|
/** @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 */
|
|
3987
3985
|
default as CheckSquareIcon
|
|
3988
3986
|
} from '../icons/square-check-big';
|
|
3987
|
+
// SquareCheck aliases
|
|
3988
|
+
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3989
|
+
export {
|
|
3990
|
+
/** @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 */
|
|
3991
|
+
default as CheckSquare2Icon
|
|
3992
|
+
} from '../icons/square-check';
|
|
3993
|
+
// SquareChevronRight aliases
|
|
3994
|
+
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
3995
|
+
export {
|
|
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';
|
|
3989
3999
|
// SquareChevronDown aliases
|
|
3990
4000
|
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3991
4001
|
export {
|
|
@@ -3998,12 +4008,6 @@ export {
|
|
|
3998
4008
|
/** @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 */
|
|
3999
4009
|
default as ChevronLeftSquareIcon
|
|
4000
4010
|
} from '../icons/square-chevron-left';
|
|
4001
|
-
// SquareChevronRight aliases
|
|
4002
|
-
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
4003
|
-
export {
|
|
4004
|
-
/** @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 */
|
|
4005
|
-
default as ChevronRightSquareIcon
|
|
4006
|
-
} from '../icons/square-chevron-right';
|
|
4007
4011
|
// SquareChevronUp aliases
|
|
4008
4012
|
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
4009
4013
|
export {
|
|
@@ -4016,18 +4020,34 @@ export {
|
|
|
4016
4020
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. This alias will be removed in v1.0 */
|
|
4017
4021
|
default as CodeSquareIcon
|
|
4018
4022
|
} from '../icons/square-code';
|
|
4023
|
+
// SquareDashedKanban aliases
|
|
4024
|
+
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
4025
|
+
export {
|
|
4026
|
+
/** @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 */
|
|
4027
|
+
default as KanbanSquareDashedIcon
|
|
4028
|
+
} from '../icons/square-dashed-kanban';
|
|
4019
4029
|
// SquareDashedMousePointer aliases
|
|
4020
4030
|
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
4021
4031
|
export {
|
|
4022
4032
|
/** @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 */
|
|
4023
4033
|
default as MousePointerSquareDashedIcon
|
|
4024
4034
|
} from '../icons/square-dashed-mouse-pointer';
|
|
4025
|
-
//
|
|
4026
|
-
export { default as
|
|
4035
|
+
// SquareDashedText aliases
|
|
4036
|
+
export { default as SquareDashedTextIcon } from '../icons/square-dashed-text';
|
|
4027
4037
|
export {
|
|
4028
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4029
|
-
default as
|
|
4030
|
-
} from '../icons/square-dashed-
|
|
4038
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. This alias will be removed in v1.0 */
|
|
4039
|
+
default as TextSelectionIcon
|
|
4040
|
+
} from '../icons/square-dashed-text';
|
|
4041
|
+
export {
|
|
4042
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. This alias will be removed in v1.0 */
|
|
4043
|
+
default as TextSelectIcon
|
|
4044
|
+
} from '../icons/square-dashed-text';
|
|
4045
|
+
// SquareDot aliases
|
|
4046
|
+
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
4047
|
+
export {
|
|
4048
|
+
/** @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 */
|
|
4049
|
+
default as DotSquareIcon
|
|
4050
|
+
} from '../icons/square-dot';
|
|
4031
4051
|
// SquareDashed aliases
|
|
4032
4052
|
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
4033
4053
|
export {
|
|
@@ -4040,12 +4060,6 @@ export {
|
|
|
4040
4060
|
/** @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 */
|
|
4041
4061
|
default as DivideSquareIcon
|
|
4042
4062
|
} from '../icons/square-divide';
|
|
4043
|
-
// SquareDot aliases
|
|
4044
|
-
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
4045
|
-
export {
|
|
4046
|
-
/** @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 */
|
|
4047
|
-
default as DotSquareIcon
|
|
4048
|
-
} from '../icons/square-dot';
|
|
4049
4063
|
// SquareEqual aliases
|
|
4050
4064
|
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
4051
4065
|
export {
|
|
@@ -4064,54 +4078,48 @@ export {
|
|
|
4064
4078
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. This alias will be removed in v1.0 */
|
|
4065
4079
|
default as KanbanSquareIcon
|
|
4066
4080
|
} from '../icons/square-kanban';
|
|
4081
|
+
// SquareLibrary aliases
|
|
4082
|
+
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
4083
|
+
export {
|
|
4084
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. This alias will be removed in v1.0 */
|
|
4085
|
+
default as LibrarySquareIcon
|
|
4086
|
+
} from '../icons/square-library';
|
|
4067
4087
|
// SquareM aliases
|
|
4068
4088
|
export { default as SquareMIcon } from '../icons/square-m';
|
|
4069
4089
|
export {
|
|
4070
4090
|
/** @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 */
|
|
4071
4091
|
default as MSquareIcon
|
|
4072
4092
|
} from '../icons/square-m';
|
|
4093
|
+
// SquareMenu aliases
|
|
4094
|
+
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
4095
|
+
export {
|
|
4096
|
+
/** @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 */
|
|
4097
|
+
default as MenuSquareIcon
|
|
4098
|
+
} from '../icons/square-menu';
|
|
4073
4099
|
// SquareMinus aliases
|
|
4074
4100
|
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
4075
4101
|
export {
|
|
4076
4102
|
/** @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 */
|
|
4077
4103
|
default as MinusSquareIcon
|
|
4078
4104
|
} from '../icons/square-minus';
|
|
4079
|
-
// SquareParkingOff aliases
|
|
4080
|
-
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
4081
|
-
export {
|
|
4082
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. This alias will be removed in v1.0 */
|
|
4083
|
-
default as ParkingSquareOffIcon
|
|
4084
|
-
} from '../icons/square-parking-off';
|
|
4085
|
-
// SquareLibrary aliases
|
|
4086
|
-
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
4087
|
-
export {
|
|
4088
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. This alias will be removed in v1.0 */
|
|
4089
|
-
default as LibrarySquareIcon
|
|
4090
|
-
} from '../icons/square-library';
|
|
4091
4105
|
// SquareMousePointer aliases
|
|
4092
4106
|
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
4093
4107
|
export {
|
|
4094
4108
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. This alias will be removed in v1.0 */
|
|
4095
4109
|
default as InspectIcon
|
|
4096
4110
|
} from '../icons/square-mouse-pointer';
|
|
4097
|
-
//
|
|
4098
|
-
export { default as
|
|
4111
|
+
// SquareParkingOff aliases
|
|
4112
|
+
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
4099
4113
|
export {
|
|
4100
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4101
|
-
default as
|
|
4102
|
-
} from '../icons/square-
|
|
4114
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. This alias will be removed in v1.0 */
|
|
4115
|
+
default as ParkingSquareOffIcon
|
|
4116
|
+
} from '../icons/square-parking-off';
|
|
4103
4117
|
// SquareParking aliases
|
|
4104
4118
|
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
4105
4119
|
export {
|
|
4106
4120
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. This alias will be removed in v1.0 */
|
|
4107
4121
|
default as ParkingSquareIcon
|
|
4108
4122
|
} from '../icons/square-parking';
|
|
4109
|
-
// SquarePercent aliases
|
|
4110
|
-
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
4111
|
-
export {
|
|
4112
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. This alias will be removed in v1.0 */
|
|
4113
|
-
default as PercentSquareIcon
|
|
4114
|
-
} from '../icons/square-percent';
|
|
4115
4123
|
// SquarePen aliases
|
|
4116
4124
|
export { default as SquarePenIcon } from '../icons/square-pen';
|
|
4117
4125
|
export {
|
|
@@ -4126,6 +4134,12 @@ export {
|
|
|
4126
4134
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. This alias will be removed in v1.0 */
|
|
4127
4135
|
default as PenSquareIcon
|
|
4128
4136
|
} from '../icons/square-pen';
|
|
4137
|
+
// SquarePercent aliases
|
|
4138
|
+
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
4139
|
+
export {
|
|
4140
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. This alias will be removed in v1.0 */
|
|
4141
|
+
default as PercentSquareIcon
|
|
4142
|
+
} from '../icons/square-percent';
|
|
4129
4143
|
// SquarePilcrow aliases
|
|
4130
4144
|
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4131
4145
|
export {
|
|
@@ -4138,12 +4152,6 @@ export {
|
|
|
4138
4152
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. This alias will be removed in v1.0 */
|
|
4139
4153
|
default as PiSquareIcon
|
|
4140
4154
|
} from '../icons/square-pi';
|
|
4141
|
-
// SquarePower aliases
|
|
4142
|
-
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
4143
|
-
export {
|
|
4144
|
-
/** @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 */
|
|
4145
|
-
default as PowerSquareIcon
|
|
4146
|
-
} from '../icons/square-power';
|
|
4147
4155
|
// SquarePlay aliases
|
|
4148
4156
|
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
4149
4157
|
export {
|
|
@@ -4156,6 +4164,12 @@ export {
|
|
|
4156
4164
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. This alias will be removed in v1.0 */
|
|
4157
4165
|
default as PlusSquareIcon
|
|
4158
4166
|
} from '../icons/square-plus';
|
|
4167
|
+
// SquarePower aliases
|
|
4168
|
+
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
4169
|
+
export {
|
|
4170
|
+
/** @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 */
|
|
4171
|
+
default as PowerSquareIcon
|
|
4172
|
+
} from '../icons/square-power';
|
|
4159
4173
|
// SquareScissors aliases
|
|
4160
4174
|
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4161
4175
|
export {
|
|
@@ -4180,18 +4194,18 @@ export {
|
|
|
4180
4194
|
/** @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 */
|
|
4181
4195
|
default as SplitSquareHorizontalIcon
|
|
4182
4196
|
} from '../icons/square-split-horizontal';
|
|
4183
|
-
// SquareTerminal aliases
|
|
4184
|
-
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
4185
|
-
export {
|
|
4186
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. This alias will be removed in v1.0 */
|
|
4187
|
-
default as TerminalSquareIcon
|
|
4188
|
-
} from '../icons/square-terminal';
|
|
4189
4197
|
// SquareSplitVertical aliases
|
|
4190
4198
|
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
4191
4199
|
export {
|
|
4192
4200
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. This alias will be removed in v1.0 */
|
|
4193
4201
|
default as SplitSquareVerticalIcon
|
|
4194
4202
|
} from '../icons/square-split-vertical';
|
|
4203
|
+
// SquareTerminal aliases
|
|
4204
|
+
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
4205
|
+
export {
|
|
4206
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. This alias will be removed in v1.0 */
|
|
4207
|
+
default as TerminalSquareIcon
|
|
4208
|
+
} from '../icons/square-terminal';
|
|
4195
4209
|
// SquareUserRound aliases
|
|
4196
4210
|
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
4197
4211
|
export {
|
|
@@ -4210,24 +4224,18 @@ export {
|
|
|
4210
4224
|
/** @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 */
|
|
4211
4225
|
default as XSquareIcon
|
|
4212
4226
|
} from '../icons/square-x';
|
|
4213
|
-
// TextAlignCenter aliases
|
|
4214
|
-
export { default as TextAlignCenterIcon } from '../icons/text-align-center';
|
|
4215
|
-
export {
|
|
4216
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. This alias will be removed in v1.0 */
|
|
4217
|
-
default as AlignCenterIcon
|
|
4218
|
-
} from '../icons/text-align-center';
|
|
4219
4227
|
// TestTubeDiagonal aliases
|
|
4220
4228
|
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
4221
4229
|
export {
|
|
4222
4230
|
/** @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 */
|
|
4223
4231
|
default as TestTube2Icon
|
|
4224
4232
|
} from '../icons/test-tube-diagonal';
|
|
4225
|
-
//
|
|
4226
|
-
export { default as
|
|
4233
|
+
// TextAlignCenter aliases
|
|
4234
|
+
export { default as TextAlignCenterIcon } from '../icons/text-align-center';
|
|
4227
4235
|
export {
|
|
4228
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4229
|
-
default as
|
|
4230
|
-
} from '../icons/text-align-
|
|
4236
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. This alias will be removed in v1.0 */
|
|
4237
|
+
default as AlignCenterIcon
|
|
4238
|
+
} from '../icons/text-align-center';
|
|
4231
4239
|
// TextAlignEnd aliases
|
|
4232
4240
|
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4233
4241
|
export {
|
|
@@ -4244,30 +4252,36 @@ export {
|
|
|
4244
4252
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignStart} instead. This alias will be removed in v1.0 */
|
|
4245
4253
|
default as AlignLeftIcon
|
|
4246
4254
|
} from '../icons/text-align-start';
|
|
4247
|
-
//
|
|
4248
|
-
export { default as
|
|
4255
|
+
// TextAlignJustify aliases
|
|
4256
|
+
export { default as TextAlignJustifyIcon } from '../icons/text-align-justify';
|
|
4249
4257
|
export {
|
|
4250
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4251
|
-
default as
|
|
4252
|
-
} from '../icons/text-
|
|
4258
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. This alias will be removed in v1.0 */
|
|
4259
|
+
default as AlignJustifyIcon
|
|
4260
|
+
} from '../icons/text-align-justify';
|
|
4261
|
+
// TextInitial aliases
|
|
4262
|
+
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4263
|
+
export {
|
|
4264
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. This alias will be removed in v1.0 */
|
|
4265
|
+
default as LetterTextIcon
|
|
4266
|
+
} from '../icons/text-initial';
|
|
4253
4267
|
// TramFront aliases
|
|
4254
4268
|
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4255
4269
|
export {
|
|
4256
4270
|
/** @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 */
|
|
4257
4271
|
default as TrainIcon
|
|
4258
4272
|
} from '../icons/tram-front';
|
|
4259
|
-
//
|
|
4260
|
-
export { default as
|
|
4273
|
+
// TextWrap aliases
|
|
4274
|
+
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4261
4275
|
export {
|
|
4262
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4263
|
-
default as
|
|
4264
|
-
} from '../icons/text-
|
|
4265
|
-
//
|
|
4266
|
-
export { default as
|
|
4276
|
+
/** @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 */
|
|
4277
|
+
default as WrapTextIcon
|
|
4278
|
+
} from '../icons/text-wrap';
|
|
4279
|
+
// TriangleAlert aliases
|
|
4280
|
+
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4267
4281
|
export {
|
|
4268
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4269
|
-
default as
|
|
4270
|
-
} from '../icons/
|
|
4282
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. This alias will be removed in v1.0 */
|
|
4283
|
+
default as AlertTriangleIcon
|
|
4284
|
+
} from '../icons/triangle-alert';
|
|
4271
4285
|
// TreePalm aliases
|
|
4272
4286
|
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4273
4287
|
export {
|
|
@@ -4280,12 +4294,6 @@ export {
|
|
|
4280
4294
|
/** @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 */
|
|
4281
4295
|
default as Tv2Icon
|
|
4282
4296
|
} from '../icons/tv-minimal';
|
|
4283
|
-
// TriangleAlert aliases
|
|
4284
|
-
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4285
|
-
export {
|
|
4286
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. This alias will be removed in v1.0 */
|
|
4287
|
-
default as AlertTriangleIcon
|
|
4288
|
-
} from '../icons/triangle-alert';
|
|
4289
4297
|
// UserRoundCheck aliases
|
|
4290
4298
|
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
4291
4299
|
export {
|
|
@@ -4304,36 +4312,30 @@ export {
|
|
|
4304
4312
|
/** @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 */
|
|
4305
4313
|
default as UserCog2Icon
|
|
4306
4314
|
} from '../icons/user-round-cog';
|
|
4307
|
-
// UserRoundMinus aliases
|
|
4308
|
-
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
4309
|
-
export {
|
|
4310
|
-
/** @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 */
|
|
4311
|
-
default as UserMinus2Icon
|
|
4312
|
-
} from '../icons/user-round-minus';
|
|
4313
|
-
// UserRoundX aliases
|
|
4314
|
-
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4315
|
-
export {
|
|
4316
|
-
/** @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 */
|
|
4317
|
-
default as UserX2Icon
|
|
4318
|
-
} from '../icons/user-round-x';
|
|
4319
4315
|
// UserRoundPlus aliases
|
|
4320
4316
|
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
4321
4317
|
export {
|
|
4322
4318
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. This alias will be removed in v1.0 */
|
|
4323
4319
|
default as UserPlus2Icon
|
|
4324
4320
|
} from '../icons/user-round-plus';
|
|
4321
|
+
// UserRoundMinus aliases
|
|
4322
|
+
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
4323
|
+
export {
|
|
4324
|
+
/** @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 */
|
|
4325
|
+
default as UserMinus2Icon
|
|
4326
|
+
} from '../icons/user-round-minus';
|
|
4325
4327
|
// UserRound aliases
|
|
4326
4328
|
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4327
4329
|
export {
|
|
4328
4330
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. This alias will be removed in v1.0 */
|
|
4329
4331
|
default as User2Icon
|
|
4330
4332
|
} from '../icons/user-round';
|
|
4331
|
-
//
|
|
4332
|
-
export { default as
|
|
4333
|
+
// UserRoundX aliases
|
|
4334
|
+
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4333
4335
|
export {
|
|
4334
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4335
|
-
default as
|
|
4336
|
-
} from '../icons/
|
|
4336
|
+
/** @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 */
|
|
4337
|
+
default as UserX2Icon
|
|
4338
|
+
} from '../icons/user-round-x';
|
|
4337
4339
|
// UsersRound aliases
|
|
4338
4340
|
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4339
4341
|
export {
|
|
@@ -4346,6 +4348,12 @@ export {
|
|
|
4346
4348
|
/** @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 */
|
|
4347
4349
|
default as ForkKnifeCrossedIcon
|
|
4348
4350
|
} from '../icons/utensils-crossed';
|
|
4351
|
+
// Utensils aliases
|
|
4352
|
+
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4353
|
+
export {
|
|
4354
|
+
/** @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 */
|
|
4355
|
+
default as ForkKnifeIcon
|
|
4356
|
+
} from '../icons/utensils';
|
|
4349
4357
|
// WalletMinimal aliases
|
|
4350
4358
|
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4351
4359
|
export {
|