@lucide/astro 1.0.1 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +5 -4
- package/src/aliases/aliases.ts +126 -126
- package/src/aliases/prefixed.ts +759 -755
- package/src/aliases/suffixed.ts +1113 -1109
- package/src/icons/arrow-big-down-dash.ts +2 -2
- package/src/icons/arrow-big-down.ts +2 -2
- package/src/icons/arrow-big-left-dash.ts +2 -2
- package/src/icons/arrow-big-left.ts +2 -2
- package/src/icons/arrow-big-right-dash.ts +2 -2
- package/src/icons/arrow-big-right.ts +2 -2
- package/src/icons/arrow-big-up-dash.ts +2 -2
- package/src/icons/arrow-big-up.ts +2 -2
- package/src/icons/circle-user-round.ts +2 -2
- package/src/icons/index.ts +118 -116
- package/src/icons/line-style.ts +18 -0
- package/src/icons/milestone.ts +2 -2
- package/src/icons/road.ts +18 -0
- package/src/icons/signpost.ts +2 -2
package/src/aliases/suffixed.ts
CHANGED
|
@@ -1,43 +1,43 @@
|
|
|
1
1
|
// AArrowDown aliases
|
|
2
2
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
|
-
// ALargeSmall aliases
|
|
4
|
-
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
5
3
|
// AArrowUp aliases
|
|
6
4
|
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
5
|
+
// ALargeSmall aliases
|
|
6
|
+
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
7
7
|
// Accessibility aliases
|
|
8
8
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
9
9
|
// Activity aliases
|
|
10
10
|
export { default as ActivityIcon } from '../icons/activity';
|
|
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';
|
|
17
|
-
//
|
|
18
|
-
export { default as
|
|
15
|
+
// Airplay aliases
|
|
16
|
+
export { default as AirplayIcon } from '../icons/airplay';
|
|
19
17
|
// AlarmSmoke aliases
|
|
20
18
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
19
|
+
// AlarmClock aliases
|
|
20
|
+
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
21
21
|
// Album aliases
|
|
22
22
|
export { default as AlbumIcon } from '../icons/album';
|
|
23
|
-
// AlignCenterVertical aliases
|
|
24
|
-
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
25
23
|
// AlignCenterHorizontal aliases
|
|
26
24
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
27
|
-
//
|
|
28
|
-
export { default as
|
|
29
|
-
// AlignHorizontalDistributeCenter aliases
|
|
30
|
-
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
25
|
+
// AlignCenterVertical aliases
|
|
26
|
+
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
31
27
|
// AlignEndHorizontal aliases
|
|
32
28
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
29
|
+
// AlignEndVertical aliases
|
|
30
|
+
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
31
|
+
// AlignHorizontalDistributeStart aliases
|
|
32
|
+
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
33
33
|
// AlignHorizontalDistributeEnd aliases
|
|
34
34
|
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
35
|
+
// AlignHorizontalDistributeCenter aliases
|
|
36
|
+
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
35
37
|
// AlignHorizontalJustifyCenter aliases
|
|
36
38
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
37
39
|
// AlignHorizontalJustifyEnd aliases
|
|
38
40
|
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
39
|
-
// AlignHorizontalDistributeStart aliases
|
|
40
|
-
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
41
41
|
// AlignHorizontalJustifyStart aliases
|
|
42
42
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
43
43
|
// AlignHorizontalSpaceAround aliases
|
|
@@ -50,12 +50,12 @@ export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horiz
|
|
|
50
50
|
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
51
51
|
// AlignVerticalDistributeCenter aliases
|
|
52
52
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
53
|
-
// AlignVerticalJustifyCenter aliases
|
|
54
|
-
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
55
53
|
// AlignVerticalDistributeEnd aliases
|
|
56
54
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
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
61
|
// AlignVerticalJustifyStart aliases
|
|
@@ -64,10 +64,10 @@ export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertica
|
|
|
64
64
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
65
65
|
// AlignVerticalSpaceBetween aliases
|
|
66
66
|
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
67
|
-
// Ambulance aliases
|
|
68
|
-
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
69
67
|
// Ampersand aliases
|
|
70
68
|
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
69
|
+
// Ambulance aliases
|
|
70
|
+
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
71
71
|
// Ampersands aliases
|
|
72
72
|
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
73
73
|
// Amphora aliases
|
|
@@ -76,78 +76,78 @@ export { default as AmphoraIcon } from '../icons/amphora';
|
|
|
76
76
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
77
77
|
// Angry aliases
|
|
78
78
|
export { default as AngryIcon } from '../icons/angry';
|
|
79
|
-
// Antenna aliases
|
|
80
|
-
export { default as AntennaIcon } from '../icons/antenna';
|
|
81
79
|
// Annoyed aliases
|
|
82
80
|
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
83
|
-
//
|
|
84
|
-
export { default as
|
|
81
|
+
// Antenna aliases
|
|
82
|
+
export { default as AntennaIcon } from '../icons/antenna';
|
|
85
83
|
// Anvil aliases
|
|
86
84
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
85
|
+
// Aperture aliases
|
|
86
|
+
export { default as ApertureIcon } from '../icons/aperture';
|
|
87
87
|
// AppWindowMac aliases
|
|
88
88
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
89
89
|
// AppWindow aliases
|
|
90
90
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
91
91
|
// Apple aliases
|
|
92
92
|
export { default as AppleIcon } from '../icons/apple';
|
|
93
|
+
// Armchair aliases
|
|
94
|
+
export { default as ArmchairIcon } from '../icons/armchair';
|
|
93
95
|
// ArchiveRestore aliases
|
|
94
96
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
95
|
-
// Archive aliases
|
|
96
|
-
export { default as ArchiveIcon } from '../icons/archive';
|
|
97
97
|
// ArchiveX aliases
|
|
98
98
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
99
|
+
// Archive aliases
|
|
100
|
+
export { default as ArchiveIcon } from '../icons/archive';
|
|
99
101
|
// ArrowBigDownDash aliases
|
|
100
102
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
101
|
-
// Armchair aliases
|
|
102
|
-
export { default as ArmchairIcon } from '../icons/armchair';
|
|
103
|
-
// ArrowBigLeftDash aliases
|
|
104
|
-
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
105
|
-
// ArrowBigLeft aliases
|
|
106
|
-
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
107
103
|
// ArrowBigDown aliases
|
|
108
104
|
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
105
|
+
// ArrowBigLeftDash aliases
|
|
106
|
+
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
109
107
|
// ArrowBigRightDash aliases
|
|
110
108
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
111
|
-
//
|
|
112
|
-
export { default as
|
|
109
|
+
// ArrowBigLeft aliases
|
|
110
|
+
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
113
111
|
// ArrowBigRight aliases
|
|
114
112
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
115
|
-
//
|
|
116
|
-
export { default as
|
|
113
|
+
// ArrowBigUpDash aliases
|
|
114
|
+
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
117
115
|
// ArrowBigUp aliases
|
|
118
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
119
|
// ArrowDownLeft aliases
|
|
120
120
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
121
|
-
// ArrowDownNarrowWide aliases
|
|
122
|
-
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
123
121
|
// ArrowDownRight aliases
|
|
124
122
|
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';
|
|
127
|
-
//
|
|
128
|
-
export { default as
|
|
125
|
+
// ArrowDownNarrowWide aliases
|
|
126
|
+
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
129
127
|
// ArrowDownToLine aliases
|
|
130
128
|
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
129
|
+
// ArrowDownUp aliases
|
|
130
|
+
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
131
131
|
// ArrowDown aliases
|
|
132
132
|
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
133
133
|
// ArrowLeftFromLine aliases
|
|
134
134
|
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
135
135
|
// ArrowLeftRight aliases
|
|
136
136
|
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
137
|
-
// ArrowLeftToLine aliases
|
|
138
|
-
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
139
137
|
// ArrowLeft aliases
|
|
140
138
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
141
139
|
// ArrowRightFromLine aliases
|
|
142
140
|
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
143
|
-
//
|
|
144
|
-
export { default as
|
|
141
|
+
// ArrowLeftToLine aliases
|
|
142
|
+
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
145
143
|
// ArrowRightLeft aliases
|
|
146
144
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
147
|
-
//
|
|
148
|
-
export { default as
|
|
145
|
+
// ArrowRightToLine aliases
|
|
146
|
+
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
149
147
|
// ArrowRight aliases
|
|
150
148
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
149
|
+
// ArrowUpDown aliases
|
|
150
|
+
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
151
151
|
// ArrowUpFromDot aliases
|
|
152
152
|
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
153
153
|
// ArrowUpFromLine aliases
|
|
@@ -156,28 +156,28 @@ export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
|
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
|
-
// ArrowUpToLine aliases
|
|
160
|
-
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
161
159
|
// ArrowUpWideNarrow aliases
|
|
162
160
|
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
163
|
-
//
|
|
164
|
-
export { default as
|
|
161
|
+
// ArrowUpToLine aliases
|
|
162
|
+
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
165
163
|
// ArrowUp aliases
|
|
166
164
|
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
167
165
|
// ArrowsUpFromLine aliases
|
|
168
166
|
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
169
167
|
// Asterisk aliases
|
|
170
168
|
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
169
|
+
// AtSign aliases
|
|
170
|
+
export { default as AtSignIcon } from '../icons/at-sign';
|
|
171
171
|
// Atom aliases
|
|
172
172
|
export { default as AtomIcon } from '../icons/atom';
|
|
173
|
-
// AudioLines aliases
|
|
174
|
-
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
175
173
|
// AudioWaveform aliases
|
|
176
174
|
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
177
|
-
//
|
|
178
|
-
export { default as
|
|
175
|
+
// AudioLines aliases
|
|
176
|
+
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
179
177
|
// Award aliases
|
|
180
178
|
export { default as AwardIcon } from '../icons/award';
|
|
179
|
+
// Axe aliases
|
|
180
|
+
export { default as AxeIcon } from '../icons/axe';
|
|
181
181
|
// Baby aliases
|
|
182
182
|
export { default as BabyIcon } from '../icons/baby';
|
|
183
183
|
// Backpack aliases
|
|
@@ -190,42 +190,42 @@ export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
|
190
190
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
191
191
|
// BadgeEuro aliases
|
|
192
192
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
193
|
-
// BadgeIndianRupee aliases
|
|
194
|
-
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
195
193
|
// BadgeInfo aliases
|
|
196
194
|
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
195
|
+
// BadgeIndianRupee aliases
|
|
196
|
+
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
197
197
|
// BadgeJapaneseYen aliases
|
|
198
198
|
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
199
|
-
// BadgeMinus aliases
|
|
200
|
-
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
201
199
|
// BadgePercent aliases
|
|
202
200
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
203
|
-
//
|
|
204
|
-
export { default as
|
|
201
|
+
// BadgeMinus aliases
|
|
202
|
+
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
205
203
|
// BadgePlus aliases
|
|
206
204
|
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
205
|
+
// BadgePoundSterling aliases
|
|
206
|
+
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
207
207
|
// BadgeRussianRuble aliases
|
|
208
208
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
209
|
-
// BadgeSwissFranc aliases
|
|
210
|
-
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
211
209
|
// BadgeTurkishLira aliases
|
|
212
210
|
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
213
|
-
//
|
|
214
|
-
export { default as
|
|
211
|
+
// BadgeSwissFranc aliases
|
|
212
|
+
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
215
213
|
// Badge aliases
|
|
216
214
|
export { default as BadgeIcon } from '../icons/badge';
|
|
215
|
+
// BadgeX aliases
|
|
216
|
+
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
217
|
+
// Ban aliases
|
|
218
|
+
export { default as BanIcon } from '../icons/ban';
|
|
217
219
|
// BaggageClaim aliases
|
|
218
220
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
219
221
|
// Balloon aliases
|
|
220
222
|
export { default as BalloonIcon } from '../icons/balloon';
|
|
221
|
-
// Ban aliases
|
|
222
|
-
export { default as BanIcon } from '../icons/ban';
|
|
223
223
|
// Banana aliases
|
|
224
224
|
export { default as BananaIcon } from '../icons/banana';
|
|
225
|
-
// BanknoteArrowDown aliases
|
|
226
|
-
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
227
225
|
// Bandage aliases
|
|
228
226
|
export { default as BandageIcon } from '../icons/bandage';
|
|
227
|
+
// BanknoteArrowDown aliases
|
|
228
|
+
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
229
229
|
// BanknoteArrowUp aliases
|
|
230
230
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
231
231
|
// BanknoteX aliases
|
|
@@ -236,40 +236,40 @@ export { default as BarcodeIcon } from '../icons/barcode';
|
|
|
236
236
|
export { default as BarrelIcon } from '../icons/barrel';
|
|
237
237
|
// Banknote aliases
|
|
238
238
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
239
|
+
// Bath aliases
|
|
240
|
+
export { default as BathIcon } from '../icons/bath';
|
|
239
241
|
// Baseline aliases
|
|
240
242
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
241
|
-
// BatteryCharging aliases
|
|
242
|
-
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
243
243
|
// BatteryFull aliases
|
|
244
244
|
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
245
|
-
//
|
|
246
|
-
export { default as
|
|
245
|
+
// BatteryCharging aliases
|
|
246
|
+
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
247
247
|
// BatteryLow aliases
|
|
248
248
|
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
249
249
|
// BatteryMedium aliases
|
|
250
250
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
251
251
|
// BatteryPlus aliases
|
|
252
252
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
253
|
-
// BatteryWarning aliases
|
|
254
|
-
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
255
253
|
// Battery aliases
|
|
256
254
|
export { default as BatteryIcon } from '../icons/battery';
|
|
257
|
-
//
|
|
258
|
-
export { default as
|
|
255
|
+
// BatteryWarning aliases
|
|
256
|
+
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
259
257
|
// Beaker aliases
|
|
260
258
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
261
259
|
// Bean aliases
|
|
262
260
|
export { default as BeanIcon } from '../icons/bean';
|
|
261
|
+
// BeanOff aliases
|
|
262
|
+
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
263
263
|
// BedDouble aliases
|
|
264
264
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
265
|
-
// Bed aliases
|
|
266
|
-
export { default as BedIcon } from '../icons/bed';
|
|
267
265
|
// BedSingle aliases
|
|
268
266
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
269
|
-
//
|
|
270
|
-
export { default as
|
|
267
|
+
// Bed aliases
|
|
268
|
+
export { default as BedIcon } from '../icons/bed';
|
|
271
269
|
// BeerOff aliases
|
|
272
270
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
271
|
+
// Beef aliases
|
|
272
|
+
export { default as BeefIcon } from '../icons/beef';
|
|
273
273
|
// Beer aliases
|
|
274
274
|
export { default as BeerIcon } from '../icons/beer';
|
|
275
275
|
// BellDot aliases
|
|
@@ -278,32 +278,32 @@ export { default as BellDotIcon } from '../icons/bell-dot';
|
|
|
278
278
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
279
279
|
// BellElectric aliases
|
|
280
280
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
281
|
-
// BellPlus aliases
|
|
282
|
-
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
283
281
|
// BellOff aliases
|
|
284
282
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
285
283
|
// BellRing aliases
|
|
286
284
|
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
287
|
-
//
|
|
288
|
-
export { default as
|
|
285
|
+
// BellPlus aliases
|
|
286
|
+
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
289
287
|
// Bell aliases
|
|
290
288
|
export { default as BellIcon } from '../icons/bell';
|
|
291
|
-
//
|
|
292
|
-
export { default as
|
|
289
|
+
// BetweenVerticalEnd aliases
|
|
290
|
+
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
293
291
|
// BicepsFlexed aliases
|
|
294
292
|
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
293
|
+
// BetweenVerticalStart aliases
|
|
294
|
+
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
295
295
|
// Bike aliases
|
|
296
296
|
export { default as BikeIcon } from '../icons/bike';
|
|
297
297
|
// Binary aliases
|
|
298
298
|
export { default as BinaryIcon } from '../icons/binary';
|
|
299
299
|
// Binoculars aliases
|
|
300
300
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
301
|
+
// Birdhouse aliases
|
|
302
|
+
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
301
303
|
// Biohazard aliases
|
|
302
304
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
303
305
|
// Bird aliases
|
|
304
306
|
export { default as BirdIcon } from '../icons/bird';
|
|
305
|
-
// Birdhouse aliases
|
|
306
|
-
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
307
307
|
// Bitcoin aliases
|
|
308
308
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
309
309
|
// Blend aliases
|
|
@@ -312,12 +312,12 @@ export { default as BlendIcon } from '../icons/blend';
|
|
|
312
312
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
313
313
|
// Blocks aliases
|
|
314
314
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
315
|
+
// BluetoothSearching aliases
|
|
316
|
+
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
315
317
|
// BluetoothConnected aliases
|
|
316
318
|
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
317
319
|
// BluetoothOff aliases
|
|
318
320
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
319
|
-
// BluetoothSearching aliases
|
|
320
|
-
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
321
321
|
// Bluetooth aliases
|
|
322
322
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
323
323
|
// Bold aliases
|
|
@@ -330,38 +330,38 @@ export { default as BombIcon } from '../icons/bomb';
|
|
|
330
330
|
export { default as BoneIcon } from '../icons/bone';
|
|
331
331
|
// BookA aliases
|
|
332
332
|
export { default as BookAIcon } from '../icons/book-a';
|
|
333
|
-
// BookAudio aliases
|
|
334
|
-
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
335
333
|
// BookAlert aliases
|
|
336
334
|
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
337
|
-
// BookCopy aliases
|
|
338
|
-
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
339
335
|
// BookCheck aliases
|
|
340
336
|
export { default as BookCheckIcon } from '../icons/book-check';
|
|
337
|
+
// BookAudio aliases
|
|
338
|
+
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
339
|
+
// BookCopy aliases
|
|
340
|
+
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
341
341
|
// BookDown aliases
|
|
342
342
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
343
343
|
// BookHeadphones aliases
|
|
344
344
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
345
|
-
// BookImage aliases
|
|
346
|
-
export { default as BookImageIcon } from '../icons/book-image';
|
|
347
345
|
// BookHeart aliases
|
|
348
346
|
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
347
|
+
// BookImage aliases
|
|
348
|
+
export { default as BookImageIcon } from '../icons/book-image';
|
|
349
|
+
// BookLock aliases
|
|
350
|
+
export { default as BookLockIcon } from '../icons/book-lock';
|
|
349
351
|
// BookKey aliases
|
|
350
352
|
export { default as BookKeyIcon } from '../icons/book-key';
|
|
351
353
|
// BookMarked aliases
|
|
352
354
|
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
353
|
-
// BookLock aliases
|
|
354
|
-
export { default as BookLockIcon } from '../icons/book-lock';
|
|
355
355
|
// BookMinus aliases
|
|
356
356
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
357
357
|
// BookOpenCheck aliases
|
|
358
358
|
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
359
|
-
// BookOpen aliases
|
|
360
|
-
export { default as BookOpenIcon } from '../icons/book-open';
|
|
361
359
|
// BookOpenText aliases
|
|
362
360
|
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
363
361
|
// BookPlus aliases
|
|
364
362
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
363
|
+
// BookOpen aliases
|
|
364
|
+
export { default as BookOpenIcon } from '../icons/book-open';
|
|
365
365
|
// BookSearch aliases
|
|
366
366
|
export { default as BookSearchIcon } from '../icons/book-search';
|
|
367
367
|
// BookText aliases
|
|
@@ -370,10 +370,10 @@ export { default as BookTextIcon } from '../icons/book-text';
|
|
|
370
370
|
export { default as BookTypeIcon } from '../icons/book-type';
|
|
371
371
|
// BookUp2 aliases
|
|
372
372
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
373
|
-
// BookUp aliases
|
|
374
|
-
export { default as BookUpIcon } from '../icons/book-up';
|
|
375
373
|
// BookUser aliases
|
|
376
374
|
export { default as BookUserIcon } from '../icons/book-user';
|
|
375
|
+
// BookUp aliases
|
|
376
|
+
export { default as BookUpIcon } from '../icons/book-up';
|
|
377
377
|
// BookX aliases
|
|
378
378
|
export { default as BookXIcon } from '../icons/book-x';
|
|
379
379
|
// Book aliases
|
|
@@ -392,48 +392,48 @@ export { default as BookmarkIcon } from '../icons/bookmark';
|
|
|
392
392
|
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
393
393
|
// BotMessageSquare aliases
|
|
394
394
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
395
|
-
// BotOff aliases
|
|
396
|
-
export { default as BotOffIcon } from '../icons/bot-off';
|
|
397
395
|
// Bot aliases
|
|
398
396
|
export { default as BotIcon } from '../icons/bot';
|
|
399
|
-
//
|
|
400
|
-
export { default as
|
|
397
|
+
// BotOff aliases
|
|
398
|
+
export { default as BotOffIcon } from '../icons/bot-off';
|
|
401
399
|
// BowArrow aliases
|
|
402
400
|
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
401
|
+
// BottleWine aliases
|
|
402
|
+
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
403
403
|
// Box aliases
|
|
404
404
|
export { default as BoxIcon } from '../icons/box';
|
|
405
|
-
// BrainCircuit aliases
|
|
406
|
-
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
407
405
|
// Boxes aliases
|
|
408
406
|
export { default as BoxesIcon } from '../icons/boxes';
|
|
409
|
-
// BrainCog aliases
|
|
410
|
-
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
411
407
|
// Brackets aliases
|
|
412
408
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
409
|
+
// BrainCircuit aliases
|
|
410
|
+
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
413
411
|
// Brain aliases
|
|
414
412
|
export { default as BrainIcon } from '../icons/brain';
|
|
413
|
+
// BrainCog aliases
|
|
414
|
+
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
415
415
|
// BrickWallFire aliases
|
|
416
416
|
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
417
417
|
// BrickWall aliases
|
|
418
418
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
419
419
|
// BrickWallShield aliases
|
|
420
420
|
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
421
|
+
// BriefcaseConveyorBelt aliases
|
|
422
|
+
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
421
423
|
// BriefcaseBusiness aliases
|
|
422
424
|
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
423
425
|
// BriefcaseMedical aliases
|
|
424
426
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
425
|
-
// BriefcaseConveyorBelt aliases
|
|
426
|
-
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
427
427
|
// Briefcase aliases
|
|
428
428
|
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
429
429
|
// BringToFront aliases
|
|
430
430
|
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
431
431
|
// BrushCleaning aliases
|
|
432
432
|
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
433
|
-
// Brush aliases
|
|
434
|
-
export { default as BrushIcon } from '../icons/brush';
|
|
435
433
|
// Bubbles aliases
|
|
436
434
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
435
|
+
// Brush aliases
|
|
436
|
+
export { default as BrushIcon } from '../icons/brush';
|
|
437
437
|
// BugOff aliases
|
|
438
438
|
export { default as BugOffIcon } from '../icons/bug-off';
|
|
439
439
|
// BugPlay aliases
|
|
@@ -454,14 +454,14 @@ export { default as CableCarIcon } from '../icons/cable-car';
|
|
|
454
454
|
export { default as CableIcon } from '../icons/cable';
|
|
455
455
|
// CakeSlice aliases
|
|
456
456
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
457
|
-
// Cake aliases
|
|
458
|
-
export { default as CakeIcon } from '../icons/cake';
|
|
459
457
|
// Calculator aliases
|
|
460
458
|
export { default as CalculatorIcon } from '../icons/calculator';
|
|
461
|
-
//
|
|
462
|
-
export { default as
|
|
459
|
+
// Cake aliases
|
|
460
|
+
export { default as CakeIcon } from '../icons/cake';
|
|
463
461
|
// Calendar1 aliases
|
|
464
462
|
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
463
|
+
// CalendarArrowDown aliases
|
|
464
|
+
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
465
465
|
// CalendarArrowUp aliases
|
|
466
466
|
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
467
467
|
// CalendarCheck2 aliases
|
|
@@ -470,44 +470,44 @@ export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
|
470
470
|
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
471
471
|
// CalendarClock aliases
|
|
472
472
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
473
|
-
// CalendarCog aliases
|
|
474
|
-
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
475
473
|
// CalendarDays aliases
|
|
476
474
|
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
475
|
+
// CalendarCog aliases
|
|
476
|
+
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
477
477
|
// CalendarFold aliases
|
|
478
478
|
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
479
|
-
// CalendarMinus2 aliases
|
|
480
|
-
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
481
479
|
// CalendarHeart aliases
|
|
482
480
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
481
|
+
// CalendarMinus2 aliases
|
|
482
|
+
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
483
483
|
// CalendarMinus aliases
|
|
484
484
|
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
485
|
-
// CalendarPlus2 aliases
|
|
486
|
-
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
487
485
|
// CalendarOff aliases
|
|
488
486
|
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
487
|
+
// CalendarPlus2 aliases
|
|
488
|
+
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
489
489
|
// CalendarPlus aliases
|
|
490
490
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
491
|
-
// CalendarSearch aliases
|
|
492
|
-
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
493
491
|
// CalendarRange aliases
|
|
494
492
|
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
495
493
|
// CalendarSync aliases
|
|
496
494
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
495
|
+
// CalendarSearch aliases
|
|
496
|
+
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
497
497
|
// CalendarX2 aliases
|
|
498
498
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
499
|
-
// CalendarX aliases
|
|
500
|
-
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
501
499
|
// Calendar aliases
|
|
502
500
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
503
501
|
// Calendars aliases
|
|
504
502
|
export { default as CalendarsIcon } from '../icons/calendars';
|
|
503
|
+
// CalendarX aliases
|
|
504
|
+
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
505
505
|
// CameraOff aliases
|
|
506
506
|
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
507
|
-
// Camera aliases
|
|
508
|
-
export { default as CameraIcon } from '../icons/camera';
|
|
509
507
|
// CandyCane aliases
|
|
510
508
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
509
|
+
// Camera aliases
|
|
510
|
+
export { default as CameraIcon } from '../icons/camera';
|
|
511
511
|
// CandyOff aliases
|
|
512
512
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
513
513
|
// Candy aliases
|
|
@@ -530,58 +530,58 @@ export { default as CaravanIcon } from '../icons/caravan';
|
|
|
530
530
|
export { default as CardSimIcon } from '../icons/card-sim';
|
|
531
531
|
// Carrot aliases
|
|
532
532
|
export { default as CarrotIcon } from '../icons/carrot';
|
|
533
|
+
// CaseLower aliases
|
|
534
|
+
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
533
535
|
// CaseSensitive aliases
|
|
534
536
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
535
537
|
// CaseUpper aliases
|
|
536
538
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
537
539
|
// CassetteTape aliases
|
|
538
540
|
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
539
|
-
// CaseLower aliases
|
|
540
|
-
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
541
|
-
// Castle aliases
|
|
542
|
-
export { default as CastleIcon } from '../icons/castle';
|
|
543
|
-
// Cat aliases
|
|
544
|
-
export { default as CatIcon } from '../icons/cat';
|
|
545
541
|
// Cast aliases
|
|
546
542
|
export { default as CastIcon } from '../icons/cast';
|
|
543
|
+
// Castle aliases
|
|
544
|
+
export { default as CastleIcon } from '../icons/castle';
|
|
547
545
|
// CctvOff aliases
|
|
548
546
|
export { default as CctvOffIcon } from '../icons/cctv-off';
|
|
547
|
+
// Cat aliases
|
|
548
|
+
export { default as CatIcon } from '../icons/cat';
|
|
549
|
+
// ChartBarDecreasing aliases
|
|
550
|
+
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
549
551
|
// Cctv aliases
|
|
550
552
|
export { default as CctvIcon } from '../icons/cctv';
|
|
551
553
|
// ChartBarIncreasing aliases
|
|
552
554
|
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
553
|
-
// ChartBarDecreasing aliases
|
|
554
|
-
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
555
555
|
// ChartBarStacked aliases
|
|
556
556
|
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
557
557
|
// ChartColumnDecreasing aliases
|
|
558
558
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
559
|
-
// ChartColumnStacked aliases
|
|
560
|
-
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
561
559
|
// ChartGantt aliases
|
|
562
560
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
561
|
+
// ChartColumnStacked aliases
|
|
562
|
+
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
563
563
|
// ChartNoAxesColumnDecreasing aliases
|
|
564
564
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
565
565
|
// ChartNetwork aliases
|
|
566
566
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
567
567
|
// ChartNoAxesCombined aliases
|
|
568
568
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
569
|
-
// CheckCheck aliases
|
|
570
|
-
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
571
569
|
// ChartSpline aliases
|
|
572
570
|
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
573
|
-
//
|
|
574
|
-
export { default as
|
|
571
|
+
// CheckCheck aliases
|
|
572
|
+
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
575
573
|
// CheckLine aliases
|
|
576
574
|
export { default as CheckLineIcon } from '../icons/check-line';
|
|
575
|
+
// Check aliases
|
|
576
|
+
export { default as CheckIcon } from '../icons/check';
|
|
577
577
|
// ChefHat aliases
|
|
578
578
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
579
579
|
// Cherry aliases
|
|
580
580
|
export { default as CherryIcon } from '../icons/cherry';
|
|
581
|
-
// ChessKing aliases
|
|
582
|
-
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
583
581
|
// ChessBishop aliases
|
|
584
582
|
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
583
|
+
// ChessKing aliases
|
|
584
|
+
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
585
585
|
// ChessKnight aliases
|
|
586
586
|
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
587
587
|
// ChessPawn aliases
|
|
@@ -590,80 +590,80 @@ export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
|
590
590
|
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
591
591
|
// ChessRook aliases
|
|
592
592
|
export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
593
|
-
// ChevronFirst aliases
|
|
594
|
-
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
595
593
|
// ChevronDown aliases
|
|
596
594
|
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
597
|
-
//
|
|
598
|
-
export { default as
|
|
599
|
-
// ChevronRight aliases
|
|
600
|
-
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
595
|
+
// ChevronFirst aliases
|
|
596
|
+
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
601
597
|
// ChevronLeft aliases
|
|
602
598
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
603
|
-
//
|
|
604
|
-
export { default as
|
|
599
|
+
// ChevronRight aliases
|
|
600
|
+
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
601
|
+
// ChevronLast aliases
|
|
602
|
+
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
605
603
|
// ChevronsDownUp aliases
|
|
606
604
|
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
605
|
+
// ChevronUp aliases
|
|
606
|
+
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
607
607
|
// ChevronsDown aliases
|
|
608
608
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
609
|
-
// ChevronsLeftRightEllipsis aliases
|
|
610
|
-
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
611
609
|
// ChevronsLeftRight aliases
|
|
612
610
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
611
|
+
// ChevronsLeftRightEllipsis aliases
|
|
612
|
+
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
613
613
|
// ChevronsLeft aliases
|
|
614
614
|
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
615
615
|
// ChevronsRightLeft aliases
|
|
616
616
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
617
|
-
// ChevronsUpDown aliases
|
|
618
|
-
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
619
617
|
// ChevronsRight aliases
|
|
620
618
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
619
|
+
// ChevronsUpDown aliases
|
|
620
|
+
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
621
621
|
// ChevronsUp aliases
|
|
622
622
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
623
623
|
// Church aliases
|
|
624
624
|
export { default as ChurchIcon } from '../icons/church';
|
|
625
625
|
// CigaretteOff aliases
|
|
626
626
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
627
|
-
// CircleDollarSign aliases
|
|
628
|
-
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
629
|
-
// Cigarette aliases
|
|
630
|
-
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
631
627
|
// CircleDashed aliases
|
|
632
628
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
629
|
+
// Cigarette aliases
|
|
630
|
+
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
631
|
+
// CircleDollarSign aliases
|
|
632
|
+
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
633
633
|
// CircleDotDashed aliases
|
|
634
634
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
635
635
|
// CircleDot aliases
|
|
636
636
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
637
637
|
// CircleEllipsis aliases
|
|
638
638
|
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
639
|
-
// CircleFadingArrowUp aliases
|
|
640
|
-
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
641
639
|
// CircleEqual aliases
|
|
642
640
|
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
641
|
+
// CircleFadingArrowUp aliases
|
|
642
|
+
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
643
643
|
// CircleFadingPlus aliases
|
|
644
644
|
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
645
|
-
// CirclePile aliases
|
|
646
|
-
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
647
645
|
// CircleOff aliases
|
|
648
646
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
647
|
+
// CirclePile aliases
|
|
648
|
+
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
649
649
|
// CirclePoundSterling aliases
|
|
650
650
|
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
651
|
-
// CircleSmall aliases
|
|
652
|
-
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
653
651
|
// CircleSlash aliases
|
|
654
652
|
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
655
|
-
//
|
|
656
|
-
export { default as
|
|
653
|
+
// CircleSmall aliases
|
|
654
|
+
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
657
655
|
// CircleStar aliases
|
|
658
656
|
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
659
|
-
//
|
|
660
|
-
export { default as
|
|
657
|
+
// Circle aliases
|
|
658
|
+
export { default as CircleIcon } from '../icons/circle';
|
|
661
659
|
// CircuitBoard aliases
|
|
662
660
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
663
|
-
// ClipboardCheck aliases
|
|
664
|
-
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
665
661
|
// Clapperboard aliases
|
|
666
662
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
663
|
+
// Citrus aliases
|
|
664
|
+
export { default as CitrusIcon } from '../icons/citrus';
|
|
665
|
+
// ClipboardCheck aliases
|
|
666
|
+
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
667
667
|
// ClipboardClock aliases
|
|
668
668
|
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
669
669
|
// ClipboardCopy aliases
|
|
@@ -672,28 +672,28 @@ export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
|
672
672
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
673
673
|
// ClipboardMinus aliases
|
|
674
674
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
675
|
-
// ClipboardPaste aliases
|
|
676
|
-
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
677
675
|
// ClipboardPlus aliases
|
|
678
676
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
677
|
+
// ClipboardPaste aliases
|
|
678
|
+
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
679
679
|
// ClipboardType aliases
|
|
680
680
|
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
681
681
|
// ClipboardX aliases
|
|
682
682
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
683
683
|
// Clipboard aliases
|
|
684
684
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
685
|
-
// Clock1 aliases
|
|
686
|
-
export { default as Clock1Icon } from '../icons/clock-1';
|
|
687
685
|
// Clock10 aliases
|
|
688
686
|
export { default as Clock10Icon } from '../icons/clock-10';
|
|
687
|
+
// Clock1 aliases
|
|
688
|
+
export { default as Clock1Icon } from '../icons/clock-1';
|
|
689
689
|
// Clock11 aliases
|
|
690
690
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
691
|
-
// Clock12 aliases
|
|
692
|
-
export { default as Clock12Icon } from '../icons/clock-12';
|
|
693
|
-
// Clock3 aliases
|
|
694
|
-
export { default as Clock3Icon } from '../icons/clock-3';
|
|
695
691
|
// Clock2 aliases
|
|
696
692
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
693
|
+
// Clock3 aliases
|
|
694
|
+
export { default as Clock3Icon } from '../icons/clock-3';
|
|
695
|
+
// Clock12 aliases
|
|
696
|
+
export { default as Clock12Icon } from '../icons/clock-12';
|
|
697
697
|
// Clock4 aliases
|
|
698
698
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
699
699
|
// Clock5 aliases
|
|
@@ -702,38 +702,38 @@ export { default as Clock5Icon } from '../icons/clock-5';
|
|
|
702
702
|
export { default as Clock6Icon } from '../icons/clock-6';
|
|
703
703
|
// Clock7 aliases
|
|
704
704
|
export { default as Clock7Icon } from '../icons/clock-7';
|
|
705
|
-
// Clock8 aliases
|
|
706
|
-
export { default as Clock8Icon } from '../icons/clock-8';
|
|
707
|
-
// Clock9 aliases
|
|
708
|
-
export { default as Clock9Icon } from '../icons/clock-9';
|
|
709
705
|
// ClockAlert aliases
|
|
710
706
|
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
707
|
+
// Clock9 aliases
|
|
708
|
+
export { default as Clock9Icon } from '../icons/clock-9';
|
|
709
|
+
// Clock8 aliases
|
|
710
|
+
export { default as Clock8Icon } from '../icons/clock-8';
|
|
711
711
|
// ClockArrowDown aliases
|
|
712
712
|
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
713
|
-
// ClockCheck aliases
|
|
714
|
-
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
715
713
|
// ClockArrowUp aliases
|
|
716
714
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
715
|
+
// ClockCheck aliases
|
|
716
|
+
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
717
717
|
// ClockFading aliases
|
|
718
718
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
719
|
-
// Clock aliases
|
|
720
|
-
export { default as ClockIcon } from '../icons/clock';
|
|
721
719
|
// ClockPlus aliases
|
|
722
720
|
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
721
|
+
// Clock aliases
|
|
722
|
+
export { default as ClockIcon } from '../icons/clock';
|
|
723
723
|
// ClosedCaption aliases
|
|
724
724
|
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
725
725
|
// CloudAlert aliases
|
|
726
726
|
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
727
727
|
// CloudBackup aliases
|
|
728
728
|
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
729
|
-
// CloudCheck aliases
|
|
730
|
-
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
731
729
|
// CloudCog aliases
|
|
732
730
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
733
|
-
// CloudFog aliases
|
|
734
|
-
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
735
731
|
// CloudDrizzle aliases
|
|
736
732
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
733
|
+
// CloudCheck aliases
|
|
734
|
+
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
735
|
+
// CloudFog aliases
|
|
736
|
+
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
737
737
|
// CloudHail aliases
|
|
738
738
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
739
739
|
// CloudLightning aliases
|
|
@@ -742,70 +742,70 @@ export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
|
742
742
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
743
743
|
// CloudMoon aliases
|
|
744
744
|
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
745
|
-
// CloudRainWind aliases
|
|
746
|
-
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
747
745
|
// CloudOff aliases
|
|
748
746
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
747
|
+
// CloudRainWind aliases
|
|
748
|
+
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
749
749
|
// CloudRain aliases
|
|
750
750
|
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
751
751
|
// CloudSnow aliases
|
|
752
752
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
753
|
-
// CloudSunRain aliases
|
|
754
|
-
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
755
753
|
// CloudSun aliases
|
|
756
754
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
755
|
+
// CloudSunRain aliases
|
|
756
|
+
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
757
757
|
// CloudSync aliases
|
|
758
758
|
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
759
759
|
// Cloud aliases
|
|
760
760
|
export { default as CloudIcon } from '../icons/cloud';
|
|
761
|
-
// Clover aliases
|
|
762
|
-
export { default as CloverIcon } from '../icons/clover';
|
|
763
761
|
// Cloudy aliases
|
|
764
762
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
763
|
+
// Clover aliases
|
|
764
|
+
export { default as CloverIcon } from '../icons/clover';
|
|
765
765
|
// Club aliases
|
|
766
766
|
export { default as ClubIcon } from '../icons/club';
|
|
767
767
|
// Code aliases
|
|
768
768
|
export { default as CodeIcon } from '../icons/code';
|
|
769
769
|
// Coffee aliases
|
|
770
770
|
export { default as CoffeeIcon } from '../icons/coffee';
|
|
771
|
-
// Cog aliases
|
|
772
|
-
export { default as CogIcon } from '../icons/cog';
|
|
773
771
|
// Coins aliases
|
|
774
772
|
export { default as CoinsIcon } from '../icons/coins';
|
|
775
773
|
// Columns4 aliases
|
|
776
774
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
777
|
-
//
|
|
778
|
-
export { default as
|
|
775
|
+
// Cog aliases
|
|
776
|
+
export { default as CogIcon } from '../icons/cog';
|
|
779
777
|
// Combine aliases
|
|
780
778
|
export { default as CombineIcon } from '../icons/combine';
|
|
781
779
|
// Compass aliases
|
|
782
780
|
export { default as CompassIcon } from '../icons/compass';
|
|
783
|
-
//
|
|
784
|
-
export { default as
|
|
781
|
+
// Command aliases
|
|
782
|
+
export { default as CommandIcon } from '../icons/command';
|
|
785
783
|
// Computer aliases
|
|
786
784
|
export { default as ComputerIcon } from '../icons/computer';
|
|
785
|
+
// Component aliases
|
|
786
|
+
export { default as ComponentIcon } from '../icons/component';
|
|
787
787
|
// ConciergeBell aliases
|
|
788
788
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
789
|
-
// Construction aliases
|
|
790
|
-
export { default as ConstructionIcon } from '../icons/construction';
|
|
791
|
-
// Contact aliases
|
|
792
|
-
export { default as ContactIcon } from '../icons/contact';
|
|
793
789
|
// Cone aliases
|
|
794
790
|
export { default as ConeIcon } from '../icons/cone';
|
|
791
|
+
// Construction aliases
|
|
792
|
+
export { default as ConstructionIcon } from '../icons/construction';
|
|
795
793
|
// Container aliases
|
|
796
794
|
export { default as ContainerIcon } from '../icons/container';
|
|
795
|
+
// Contact aliases
|
|
796
|
+
export { default as ContactIcon } from '../icons/contact';
|
|
797
797
|
// Contrast aliases
|
|
798
798
|
export { default as ContrastIcon } from '../icons/contrast';
|
|
799
|
-
// Cookie aliases
|
|
800
|
-
export { default as CookieIcon } from '../icons/cookie';
|
|
801
799
|
// CookingPot aliases
|
|
802
800
|
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
803
801
|
// CopyCheck aliases
|
|
804
802
|
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
805
|
-
//
|
|
806
|
-
export { default as
|
|
803
|
+
// Cookie aliases
|
|
804
|
+
export { default as CookieIcon } from '../icons/cookie';
|
|
807
805
|
// CopyPlus aliases
|
|
808
806
|
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
807
|
+
// CopyMinus aliases
|
|
808
|
+
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
809
809
|
// CopySlash aliases
|
|
810
810
|
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
811
811
|
// CopyX aliases
|
|
@@ -816,10 +816,10 @@ export { default as CopyIcon } from '../icons/copy';
|
|
|
816
816
|
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
817
817
|
// Copyright aliases
|
|
818
818
|
export { default as CopyrightIcon } from '../icons/copyright';
|
|
819
|
-
// CornerDownRight aliases
|
|
820
|
-
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
821
819
|
// CornerDownLeft aliases
|
|
822
820
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
821
|
+
// CornerDownRight aliases
|
|
822
|
+
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
823
823
|
// CornerLeftDown aliases
|
|
824
824
|
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
825
825
|
// CornerLeftUp aliases
|
|
@@ -836,58 +836,58 @@ export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
|
836
836
|
export { default as CpuIcon } from '../icons/cpu';
|
|
837
837
|
// CreativeCommons aliases
|
|
838
838
|
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
839
|
-
// Croissant aliases
|
|
840
|
-
export { default as CroissantIcon } from '../icons/croissant';
|
|
841
839
|
// CreditCard aliases
|
|
842
840
|
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
843
841
|
// Crop aliases
|
|
844
842
|
export { default as CropIcon } from '../icons/crop';
|
|
845
|
-
// Cross aliases
|
|
846
|
-
export { default as CrossIcon } from '../icons/cross';
|
|
847
843
|
// Crosshair aliases
|
|
848
844
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
845
|
+
// Croissant aliases
|
|
846
|
+
export { default as CroissantIcon } from '../icons/croissant';
|
|
847
|
+
// Cross aliases
|
|
848
|
+
export { default as CrossIcon } from '../icons/cross';
|
|
849
849
|
// Crown aliases
|
|
850
850
|
export { default as CrownIcon } from '../icons/crown';
|
|
851
851
|
// Cuboid aliases
|
|
852
852
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
853
|
+
// CupSoda aliases
|
|
854
|
+
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
853
855
|
// Currency aliases
|
|
854
856
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
855
857
|
// Cylinder aliases
|
|
856
858
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
857
|
-
// CupSoda aliases
|
|
858
|
-
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
859
859
|
// Dam aliases
|
|
860
860
|
export { default as DamIcon } from '../icons/dam';
|
|
861
861
|
// DatabaseBackup aliases
|
|
862
862
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
863
|
-
// Database aliases
|
|
864
|
-
export { default as DatabaseIcon } from '../icons/database';
|
|
865
863
|
// DatabaseZap aliases
|
|
866
864
|
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
867
865
|
// DatabaseSearch aliases
|
|
868
866
|
export { default as DatabaseSearchIcon } from '../icons/database-search';
|
|
867
|
+
// Database aliases
|
|
868
|
+
export { default as DatabaseIcon } from '../icons/database';
|
|
869
869
|
// DecimalsArrowLeft aliases
|
|
870
870
|
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
871
|
+
// Dessert aliases
|
|
872
|
+
export { default as DessertIcon } from '../icons/dessert';
|
|
871
873
|
// DecimalsArrowRight aliases
|
|
872
874
|
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
873
875
|
// Delete aliases
|
|
874
876
|
export { default as DeleteIcon } from '../icons/delete';
|
|
875
|
-
// Dessert aliases
|
|
876
|
-
export { default as DessertIcon } from '../icons/dessert';
|
|
877
|
-
// DiamondMinus aliases
|
|
878
|
-
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
879
877
|
// Diameter aliases
|
|
880
878
|
export { default as DiameterIcon } from '../icons/diameter';
|
|
879
|
+
// DiamondMinus aliases
|
|
880
|
+
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
881
881
|
// DiamondPlus aliases
|
|
882
882
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
883
883
|
// Diamond aliases
|
|
884
884
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
885
885
|
// Dice1 aliases
|
|
886
886
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
887
|
-
// Dice3 aliases
|
|
888
|
-
export { default as Dice3Icon } from '../icons/dice-3';
|
|
889
887
|
// Dice2 aliases
|
|
890
888
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
889
|
+
// Dice3 aliases
|
|
890
|
+
export { default as Dice3Icon } from '../icons/dice-3';
|
|
891
891
|
// Dice4 aliases
|
|
892
892
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
893
893
|
// Dice5 aliases
|
|
@@ -900,26 +900,26 @@ export { default as DicesIcon } from '../icons/dices';
|
|
|
900
900
|
export { default as DiffIcon } from '../icons/diff';
|
|
901
901
|
// Disc2 aliases
|
|
902
902
|
export { default as Disc2Icon } from '../icons/disc-2';
|
|
903
|
-
// Disc3 aliases
|
|
904
|
-
export { default as Disc3Icon } from '../icons/disc-3';
|
|
905
903
|
// DiscAlbum aliases
|
|
906
904
|
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
905
|
+
// Disc3 aliases
|
|
906
|
+
export { default as Disc3Icon } from '../icons/disc-3';
|
|
907
907
|
// Disc aliases
|
|
908
908
|
export { default as DiscIcon } from '../icons/disc';
|
|
909
909
|
// DnaOff aliases
|
|
910
910
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
911
|
-
// Divide aliases
|
|
912
|
-
export { default as DivideIcon } from '../icons/divide';
|
|
913
911
|
// Dna aliases
|
|
914
912
|
export { default as DnaIcon } from '../icons/dna';
|
|
913
|
+
// Divide aliases
|
|
914
|
+
export { default as DivideIcon } from '../icons/divide';
|
|
915
915
|
// Dock aliases
|
|
916
916
|
export { default as DockIcon } from '../icons/dock';
|
|
917
917
|
// Dog aliases
|
|
918
918
|
export { default as DogIcon } from '../icons/dog';
|
|
919
|
-
// Donut aliases
|
|
920
|
-
export { default as DonutIcon } from '../icons/donut';
|
|
921
919
|
// DollarSign aliases
|
|
922
920
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
921
|
+
// Donut aliases
|
|
922
|
+
export { default as DonutIcon } from '../icons/donut';
|
|
923
923
|
// DoorClosedLocked aliases
|
|
924
924
|
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
925
925
|
// DoorClosed aliases
|
|
@@ -934,22 +934,22 @@ export { default as DownloadIcon } from '../icons/download';
|
|
|
934
934
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
935
935
|
// Drama aliases
|
|
936
936
|
export { default as DramaIcon } from '../icons/drama';
|
|
937
|
-
// Drill aliases
|
|
938
|
-
export { default as DrillIcon } from '../icons/drill';
|
|
939
937
|
// Drone aliases
|
|
940
938
|
export { default as DroneIcon } from '../icons/drone';
|
|
941
|
-
//
|
|
942
|
-
export { default as
|
|
939
|
+
// Drill aliases
|
|
940
|
+
export { default as DrillIcon } from '../icons/drill';
|
|
943
941
|
// Droplet aliases
|
|
944
942
|
export { default as DropletIcon } from '../icons/droplet';
|
|
943
|
+
// DropletOff aliases
|
|
944
|
+
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
945
945
|
// Drum aliases
|
|
946
946
|
export { default as DrumIcon } from '../icons/drum';
|
|
947
947
|
// Droplets aliases
|
|
948
948
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
949
|
-
// Dumbbell aliases
|
|
950
|
-
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
951
949
|
// Drumstick aliases
|
|
952
950
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
951
|
+
// Dumbbell aliases
|
|
952
|
+
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
953
953
|
// Ear aliases
|
|
954
954
|
export { default as EarIcon } from '../icons/ear';
|
|
955
955
|
// EarOff aliases
|
|
@@ -964,16 +964,16 @@ export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
|
964
964
|
export { default as EggOffIcon } from '../icons/egg-off';
|
|
965
965
|
// Egg aliases
|
|
966
966
|
export { default as EggIcon } from '../icons/egg';
|
|
967
|
+
// Ellipse aliases
|
|
968
|
+
export { default as EllipseIcon } from '../icons/ellipse';
|
|
967
969
|
// EqualApproximately aliases
|
|
968
970
|
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
969
|
-
// Equal aliases
|
|
970
|
-
export { default as EqualIcon } from '../icons/equal';
|
|
971
|
-
// Eraser aliases
|
|
972
|
-
export { default as EraserIcon } from '../icons/eraser';
|
|
973
971
|
// EqualNot aliases
|
|
974
972
|
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
975
|
-
//
|
|
976
|
-
export { default as
|
|
973
|
+
// Eraser aliases
|
|
974
|
+
export { default as EraserIcon } from '../icons/eraser';
|
|
975
|
+
// Equal aliases
|
|
976
|
+
export { default as EqualIcon } from '../icons/equal';
|
|
977
977
|
// EthernetPort aliases
|
|
978
978
|
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
979
979
|
// Euro aliases
|
|
@@ -986,30 +986,30 @@ export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
|
986
986
|
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
987
987
|
// EyeClosed aliases
|
|
988
988
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
989
|
-
// Eye aliases
|
|
990
|
-
export { default as EyeIcon } from '../icons/eye';
|
|
991
989
|
// EyeOff aliases
|
|
992
990
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
993
991
|
// Factory aliases
|
|
994
992
|
export { default as FactoryIcon } from '../icons/factory';
|
|
995
|
-
//
|
|
996
|
-
export { default as
|
|
993
|
+
// Eye aliases
|
|
994
|
+
export { default as EyeIcon } from '../icons/eye';
|
|
997
995
|
// Fan aliases
|
|
998
996
|
export { default as FanIcon } from '../icons/fan';
|
|
997
|
+
// FastForward aliases
|
|
998
|
+
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
999
999
|
// Feather aliases
|
|
1000
1000
|
export { default as FeatherIcon } from '../icons/feather';
|
|
1001
1001
|
// Fence aliases
|
|
1002
1002
|
export { default as FenceIcon } from '../icons/fence';
|
|
1003
|
-
// FileArchive aliases
|
|
1004
|
-
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
1005
1003
|
// FerrisWheel aliases
|
|
1006
1004
|
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
1005
|
+
// FileArchive aliases
|
|
1006
|
+
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
1007
1007
|
// FileBox aliases
|
|
1008
1008
|
export { default as FileBoxIcon } from '../icons/file-box';
|
|
1009
|
-
// FileCheck aliases
|
|
1010
|
-
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1011
1009
|
// FileClock aliases
|
|
1012
1010
|
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1011
|
+
// FileCheck aliases
|
|
1012
|
+
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1013
1013
|
// FileCode aliases
|
|
1014
1014
|
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1015
1015
|
// FileDiff aliases
|
|
@@ -1018,20 +1018,20 @@ export { default as FileDiffIcon } from '../icons/file-diff';
|
|
|
1018
1018
|
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1019
1019
|
// FileDown aliases
|
|
1020
1020
|
export { default as FileDownIcon } from '../icons/file-down';
|
|
1021
|
-
// FileImage aliases
|
|
1022
|
-
export { default as FileImageIcon } from '../icons/file-image';
|
|
1023
1021
|
// FileHeart aliases
|
|
1024
1022
|
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1023
|
+
// FileImage aliases
|
|
1024
|
+
export { default as FileImageIcon } from '../icons/file-image';
|
|
1025
1025
|
// FileInput aliases
|
|
1026
1026
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
1027
|
-
// FileMusic aliases
|
|
1028
|
-
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1029
|
-
// FilePlus aliases
|
|
1030
|
-
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1031
1027
|
// FileMinus aliases
|
|
1032
1028
|
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1029
|
+
// FileMusic aliases
|
|
1030
|
+
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1033
1031
|
// FileOutput aliases
|
|
1034
1032
|
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1033
|
+
// FilePlus aliases
|
|
1034
|
+
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1035
1035
|
// FileScan aliases
|
|
1036
1036
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1037
1037
|
// FileSearch aliases
|
|
@@ -1050,10 +1050,10 @@ export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
|
1050
1050
|
export { default as FileTextIcon } from '../icons/file-text';
|
|
1051
1051
|
// FileType aliases
|
|
1052
1052
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1053
|
-
// FileUp aliases
|
|
1054
|
-
export { default as FileUpIcon } from '../icons/file-up';
|
|
1055
1053
|
// FileUser aliases
|
|
1056
1054
|
export { default as FileUserIcon } from '../icons/file-user';
|
|
1055
|
+
// FileUp aliases
|
|
1056
|
+
export { default as FileUpIcon } from '../icons/file-up';
|
|
1057
1057
|
// FileVolume aliases
|
|
1058
1058
|
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1059
1059
|
// FileX aliases
|
|
@@ -1070,14 +1070,14 @@ export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
|
1070
1070
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1071
1071
|
// FishSymbol aliases
|
|
1072
1072
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1073
|
-
// Fish aliases
|
|
1074
|
-
export { default as FishIcon } from '../icons/fish';
|
|
1075
1073
|
// FishingHook aliases
|
|
1076
1074
|
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1077
|
-
// FlagOff aliases
|
|
1078
|
-
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1079
1075
|
// FishingRod aliases
|
|
1080
1076
|
export { default as FishingRodIcon } from '../icons/fishing-rod';
|
|
1077
|
+
// Fish aliases
|
|
1078
|
+
export { default as FishIcon } from '../icons/fish';
|
|
1079
|
+
// FlagOff aliases
|
|
1080
|
+
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1081
1081
|
// FlagTriangleLeft aliases
|
|
1082
1082
|
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1083
1083
|
// FlagTriangleRight aliases
|
|
@@ -1090,32 +1090,32 @@ export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
|
1090
1090
|
export { default as FlameIcon } from '../icons/flame';
|
|
1091
1091
|
// FlashlightOff aliases
|
|
1092
1092
|
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1093
|
-
// Flashlight aliases
|
|
1094
|
-
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1095
1093
|
// FlaskConicalOff aliases
|
|
1096
1094
|
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1095
|
+
// Flashlight aliases
|
|
1096
|
+
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1097
1097
|
// FlaskConical aliases
|
|
1098
1098
|
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1099
1099
|
// FlaskRound aliases
|
|
1100
1100
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1101
1101
|
// FlipHorizontal2 aliases
|
|
1102
1102
|
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1103
|
+
// Flower2 aliases
|
|
1104
|
+
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1103
1105
|
// FlipVertical2 aliases
|
|
1104
1106
|
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1105
|
-
// Flower aliases
|
|
1106
|
-
export { default as FlowerIcon } from '../icons/flower';
|
|
1107
1107
|
// Focus aliases
|
|
1108
1108
|
export { default as FocusIcon } from '../icons/focus';
|
|
1109
|
-
//
|
|
1110
|
-
export { default as
|
|
1109
|
+
// Flower aliases
|
|
1110
|
+
export { default as FlowerIcon } from '../icons/flower';
|
|
1111
1111
|
// FoldHorizontal aliases
|
|
1112
1112
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1113
|
+
// FolderArchive aliases
|
|
1114
|
+
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1113
1115
|
// FoldVertical aliases
|
|
1114
1116
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1115
1117
|
// FolderCheck aliases
|
|
1116
1118
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1117
|
-
// FolderArchive aliases
|
|
1118
|
-
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1119
1119
|
// FolderClock aliases
|
|
1120
1120
|
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1121
1121
|
// FolderClosed aliases
|
|
@@ -1134,10 +1134,10 @@ export { default as FolderGitIcon } from '../icons/folder-git';
|
|
|
1134
1134
|
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1135
1135
|
// FolderInput aliases
|
|
1136
1136
|
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1137
|
-
// FolderKey aliases
|
|
1138
|
-
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1139
1137
|
// FolderKanban aliases
|
|
1140
1138
|
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1139
|
+
// FolderKey aliases
|
|
1140
|
+
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1141
1141
|
// FolderLock aliases
|
|
1142
1142
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1143
1143
|
// FolderOpenDot aliases
|
|
@@ -1150,16 +1150,16 @@ export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
|
1150
1150
|
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1151
1151
|
// FolderPlus aliases
|
|
1152
1152
|
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1153
|
-
// FolderSearch2 aliases
|
|
1154
|
-
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1155
1153
|
// FolderRoot aliases
|
|
1156
1154
|
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1155
|
+
// FolderSearch2 aliases
|
|
1156
|
+
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1157
|
+
// FolderSymlink aliases
|
|
1158
|
+
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1157
1159
|
// FolderSearch aliases
|
|
1158
1160
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1159
1161
|
// FolderSync aliases
|
|
1160
1162
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1161
|
-
// FolderSymlink aliases
|
|
1162
|
-
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1163
1163
|
// FolderTree aliases
|
|
1164
1164
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1165
1165
|
// FolderUp aliases
|
|
@@ -1174,10 +1174,10 @@ export { default as FoldersIcon } from '../icons/folders';
|
|
|
1174
1174
|
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1175
1175
|
// Forklift aliases
|
|
1176
1176
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1177
|
-
// Forward aliases
|
|
1178
|
-
export { default as ForwardIcon } from '../icons/forward';
|
|
1179
1177
|
// Form aliases
|
|
1180
1178
|
export { default as FormIcon } from '../icons/form';
|
|
1179
|
+
// Forward aliases
|
|
1180
|
+
export { default as ForwardIcon } from '../icons/forward';
|
|
1181
1181
|
// Frame aliases
|
|
1182
1182
|
export { default as FrameIcon } from '../icons/frame';
|
|
1183
1183
|
// Frown aliases
|
|
@@ -1192,10 +1192,10 @@ export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
|
1192
1192
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1193
1193
|
// GalleryHorizontal aliases
|
|
1194
1194
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1195
|
-
// GalleryThumbnails aliases
|
|
1196
|
-
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1197
1195
|
// GalleryVerticalEnd aliases
|
|
1198
1196
|
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1197
|
+
// GalleryThumbnails aliases
|
|
1198
|
+
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1199
1199
|
// GalleryVertical aliases
|
|
1200
1200
|
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1201
1201
|
// Gamepad2 aliases
|
|
@@ -1204,74 +1204,74 @@ export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
|
1204
1204
|
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1205
1205
|
// Gamepad aliases
|
|
1206
1206
|
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1207
|
-
// Gauge aliases
|
|
1208
|
-
export { default as GaugeIcon } from '../icons/gauge';
|
|
1209
1207
|
// Gavel aliases
|
|
1210
1208
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1211
|
-
//
|
|
1212
|
-
export { default as
|
|
1209
|
+
// Gauge aliases
|
|
1210
|
+
export { default as GaugeIcon } from '../icons/gauge';
|
|
1213
1211
|
// GeorgianLari aliases
|
|
1214
1212
|
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1215
|
-
//
|
|
1216
|
-
export { default as
|
|
1213
|
+
// Gem aliases
|
|
1214
|
+
export { default as GemIcon } from '../icons/gem';
|
|
1217
1215
|
// Gift aliases
|
|
1218
1216
|
export { default as GiftIcon } from '../icons/gift';
|
|
1217
|
+
// Ghost aliases
|
|
1218
|
+
export { default as GhostIcon } from '../icons/ghost';
|
|
1219
1219
|
// GitBranchMinus aliases
|
|
1220
1220
|
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1221
1221
|
// GitBranchPlus aliases
|
|
1222
1222
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1223
1223
|
// GitBranch aliases
|
|
1224
1224
|
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1225
|
-
// GitCompareArrows aliases
|
|
1226
|
-
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1227
|
-
// GitCompare aliases
|
|
1228
|
-
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1229
1225
|
// GitCommitVertical aliases
|
|
1230
1226
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1227
|
+
// GitCompare aliases
|
|
1228
|
+
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1229
|
+
// GitCompareArrows aliases
|
|
1230
|
+
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1231
1231
|
// GitFork aliases
|
|
1232
1232
|
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1233
1233
|
// GitMergeConflict aliases
|
|
1234
1234
|
export { default as GitMergeConflictIcon } from '../icons/git-merge-conflict';
|
|
1235
1235
|
// GitGraph aliases
|
|
1236
1236
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1237
|
-
// GitPullRequestArrow aliases
|
|
1238
|
-
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1239
1237
|
// GitMerge aliases
|
|
1240
1238
|
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1241
|
-
// GitPullRequestCreateArrow aliases
|
|
1242
|
-
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1243
|
-
// GitPullRequestCreate aliases
|
|
1244
|
-
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1245
1239
|
// GitPullRequestClosed aliases
|
|
1246
1240
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1241
|
+
// GitPullRequestArrow aliases
|
|
1242
|
+
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1243
|
+
// GitPullRequestCreate aliases
|
|
1244
|
+
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1245
|
+
// GitPullRequestCreateArrow aliases
|
|
1246
|
+
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1247
1247
|
// GitPullRequestDraft aliases
|
|
1248
1248
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1249
1249
|
// GitPullRequest aliases
|
|
1250
1250
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1251
1251
|
// GlassWater aliases
|
|
1252
1252
|
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1253
|
-
// Glasses aliases
|
|
1254
|
-
export { default as GlassesIcon } from '../icons/glasses';
|
|
1255
1253
|
// GlobeLock aliases
|
|
1256
1254
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1255
|
+
// Glasses aliases
|
|
1256
|
+
export { default as GlassesIcon } from '../icons/glasses';
|
|
1257
1257
|
// GlobeOff aliases
|
|
1258
1258
|
export { default as GlobeOffIcon } from '../icons/globe-off';
|
|
1259
1259
|
// GlobeX aliases
|
|
1260
1260
|
export { default as GlobeXIcon } from '../icons/globe-x';
|
|
1261
|
-
// Goal aliases
|
|
1262
|
-
export { default as GoalIcon } from '../icons/goal';
|
|
1263
1261
|
// Globe aliases
|
|
1264
1262
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1263
|
+
// Goal aliases
|
|
1264
|
+
export { default as GoalIcon } from '../icons/goal';
|
|
1265
1265
|
// Gpu aliases
|
|
1266
1266
|
export { default as GpuIcon } from '../icons/gpu';
|
|
1267
|
-
// Grape aliases
|
|
1268
|
-
export { default as GrapeIcon } from '../icons/grape';
|
|
1269
1267
|
// GraduationCap aliases
|
|
1270
1268
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1271
|
-
//
|
|
1272
|
-
export { default as
|
|
1269
|
+
// Grape aliases
|
|
1270
|
+
export { default as GrapeIcon } from '../icons/grape';
|
|
1273
1271
|
// GripHorizontal aliases
|
|
1274
1272
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1273
|
+
// Grid3x2 aliases
|
|
1274
|
+
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1275
1275
|
// GripVertical aliases
|
|
1276
1276
|
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1277
1277
|
// Grip aliases
|
|
@@ -1282,42 +1282,42 @@ export { default as GroupIcon } from '../icons/group';
|
|
|
1282
1282
|
export { default as GuitarIcon } from '../icons/guitar';
|
|
1283
1283
|
// Ham aliases
|
|
1284
1284
|
export { default as HamIcon } from '../icons/ham';
|
|
1285
|
-
// Hammer aliases
|
|
1286
|
-
export { default as HammerIcon } from '../icons/hammer';
|
|
1287
1285
|
// Hamburger aliases
|
|
1288
1286
|
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1287
|
+
// Hammer aliases
|
|
1288
|
+
export { default as HammerIcon } from '../icons/hammer';
|
|
1289
1289
|
// HandCoins aliases
|
|
1290
1290
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1291
1291
|
// HandFist aliases
|
|
1292
1292
|
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1293
|
-
// HandMetal aliases
|
|
1294
|
-
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1295
1293
|
// HandHeart aliases
|
|
1296
1294
|
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1297
|
-
//
|
|
1298
|
-
export { default as
|
|
1295
|
+
// HandMetal aliases
|
|
1296
|
+
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1299
1297
|
// Hand aliases
|
|
1300
1298
|
export { default as HandIcon } from '../icons/hand';
|
|
1299
|
+
// HandPlatter aliases
|
|
1300
|
+
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1301
1301
|
// Handbag aliases
|
|
1302
1302
|
export { default as HandbagIcon } from '../icons/handbag';
|
|
1303
1303
|
// Handshake aliases
|
|
1304
1304
|
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1305
1305
|
// HardDriveDownload aliases
|
|
1306
1306
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1307
|
-
// HardDriveUpload aliases
|
|
1308
|
-
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1309
1307
|
// HardDrive aliases
|
|
1310
1308
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1311
1309
|
// HardHat aliases
|
|
1312
1310
|
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1313
|
-
//
|
|
1314
|
-
export { default as
|
|
1315
|
-
// HatGlasses aliases
|
|
1316
|
-
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1311
|
+
// HardDriveUpload aliases
|
|
1312
|
+
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1317
1313
|
// Hash aliases
|
|
1318
1314
|
export { default as HashIcon } from '../icons/hash';
|
|
1315
|
+
// HatGlasses aliases
|
|
1316
|
+
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1319
1317
|
// Hd aliases
|
|
1320
1318
|
export { default as HdIcon } from '../icons/hd';
|
|
1319
|
+
// Haze aliases
|
|
1320
|
+
export { default as HazeIcon } from '../icons/haze';
|
|
1321
1321
|
// HdmiPort aliases
|
|
1322
1322
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1323
1323
|
// Heading1 aliases
|
|
@@ -1334,38 +1334,38 @@ export { default as Heading5Icon } from '../icons/heading-5';
|
|
|
1334
1334
|
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1335
1335
|
// Heading aliases
|
|
1336
1336
|
export { default as HeadingIcon } from '../icons/heading';
|
|
1337
|
-
// Headphones aliases
|
|
1338
|
-
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1339
1337
|
// HeadphoneOff aliases
|
|
1340
1338
|
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1339
|
+
// Headphones aliases
|
|
1340
|
+
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1341
1341
|
// Headset aliases
|
|
1342
1342
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1343
1343
|
// HeartCrack aliases
|
|
1344
1344
|
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1345
1345
|
// HeartHandshake aliases
|
|
1346
1346
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1347
|
-
// HeartOff aliases
|
|
1348
|
-
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1349
1347
|
// HeartMinus aliases
|
|
1350
1348
|
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1351
|
-
//
|
|
1352
|
-
export { default as
|
|
1349
|
+
// HeartOff aliases
|
|
1350
|
+
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1353
1351
|
// HeartPlus aliases
|
|
1354
1352
|
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1353
|
+
// HeartPulse aliases
|
|
1354
|
+
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1355
1355
|
// Heart aliases
|
|
1356
1356
|
export { default as HeartIcon } from '../icons/heart';
|
|
1357
|
-
// Heater aliases
|
|
1358
|
-
export { default as HeaterIcon } from '../icons/heater';
|
|
1359
1357
|
// Helicopter aliases
|
|
1360
1358
|
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1361
|
-
//
|
|
1362
|
-
export { default as
|
|
1359
|
+
// Heater aliases
|
|
1360
|
+
export { default as HeaterIcon } from '../icons/heater';
|
|
1363
1361
|
// Hexagon aliases
|
|
1364
1362
|
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1365
1363
|
// Highlighter aliases
|
|
1366
1364
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1367
1365
|
// HopOff aliases
|
|
1368
1366
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1367
|
+
// History aliases
|
|
1368
|
+
export { default as HistoryIcon } from '../icons/history';
|
|
1369
1369
|
// Hop aliases
|
|
1370
1370
|
export { default as HopIcon } from '../icons/hop';
|
|
1371
1371
|
// Hospital aliases
|
|
@@ -1376,38 +1376,38 @@ export { default as HotelIcon } from '../icons/hotel';
|
|
|
1376
1376
|
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1377
1377
|
// HouseHeart aliases
|
|
1378
1378
|
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1379
|
-
// HouseWifi aliases
|
|
1380
|
-
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1381
1379
|
// HousePlug aliases
|
|
1382
1380
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1381
|
+
// HouseWifi aliases
|
|
1382
|
+
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1383
1383
|
// HousePlus aliases
|
|
1384
1384
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1385
1385
|
// IdCardLanyard aliases
|
|
1386
1386
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1387
|
-
// ImageDown aliases
|
|
1388
|
-
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1389
|
-
// IdCard aliases
|
|
1390
|
-
export { default as IdCardIcon } from '../icons/id-card';
|
|
1391
|
-
// ImagePlay aliases
|
|
1392
|
-
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1393
1387
|
// ImageMinus aliases
|
|
1394
1388
|
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1389
|
+
// IdCard aliases
|
|
1390
|
+
export { default as IdCardIcon } from '../icons/id-card';
|
|
1395
1391
|
// ImageOff aliases
|
|
1396
1392
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1393
|
+
// ImageDown aliases
|
|
1394
|
+
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1397
1395
|
// ImagePlus aliases
|
|
1398
1396
|
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1399
|
-
//
|
|
1400
|
-
export { default as
|
|
1397
|
+
// ImagePlay aliases
|
|
1398
|
+
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1401
1399
|
// ImageUpscale aliases
|
|
1402
1400
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1403
|
-
//
|
|
1404
|
-
export { default as
|
|
1401
|
+
// ImageUp aliases
|
|
1402
|
+
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1405
1403
|
// Images aliases
|
|
1406
1404
|
export { default as ImagesIcon } from '../icons/images';
|
|
1407
|
-
// Inbox aliases
|
|
1408
|
-
export { default as InboxIcon } from '../icons/inbox';
|
|
1409
1405
|
// Import aliases
|
|
1410
1406
|
export { default as ImportIcon } from '../icons/import';
|
|
1407
|
+
// Image aliases
|
|
1408
|
+
export { default as ImageIcon } from '../icons/image';
|
|
1409
|
+
// Inbox aliases
|
|
1410
|
+
export { default as InboxIcon } from '../icons/inbox';
|
|
1411
1411
|
// IndianRupee aliases
|
|
1412
1412
|
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1413
1413
|
// Infinity aliases
|
|
@@ -1416,46 +1416,46 @@ export { default as InfinityIcon } from '../icons/infinity';
|
|
|
1416
1416
|
export { default as InfoIcon } from '../icons/info';
|
|
1417
1417
|
// InspectionPanel aliases
|
|
1418
1418
|
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1419
|
-
// Italic aliases
|
|
1420
|
-
export { default as ItalicIcon } from '../icons/italic';
|
|
1421
|
-
// JapaneseYen aliases
|
|
1422
|
-
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1423
|
-
// IterationCw aliases
|
|
1424
|
-
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1425
1419
|
// IterationCcw aliases
|
|
1426
1420
|
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1421
|
+
// Italic aliases
|
|
1422
|
+
export { default as ItalicIcon } from '../icons/italic';
|
|
1427
1423
|
// Joystick aliases
|
|
1428
1424
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1425
|
+
// IterationCw aliases
|
|
1426
|
+
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1427
|
+
// JapaneseYen aliases
|
|
1428
|
+
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1429
1429
|
// Kanban aliases
|
|
1430
1430
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1431
|
-
// KeySquare aliases
|
|
1432
|
-
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1433
|
-
// KeyRound aliases
|
|
1434
|
-
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1435
1431
|
// Kayak aliases
|
|
1436
1432
|
export { default as KayakIcon } from '../icons/kayak';
|
|
1433
|
+
// KeyRound aliases
|
|
1434
|
+
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1437
1435
|
// Key aliases
|
|
1438
1436
|
export { default as KeyIcon } from '../icons/key';
|
|
1437
|
+
// KeySquare aliases
|
|
1438
|
+
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1439
1439
|
// KeyboardMusic aliases
|
|
1440
1440
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1441
1441
|
// KeyboardOff aliases
|
|
1442
1442
|
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1443
|
+
// Keyboard aliases
|
|
1444
|
+
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1443
1445
|
// LampCeiling aliases
|
|
1444
1446
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1445
1447
|
// LampDesk aliases
|
|
1446
1448
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1447
|
-
// Keyboard aliases
|
|
1448
|
-
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1449
1449
|
// LampFloor aliases
|
|
1450
1450
|
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1451
1451
|
// LampWallDown aliases
|
|
1452
1452
|
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1453
|
-
// LampWallUp aliases
|
|
1454
|
-
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1455
1453
|
// Lamp aliases
|
|
1456
1454
|
export { default as LampIcon } from '../icons/lamp';
|
|
1457
1455
|
// LandPlot aliases
|
|
1458
1456
|
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1457
|
+
// LampWallUp aliases
|
|
1458
|
+
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1459
1459
|
// Landmark aliases
|
|
1460
1460
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1461
1461
|
// Languages aliases
|
|
@@ -1464,120 +1464,122 @@ export { default as LanguagesIcon } from '../icons/languages';
|
|
|
1464
1464
|
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1465
1465
|
// Laptop aliases
|
|
1466
1466
|
export { default as LaptopIcon } from '../icons/laptop';
|
|
1467
|
-
// LassoSelect aliases
|
|
1468
|
-
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1469
1467
|
// Lasso aliases
|
|
1470
1468
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1469
|
+
// LassoSelect aliases
|
|
1470
|
+
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1471
1471
|
// Laugh aliases
|
|
1472
1472
|
export { default as LaughIcon } from '../icons/laugh';
|
|
1473
1473
|
// Layers2 aliases
|
|
1474
1474
|
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1475
1475
|
// LayersPlus aliases
|
|
1476
1476
|
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1477
|
-
// LayoutList aliases
|
|
1478
|
-
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1479
1477
|
// LayoutDashboard aliases
|
|
1480
1478
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1481
1479
|
// LayoutGrid aliases
|
|
1482
1480
|
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1481
|
+
// LayoutList aliases
|
|
1482
|
+
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1483
1483
|
// LayoutPanelLeft aliases
|
|
1484
1484
|
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1485
1485
|
// LayoutPanelTop aliases
|
|
1486
1486
|
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1487
|
-
// LayoutTemplate aliases
|
|
1488
|
-
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1489
|
-
// Leaf aliases
|
|
1490
|
-
export { default as LeafIcon } from '../icons/leaf';
|
|
1491
1487
|
// LeafyGreen aliases
|
|
1492
1488
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1493
|
-
//
|
|
1494
|
-
export { default as
|
|
1489
|
+
// Leaf aliases
|
|
1490
|
+
export { default as LeafIcon } from '../icons/leaf';
|
|
1491
|
+
// LayoutTemplate aliases
|
|
1492
|
+
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1495
1493
|
// LensConcave aliases
|
|
1496
1494
|
export { default as LensConcaveIcon } from '../icons/lens-concave';
|
|
1495
|
+
// Lectern aliases
|
|
1496
|
+
export { default as LecternIcon } from '../icons/lectern';
|
|
1497
1497
|
// LensConvex aliases
|
|
1498
1498
|
export { default as LensConvexIcon } from '../icons/lens-convex';
|
|
1499
1499
|
// LibraryBig aliases
|
|
1500
1500
|
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1501
|
+
// Ligature aliases
|
|
1502
|
+
export { default as LigatureIcon } from '../icons/ligature';
|
|
1501
1503
|
// LifeBuoy aliases
|
|
1502
1504
|
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1503
1505
|
// Library aliases
|
|
1504
1506
|
export { default as LibraryIcon } from '../icons/library';
|
|
1505
|
-
// Ligature aliases
|
|
1506
|
-
export { default as LigatureIcon } from '../icons/ligature';
|
|
1507
1507
|
// LightbulbOff aliases
|
|
1508
1508
|
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1509
|
+
// LineDotRightHorizontal aliases
|
|
1510
|
+
export { default as LineDotRightHorizontalIcon } from '../icons/line-dot-right-horizontal';
|
|
1509
1511
|
// Lightbulb aliases
|
|
1510
1512
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1511
1513
|
// LineSquiggle aliases
|
|
1512
1514
|
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1513
|
-
//
|
|
1514
|
-
export { default as
|
|
1515
|
-
// Link2Off aliases
|
|
1516
|
-
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1515
|
+
// LineStyle aliases
|
|
1516
|
+
export { default as LineStyleIcon } from '../icons/line-style';
|
|
1517
1517
|
// Link2 aliases
|
|
1518
1518
|
export { default as Link2Icon } from '../icons/link-2';
|
|
1519
|
-
//
|
|
1520
|
-
export { default as
|
|
1519
|
+
// Link2Off aliases
|
|
1520
|
+
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1521
1521
|
// Link aliases
|
|
1522
1522
|
export { default as LinkIcon } from '../icons/link';
|
|
1523
|
+
// ListChecks aliases
|
|
1524
|
+
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1523
1525
|
// ListCheck aliases
|
|
1524
1526
|
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1525
|
-
// ListChevronsUpDown aliases
|
|
1526
|
-
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1527
1527
|
// ListChevronsDownUp aliases
|
|
1528
1528
|
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1529
|
-
//
|
|
1530
|
-
export { default as
|
|
1529
|
+
// ListChevronsUpDown aliases
|
|
1530
|
+
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1531
1531
|
// ListEnd aliases
|
|
1532
1532
|
export { default as ListEndIcon } from '../icons/list-end';
|
|
1533
|
+
// ListCollapse aliases
|
|
1534
|
+
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1533
1535
|
// ListFilterPlus aliases
|
|
1534
1536
|
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1535
1537
|
// ListFilter aliases
|
|
1536
1538
|
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1537
1539
|
// ListMinus aliases
|
|
1538
1540
|
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1539
|
-
// ListMusic aliases
|
|
1540
|
-
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1541
1541
|
// ListOrdered aliases
|
|
1542
1542
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1543
|
+
// ListMusic aliases
|
|
1544
|
+
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1543
1545
|
// ListPlus aliases
|
|
1544
1546
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1545
1547
|
// ListRestart aliases
|
|
1546
1548
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1547
|
-
// ListTodo aliases
|
|
1548
|
-
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1549
1549
|
// ListStart aliases
|
|
1550
1550
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1551
|
+
// ListTodo aliases
|
|
1552
|
+
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1551
1553
|
// ListTree aliases
|
|
1552
1554
|
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1553
1555
|
// ListVideo aliases
|
|
1554
1556
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1555
|
-
// List aliases
|
|
1556
|
-
export { default as ListIcon } from '../icons/list';
|
|
1557
1557
|
// ListX aliases
|
|
1558
1558
|
export { default as ListXIcon } from '../icons/list-x';
|
|
1559
|
-
//
|
|
1560
|
-
export { default as
|
|
1561
|
-
// LocateOff aliases
|
|
1562
|
-
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1559
|
+
// List aliases
|
|
1560
|
+
export { default as ListIcon } from '../icons/list';
|
|
1563
1561
|
// Loader aliases
|
|
1564
1562
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1563
|
+
// LoaderPinwheel aliases
|
|
1564
|
+
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1565
1565
|
// LocateFixed aliases
|
|
1566
1566
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1567
|
-
//
|
|
1568
|
-
export { default as
|
|
1567
|
+
// LocateOff aliases
|
|
1568
|
+
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1569
1569
|
// Locate aliases
|
|
1570
1570
|
export { default as LocateIcon } from '../icons/locate';
|
|
1571
|
-
//
|
|
1572
|
-
export { default as
|
|
1571
|
+
// Lock aliases
|
|
1572
|
+
export { default as LockIcon } from '../icons/lock';
|
|
1573
1573
|
// LogIn aliases
|
|
1574
1574
|
export { default as LogInIcon } from '../icons/log-in';
|
|
1575
|
+
// LockKeyhole aliases
|
|
1576
|
+
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1575
1577
|
// LogOut aliases
|
|
1576
1578
|
export { default as LogOutIcon } from '../icons/log-out';
|
|
1577
|
-
// Lollipop aliases
|
|
1578
|
-
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1579
1579
|
// Logs aliases
|
|
1580
1580
|
export { default as LogsIcon } from '../icons/logs';
|
|
1581
|
+
// Lollipop aliases
|
|
1582
|
+
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1581
1583
|
// Luggage aliases
|
|
1582
1584
|
export { default as LuggageIcon } from '../icons/luggage';
|
|
1583
1585
|
// Magnet aliases
|
|
@@ -1594,94 +1596,94 @@ export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
|
1594
1596
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1595
1597
|
// MailWarning aliases
|
|
1596
1598
|
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1597
|
-
// Mail aliases
|
|
1598
|
-
export { default as MailIcon } from '../icons/mail';
|
|
1599
1599
|
// MailX aliases
|
|
1600
1600
|
export { default as MailXIcon } from '../icons/mail-x';
|
|
1601
|
-
//
|
|
1602
|
-
export { default as
|
|
1601
|
+
// Mail aliases
|
|
1602
|
+
export { default as MailIcon } from '../icons/mail';
|
|
1603
1603
|
// Mails aliases
|
|
1604
1604
|
export { default as MailsIcon } from '../icons/mails';
|
|
1605
|
-
//
|
|
1606
|
-
export { default as
|
|
1605
|
+
// Mailbox aliases
|
|
1606
|
+
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1607
1607
|
// MapMinus aliases
|
|
1608
1608
|
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1609
|
+
// MapPinCheckInside aliases
|
|
1610
|
+
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1609
1611
|
// MapPinCheck aliases
|
|
1610
1612
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1611
|
-
// MapPinHouse aliases
|
|
1612
|
-
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1613
1613
|
// MapPinMinus aliases
|
|
1614
1614
|
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1615
|
+
// MapPinHouse aliases
|
|
1616
|
+
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1615
1617
|
// MapPinMinusInside aliases
|
|
1616
1618
|
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1617
1619
|
// MapPinOff aliases
|
|
1618
1620
|
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1619
|
-
// MapPinPlus aliases
|
|
1620
|
-
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1621
1621
|
// MapPinPlusInside aliases
|
|
1622
1622
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1623
|
+
// MapPinPlus aliases
|
|
1624
|
+
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1623
1625
|
// MapPinX aliases
|
|
1624
1626
|
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1625
1627
|
// MapPinXInside aliases
|
|
1626
1628
|
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1627
|
-
// MapPinned aliases
|
|
1628
|
-
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1629
|
-
// MapPlus aliases
|
|
1630
|
-
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1631
1629
|
// MapPin aliases
|
|
1632
1630
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1631
|
+
// MapPlus aliases
|
|
1632
|
+
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1633
|
+
// MapPinned aliases
|
|
1634
|
+
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1635
|
+
// MarsStroke aliases
|
|
1636
|
+
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1633
1637
|
// Map aliases
|
|
1634
1638
|
export { default as MapIcon } from '../icons/map';
|
|
1635
1639
|
// Mars aliases
|
|
1636
1640
|
export { default as MarsIcon } from '../icons/mars';
|
|
1637
|
-
// MarsStroke aliases
|
|
1638
|
-
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1639
1641
|
// Martini aliases
|
|
1640
1642
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1641
1643
|
// Maximize2 aliases
|
|
1642
1644
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1643
1645
|
// Maximize aliases
|
|
1644
1646
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1645
|
-
// MegaphoneOff aliases
|
|
1646
|
-
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1647
1647
|
// Medal aliases
|
|
1648
1648
|
export { default as MedalIcon } from '../icons/medal';
|
|
1649
|
+
// MegaphoneOff aliases
|
|
1650
|
+
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1649
1651
|
// Megaphone aliases
|
|
1650
1652
|
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1651
1653
|
// Meh aliases
|
|
1652
1654
|
export { default as MehIcon } from '../icons/meh';
|
|
1655
|
+
// Menu aliases
|
|
1656
|
+
export { default as MenuIcon } from '../icons/menu';
|
|
1653
1657
|
// MemoryStick aliases
|
|
1654
1658
|
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1655
1659
|
// Merge aliases
|
|
1656
1660
|
export { default as MergeIcon } from '../icons/merge';
|
|
1657
1661
|
// MessageCircleCheck aliases
|
|
1658
1662
|
export { default as MessageCircleCheckIcon } from '../icons/message-circle-check';
|
|
1659
|
-
// Menu aliases
|
|
1660
|
-
export { default as MenuIcon } from '../icons/menu';
|
|
1661
1663
|
// MessageCircleCode aliases
|
|
1662
1664
|
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1663
|
-
// MessageCircleMore aliases
|
|
1664
|
-
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1665
|
-
// MessageCircleHeart aliases
|
|
1666
|
-
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1667
1665
|
// MessageCircleDashed aliases
|
|
1668
1666
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1669
|
-
//
|
|
1670
|
-
export { default as
|
|
1667
|
+
// MessageCircleHeart aliases
|
|
1668
|
+
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1669
|
+
// MessageCircleMore aliases
|
|
1670
|
+
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1671
1671
|
// MessageCirclePlus aliases
|
|
1672
1672
|
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1673
|
+
// MessageCircleOff aliases
|
|
1674
|
+
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1673
1675
|
// MessageCircleReply aliases
|
|
1674
1676
|
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1677
|
+
// MessageCircleWarning aliases
|
|
1678
|
+
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1675
1679
|
// MessageCircleX aliases
|
|
1676
1680
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1681
|
+
// MessageSquareCheck aliases
|
|
1682
|
+
export { default as MessageSquareCheckIcon } from '../icons/message-square-check';
|
|
1677
1683
|
// MessageCircle aliases
|
|
1678
1684
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1679
|
-
// MessageCircleWarning aliases
|
|
1680
|
-
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1681
1685
|
// MessageSquareCode aliases
|
|
1682
1686
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1683
|
-
// MessageSquareCheck aliases
|
|
1684
|
-
export { default as MessageSquareCheckIcon } from '../icons/message-square-check';
|
|
1685
1687
|
// MessageSquareDashed aliases
|
|
1686
1688
|
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1687
1689
|
// MessageSquareDiff aliases
|
|
@@ -1692,26 +1694,26 @@ export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
|
1692
1694
|
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1693
1695
|
// MessageSquareLock aliases
|
|
1694
1696
|
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1695
|
-
// MessageSquareOff aliases
|
|
1696
|
-
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1697
1697
|
// MessageSquareMore aliases
|
|
1698
1698
|
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1699
|
+
// MessageSquareOff aliases
|
|
1700
|
+
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1699
1701
|
// MessageSquarePlus aliases
|
|
1700
1702
|
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1701
|
-
// MessageSquareQuote aliases
|
|
1702
|
-
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1703
1703
|
// MessageSquareReply aliases
|
|
1704
1704
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1705
|
+
// MessageSquareQuote aliases
|
|
1706
|
+
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1705
1707
|
// MessageSquareShare aliases
|
|
1706
1708
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1707
1709
|
// MessageSquareText aliases
|
|
1708
1710
|
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1711
|
+
// MessageSquareX aliases
|
|
1712
|
+
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1709
1713
|
// MessageSquareWarning aliases
|
|
1710
1714
|
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1711
1715
|
// MessageSquare aliases
|
|
1712
1716
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1713
|
-
// MessageSquareX aliases
|
|
1714
|
-
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1715
1717
|
// MessagesSquare aliases
|
|
1716
1718
|
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1717
1719
|
// Metronome aliases
|
|
@@ -1728,24 +1730,24 @@ export { default as MicroscopeIcon } from '../icons/microscope';
|
|
|
1728
1730
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1729
1731
|
// Milestone aliases
|
|
1730
1732
|
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1731
|
-
// Minimize2 aliases
|
|
1732
|
-
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1733
1733
|
// MilkOff aliases
|
|
1734
1734
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1735
1735
|
// Milk aliases
|
|
1736
1736
|
export { default as MilkIcon } from '../icons/milk';
|
|
1737
|
-
//
|
|
1738
|
-
export { default as
|
|
1737
|
+
// Minimize2 aliases
|
|
1738
|
+
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1739
1739
|
// Minimize aliases
|
|
1740
1740
|
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1741
|
-
//
|
|
1742
|
-
export { default as
|
|
1741
|
+
// Minus aliases
|
|
1742
|
+
export { default as MinusIcon } from '../icons/minus';
|
|
1743
1743
|
// MirrorRound aliases
|
|
1744
1744
|
export { default as MirrorRoundIcon } from '../icons/mirror-round';
|
|
1745
|
-
// MonitorCloud aliases
|
|
1746
|
-
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1747
1745
|
// MonitorCheck aliases
|
|
1748
1746
|
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1747
|
+
// MirrorRectangular aliases
|
|
1748
|
+
export { default as MirrorRectangularIcon } from '../icons/mirror-rectangular';
|
|
1749
|
+
// MonitorCloud aliases
|
|
1750
|
+
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1749
1751
|
// MonitorCog aliases
|
|
1750
1752
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1751
1753
|
// MonitorDot aliases
|
|
@@ -1756,12 +1758,12 @@ export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
|
1756
1758
|
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1757
1759
|
// MonitorPause aliases
|
|
1758
1760
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1761
|
+
// MonitorSmartphone aliases
|
|
1762
|
+
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1759
1763
|
// MonitorPlay aliases
|
|
1760
1764
|
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1761
1765
|
// MonitorSpeaker aliases
|
|
1762
1766
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1763
|
-
// MonitorSmartphone aliases
|
|
1764
|
-
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1765
1767
|
// MonitorStop aliases
|
|
1766
1768
|
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1767
1769
|
// MonitorUp aliases
|
|
@@ -1782,16 +1784,16 @@ export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
|
1782
1784
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1783
1785
|
// MouseLeft aliases
|
|
1784
1786
|
export { default as MouseLeftIcon } from '../icons/mouse-left';
|
|
1785
|
-
// MouseOff aliases
|
|
1786
|
-
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1787
1787
|
// MousePointer2Off aliases
|
|
1788
1788
|
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1789
|
+
// MouseOff aliases
|
|
1790
|
+
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1791
|
+
// MousePointerBan aliases
|
|
1792
|
+
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1789
1793
|
// MousePointer2 aliases
|
|
1790
1794
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1791
1795
|
// MousePointerClick aliases
|
|
1792
1796
|
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1793
|
-
// MousePointerBan aliases
|
|
1794
|
-
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1795
1797
|
// MousePointer aliases
|
|
1796
1798
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1797
1799
|
// MouseRight aliases
|
|
@@ -1800,20 +1802,20 @@ export { default as MouseRightIcon } from '../icons/mouse-right';
|
|
|
1800
1802
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1801
1803
|
// MoveDiagonal2 aliases
|
|
1802
1804
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1803
|
-
// MoveDiagonal aliases
|
|
1804
|
-
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1805
1805
|
// MoveDownLeft aliases
|
|
1806
1806
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1807
1807
|
// MoveDownRight aliases
|
|
1808
1808
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1809
|
-
//
|
|
1810
|
-
export { default as
|
|
1809
|
+
// MoveDiagonal aliases
|
|
1810
|
+
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1811
1811
|
// MoveDown aliases
|
|
1812
1812
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1813
|
-
//
|
|
1814
|
-
export { default as
|
|
1813
|
+
// MoveHorizontal aliases
|
|
1814
|
+
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1815
1815
|
// MoveLeft aliases
|
|
1816
1816
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1817
|
+
// MoveRight aliases
|
|
1818
|
+
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1817
1819
|
// MoveUpLeft aliases
|
|
1818
1820
|
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1819
1821
|
// MoveUpRight aliases
|
|
@@ -1826,24 +1828,24 @@ export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
|
1826
1828
|
export { default as MoveIcon } from '../icons/move';
|
|
1827
1829
|
// Music2 aliases
|
|
1828
1830
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1829
|
-
// Music3 aliases
|
|
1830
|
-
export { default as Music3Icon } from '../icons/music-3';
|
|
1831
1831
|
// Music4 aliases
|
|
1832
1832
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1833
|
+
// Music3 aliases
|
|
1834
|
+
export { default as Music3Icon } from '../icons/music-3';
|
|
1833
1835
|
// Music aliases
|
|
1834
1836
|
export { default as MusicIcon } from '../icons/music';
|
|
1837
|
+
// Navigation2 aliases
|
|
1838
|
+
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1835
1839
|
// Navigation2Off aliases
|
|
1836
1840
|
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1837
1841
|
// NavigationOff aliases
|
|
1838
1842
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1839
|
-
// Navigation2 aliases
|
|
1840
|
-
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1841
1843
|
// Navigation aliases
|
|
1842
1844
|
export { default as NavigationIcon } from '../icons/navigation';
|
|
1843
|
-
// Newspaper aliases
|
|
1844
|
-
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1845
1845
|
// Network aliases
|
|
1846
1846
|
export { default as NetworkIcon } from '../icons/network';
|
|
1847
|
+
// Newspaper aliases
|
|
1848
|
+
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1847
1849
|
// Nfc aliases
|
|
1848
1850
|
export { default as NfcIcon } from '../icons/nfc';
|
|
1849
1851
|
// NotebookPen aliases
|
|
@@ -1854,20 +1856,20 @@ export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
|
1854
1856
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1855
1857
|
// NotebookText aliases
|
|
1856
1858
|
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1857
|
-
// Notebook aliases
|
|
1858
|
-
export { default as NotebookIcon } from '../icons/notebook';
|
|
1859
1859
|
// NotepadTextDashed aliases
|
|
1860
1860
|
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1861
|
-
//
|
|
1862
|
-
export { default as
|
|
1861
|
+
// Notebook aliases
|
|
1862
|
+
export { default as NotebookIcon } from '../icons/notebook';
|
|
1863
1863
|
// NutOff aliases
|
|
1864
1864
|
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1865
|
-
// Octagon aliases
|
|
1866
|
-
export { default as OctagonIcon } from '../icons/octagon';
|
|
1867
|
-
// OctagonMinus aliases
|
|
1868
|
-
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1869
1865
|
// Nut aliases
|
|
1870
1866
|
export { default as NutIcon } from '../icons/nut';
|
|
1867
|
+
// NotepadText aliases
|
|
1868
|
+
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1869
|
+
// OctagonMinus aliases
|
|
1870
|
+
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1871
|
+
// Octagon aliases
|
|
1872
|
+
export { default as OctagonIcon } from '../icons/octagon';
|
|
1871
1873
|
// Omega aliases
|
|
1872
1874
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1873
1875
|
// Option aliases
|
|
@@ -1880,10 +1882,10 @@ export { default as OrigamiIcon } from '../icons/origami';
|
|
|
1880
1882
|
export { default as Package2Icon } from '../icons/package-2';
|
|
1881
1883
|
// PackageCheck aliases
|
|
1882
1884
|
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1883
|
-
// PackageOpen aliases
|
|
1884
|
-
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1885
1885
|
// PackageMinus aliases
|
|
1886
1886
|
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1887
|
+
// PackageOpen aliases
|
|
1888
|
+
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1887
1889
|
// PackagePlus aliases
|
|
1888
1890
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1889
1891
|
// PackageSearch aliases
|
|
@@ -1894,48 +1896,48 @@ export { default as PackageXIcon } from '../icons/package-x';
|
|
|
1894
1896
|
export { default as PackageIcon } from '../icons/package';
|
|
1895
1897
|
// PaintBucket aliases
|
|
1896
1898
|
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1897
|
-
// Paintbrush aliases
|
|
1898
|
-
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1899
1899
|
// PaintRoller aliases
|
|
1900
1900
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1901
|
-
//
|
|
1902
|
-
export { default as
|
|
1901
|
+
// Paintbrush aliases
|
|
1902
|
+
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1903
1903
|
// Palette aliases
|
|
1904
1904
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1905
|
+
// Panda aliases
|
|
1906
|
+
export { default as PandaIcon } from '../icons/panda';
|
|
1905
1907
|
// PanelBottomClose aliases
|
|
1906
1908
|
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1907
|
-
// PanelBottom aliases
|
|
1908
|
-
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1909
1909
|
// PanelBottomOpen aliases
|
|
1910
1910
|
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1911
|
+
// PanelBottom aliases
|
|
1912
|
+
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1911
1913
|
// PanelLeftRightDashed aliases
|
|
1912
1914
|
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1913
1915
|
// PanelRightClose aliases
|
|
1914
1916
|
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1915
1917
|
// PanelRightOpen aliases
|
|
1916
1918
|
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1917
|
-
// PanelRight aliases
|
|
1918
|
-
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1919
1919
|
// PanelTopBottomDashed aliases
|
|
1920
1920
|
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
1921
|
-
//
|
|
1922
|
-
export { default as
|
|
1921
|
+
// PanelRight aliases
|
|
1922
|
+
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1923
1923
|
// PanelTopOpen aliases
|
|
1924
1924
|
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1925
|
+
// PanelTopClose aliases
|
|
1926
|
+
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1925
1927
|
// PanelTop aliases
|
|
1926
1928
|
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1927
1929
|
// PanelsLeftBottom aliases
|
|
1928
1930
|
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1929
1931
|
// PanelsRightBottom aliases
|
|
1930
1932
|
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1931
|
-
// ParkingMeter aliases
|
|
1932
|
-
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1933
|
-
// Parentheses aliases
|
|
1934
|
-
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1935
1933
|
// Paperclip aliases
|
|
1936
1934
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1935
|
+
// Parentheses aliases
|
|
1936
|
+
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1937
1937
|
// PartyPopper aliases
|
|
1938
1938
|
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1939
|
+
// ParkingMeter aliases
|
|
1940
|
+
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1939
1941
|
// Pause aliases
|
|
1940
1942
|
export { default as PauseIcon } from '../icons/pause';
|
|
1941
1943
|
// PawPrint aliases
|
|
@@ -1950,84 +1952,84 @@ export { default as PenToolIcon } from '../icons/pen-tool';
|
|
|
1950
1952
|
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1951
1953
|
// PencilOff aliases
|
|
1952
1954
|
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1953
|
-
// Pencil aliases
|
|
1954
|
-
export { default as PencilIcon } from '../icons/pencil';
|
|
1955
1955
|
// PencilRuler aliases
|
|
1956
1956
|
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1957
|
-
//
|
|
1958
|
-
export { default as
|
|
1957
|
+
// Pencil aliases
|
|
1958
|
+
export { default as PencilIcon } from '../icons/pencil';
|
|
1959
1959
|
// Pentagon aliases
|
|
1960
1960
|
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1961
|
+
// Percent aliases
|
|
1962
|
+
export { default as PercentIcon } from '../icons/percent';
|
|
1961
1963
|
// PersonStanding aliases
|
|
1962
1964
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1963
1965
|
// PhilippinePeso aliases
|
|
1964
1966
|
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1965
|
-
// PhoneCall aliases
|
|
1966
|
-
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1967
1967
|
// PhoneForwarded aliases
|
|
1968
1968
|
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1969
|
-
//
|
|
1970
|
-
export { default as
|
|
1969
|
+
// PhoneCall aliases
|
|
1970
|
+
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1971
1971
|
// PhoneIncoming aliases
|
|
1972
1972
|
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1973
|
+
// PhoneMissed aliases
|
|
1974
|
+
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1973
1975
|
// PhoneOff aliases
|
|
1974
1976
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1975
1977
|
// PhoneOutgoing aliases
|
|
1976
1978
|
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1977
1979
|
// Phone aliases
|
|
1978
1980
|
export { default as PhoneIcon } from '../icons/phone';
|
|
1979
|
-
// Piano aliases
|
|
1980
|
-
export { default as PianoIcon } from '../icons/piano';
|
|
1981
1981
|
// Pi aliases
|
|
1982
1982
|
export { default as PiIcon } from '../icons/pi';
|
|
1983
|
+
// Piano aliases
|
|
1984
|
+
export { default as PianoIcon } from '../icons/piano';
|
|
1983
1985
|
// Pickaxe aliases
|
|
1984
1986
|
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1985
|
-
// PictureInPicture aliases
|
|
1986
|
-
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1987
1987
|
// PictureInPicture2 aliases
|
|
1988
1988
|
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
1989
|
-
//
|
|
1990
|
-
export { default as
|
|
1989
|
+
// PictureInPicture aliases
|
|
1990
|
+
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1991
|
+
// PilcrowLeft aliases
|
|
1992
|
+
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1991
1993
|
// PilcrowRight aliases
|
|
1992
1994
|
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1995
|
+
// PiggyBank aliases
|
|
1996
|
+
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1997
|
+
// Pilcrow aliases
|
|
1998
|
+
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1993
1999
|
// PillBottle aliases
|
|
1994
2000
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
1995
|
-
// PilcrowLeft aliases
|
|
1996
|
-
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1997
2001
|
// Pill aliases
|
|
1998
2002
|
export { default as PillIcon } from '../icons/pill';
|
|
1999
2003
|
// PinOff aliases
|
|
2000
2004
|
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2001
|
-
// Pilcrow aliases
|
|
2002
|
-
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
2003
2005
|
// Pin aliases
|
|
2004
2006
|
export { default as PinIcon } from '../icons/pin';
|
|
2005
2007
|
// Pipette aliases
|
|
2006
2008
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
2007
2009
|
// Pizza aliases
|
|
2008
2010
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
2009
|
-
// PlaneTakeoff aliases
|
|
2010
|
-
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
2011
2011
|
// PlaneLanding aliases
|
|
2012
2012
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
2013
2013
|
// Plane aliases
|
|
2014
2014
|
export { default as PlaneIcon } from '../icons/plane';
|
|
2015
|
+
// PlaneTakeoff aliases
|
|
2016
|
+
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
2015
2017
|
// Play aliases
|
|
2016
2018
|
export { default as PlayIcon } from '../icons/play';
|
|
2017
2019
|
// Plug2 aliases
|
|
2018
2020
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
2021
|
+
// Plug aliases
|
|
2022
|
+
export { default as PlugIcon } from '../icons/plug';
|
|
2019
2023
|
// Plus aliases
|
|
2020
2024
|
export { default as PlusIcon } from '../icons/plus';
|
|
2021
2025
|
// Podcast aliases
|
|
2022
2026
|
export { default as PodcastIcon } from '../icons/podcast';
|
|
2023
|
-
// Plug aliases
|
|
2024
|
-
export { default as PlugIcon } from '../icons/plug';
|
|
2025
2027
|
// PocketKnife aliases
|
|
2026
2028
|
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2027
|
-
// Pointer aliases
|
|
2028
|
-
export { default as PointerIcon } from '../icons/pointer';
|
|
2029
2029
|
// PointerOff aliases
|
|
2030
2030
|
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2031
|
+
// Pointer aliases
|
|
2032
|
+
export { default as PointerIcon } from '../icons/pointer';
|
|
2031
2033
|
// Popcorn aliases
|
|
2032
2034
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2033
2035
|
// Popsicle aliases
|
|
@@ -2036,18 +2038,18 @@ export { default as PopsicleIcon } from '../icons/popsicle';
|
|
|
2036
2038
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2037
2039
|
// Power aliases
|
|
2038
2040
|
export { default as PowerIcon } from '../icons/power';
|
|
2039
|
-
// Presentation aliases
|
|
2040
|
-
export { default as PresentationIcon } from '../icons/presentation';
|
|
2041
2041
|
// PowerOff aliases
|
|
2042
2042
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2043
|
+
// Presentation aliases
|
|
2044
|
+
export { default as PresentationIcon } from '../icons/presentation';
|
|
2043
2045
|
// PrinterCheck aliases
|
|
2044
2046
|
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2045
2047
|
// PrinterX aliases
|
|
2046
2048
|
export { default as PrinterXIcon } from '../icons/printer-x';
|
|
2047
|
-
// Printer aliases
|
|
2048
|
-
export { default as PrinterIcon } from '../icons/printer';
|
|
2049
2049
|
// Projector aliases
|
|
2050
2050
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
2051
|
+
// Printer aliases
|
|
2052
|
+
export { default as PrinterIcon } from '../icons/printer';
|
|
2051
2053
|
// Proportions aliases
|
|
2052
2054
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2053
2055
|
// Puzzle aliases
|
|
@@ -2062,20 +2064,20 @@ export { default as QuoteIcon } from '../icons/quote';
|
|
|
2062
2064
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2063
2065
|
// Radar aliases
|
|
2064
2066
|
export { default as RadarIcon } from '../icons/radar';
|
|
2065
|
-
// Radiation aliases
|
|
2066
|
-
export { default as RadiationIcon } from '../icons/radiation';
|
|
2067
2067
|
// Radical aliases
|
|
2068
2068
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2069
2069
|
// RadioReceiver aliases
|
|
2070
2070
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2071
|
+
// Radiation aliases
|
|
2072
|
+
export { default as RadiationIcon } from '../icons/radiation';
|
|
2071
2073
|
// RadioTower aliases
|
|
2072
2074
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2073
2075
|
// Radio aliases
|
|
2074
2076
|
export { default as RadioIcon } from '../icons/radio';
|
|
2075
|
-
// Radius aliases
|
|
2076
|
-
export { default as RadiusIcon } from '../icons/radius';
|
|
2077
2077
|
// Rainbow aliases
|
|
2078
2078
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2079
|
+
// Radius aliases
|
|
2080
|
+
export { default as RadiusIcon } from '../icons/radius';
|
|
2079
2081
|
// Rat aliases
|
|
2080
2082
|
export { default as RatIcon } from '../icons/rat';
|
|
2081
2083
|
// Ratio aliases
|
|
@@ -2084,36 +2086,36 @@ export { default as RatioIcon } from '../icons/ratio';
|
|
|
2084
2086
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2085
2087
|
// ReceiptEuro aliases
|
|
2086
2088
|
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2087
|
-
// ReceiptIndianRupee aliases
|
|
2088
|
-
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2089
2089
|
// ReceiptJapaneseYen aliases
|
|
2090
2090
|
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2091
2091
|
// ReceiptPoundSterling aliases
|
|
2092
2092
|
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2093
|
-
//
|
|
2094
|
-
export { default as
|
|
2093
|
+
// ReceiptIndianRupee aliases
|
|
2094
|
+
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2095
2095
|
// ReceiptText aliases
|
|
2096
2096
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2097
2097
|
// ReceiptSwissFranc aliases
|
|
2098
2098
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2099
|
+
// ReceiptRussianRuble aliases
|
|
2100
|
+
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2099
2101
|
// Receipt aliases
|
|
2100
2102
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2101
|
-
// ReceiptTurkishLira aliases
|
|
2102
|
-
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2103
2103
|
// RectangleCircle aliases
|
|
2104
2104
|
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2105
|
-
//
|
|
2106
|
-
export { default as
|
|
2105
|
+
// ReceiptTurkishLira aliases
|
|
2106
|
+
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2107
2107
|
// RectangleGoggles aliases
|
|
2108
2108
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2109
|
+
// RectangleHorizontal aliases
|
|
2110
|
+
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2109
2111
|
// RectangleVertical aliases
|
|
2110
2112
|
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2111
2113
|
// Redo2 aliases
|
|
2112
2114
|
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2113
|
-
// Recycle aliases
|
|
2114
|
-
export { default as RecycleIcon } from '../icons/recycle';
|
|
2115
2115
|
// RedoDot aliases
|
|
2116
2116
|
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2117
|
+
// Recycle aliases
|
|
2118
|
+
export { default as RecycleIcon } from '../icons/recycle';
|
|
2117
2119
|
// Redo aliases
|
|
2118
2120
|
export { default as RedoIcon } from '../icons/redo';
|
|
2119
2121
|
// RefreshCcwDot aliases
|
|
@@ -2136,32 +2138,34 @@ export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
|
2136
2138
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2137
2139
|
// Repeat aliases
|
|
2138
2140
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2139
|
-
// ReplaceAll aliases
|
|
2140
|
-
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2141
|
-
// ReplyAll aliases
|
|
2142
|
-
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2143
|
-
// Reply aliases
|
|
2144
|
-
export { default as ReplyIcon } from '../icons/reply';
|
|
2145
2141
|
// Replace aliases
|
|
2146
2142
|
export { default as ReplaceIcon } from '../icons/replace';
|
|
2143
|
+
// Reply aliases
|
|
2144
|
+
export { default as ReplyIcon } from '../icons/reply';
|
|
2145
|
+
// ReplyAll aliases
|
|
2146
|
+
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2147
|
+
// ReplaceAll aliases
|
|
2148
|
+
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2147
2149
|
// Rewind aliases
|
|
2148
2150
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2151
|
+
// Road aliases
|
|
2152
|
+
export { default as RoadIcon } from '../icons/road';
|
|
2149
2153
|
// Rocket aliases
|
|
2150
2154
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2151
2155
|
// Ribbon aliases
|
|
2152
2156
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2153
2157
|
// RockingChair aliases
|
|
2154
2158
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2155
|
-
// RollerCoaster aliases
|
|
2156
|
-
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2157
|
-
// RotateCcwKey aliases
|
|
2158
|
-
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2159
2159
|
// Rose aliases
|
|
2160
2160
|
export { default as RoseIcon } from '../icons/rose';
|
|
2161
|
-
//
|
|
2162
|
-
export { default as
|
|
2161
|
+
// RotateCcwKey aliases
|
|
2162
|
+
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2163
|
+
// RollerCoaster aliases
|
|
2164
|
+
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2163
2165
|
// RotateCcwSquare aliases
|
|
2164
2166
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2167
|
+
// RotateCcw aliases
|
|
2168
|
+
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2165
2169
|
// RotateCwSquare aliases
|
|
2166
2170
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2167
2171
|
// RotateCw aliases
|
|
@@ -2172,86 +2176,86 @@ export { default as RouteOffIcon } from '../icons/route-off';
|
|
|
2172
2176
|
export { default as RouteIcon } from '../icons/route';
|
|
2173
2177
|
// Router aliases
|
|
2174
2178
|
export { default as RouterIcon } from '../icons/router';
|
|
2175
|
-
// Rss aliases
|
|
2176
|
-
export { default as RssIcon } from '../icons/rss';
|
|
2177
2179
|
// Rows4 aliases
|
|
2178
2180
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2181
|
+
// Rss aliases
|
|
2182
|
+
export { default as RssIcon } from '../icons/rss';
|
|
2179
2183
|
// RulerDimensionLine aliases
|
|
2180
2184
|
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2181
2185
|
// Ruler aliases
|
|
2182
2186
|
export { default as RulerIcon } from '../icons/ruler';
|
|
2183
2187
|
// RussianRuble aliases
|
|
2184
2188
|
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2185
|
-
// Salad aliases
|
|
2186
|
-
export { default as SaladIcon } from '../icons/salad';
|
|
2187
2189
|
// Sailboat aliases
|
|
2188
2190
|
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2191
|
+
// Salad aliases
|
|
2192
|
+
export { default as SaladIcon } from '../icons/salad';
|
|
2189
2193
|
// Sandwich aliases
|
|
2190
2194
|
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2191
|
-
// Satellite aliases
|
|
2192
|
-
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2193
2195
|
// SatelliteDish aliases
|
|
2194
2196
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2197
|
+
// Satellite aliases
|
|
2198
|
+
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2195
2199
|
// SaudiRiyal aliases
|
|
2196
2200
|
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2197
2201
|
// SaveAll aliases
|
|
2198
2202
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2199
|
-
// Save aliases
|
|
2200
|
-
export { default as SaveIcon } from '../icons/save';
|
|
2201
2203
|
// SaveOff aliases
|
|
2202
2204
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2203
|
-
//
|
|
2204
|
-
export { default as
|
|
2205
|
+
// Save aliases
|
|
2206
|
+
export { default as SaveIcon } from '../icons/save';
|
|
2205
2207
|
// Scale aliases
|
|
2206
2208
|
export { default as ScaleIcon } from '../icons/scale';
|
|
2207
2209
|
// ScanBarcode aliases
|
|
2208
2210
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2211
|
+
// Scaling aliases
|
|
2212
|
+
export { default as ScalingIcon } from '../icons/scaling';
|
|
2209
2213
|
// ScanEye aliases
|
|
2210
2214
|
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2211
2215
|
// ScanFace aliases
|
|
2212
2216
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2213
|
-
// ScanLine aliases
|
|
2214
|
-
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2215
2217
|
// ScanHeart aliases
|
|
2216
2218
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2217
|
-
//
|
|
2218
|
-
export { default as
|
|
2219
|
+
// ScanLine aliases
|
|
2220
|
+
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2219
2221
|
// ScanQrCode aliases
|
|
2220
2222
|
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2223
|
+
// ScanSearch aliases
|
|
2224
|
+
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2221
2225
|
// ScanText aliases
|
|
2222
2226
|
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2223
2227
|
// Scan aliases
|
|
2224
2228
|
export { default as ScanIcon } from '../icons/scan';
|
|
2225
2229
|
// School aliases
|
|
2226
2230
|
export { default as SchoolIcon } from '../icons/school';
|
|
2227
|
-
// Scissors aliases
|
|
2228
|
-
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2229
2231
|
// ScissorsLineDashed aliases
|
|
2230
2232
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2231
|
-
//
|
|
2232
|
-
export { default as
|
|
2233
|
+
// Scissors aliases
|
|
2234
|
+
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2233
2235
|
// Scooter aliases
|
|
2234
2236
|
export { default as ScooterIcon } from '../icons/scooter';
|
|
2235
|
-
//
|
|
2236
|
-
export { default as
|
|
2237
|
+
// ScreenShareOff aliases
|
|
2238
|
+
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2237
2239
|
// ScreenShare aliases
|
|
2238
2240
|
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2239
2241
|
// ScrollText aliases
|
|
2240
2242
|
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2243
|
+
// Scroll aliases
|
|
2244
|
+
export { default as ScrollIcon } from '../icons/scroll';
|
|
2245
|
+
// SearchCheck aliases
|
|
2246
|
+
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2241
2247
|
// SearchAlert aliases
|
|
2242
2248
|
export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
2243
2249
|
// SearchCode aliases
|
|
2244
2250
|
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2245
|
-
// SearchCheck aliases
|
|
2246
|
-
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2247
|
-
// SearchSlash aliases
|
|
2248
|
-
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2249
2251
|
// SearchX aliases
|
|
2250
2252
|
export { default as SearchXIcon } from '../icons/search-x';
|
|
2251
|
-
//
|
|
2252
|
-
export { default as
|
|
2253
|
+
// SearchSlash aliases
|
|
2254
|
+
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2253
2255
|
// Search aliases
|
|
2254
2256
|
export { default as SearchIcon } from '../icons/search';
|
|
2257
|
+
// Section aliases
|
|
2258
|
+
export { default as SectionIcon } from '../icons/section';
|
|
2255
2259
|
// SendToBack aliases
|
|
2256
2260
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2257
2261
|
// Send aliases
|
|
@@ -2260,108 +2264,108 @@ export { default as SendIcon } from '../icons/send';
|
|
|
2260
2264
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2261
2265
|
// SeparatorVertical aliases
|
|
2262
2266
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2263
|
-
// ServerCog aliases
|
|
2264
|
-
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2265
2267
|
// ServerCrash aliases
|
|
2266
2268
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2267
2269
|
// ServerOff aliases
|
|
2268
2270
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2269
|
-
//
|
|
2270
|
-
export { default as
|
|
2271
|
+
// ServerCog aliases
|
|
2272
|
+
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2271
2273
|
// Settings aliases
|
|
2272
2274
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2273
|
-
//
|
|
2274
|
-
export { default as
|
|
2275
|
+
// Server aliases
|
|
2276
|
+
export { default as ServerIcon } from '../icons/server';
|
|
2275
2277
|
// Shapes aliases
|
|
2276
2278
|
export { default as ShapesIcon } from '../icons/shapes';
|
|
2277
|
-
//
|
|
2278
|
-
export { default as
|
|
2279
|
+
// Settings2 aliases
|
|
2280
|
+
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2279
2281
|
// Share aliases
|
|
2280
2282
|
export { default as ShareIcon } from '../icons/share';
|
|
2283
|
+
// Share2 aliases
|
|
2284
|
+
export { default as Share2Icon } from '../icons/share-2';
|
|
2281
2285
|
// Sheet aliases
|
|
2282
2286
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2283
|
-
// Shell aliases
|
|
2284
|
-
export { default as ShellIcon } from '../icons/shell';
|
|
2285
2287
|
// ShelvingUnit aliases
|
|
2286
2288
|
export { default as ShelvingUnitIcon } from '../icons/shelving-unit';
|
|
2287
|
-
//
|
|
2288
|
-
export { default as
|
|
2289
|
+
// Shell aliases
|
|
2290
|
+
export { default as ShellIcon } from '../icons/shell';
|
|
2289
2291
|
// ShieldAlert aliases
|
|
2290
2292
|
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2293
|
+
// ShieldBan aliases
|
|
2294
|
+
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2291
2295
|
// ShieldCheck aliases
|
|
2292
2296
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2293
2297
|
// ShieldHalf aliases
|
|
2294
2298
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2295
2299
|
// ShieldEllipsis aliases
|
|
2296
2300
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2297
|
-
// ShieldOff aliases
|
|
2298
|
-
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2299
2301
|
// ShieldMinus aliases
|
|
2300
2302
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2303
|
+
// ShieldOff aliases
|
|
2304
|
+
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2301
2305
|
// ShieldPlus aliases
|
|
2302
2306
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2303
2307
|
// ShieldUser aliases
|
|
2304
2308
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2305
|
-
// ShipWheel aliases
|
|
2306
|
-
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2307
2309
|
// Shield aliases
|
|
2308
2310
|
export { default as ShieldIcon } from '../icons/shield';
|
|
2311
|
+
// ShipWheel aliases
|
|
2312
|
+
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2309
2313
|
// Ship aliases
|
|
2310
2314
|
export { default as ShipIcon } from '../icons/ship';
|
|
2311
2315
|
// ShoppingBag aliases
|
|
2312
2316
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2313
|
-
// ShoppingBasket aliases
|
|
2314
|
-
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2315
2317
|
// Shirt aliases
|
|
2316
2318
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2319
|
+
// ShoppingBasket aliases
|
|
2320
|
+
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2317
2321
|
// ShoppingCart aliases
|
|
2318
2322
|
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2319
2323
|
// Shovel aliases
|
|
2320
2324
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2325
|
+
// ShowerHead aliases
|
|
2326
|
+
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2321
2327
|
// Shredder aliases
|
|
2322
2328
|
export { default as ShredderIcon } from '../icons/shredder';
|
|
2323
2329
|
// Shrimp aliases
|
|
2324
2330
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2325
|
-
// ShowerHead aliases
|
|
2326
|
-
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2327
2331
|
// Shrink aliases
|
|
2328
2332
|
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2329
2333
|
// Shrub aliases
|
|
2330
2334
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2335
|
+
// Shuffle aliases
|
|
2336
|
+
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2331
2337
|
// Sigma aliases
|
|
2332
2338
|
export { default as SigmaIcon } from '../icons/sigma';
|
|
2339
|
+
// SignalHigh aliases
|
|
2340
|
+
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2333
2341
|
// SignalLow aliases
|
|
2334
2342
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2335
|
-
// Shuffle aliases
|
|
2336
|
-
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2337
2343
|
// SignalMedium aliases
|
|
2338
2344
|
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2339
|
-
// SignalHigh aliases
|
|
2340
|
-
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2341
2345
|
// SignalZero aliases
|
|
2342
2346
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2343
|
-
// Signature aliases
|
|
2344
|
-
export { default as SignatureIcon } from '../icons/signature';
|
|
2345
2347
|
// Signal aliases
|
|
2346
2348
|
export { default as SignalIcon } from '../icons/signal';
|
|
2349
|
+
// Signature aliases
|
|
2350
|
+
export { default as SignatureIcon } from '../icons/signature';
|
|
2347
2351
|
// SignpostBig aliases
|
|
2348
2352
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2349
|
-
// Signpost aliases
|
|
2350
|
-
export { default as SignpostIcon } from '../icons/signpost';
|
|
2351
2353
|
// Siren aliases
|
|
2352
2354
|
export { default as SirenIcon } from '../icons/siren';
|
|
2355
|
+
// Signpost aliases
|
|
2356
|
+
export { default as SignpostIcon } from '../icons/signpost';
|
|
2353
2357
|
// SkipBack aliases
|
|
2354
2358
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2355
2359
|
// SkipForward aliases
|
|
2356
2360
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2357
|
-
// Slash aliases
|
|
2358
|
-
export { default as SlashIcon } from '../icons/slash';
|
|
2359
2361
|
// Skull aliases
|
|
2360
2362
|
export { default as SkullIcon } from '../icons/skull';
|
|
2361
|
-
//
|
|
2362
|
-
export { default as
|
|
2363
|
+
// Slash aliases
|
|
2364
|
+
export { default as SlashIcon } from '../icons/slash';
|
|
2363
2365
|
// SlidersHorizontal aliases
|
|
2364
2366
|
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2367
|
+
// Slice aliases
|
|
2368
|
+
export { default as SliceIcon } from '../icons/slice';
|
|
2365
2369
|
// SmartphoneCharging aliases
|
|
2366
2370
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2367
2371
|
// SmartphoneNfc aliases
|
|
@@ -2370,10 +2374,10 @@ export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
|
2370
2374
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2371
2375
|
// SmilePlus aliases
|
|
2372
2376
|
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2373
|
-
// Snail aliases
|
|
2374
|
-
export { default as SnailIcon } from '../icons/snail';
|
|
2375
2377
|
// Smile aliases
|
|
2376
2378
|
export { default as SmileIcon } from '../icons/smile';
|
|
2379
|
+
// Snail aliases
|
|
2380
|
+
export { default as SnailIcon } from '../icons/snail';
|
|
2377
2381
|
// Snowflake aliases
|
|
2378
2382
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2379
2383
|
// SoapDispenserDroplet aliases
|
|
@@ -2396,60 +2400,60 @@ export { default as SpeechIcon } from '../icons/speech';
|
|
|
2396
2400
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2397
2401
|
// SpellCheck2 aliases
|
|
2398
2402
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2399
|
-
// SplinePointer aliases
|
|
2400
|
-
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2401
2403
|
// SpellCheck aliases
|
|
2402
2404
|
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2405
|
+
// SplinePointer aliases
|
|
2406
|
+
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2403
2407
|
// Spline aliases
|
|
2404
2408
|
export { default as SplineIcon } from '../icons/spline';
|
|
2405
|
-
// Spool aliases
|
|
2406
|
-
export { default as SpoolIcon } from '../icons/spool';
|
|
2407
2409
|
// Split aliases
|
|
2408
2410
|
export { default as SplitIcon } from '../icons/split';
|
|
2409
|
-
// Spotlight aliases
|
|
2410
|
-
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2411
2411
|
// Sprout aliases
|
|
2412
2412
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2413
|
+
// Spotlight aliases
|
|
2414
|
+
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2415
|
+
// Spool aliases
|
|
2416
|
+
export { default as SpoolIcon } from '../icons/spool';
|
|
2413
2417
|
// SprayCan aliases
|
|
2414
2418
|
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2415
2419
|
// SquareArrowRightEnter aliases
|
|
2416
2420
|
export { default as SquareArrowRightEnterIcon } from '../icons/square-arrow-right-enter';
|
|
2417
|
-
// SquareDashedBottomCode aliases
|
|
2418
|
-
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2419
2421
|
// SquareArrowRightExit aliases
|
|
2420
2422
|
export { default as SquareArrowRightExitIcon } from '../icons/square-arrow-right-exit';
|
|
2423
|
+
// SquareDashedBottomCode aliases
|
|
2424
|
+
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2421
2425
|
// SquareDashedBottom aliases
|
|
2422
2426
|
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2423
|
-
// SquareDashedTopSolid aliases
|
|
2424
|
-
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2425
2427
|
// SquareRadical aliases
|
|
2426
2428
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2427
2429
|
// SquarePause aliases
|
|
2428
2430
|
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2431
|
+
// SquareDashedTopSolid aliases
|
|
2432
|
+
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2429
2433
|
// SquareRoundCorner aliases
|
|
2430
2434
|
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2431
2435
|
// SquareSquare aliases
|
|
2432
2436
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2433
|
-
// SquareStack aliases
|
|
2434
|
-
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2435
2437
|
// SquareStar aliases
|
|
2436
2438
|
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2437
|
-
//
|
|
2438
|
-
export { default as
|
|
2439
|
+
// SquareStack aliases
|
|
2440
|
+
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2439
2441
|
// SquareStop aliases
|
|
2440
2442
|
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2441
|
-
//
|
|
2442
|
-
export { default as
|
|
2443
|
+
// Square aliases
|
|
2444
|
+
export { default as SquareIcon } from '../icons/square';
|
|
2445
|
+
// SquaresSubtract aliases
|
|
2446
|
+
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2443
2447
|
// SquaresExclude aliases
|
|
2444
2448
|
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2449
|
+
// SquaresIntersect aliases
|
|
2450
|
+
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2445
2451
|
// SquaresUnite aliases
|
|
2446
2452
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2447
|
-
// SquaresSubtract aliases
|
|
2448
|
-
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2449
|
-
// SquircleDashed aliases
|
|
2450
|
-
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2451
2453
|
// Squircle aliases
|
|
2452
2454
|
export { default as SquircleIcon } from '../icons/squircle';
|
|
2455
|
+
// SquircleDashed aliases
|
|
2456
|
+
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2453
2457
|
// Squirrel aliases
|
|
2454
2458
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2455
2459
|
// Stamp aliases
|
|
@@ -2462,48 +2466,48 @@ export { default as StarOffIcon } from '../icons/star-off';
|
|
|
2462
2466
|
export { default as StarIcon } from '../icons/star';
|
|
2463
2467
|
// StepBack aliases
|
|
2464
2468
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2465
|
-
// Stethoscope aliases
|
|
2466
|
-
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2467
2469
|
// StepForward aliases
|
|
2468
2470
|
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2469
|
-
// StickyNote aliases
|
|
2470
|
-
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2471
|
-
// Stone aliases
|
|
2472
|
-
export { default as StoneIcon } from '../icons/stone';
|
|
2473
2471
|
// Sticker aliases
|
|
2474
2472
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2473
|
+
// Stone aliases
|
|
2474
|
+
export { default as StoneIcon } from '../icons/stone';
|
|
2475
|
+
// Stethoscope aliases
|
|
2476
|
+
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2477
|
+
// StickyNote aliases
|
|
2478
|
+
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2475
2479
|
// Store aliases
|
|
2476
2480
|
export { default as StoreIcon } from '../icons/store';
|
|
2477
2481
|
// StretchHorizontal aliases
|
|
2478
2482
|
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2479
|
-
// Strikethrough aliases
|
|
2480
|
-
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2481
2483
|
// StretchVertical aliases
|
|
2482
2484
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2485
|
+
// Strikethrough aliases
|
|
2486
|
+
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2483
2487
|
// Subscript aliases
|
|
2484
2488
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2485
2489
|
// SunDim aliases
|
|
2486
2490
|
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2487
2491
|
// SunMedium aliases
|
|
2488
2492
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2489
|
-
// SunSnow aliases
|
|
2490
|
-
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2491
2493
|
// SunMoon aliases
|
|
2492
2494
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2495
|
+
// SunSnow aliases
|
|
2496
|
+
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2493
2497
|
// Sun aliases
|
|
2494
2498
|
export { default as SunIcon } from '../icons/sun';
|
|
2495
2499
|
// Sunrise aliases
|
|
2496
2500
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2497
|
-
// Superscript aliases
|
|
2498
|
-
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2499
2501
|
// Sunset aliases
|
|
2500
2502
|
export { default as SunsetIcon } from '../icons/sunset';
|
|
2503
|
+
// Superscript aliases
|
|
2504
|
+
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2501
2505
|
// SwatchBook aliases
|
|
2502
2506
|
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2503
|
-
// SwissFranc aliases
|
|
2504
|
-
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2505
2507
|
// Sword aliases
|
|
2506
2508
|
export { default as SwordIcon } from '../icons/sword';
|
|
2509
|
+
// SwissFranc aliases
|
|
2510
|
+
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2507
2511
|
// SwitchCamera aliases
|
|
2508
2512
|
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2509
2513
|
// Syringe aliases
|
|
@@ -2512,60 +2516,60 @@ export { default as SyringeIcon } from '../icons/syringe';
|
|
|
2512
2516
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2513
2517
|
// Table2 aliases
|
|
2514
2518
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2515
|
-
// TableCellsMerge aliases
|
|
2516
|
-
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2517
2519
|
// TableColumnsSplit aliases
|
|
2518
2520
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2519
|
-
//
|
|
2520
|
-
export { default as
|
|
2521
|
+
// TableCellsMerge aliases
|
|
2522
|
+
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2521
2523
|
// TableCellsSplit aliases
|
|
2522
2524
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2525
|
+
// TableOfContents aliases
|
|
2526
|
+
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2523
2527
|
// TableProperties aliases
|
|
2524
2528
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2525
2529
|
// TableRowsSplit aliases
|
|
2526
2530
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2527
|
-
// TabletSmartphone aliases
|
|
2528
|
-
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2529
2531
|
// Table aliases
|
|
2530
2532
|
export { default as TableIcon } from '../icons/table';
|
|
2531
|
-
//
|
|
2532
|
-
export { default as
|
|
2533
|
+
// TabletSmartphone aliases
|
|
2534
|
+
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2533
2535
|
// Tablets aliases
|
|
2534
2536
|
export { default as TabletsIcon } from '../icons/tablets';
|
|
2537
|
+
// Tablet aliases
|
|
2538
|
+
export { default as TabletIcon } from '../icons/tablet';
|
|
2535
2539
|
// Tag aliases
|
|
2536
2540
|
export { default as TagIcon } from '../icons/tag';
|
|
2537
2541
|
// Tags aliases
|
|
2538
2542
|
export { default as TagsIcon } from '../icons/tags';
|
|
2539
2543
|
// Tally1 aliases
|
|
2540
2544
|
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2541
|
-
// Tally2 aliases
|
|
2542
|
-
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2543
2545
|
// Tally3 aliases
|
|
2544
2546
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2545
|
-
//
|
|
2546
|
-
export { default as
|
|
2547
|
+
// Tally2 aliases
|
|
2548
|
+
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2547
2549
|
// Tally4 aliases
|
|
2548
2550
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2551
|
+
// Tally5 aliases
|
|
2552
|
+
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2549
2553
|
// Tangent aliases
|
|
2550
2554
|
export { default as TangentIcon } from '../icons/tangent';
|
|
2551
2555
|
// Target aliases
|
|
2552
2556
|
export { default as TargetIcon } from '../icons/target';
|
|
2553
|
-
// TentTree aliases
|
|
2554
|
-
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2555
2557
|
// Telescope aliases
|
|
2556
2558
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2557
|
-
//
|
|
2558
|
-
export { default as
|
|
2559
|
+
// TentTree aliases
|
|
2560
|
+
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2559
2561
|
// Terminal aliases
|
|
2560
2562
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2563
|
+
// Tent aliases
|
|
2564
|
+
export { default as TentIcon } from '../icons/tent';
|
|
2561
2565
|
// TestTube aliases
|
|
2562
2566
|
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2563
2567
|
// TestTubes aliases
|
|
2564
2568
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2565
|
-
// TextCursor aliases
|
|
2566
|
-
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2567
2569
|
// TextCursorInput aliases
|
|
2568
2570
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2571
|
+
// TextCursor aliases
|
|
2572
|
+
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2569
2573
|
// TextQuote aliases
|
|
2570
2574
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2571
2575
|
// TextSearch aliases
|
|
@@ -2574,92 +2578,90 @@ export { default as TextSearchIcon } from '../icons/text-search';
|
|
|
2574
2578
|
export { default as TheaterIcon } from '../icons/theater';
|
|
2575
2579
|
// ThermometerSnowflake aliases
|
|
2576
2580
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2581
|
+
// Thermometer aliases
|
|
2582
|
+
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2577
2583
|
// ThermometerSun aliases
|
|
2578
2584
|
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2579
2585
|
// ThumbsDown aliases
|
|
2580
2586
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2581
|
-
// Thermometer aliases
|
|
2582
|
-
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2583
2587
|
// ThumbsUp aliases
|
|
2584
2588
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2585
2589
|
// TicketMinus aliases
|
|
2586
2590
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2587
2591
|
// TicketCheck aliases
|
|
2588
2592
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2589
|
-
// TicketPlus aliases
|
|
2590
|
-
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2591
2593
|
// TicketPercent aliases
|
|
2592
2594
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2593
|
-
//
|
|
2594
|
-
export { default as
|
|
2595
|
-
// Ticket aliases
|
|
2596
|
-
export { default as TicketIcon } from '../icons/ticket';
|
|
2595
|
+
// TicketPlus aliases
|
|
2596
|
+
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2597
2597
|
// TicketSlash aliases
|
|
2598
2598
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2599
|
+
// Ticket aliases
|
|
2600
|
+
export { default as TicketIcon } from '../icons/ticket';
|
|
2601
|
+
// TicketX aliases
|
|
2602
|
+
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2599
2603
|
// TicketsPlane aliases
|
|
2600
2604
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2601
2605
|
// Tickets aliases
|
|
2602
2606
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2603
|
-
// TimerReset aliases
|
|
2604
|
-
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2605
|
-
// Timer aliases
|
|
2606
|
-
export { default as TimerIcon } from '../icons/timer';
|
|
2607
2607
|
// TimerOff aliases
|
|
2608
2608
|
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2609
|
+
// Timer aliases
|
|
2610
|
+
export { default as TimerIcon } from '../icons/timer';
|
|
2611
|
+
// TimerReset aliases
|
|
2612
|
+
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2609
2613
|
// ToggleLeft aliases
|
|
2610
2614
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2611
2615
|
// ToggleRight aliases
|
|
2612
2616
|
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2613
|
-
// ToolCase aliases
|
|
2614
|
-
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2615
2617
|
// Toilet aliases
|
|
2616
2618
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2619
|
+
// ToolCase aliases
|
|
2620
|
+
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2617
2621
|
// Toolbox aliases
|
|
2618
2622
|
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2619
2623
|
// Tornado aliases
|
|
2620
2624
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2621
|
-
// TouchpadOff aliases
|
|
2622
|
-
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2623
2625
|
// Torus aliases
|
|
2624
2626
|
export { default as TorusIcon } from '../icons/torus';
|
|
2627
|
+
// TouchpadOff aliases
|
|
2628
|
+
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2625
2629
|
// Touchpad aliases
|
|
2626
2630
|
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2627
|
-
// TowerControl aliases
|
|
2628
|
-
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2629
2631
|
// TowelRack aliases
|
|
2630
2632
|
export { default as TowelRackIcon } from '../icons/towel-rack';
|
|
2633
|
+
// TowerControl aliases
|
|
2634
|
+
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2631
2635
|
// ToyBrick aliases
|
|
2632
2636
|
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2633
|
-
// Tractor aliases
|
|
2634
|
-
export { default as TractorIcon } from '../icons/tractor';
|
|
2635
2637
|
// TrafficCone aliases
|
|
2636
2638
|
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2637
|
-
//
|
|
2638
|
-
export { default as
|
|
2639
|
+
// Tractor aliases
|
|
2640
|
+
export { default as TractorIcon } from '../icons/tractor';
|
|
2639
2641
|
// TrainFrontTunnel aliases
|
|
2640
2642
|
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2643
|
+
// TrainFront aliases
|
|
2644
|
+
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2641
2645
|
// TrainTrack aliases
|
|
2642
2646
|
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2643
|
-
// Trash aliases
|
|
2644
|
-
export { default as TrashIcon } from '../icons/trash';
|
|
2645
|
-
// Trash2 aliases
|
|
2646
|
-
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2647
2647
|
// Transgender aliases
|
|
2648
2648
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2649
|
-
//
|
|
2650
|
-
export { default as
|
|
2649
|
+
// Trash2 aliases
|
|
2650
|
+
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2651
|
+
// Trash aliases
|
|
2652
|
+
export { default as TrashIcon } from '../icons/trash';
|
|
2651
2653
|
// TreeDeciduous aliases
|
|
2652
2654
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2653
2655
|
// Trees aliases
|
|
2654
2656
|
export { default as TreesIcon } from '../icons/trees';
|
|
2655
2657
|
// TrendingDown aliases
|
|
2656
2658
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2657
|
-
//
|
|
2658
|
-
export { default as
|
|
2659
|
+
// TreePine aliases
|
|
2660
|
+
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2659
2661
|
// TrendingUpDown aliases
|
|
2660
2662
|
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2661
|
-
//
|
|
2662
|
-
export { default as
|
|
2663
|
+
// TrendingUp aliases
|
|
2664
|
+
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2663
2665
|
// TriangleDashed aliases
|
|
2664
2666
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2665
2667
|
// TriangleRight aliases
|
|
@@ -2668,22 +2670,24 @@ export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
|
2668
2670
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2669
2671
|
// TruckElectric aliases
|
|
2670
2672
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2673
|
+
// Triangle aliases
|
|
2674
|
+
export { default as TriangleIcon } from '../icons/triangle';
|
|
2671
2675
|
// Truck aliases
|
|
2672
2676
|
export { default as TruckIcon } from '../icons/truck';
|
|
2673
2677
|
// TurkishLira aliases
|
|
2674
2678
|
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2675
2679
|
// Turtle aliases
|
|
2676
2680
|
export { default as TurtleIcon } from '../icons/turtle';
|
|
2677
|
-
// Turntable aliases
|
|
2678
|
-
export { default as TurntableIcon } from '../icons/turntable';
|
|
2679
2681
|
// TvMinimalPlay aliases
|
|
2680
2682
|
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2683
|
+
// Turntable aliases
|
|
2684
|
+
export { default as TurntableIcon } from '../icons/turntable';
|
|
2685
|
+
// TypeOutline aliases
|
|
2686
|
+
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2681
2687
|
// Tv aliases
|
|
2682
2688
|
export { default as TvIcon } from '../icons/tv';
|
|
2683
2689
|
// Type aliases
|
|
2684
2690
|
export { default as TypeIcon } from '../icons/type';
|
|
2685
|
-
// TypeOutline aliases
|
|
2686
|
-
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2687
2691
|
// Umbrella aliases
|
|
2688
2692
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2689
2693
|
// UmbrellaOff aliases
|
|
@@ -2692,68 +2696,68 @@ export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
|
2692
2696
|
export { default as UnderlineIcon } from '../icons/underline';
|
|
2693
2697
|
// UndoDot aliases
|
|
2694
2698
|
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2695
|
-
// Undo2 aliases
|
|
2696
|
-
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2697
2699
|
// Undo aliases
|
|
2698
2700
|
export { default as UndoIcon } from '../icons/undo';
|
|
2701
|
+
// Undo2 aliases
|
|
2702
|
+
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2699
2703
|
// UnfoldHorizontal aliases
|
|
2700
2704
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2701
|
-
// Ungroup aliases
|
|
2702
|
-
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2703
|
-
// Unlink aliases
|
|
2704
|
-
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2705
2705
|
// UnfoldVertical aliases
|
|
2706
2706
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2707
|
+
// Ungroup aliases
|
|
2708
|
+
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2707
2709
|
// Unlink2 aliases
|
|
2708
2710
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2711
|
+
// Unlink aliases
|
|
2712
|
+
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2709
2713
|
// Upload aliases
|
|
2710
2714
|
export { default as UploadIcon } from '../icons/upload';
|
|
2711
|
-
// Usb aliases
|
|
2712
|
-
export { default as UsbIcon } from '../icons/usb';
|
|
2713
2715
|
// Unplug aliases
|
|
2714
2716
|
export { default as UnplugIcon } from '../icons/unplug';
|
|
2717
|
+
// Usb aliases
|
|
2718
|
+
export { default as UsbIcon } from '../icons/usb';
|
|
2715
2719
|
// UserCheck aliases
|
|
2716
2720
|
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2717
2721
|
// UserCog aliases
|
|
2718
2722
|
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2719
2723
|
// UserKey aliases
|
|
2720
2724
|
export { default as UserKeyIcon } from '../icons/user-key';
|
|
2721
|
-
// UserLock aliases
|
|
2722
|
-
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2723
2725
|
// UserMinus aliases
|
|
2724
2726
|
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2727
|
+
// UserLock aliases
|
|
2728
|
+
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2725
2729
|
// UserPen aliases
|
|
2726
2730
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2727
2731
|
// UserRoundKey aliases
|
|
2728
2732
|
export { default as UserRoundKeyIcon } from '../icons/user-round-key';
|
|
2733
|
+
// UserPlus aliases
|
|
2734
|
+
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2729
2735
|
// UserRoundPen aliases
|
|
2730
2736
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2731
2737
|
// UserRoundSearch aliases
|
|
2732
2738
|
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2733
|
-
// UserPlus aliases
|
|
2734
|
-
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2735
2739
|
// UserSearch aliases
|
|
2736
2740
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2737
2741
|
// UserStar aliases
|
|
2738
2742
|
export { default as UserStarIcon } from '../icons/user-star';
|
|
2739
|
-
// User aliases
|
|
2740
|
-
export { default as UserIcon } from '../icons/user';
|
|
2741
2743
|
// UserX aliases
|
|
2742
2744
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2743
2745
|
// Users aliases
|
|
2744
2746
|
export { default as UsersIcon } from '../icons/users';
|
|
2745
2747
|
// UtilityPole aliases
|
|
2746
2748
|
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2747
|
-
//
|
|
2748
|
-
export { default as
|
|
2749
|
+
// User aliases
|
|
2750
|
+
export { default as UserIcon } from '../icons/user';
|
|
2749
2751
|
// Van aliases
|
|
2750
2752
|
export { default as VanIcon } from '../icons/van';
|
|
2753
|
+
// Variable aliases
|
|
2754
|
+
export { default as VariableIcon } from '../icons/variable';
|
|
2751
2755
|
// Vault aliases
|
|
2752
2756
|
export { default as VaultIcon } from '../icons/vault';
|
|
2753
|
-
// VectorSquare aliases
|
|
2754
|
-
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2755
2757
|
// Vegan aliases
|
|
2756
2758
|
export { default as VeganIcon } from '../icons/vegan';
|
|
2759
|
+
// VectorSquare aliases
|
|
2760
|
+
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2757
2761
|
// VenetianMask aliases
|
|
2758
2762
|
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2759
2763
|
// VenusAndMars aliases
|
|
@@ -2762,76 +2766,76 @@ export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
|
2762
2766
|
export { default as VenusIcon } from '../icons/venus';
|
|
2763
2767
|
// VibrateOff aliases
|
|
2764
2768
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2765
|
-
// Vibrate aliases
|
|
2766
|
-
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2767
2769
|
// VideoOff aliases
|
|
2768
2770
|
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2771
|
+
// Vibrate aliases
|
|
2772
|
+
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2769
2773
|
// Video aliases
|
|
2770
2774
|
export { default as VideoIcon } from '../icons/video';
|
|
2771
2775
|
// Videotape aliases
|
|
2772
2776
|
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2773
2777
|
// View aliases
|
|
2774
2778
|
export { default as ViewIcon } from '../icons/view';
|
|
2775
|
-
// Volleyball aliases
|
|
2776
|
-
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2777
|
-
// Volume2 aliases
|
|
2778
|
-
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2779
2779
|
// Voicemail aliases
|
|
2780
2780
|
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2781
2781
|
// Volume1 aliases
|
|
2782
2782
|
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2783
|
+
// Volleyball aliases
|
|
2784
|
+
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2785
|
+
// Volume2 aliases
|
|
2786
|
+
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2787
|
+
// VolumeOff aliases
|
|
2788
|
+
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2783
2789
|
// VolumeX aliases
|
|
2784
2790
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2785
2791
|
// Volume aliases
|
|
2786
2792
|
export { default as VolumeIcon } from '../icons/volume';
|
|
2787
|
-
// VolumeOff aliases
|
|
2788
|
-
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2789
|
-
// WalletCards aliases
|
|
2790
|
-
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2791
2793
|
// Vote aliases
|
|
2792
2794
|
export { default as VoteIcon } from '../icons/vote';
|
|
2795
|
+
// WalletCards aliases
|
|
2796
|
+
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2793
2797
|
// Wallet aliases
|
|
2794
2798
|
export { default as WalletIcon } from '../icons/wallet';
|
|
2795
|
-
// Wand aliases
|
|
2796
|
-
export { default as WandIcon } from '../icons/wand';
|
|
2797
2799
|
// Wallpaper aliases
|
|
2798
2800
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2801
|
+
// Wand aliases
|
|
2802
|
+
export { default as WandIcon } from '../icons/wand';
|
|
2799
2803
|
// Warehouse aliases
|
|
2800
2804
|
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2801
2805
|
// WashingMachine aliases
|
|
2802
2806
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2803
|
-
// WavesArrowDown aliases
|
|
2804
|
-
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
2805
2807
|
// Watch aliases
|
|
2806
2808
|
export { default as WatchIcon } from '../icons/watch';
|
|
2809
|
+
// WavesArrowDown aliases
|
|
2810
|
+
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
2807
2811
|
// WavesArrowUp aliases
|
|
2808
2812
|
export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
2809
2813
|
// WavesLadder aliases
|
|
2810
2814
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2811
|
-
// Webcam aliases
|
|
2812
|
-
export { default as WebcamIcon } from '../icons/webcam';
|
|
2813
2815
|
// Waves aliases
|
|
2814
2816
|
export { default as WavesIcon } from '../icons/waves';
|
|
2815
|
-
// WebhookOff aliases
|
|
2816
|
-
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2817
2817
|
// Waypoints aliases
|
|
2818
2818
|
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2819
|
-
//
|
|
2820
|
-
export { default as
|
|
2819
|
+
// Webcam aliases
|
|
2820
|
+
export { default as WebcamIcon } from '../icons/webcam';
|
|
2821
|
+
// WebhookOff aliases
|
|
2822
|
+
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2821
2823
|
// Webhook aliases
|
|
2822
2824
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2825
|
+
// WeightTilde aliases
|
|
2826
|
+
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
2823
2827
|
// Weight aliases
|
|
2824
2828
|
export { default as WeightIcon } from '../icons/weight';
|
|
2825
2829
|
// WheatOff aliases
|
|
2826
2830
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2827
2831
|
// Wheat aliases
|
|
2828
2832
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2829
|
-
// WifiHigh aliases
|
|
2830
|
-
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2831
2833
|
// WholeWord aliases
|
|
2832
2834
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2833
2835
|
// WifiCog aliases
|
|
2834
2836
|
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2837
|
+
// WifiHigh aliases
|
|
2838
|
+
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2835
2839
|
// WifiLow aliases
|
|
2836
2840
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2837
2841
|
// WifiOff aliases
|
|
@@ -2854,40 +2858,40 @@ export { default as WineOffIcon } from '../icons/wine-off';
|
|
|
2854
2858
|
export { default as WineIcon } from '../icons/wine';
|
|
2855
2859
|
// Workflow aliases
|
|
2856
2860
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2857
|
-
// Wrench aliases
|
|
2858
|
-
export { default as WrenchIcon } from '../icons/wrench';
|
|
2859
2861
|
// Worm aliases
|
|
2860
2862
|
export { default as WormIcon } from '../icons/worm';
|
|
2863
|
+
// Wrench aliases
|
|
2864
|
+
export { default as WrenchIcon } from '../icons/wrench';
|
|
2861
2865
|
// XLineTop aliases
|
|
2862
2866
|
export { default as XLineTopIcon } from '../icons/x-line-top';
|
|
2863
2867
|
// X aliases
|
|
2864
2868
|
export { default as XIcon } from '../icons/x';
|
|
2869
|
+
// Zap aliases
|
|
2870
|
+
export { default as ZapIcon } from '../icons/zap';
|
|
2865
2871
|
// ZapOff aliases
|
|
2866
2872
|
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2867
2873
|
// ZodiacAquarius aliases
|
|
2868
2874
|
export { default as ZodiacAquariusIcon } from '../icons/zodiac-aquarius';
|
|
2869
2875
|
// ZodiacAries aliases
|
|
2870
2876
|
export { default as ZodiacAriesIcon } from '../icons/zodiac-aries';
|
|
2871
|
-
// Zap aliases
|
|
2872
|
-
export { default as ZapIcon } from '../icons/zap';
|
|
2873
|
-
// ZodiacCapricorn aliases
|
|
2874
|
-
export { default as ZodiacCapricornIcon } from '../icons/zodiac-capricorn';
|
|
2875
2877
|
// ZodiacCancer aliases
|
|
2876
2878
|
export { default as ZodiacCancerIcon } from '../icons/zodiac-cancer';
|
|
2877
|
-
//
|
|
2878
|
-
export { default as
|
|
2879
|
+
// ZodiacCapricorn aliases
|
|
2880
|
+
export { default as ZodiacCapricornIcon } from '../icons/zodiac-capricorn';
|
|
2879
2881
|
// ZodiacLeo aliases
|
|
2880
2882
|
export { default as ZodiacLeoIcon } from '../icons/zodiac-leo';
|
|
2883
|
+
// ZodiacGemini aliases
|
|
2884
|
+
export { default as ZodiacGeminiIcon } from '../icons/zodiac-gemini';
|
|
2881
2885
|
// ZodiacLibra aliases
|
|
2882
2886
|
export { default as ZodiacLibraIcon } from '../icons/zodiac-libra';
|
|
2883
2887
|
// ZodiacOphiuchus aliases
|
|
2884
2888
|
export { default as ZodiacOphiuchusIcon } from '../icons/zodiac-ophiuchus';
|
|
2885
2889
|
// ZodiacPisces aliases
|
|
2886
2890
|
export { default as ZodiacPiscesIcon } from '../icons/zodiac-pisces';
|
|
2887
|
-
// ZodiacScorpio aliases
|
|
2888
|
-
export { default as ZodiacScorpioIcon } from '../icons/zodiac-scorpio';
|
|
2889
2891
|
// ZodiacSagittarius aliases
|
|
2890
2892
|
export { default as ZodiacSagittariusIcon } from '../icons/zodiac-sagittarius';
|
|
2893
|
+
// ZodiacScorpio aliases
|
|
2894
|
+
export { default as ZodiacScorpioIcon } from '../icons/zodiac-scorpio';
|
|
2891
2895
|
// ZodiacTaurus aliases
|
|
2892
2896
|
export { default as ZodiacTaurusIcon } from '../icons/zodiac-taurus';
|
|
2893
2897
|
// ZodiacVirgo aliases
|
|
@@ -2922,18 +2926,18 @@ export {
|
|
|
2922
2926
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. This alias will be removed in v1.0 */
|
|
2923
2927
|
default as AlarmPlusIcon
|
|
2924
2928
|
} from '../icons/alarm-clock-plus';
|
|
2925
|
-
// ArrowDownWideNarrow aliases
|
|
2926
|
-
export { default as ArrowDownWideNarrowIcon } from '../icons/arrow-down-wide-narrow';
|
|
2927
|
-
export {
|
|
2928
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. This alias will be removed in v1.0 */
|
|
2929
|
-
default as SortDescIcon
|
|
2930
|
-
} from '../icons/arrow-down-wide-narrow';
|
|
2931
2929
|
// ArrowDownAZ aliases
|
|
2932
2930
|
export { default as ArrowDownAZIcon } from '../icons/arrow-down-a-z';
|
|
2933
2931
|
export {
|
|
2934
2932
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. This alias will be removed in v1.0 */
|
|
2935
2933
|
default as ArrowDownAzIcon
|
|
2936
2934
|
} from '../icons/arrow-down-a-z';
|
|
2935
|
+
// ArrowDownWideNarrow aliases
|
|
2936
|
+
export { default as ArrowDownWideNarrowIcon } from '../icons/arrow-down-wide-narrow';
|
|
2937
|
+
export {
|
|
2938
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. This alias will be removed in v1.0 */
|
|
2939
|
+
default as SortDescIcon
|
|
2940
|
+
} from '../icons/arrow-down-wide-narrow';
|
|
2937
2941
|
// ArrowDownZA aliases
|
|
2938
2942
|
export { default as ArrowDownZAIcon } from '../icons/arrow-down-z-a';
|
|
2939
2943
|
export {
|
|
@@ -2958,6 +2962,12 @@ export {
|
|
|
2958
2962
|
/** @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 */
|
|
2959
2963
|
default as ArrowUpZaIcon
|
|
2960
2964
|
} from '../icons/arrow-up-z-a';
|
|
2965
|
+
// BadgeCheck aliases
|
|
2966
|
+
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2967
|
+
export {
|
|
2968
|
+
/** @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 */
|
|
2969
|
+
default as VerifiedIcon
|
|
2970
|
+
} from '../icons/badge-check';
|
|
2961
2971
|
// Axis3d aliases
|
|
2962
2972
|
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2963
2973
|
export {
|
|
@@ -2970,12 +2980,6 @@ export {
|
|
|
2970
2980
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. This alias will be removed in v1.0 */
|
|
2971
2981
|
default as BadgeHelpIcon
|
|
2972
2982
|
} from '../icons/badge-question-mark';
|
|
2973
|
-
// BadgeCheck aliases
|
|
2974
|
-
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2975
|
-
export {
|
|
2976
|
-
/** @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 */
|
|
2977
|
-
default as VerifiedIcon
|
|
2978
|
-
} from '../icons/badge-check';
|
|
2979
2983
|
// BetweenHorizontalEnd aliases
|
|
2980
2984
|
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
2981
2985
|
export {
|
|
@@ -2988,18 +2992,18 @@ export {
|
|
|
2988
2992
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
2989
2993
|
default as BetweenHorizonalStartIcon
|
|
2990
2994
|
} from '../icons/between-horizontal-start';
|
|
2991
|
-
// BookDashed aliases
|
|
2992
|
-
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2993
|
-
export {
|
|
2994
|
-
/** @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 */
|
|
2995
|
-
default as BookTemplateIcon
|
|
2996
|
-
} from '../icons/book-dashed';
|
|
2997
2995
|
// Braces aliases
|
|
2998
2996
|
export { default as BracesIcon } from '../icons/braces';
|
|
2999
2997
|
export {
|
|
3000
2998
|
/** @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 */
|
|
3001
2999
|
default as CurlyBracesIcon
|
|
3002
3000
|
} from '../icons/braces';
|
|
3001
|
+
// BookDashed aliases
|
|
3002
|
+
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
3003
|
+
export {
|
|
3004
|
+
/** @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 */
|
|
3005
|
+
default as BookTemplateIcon
|
|
3006
|
+
} from '../icons/book-dashed';
|
|
3003
3007
|
// Captions aliases
|
|
3004
3008
|
export { default as CaptionsIcon } from '../icons/captions';
|
|
3005
3009
|
export {
|
|
@@ -3012,6 +3016,12 @@ export {
|
|
|
3012
3016
|
/** @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 */
|
|
3013
3017
|
default as AreaChartIcon
|
|
3014
3018
|
} from '../icons/chart-area';
|
|
3019
|
+
// ChartBar aliases
|
|
3020
|
+
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
3021
|
+
export {
|
|
3022
|
+
/** @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 */
|
|
3023
|
+
default as BarChartHorizontalIcon
|
|
3024
|
+
} from '../icons/chart-bar';
|
|
3015
3025
|
// ChartBarBig aliases
|
|
3016
3026
|
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
3017
3027
|
export {
|
|
@@ -3024,48 +3034,36 @@ export {
|
|
|
3024
3034
|
/** @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 */
|
|
3025
3035
|
default as CandlestickChartIcon
|
|
3026
3036
|
} from '../icons/chart-candlestick';
|
|
3027
|
-
// ChartBar aliases
|
|
3028
|
-
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
3029
|
-
export {
|
|
3030
|
-
/** @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 */
|
|
3031
|
-
default as BarChartHorizontalIcon
|
|
3032
|
-
} from '../icons/chart-bar';
|
|
3033
3037
|
// ChartColumnBig aliases
|
|
3034
3038
|
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
3035
3039
|
export {
|
|
3036
3040
|
/** @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 */
|
|
3037
3041
|
default as BarChartBigIcon
|
|
3038
3042
|
} from '../icons/chart-column-big';
|
|
3039
|
-
//
|
|
3040
|
-
export { default as
|
|
3043
|
+
// ChartColumn aliases
|
|
3044
|
+
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
3041
3045
|
export {
|
|
3042
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3043
|
-
default as
|
|
3044
|
-
} from '../icons/chart-column
|
|
3046
|
+
/** @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 */
|
|
3047
|
+
default as BarChart3Icon
|
|
3048
|
+
} from '../icons/chart-column';
|
|
3045
3049
|
// ChartLine aliases
|
|
3046
3050
|
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
3047
3051
|
export {
|
|
3048
3052
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. This alias will be removed in v1.0 */
|
|
3049
3053
|
default as LineChartIcon
|
|
3050
3054
|
} from '../icons/chart-line';
|
|
3051
|
-
//
|
|
3052
|
-
export { default as
|
|
3055
|
+
// ChartColumnIncreasing aliases
|
|
3056
|
+
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
3053
3057
|
export {
|
|
3054
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3055
|
-
default as
|
|
3056
|
-
} from '../icons/chart-column';
|
|
3058
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3059
|
+
default as BarChart4Icon
|
|
3060
|
+
} from '../icons/chart-column-increasing';
|
|
3057
3061
|
// ChartNoAxesColumnIncreasing aliases
|
|
3058
3062
|
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
3059
3063
|
export {
|
|
3060
3064
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3061
3065
|
default as BarChartIcon
|
|
3062
3066
|
} from '../icons/chart-no-axes-column-increasing';
|
|
3063
|
-
// ChartPie aliases
|
|
3064
|
-
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
3065
|
-
export {
|
|
3066
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. This alias will be removed in v1.0 */
|
|
3067
|
-
default as PieChartIcon
|
|
3068
|
-
} from '../icons/chart-pie';
|
|
3069
3067
|
// ChartNoAxesColumn aliases
|
|
3070
3068
|
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
3071
3069
|
export {
|
|
@@ -3078,6 +3076,12 @@ export {
|
|
|
3078
3076
|
/** @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 */
|
|
3079
3077
|
default as GanttChartIcon
|
|
3080
3078
|
} from '../icons/chart-no-axes-gantt';
|
|
3079
|
+
// ChartPie aliases
|
|
3080
|
+
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
3081
|
+
export {
|
|
3082
|
+
/** @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 */
|
|
3083
|
+
default as PieChartIcon
|
|
3084
|
+
} from '../icons/chart-pie';
|
|
3081
3085
|
// ChartScatter aliases
|
|
3082
3086
|
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3083
3087
|
export {
|
|
@@ -3096,6 +3100,12 @@ export {
|
|
|
3096
3100
|
/** @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 */
|
|
3097
3101
|
default as ArrowDownCircleIcon
|
|
3098
3102
|
} from '../icons/circle-arrow-down';
|
|
3103
|
+
// CircleArrowOutDownLeft aliases
|
|
3104
|
+
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3105
|
+
export {
|
|
3106
|
+
/** @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 */
|
|
3107
|
+
default as ArrowDownLeftFromCircleIcon
|
|
3108
|
+
} from '../icons/circle-arrow-out-down-left';
|
|
3099
3109
|
// CircleArrowLeft aliases
|
|
3100
3110
|
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
3101
3111
|
export {
|
|
@@ -3108,78 +3118,72 @@ export {
|
|
|
3108
3118
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3109
3119
|
default as ArrowDownRightFromCircleIcon
|
|
3110
3120
|
} from '../icons/circle-arrow-out-down-right';
|
|
3111
|
-
//
|
|
3112
|
-
export { default as
|
|
3121
|
+
// CircleArrowOutUpLeft aliases
|
|
3122
|
+
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3113
3123
|
export {
|
|
3114
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3115
|
-
default as
|
|
3116
|
-
} from '../icons/circle-arrow-out-
|
|
3124
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3125
|
+
default as ArrowUpLeftFromCircleIcon
|
|
3126
|
+
} from '../icons/circle-arrow-out-up-left';
|
|
3117
3127
|
// CircleArrowOutUpRight aliases
|
|
3118
3128
|
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3119
3129
|
export {
|
|
3120
3130
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3121
3131
|
default as ArrowUpRightFromCircleIcon
|
|
3122
3132
|
} from '../icons/circle-arrow-out-up-right';
|
|
3123
|
-
//
|
|
3124
|
-
export { default as
|
|
3133
|
+
// CircleArrowRight aliases
|
|
3134
|
+
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3125
3135
|
export {
|
|
3126
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3127
|
-
default as
|
|
3128
|
-
} from '../icons/circle-arrow-
|
|
3136
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. This alias will be removed in v1.0 */
|
|
3137
|
+
default as ArrowRightCircleIcon
|
|
3138
|
+
} from '../icons/circle-arrow-right';
|
|
3129
3139
|
// CircleArrowUp aliases
|
|
3130
3140
|
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3131
3141
|
export {
|
|
3132
3142
|
/** @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 */
|
|
3133
3143
|
default as ArrowUpCircleIcon
|
|
3134
3144
|
} from '../icons/circle-arrow-up';
|
|
3135
|
-
// CircleArrowRight aliases
|
|
3136
|
-
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3137
|
-
export {
|
|
3138
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. This alias will be removed in v1.0 */
|
|
3139
|
-
default as ArrowRightCircleIcon
|
|
3140
|
-
} from '../icons/circle-arrow-right';
|
|
3141
3145
|
// CircleCheckBig aliases
|
|
3142
3146
|
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3143
3147
|
export {
|
|
3144
3148
|
/** @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 */
|
|
3145
3149
|
default as CheckCircleIcon
|
|
3146
3150
|
} from '../icons/circle-check-big';
|
|
3147
|
-
// CircleChevronDown aliases
|
|
3148
|
-
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3149
|
-
export {
|
|
3150
|
-
/** @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 */
|
|
3151
|
-
default as ChevronDownCircleIcon
|
|
3152
|
-
} from '../icons/circle-chevron-down';
|
|
3153
|
-
// CircleChevronRight aliases
|
|
3154
|
-
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3155
|
-
export {
|
|
3156
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. This alias will be removed in v1.0 */
|
|
3157
|
-
default as ChevronRightCircleIcon
|
|
3158
|
-
} from '../icons/circle-chevron-right';
|
|
3159
3151
|
// CircleCheck aliases
|
|
3160
3152
|
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3161
3153
|
export {
|
|
3162
3154
|
/** @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 */
|
|
3163
3155
|
default as CheckCircle2Icon
|
|
3164
3156
|
} from '../icons/circle-check';
|
|
3157
|
+
// CircleChevronDown aliases
|
|
3158
|
+
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3159
|
+
export {
|
|
3160
|
+
/** @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 */
|
|
3161
|
+
default as ChevronDownCircleIcon
|
|
3162
|
+
} from '../icons/circle-chevron-down';
|
|
3165
3163
|
// CircleChevronLeft aliases
|
|
3166
3164
|
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3167
3165
|
export {
|
|
3168
3166
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. This alias will be removed in v1.0 */
|
|
3169
3167
|
default as ChevronLeftCircleIcon
|
|
3170
3168
|
} from '../icons/circle-chevron-left';
|
|
3171
|
-
//
|
|
3172
|
-
export { default as
|
|
3169
|
+
// CircleChevronRight aliases
|
|
3170
|
+
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3173
3171
|
export {
|
|
3174
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3175
|
-
default as
|
|
3176
|
-
} from '../icons/circle-chevron-
|
|
3172
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. This alias will be removed in v1.0 */
|
|
3173
|
+
default as ChevronRightCircleIcon
|
|
3174
|
+
} from '../icons/circle-chevron-right';
|
|
3177
3175
|
// CircleDivide aliases
|
|
3178
3176
|
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3179
3177
|
export {
|
|
3180
3178
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. This alias will be removed in v1.0 */
|
|
3181
3179
|
default as DivideCircleIcon
|
|
3182
3180
|
} from '../icons/circle-divide';
|
|
3181
|
+
// CircleChevronUp aliases
|
|
3182
|
+
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3183
|
+
export {
|
|
3184
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. This alias will be removed in v1.0 */
|
|
3185
|
+
default as ChevronUpCircleIcon
|
|
3186
|
+
} from '../icons/circle-chevron-up';
|
|
3183
3187
|
// CircleGauge aliases
|
|
3184
3188
|
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3185
3189
|
export {
|
|
@@ -3204,36 +3208,30 @@ export {
|
|
|
3204
3208
|
/** @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 */
|
|
3205
3209
|
default as ParkingCircleIcon
|
|
3206
3210
|
} from '../icons/circle-parking';
|
|
3207
|
-
// CirclePause aliases
|
|
3208
|
-
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3209
|
-
export {
|
|
3210
|
-
/** @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 */
|
|
3211
|
-
default as PauseCircleIcon
|
|
3212
|
-
} from '../icons/circle-pause';
|
|
3213
3211
|
// CirclePercent aliases
|
|
3214
3212
|
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3215
3213
|
export {
|
|
3216
3214
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. This alias will be removed in v1.0 */
|
|
3217
3215
|
default as PercentCircleIcon
|
|
3218
3216
|
} from '../icons/circle-percent';
|
|
3219
|
-
//
|
|
3220
|
-
export { default as
|
|
3217
|
+
// CirclePause aliases
|
|
3218
|
+
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3221
3219
|
export {
|
|
3222
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3223
|
-
default as
|
|
3224
|
-
} from '../icons/circle-
|
|
3220
|
+
/** @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 */
|
|
3221
|
+
default as PauseCircleIcon
|
|
3222
|
+
} from '../icons/circle-pause';
|
|
3225
3223
|
// CirclePlay aliases
|
|
3226
3224
|
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3227
3225
|
export {
|
|
3228
3226
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. This alias will be removed in v1.0 */
|
|
3229
3227
|
default as PlayCircleIcon
|
|
3230
3228
|
} from '../icons/circle-play';
|
|
3231
|
-
//
|
|
3232
|
-
export { default as
|
|
3229
|
+
// CirclePlus aliases
|
|
3230
|
+
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3233
3231
|
export {
|
|
3234
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3235
|
-
default as
|
|
3236
|
-
} from '../icons/circle-
|
|
3232
|
+
/** @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 */
|
|
3233
|
+
default as PlusCircleIcon
|
|
3234
|
+
} from '../icons/circle-plus';
|
|
3237
3235
|
// CircleQuestionMark aliases
|
|
3238
3236
|
export { default as CircleQuestionMarkIcon } from '../icons/circle-question-mark';
|
|
3239
3237
|
export {
|
|
@@ -3244,66 +3242,78 @@ export {
|
|
|
3244
3242
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3245
3243
|
default as CircleHelpIcon
|
|
3246
3244
|
} from '../icons/circle-question-mark';
|
|
3247
|
-
//
|
|
3248
|
-
export { default as
|
|
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
|
-
// CircleUser aliases
|
|
3254
|
-
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3245
|
+
// CirclePower aliases
|
|
3246
|
+
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3255
3247
|
export {
|
|
3256
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3257
|
-
default as
|
|
3258
|
-
} from '../icons/circle-
|
|
3248
|
+
/** @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 */
|
|
3249
|
+
default as PowerCircleIcon
|
|
3250
|
+
} from '../icons/circle-power';
|
|
3259
3251
|
// CircleStop aliases
|
|
3260
3252
|
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3261
3253
|
export {
|
|
3262
3254
|
/** @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 */
|
|
3263
3255
|
default as StopCircleIcon
|
|
3264
3256
|
} from '../icons/circle-stop';
|
|
3265
|
-
//
|
|
3266
|
-
export { default as
|
|
3257
|
+
// CircleSlash2 aliases
|
|
3258
|
+
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3267
3259
|
export {
|
|
3268
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3269
|
-
default as
|
|
3270
|
-
} from '../icons/circle-
|
|
3260
|
+
/** @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 */
|
|
3261
|
+
default as CircleSlashedIcon
|
|
3262
|
+
} from '../icons/circle-slash-2';
|
|
3271
3263
|
// CircleUserRound aliases
|
|
3272
3264
|
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3273
3265
|
export {
|
|
3274
3266
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. This alias will be removed in v1.0 */
|
|
3275
3267
|
default as UserCircle2Icon
|
|
3276
3268
|
} from '../icons/circle-user-round';
|
|
3277
|
-
//
|
|
3278
|
-
export { default as
|
|
3269
|
+
// CircleUser aliases
|
|
3270
|
+
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3279
3271
|
export {
|
|
3280
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3281
|
-
default as
|
|
3282
|
-
} from '../icons/
|
|
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';
|
|
3283
3275
|
// ClipboardPenLine aliases
|
|
3284
3276
|
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3285
3277
|
export {
|
|
3286
3278
|
/** @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 */
|
|
3287
3279
|
default as ClipboardSignatureIcon
|
|
3288
3280
|
} from '../icons/clipboard-pen-line';
|
|
3281
|
+
// CircleX aliases
|
|
3282
|
+
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3283
|
+
export {
|
|
3284
|
+
/** @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 */
|
|
3285
|
+
default as XCircleIcon
|
|
3286
|
+
} from '../icons/circle-x';
|
|
3287
|
+
// ClipboardPen aliases
|
|
3288
|
+
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3289
|
+
export {
|
|
3290
|
+
/** @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 */
|
|
3291
|
+
default as ClipboardEditIcon
|
|
3292
|
+
} from '../icons/clipboard-pen';
|
|
3289
3293
|
// CloudUpload aliases
|
|
3290
3294
|
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3291
3295
|
export {
|
|
3292
3296
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudUpload} instead. This alias will be removed in v1.0 */
|
|
3293
3297
|
default as UploadCloudIcon
|
|
3294
3298
|
} from '../icons/cloud-upload';
|
|
3295
|
-
// CloudDownload aliases
|
|
3296
|
-
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3297
|
-
export {
|
|
3298
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. This alias will be removed in v1.0 */
|
|
3299
|
-
default as DownloadCloudIcon
|
|
3300
|
-
} from '../icons/cloud-download';
|
|
3301
3299
|
// CodeXml aliases
|
|
3302
3300
|
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3303
3301
|
export {
|
|
3304
3302
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CodeXml} instead. This alias will be removed in v1.0 */
|
|
3305
3303
|
default as Code2Icon
|
|
3306
3304
|
} from '../icons/code-xml';
|
|
3305
|
+
// Columns2 aliases
|
|
3306
|
+
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3307
|
+
export {
|
|
3308
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. This alias will be removed in v1.0 */
|
|
3309
|
+
default as ColumnsIcon
|
|
3310
|
+
} from '../icons/columns-2';
|
|
3311
|
+
// CloudDownload aliases
|
|
3312
|
+
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3313
|
+
export {
|
|
3314
|
+
/** @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 */
|
|
3315
|
+
default as DownloadCloudIcon
|
|
3316
|
+
} from '../icons/cloud-download';
|
|
3307
3317
|
// Columns3Cog aliases
|
|
3308
3318
|
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3309
3319
|
export {
|
|
@@ -3314,30 +3324,24 @@ export {
|
|
|
3314
3324
|
/** @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 */
|
|
3315
3325
|
default as TableConfigIcon
|
|
3316
3326
|
} from '../icons/columns-3-cog';
|
|
3317
|
-
// Columns2 aliases
|
|
3318
|
-
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3319
|
-
export {
|
|
3320
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. This alias will be removed in v1.0 */
|
|
3321
|
-
default as ColumnsIcon
|
|
3322
|
-
} from '../icons/columns-2';
|
|
3323
3327
|
// Columns3 aliases
|
|
3324
3328
|
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3325
3329
|
export {
|
|
3326
3330
|
/** @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 */
|
|
3327
3331
|
default as PanelsLeftRightIcon
|
|
3328
3332
|
} from '../icons/columns-3';
|
|
3329
|
-
// ContactRound aliases
|
|
3330
|
-
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3331
|
-
export {
|
|
3332
|
-
/** @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 */
|
|
3333
|
-
default as Contact2Icon
|
|
3334
|
-
} from '../icons/contact-round';
|
|
3335
3333
|
// DiamondPercent aliases
|
|
3336
3334
|
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3337
3335
|
export {
|
|
3338
3336
|
/** @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 */
|
|
3339
3337
|
default as PercentDiamondIcon
|
|
3340
3338
|
} from '../icons/diamond-percent';
|
|
3339
|
+
// ContactRound aliases
|
|
3340
|
+
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3341
|
+
export {
|
|
3342
|
+
/** @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 */
|
|
3343
|
+
default as Contact2Icon
|
|
3344
|
+
} from '../icons/contact-round';
|
|
3341
3345
|
// Earth aliases
|
|
3342
3346
|
export { default as EarthIcon } from '../icons/earth';
|
|
3343
3347
|
export {
|
|
@@ -3350,12 +3354,6 @@ export {
|
|
|
3350
3354
|
/** @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 */
|
|
3351
3355
|
default as MoreVerticalIcon
|
|
3352
3356
|
} from '../icons/ellipsis-vertical';
|
|
3353
|
-
// FileAxis3d aliases
|
|
3354
|
-
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3355
|
-
export {
|
|
3356
|
-
/** @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 */
|
|
3357
|
-
default as FileAxis3DIcon
|
|
3358
|
-
} from '../icons/file-axis-3d';
|
|
3359
3357
|
// Ellipsis aliases
|
|
3360
3358
|
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3361
3359
|
export {
|
|
@@ -3368,12 +3366,24 @@ export {
|
|
|
3368
3366
|
/** @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 */
|
|
3369
3367
|
default as FileBadge2Icon
|
|
3370
3368
|
} from '../icons/file-badge';
|
|
3369
|
+
// FileAxis3d aliases
|
|
3370
|
+
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3371
|
+
export {
|
|
3372
|
+
/** @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 */
|
|
3373
|
+
default as FileAxis3DIcon
|
|
3374
|
+
} from '../icons/file-axis-3d';
|
|
3371
3375
|
// FileBracesCorner aliases
|
|
3372
3376
|
export { default as FileBracesCornerIcon } from '../icons/file-braces-corner';
|
|
3373
3377
|
export {
|
|
3374
3378
|
/** @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 */
|
|
3375
3379
|
default as FileJson2Icon
|
|
3376
3380
|
} from '../icons/file-braces-corner';
|
|
3381
|
+
// FileBraces aliases
|
|
3382
|
+
export { default as FileBracesIcon } from '../icons/file-braces';
|
|
3383
|
+
export {
|
|
3384
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} instead. This alias will be removed in v1.0 */
|
|
3385
|
+
default as FileJsonIcon
|
|
3386
|
+
} from '../icons/file-braces';
|
|
3377
3387
|
// FileChartColumnIncreasing aliases
|
|
3378
3388
|
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3379
3389
|
export {
|
|
@@ -3386,18 +3396,18 @@ export {
|
|
|
3386
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 */
|
|
3387
3397
|
default as FileBarChart2Icon
|
|
3388
3398
|
} from '../icons/file-chart-column';
|
|
3389
|
-
// FileBraces aliases
|
|
3390
|
-
export { default as FileBracesIcon } from '../icons/file-braces';
|
|
3391
|
-
export {
|
|
3392
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} instead. This alias will be removed in v1.0 */
|
|
3393
|
-
default as FileJsonIcon
|
|
3394
|
-
} from '../icons/file-braces';
|
|
3395
3399
|
// FileChartLine aliases
|
|
3396
3400
|
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3397
3401
|
export {
|
|
3398
3402
|
/** @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 */
|
|
3399
3403
|
default as FileLineChartIcon
|
|
3400
3404
|
} from '../icons/file-chart-line';
|
|
3405
|
+
// FileCheckCorner aliases
|
|
3406
|
+
export { default as FileCheckCornerIcon } from '../icons/file-check-corner';
|
|
3407
|
+
export {
|
|
3408
|
+
/** @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 */
|
|
3409
|
+
default as FileCheck2Icon
|
|
3410
|
+
} from '../icons/file-check-corner';
|
|
3401
3411
|
// FileChartPie aliases
|
|
3402
3412
|
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3403
3413
|
export {
|
|
@@ -3410,24 +3420,18 @@ export {
|
|
|
3410
3420
|
/** @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 */
|
|
3411
3421
|
default as FileCode2Icon
|
|
3412
3422
|
} from '../icons/file-code-corner';
|
|
3413
|
-
// FileExclamationPoint aliases
|
|
3414
|
-
export { default as FileExclamationPointIcon } from '../icons/file-exclamation-point';
|
|
3415
|
-
export {
|
|
3416
|
-
/** @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 */
|
|
3417
|
-
default as FileWarningIcon
|
|
3418
|
-
} from '../icons/file-exclamation-point';
|
|
3419
|
-
// FileCheckCorner aliases
|
|
3420
|
-
export { default as FileCheckCornerIcon } from '../icons/file-check-corner';
|
|
3421
|
-
export {
|
|
3422
|
-
/** @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 */
|
|
3423
|
-
default as FileCheck2Icon
|
|
3424
|
-
} from '../icons/file-check-corner';
|
|
3425
3423
|
// FileCog aliases
|
|
3426
3424
|
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3427
3425
|
export {
|
|
3428
3426
|
/** @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 */
|
|
3429
3427
|
default as FileCog2Icon
|
|
3430
3428
|
} from '../icons/file-cog';
|
|
3429
|
+
// FileExclamationPoint aliases
|
|
3430
|
+
export { default as FileExclamationPointIcon } from '../icons/file-exclamation-point';
|
|
3431
|
+
export {
|
|
3432
|
+
/** @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 */
|
|
3433
|
+
default as FileWarningIcon
|
|
3434
|
+
} from '../icons/file-exclamation-point';
|
|
3431
3435
|
// FileHeadphone aliases
|
|
3432
3436
|
export { default as FileHeadphoneIcon } from '../icons/file-headphone';
|
|
3433
3437
|
export {
|
|
@@ -3462,6 +3466,12 @@ export {
|
|
|
3462
3466
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. This alias will be removed in v1.0 */
|
|
3463
3467
|
default as FileSignatureIcon
|
|
3464
3468
|
} from '../icons/file-pen-line';
|
|
3469
|
+
// FilePlay aliases
|
|
3470
|
+
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3471
|
+
export {
|
|
3472
|
+
/** @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 */
|
|
3473
|
+
default as FileVideoIcon
|
|
3474
|
+
} from '../icons/file-play';
|
|
3465
3475
|
// FilePen aliases
|
|
3466
3476
|
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3467
3477
|
export {
|
|
@@ -3474,36 +3484,30 @@ export {
|
|
|
3474
3484
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. This alias will be removed in v1.0 */
|
|
3475
3485
|
default as FilePlus2Icon
|
|
3476
3486
|
} from '../icons/file-plus-corner';
|
|
3477
|
-
// FilePlay aliases
|
|
3478
|
-
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3479
|
-
export {
|
|
3480
|
-
/** @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 */
|
|
3481
|
-
default as FileVideoIcon
|
|
3482
|
-
} from '../icons/file-play';
|
|
3483
3487
|
// FileQuestionMark aliases
|
|
3484
3488
|
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3485
3489
|
export {
|
|
3486
3490
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3487
3491
|
default as FileQuestionIcon
|
|
3488
3492
|
} from '../icons/file-question-mark';
|
|
3489
|
-
//
|
|
3490
|
-
export { default as
|
|
3493
|
+
// FileSearchCorner aliases
|
|
3494
|
+
export { default as FileSearchCornerIcon } from '../icons/file-search-corner';
|
|
3491
3495
|
export {
|
|
3492
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3493
|
-
default as
|
|
3494
|
-
} from '../icons/file-
|
|
3496
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. This alias will be removed in v1.0 */
|
|
3497
|
+
default as FileSearch2Icon
|
|
3498
|
+
} from '../icons/file-search-corner';
|
|
3495
3499
|
// FileSignal aliases
|
|
3496
3500
|
export { default as FileSignalIcon } from '../icons/file-signal';
|
|
3497
3501
|
export {
|
|
3498
3502
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. This alias will be removed in v1.0 */
|
|
3499
3503
|
default as FileVolume2Icon
|
|
3500
3504
|
} from '../icons/file-signal';
|
|
3501
|
-
//
|
|
3502
|
-
export { default as
|
|
3505
|
+
// FileTypeCorner aliases
|
|
3506
|
+
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3503
3507
|
export {
|
|
3504
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3505
|
-
default as
|
|
3506
|
-
} from '../icons/file-
|
|
3508
|
+
/** @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 */
|
|
3509
|
+
default as FileType2Icon
|
|
3510
|
+
} from '../icons/file-type-corner';
|
|
3507
3511
|
// FileVideoCamera aliases
|
|
3508
3512
|
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3509
3513
|
export {
|
|
@@ -3522,36 +3526,36 @@ export {
|
|
|
3522
3526
|
/** @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 */
|
|
3523
3527
|
default as FingerprintIcon
|
|
3524
3528
|
} from '../icons/fingerprint-pattern';
|
|
3525
|
-
// FolderCog aliases
|
|
3526
|
-
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3527
|
-
export {
|
|
3528
|
-
/** @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 */
|
|
3529
|
-
default as FolderCog2Icon
|
|
3530
|
-
} from '../icons/folder-cog';
|
|
3531
3529
|
// FolderPen aliases
|
|
3532
3530
|
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3533
3531
|
export {
|
|
3534
3532
|
/** @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 */
|
|
3535
3533
|
default as FolderEditIcon
|
|
3536
3534
|
} from '../icons/folder-pen';
|
|
3535
|
+
// FolderCog aliases
|
|
3536
|
+
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3537
|
+
export {
|
|
3538
|
+
/** @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 */
|
|
3539
|
+
default as FolderCog2Icon
|
|
3540
|
+
} from '../icons/folder-cog';
|
|
3537
3541
|
// FunnelX aliases
|
|
3538
3542
|
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3539
3543
|
export {
|
|
3540
3544
|
/** @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 */
|
|
3541
3545
|
default as FilterXIcon
|
|
3542
3546
|
} from '../icons/funnel-x';
|
|
3543
|
-
// Funnel aliases
|
|
3544
|
-
export { default as FunnelIcon } from '../icons/funnel';
|
|
3545
|
-
export {
|
|
3546
|
-
/** @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 */
|
|
3547
|
-
default as FilterIcon
|
|
3548
|
-
} from '../icons/funnel';
|
|
3549
3547
|
// GitCommitHorizontal aliases
|
|
3550
3548
|
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3551
3549
|
export {
|
|
3552
3550
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. This alias will be removed in v1.0 */
|
|
3553
3551
|
default as GitCommitIcon
|
|
3554
3552
|
} from '../icons/git-commit-horizontal';
|
|
3553
|
+
// Funnel aliases
|
|
3554
|
+
export { default as FunnelIcon } from '../icons/funnel';
|
|
3555
|
+
export {
|
|
3556
|
+
/** @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 */
|
|
3557
|
+
default as FilterIcon
|
|
3558
|
+
} from '../icons/funnel';
|
|
3555
3559
|
// Grid2x2Check aliases
|
|
3556
3560
|
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3557
3561
|
export {
|
|
@@ -3592,6 +3596,12 @@ export {
|
|
|
3592
3596
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. This alias will be removed in v1.0 */
|
|
3593
3597
|
default as GrabIcon
|
|
3594
3598
|
} from '../icons/hand-grab';
|
|
3599
|
+
// House aliases
|
|
3600
|
+
export { default as HouseIcon } from '../icons/house';
|
|
3601
|
+
export {
|
|
3602
|
+
/** @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 */
|
|
3603
|
+
default as HomeIcon
|
|
3604
|
+
} from '../icons/house';
|
|
3595
3605
|
// HandHelping aliases
|
|
3596
3606
|
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3597
3607
|
export {
|
|
@@ -3604,30 +3614,24 @@ export {
|
|
|
3604
3614
|
/** @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 */
|
|
3605
3615
|
default as IceCream2Icon
|
|
3606
3616
|
} from '../icons/ice-cream-bowl';
|
|
3607
|
-
// House aliases
|
|
3608
|
-
export { default as HouseIcon } from '../icons/house';
|
|
3609
|
-
export {
|
|
3610
|
-
/** @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 */
|
|
3611
|
-
default as HomeIcon
|
|
3612
|
-
} from '../icons/house';
|
|
3613
3617
|
// IceCreamCone aliases
|
|
3614
3618
|
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3615
3619
|
export {
|
|
3616
3620
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. This alias will be removed in v1.0 */
|
|
3617
3621
|
default as IceCreamIcon
|
|
3618
3622
|
} from '../icons/ice-cream-cone';
|
|
3619
|
-
// Layers aliases
|
|
3620
|
-
export { default as LayersIcon } from '../icons/layers';
|
|
3621
|
-
export {
|
|
3622
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. This alias will be removed in v1.0 */
|
|
3623
|
-
default as Layers3Icon
|
|
3624
|
-
} from '../icons/layers';
|
|
3625
3623
|
// LaptopMinimal aliases
|
|
3626
3624
|
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3627
3625
|
export {
|
|
3628
3626
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. This alias will be removed in v1.0 */
|
|
3629
3627
|
default as Laptop2Icon
|
|
3630
3628
|
} from '../icons/laptop-minimal';
|
|
3629
|
+
// Layers aliases
|
|
3630
|
+
export { default as LayersIcon } from '../icons/layers';
|
|
3631
|
+
export {
|
|
3632
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. This alias will be removed in v1.0 */
|
|
3633
|
+
default as Layers3Icon
|
|
3634
|
+
} from '../icons/layers';
|
|
3631
3635
|
// ListIndentDecrease aliases
|
|
3632
3636
|
export { default as ListIndentDecreaseIcon } from '../icons/list-indent-decrease';
|
|
3633
3637
|
export {
|
|
@@ -3638,6 +3642,12 @@ export {
|
|
|
3638
3642
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. This alias will be removed in v1.0 */
|
|
3639
3643
|
default as IndentDecreaseIcon
|
|
3640
3644
|
} from '../icons/list-indent-decrease';
|
|
3645
|
+
// LoaderCircle aliases
|
|
3646
|
+
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3647
|
+
export {
|
|
3648
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. This alias will be removed in v1.0 */
|
|
3649
|
+
default as Loader2Icon
|
|
3650
|
+
} from '../icons/loader-circle';
|
|
3641
3651
|
// ListIndentIncrease aliases
|
|
3642
3652
|
export { default as ListIndentIncreaseIcon } from '../icons/list-indent-increase';
|
|
3643
3653
|
export {
|
|
@@ -3648,12 +3658,6 @@ export {
|
|
|
3648
3658
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
|
|
3649
3659
|
default as IndentIncreaseIcon
|
|
3650
3660
|
} from '../icons/list-indent-increase';
|
|
3651
|
-
// LoaderCircle aliases
|
|
3652
|
-
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3653
|
-
export {
|
|
3654
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. This alias will be removed in v1.0 */
|
|
3655
|
-
default as Loader2Icon
|
|
3656
|
-
} from '../icons/loader-circle';
|
|
3657
3661
|
// LockKeyholeOpen aliases
|
|
3658
3662
|
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3659
3663
|
export {
|
|
@@ -3672,30 +3676,30 @@ export {
|
|
|
3672
3676
|
/** @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 */
|
|
3673
3677
|
default as MailQuestionIcon
|
|
3674
3678
|
} from '../icons/mail-question-mark';
|
|
3675
|
-
// MessageCircleQuestionMark aliases
|
|
3676
|
-
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3677
|
-
export {
|
|
3678
|
-
/** @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 */
|
|
3679
|
-
default as MessageCircleQuestionIcon
|
|
3680
|
-
} from '../icons/message-circle-question-mark';
|
|
3681
3679
|
// MapPinPen aliases
|
|
3682
3680
|
export { default as MapPinPenIcon } from '../icons/map-pin-pen';
|
|
3683
3681
|
export {
|
|
3684
3682
|
/** @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 */
|
|
3685
3683
|
default as LocationEditIcon
|
|
3686
3684
|
} from '../icons/map-pin-pen';
|
|
3687
|
-
// Move3d aliases
|
|
3688
|
-
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3689
|
-
export {
|
|
3690
|
-
/** @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 */
|
|
3691
|
-
default as Move3DIcon
|
|
3692
|
-
} from '../icons/move-3d';
|
|
3693
3685
|
// MicVocal aliases
|
|
3694
3686
|
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3695
3687
|
export {
|
|
3696
3688
|
/** @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 */
|
|
3697
3689
|
default as Mic2Icon
|
|
3698
3690
|
} from '../icons/mic-vocal';
|
|
3691
|
+
// MessageCircleQuestionMark aliases
|
|
3692
|
+
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3693
|
+
export {
|
|
3694
|
+
/** @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 */
|
|
3695
|
+
default as MessageCircleQuestionIcon
|
|
3696
|
+
} from '../icons/message-circle-question-mark';
|
|
3697
|
+
// Move3d aliases
|
|
3698
|
+
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3699
|
+
export {
|
|
3700
|
+
/** @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 */
|
|
3701
|
+
default as Move3DIcon
|
|
3702
|
+
} from '../icons/move-3d';
|
|
3699
3703
|
// OctagonAlert aliases
|
|
3700
3704
|
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3701
3705
|
export {
|
|
@@ -3714,30 +3718,24 @@ export {
|
|
|
3714
3718
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. This alias will be removed in v1.0 */
|
|
3715
3719
|
default as XOctagonIcon
|
|
3716
3720
|
} from '../icons/octagon-x';
|
|
3717
|
-
//
|
|
3718
|
-
export { default as
|
|
3721
|
+
// PanelLeftClose aliases
|
|
3722
|
+
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3719
3723
|
export {
|
|
3720
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3721
|
-
default as
|
|
3722
|
-
} from '../icons/panel-
|
|
3724
|
+
/** @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 */
|
|
3725
|
+
default as SidebarCloseIcon
|
|
3726
|
+
} from '../icons/panel-left-close';
|
|
3723
3727
|
// PaintbrushVertical aliases
|
|
3724
3728
|
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3725
3729
|
export {
|
|
3726
3730
|
/** @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 */
|
|
3727
3731
|
default as Paintbrush2Icon
|
|
3728
3732
|
} from '../icons/paintbrush-vertical';
|
|
3729
|
-
//
|
|
3730
|
-
export { default as
|
|
3731
|
-
export {
|
|
3732
|
-
/** @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 */
|
|
3733
|
-
default as SidebarCloseIcon
|
|
3734
|
-
} from '../icons/panel-left-close';
|
|
3735
|
-
// PanelLeft aliases
|
|
3736
|
-
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3733
|
+
// PanelBottomDashed aliases
|
|
3734
|
+
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3737
3735
|
export {
|
|
3738
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3739
|
-
default as
|
|
3740
|
-
} from '../icons/panel-
|
|
3736
|
+
/** @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 */
|
|
3737
|
+
default as PanelBottomInactiveIcon
|
|
3738
|
+
} from '../icons/panel-bottom-dashed';
|
|
3741
3739
|
// PanelLeftDashed aliases
|
|
3742
3740
|
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3743
3741
|
export {
|
|
@@ -3750,6 +3748,12 @@ export {
|
|
|
3750
3748
|
/** @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 */
|
|
3751
3749
|
default as SidebarOpenIcon
|
|
3752
3750
|
} from '../icons/panel-left-open';
|
|
3751
|
+
// PanelLeft aliases
|
|
3752
|
+
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3753
|
+
export {
|
|
3754
|
+
/** @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 */
|
|
3755
|
+
default as SidebarIcon
|
|
3756
|
+
} from '../icons/panel-left';
|
|
3753
3757
|
// PanelRightDashed aliases
|
|
3754
3758
|
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3755
3759
|
export {
|
|
@@ -3768,30 +3772,30 @@ export {
|
|
|
3768
3772
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. This alias will be removed in v1.0 */
|
|
3769
3773
|
default as LayoutIcon
|
|
3770
3774
|
} from '../icons/panels-top-left';
|
|
3771
|
-
// PenLine aliases
|
|
3772
|
-
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3773
|
-
export {
|
|
3774
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
|
|
3775
|
-
default as Edit3Icon
|
|
3776
|
-
} from '../icons/pen-line';
|
|
3777
3775
|
// Pen aliases
|
|
3778
3776
|
export { default as PenIcon } from '../icons/pen';
|
|
3779
3777
|
export {
|
|
3780
3778
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. This alias will be removed in v1.0 */
|
|
3781
3779
|
default as Edit2Icon
|
|
3782
3780
|
} from '../icons/pen';
|
|
3783
|
-
// RectangleEllipsis aliases
|
|
3784
|
-
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3785
|
-
export {
|
|
3786
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. This alias will be removed in v1.0 */
|
|
3787
|
-
default as FormInputIcon
|
|
3788
|
-
} from '../icons/rectangle-ellipsis';
|
|
3789
3781
|
// PlugZap aliases
|
|
3790
3782
|
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3791
3783
|
export {
|
|
3792
3784
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
|
|
3793
3785
|
default as PlugZap2Icon
|
|
3794
3786
|
} from '../icons/plug-zap';
|
|
3787
|
+
// PenLine aliases
|
|
3788
|
+
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3789
|
+
export {
|
|
3790
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
|
|
3791
|
+
default as Edit3Icon
|
|
3792
|
+
} from '../icons/pen-line';
|
|
3793
|
+
// RectangleEllipsis aliases
|
|
3794
|
+
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3795
|
+
export {
|
|
3796
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. This alias will be removed in v1.0 */
|
|
3797
|
+
default as FormInputIcon
|
|
3798
|
+
} from '../icons/rectangle-ellipsis';
|
|
3795
3799
|
// Rotate3d aliases
|
|
3796
3800
|
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3797
3801
|
export {
|
|
@@ -3846,36 +3850,36 @@ export {
|
|
|
3846
3850
|
/** @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 */
|
|
3847
3851
|
default as StarsIcon
|
|
3848
3852
|
} from '../icons/sparkles';
|
|
3849
|
-
// SquareArrowDownLeft aliases
|
|
3850
|
-
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3851
|
-
export {
|
|
3852
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. This alias will be removed in v1.0 */
|
|
3853
|
-
default as ArrowDownLeftSquareIcon
|
|
3854
|
-
} from '../icons/square-arrow-down-left';
|
|
3855
3853
|
// SquareActivity aliases
|
|
3856
3854
|
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3857
3855
|
export {
|
|
3858
3856
|
/** @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 */
|
|
3859
3857
|
default as ActivitySquareIcon
|
|
3860
3858
|
} from '../icons/square-activity';
|
|
3859
|
+
// SquareArrowDownLeft aliases
|
|
3860
|
+
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3861
|
+
export {
|
|
3862
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. This alias will be removed in v1.0 */
|
|
3863
|
+
default as ArrowDownLeftSquareIcon
|
|
3864
|
+
} from '../icons/square-arrow-down-left';
|
|
3861
3865
|
// SquareArrowDownRight aliases
|
|
3862
3866
|
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3863
3867
|
export {
|
|
3864
3868
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. This alias will be removed in v1.0 */
|
|
3865
3869
|
default as ArrowDownRightSquareIcon
|
|
3866
3870
|
} from '../icons/square-arrow-down-right';
|
|
3867
|
-
// SquareArrowLeft aliases
|
|
3868
|
-
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3869
|
-
export {
|
|
3870
|
-
/** @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 */
|
|
3871
|
-
default as ArrowLeftSquareIcon
|
|
3872
|
-
} from '../icons/square-arrow-left';
|
|
3873
3871
|
// SquareArrowDown aliases
|
|
3874
3872
|
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3875
3873
|
export {
|
|
3876
3874
|
/** @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 */
|
|
3877
3875
|
default as ArrowDownSquareIcon
|
|
3878
3876
|
} from '../icons/square-arrow-down';
|
|
3877
|
+
// SquareArrowLeft aliases
|
|
3878
|
+
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3879
|
+
export {
|
|
3880
|
+
/** @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 */
|
|
3881
|
+
default as ArrowLeftSquareIcon
|
|
3882
|
+
} from '../icons/square-arrow-left';
|
|
3879
3883
|
// SquareArrowOutDownLeft aliases
|
|
3880
3884
|
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3881
3885
|
export {
|
|
@@ -3894,24 +3898,24 @@ export {
|
|
|
3894
3898
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3895
3899
|
default as ArrowDownRightFromSquareIcon
|
|
3896
3900
|
} from '../icons/square-arrow-out-down-right';
|
|
3897
|
-
//
|
|
3898
|
-
export { default as
|
|
3901
|
+
// SquareArrowOutUpRight aliases
|
|
3902
|
+
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3899
3903
|
export {
|
|
3900
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3901
|
-
default as
|
|
3902
|
-
} from '../icons/square-arrow-up-
|
|
3904
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3905
|
+
default as ArrowUpRightFromSquareIcon
|
|
3906
|
+
} from '../icons/square-arrow-out-up-right';
|
|
3903
3907
|
// SquareArrowRight aliases
|
|
3904
3908
|
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3905
3909
|
export {
|
|
3906
3910
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. This alias will be removed in v1.0 */
|
|
3907
3911
|
default as ArrowRightSquareIcon
|
|
3908
3912
|
} from '../icons/square-arrow-right';
|
|
3909
|
-
//
|
|
3910
|
-
export { default as
|
|
3913
|
+
// SquareArrowUpLeft aliases
|
|
3914
|
+
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3911
3915
|
export {
|
|
3912
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3913
|
-
default as
|
|
3914
|
-
} from '../icons/square-arrow-
|
|
3916
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. This alias will be removed in v1.0 */
|
|
3917
|
+
default as ArrowUpLeftSquareIcon
|
|
3918
|
+
} from '../icons/square-arrow-up-left';
|
|
3915
3919
|
// SquareArrowUpRight aliases
|
|
3916
3920
|
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3917
3921
|
export {
|
|
@@ -3930,12 +3934,6 @@ export {
|
|
|
3930
3934
|
/** @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 */
|
|
3931
3935
|
default as ScissorsSquareDashedBottomIcon
|
|
3932
3936
|
} from '../icons/square-bottom-dashed-scissors';
|
|
3933
|
-
// SquareCenterlineDashedHorizontal aliases
|
|
3934
|
-
export { default as SquareCenterlineDashedHorizontalIcon } from '../icons/square-centerline-dashed-horizontal';
|
|
3935
|
-
export {
|
|
3936
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedHorizontal} instead. This alias will be removed in v1.0 */
|
|
3937
|
-
default as FlipHorizontalIcon
|
|
3938
|
-
} from '../icons/square-centerline-dashed-horizontal';
|
|
3939
3937
|
// SquareAsterisk aliases
|
|
3940
3938
|
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3941
3939
|
export {
|
|
@@ -3948,6 +3946,12 @@ export {
|
|
|
3948
3946
|
/** @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 */
|
|
3949
3947
|
default as FlipVerticalIcon
|
|
3950
3948
|
} from '../icons/square-centerline-dashed-vertical';
|
|
3949
|
+
// SquareCenterlineDashedHorizontal aliases
|
|
3950
|
+
export { default as SquareCenterlineDashedHorizontalIcon } from '../icons/square-centerline-dashed-horizontal';
|
|
3951
|
+
export {
|
|
3952
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedHorizontal} instead. This alias will be removed in v1.0 */
|
|
3953
|
+
default as FlipHorizontalIcon
|
|
3954
|
+
} from '../icons/square-centerline-dashed-horizontal';
|
|
3951
3955
|
// SquareChartGantt aliases
|
|
3952
3956
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
3953
3957
|
export {
|
|
@@ -3958,30 +3962,30 @@ export {
|
|
|
3958
3962
|
/** @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 */
|
|
3959
3963
|
default as SquareGanttChartIcon
|
|
3960
3964
|
} from '../icons/square-chart-gantt';
|
|
3961
|
-
// SquareCheck aliases
|
|
3962
|
-
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3963
|
-
export {
|
|
3964
|
-
/** @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 */
|
|
3965
|
-
default as CheckSquare2Icon
|
|
3966
|
-
} from '../icons/square-check';
|
|
3967
3965
|
// SquareCheckBig aliases
|
|
3968
3966
|
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3969
3967
|
export {
|
|
3970
3968
|
/** @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 */
|
|
3971
3969
|
default as CheckSquareIcon
|
|
3972
3970
|
} from '../icons/square-check-big';
|
|
3973
|
-
//
|
|
3974
|
-
export { default as
|
|
3971
|
+
// SquareCheck aliases
|
|
3972
|
+
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3975
3973
|
export {
|
|
3976
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3977
|
-
default as
|
|
3978
|
-
} from '../icons/square-
|
|
3974
|
+
/** @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 */
|
|
3975
|
+
default as CheckSquare2Icon
|
|
3976
|
+
} from '../icons/square-check';
|
|
3979
3977
|
// SquareChevronLeft aliases
|
|
3980
3978
|
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
3981
3979
|
export {
|
|
3982
3980
|
/** @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 */
|
|
3983
3981
|
default as ChevronLeftSquareIcon
|
|
3984
3982
|
} from '../icons/square-chevron-left';
|
|
3983
|
+
// SquareChevronDown aliases
|
|
3984
|
+
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3985
|
+
export {
|
|
3986
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. This alias will be removed in v1.0 */
|
|
3987
|
+
default as ChevronDownSquareIcon
|
|
3988
|
+
} from '../icons/square-chevron-down';
|
|
3985
3989
|
// SquareChevronRight aliases
|
|
3986
3990
|
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
3987
3991
|
export {
|
|
@@ -3994,78 +3998,78 @@ export {
|
|
|
3994
3998
|
/** @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 */
|
|
3995
3999
|
default as CodeSquareIcon
|
|
3996
4000
|
} from '../icons/square-code';
|
|
3997
|
-
// SquareDashedKanban aliases
|
|
3998
|
-
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
3999
|
-
export {
|
|
4000
|
-
/** @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 */
|
|
4001
|
-
default as KanbanSquareDashedIcon
|
|
4002
|
-
} from '../icons/square-dashed-kanban';
|
|
4003
4001
|
// SquareChevronUp aliases
|
|
4004
4002
|
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
4005
4003
|
export {
|
|
4006
4004
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. This alias will be removed in v1.0 */
|
|
4007
4005
|
default as ChevronUpSquareIcon
|
|
4008
4006
|
} from '../icons/square-chevron-up';
|
|
4009
|
-
//
|
|
4010
|
-
export { default as
|
|
4011
|
-
export {
|
|
4012
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. This alias will be removed in v1.0 */
|
|
4013
|
-
default as BoxSelectIcon
|
|
4014
|
-
} from '../icons/square-dashed';
|
|
4015
|
-
// SquareDot aliases
|
|
4016
|
-
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
4007
|
+
// SquareDashedKanban aliases
|
|
4008
|
+
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
4017
4009
|
export {
|
|
4018
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4019
|
-
default as
|
|
4020
|
-
} from '../icons/square-
|
|
4010
|
+
/** @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 */
|
|
4011
|
+
default as KanbanSquareDashedIcon
|
|
4012
|
+
} from '../icons/square-dashed-kanban';
|
|
4021
4013
|
// SquareDashedMousePointer aliases
|
|
4022
4014
|
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
4023
4015
|
export {
|
|
4024
4016
|
/** @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 */
|
|
4025
4017
|
default as MousePointerSquareDashedIcon
|
|
4026
4018
|
} from '../icons/square-dashed-mouse-pointer';
|
|
4019
|
+
// SquareDashed aliases
|
|
4020
|
+
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
4021
|
+
export {
|
|
4022
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. This alias will be removed in v1.0 */
|
|
4023
|
+
default as BoxSelectIcon
|
|
4024
|
+
} from '../icons/square-dashed';
|
|
4027
4025
|
// SquareDivide aliases
|
|
4028
4026
|
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
4029
4027
|
export {
|
|
4030
4028
|
/** @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 */
|
|
4031
4029
|
default as DivideSquareIcon
|
|
4032
4030
|
} from '../icons/square-divide';
|
|
4031
|
+
// SquareDot aliases
|
|
4032
|
+
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
4033
|
+
export {
|
|
4034
|
+
/** @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 */
|
|
4035
|
+
default as DotSquareIcon
|
|
4036
|
+
} from '../icons/square-dot';
|
|
4033
4037
|
// SquareEqual aliases
|
|
4034
4038
|
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
4035
4039
|
export {
|
|
4036
4040
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. This alias will be removed in v1.0 */
|
|
4037
4041
|
default as EqualSquareIcon
|
|
4038
4042
|
} from '../icons/square-equal';
|
|
4039
|
-
// SquareKanban aliases
|
|
4040
|
-
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
4041
|
-
export {
|
|
4042
|
-
/** @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 */
|
|
4043
|
-
default as KanbanSquareIcon
|
|
4044
|
-
} from '../icons/square-kanban';
|
|
4045
4043
|
// SquareFunction aliases
|
|
4046
4044
|
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
4047
4045
|
export {
|
|
4048
4046
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. This alias will be removed in v1.0 */
|
|
4049
4047
|
default as FunctionSquareIcon
|
|
4050
4048
|
} from '../icons/square-function';
|
|
4049
|
+
// SquareKanban aliases
|
|
4050
|
+
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
4051
|
+
export {
|
|
4052
|
+
/** @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 */
|
|
4053
|
+
default as KanbanSquareIcon
|
|
4054
|
+
} from '../icons/square-kanban';
|
|
4051
4055
|
// SquareLibrary aliases
|
|
4052
4056
|
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
4053
4057
|
export {
|
|
4054
4058
|
/** @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 */
|
|
4055
4059
|
default as LibrarySquareIcon
|
|
4056
4060
|
} from '../icons/square-library';
|
|
4057
|
-
// SquareMenu aliases
|
|
4058
|
-
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
4059
|
-
export {
|
|
4060
|
-
/** @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 */
|
|
4061
|
-
default as MenuSquareIcon
|
|
4062
|
-
} from '../icons/square-menu';
|
|
4063
4061
|
// SquareM aliases
|
|
4064
4062
|
export { default as SquareMIcon } from '../icons/square-m';
|
|
4065
4063
|
export {
|
|
4066
4064
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. This alias will be removed in v1.0 */
|
|
4067
4065
|
default as MSquareIcon
|
|
4068
4066
|
} from '../icons/square-m';
|
|
4067
|
+
// SquareMenu aliases
|
|
4068
|
+
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
4069
|
+
export {
|
|
4070
|
+
/** @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 */
|
|
4071
|
+
default as MenuSquareIcon
|
|
4072
|
+
} from '../icons/square-menu';
|
|
4069
4073
|
// SquareMinus aliases
|
|
4070
4074
|
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
4071
4075
|
export {
|
|
@@ -4104,36 +4108,42 @@ export {
|
|
|
4104
4108
|
/** @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 */
|
|
4105
4109
|
default as PenSquareIcon
|
|
4106
4110
|
} from '../icons/square-pen';
|
|
4107
|
-
// SquarePi aliases
|
|
4108
|
-
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4109
|
-
export {
|
|
4110
|
-
/** @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 */
|
|
4111
|
-
default as PiSquareIcon
|
|
4112
|
-
} from '../icons/square-pi';
|
|
4113
4111
|
// SquarePercent aliases
|
|
4114
4112
|
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
4115
4113
|
export {
|
|
4116
4114
|
/** @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 */
|
|
4117
4115
|
default as PercentSquareIcon
|
|
4118
4116
|
} from '../icons/square-percent';
|
|
4117
|
+
// SquarePi aliases
|
|
4118
|
+
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4119
|
+
export {
|
|
4120
|
+
/** @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 */
|
|
4121
|
+
default as PiSquareIcon
|
|
4122
|
+
} from '../icons/square-pi';
|
|
4119
4123
|
// SquarePilcrow aliases
|
|
4120
4124
|
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4121
4125
|
export {
|
|
4122
4126
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. This alias will be removed in v1.0 */
|
|
4123
4127
|
default as PilcrowSquareIcon
|
|
4124
4128
|
} from '../icons/square-pilcrow';
|
|
4129
|
+
// SquarePlay aliases
|
|
4130
|
+
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
4131
|
+
export {
|
|
4132
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. This alias will be removed in v1.0 */
|
|
4133
|
+
default as PlaySquareIcon
|
|
4134
|
+
} from '../icons/square-play';
|
|
4125
4135
|
// SquarePower aliases
|
|
4126
4136
|
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
4127
4137
|
export {
|
|
4128
4138
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. This alias will be removed in v1.0 */
|
|
4129
4139
|
default as PowerSquareIcon
|
|
4130
4140
|
} from '../icons/square-power';
|
|
4131
|
-
//
|
|
4132
|
-
export { default as
|
|
4141
|
+
// SquarePlus aliases
|
|
4142
|
+
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
4133
4143
|
export {
|
|
4134
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4135
|
-
default as
|
|
4136
|
-
} from '../icons/square-
|
|
4144
|
+
/** @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 */
|
|
4145
|
+
default as PlusSquareIcon
|
|
4146
|
+
} from '../icons/square-plus';
|
|
4137
4147
|
// SquareScissors aliases
|
|
4138
4148
|
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4139
4149
|
export {
|
|
@@ -4146,12 +4156,6 @@ export {
|
|
|
4146
4156
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. This alias will be removed in v1.0 */
|
|
4147
4157
|
default as SigmaSquareIcon
|
|
4148
4158
|
} from '../icons/square-sigma';
|
|
4149
|
-
// SquarePlus aliases
|
|
4150
|
-
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
4151
|
-
export {
|
|
4152
|
-
/** @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 */
|
|
4153
|
-
default as PlusSquareIcon
|
|
4154
|
-
} from '../icons/square-plus';
|
|
4155
4159
|
// SquareSlash aliases
|
|
4156
4160
|
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
4157
4161
|
export {
|
|
@@ -4194,18 +4198,18 @@ export {
|
|
|
4194
4198
|
/** @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 */
|
|
4195
4199
|
default as XSquareIcon
|
|
4196
4200
|
} from '../icons/square-x';
|
|
4197
|
-
// TextAlignCenter aliases
|
|
4198
|
-
export { default as TextAlignCenterIcon } from '../icons/text-align-center';
|
|
4199
|
-
export {
|
|
4200
|
-
/** @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 */
|
|
4201
|
-
default as AlignCenterIcon
|
|
4202
|
-
} from '../icons/text-align-center';
|
|
4203
4201
|
// TestTubeDiagonal aliases
|
|
4204
4202
|
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
4205
4203
|
export {
|
|
4206
4204
|
/** @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 */
|
|
4207
4205
|
default as TestTube2Icon
|
|
4208
4206
|
} from '../icons/test-tube-diagonal';
|
|
4207
|
+
// TextAlignCenter aliases
|
|
4208
|
+
export { default as TextAlignCenterIcon } from '../icons/text-align-center';
|
|
4209
|
+
export {
|
|
4210
|
+
/** @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 */
|
|
4211
|
+
default as AlignCenterIcon
|
|
4212
|
+
} from '../icons/text-align-center';
|
|
4209
4213
|
// TextAlignEnd aliases
|
|
4210
4214
|
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4211
4215
|
export {
|
|
@@ -4218,6 +4222,24 @@ export {
|
|
|
4218
4222
|
/** @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 */
|
|
4219
4223
|
default as AlignJustifyIcon
|
|
4220
4224
|
} from '../icons/text-align-justify';
|
|
4225
|
+
// TextInitial aliases
|
|
4226
|
+
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4227
|
+
export {
|
|
4228
|
+
/** @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 */
|
|
4229
|
+
default as LetterTextIcon
|
|
4230
|
+
} from '../icons/text-initial';
|
|
4231
|
+
// TextSelect aliases
|
|
4232
|
+
export { default as TextSelectIcon } from '../icons/text-select';
|
|
4233
|
+
export {
|
|
4234
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextSelect} instead. This alias will be removed in v1.0 */
|
|
4235
|
+
default as TextSelectionIcon
|
|
4236
|
+
} from '../icons/text-select';
|
|
4237
|
+
// TextWrap aliases
|
|
4238
|
+
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4239
|
+
export {
|
|
4240
|
+
/** @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 */
|
|
4241
|
+
default as WrapTextIcon
|
|
4242
|
+
} from '../icons/text-wrap';
|
|
4221
4243
|
// TextAlignStart aliases
|
|
4222
4244
|
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4223
4245
|
export {
|
|
@@ -4228,30 +4250,12 @@ export {
|
|
|
4228
4250
|
/** @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 */
|
|
4229
4251
|
default as AlignLeftIcon
|
|
4230
4252
|
} from '../icons/text-align-start';
|
|
4231
|
-
// TextSelect aliases
|
|
4232
|
-
export { default as TextSelectIcon } from '../icons/text-select';
|
|
4233
|
-
export {
|
|
4234
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextSelect} instead. This alias will be removed in v1.0 */
|
|
4235
|
-
default as TextSelectionIcon
|
|
4236
|
-
} from '../icons/text-select';
|
|
4237
4253
|
// TramFront aliases
|
|
4238
4254
|
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4239
4255
|
export {
|
|
4240
4256
|
/** @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 */
|
|
4241
4257
|
default as TrainIcon
|
|
4242
4258
|
} from '../icons/tram-front';
|
|
4243
|
-
// TextInitial aliases
|
|
4244
|
-
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4245
|
-
export {
|
|
4246
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. This alias will be removed in v1.0 */
|
|
4247
|
-
default as LetterTextIcon
|
|
4248
|
-
} from '../icons/text-initial';
|
|
4249
|
-
// TextWrap aliases
|
|
4250
|
-
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4251
|
-
export {
|
|
4252
|
-
/** @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 */
|
|
4253
|
-
default as WrapTextIcon
|
|
4254
|
-
} from '../icons/text-wrap';
|
|
4255
4259
|
// TreePalm aliases
|
|
4256
4260
|
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4257
4261
|
export {
|
|
@@ -4270,54 +4274,54 @@ export {
|
|
|
4270
4274
|
/** @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 */
|
|
4271
4275
|
default as Tv2Icon
|
|
4272
4276
|
} from '../icons/tv-minimal';
|
|
4273
|
-
//
|
|
4274
|
-
export { default as
|
|
4277
|
+
// UserRoundCog aliases
|
|
4278
|
+
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
4275
4279
|
export {
|
|
4276
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4277
|
-
default as
|
|
4278
|
-
} from '../icons/user-round-
|
|
4280
|
+
/** @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 */
|
|
4281
|
+
default as UserCog2Icon
|
|
4282
|
+
} from '../icons/user-round-cog';
|
|
4279
4283
|
// University aliases
|
|
4280
4284
|
export { default as UniversityIcon } from '../icons/university';
|
|
4281
4285
|
export {
|
|
4282
4286
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
|
|
4283
4287
|
default as School2Icon
|
|
4284
4288
|
} from '../icons/university';
|
|
4289
|
+
// UserRoundCheck aliases
|
|
4290
|
+
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
4291
|
+
export {
|
|
4292
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. This alias will be removed in v1.0 */
|
|
4293
|
+
default as UserCheck2Icon
|
|
4294
|
+
} from '../icons/user-round-check';
|
|
4285
4295
|
// UserRoundMinus aliases
|
|
4286
4296
|
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
4287
4297
|
export {
|
|
4288
4298
|
/** @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 */
|
|
4289
4299
|
default as UserMinus2Icon
|
|
4290
4300
|
} from '../icons/user-round-minus';
|
|
4291
|
-
//
|
|
4292
|
-
export { default as
|
|
4293
|
-
export {
|
|
4294
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. This alias will be removed in v1.0 */
|
|
4295
|
-
default as UserX2Icon
|
|
4296
|
-
} from '../icons/user-round-x';
|
|
4297
|
-
// UserRoundCog aliases
|
|
4298
|
-
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
4301
|
+
// UserRoundPlus aliases
|
|
4302
|
+
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
4299
4303
|
export {
|
|
4300
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4301
|
-
default as
|
|
4302
|
-
} from '../icons/user-round-
|
|
4304
|
+
/** @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 */
|
|
4305
|
+
default as UserPlus2Icon
|
|
4306
|
+
} from '../icons/user-round-plus';
|
|
4303
4307
|
// UserRound aliases
|
|
4304
4308
|
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4305
4309
|
export {
|
|
4306
4310
|
/** @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 */
|
|
4307
4311
|
default as User2Icon
|
|
4308
4312
|
} from '../icons/user-round';
|
|
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';
|
|
4309
4319
|
// UsersRound aliases
|
|
4310
4320
|
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4311
4321
|
export {
|
|
4312
4322
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. This alias will be removed in v1.0 */
|
|
4313
4323
|
default as Users2Icon
|
|
4314
4324
|
} from '../icons/users-round';
|
|
4315
|
-
// UserRoundPlus aliases
|
|
4316
|
-
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
4317
|
-
export {
|
|
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 */
|
|
4319
|
-
default as UserPlus2Icon
|
|
4320
|
-
} from '../icons/user-round-plus';
|
|
4321
4325
|
// UtensilsCrossed aliases
|
|
4322
4326
|
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4323
4327
|
export {
|
|
@@ -4330,16 +4334,16 @@ export {
|
|
|
4330
4334
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. This alias will be removed in v1.0 */
|
|
4331
4335
|
default as Wallet2Icon
|
|
4332
4336
|
} from '../icons/wallet-minimal';
|
|
4333
|
-
// WandSparkles aliases
|
|
4334
|
-
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
4335
|
-
export {
|
|
4336
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. This alias will be removed in v1.0 */
|
|
4337
|
-
default as Wand2Icon
|
|
4338
|
-
} from '../icons/wand-sparkles';
|
|
4339
4337
|
// Utensils aliases
|
|
4340
4338
|
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4341
4339
|
export {
|
|
4342
4340
|
/** @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 */
|
|
4343
4341
|
default as ForkKnifeIcon
|
|
4344
4342
|
} from '../icons/utensils';
|
|
4343
|
+
// WandSparkles aliases
|
|
4344
|
+
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
4345
|
+
export {
|
|
4346
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. This alias will be removed in v1.0 */
|
|
4347
|
+
default as Wand2Icon
|
|
4348
|
+
} from '../icons/wand-sparkles';
|
|
4345
4349
|
|