@lucide/astro 0.563.0 → 0.564.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/aliases/aliases.ts +108 -108
- package/src/aliases/prefixed.ts +678 -672
- package/src/aliases/suffixed.ts +1127 -1121
- package/src/icons/bandage.ts +2 -2
- package/src/icons/bell-dot.ts +2 -2
- package/src/icons/book-key.ts +2 -2
- package/src/icons/bug-off.ts +2 -2
- package/src/icons/cloud-alert.ts +2 -2
- package/src/icons/cloud-check.ts +2 -2
- package/src/icons/database-search.ts +18 -0
- package/src/icons/file-cog.ts +2 -2
- package/src/icons/file-key.ts +2 -2
- package/src/icons/folder-key.ts +2 -2
- package/src/icons/git-branch.ts +2 -2
- package/src/icons/hard-drive.ts +2 -2
- package/src/icons/index.ts +167 -164
- package/src/icons/rotate-ccw-key.ts +2 -2
- package/src/icons/user-key.ts +18 -0
- package/src/icons/user-lock.ts +2 -2
- package/src/icons/user-round-key.ts +18 -0
package/src/aliases/suffixed.ts
CHANGED
|
@@ -1,63 +1,69 @@
|
|
|
1
1
|
// AArrowDown aliases
|
|
2
2
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
|
-
//
|
|
4
|
-
export { default as
|
|
3
|
+
// AArrowUp aliases
|
|
4
|
+
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
5
|
+
// ALargeSmall aliases
|
|
6
|
+
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
5
7
|
// Accessibility aliases
|
|
6
8
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
9
|
+
// Activity aliases
|
|
10
|
+
export { default as ActivityIcon } from '../icons/activity';
|
|
7
11
|
// AirVent aliases
|
|
8
12
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
9
|
-
// Airplay aliases
|
|
10
|
-
export { default as AirplayIcon } from '../icons/airplay';
|
|
11
13
|
// AlarmClock aliases
|
|
12
14
|
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
13
|
-
// AlarmClockOff aliases
|
|
14
|
-
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
15
15
|
// AlarmSmoke aliases
|
|
16
16
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
17
|
-
// Album aliases
|
|
18
|
-
export { default as AlbumIcon } from '../icons/album';
|
|
19
17
|
// AlignCenterHorizontal aliases
|
|
20
18
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
19
|
+
// AlarmClockOff aliases
|
|
20
|
+
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
21
21
|
// AlignCenterVertical aliases
|
|
22
22
|
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
23
|
-
//
|
|
24
|
-
export { default as
|
|
23
|
+
// Airplay aliases
|
|
24
|
+
export { default as AirplayIcon } from '../icons/airplay';
|
|
25
25
|
// AlignEndHorizontal aliases
|
|
26
26
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
27
|
+
// Album aliases
|
|
28
|
+
export { default as AlbumIcon } from '../icons/album';
|
|
29
|
+
// AlignEndVertical aliases
|
|
30
|
+
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
27
31
|
// AlignHorizontalDistributeCenter aliases
|
|
28
32
|
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
29
33
|
// AlignHorizontalDistributeEnd aliases
|
|
30
34
|
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
31
|
-
// AlignHorizontalDistributeStart aliases
|
|
32
|
-
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
33
|
-
// AlignHorizontalJustifyEnd aliases
|
|
34
|
-
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
35
35
|
// AlignHorizontalJustifyCenter aliases
|
|
36
36
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
37
|
-
//
|
|
38
|
-
export { default as
|
|
37
|
+
// AlignHorizontalDistributeStart aliases
|
|
38
|
+
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
39
39
|
// AlignHorizontalJustifyStart aliases
|
|
40
40
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
41
|
+
// AlignHorizontalJustifyEnd aliases
|
|
42
|
+
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
41
43
|
// AlignHorizontalSpaceBetween aliases
|
|
42
44
|
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
45
|
+
// AlignHorizontalSpaceAround aliases
|
|
46
|
+
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
43
47
|
// AlignStartHorizontal aliases
|
|
44
48
|
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
45
49
|
// AlignStartVertical aliases
|
|
46
50
|
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
47
|
-
// AlignVerticalDistributeCenter aliases
|
|
48
|
-
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
49
51
|
// AlignVerticalDistributeEnd aliases
|
|
50
52
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
51
|
-
//
|
|
52
|
-
export { default as
|
|
53
|
+
// AlignVerticalDistributeCenter aliases
|
|
54
|
+
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
53
55
|
// AlignVerticalDistributeStart aliases
|
|
54
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';
|
|
55
59
|
// AlignVerticalJustifyEnd aliases
|
|
56
60
|
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
57
61
|
// AlignVerticalJustifyStart aliases
|
|
58
62
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
59
63
|
// AlignVerticalSpaceAround aliases
|
|
60
64
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
65
|
+
// Ambulance aliases
|
|
66
|
+
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
61
67
|
// AlignVerticalSpaceBetween aliases
|
|
62
68
|
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
63
69
|
// Ampersand aliases
|
|
@@ -66,20 +72,18 @@ export { default as AmpersandIcon } from '../icons/ampersand';
|
|
|
66
72
|
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
67
73
|
// Amphora aliases
|
|
68
74
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
69
|
-
// Ambulance aliases
|
|
70
|
-
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
71
|
-
// Angry aliases
|
|
72
|
-
export { default as AngryIcon } from '../icons/angry';
|
|
73
75
|
// Anchor aliases
|
|
74
76
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
77
|
+
// Angry aliases
|
|
78
|
+
export { default as AngryIcon } from '../icons/angry';
|
|
75
79
|
// Annoyed aliases
|
|
76
80
|
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
77
81
|
// Antenna aliases
|
|
78
82
|
export { default as AntennaIcon } from '../icons/antenna';
|
|
79
|
-
// Aperture aliases
|
|
80
|
-
export { default as ApertureIcon } from '../icons/aperture';
|
|
81
83
|
// Anvil aliases
|
|
82
84
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
85
|
+
// Aperture aliases
|
|
86
|
+
export { default as ApertureIcon } from '../icons/aperture';
|
|
83
87
|
// AppWindowMac aliases
|
|
84
88
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
85
89
|
// AppWindow aliases
|
|
@@ -90,22 +94,22 @@ export { default as AppleIcon } from '../icons/apple';
|
|
|
90
94
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
91
95
|
// ArchiveX aliases
|
|
92
96
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
93
|
-
// Archive aliases
|
|
94
|
-
export { default as ArchiveIcon } from '../icons/archive';
|
|
95
97
|
// Armchair aliases
|
|
96
98
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
97
|
-
//
|
|
98
|
-
export { default as
|
|
99
|
+
// Archive aliases
|
|
100
|
+
export { default as ArchiveIcon } from '../icons/archive';
|
|
99
101
|
// ArrowBigDown aliases
|
|
100
102
|
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
103
|
+
// ArrowBigDownDash aliases
|
|
104
|
+
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
101
105
|
// ArrowBigLeftDash aliases
|
|
102
106
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
103
107
|
// ArrowBigLeft aliases
|
|
104
108
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
105
|
-
// ArrowBigRightDash aliases
|
|
106
|
-
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
107
109
|
// ArrowBigRight aliases
|
|
108
110
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
111
|
+
// ArrowBigRightDash aliases
|
|
112
|
+
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
109
113
|
// ArrowBigUpDash aliases
|
|
110
114
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
111
115
|
// ArrowDownFromLine aliases
|
|
@@ -114,46 +118,46 @@ export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line'
|
|
|
114
118
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
115
119
|
// ArrowDownLeft aliases
|
|
116
120
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
117
|
-
// ArrowDownNarrowWide aliases
|
|
118
|
-
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
119
121
|
// ArrowDownRight aliases
|
|
120
122
|
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
121
|
-
//
|
|
122
|
-
export { default as
|
|
123
|
+
// ArrowDownNarrowWide aliases
|
|
124
|
+
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
123
125
|
// ArrowDownToLine aliases
|
|
124
126
|
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
127
|
+
// ArrowDownUp aliases
|
|
128
|
+
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
129
|
+
// ArrowDownToDot aliases
|
|
130
|
+
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
125
131
|
// ArrowDown aliases
|
|
126
132
|
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
127
133
|
// ArrowLeftFromLine aliases
|
|
128
134
|
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
129
|
-
// ArrowDownUp aliases
|
|
130
|
-
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
131
|
-
// ArrowLeftRight aliases
|
|
132
|
-
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
133
135
|
// ArrowLeftToLine aliases
|
|
134
136
|
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
137
|
+
// ArrowLeftRight aliases
|
|
138
|
+
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
135
139
|
// ArrowLeft aliases
|
|
136
140
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
137
141
|
// ArrowRightFromLine aliases
|
|
138
142
|
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
139
143
|
// ArrowRightLeft aliases
|
|
140
144
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
141
|
-
// ArrowRight aliases
|
|
142
|
-
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
143
145
|
// ArrowRightToLine aliases
|
|
144
146
|
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
147
|
+
// ArrowRight aliases
|
|
148
|
+
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
145
149
|
// ArrowUpDown aliases
|
|
146
150
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
147
151
|
// ArrowUpFromDot aliases
|
|
148
152
|
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
149
153
|
// ArrowUpFromLine aliases
|
|
150
154
|
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
151
|
-
// ArrowUpLeft aliases
|
|
152
|
-
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
153
155
|
// ArrowUpRight aliases
|
|
154
156
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
155
157
|
// ArrowUpToLine aliases
|
|
156
158
|
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
159
|
+
// ArrowUpLeft aliases
|
|
160
|
+
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
157
161
|
// ArrowUpWideNarrow aliases
|
|
158
162
|
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
159
163
|
// ArrowUp aliases
|
|
@@ -166,60 +170,60 @@ export { default as AsteriskIcon } from '../icons/asterisk';
|
|
|
166
170
|
export { default as AtomIcon } from '../icons/atom';
|
|
167
171
|
// AtSign aliases
|
|
168
172
|
export { default as AtSignIcon } from '../icons/at-sign';
|
|
169
|
-
// Award aliases
|
|
170
|
-
export { default as AwardIcon } from '../icons/award';
|
|
171
173
|
// AudioLines aliases
|
|
172
174
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
175
|
+
// Award aliases
|
|
176
|
+
export { default as AwardIcon } from '../icons/award';
|
|
173
177
|
// AudioWaveform aliases
|
|
174
178
|
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
175
179
|
// Axe aliases
|
|
176
180
|
export { default as AxeIcon } from '../icons/axe';
|
|
177
181
|
// Baby aliases
|
|
178
182
|
export { default as BabyIcon } from '../icons/baby';
|
|
179
|
-
// BadgeAlert aliases
|
|
180
|
-
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
181
183
|
// Backpack aliases
|
|
182
184
|
export { default as BackpackIcon } from '../icons/backpack';
|
|
183
|
-
//
|
|
184
|
-
export { default as
|
|
185
|
+
// BadgeAlert aliases
|
|
186
|
+
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
185
187
|
// BadgeDollarSign aliases
|
|
186
188
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
187
189
|
// BadgeEuro aliases
|
|
188
190
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
191
|
+
// BadgeCent aliases
|
|
192
|
+
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
189
193
|
// BadgeIndianRupee aliases
|
|
190
194
|
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
191
|
-
// BadgeInfo aliases
|
|
192
|
-
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
193
195
|
// BadgeJapaneseYen aliases
|
|
194
196
|
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
195
197
|
// BadgeMinus aliases
|
|
196
198
|
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
199
|
+
// BadgeInfo aliases
|
|
200
|
+
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
197
201
|
// BadgePercent aliases
|
|
198
202
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
199
203
|
// BadgePlus aliases
|
|
200
204
|
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
201
|
-
// BadgePoundSterling aliases
|
|
202
|
-
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
203
205
|
// BadgeRussianRuble aliases
|
|
204
206
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
205
207
|
// BadgeSwissFranc aliases
|
|
206
208
|
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
207
209
|
// BadgeTurkishLira aliases
|
|
208
210
|
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
211
|
+
// BadgePoundSterling aliases
|
|
212
|
+
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
209
213
|
// BadgeX aliases
|
|
210
214
|
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
211
215
|
// Badge aliases
|
|
212
216
|
export { default as BadgeIcon } from '../icons/badge';
|
|
213
|
-
// Balloon aliases
|
|
214
|
-
export { default as BalloonIcon } from '../icons/balloon';
|
|
215
217
|
// BaggageClaim aliases
|
|
216
218
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
217
|
-
//
|
|
218
|
-
export { default as
|
|
219
|
-
// Bandage aliases
|
|
220
|
-
export { default as BandageIcon } from '../icons/bandage';
|
|
219
|
+
// Balloon aliases
|
|
220
|
+
export { default as BalloonIcon } from '../icons/balloon';
|
|
221
221
|
// Ban aliases
|
|
222
222
|
export { default as BanIcon } from '../icons/ban';
|
|
223
|
+
// Bandage aliases
|
|
224
|
+
export { default as BandageIcon } from '../icons/bandage';
|
|
225
|
+
// Banana aliases
|
|
226
|
+
export { default as BananaIcon } from '../icons/banana';
|
|
223
227
|
// BanknoteArrowDown aliases
|
|
224
228
|
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
225
229
|
// BanknoteArrowUp aliases
|
|
@@ -230,36 +234,36 @@ export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
|
230
234
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
231
235
|
// Barcode aliases
|
|
232
236
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
233
|
-
// Barrel aliases
|
|
234
|
-
export { default as BarrelIcon } from '../icons/barrel';
|
|
235
|
-
// Baseline aliases
|
|
236
|
-
export { default as BaselineIcon } from '../icons/baseline';
|
|
237
237
|
// Bath aliases
|
|
238
238
|
export { default as BathIcon } from '../icons/bath';
|
|
239
|
-
//
|
|
240
|
-
export { default as
|
|
239
|
+
// Baseline aliases
|
|
240
|
+
export { default as BaselineIcon } from '../icons/baseline';
|
|
241
241
|
// BatteryFull aliases
|
|
242
242
|
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
243
|
-
//
|
|
244
|
-
export { default as
|
|
243
|
+
// BatteryCharging aliases
|
|
244
|
+
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
245
|
+
// Barrel aliases
|
|
246
|
+
export { default as BarrelIcon } from '../icons/barrel';
|
|
245
247
|
// BatteryLow aliases
|
|
246
248
|
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
247
|
-
//
|
|
248
|
-
export { default as
|
|
249
|
+
// BatteryMedium aliases
|
|
250
|
+
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
249
251
|
// BatteryWarning aliases
|
|
250
252
|
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
251
|
-
//
|
|
252
|
-
export { default as
|
|
253
|
+
// BatteryPlus aliases
|
|
254
|
+
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
253
255
|
// Beaker aliases
|
|
254
256
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
255
|
-
//
|
|
256
|
-
export { default as
|
|
257
|
-
// BedDouble aliases
|
|
258
|
-
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
257
|
+
// Battery aliases
|
|
258
|
+
export { default as BatteryIcon } from '../icons/battery';
|
|
259
259
|
// BeanOff aliases
|
|
260
260
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
261
|
+
// Bean aliases
|
|
262
|
+
export { default as BeanIcon } from '../icons/bean';
|
|
261
263
|
// BedSingle aliases
|
|
262
264
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
265
|
+
// BedDouble aliases
|
|
266
|
+
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
263
267
|
// Bed aliases
|
|
264
268
|
export { default as BedIcon } from '../icons/bed';
|
|
265
269
|
// Beef aliases
|
|
@@ -270,34 +274,34 @@ export { default as BeerOffIcon } from '../icons/beer-off';
|
|
|
270
274
|
export { default as BeerIcon } from '../icons/beer';
|
|
271
275
|
// BellDot aliases
|
|
272
276
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
277
|
+
// BellElectric aliases
|
|
278
|
+
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
273
279
|
// BellMinus aliases
|
|
274
280
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
281
|
+
// BellOff aliases
|
|
282
|
+
export { default as BellOffIcon } from '../icons/bell-off';
|
|
275
283
|
// BellPlus aliases
|
|
276
284
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
277
|
-
// BellElectric aliases
|
|
278
|
-
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
279
285
|
// BellRing aliases
|
|
280
286
|
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
281
|
-
// BellOff aliases
|
|
282
|
-
export { default as BellOffIcon } from '../icons/bell-off';
|
|
283
287
|
// Bell aliases
|
|
284
288
|
export { default as BellIcon } from '../icons/bell';
|
|
285
|
-
// BetweenVerticalStart aliases
|
|
286
|
-
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
287
|
-
// BicepsFlexed aliases
|
|
288
|
-
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
289
289
|
// BetweenVerticalEnd aliases
|
|
290
290
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
291
|
+
// BetweenVerticalStart aliases
|
|
292
|
+
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
291
293
|
// Bike aliases
|
|
292
294
|
export { default as BikeIcon } from '../icons/bike';
|
|
295
|
+
// BicepsFlexed aliases
|
|
296
|
+
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
293
297
|
// Binary aliases
|
|
294
298
|
export { default as BinaryIcon } from '../icons/binary';
|
|
299
|
+
// Binoculars aliases
|
|
300
|
+
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
295
301
|
// Biohazard aliases
|
|
296
302
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
297
303
|
// Bird aliases
|
|
298
304
|
export { default as BirdIcon } from '../icons/bird';
|
|
299
|
-
// Binoculars aliases
|
|
300
|
-
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
301
305
|
// Birdhouse aliases
|
|
302
306
|
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
303
307
|
// Bitcoin aliases
|
|
@@ -306,22 +310,22 @@ export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
|
306
310
|
export { default as BlendIcon } from '../icons/blend';
|
|
307
311
|
// Blinds aliases
|
|
308
312
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
313
|
+
// BluetoothConnected aliases
|
|
314
|
+
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
309
315
|
// Blocks aliases
|
|
310
316
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
311
317
|
// BluetoothOff aliases
|
|
312
318
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
313
|
-
// BluetoothConnected aliases
|
|
314
|
-
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
315
|
-
// BluetoothSearching aliases
|
|
316
|
-
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
317
319
|
// Bluetooth aliases
|
|
318
320
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
321
|
+
// BluetoothSearching aliases
|
|
322
|
+
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
323
|
+
// Bolt aliases
|
|
324
|
+
export { default as BoltIcon } from '../icons/bolt';
|
|
319
325
|
// Bold aliases
|
|
320
326
|
export { default as BoldIcon } from '../icons/bold';
|
|
321
327
|
// Bomb aliases
|
|
322
328
|
export { default as BombIcon } from '../icons/bomb';
|
|
323
|
-
// Bolt aliases
|
|
324
|
-
export { default as BoltIcon } from '../icons/bolt';
|
|
325
329
|
// Bone aliases
|
|
326
330
|
export { default as BoneIcon } from '../icons/bone';
|
|
327
331
|
// BookA aliases
|
|
@@ -332,26 +336,26 @@ export { default as BookAlertIcon } from '../icons/book-alert';
|
|
|
332
336
|
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
333
337
|
// BookCheck aliases
|
|
334
338
|
export { default as BookCheckIcon } from '../icons/book-check';
|
|
339
|
+
// BookHeadphones aliases
|
|
340
|
+
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
335
341
|
// BookCopy aliases
|
|
336
342
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
337
343
|
// BookDown aliases
|
|
338
344
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
339
|
-
// BookHeadphones aliases
|
|
340
|
-
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
341
345
|
// BookHeart aliases
|
|
342
346
|
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
343
347
|
// BookImage aliases
|
|
344
348
|
export { default as BookImageIcon } from '../icons/book-image';
|
|
345
349
|
// BookKey aliases
|
|
346
350
|
export { default as BookKeyIcon } from '../icons/book-key';
|
|
347
|
-
// BookMarked aliases
|
|
348
|
-
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
349
351
|
// BookLock aliases
|
|
350
352
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
351
|
-
//
|
|
352
|
-
export { default as
|
|
353
|
+
// BookMarked aliases
|
|
354
|
+
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
353
355
|
// BookMinus aliases
|
|
354
356
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
357
|
+
// BookOpenCheck aliases
|
|
358
|
+
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
355
359
|
// BookOpenText aliases
|
|
356
360
|
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
357
361
|
// BookOpen aliases
|
|
@@ -366,40 +370,40 @@ export { default as BookTextIcon } from '../icons/book-text';
|
|
|
366
370
|
export { default as BookTypeIcon } from '../icons/book-type';
|
|
367
371
|
// BookUp2 aliases
|
|
368
372
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
369
|
-
// BookUp aliases
|
|
370
|
-
export { default as BookUpIcon } from '../icons/book-up';
|
|
371
|
-
// BookX aliases
|
|
372
|
-
export { default as BookXIcon } from '../icons/book-x';
|
|
373
373
|
// BookUser aliases
|
|
374
374
|
export { default as BookUserIcon } from '../icons/book-user';
|
|
375
|
+
// BookUp aliases
|
|
376
|
+
export { default as BookUpIcon } from '../icons/book-up';
|
|
375
377
|
// Book aliases
|
|
376
378
|
export { default as BookIcon } from '../icons/book';
|
|
379
|
+
// BookX aliases
|
|
380
|
+
export { default as BookXIcon } from '../icons/book-x';
|
|
377
381
|
// BookmarkCheck aliases
|
|
378
382
|
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
379
383
|
// BookmarkPlus aliases
|
|
380
384
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
381
|
-
// BookmarkX aliases
|
|
382
|
-
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
383
385
|
// BookmarkMinus aliases
|
|
384
386
|
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
385
|
-
//
|
|
386
|
-
export { default as
|
|
387
|
+
// BookmarkX aliases
|
|
388
|
+
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
387
389
|
// Bookmark aliases
|
|
388
390
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
389
|
-
//
|
|
390
|
-
export { default as
|
|
391
|
+
// BoomBox aliases
|
|
392
|
+
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
391
393
|
// BotOff aliases
|
|
392
394
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
393
|
-
//
|
|
394
|
-
export { default as
|
|
395
|
+
// BotMessageSquare aliases
|
|
396
|
+
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
395
397
|
// Bot aliases
|
|
396
398
|
export { default as BotIcon } from '../icons/bot';
|
|
399
|
+
// BottleWine aliases
|
|
400
|
+
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
397
401
|
// BowArrow aliases
|
|
398
402
|
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
399
|
-
// Box aliases
|
|
400
|
-
export { default as BoxIcon } from '../icons/box';
|
|
401
403
|
// Boxes aliases
|
|
402
404
|
export { default as BoxesIcon } from '../icons/boxes';
|
|
405
|
+
// Box aliases
|
|
406
|
+
export { default as BoxIcon } from '../icons/box';
|
|
403
407
|
// Brackets aliases
|
|
404
408
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
405
409
|
// BrainCircuit aliases
|
|
@@ -408,40 +412,40 @@ export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
|
408
412
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
409
413
|
// Brain aliases
|
|
410
414
|
export { default as BrainIcon } from '../icons/brain';
|
|
411
|
-
// BrickWallFire aliases
|
|
412
|
-
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
413
415
|
// BrickWallShield aliases
|
|
414
416
|
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
415
|
-
// BrickWall aliases
|
|
416
|
-
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
417
417
|
// BriefcaseBusiness aliases
|
|
418
418
|
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
419
|
+
// BrickWallFire aliases
|
|
420
|
+
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
419
421
|
// BriefcaseConveyorBelt aliases
|
|
420
422
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
423
|
+
// BrickWall aliases
|
|
424
|
+
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
421
425
|
// BriefcaseMedical aliases
|
|
422
426
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
423
|
-
// BringToFront aliases
|
|
424
|
-
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
425
427
|
// Briefcase aliases
|
|
426
428
|
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
427
429
|
// BrushCleaning aliases
|
|
428
430
|
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
431
|
+
// BringToFront aliases
|
|
432
|
+
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
433
|
+
// Brush aliases
|
|
434
|
+
export { default as BrushIcon } from '../icons/brush';
|
|
429
435
|
// Bubbles aliases
|
|
430
436
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
437
|
+
// BugPlay aliases
|
|
438
|
+
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
431
439
|
// BugOff aliases
|
|
432
440
|
export { default as BugOffIcon } from '../icons/bug-off';
|
|
433
|
-
// Brush aliases
|
|
434
|
-
export { default as BrushIcon } from '../icons/brush';
|
|
435
441
|
// Bug aliases
|
|
436
442
|
export { default as BugIcon } from '../icons/bug';
|
|
437
443
|
// Building2 aliases
|
|
438
444
|
export { default as Building2Icon } from '../icons/building-2';
|
|
439
|
-
// BugPlay aliases
|
|
440
|
-
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
441
|
-
// BusFront aliases
|
|
442
|
-
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
443
445
|
// Building aliases
|
|
444
446
|
export { default as BuildingIcon } from '../icons/building';
|
|
447
|
+
// BusFront aliases
|
|
448
|
+
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
445
449
|
// Bus aliases
|
|
446
450
|
export { default as BusIcon } from '../icons/bus';
|
|
447
451
|
// CableCar aliases
|
|
@@ -450,48 +454,48 @@ export { default as CableCarIcon } from '../icons/cable-car';
|
|
|
450
454
|
export { default as CableIcon } from '../icons/cable';
|
|
451
455
|
// CakeSlice aliases
|
|
452
456
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
453
|
-
// Calculator aliases
|
|
454
|
-
export { default as CalculatorIcon } from '../icons/calculator';
|
|
455
|
-
// Calendar1 aliases
|
|
456
|
-
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
457
457
|
// Cake aliases
|
|
458
458
|
export { default as CakeIcon } from '../icons/cake';
|
|
459
459
|
// CalendarArrowDown aliases
|
|
460
460
|
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
461
|
+
// Calculator aliases
|
|
462
|
+
export { default as CalculatorIcon } from '../icons/calculator';
|
|
461
463
|
// CalendarArrowUp aliases
|
|
462
464
|
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
465
|
+
// Calendar1 aliases
|
|
466
|
+
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
463
467
|
// CalendarCheck2 aliases
|
|
464
468
|
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
465
469
|
// CalendarCheck aliases
|
|
466
470
|
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
467
471
|
// CalendarClock aliases
|
|
468
472
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
469
|
-
// CalendarCog aliases
|
|
470
|
-
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
471
473
|
// CalendarDays aliases
|
|
472
474
|
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
475
|
+
// CalendarCog aliases
|
|
476
|
+
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
473
477
|
// CalendarFold aliases
|
|
474
478
|
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
475
479
|
// CalendarHeart aliases
|
|
476
480
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
481
|
+
// CalendarOff aliases
|
|
482
|
+
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
477
483
|
// CalendarMinus2 aliases
|
|
478
484
|
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
479
485
|
// CalendarMinus aliases
|
|
480
486
|
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
481
|
-
// CalendarOff aliases
|
|
482
|
-
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
483
487
|
// CalendarPlus2 aliases
|
|
484
488
|
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
485
|
-
// CalendarRange aliases
|
|
486
|
-
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
487
489
|
// CalendarPlus aliases
|
|
488
490
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
489
491
|
// CalendarSearch aliases
|
|
490
492
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
491
|
-
//
|
|
492
|
-
export { default as
|
|
493
|
+
// CalendarRange aliases
|
|
494
|
+
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
493
495
|
// CalendarSync aliases
|
|
494
496
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
497
|
+
// CalendarX2 aliases
|
|
498
|
+
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
495
499
|
// CalendarX aliases
|
|
496
500
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
497
501
|
// Calendar aliases
|
|
@@ -500,10 +504,10 @@ export { default as CalendarIcon } from '../icons/calendar';
|
|
|
500
504
|
export { default as CalendarsIcon } from '../icons/calendars';
|
|
501
505
|
// CameraOff aliases
|
|
502
506
|
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
503
|
-
// Camera aliases
|
|
504
|
-
export { default as CameraIcon } from '../icons/camera';
|
|
505
507
|
// CandyCane aliases
|
|
506
508
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
509
|
+
// Camera aliases
|
|
510
|
+
export { default as CameraIcon } from '../icons/camera';
|
|
507
511
|
// CandyOff aliases
|
|
508
512
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
509
513
|
// Candy aliases
|
|
@@ -512,66 +516,62 @@ export { default as CandyIcon } from '../icons/candy';
|
|
|
512
516
|
export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
513
517
|
// Cannabis aliases
|
|
514
518
|
export { default as CannabisIcon } from '../icons/cannabis';
|
|
519
|
+
// CarFront aliases
|
|
520
|
+
export { default as CarFrontIcon } from '../icons/car-front';
|
|
515
521
|
// CaptionsOff aliases
|
|
516
522
|
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
517
523
|
// CarTaxiFront aliases
|
|
518
524
|
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
519
|
-
// CarFront aliases
|
|
520
|
-
export { default as CarFrontIcon } from '../icons/car-front';
|
|
521
525
|
// Car aliases
|
|
522
526
|
export { default as CarIcon } from '../icons/car';
|
|
523
527
|
// Caravan aliases
|
|
524
528
|
export { default as CaravanIcon } from '../icons/caravan';
|
|
525
|
-
// Carrot aliases
|
|
526
|
-
export { default as CarrotIcon } from '../icons/carrot';
|
|
527
529
|
// CardSim aliases
|
|
528
530
|
export { default as CardSimIcon } from '../icons/card-sim';
|
|
529
531
|
// CaseSensitive aliases
|
|
530
532
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
533
|
+
// Carrot aliases
|
|
534
|
+
export { default as CarrotIcon } from '../icons/carrot';
|
|
531
535
|
// CaseLower aliases
|
|
532
536
|
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
533
537
|
// CaseUpper aliases
|
|
534
538
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
535
539
|
// CassetteTape aliases
|
|
536
540
|
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
537
|
-
// Castle aliases
|
|
538
|
-
export { default as CastleIcon } from '../icons/castle';
|
|
539
541
|
// Cast aliases
|
|
540
542
|
export { default as CastIcon } from '../icons/cast';
|
|
543
|
+
// Castle aliases
|
|
544
|
+
export { default as CastleIcon } from '../icons/castle';
|
|
541
545
|
// Cat aliases
|
|
542
546
|
export { default as CatIcon } from '../icons/cat';
|
|
543
547
|
// Cctv aliases
|
|
544
548
|
export { default as CctvIcon } from '../icons/cctv';
|
|
545
549
|
// ChartBarDecreasing aliases
|
|
546
550
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
547
|
-
// ChartBarStacked aliases
|
|
548
|
-
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
549
551
|
// ChartBarIncreasing aliases
|
|
550
552
|
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
551
|
-
//
|
|
552
|
-
export { default as
|
|
553
|
+
// ChartBarStacked aliases
|
|
554
|
+
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
553
555
|
// ChartColumnDecreasing aliases
|
|
554
556
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
557
|
+
// ChartColumnStacked aliases
|
|
558
|
+
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
555
559
|
// ChartGantt aliases
|
|
556
560
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
557
561
|
// ChartNetwork aliases
|
|
558
562
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
559
563
|
// ChartNoAxesColumnDecreasing aliases
|
|
560
564
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
565
|
+
// ChartSpline aliases
|
|
566
|
+
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
561
567
|
// ChartNoAxesCombined aliases
|
|
562
568
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
563
569
|
// CheckCheck aliases
|
|
564
570
|
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
565
|
-
// AArrowUp aliases
|
|
566
|
-
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
567
|
-
// ALargeSmall aliases
|
|
568
|
-
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
569
|
-
// ChartSpline aliases
|
|
570
|
-
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
571
|
-
// Check aliases
|
|
572
|
-
export { default as CheckIcon } from '../icons/check';
|
|
573
571
|
// CheckLine aliases
|
|
574
572
|
export { default as CheckLineIcon } from '../icons/check-line';
|
|
573
|
+
// Check aliases
|
|
574
|
+
export { default as CheckIcon } from '../icons/check';
|
|
575
575
|
// ChefHat aliases
|
|
576
576
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
577
577
|
// Cherry aliases
|
|
@@ -592,112 +592,110 @@ export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
|
592
592
|
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
593
593
|
// ChevronFirst aliases
|
|
594
594
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
595
|
+
// ChevronLast aliases
|
|
596
|
+
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
595
597
|
// ChevronLeft aliases
|
|
596
598
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
597
599
|
// ChevronRight aliases
|
|
598
600
|
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
599
|
-
// ChevronLast aliases
|
|
600
|
-
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
601
|
-
// ChevronUp aliases
|
|
602
|
-
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
603
601
|
// ChevronsDownUp aliases
|
|
604
602
|
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
605
|
-
// ChevronsLeftRightEllipsis aliases
|
|
606
|
-
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
607
603
|
// ChevronsDown aliases
|
|
608
604
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
605
|
+
// ChevronUp aliases
|
|
606
|
+
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
607
|
+
// ChevronsLeftRightEllipsis aliases
|
|
608
|
+
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
609
609
|
// ChevronsLeftRight aliases
|
|
610
610
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
611
611
|
// ChevronsLeft aliases
|
|
612
612
|
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
613
613
|
// ChevronsRightLeft aliases
|
|
614
614
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
615
|
+
// ChevronsUp aliases
|
|
616
|
+
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
615
617
|
// ChevronsRight aliases
|
|
616
618
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
617
619
|
// ChevronsUpDown aliases
|
|
618
620
|
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
619
|
-
//
|
|
620
|
-
export { default as
|
|
621
|
+
// Cigarette aliases
|
|
622
|
+
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
621
623
|
// Church aliases
|
|
622
624
|
export { default as ChurchIcon } from '../icons/church';
|
|
623
625
|
// CigaretteOff aliases
|
|
624
626
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
625
|
-
// Cigarette aliases
|
|
626
|
-
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
627
627
|
// CircleDashed aliases
|
|
628
628
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
629
|
-
// CircleDollarSign aliases
|
|
630
|
-
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
631
629
|
// CircleDotDashed aliases
|
|
632
630
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
633
|
-
// CircleEqual aliases
|
|
634
|
-
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
635
631
|
// CircleDot aliases
|
|
636
632
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
633
|
+
// CircleDollarSign aliases
|
|
634
|
+
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
637
635
|
// CircleEllipsis aliases
|
|
638
636
|
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
637
|
+
// CircleEqual aliases
|
|
638
|
+
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
639
639
|
// CircleFadingArrowUp aliases
|
|
640
640
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
641
641
|
// CircleFadingPlus aliases
|
|
642
642
|
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
643
643
|
// CircleOff aliases
|
|
644
644
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
645
|
-
// CirclePoundSterling aliases
|
|
646
|
-
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
647
645
|
// CirclePile aliases
|
|
648
646
|
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
647
|
+
// CirclePoundSterling aliases
|
|
648
|
+
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
649
649
|
// CircleSlash aliases
|
|
650
650
|
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
651
|
+
// CircleStar aliases
|
|
652
|
+
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
651
653
|
// CircleSmall aliases
|
|
652
654
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
653
655
|
// Circle aliases
|
|
654
656
|
export { default as CircleIcon } from '../icons/circle';
|
|
655
|
-
// CircleStar aliases
|
|
656
|
-
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
657
657
|
// CircuitBoard aliases
|
|
658
658
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
659
659
|
// Citrus aliases
|
|
660
660
|
export { default as CitrusIcon } from '../icons/citrus';
|
|
661
|
-
// ClipboardCheck aliases
|
|
662
|
-
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
663
661
|
// Clapperboard aliases
|
|
664
662
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
663
|
+
// ClipboardCheck aliases
|
|
664
|
+
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
665
665
|
// ClipboardClock aliases
|
|
666
666
|
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
667
|
-
// ClipboardCopy aliases
|
|
668
|
-
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
669
|
-
// ClipboardPaste aliases
|
|
670
|
-
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
671
667
|
// ClipboardList aliases
|
|
672
668
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
673
669
|
// ClipboardMinus aliases
|
|
674
670
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
671
|
+
// ClipboardCopy aliases
|
|
672
|
+
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
673
|
+
// ClipboardPaste aliases
|
|
674
|
+
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
675
675
|
// ClipboardPlus aliases
|
|
676
676
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
677
|
+
// ClipboardType aliases
|
|
678
|
+
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
677
679
|
// ClipboardX aliases
|
|
678
680
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
679
681
|
// Clipboard aliases
|
|
680
682
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
681
|
-
//
|
|
682
|
-
export { default as
|
|
683
|
+
// Clock11 aliases
|
|
684
|
+
export { default as Clock11Icon } from '../icons/clock-11';
|
|
683
685
|
// Clock1 aliases
|
|
684
686
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
685
687
|
// Clock10 aliases
|
|
686
688
|
export { default as Clock10Icon } from '../icons/clock-10';
|
|
687
|
-
//
|
|
688
|
-
export { default as
|
|
689
|
-
// Clock2 aliases
|
|
690
|
-
export { default as Clock2Icon } from '../icons/clock-2';
|
|
689
|
+
// Clock12 aliases
|
|
690
|
+
export { default as Clock12Icon } from '../icons/clock-12';
|
|
691
691
|
// Clock3 aliases
|
|
692
692
|
export { default as Clock3Icon } from '../icons/clock-3';
|
|
693
|
+
// Clock2 aliases
|
|
694
|
+
export { default as Clock2Icon } from '../icons/clock-2';
|
|
693
695
|
// Clock4 aliases
|
|
694
696
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
695
|
-
// Clock12 aliases
|
|
696
|
-
export { default as Clock12Icon } from '../icons/clock-12';
|
|
697
697
|
// Clock5 aliases
|
|
698
698
|
export { default as Clock5Icon } from '../icons/clock-5';
|
|
699
|
-
// Clock6 aliases
|
|
700
|
-
export { default as Clock6Icon } from '../icons/clock-6';
|
|
701
699
|
// Clock7 aliases
|
|
702
700
|
export { default as Clock7Icon } from '../icons/clock-7';
|
|
703
701
|
// Clock8 aliases
|
|
@@ -706,40 +704,42 @@ export { default as Clock8Icon } from '../icons/clock-8';
|
|
|
706
704
|
export { default as Clock9Icon } from '../icons/clock-9';
|
|
707
705
|
// ClockAlert aliases
|
|
708
706
|
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
707
|
+
// Clock6 aliases
|
|
708
|
+
export { default as Clock6Icon } from '../icons/clock-6';
|
|
709
709
|
// ClockArrowDown aliases
|
|
710
710
|
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
711
|
-
// ClockCheck aliases
|
|
712
|
-
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
713
711
|
// ClockArrowUp aliases
|
|
714
712
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
715
|
-
//
|
|
716
|
-
export { default as
|
|
713
|
+
// ClockCheck aliases
|
|
714
|
+
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
717
715
|
// ClockPlus aliases
|
|
718
716
|
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
719
|
-
//
|
|
720
|
-
export { default as
|
|
717
|
+
// ClockFading aliases
|
|
718
|
+
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
721
719
|
// Clock aliases
|
|
722
720
|
export { default as ClockIcon } from '../icons/clock';
|
|
723
|
-
//
|
|
724
|
-
export { default as
|
|
721
|
+
// ClosedCaption aliases
|
|
722
|
+
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
725
723
|
// CloudBackup aliases
|
|
726
724
|
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
725
|
+
// CloudAlert aliases
|
|
726
|
+
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
727
727
|
// CloudCheck aliases
|
|
728
728
|
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
729
|
-
// CloudDrizzle aliases
|
|
730
|
-
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
731
729
|
// CloudCog aliases
|
|
732
730
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
733
|
-
//
|
|
734
|
-
export { default as
|
|
731
|
+
// CloudDrizzle aliases
|
|
732
|
+
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
735
733
|
// CloudFog aliases
|
|
736
734
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
735
|
+
// CloudHail aliases
|
|
736
|
+
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
737
737
|
// CloudLightning aliases
|
|
738
738
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
739
|
-
// CloudOff aliases
|
|
740
|
-
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
741
739
|
// CloudMoonRain aliases
|
|
742
740
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
741
|
+
// CloudOff aliases
|
|
742
|
+
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
743
743
|
// CloudMoon aliases
|
|
744
744
|
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
745
745
|
// CloudRainWind aliases
|
|
@@ -754,92 +754,92 @@ export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
|
754
754
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
755
755
|
// CloudSync aliases
|
|
756
756
|
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
757
|
-
// Cloud aliases
|
|
758
|
-
export { default as CloudIcon } from '../icons/cloud';
|
|
759
757
|
// Cloudy aliases
|
|
760
758
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
761
|
-
//
|
|
762
|
-
export { default as
|
|
759
|
+
// Cloud aliases
|
|
760
|
+
export { default as CloudIcon } from '../icons/cloud';
|
|
763
761
|
// Club aliases
|
|
764
762
|
export { default as ClubIcon } from '../icons/club';
|
|
763
|
+
// Clover aliases
|
|
764
|
+
export { default as CloverIcon } from '../icons/clover';
|
|
765
765
|
// Code aliases
|
|
766
766
|
export { default as CodeIcon } from '../icons/code';
|
|
767
767
|
// Codepen aliases
|
|
768
768
|
export { default as CodepenIcon } from '../icons/codepen';
|
|
769
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
|
// Codesandbox aliases
|
|
774
772
|
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
773
|
+
// Cog aliases
|
|
774
|
+
export { default as CogIcon } from '../icons/cog';
|
|
775
775
|
// Coins aliases
|
|
776
776
|
export { default as CoinsIcon } from '../icons/coins';
|
|
777
777
|
// Columns4 aliases
|
|
778
778
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
779
779
|
// Command aliases
|
|
780
780
|
export { default as CommandIcon } from '../icons/command';
|
|
781
|
-
// Compass aliases
|
|
782
|
-
export { default as CompassIcon } from '../icons/compass';
|
|
783
781
|
// Combine aliases
|
|
784
782
|
export { default as CombineIcon } from '../icons/combine';
|
|
785
783
|
// Component aliases
|
|
786
784
|
export { default as ComponentIcon } from '../icons/component';
|
|
785
|
+
// Compass aliases
|
|
786
|
+
export { default as CompassIcon } from '../icons/compass';
|
|
787
787
|
// Computer aliases
|
|
788
788
|
export { default as ComputerIcon } from '../icons/computer';
|
|
789
|
-
// Cone aliases
|
|
790
|
-
export { default as ConeIcon } from '../icons/cone';
|
|
791
789
|
// ConciergeBell aliases
|
|
792
790
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
791
|
+
// Cone aliases
|
|
792
|
+
export { default as ConeIcon } from '../icons/cone';
|
|
793
793
|
// Construction aliases
|
|
794
794
|
export { default as ConstructionIcon } from '../icons/construction';
|
|
795
795
|
// Contact aliases
|
|
796
796
|
export { default as ContactIcon } from '../icons/contact';
|
|
797
797
|
// Container aliases
|
|
798
798
|
export { default as ContainerIcon } from '../icons/container';
|
|
799
|
-
// Contrast aliases
|
|
800
|
-
export { default as ContrastIcon } from '../icons/contrast';
|
|
801
|
-
// CookingPot aliases
|
|
802
|
-
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
803
799
|
// Cookie aliases
|
|
804
800
|
export { default as CookieIcon } from '../icons/cookie';
|
|
805
|
-
//
|
|
806
|
-
export { default as
|
|
801
|
+
// CookingPot aliases
|
|
802
|
+
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
803
|
+
// Contrast aliases
|
|
804
|
+
export { default as ContrastIcon } from '../icons/contrast';
|
|
807
805
|
// CopyMinus aliases
|
|
808
806
|
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
809
|
-
//
|
|
810
|
-
export { default as
|
|
811
|
-
// CopySlash aliases
|
|
812
|
-
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
807
|
+
// CopyCheck aliases
|
|
808
|
+
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
813
809
|
// CopyX aliases
|
|
814
810
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
815
|
-
//
|
|
816
|
-
export { default as
|
|
811
|
+
// CopySlash aliases
|
|
812
|
+
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
813
|
+
// CopyPlus aliases
|
|
814
|
+
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
817
815
|
// Copyleft aliases
|
|
818
816
|
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
819
|
-
//
|
|
820
|
-
export { default as
|
|
817
|
+
// Copy aliases
|
|
818
|
+
export { default as CopyIcon } from '../icons/copy';
|
|
821
819
|
// Copyright aliases
|
|
822
820
|
export { default as CopyrightIcon } from '../icons/copyright';
|
|
823
|
-
//
|
|
824
|
-
export { default as
|
|
821
|
+
// CornerDownLeft aliases
|
|
822
|
+
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
825
823
|
// CornerLeftDown aliases
|
|
826
824
|
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
827
|
-
//
|
|
828
|
-
export { default as
|
|
829
|
-
// CornerUpLeft aliases
|
|
830
|
-
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
825
|
+
// CornerDownRight aliases
|
|
826
|
+
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
831
827
|
// CornerRightUp aliases
|
|
832
828
|
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
833
829
|
// CornerRightDown aliases
|
|
834
830
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
831
|
+
// CornerLeftUp aliases
|
|
832
|
+
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
835
833
|
// CornerUpRight aliases
|
|
836
834
|
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
835
|
+
// CornerUpLeft aliases
|
|
836
|
+
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
837
837
|
// CreativeCommons aliases
|
|
838
838
|
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
839
|
-
// Cpu aliases
|
|
840
|
-
export { default as CpuIcon } from '../icons/cpu';
|
|
841
839
|
// CreditCard aliases
|
|
842
840
|
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
841
|
+
// Cpu aliases
|
|
842
|
+
export { default as CpuIcon } from '../icons/cpu';
|
|
843
843
|
// Croissant aliases
|
|
844
844
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
845
845
|
// Crop aliases
|
|
@@ -848,28 +848,30 @@ export { default as CropIcon } from '../icons/crop';
|
|
|
848
848
|
export { default as CrossIcon } from '../icons/cross';
|
|
849
849
|
// Crosshair aliases
|
|
850
850
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
851
|
-
// Cuboid aliases
|
|
852
|
-
export { default as CuboidIcon } from '../icons/cuboid';
|
|
853
851
|
// Crown aliases
|
|
854
852
|
export { default as CrownIcon } from '../icons/crown';
|
|
855
853
|
// CupSoda aliases
|
|
856
854
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
857
|
-
//
|
|
858
|
-
export { default as
|
|
855
|
+
// Cuboid aliases
|
|
856
|
+
export { default as CuboidIcon } from '../icons/cuboid';
|
|
859
857
|
// Currency aliases
|
|
860
858
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
861
859
|
// Dam aliases
|
|
862
860
|
export { default as DamIcon } from '../icons/dam';
|
|
863
|
-
//
|
|
864
|
-
export { default as
|
|
861
|
+
// Cylinder aliases
|
|
862
|
+
export { default as CylinderIcon } from '../icons/cylinder';
|
|
865
863
|
// DatabaseBackup aliases
|
|
866
864
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
867
|
-
//
|
|
868
|
-
export { default as
|
|
869
|
-
//
|
|
870
|
-
export { default as
|
|
865
|
+
// DatabaseSearch aliases
|
|
866
|
+
export { default as DatabaseSearchIcon } from '../icons/database-search';
|
|
867
|
+
// DatabaseZap aliases
|
|
868
|
+
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
871
869
|
// Database aliases
|
|
872
870
|
export { default as DatabaseIcon } from '../icons/database';
|
|
871
|
+
// DecimalsArrowRight aliases
|
|
872
|
+
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
873
|
+
// DecimalsArrowLeft aliases
|
|
874
|
+
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
873
875
|
// Delete aliases
|
|
874
876
|
export { default as DeleteIcon } from '../icons/delete';
|
|
875
877
|
// Dessert aliases
|
|
@@ -884,28 +886,28 @@ export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
|
884
886
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
885
887
|
// Dice1 aliases
|
|
886
888
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
887
|
-
// Dice3 aliases
|
|
888
|
-
export { default as Dice3Icon } from '../icons/dice-3';
|
|
889
889
|
// Dice2 aliases
|
|
890
890
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
891
|
+
// Dice3 aliases
|
|
892
|
+
export { default as Dice3Icon } from '../icons/dice-3';
|
|
891
893
|
// Dice4 aliases
|
|
892
894
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
893
895
|
// Dice5 aliases
|
|
894
896
|
export { default as Dice5Icon } from '../icons/dice-5';
|
|
895
|
-
// Dice6 aliases
|
|
896
|
-
export { default as Dice6Icon } from '../icons/dice-6';
|
|
897
897
|
// Dices aliases
|
|
898
898
|
export { default as DicesIcon } from '../icons/dices';
|
|
899
899
|
// Diff aliases
|
|
900
900
|
export { default as DiffIcon } from '../icons/diff';
|
|
901
|
-
//
|
|
902
|
-
export { default as
|
|
903
|
-
// DiscAlbum aliases
|
|
904
|
-
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
901
|
+
// Dice6 aliases
|
|
902
|
+
export { default as Dice6Icon } from '../icons/dice-6';
|
|
905
903
|
// Disc2 aliases
|
|
906
904
|
export { default as Disc2Icon } from '../icons/disc-2';
|
|
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
|
+
// DiscAlbum aliases
|
|
910
|
+
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
909
911
|
// Divide aliases
|
|
910
912
|
export { default as DivideIcon } from '../icons/divide';
|
|
911
913
|
// DnaOff aliases
|
|
@@ -920,88 +922,88 @@ export { default as DogIcon } from '../icons/dog';
|
|
|
920
922
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
921
923
|
// Donut aliases
|
|
922
924
|
export { default as DonutIcon } from '../icons/donut';
|
|
923
|
-
// DoorClosed aliases
|
|
924
|
-
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
925
925
|
// DoorClosedLocked aliases
|
|
926
926
|
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
927
|
+
// DoorClosed aliases
|
|
928
|
+
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
927
929
|
// DoorOpen aliases
|
|
928
930
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
929
931
|
// Dot aliases
|
|
930
932
|
export { default as DotIcon } from '../icons/dot';
|
|
931
|
-
// Download aliases
|
|
932
|
-
export { default as DownloadIcon } from '../icons/download';
|
|
933
|
-
// DraftingCompass aliases
|
|
934
|
-
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
935
933
|
// Drama aliases
|
|
936
934
|
export { default as DramaIcon } from '../icons/drama';
|
|
935
|
+
// DraftingCompass aliases
|
|
936
|
+
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
937
937
|
// Dribbble aliases
|
|
938
938
|
export { default as DribbbleIcon } from '../icons/dribbble';
|
|
939
|
+
// Download aliases
|
|
940
|
+
export { default as DownloadIcon } from '../icons/download';
|
|
939
941
|
// Drill aliases
|
|
940
942
|
export { default as DrillIcon } from '../icons/drill';
|
|
941
943
|
// Drone aliases
|
|
942
944
|
export { default as DroneIcon } from '../icons/drone';
|
|
943
|
-
// DropletOff aliases
|
|
944
|
-
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
945
945
|
// Droplet aliases
|
|
946
946
|
export { default as DropletIcon } from '../icons/droplet';
|
|
947
|
+
// DropletOff aliases
|
|
948
|
+
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
947
949
|
// Droplets aliases
|
|
948
950
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
949
951
|
// Drum aliases
|
|
950
952
|
export { default as DrumIcon } from '../icons/drum';
|
|
951
|
-
// Drumstick aliases
|
|
952
|
-
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
953
953
|
// Dumbbell aliases
|
|
954
954
|
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
955
|
+
// Drumstick aliases
|
|
956
|
+
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
955
957
|
// EarOff aliases
|
|
956
958
|
export { default as EarOffIcon } from '../icons/ear-off';
|
|
957
959
|
// Ear aliases
|
|
958
960
|
export { default as EarIcon } from '../icons/ear';
|
|
959
961
|
// EarthLock aliases
|
|
960
962
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
963
|
+
// Eclipse aliases
|
|
964
|
+
export { default as EclipseIcon } from '../icons/eclipse';
|
|
961
965
|
// EggFried aliases
|
|
962
966
|
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
963
967
|
// EggOff aliases
|
|
964
968
|
export { default as EggOffIcon } from '../icons/egg-off';
|
|
965
|
-
// Eclipse aliases
|
|
966
|
-
export { default as EclipseIcon } from '../icons/eclipse';
|
|
967
969
|
// Egg aliases
|
|
968
970
|
export { default as EggIcon } from '../icons/egg';
|
|
969
971
|
// EqualApproximately aliases
|
|
970
972
|
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
971
|
-
// Equal aliases
|
|
972
|
-
export { default as EqualIcon } from '../icons/equal';
|
|
973
973
|
// EqualNot aliases
|
|
974
974
|
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
975
|
+
// Equal aliases
|
|
976
|
+
export { default as EqualIcon } from '../icons/equal';
|
|
975
977
|
// EthernetPort aliases
|
|
976
978
|
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
979
|
+
// Euro aliases
|
|
980
|
+
export { default as EuroIcon } from '../icons/euro';
|
|
977
981
|
// Eraser aliases
|
|
978
982
|
export { default as EraserIcon } from '../icons/eraser';
|
|
979
983
|
// EvCharger aliases
|
|
980
984
|
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
981
|
-
// Euro aliases
|
|
982
|
-
export { default as EuroIcon } from '../icons/euro';
|
|
983
|
-
// ExternalLink aliases
|
|
984
|
-
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
985
985
|
// Expand aliases
|
|
986
986
|
export { default as ExpandIcon } from '../icons/expand';
|
|
987
|
+
// ExternalLink aliases
|
|
988
|
+
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
987
989
|
// EyeClosed aliases
|
|
988
990
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
989
|
-
// EyeOff aliases
|
|
990
|
-
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
991
991
|
// Eye aliases
|
|
992
992
|
export { default as EyeIcon } from '../icons/eye';
|
|
993
|
-
// Fan aliases
|
|
994
|
-
export { default as FanIcon } from '../icons/fan';
|
|
995
|
-
// FastForward aliases
|
|
996
|
-
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
997
|
-
// Factory aliases
|
|
998
|
-
export { default as FactoryIcon } from '../icons/factory';
|
|
999
993
|
// Facebook aliases
|
|
1000
994
|
export { default as FacebookIcon } from '../icons/facebook';
|
|
1001
|
-
//
|
|
1002
|
-
export { default as
|
|
995
|
+
// EyeOff aliases
|
|
996
|
+
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
997
|
+
// Factory aliases
|
|
998
|
+
export { default as FactoryIcon } from '../icons/factory';
|
|
999
|
+
// FastForward aliases
|
|
1000
|
+
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
1001
|
+
// Fan aliases
|
|
1002
|
+
export { default as FanIcon } from '../icons/fan';
|
|
1003
1003
|
// Fence aliases
|
|
1004
1004
|
export { default as FenceIcon } from '../icons/fence';
|
|
1005
|
+
// Feather aliases
|
|
1006
|
+
export { default as FeatherIcon } from '../icons/feather';
|
|
1005
1007
|
// FerrisWheel aliases
|
|
1006
1008
|
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
1007
1009
|
// Figma aliases
|
|
@@ -1012,36 +1014,36 @@ export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
|
1012
1014
|
export { default as FileBoxIcon } from '../icons/file-box';
|
|
1013
1015
|
// FileCheck aliases
|
|
1014
1016
|
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1015
|
-
// FileCode aliases
|
|
1016
|
-
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1017
1017
|
// FileClock aliases
|
|
1018
1018
|
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1019
|
+
// FileCode aliases
|
|
1020
|
+
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1019
1021
|
// FileDiff aliases
|
|
1020
1022
|
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
1021
|
-
//
|
|
1022
|
-
export { default as
|
|
1023
|
+
// FileHeart aliases
|
|
1024
|
+
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1023
1025
|
// FileDigit aliases
|
|
1024
1026
|
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1027
|
+
// FileDown aliases
|
|
1028
|
+
export { default as FileDownIcon } from '../icons/file-down';
|
|
1025
1029
|
// FileImage aliases
|
|
1026
1030
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
1027
1031
|
// FileInput aliases
|
|
1028
1032
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
1029
|
-
// FileHeart aliases
|
|
1030
|
-
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1031
|
-
// FileMinus aliases
|
|
1032
|
-
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1033
1033
|
// FileOutput aliases
|
|
1034
1034
|
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1035
1035
|
// FileMusic aliases
|
|
1036
1036
|
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1037
|
+
// FileMinus aliases
|
|
1038
|
+
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1037
1039
|
// FilePlus aliases
|
|
1038
1040
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1039
1041
|
// FileScan aliases
|
|
1040
1042
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1041
|
-
// FileSearch aliases
|
|
1042
|
-
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1043
1043
|
// FileSliders aliases
|
|
1044
1044
|
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1045
|
+
// FileSearch aliases
|
|
1046
|
+
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1045
1047
|
// FileSpreadsheet aliases
|
|
1046
1048
|
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1047
1049
|
// FileStack aliases
|
|
@@ -1054,12 +1056,12 @@ export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
|
1054
1056
|
export { default as FileTextIcon } from '../icons/file-text';
|
|
1055
1057
|
// FileType aliases
|
|
1056
1058
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1057
|
-
// FileUp aliases
|
|
1058
|
-
export { default as FileUpIcon } from '../icons/file-up';
|
|
1059
1059
|
// FileUser aliases
|
|
1060
1060
|
export { default as FileUserIcon } from '../icons/file-user';
|
|
1061
1061
|
// FileVolume aliases
|
|
1062
1062
|
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1063
|
+
// FileUp aliases
|
|
1064
|
+
export { default as FileUpIcon } from '../icons/file-up';
|
|
1063
1065
|
// FileX aliases
|
|
1064
1066
|
export { default as FileXIcon } from '../icons/file-x';
|
|
1065
1067
|
// File aliases
|
|
@@ -1070,102 +1072,102 @@ export { default as FilesIcon } from '../icons/files';
|
|
|
1070
1072
|
export { default as FilmIcon } from '../icons/film';
|
|
1071
1073
|
// FireExtinguisher aliases
|
|
1072
1074
|
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1073
|
-
// FishOff aliases
|
|
1074
|
-
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1075
1075
|
// FishSymbol aliases
|
|
1076
1076
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1077
1077
|
// FishingHook aliases
|
|
1078
1078
|
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1079
|
-
//
|
|
1080
|
-
export { default as
|
|
1079
|
+
// FishOff aliases
|
|
1080
|
+
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1081
1081
|
// FlagOff aliases
|
|
1082
1082
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1083
|
-
// FlagTriangleRight aliases
|
|
1084
|
-
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1085
|
-
// Flag aliases
|
|
1086
|
-
export { default as FlagIcon } from '../icons/flag';
|
|
1087
1083
|
// FlagTriangleLeft aliases
|
|
1088
1084
|
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1085
|
+
// Fish aliases
|
|
1086
|
+
export { default as FishIcon } from '../icons/fish';
|
|
1087
|
+
// Flag aliases
|
|
1088
|
+
export { default as FlagIcon } from '../icons/flag';
|
|
1089
|
+
// FlagTriangleRight aliases
|
|
1090
|
+
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1089
1091
|
// FlameKindling aliases
|
|
1090
1092
|
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1091
|
-
// FlashlightOff aliases
|
|
1092
|
-
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1093
1093
|
// Flame aliases
|
|
1094
1094
|
export { default as FlameIcon } from '../icons/flame';
|
|
1095
1095
|
// Flashlight aliases
|
|
1096
1096
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1097
|
-
//
|
|
1098
|
-
export { default as
|
|
1097
|
+
// FlashlightOff aliases
|
|
1098
|
+
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1099
1099
|
// FlaskConicalOff aliases
|
|
1100
1100
|
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1101
|
+
// FlaskConical aliases
|
|
1102
|
+
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1101
1103
|
// FlaskRound aliases
|
|
1102
1104
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1103
|
-
// FlipHorizontal aliases
|
|
1104
|
-
export { default as FlipHorizontalIcon } from '../icons/flip-horizontal';
|
|
1105
1105
|
// FlipHorizontal2 aliases
|
|
1106
1106
|
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1107
|
+
// FlipHorizontal aliases
|
|
1108
|
+
export { default as FlipHorizontalIcon } from '../icons/flip-horizontal';
|
|
1107
1109
|
// FlipVertical aliases
|
|
1108
1110
|
export { default as FlipVerticalIcon } from '../icons/flip-vertical';
|
|
1109
1111
|
// FlipVertical2 aliases
|
|
1110
1112
|
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1111
|
-
// Flower2 aliases
|
|
1112
|
-
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1113
|
-
// Flower aliases
|
|
1114
|
-
export { default as FlowerIcon } from '../icons/flower';
|
|
1115
1113
|
// Focus aliases
|
|
1116
1114
|
export { default as FocusIcon } from '../icons/focus';
|
|
1115
|
+
// Flower aliases
|
|
1116
|
+
export { default as FlowerIcon } from '../icons/flower';
|
|
1117
|
+
// Flower2 aliases
|
|
1118
|
+
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1117
1119
|
// FoldHorizontal aliases
|
|
1118
1120
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1119
|
-
// FolderArchive aliases
|
|
1120
|
-
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1121
1121
|
// FoldVertical aliases
|
|
1122
1122
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1123
|
-
//
|
|
1124
|
-
export { default as
|
|
1123
|
+
// FolderArchive aliases
|
|
1124
|
+
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1125
1125
|
// FolderCheck aliases
|
|
1126
1126
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1127
|
-
//
|
|
1128
|
-
export { default as
|
|
1129
|
-
// FolderCode aliases
|
|
1130
|
-
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1127
|
+
// FolderClock aliases
|
|
1128
|
+
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1131
1129
|
// FolderDot aliases
|
|
1132
1130
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1131
|
+
// FolderCode aliases
|
|
1132
|
+
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1133
|
+
// FolderClosed aliases
|
|
1134
|
+
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1133
1135
|
// FolderDown aliases
|
|
1134
1136
|
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1135
|
-
// FolderHeart aliases
|
|
1136
|
-
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1137
|
-
// FolderGit aliases
|
|
1138
|
-
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1139
1137
|
// FolderGit2 aliases
|
|
1140
1138
|
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1139
|
+
// FolderHeart aliases
|
|
1140
|
+
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1141
1141
|
// FolderInput aliases
|
|
1142
1142
|
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1143
|
-
//
|
|
1144
|
-
export { default as
|
|
1145
|
-
// FolderLock aliases
|
|
1146
|
-
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1143
|
+
// FolderGit aliases
|
|
1144
|
+
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1147
1145
|
// FolderKey aliases
|
|
1148
1146
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1147
|
+
// FolderLock aliases
|
|
1148
|
+
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1149
|
+
// FolderKanban aliases
|
|
1150
|
+
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1149
1151
|
// FolderMinus aliases
|
|
1150
1152
|
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1151
|
-
// FolderOpen aliases
|
|
1152
|
-
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1153
1153
|
// FolderOpenDot aliases
|
|
1154
1154
|
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1155
|
-
// FolderPlus aliases
|
|
1156
|
-
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1157
1155
|
// FolderOutput aliases
|
|
1158
1156
|
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1157
|
+
// FolderPlus aliases
|
|
1158
|
+
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1159
|
+
// FolderOpen aliases
|
|
1160
|
+
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1159
1161
|
// FolderRoot aliases
|
|
1160
1162
|
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1161
|
-
// FolderSearch2 aliases
|
|
1162
|
-
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1163
1163
|
// FolderSearch aliases
|
|
1164
1164
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1165
|
-
// FolderSync aliases
|
|
1166
|
-
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1167
1165
|
// FolderSymlink aliases
|
|
1168
1166
|
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1167
|
+
// FolderSearch2 aliases
|
|
1168
|
+
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1169
|
+
// FolderSync aliases
|
|
1170
|
+
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1169
1171
|
// FolderTree aliases
|
|
1170
1172
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1171
1173
|
// FolderUp aliases
|
|
@@ -1174,10 +1176,10 @@ export { default as FolderUpIcon } from '../icons/folder-up';
|
|
|
1174
1176
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1175
1177
|
// Folder aliases
|
|
1176
1178
|
export { default as FolderIcon } from '../icons/folder';
|
|
1177
|
-
// Folders aliases
|
|
1178
|
-
export { default as FoldersIcon } from '../icons/folders';
|
|
1179
1179
|
// Footprints aliases
|
|
1180
1180
|
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1181
|
+
// Folders aliases
|
|
1182
|
+
export { default as FoldersIcon } from '../icons/folders';
|
|
1181
1183
|
// Forklift aliases
|
|
1182
1184
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1183
1185
|
// Form aliases
|
|
@@ -1194,20 +1196,20 @@ export { default as FrownIcon } from '../icons/frown';
|
|
|
1194
1196
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1195
1197
|
// Fullscreen aliases
|
|
1196
1198
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1199
|
+
// FunnelPlus aliases
|
|
1200
|
+
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1201
|
+
// GalleryVerticalEnd aliases
|
|
1202
|
+
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1197
1203
|
// GalleryHorizontalEnd aliases
|
|
1198
1204
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1199
1205
|
// GalleryHorizontal aliases
|
|
1200
1206
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1201
|
-
// FunnelPlus aliases
|
|
1202
|
-
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1203
1207
|
// GalleryThumbnails aliases
|
|
1204
1208
|
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1205
|
-
// GalleryVerticalEnd aliases
|
|
1206
|
-
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1207
|
-
// GalleryVertical aliases
|
|
1208
|
-
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1209
1209
|
// Gamepad2 aliases
|
|
1210
1210
|
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1211
|
+
// GalleryVertical aliases
|
|
1212
|
+
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1211
1213
|
// GamepadDirectional aliases
|
|
1212
1214
|
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1213
1215
|
// Gamepad aliases
|
|
@@ -1218,14 +1220,14 @@ export { default as GaugeIcon } from '../icons/gauge';
|
|
|
1218
1220
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1219
1221
|
// Gem aliases
|
|
1220
1222
|
export { default as GemIcon } from '../icons/gem';
|
|
1221
|
-
// Ghost aliases
|
|
1222
|
-
export { default as GhostIcon } from '../icons/ghost';
|
|
1223
1223
|
// GeorgianLari aliases
|
|
1224
1224
|
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1225
|
-
//
|
|
1226
|
-
export { default as
|
|
1225
|
+
// Ghost aliases
|
|
1226
|
+
export { default as GhostIcon } from '../icons/ghost';
|
|
1227
1227
|
// Gift aliases
|
|
1228
1228
|
export { default as GiftIcon } from '../icons/gift';
|
|
1229
|
+
// GitBranchMinus aliases
|
|
1230
|
+
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1229
1231
|
// GitBranchPlus aliases
|
|
1230
1232
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1231
1233
|
// GitBranch aliases
|
|
@@ -1234,22 +1236,22 @@ export { default as GitBranchIcon } from '../icons/git-branch';
|
|
|
1234
1236
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1235
1237
|
// GitCompareArrows aliases
|
|
1236
1238
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1239
|
+
// GitCompare aliases
|
|
1240
|
+
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1237
1241
|
// GitFork aliases
|
|
1238
1242
|
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1239
1243
|
// GitGraph aliases
|
|
1240
1244
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1241
|
-
// GitCompare aliases
|
|
1242
|
-
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1243
|
-
// GitMerge aliases
|
|
1244
|
-
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1245
1245
|
// GitPullRequestArrow aliases
|
|
1246
1246
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1247
|
+
// GitMerge aliases
|
|
1248
|
+
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1247
1249
|
// GitPullRequestClosed aliases
|
|
1248
1250
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1249
|
-
// GitPullRequestCreate aliases
|
|
1250
|
-
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1251
1251
|
// GitPullRequestCreateArrow aliases
|
|
1252
1252
|
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1253
|
+
// GitPullRequestCreate aliases
|
|
1254
|
+
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1253
1255
|
// GitPullRequestDraft aliases
|
|
1254
1256
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1255
1257
|
// GitPullRequest aliases
|
|
@@ -1258,50 +1260,50 @@ export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
|
1258
1260
|
export { default as GithubIcon } from '../icons/github';
|
|
1259
1261
|
// Gitlab aliases
|
|
1260
1262
|
export { default as GitlabIcon } from '../icons/gitlab';
|
|
1261
|
-
// Glasses aliases
|
|
1262
|
-
export { default as GlassesIcon } from '../icons/glasses';
|
|
1263
1263
|
// GlassWater aliases
|
|
1264
1264
|
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1265
|
+
// Glasses aliases
|
|
1266
|
+
export { default as GlassesIcon } from '../icons/glasses';
|
|
1265
1267
|
// GlobeLock aliases
|
|
1266
1268
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1267
1269
|
// GlobeX aliases
|
|
1268
1270
|
export { default as GlobeXIcon } from '../icons/globe-x';
|
|
1269
1271
|
// Globe aliases
|
|
1270
1272
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1271
|
-
// Gpu aliases
|
|
1272
|
-
export { default as GpuIcon } from '../icons/gpu';
|
|
1273
1273
|
// Goal aliases
|
|
1274
1274
|
export { default as GoalIcon } from '../icons/goal';
|
|
1275
|
+
// Gpu aliases
|
|
1276
|
+
export { default as GpuIcon } from '../icons/gpu';
|
|
1275
1277
|
// GraduationCap aliases
|
|
1276
1278
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1277
|
-
// Grape aliases
|
|
1278
|
-
export { default as GrapeIcon } from '../icons/grape';
|
|
1279
1279
|
// Grid3x2 aliases
|
|
1280
1280
|
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1281
|
+
// Grape aliases
|
|
1282
|
+
export { default as GrapeIcon } from '../icons/grape';
|
|
1281
1283
|
// GripHorizontal aliases
|
|
1282
1284
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1283
|
-
// Grip aliases
|
|
1284
|
-
export { default as GripIcon } from '../icons/grip';
|
|
1285
1285
|
// GripVertical aliases
|
|
1286
1286
|
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1287
|
-
//
|
|
1288
|
-
export { default as
|
|
1287
|
+
// Grip aliases
|
|
1288
|
+
export { default as GripIcon } from '../icons/grip';
|
|
1289
1289
|
// Guitar aliases
|
|
1290
1290
|
export { default as GuitarIcon } from '../icons/guitar';
|
|
1291
|
-
//
|
|
1292
|
-
export { default as
|
|
1291
|
+
// Group aliases
|
|
1292
|
+
export { default as GroupIcon } from '../icons/group';
|
|
1293
1293
|
// Hamburger aliases
|
|
1294
1294
|
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1295
|
+
// Ham aliases
|
|
1296
|
+
export { default as HamIcon } from '../icons/ham';
|
|
1295
1297
|
// Hammer aliases
|
|
1296
1298
|
export { default as HammerIcon } from '../icons/hammer';
|
|
1297
1299
|
// HandCoins aliases
|
|
1298
1300
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1299
1301
|
// HandFist aliases
|
|
1300
1302
|
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1301
|
-
// HandHeart aliases
|
|
1302
|
-
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1303
1303
|
// HandMetal aliases
|
|
1304
1304
|
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1305
|
+
// HandHeart aliases
|
|
1306
|
+
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1305
1307
|
// HandPlatter aliases
|
|
1306
1308
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1307
1309
|
// Hand aliases
|
|
@@ -1314,12 +1316,12 @@ export { default as HandshakeIcon } from '../icons/handshake';
|
|
|
1314
1316
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1315
1317
|
// HardDriveUpload aliases
|
|
1316
1318
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1319
|
+
// Hash aliases
|
|
1320
|
+
export { default as HashIcon } from '../icons/hash';
|
|
1317
1321
|
// HardDrive aliases
|
|
1318
1322
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1319
1323
|
// HardHat aliases
|
|
1320
1324
|
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1321
|
-
// Hash aliases
|
|
1322
|
-
export { default as HashIcon } from '../icons/hash';
|
|
1323
1325
|
// HatGlasses aliases
|
|
1324
1326
|
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1325
1327
|
// Haze aliases
|
|
@@ -1358,34 +1360,34 @@ export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
|
1358
1360
|
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1359
1361
|
// HeartPlus aliases
|
|
1360
1362
|
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1361
|
-
// Heart aliases
|
|
1362
|
-
export { default as HeartIcon } from '../icons/heart';
|
|
1363
|
-
// HeartPulse aliases
|
|
1364
|
-
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1365
1363
|
// Heater aliases
|
|
1366
1364
|
export { default as HeaterIcon } from '../icons/heater';
|
|
1365
|
+
// HeartPulse aliases
|
|
1366
|
+
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1367
|
+
// Heart aliases
|
|
1368
|
+
export { default as HeartIcon } from '../icons/heart';
|
|
1367
1369
|
// Helicopter aliases
|
|
1368
1370
|
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1369
|
-
// Highlighter aliases
|
|
1370
|
-
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1371
1371
|
// Hexagon aliases
|
|
1372
1372
|
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1373
|
-
//
|
|
1374
|
-
export { default as
|
|
1373
|
+
// Highlighter aliases
|
|
1374
|
+
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1375
1375
|
// HopOff aliases
|
|
1376
1376
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1377
|
-
//
|
|
1378
|
-
export { default as
|
|
1377
|
+
// History aliases
|
|
1378
|
+
export { default as HistoryIcon } from '../icons/history';
|
|
1379
1379
|
// Hospital aliases
|
|
1380
1380
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1381
|
+
// Hop aliases
|
|
1382
|
+
export { default as HopIcon } from '../icons/hop';
|
|
1381
1383
|
// Hotel aliases
|
|
1382
1384
|
export { default as HotelIcon } from '../icons/hotel';
|
|
1383
1385
|
// Hourglass aliases
|
|
1384
1386
|
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1385
|
-
// HousePlug aliases
|
|
1386
|
-
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1387
1387
|
// HouseHeart aliases
|
|
1388
1388
|
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1389
|
+
// HousePlug aliases
|
|
1390
|
+
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1389
1391
|
// HousePlus aliases
|
|
1390
1392
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1391
1393
|
// HouseWifi aliases
|
|
@@ -1394,92 +1396,92 @@ export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
|
1394
1396
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1395
1397
|
// IdCard aliases
|
|
1396
1398
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1397
|
-
// ImageMinus aliases
|
|
1398
|
-
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1399
1399
|
// ImageDown aliases
|
|
1400
1400
|
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1401
|
-
//
|
|
1402
|
-
export { default as
|
|
1403
|
-
// ImageOff aliases
|
|
1404
|
-
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1401
|
+
// ImageMinus aliases
|
|
1402
|
+
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1405
1403
|
// ImagePlus aliases
|
|
1406
1404
|
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1407
|
-
//
|
|
1408
|
-
export { default as
|
|
1405
|
+
// ImageOff aliases
|
|
1406
|
+
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1407
|
+
// ImagePlay aliases
|
|
1408
|
+
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1409
1409
|
// ImageUpscale aliases
|
|
1410
1410
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1411
|
+
// ImageUp aliases
|
|
1412
|
+
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1411
1413
|
// Image aliases
|
|
1412
1414
|
export { default as ImageIcon } from '../icons/image';
|
|
1413
1415
|
// Images aliases
|
|
1414
1416
|
export { default as ImagesIcon } from '../icons/images';
|
|
1415
|
-
// Import aliases
|
|
1416
|
-
export { default as ImportIcon } from '../icons/import';
|
|
1417
1417
|
// Inbox aliases
|
|
1418
1418
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1419
|
-
// Infinity aliases
|
|
1420
|
-
export { default as InfinityIcon } from '../icons/infinity';
|
|
1421
1419
|
// IndianRupee aliases
|
|
1422
1420
|
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1423
|
-
//
|
|
1424
|
-
export { default as
|
|
1421
|
+
// Import aliases
|
|
1422
|
+
export { default as ImportIcon } from '../icons/import';
|
|
1423
|
+
// Infinity aliases
|
|
1424
|
+
export { default as InfinityIcon } from '../icons/infinity';
|
|
1425
1425
|
// InspectionPanel aliases
|
|
1426
1426
|
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1427
|
+
// Info aliases
|
|
1428
|
+
export { default as InfoIcon } from '../icons/info';
|
|
1429
|
+
// IterationCcw aliases
|
|
1430
|
+
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1427
1431
|
// Instagram aliases
|
|
1428
1432
|
export { default as InstagramIcon } from '../icons/instagram';
|
|
1429
1433
|
// Italic aliases
|
|
1430
1434
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1431
|
-
// IterationCcw aliases
|
|
1432
|
-
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1433
1435
|
// JapaneseYen aliases
|
|
1434
1436
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1435
|
-
// Kanban aliases
|
|
1436
|
-
export { default as KanbanIcon } from '../icons/kanban';
|
|
1437
1437
|
// IterationCw aliases
|
|
1438
1438
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1439
1439
|
// Joystick aliases
|
|
1440
1440
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1441
|
+
// Kanban aliases
|
|
1442
|
+
export { default as KanbanIcon } from '../icons/kanban';
|
|
1441
1443
|
// Kayak aliases
|
|
1442
1444
|
export { default as KayakIcon } from '../icons/kayak';
|
|
1443
1445
|
// KeyRound aliases
|
|
1444
1446
|
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1445
1447
|
// Key aliases
|
|
1446
1448
|
export { default as KeyIcon } from '../icons/key';
|
|
1447
|
-
// KeySquare aliases
|
|
1448
|
-
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1449
1449
|
// KeyboardMusic aliases
|
|
1450
1450
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1451
|
-
//
|
|
1452
|
-
export { default as
|
|
1451
|
+
// KeySquare aliases
|
|
1452
|
+
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1453
1453
|
// Keyboard aliases
|
|
1454
1454
|
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1455
|
+
// KeyboardOff aliases
|
|
1456
|
+
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1455
1457
|
// LampCeiling aliases
|
|
1456
1458
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1457
|
-
// LampDesk aliases
|
|
1458
|
-
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1459
1459
|
// LampFloor aliases
|
|
1460
1460
|
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1461
|
+
// LampDesk aliases
|
|
1462
|
+
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1461
1463
|
// LampWallDown aliases
|
|
1462
1464
|
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1463
1465
|
// LampWallUp aliases
|
|
1464
1466
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1465
|
-
// Lamp aliases
|
|
1466
|
-
export { default as LampIcon } from '../icons/lamp';
|
|
1467
1467
|
// LandPlot aliases
|
|
1468
1468
|
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1469
|
-
//
|
|
1470
|
-
export { default as
|
|
1469
|
+
// Lamp aliases
|
|
1470
|
+
export { default as LampIcon } from '../icons/lamp';
|
|
1471
1471
|
// Landmark aliases
|
|
1472
1472
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1473
1473
|
// LaptopMinimalCheck aliases
|
|
1474
1474
|
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1475
|
+
// Languages aliases
|
|
1476
|
+
export { default as LanguagesIcon } from '../icons/languages';
|
|
1475
1477
|
// Laptop aliases
|
|
1476
1478
|
export { default as LaptopIcon } from '../icons/laptop';
|
|
1477
1479
|
// LassoSelect aliases
|
|
1478
1480
|
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1479
|
-
// Laugh aliases
|
|
1480
|
-
export { default as LaughIcon } from '../icons/laugh';
|
|
1481
1481
|
// Lasso aliases
|
|
1482
1482
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1483
|
+
// Laugh aliases
|
|
1484
|
+
export { default as LaughIcon } from '../icons/laugh';
|
|
1483
1485
|
// Layers2 aliases
|
|
1484
1486
|
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1485
1487
|
// LayersPlus aliases
|
|
@@ -1494,16 +1496,16 @@ export { default as LayoutListIcon } from '../icons/layout-list';
|
|
|
1494
1496
|
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1495
1497
|
// LayoutPanelTop aliases
|
|
1496
1498
|
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1497
|
-
// Leaf aliases
|
|
1498
|
-
export { default as LeafIcon } from '../icons/leaf';
|
|
1499
1499
|
// LayoutTemplate aliases
|
|
1500
1500
|
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1501
|
+
// Leaf aliases
|
|
1502
|
+
export { default as LeafIcon } from '../icons/leaf';
|
|
1501
1503
|
// LeafyGreen aliases
|
|
1502
1504
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1503
|
-
// Lectern aliases
|
|
1504
|
-
export { default as LecternIcon } from '../icons/lectern';
|
|
1505
1505
|
// LibraryBig aliases
|
|
1506
1506
|
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1507
|
+
// Lectern aliases
|
|
1508
|
+
export { default as LecternIcon } from '../icons/lectern';
|
|
1507
1509
|
// Library aliases
|
|
1508
1510
|
export { default as LibraryIcon } from '../icons/library';
|
|
1509
1511
|
// LifeBuoy aliases
|
|
@@ -1512,42 +1514,42 @@ export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
|
1512
1514
|
export { default as LigatureIcon } from '../icons/ligature';
|
|
1513
1515
|
// LightbulbOff aliases
|
|
1514
1516
|
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1515
|
-
// LineSquiggle aliases
|
|
1516
|
-
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1517
1517
|
// Lightbulb aliases
|
|
1518
1518
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1519
|
-
//
|
|
1520
|
-
export { default as
|
|
1519
|
+
// LineSquiggle aliases
|
|
1520
|
+
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1521
1521
|
// Link2Off aliases
|
|
1522
1522
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1523
1523
|
// Link aliases
|
|
1524
1524
|
export { default as LinkIcon } from '../icons/link';
|
|
1525
|
-
//
|
|
1526
|
-
export { default as
|
|
1525
|
+
// Link2 aliases
|
|
1526
|
+
export { default as Link2Icon } from '../icons/link-2';
|
|
1527
1527
|
// Linkedin aliases
|
|
1528
1528
|
export { default as LinkedinIcon } from '../icons/linkedin';
|
|
1529
1529
|
// ListChecks aliases
|
|
1530
1530
|
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1531
1531
|
// ListChevronsDownUp aliases
|
|
1532
1532
|
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1533
|
+
// ListCheck aliases
|
|
1534
|
+
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1533
1535
|
// ListChevronsUpDown aliases
|
|
1534
1536
|
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1535
1537
|
// ListCollapse aliases
|
|
1536
1538
|
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1537
|
-
// ListFilterPlus aliases
|
|
1538
|
-
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1539
1539
|
// ListEnd aliases
|
|
1540
1540
|
export { default as ListEndIcon } from '../icons/list-end';
|
|
1541
|
+
// ListFilterPlus aliases
|
|
1542
|
+
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1541
1543
|
// ListFilter aliases
|
|
1542
1544
|
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1543
1545
|
// ListMinus aliases
|
|
1544
1546
|
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1545
1547
|
// ListMusic aliases
|
|
1546
1548
|
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1547
|
-
// ListPlus aliases
|
|
1548
|
-
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1549
1549
|
// ListOrdered aliases
|
|
1550
1550
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1551
|
+
// ListPlus aliases
|
|
1552
|
+
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1551
1553
|
// ListRestart aliases
|
|
1552
1554
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1553
1555
|
// ListStart aliases
|
|
@@ -1568,46 +1570,46 @@ export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
|
1568
1570
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1569
1571
|
// LocateFixed aliases
|
|
1570
1572
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1571
|
-
// LocateOff aliases
|
|
1572
|
-
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1573
|
-
// Locate aliases
|
|
1574
|
-
export { default as LocateIcon } from '../icons/locate';
|
|
1575
1573
|
// LockKeyhole aliases
|
|
1576
1574
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1577
|
-
//
|
|
1578
|
-
export { default as
|
|
1575
|
+
// LocateOff aliases
|
|
1576
|
+
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1579
1577
|
// Lock aliases
|
|
1580
1578
|
export { default as LockIcon } from '../icons/lock';
|
|
1579
|
+
// Locate aliases
|
|
1580
|
+
export { default as LocateIcon } from '../icons/locate';
|
|
1581
1581
|
// LogOut aliases
|
|
1582
1582
|
export { default as LogOutIcon } from '../icons/log-out';
|
|
1583
1583
|
// Logs aliases
|
|
1584
1584
|
export { default as LogsIcon } from '../icons/logs';
|
|
1585
|
+
// LogIn aliases
|
|
1586
|
+
export { default as LogInIcon } from '../icons/log-in';
|
|
1585
1587
|
// Lollipop aliases
|
|
1586
1588
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1587
|
-
// Luggage aliases
|
|
1588
|
-
export { default as LuggageIcon } from '../icons/luggage';
|
|
1589
|
-
// Magnet aliases
|
|
1590
|
-
export { default as MagnetIcon } from '../icons/magnet';
|
|
1591
1589
|
// MailCheck aliases
|
|
1592
1590
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1591
|
+
// Magnet aliases
|
|
1592
|
+
export { default as MagnetIcon } from '../icons/magnet';
|
|
1593
|
+
// Luggage aliases
|
|
1594
|
+
export { default as LuggageIcon } from '../icons/luggage';
|
|
1593
1595
|
// MailMinus aliases
|
|
1594
1596
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1595
|
-
// MailPlus aliases
|
|
1596
|
-
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1597
1597
|
// MailOpen aliases
|
|
1598
1598
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1599
|
+
// MailPlus aliases
|
|
1600
|
+
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1599
1601
|
// MailSearch aliases
|
|
1600
1602
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1601
|
-
// MailX aliases
|
|
1602
|
-
export { default as MailXIcon } from '../icons/mail-x';
|
|
1603
1603
|
// MailWarning aliases
|
|
1604
1604
|
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1605
|
+
// MailX aliases
|
|
1606
|
+
export { default as MailXIcon } from '../icons/mail-x';
|
|
1605
1607
|
// Mailbox aliases
|
|
1606
1608
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1607
|
-
// Mail aliases
|
|
1608
|
-
export { default as MailIcon } from '../icons/mail';
|
|
1609
1609
|
// Mails aliases
|
|
1610
1610
|
export { default as MailsIcon } from '../icons/mails';
|
|
1611
|
+
// Mail aliases
|
|
1612
|
+
export { default as MailIcon } from '../icons/mail';
|
|
1611
1613
|
// MapMinus aliases
|
|
1612
1614
|
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1613
1615
|
// MapPinCheckInside aliases
|
|
@@ -1616,28 +1618,28 @@ export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside'
|
|
|
1616
1618
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1617
1619
|
// MapPinMinusInside aliases
|
|
1618
1620
|
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1621
|
+
// MapPinOff aliases
|
|
1622
|
+
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1619
1623
|
// MapPinHouse aliases
|
|
1620
1624
|
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1621
1625
|
// MapPinMinus aliases
|
|
1622
1626
|
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1623
1627
|
// MapPinPlusInside aliases
|
|
1624
1628
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1625
|
-
//
|
|
1626
|
-
export { default as
|
|
1629
|
+
// MapPinXInside aliases
|
|
1630
|
+
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1627
1631
|
// MapPinPlus aliases
|
|
1628
1632
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1629
1633
|
// MapPinX aliases
|
|
1630
1634
|
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1631
|
-
//
|
|
1632
|
-
export { default as
|
|
1633
|
-
// MapPin aliases
|
|
1634
|
-
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1635
|
+
// MapPinned aliases
|
|
1636
|
+
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1635
1637
|
// MapPlus aliases
|
|
1636
1638
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1639
|
+
// MapPin aliases
|
|
1640
|
+
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1637
1641
|
// Map aliases
|
|
1638
1642
|
export { default as MapIcon } from '../icons/map';
|
|
1639
|
-
// MapPinned aliases
|
|
1640
|
-
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1641
1643
|
// MarsStroke aliases
|
|
1642
1644
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1643
1645
|
// Mars aliases
|
|
@@ -1650,34 +1652,34 @@ export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
|
1650
1652
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1651
1653
|
// Medal aliases
|
|
1652
1654
|
export { default as MedalIcon } from '../icons/medal';
|
|
1653
|
-
// Megaphone aliases
|
|
1654
|
-
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1655
1655
|
// MegaphoneOff aliases
|
|
1656
1656
|
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1657
|
-
//
|
|
1658
|
-
export { default as
|
|
1657
|
+
// Megaphone aliases
|
|
1658
|
+
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1659
1659
|
// Meh aliases
|
|
1660
1660
|
export { default as MehIcon } from '../icons/meh';
|
|
1661
|
+
// Merge aliases
|
|
1662
|
+
export { default as MergeIcon } from '../icons/merge';
|
|
1663
|
+
// MemoryStick aliases
|
|
1664
|
+
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1661
1665
|
// Menu aliases
|
|
1662
1666
|
export { default as MenuIcon } from '../icons/menu';
|
|
1663
1667
|
// MessageCircleCode aliases
|
|
1664
1668
|
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1665
|
-
// Merge aliases
|
|
1666
|
-
export { default as MergeIcon } from '../icons/merge';
|
|
1667
|
-
// MessageCircleHeart aliases
|
|
1668
|
-
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1669
1669
|
// MessageCircleDashed aliases
|
|
1670
1670
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1671
|
-
//
|
|
1672
|
-
export { default as
|
|
1671
|
+
// MessageCircleHeart aliases
|
|
1672
|
+
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1673
1673
|
// MessageCircleOff aliases
|
|
1674
1674
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1675
|
+
// MessageCircleMore aliases
|
|
1676
|
+
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1677
|
+
// MessageCircleReply aliases
|
|
1678
|
+
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1675
1679
|
// MessageCirclePlus aliases
|
|
1676
1680
|
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1677
1681
|
// MessageCircleWarning aliases
|
|
1678
1682
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1679
|
-
// MessageCircleReply aliases
|
|
1680
|
-
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1681
1683
|
// MessageCircleX aliases
|
|
1682
1684
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1683
1685
|
// MessageCircle aliases
|
|
@@ -1698,44 +1700,44 @@ export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
|
1698
1700
|
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1699
1701
|
// MessageSquareOff aliases
|
|
1700
1702
|
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1701
|
-
// MessageSquarePlus aliases
|
|
1702
|
-
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1703
1703
|
// MessageSquareQuote aliases
|
|
1704
1704
|
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1705
|
-
//
|
|
1706
|
-
export { default as
|
|
1705
|
+
// MessageSquarePlus aliases
|
|
1706
|
+
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1707
1707
|
// MessageSquareReply aliases
|
|
1708
1708
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1709
|
+
// MessageSquareShare aliases
|
|
1710
|
+
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1709
1711
|
// MessageSquareText aliases
|
|
1710
1712
|
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1711
|
-
// MessageSquareWarning aliases
|
|
1712
|
-
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1713
1713
|
// MessageSquareX aliases
|
|
1714
1714
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1715
1715
|
// MessageSquare aliases
|
|
1716
1716
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1717
1717
|
// MessagesSquare aliases
|
|
1718
1718
|
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1719
|
-
//
|
|
1720
|
-
export { default as
|
|
1721
|
-
// MicOff aliases
|
|
1722
|
-
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1719
|
+
// MessageSquareWarning aliases
|
|
1720
|
+
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1723
1721
|
// Microchip aliases
|
|
1724
1722
|
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1723
|
+
// MicOff aliases
|
|
1724
|
+
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1725
|
+
// Mic aliases
|
|
1726
|
+
export { default as MicIcon } from '../icons/mic';
|
|
1725
1727
|
// Microscope aliases
|
|
1726
1728
|
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1727
|
-
// Milestone aliases
|
|
1728
|
-
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1729
1729
|
// Microwave aliases
|
|
1730
1730
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1731
|
+
// Milestone aliases
|
|
1732
|
+
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1731
1733
|
// MilkOff aliases
|
|
1732
1734
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1733
|
-
// Milk aliases
|
|
1734
|
-
export { default as MilkIcon } from '../icons/milk';
|
|
1735
|
-
// Minimize aliases
|
|
1736
|
-
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1737
1735
|
// Minimize2 aliases
|
|
1738
1736
|
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1737
|
+
// Minimize aliases
|
|
1738
|
+
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1739
|
+
// Milk aliases
|
|
1740
|
+
export { default as MilkIcon } from '../icons/milk';
|
|
1739
1741
|
// Minus aliases
|
|
1740
1742
|
export { default as MinusIcon } from '../icons/minus';
|
|
1741
1743
|
// MonitorCheck aliases
|
|
@@ -1744,24 +1746,24 @@ export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
|
1744
1746
|
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1745
1747
|
// MonitorCog aliases
|
|
1746
1748
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1747
|
-
// MonitorDown aliases
|
|
1748
|
-
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1749
|
-
// MonitorOff aliases
|
|
1750
|
-
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1751
1749
|
// MonitorDot aliases
|
|
1752
1750
|
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1751
|
+
// MonitorOff aliases
|
|
1752
|
+
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1753
|
+
// MonitorDown aliases
|
|
1754
|
+
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1753
1755
|
// MonitorPause aliases
|
|
1754
1756
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1755
|
-
// MonitorPlay aliases
|
|
1756
|
-
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1757
1757
|
// MonitorSmartphone aliases
|
|
1758
1758
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1759
1759
|
// MonitorSpeaker aliases
|
|
1760
1760
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1761
|
-
//
|
|
1762
|
-
export { default as
|
|
1761
|
+
// MonitorPlay aliases
|
|
1762
|
+
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1763
1763
|
// MonitorUp aliases
|
|
1764
1764
|
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1765
|
+
// MonitorStop aliases
|
|
1766
|
+
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1765
1767
|
// MonitorX aliases
|
|
1766
1768
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1767
1769
|
// Monitor aliases
|
|
@@ -1772,12 +1774,12 @@ export { default as MoonStarIcon } from '../icons/moon-star';
|
|
|
1772
1774
|
export { default as MoonIcon } from '../icons/moon';
|
|
1773
1775
|
// Motorbike aliases
|
|
1774
1776
|
export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
1775
|
-
// MountainSnow aliases
|
|
1776
|
-
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1777
1777
|
// Mountain aliases
|
|
1778
1778
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1779
1779
|
// MouseOff aliases
|
|
1780
1780
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1781
|
+
// MountainSnow aliases
|
|
1782
|
+
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1781
1783
|
// MousePointer2Off aliases
|
|
1782
1784
|
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1783
1785
|
// MousePointer2 aliases
|
|
@@ -1786,34 +1788,34 @@ export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
|
1786
1788
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1787
1789
|
// MousePointerClick aliases
|
|
1788
1790
|
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1789
|
-
// Mouse aliases
|
|
1790
|
-
export { default as MouseIcon } from '../icons/mouse';
|
|
1791
1791
|
// MousePointer aliases
|
|
1792
1792
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1793
|
+
// Mouse aliases
|
|
1794
|
+
export { default as MouseIcon } from '../icons/mouse';
|
|
1793
1795
|
// MoveDiagonal2 aliases
|
|
1794
1796
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1795
1797
|
// MoveDiagonal aliases
|
|
1796
1798
|
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1797
1799
|
// MoveDownLeft aliases
|
|
1798
1800
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1799
|
-
// MoveDownRight aliases
|
|
1800
|
-
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1801
1801
|
// MoveDown aliases
|
|
1802
1802
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1803
|
+
// MoveDownRight aliases
|
|
1804
|
+
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1803
1805
|
// MoveHorizontal aliases
|
|
1804
1806
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1805
|
-
// MoveRight aliases
|
|
1806
|
-
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1807
1807
|
// MoveLeft aliases
|
|
1808
1808
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1809
|
+
// MoveRight aliases
|
|
1810
|
+
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1809
1811
|
// MoveUpLeft aliases
|
|
1810
1812
|
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1813
|
+
// MoveUpRight aliases
|
|
1814
|
+
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1811
1815
|
// MoveUp aliases
|
|
1812
1816
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1813
1817
|
// MoveVertical aliases
|
|
1814
1818
|
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1815
|
-
// MoveUpRight aliases
|
|
1816
|
-
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1817
1819
|
// Move aliases
|
|
1818
1820
|
export { default as MoveIcon } from '../icons/move';
|
|
1819
1821
|
// Music2 aliases
|
|
@@ -1834,10 +1836,10 @@ export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
|
1834
1836
|
export { default as NavigationIcon } from '../icons/navigation';
|
|
1835
1837
|
// Network aliases
|
|
1836
1838
|
export { default as NetworkIcon } from '../icons/network';
|
|
1837
|
-
// Newspaper aliases
|
|
1838
|
-
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1839
1839
|
// Nfc aliases
|
|
1840
1840
|
export { default as NfcIcon } from '../icons/nfc';
|
|
1841
|
+
// Newspaper aliases
|
|
1842
|
+
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1841
1843
|
// NonBinary aliases
|
|
1842
1844
|
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1843
1845
|
// NotebookPen aliases
|
|
@@ -1852,24 +1854,24 @@ export { default as NotebookIcon } from '../icons/notebook';
|
|
|
1852
1854
|
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1853
1855
|
// NotepadText aliases
|
|
1854
1856
|
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1855
|
-
// NutOff aliases
|
|
1856
|
-
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1857
1857
|
// Nut aliases
|
|
1858
1858
|
export { default as NutIcon } from '../icons/nut';
|
|
1859
|
+
// NutOff aliases
|
|
1860
|
+
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1859
1861
|
// OctagonMinus aliases
|
|
1860
1862
|
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1861
1863
|
// Octagon aliases
|
|
1862
1864
|
export { default as OctagonIcon } from '../icons/octagon';
|
|
1865
|
+
// Omega aliases
|
|
1866
|
+
export { default as OmegaIcon } from '../icons/omega';
|
|
1863
1867
|
// Option aliases
|
|
1864
1868
|
export { default as OptionIcon } from '../icons/option';
|
|
1865
1869
|
// Orbit aliases
|
|
1866
1870
|
export { default as OrbitIcon } from '../icons/orbit';
|
|
1867
|
-
// Omega aliases
|
|
1868
|
-
export { default as OmegaIcon } from '../icons/omega';
|
|
1869
|
-
// Package2 aliases
|
|
1870
|
-
export { default as Package2Icon } from '../icons/package-2';
|
|
1871
1871
|
// Origami aliases
|
|
1872
1872
|
export { default as OrigamiIcon } from '../icons/origami';
|
|
1873
|
+
// Package2 aliases
|
|
1874
|
+
export { default as Package2Icon } from '../icons/package-2';
|
|
1873
1875
|
// PackageCheck aliases
|
|
1874
1876
|
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1875
1877
|
// PackageMinus aliases
|
|
@@ -1880,24 +1882,24 @@ export { default as PackageOpenIcon } from '../icons/package-open';
|
|
|
1880
1882
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1881
1883
|
// PackageSearch aliases
|
|
1882
1884
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1883
|
-
// Package aliases
|
|
1884
|
-
export { default as PackageIcon } from '../icons/package';
|
|
1885
1885
|
// PackageX aliases
|
|
1886
1886
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
1887
|
+
// Package aliases
|
|
1888
|
+
export { default as PackageIcon } from '../icons/package';
|
|
1887
1889
|
// PaintBucket aliases
|
|
1888
1890
|
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1889
|
-
// Paintbrush aliases
|
|
1890
|
-
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1891
1891
|
// PaintRoller aliases
|
|
1892
1892
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1893
|
+
// Paintbrush aliases
|
|
1894
|
+
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1893
1895
|
// Palette aliases
|
|
1894
1896
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1895
|
-
// Panda aliases
|
|
1896
|
-
export { default as PandaIcon } from '../icons/panda';
|
|
1897
1897
|
// PanelBottomClose aliases
|
|
1898
1898
|
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1899
1899
|
// PanelBottom aliases
|
|
1900
1900
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1901
|
+
// Panda aliases
|
|
1902
|
+
export { default as PandaIcon } from '../icons/panda';
|
|
1901
1903
|
// PanelBottomOpen aliases
|
|
1902
1904
|
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1903
1905
|
// PanelLeftRightDashed aliases
|
|
@@ -1908,22 +1910,22 @@ export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
|
1908
1910
|
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1909
1911
|
// PanelRight aliases
|
|
1910
1912
|
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1911
|
-
// PanelTopClose aliases
|
|
1912
|
-
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1913
1913
|
// PanelTopBottomDashed aliases
|
|
1914
1914
|
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
1915
|
-
//
|
|
1916
|
-
export { default as
|
|
1915
|
+
// PanelTopClose aliases
|
|
1916
|
+
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1917
1917
|
// PanelTop aliases
|
|
1918
1918
|
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1919
|
-
//
|
|
1920
|
-
export { default as
|
|
1919
|
+
// PanelTopOpen aliases
|
|
1920
|
+
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1921
1921
|
// PanelsLeftBottom aliases
|
|
1922
1922
|
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1923
|
-
//
|
|
1924
|
-
export { default as
|
|
1923
|
+
// PanelsRightBottom aliases
|
|
1924
|
+
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1925
1925
|
// Paperclip aliases
|
|
1926
1926
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1927
|
+
// Parentheses aliases
|
|
1928
|
+
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1927
1929
|
// ParkingMeter aliases
|
|
1928
1930
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1929
1931
|
// PartyPopper aliases
|
|
@@ -1940,64 +1942,64 @@ export { default as PenOffIcon } from '../icons/pen-off';
|
|
|
1940
1942
|
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1941
1943
|
// PenTool aliases
|
|
1942
1944
|
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1943
|
-
// PencilOff aliases
|
|
1944
|
-
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1945
1945
|
// PencilRuler aliases
|
|
1946
1946
|
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1947
|
+
// PencilOff aliases
|
|
1948
|
+
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1947
1949
|
// Pencil aliases
|
|
1948
1950
|
export { default as PencilIcon } from '../icons/pencil';
|
|
1949
1951
|
// Pentagon aliases
|
|
1950
1952
|
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1951
|
-
// Percent aliases
|
|
1952
|
-
export { default as PercentIcon } from '../icons/percent';
|
|
1953
|
-
// PhilippinePeso aliases
|
|
1954
|
-
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1955
1953
|
// PersonStanding aliases
|
|
1956
1954
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1955
|
+
// Percent aliases
|
|
1956
|
+
export { default as PercentIcon } from '../icons/percent';
|
|
1957
1957
|
// PhoneCall aliases
|
|
1958
1958
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1959
|
-
//
|
|
1960
|
-
export { default as
|
|
1959
|
+
// PhilippinePeso aliases
|
|
1960
|
+
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1961
1961
|
// PhoneForwarded aliases
|
|
1962
1962
|
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1963
|
-
//
|
|
1964
|
-
export { default as
|
|
1963
|
+
// PhoneIncoming aliases
|
|
1964
|
+
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1965
1965
|
// PhoneOff aliases
|
|
1966
1966
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1967
1967
|
// PhoneOutgoing aliases
|
|
1968
1968
|
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1969
|
+
// PhoneMissed aliases
|
|
1970
|
+
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1971
|
+
// Pi aliases
|
|
1972
|
+
export { default as PiIcon } from '../icons/pi';
|
|
1969
1973
|
// Phone aliases
|
|
1970
1974
|
export { default as PhoneIcon } from '../icons/phone';
|
|
1971
1975
|
// Piano aliases
|
|
1972
1976
|
export { default as PianoIcon } from '../icons/piano';
|
|
1973
1977
|
// Pickaxe aliases
|
|
1974
1978
|
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1975
|
-
// Pi aliases
|
|
1976
|
-
export { default as PiIcon } from '../icons/pi';
|
|
1977
1979
|
// PictureInPicture2 aliases
|
|
1978
1980
|
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
1979
|
-
// PictureInPicture aliases
|
|
1980
|
-
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1981
1981
|
// PiggyBank aliases
|
|
1982
1982
|
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1983
|
+
// PictureInPicture aliases
|
|
1984
|
+
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1983
1985
|
// PilcrowLeft aliases
|
|
1984
1986
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1985
1987
|
// PilcrowRight aliases
|
|
1986
1988
|
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1987
|
-
// PillBottle aliases
|
|
1988
|
-
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
1989
1989
|
// Pilcrow aliases
|
|
1990
1990
|
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1991
|
+
// PillBottle aliases
|
|
1992
|
+
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
1991
1993
|
// Pill aliases
|
|
1992
1994
|
export { default as PillIcon } from '../icons/pill';
|
|
1993
1995
|
// PinOff aliases
|
|
1994
1996
|
export { default as PinOffIcon } from '../icons/pin-off';
|
|
1995
1997
|
// Pin aliases
|
|
1996
1998
|
export { default as PinIcon } from '../icons/pin';
|
|
1997
|
-
// Pipette aliases
|
|
1998
|
-
export { default as PipetteIcon } from '../icons/pipette';
|
|
1999
1999
|
// Pizza aliases
|
|
2000
2000
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
2001
|
+
// Pipette aliases
|
|
2002
|
+
export { default as PipetteIcon } from '../icons/pipette';
|
|
2001
2003
|
// PlaneLanding aliases
|
|
2002
2004
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
2003
2005
|
// PlaneTakeoff aliases
|
|
@@ -2010,60 +2012,60 @@ export { default as PlayIcon } from '../icons/play';
|
|
|
2010
2012
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
2011
2013
|
// Plug aliases
|
|
2012
2014
|
export { default as PlugIcon } from '../icons/plug';
|
|
2013
|
-
// Plus aliases
|
|
2014
|
-
export { default as PlusIcon } from '../icons/plus';
|
|
2015
2015
|
// PocketKnife aliases
|
|
2016
2016
|
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2017
|
+
// Plus aliases
|
|
2018
|
+
export { default as PlusIcon } from '../icons/plus';
|
|
2017
2019
|
// Pocket aliases
|
|
2018
2020
|
export { default as PocketIcon } from '../icons/pocket';
|
|
2019
|
-
// PointerOff aliases
|
|
2020
|
-
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2021
2021
|
// Podcast aliases
|
|
2022
2022
|
export { default as PodcastIcon } from '../icons/podcast';
|
|
2023
2023
|
// Pointer aliases
|
|
2024
2024
|
export { default as PointerIcon } from '../icons/pointer';
|
|
2025
|
-
//
|
|
2026
|
-
export { default as
|
|
2025
|
+
// PointerOff aliases
|
|
2026
|
+
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2027
2027
|
// Popsicle aliases
|
|
2028
2028
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2029
|
+
// Popcorn aliases
|
|
2030
|
+
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2031
|
+
// PowerOff aliases
|
|
2032
|
+
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2029
2033
|
// PoundSterling aliases
|
|
2030
2034
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2031
2035
|
// Power aliases
|
|
2032
2036
|
export { default as PowerIcon } from '../icons/power';
|
|
2033
|
-
// Presentation aliases
|
|
2034
|
-
export { default as PresentationIcon } from '../icons/presentation';
|
|
2035
|
-
// PowerOff aliases
|
|
2036
|
-
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2037
2037
|
// PrinterCheck aliases
|
|
2038
2038
|
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2039
2039
|
// PrinterX aliases
|
|
2040
2040
|
export { default as PrinterXIcon } from '../icons/printer-x';
|
|
2041
|
+
// Presentation aliases
|
|
2042
|
+
export { default as PresentationIcon } from '../icons/presentation';
|
|
2041
2043
|
// Printer aliases
|
|
2042
2044
|
export { default as PrinterIcon } from '../icons/printer';
|
|
2043
2045
|
// Projector aliases
|
|
2044
2046
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
2045
|
-
// Puzzle aliases
|
|
2046
|
-
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2047
2047
|
// Proportions aliases
|
|
2048
2048
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2049
|
-
//
|
|
2050
|
-
export { default as
|
|
2049
|
+
// Puzzle aliases
|
|
2050
|
+
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2051
2051
|
// QrCode aliases
|
|
2052
2052
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2053
|
+
// Pyramid aliases
|
|
2054
|
+
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2053
2055
|
// Quote aliases
|
|
2054
2056
|
export { default as QuoteIcon } from '../icons/quote';
|
|
2055
2057
|
// Rabbit aliases
|
|
2056
2058
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2057
2059
|
// Radar aliases
|
|
2058
2060
|
export { default as RadarIcon } from '../icons/radar';
|
|
2059
|
-
// RadioReceiver aliases
|
|
2060
|
-
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2061
2061
|
// Radiation aliases
|
|
2062
2062
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
2063
2063
|
// Radical aliases
|
|
2064
2064
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2065
2065
|
// RadioTower aliases
|
|
2066
2066
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2067
|
+
// RadioReceiver aliases
|
|
2068
|
+
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2067
2069
|
// Radio aliases
|
|
2068
2070
|
export { default as RadioIcon } from '../icons/radio';
|
|
2069
2071
|
// Radius aliases
|
|
@@ -2072,20 +2074,20 @@ export { default as RadiusIcon } from '../icons/radius';
|
|
|
2072
2074
|
export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
2073
2075
|
// Rainbow aliases
|
|
2074
2076
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2077
|
+
// Rat aliases
|
|
2078
|
+
export { default as RatIcon } from '../icons/rat';
|
|
2075
2079
|
// Ratio aliases
|
|
2076
2080
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2077
2081
|
// ReceiptCent aliases
|
|
2078
2082
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2079
2083
|
// ReceiptEuro aliases
|
|
2080
2084
|
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2081
|
-
// Rat aliases
|
|
2082
|
-
export { default as RatIcon } from '../icons/rat';
|
|
2083
|
-
// ReceiptPoundSterling aliases
|
|
2084
|
-
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2085
2085
|
// ReceiptIndianRupee aliases
|
|
2086
2086
|
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2087
2087
|
// ReceiptJapaneseYen aliases
|
|
2088
2088
|
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2089
|
+
// ReceiptPoundSterling aliases
|
|
2090
|
+
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2089
2091
|
// ReceiptRussianRuble aliases
|
|
2090
2092
|
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2091
2093
|
// ReceiptSwissFranc aliases
|
|
@@ -2096,58 +2098,58 @@ export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
|
2096
2098
|
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2097
2099
|
// Receipt aliases
|
|
2098
2100
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2099
|
-
// RectangleGoggles aliases
|
|
2100
|
-
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2101
2101
|
// RectangleCircle aliases
|
|
2102
2102
|
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2103
|
+
// RectangleGoggles aliases
|
|
2104
|
+
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2103
2105
|
// RectangleHorizontal aliases
|
|
2104
2106
|
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2105
|
-
// RectangleVertical aliases
|
|
2106
|
-
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2107
|
-
// Recycle aliases
|
|
2108
|
-
export { default as RecycleIcon } from '../icons/recycle';
|
|
2109
2107
|
// Redo2 aliases
|
|
2110
2108
|
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2109
|
+
// Recycle aliases
|
|
2110
|
+
export { default as RecycleIcon } from '../icons/recycle';
|
|
2111
|
+
// RectangleVertical aliases
|
|
2112
|
+
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2111
2113
|
// RedoDot aliases
|
|
2112
2114
|
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2113
|
-
// RefreshCcw aliases
|
|
2114
|
-
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2115
|
-
// RefreshCcwDot aliases
|
|
2116
|
-
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2117
2115
|
// Redo aliases
|
|
2118
2116
|
export { default as RedoIcon } from '../icons/redo';
|
|
2119
|
-
//
|
|
2120
|
-
export { default as
|
|
2121
|
-
// Refrigerator aliases
|
|
2122
|
-
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2117
|
+
// RefreshCcwDot aliases
|
|
2118
|
+
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2123
2119
|
// RefreshCwOff aliases
|
|
2124
2120
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2121
|
+
// RefreshCcw aliases
|
|
2122
|
+
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2123
|
+
// RefreshCw aliases
|
|
2124
|
+
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2125
2125
|
// Regex aliases
|
|
2126
2126
|
export { default as RegexIcon } from '../icons/regex';
|
|
2127
|
+
// Refrigerator aliases
|
|
2128
|
+
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2127
2129
|
// Repeat1 aliases
|
|
2128
2130
|
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2129
2131
|
// RemoveFormatting aliases
|
|
2130
2132
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2131
2133
|
// Repeat2 aliases
|
|
2132
2134
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2133
|
-
// Repeat aliases
|
|
2134
|
-
export { default as RepeatIcon } from '../icons/repeat';
|
|
2135
2135
|
// ReplaceAll aliases
|
|
2136
2136
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2137
2137
|
// Replace aliases
|
|
2138
2138
|
export { default as ReplaceIcon } from '../icons/replace';
|
|
2139
|
-
//
|
|
2140
|
-
export { default as
|
|
2139
|
+
// Repeat aliases
|
|
2140
|
+
export { default as RepeatIcon } from '../icons/repeat';
|
|
2141
2141
|
// ReplyAll aliases
|
|
2142
2142
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2143
|
+
// Reply aliases
|
|
2144
|
+
export { default as ReplyIcon } from '../icons/reply';
|
|
2143
2145
|
// Rewind aliases
|
|
2144
2146
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2145
|
-
// Rocket aliases
|
|
2146
|
-
export { default as RocketIcon } from '../icons/rocket';
|
|
2147
2147
|
// Ribbon aliases
|
|
2148
2148
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2149
2149
|
// RockingChair aliases
|
|
2150
2150
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2151
|
+
// Rocket aliases
|
|
2152
|
+
export { default as RocketIcon } from '../icons/rocket';
|
|
2151
2153
|
// Rose aliases
|
|
2152
2154
|
export { default as RoseIcon } from '../icons/rose';
|
|
2153
2155
|
// RollerCoaster aliases
|
|
@@ -2160,72 +2162,72 @@ export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
|
2160
2162
|
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2161
2163
|
// RotateCwSquare aliases
|
|
2162
2164
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2163
|
-
// RouteOff aliases
|
|
2164
|
-
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2165
2165
|
// RotateCw aliases
|
|
2166
2166
|
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2167
|
+
// RouteOff aliases
|
|
2168
|
+
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2167
2169
|
// Route aliases
|
|
2168
2170
|
export { default as RouteIcon } from '../icons/route';
|
|
2169
2171
|
// Router aliases
|
|
2170
2172
|
export { default as RouterIcon } from '../icons/router';
|
|
2171
2173
|
// Rows4 aliases
|
|
2172
2174
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2173
|
-
// RulerDimensionLine aliases
|
|
2174
|
-
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2175
2175
|
// Rss aliases
|
|
2176
2176
|
export { default as RssIcon } from '../icons/rss';
|
|
2177
|
-
//
|
|
2178
|
-
export { default as
|
|
2177
|
+
// RulerDimensionLine aliases
|
|
2178
|
+
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2179
2179
|
// Ruler aliases
|
|
2180
2180
|
export { default as RulerIcon } from '../icons/ruler';
|
|
2181
|
+
// RussianRuble aliases
|
|
2182
|
+
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2181
2183
|
// Sailboat aliases
|
|
2182
2184
|
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2183
2185
|
// Salad aliases
|
|
2184
2186
|
export { default as SaladIcon } from '../icons/salad';
|
|
2185
|
-
// Sandwich aliases
|
|
2186
|
-
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2187
2187
|
// SatelliteDish aliases
|
|
2188
2188
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2189
2189
|
// Satellite aliases
|
|
2190
2190
|
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2191
|
-
//
|
|
2192
|
-
export { default as
|
|
2191
|
+
// Sandwich aliases
|
|
2192
|
+
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2193
2193
|
// SaudiRiyal aliases
|
|
2194
2194
|
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2195
|
-
// Save aliases
|
|
2196
|
-
export { default as SaveIcon } from '../icons/save';
|
|
2197
2195
|
// SaveAll aliases
|
|
2198
2196
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2199
|
-
//
|
|
2200
|
-
export { default as
|
|
2197
|
+
// SaveOff aliases
|
|
2198
|
+
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2199
|
+
// Save aliases
|
|
2200
|
+
export { default as SaveIcon } from '../icons/save';
|
|
2201
2201
|
// Scaling aliases
|
|
2202
2202
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2203
|
-
//
|
|
2204
|
-
export { default as
|
|
2203
|
+
// Scale aliases
|
|
2204
|
+
export { default as ScaleIcon } from '../icons/scale';
|
|
2205
2205
|
// ScanBarcode aliases
|
|
2206
2206
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2207
|
+
// ScanEye aliases
|
|
2208
|
+
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2207
2209
|
// ScanFace aliases
|
|
2208
2210
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2209
|
-
// ScanLine aliases
|
|
2210
|
-
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2211
2211
|
// ScanHeart aliases
|
|
2212
2212
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2213
|
+
// ScanLine aliases
|
|
2214
|
+
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2213
2215
|
// ScanQrCode aliases
|
|
2214
2216
|
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2215
2217
|
// ScanText aliases
|
|
2216
2218
|
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2217
2219
|
// ScanSearch aliases
|
|
2218
2220
|
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2219
|
-
// Scan aliases
|
|
2220
|
-
export { default as ScanIcon } from '../icons/scan';
|
|
2221
2221
|
// School aliases
|
|
2222
2222
|
export { default as SchoolIcon } from '../icons/school';
|
|
2223
|
-
//
|
|
2224
|
-
export { default as
|
|
2223
|
+
// Scan aliases
|
|
2224
|
+
export { default as ScanIcon } from '../icons/scan';
|
|
2225
2225
|
// Scissors aliases
|
|
2226
2226
|
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2227
2227
|
// Scooter aliases
|
|
2228
2228
|
export { default as ScooterIcon } from '../icons/scooter';
|
|
2229
|
+
// ScissorsLineDashed aliases
|
|
2230
|
+
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2229
2231
|
// ScreenShareOff aliases
|
|
2230
2232
|
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2231
2233
|
// ScreenShare aliases
|
|
@@ -2236,12 +2238,12 @@ export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
|
2236
2238
|
export { default as ScrollIcon } from '../icons/scroll';
|
|
2237
2239
|
// SearchAlert aliases
|
|
2238
2240
|
export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
2241
|
+
// SearchCode aliases
|
|
2242
|
+
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2239
2243
|
// SearchCheck aliases
|
|
2240
2244
|
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2241
2245
|
// SearchSlash aliases
|
|
2242
2246
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2243
|
-
// SearchCode aliases
|
|
2244
|
-
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2245
2247
|
// SearchX aliases
|
|
2246
2248
|
export { default as SearchXIcon } from '../icons/search-x';
|
|
2247
2249
|
// Search aliases
|
|
@@ -2250,56 +2252,56 @@ export { default as SearchIcon } from '../icons/search';
|
|
|
2250
2252
|
export { default as SectionIcon } from '../icons/section';
|
|
2251
2253
|
// SendToBack aliases
|
|
2252
2254
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2255
|
+
// SeparatorVertical aliases
|
|
2256
|
+
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2253
2257
|
// Send aliases
|
|
2254
2258
|
export { default as SendIcon } from '../icons/send';
|
|
2255
|
-
// SeparatorHorizontal aliases
|
|
2256
|
-
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2257
2259
|
// ServerCog aliases
|
|
2258
2260
|
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2259
|
-
// SeparatorVertical aliases
|
|
2260
|
-
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2261
2261
|
// ServerCrash aliases
|
|
2262
2262
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2263
|
+
// SeparatorHorizontal aliases
|
|
2264
|
+
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2263
2265
|
// ServerOff aliases
|
|
2264
2266
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2265
|
-
// Server aliases
|
|
2266
|
-
export { default as ServerIcon } from '../icons/server';
|
|
2267
2267
|
// Settings2 aliases
|
|
2268
2268
|
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2269
|
+
// Server aliases
|
|
2270
|
+
export { default as ServerIcon } from '../icons/server';
|
|
2271
|
+
// Share2 aliases
|
|
2272
|
+
export { default as Share2Icon } from '../icons/share-2';
|
|
2269
2273
|
// Settings aliases
|
|
2270
2274
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2271
2275
|
// Shapes aliases
|
|
2272
2276
|
export { default as ShapesIcon } from '../icons/shapes';
|
|
2273
|
-
//
|
|
2274
|
-
export { default as
|
|
2277
|
+
// Share aliases
|
|
2278
|
+
export { default as ShareIcon } from '../icons/share';
|
|
2275
2279
|
// Sheet aliases
|
|
2276
2280
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2277
|
-
// Shell aliases
|
|
2278
|
-
export { default as ShellIcon } from '../icons/shell';
|
|
2279
2281
|
// ShieldAlert aliases
|
|
2280
2282
|
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2281
|
-
// Share aliases
|
|
2282
|
-
export { default as ShareIcon } from '../icons/share';
|
|
2283
|
-
// ShieldBan aliases
|
|
2284
|
-
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2285
2283
|
// ShieldCheck aliases
|
|
2286
2284
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2287
|
-
//
|
|
2288
|
-
export { default as
|
|
2285
|
+
// Shell aliases
|
|
2286
|
+
export { default as ShellIcon } from '../icons/shell';
|
|
2287
|
+
// ShieldBan aliases
|
|
2288
|
+
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2289
2289
|
// ShieldEllipsis aliases
|
|
2290
2290
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2291
|
+
// ShieldHalf aliases
|
|
2292
|
+
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2291
2293
|
// ShieldMinus aliases
|
|
2292
2294
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2293
2295
|
// ShieldOff aliases
|
|
2294
2296
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2295
2297
|
// ShieldUser aliases
|
|
2296
2298
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2299
|
+
// ShieldPlus aliases
|
|
2300
|
+
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2297
2301
|
// ShipWheel aliases
|
|
2298
2302
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2299
2303
|
// Shield aliases
|
|
2300
2304
|
export { default as ShieldIcon } from '../icons/shield';
|
|
2301
|
-
// ShieldPlus aliases
|
|
2302
|
-
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2303
2305
|
// Ship aliases
|
|
2304
2306
|
export { default as ShipIcon } from '../icons/ship';
|
|
2305
2307
|
// Shirt aliases
|
|
@@ -2310,10 +2312,10 @@ export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
|
2310
2312
|
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2311
2313
|
// ShoppingCart aliases
|
|
2312
2314
|
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2313
|
-
// ShowerHead aliases
|
|
2314
|
-
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2315
2315
|
// Shovel aliases
|
|
2316
2316
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2317
|
+
// ShowerHead aliases
|
|
2318
|
+
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2317
2319
|
// Shredder aliases
|
|
2318
2320
|
export { default as ShredderIcon } from '../icons/shredder';
|
|
2319
2321
|
// Shrimp aliases
|
|
@@ -2326,18 +2328,18 @@ export { default as ShrubIcon } from '../icons/shrub';
|
|
|
2326
2328
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2327
2329
|
// Sigma aliases
|
|
2328
2330
|
export { default as SigmaIcon } from '../icons/sigma';
|
|
2329
|
-
// SignalHigh aliases
|
|
2330
|
-
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2331
2331
|
// SignalLow aliases
|
|
2332
2332
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2333
|
+
// SignalHigh aliases
|
|
2334
|
+
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2333
2335
|
// SignalMedium aliases
|
|
2334
2336
|
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2335
2337
|
// SignalZero aliases
|
|
2336
2338
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2337
|
-
// Signal aliases
|
|
2338
|
-
export { default as SignalIcon } from '../icons/signal';
|
|
2339
2339
|
// Signature aliases
|
|
2340
2340
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2341
|
+
// Signal aliases
|
|
2342
|
+
export { default as SignalIcon } from '../icons/signal';
|
|
2341
2343
|
// SignpostBig aliases
|
|
2342
2344
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2343
2345
|
// Signpost aliases
|
|
@@ -2348,10 +2350,10 @@ export { default as SirenIcon } from '../icons/siren';
|
|
|
2348
2350
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2349
2351
|
// SkipForward aliases
|
|
2350
2352
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2351
|
-
// Skull aliases
|
|
2352
|
-
export { default as SkullIcon } from '../icons/skull';
|
|
2353
2353
|
// Slash aliases
|
|
2354
2354
|
export { default as SlashIcon } from '../icons/slash';
|
|
2355
|
+
// Skull aliases
|
|
2356
|
+
export { default as SkullIcon } from '../icons/skull';
|
|
2355
2357
|
// Slack aliases
|
|
2356
2358
|
export { default as SlackIcon } from '../icons/slack';
|
|
2357
2359
|
// Slice aliases
|
|
@@ -2370,16 +2372,16 @@ export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
|
2370
2372
|
export { default as SmileIcon } from '../icons/smile';
|
|
2371
2373
|
// Snail aliases
|
|
2372
2374
|
export { default as SnailIcon } from '../icons/snail';
|
|
2373
|
-
// SoapDispenserDroplet aliases
|
|
2374
|
-
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2375
2375
|
// Snowflake aliases
|
|
2376
2376
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2377
|
+
// SoapDispenserDroplet aliases
|
|
2378
|
+
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2377
2379
|
// Sofa aliases
|
|
2378
2380
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2379
|
-
// Soup aliases
|
|
2380
|
-
export { default as SoupIcon } from '../icons/soup';
|
|
2381
2381
|
// SolarPanel aliases
|
|
2382
2382
|
export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
2383
|
+
// Soup aliases
|
|
2384
|
+
export { default as SoupIcon } from '../icons/soup';
|
|
2383
2385
|
// Space aliases
|
|
2384
2386
|
export { default as SpaceIcon } from '../icons/space';
|
|
2385
2387
|
// Spade aliases
|
|
@@ -2396,136 +2398,136 @@ export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
|
2396
2398
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2397
2399
|
// SpellCheck aliases
|
|
2398
2400
|
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2401
|
+
// Split aliases
|
|
2402
|
+
export { default as SplitIcon } from '../icons/split';
|
|
2399
2403
|
// Spline aliases
|
|
2400
2404
|
export { default as SplineIcon } from '../icons/spline';
|
|
2401
|
-
// Spool aliases
|
|
2402
|
-
export { default as SpoolIcon } from '../icons/spool';
|
|
2403
2405
|
// Spotlight aliases
|
|
2404
2406
|
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2405
|
-
// Split aliases
|
|
2406
|
-
export { default as SplitIcon } from '../icons/split';
|
|
2407
2407
|
// SprayCan aliases
|
|
2408
2408
|
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2409
|
+
// Spool aliases
|
|
2410
|
+
export { default as SpoolIcon } from '../icons/spool';
|
|
2409
2411
|
// Sprout aliases
|
|
2410
2412
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2411
2413
|
// SquareDashedBottomCode aliases
|
|
2412
2414
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2413
2415
|
// SquareDashedBottom aliases
|
|
2414
2416
|
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2415
|
-
// SquareRoundCorner aliases
|
|
2416
|
-
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2417
2417
|
// SquareDashedTopSolid aliases
|
|
2418
2418
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2419
2419
|
// SquarePause aliases
|
|
2420
2420
|
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2421
2421
|
// SquareRadical aliases
|
|
2422
2422
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2423
|
+
// SquareRoundCorner aliases
|
|
2424
|
+
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2423
2425
|
// SquareSquare aliases
|
|
2424
2426
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2425
|
-
// SquareStar aliases
|
|
2426
|
-
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2427
|
-
// SquaresExclude aliases
|
|
2428
|
-
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2429
2427
|
// SquareStack aliases
|
|
2430
2428
|
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2429
|
+
// SquareStar aliases
|
|
2430
|
+
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2431
2431
|
// SquareStop aliases
|
|
2432
2432
|
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2433
2433
|
// Square aliases
|
|
2434
2434
|
export { default as SquareIcon } from '../icons/square';
|
|
2435
2435
|
// SquaresIntersect aliases
|
|
2436
2436
|
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2437
|
+
// SquaresExclude aliases
|
|
2438
|
+
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2437
2439
|
// SquaresSubtract aliases
|
|
2438
2440
|
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2439
2441
|
// SquaresUnite aliases
|
|
2440
2442
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2441
|
-
// SquircleDashed aliases
|
|
2442
|
-
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2443
2443
|
// Squircle aliases
|
|
2444
2444
|
export { default as SquircleIcon } from '../icons/squircle';
|
|
2445
|
-
//
|
|
2446
|
-
export { default as
|
|
2447
|
-
// Stamp aliases
|
|
2448
|
-
export { default as StampIcon } from '../icons/stamp';
|
|
2445
|
+
// SquircleDashed aliases
|
|
2446
|
+
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2449
2447
|
// Squirrel aliases
|
|
2450
2448
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2449
|
+
// Stamp aliases
|
|
2450
|
+
export { default as StampIcon } from '../icons/stamp';
|
|
2451
|
+
// StarHalf aliases
|
|
2452
|
+
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2453
|
+
// StarOff aliases
|
|
2454
|
+
export { default as StarOffIcon } from '../icons/star-off';
|
|
2451
2455
|
// Star aliases
|
|
2452
2456
|
export { default as StarIcon } from '../icons/star';
|
|
2453
2457
|
// StepBack aliases
|
|
2454
2458
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2455
|
-
// StarOff aliases
|
|
2456
|
-
export { default as StarOffIcon } from '../icons/star-off';
|
|
2457
|
-
// StepForward aliases
|
|
2458
|
-
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2459
2459
|
// Stethoscope aliases
|
|
2460
2460
|
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2461
|
-
//
|
|
2462
|
-
export { default as
|
|
2461
|
+
// StepForward aliases
|
|
2462
|
+
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2463
2463
|
// StickyNote aliases
|
|
2464
2464
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2465
|
+
// Sticker aliases
|
|
2466
|
+
export { default as StickerIcon } from '../icons/sticker';
|
|
2465
2467
|
// Stone aliases
|
|
2466
2468
|
export { default as StoneIcon } from '../icons/stone';
|
|
2467
2469
|
// Store aliases
|
|
2468
2470
|
export { default as StoreIcon } from '../icons/store';
|
|
2469
2471
|
// StretchHorizontal aliases
|
|
2470
2472
|
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2471
|
-
// Strikethrough aliases
|
|
2472
|
-
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2473
2473
|
// StretchVertical aliases
|
|
2474
2474
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2475
|
+
// Strikethrough aliases
|
|
2476
|
+
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2475
2477
|
// Subscript aliases
|
|
2476
2478
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2477
2479
|
// SunDim aliases
|
|
2478
2480
|
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2479
|
-
// SunMedium aliases
|
|
2480
|
-
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2481
2481
|
// SunMoon aliases
|
|
2482
2482
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2483
|
-
//
|
|
2484
|
-
export { default as
|
|
2485
|
-
// Sunrise aliases
|
|
2486
|
-
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2483
|
+
// SunMedium aliases
|
|
2484
|
+
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2487
2485
|
// Sun aliases
|
|
2488
2486
|
export { default as SunIcon } from '../icons/sun';
|
|
2487
|
+
// SunSnow aliases
|
|
2488
|
+
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2489
2489
|
// Sunset aliases
|
|
2490
2490
|
export { default as SunsetIcon } from '../icons/sunset';
|
|
2491
|
-
//
|
|
2492
|
-
export { default as
|
|
2491
|
+
// Sunrise aliases
|
|
2492
|
+
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2493
2493
|
// Superscript aliases
|
|
2494
2494
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2495
|
-
//
|
|
2496
|
-
export { default as
|
|
2495
|
+
// SwatchBook aliases
|
|
2496
|
+
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2497
2497
|
// SwissFranc aliases
|
|
2498
2498
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2499
|
-
//
|
|
2500
|
-
export { default as
|
|
2499
|
+
// SwitchCamera aliases
|
|
2500
|
+
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2501
2501
|
// Swords aliases
|
|
2502
2502
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2503
2503
|
// Syringe aliases
|
|
2504
2504
|
export { default as SyringeIcon } from '../icons/syringe';
|
|
2505
2505
|
// Table2 aliases
|
|
2506
2506
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2507
|
+
// Sword aliases
|
|
2508
|
+
export { default as SwordIcon } from '../icons/sword';
|
|
2507
2509
|
// TableCellsMerge aliases
|
|
2508
2510
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2509
|
-
// TableColumnsSplit aliases
|
|
2510
|
-
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2511
2511
|
// TableCellsSplit aliases
|
|
2512
2512
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2513
|
-
//
|
|
2514
|
-
export { default as
|
|
2513
|
+
// TableColumnsSplit aliases
|
|
2514
|
+
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2515
2515
|
// TableOfContents aliases
|
|
2516
2516
|
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2517
|
-
//
|
|
2518
|
-
export { default as
|
|
2519
|
-
// Table aliases
|
|
2520
|
-
export { default as TableIcon } from '../icons/table';
|
|
2517
|
+
// TableProperties aliases
|
|
2518
|
+
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2521
2519
|
// TabletSmartphone aliases
|
|
2522
2520
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2521
|
+
// Table aliases
|
|
2522
|
+
export { default as TableIcon } from '../icons/table';
|
|
2523
|
+
// TableRowsSplit aliases
|
|
2524
|
+
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2523
2525
|
// Tablet aliases
|
|
2524
2526
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2525
|
-
// Tag aliases
|
|
2526
|
-
export { default as TagIcon } from '../icons/tag';
|
|
2527
2527
|
// Tablets aliases
|
|
2528
2528
|
export { default as TabletsIcon } from '../icons/tablets';
|
|
2529
|
+
// Tag aliases
|
|
2530
|
+
export { default as TagIcon } from '../icons/tag';
|
|
2529
2531
|
// Tags aliases
|
|
2530
2532
|
export { default as TagsIcon } from '../icons/tags';
|
|
2531
2533
|
// Tally1 aliases
|
|
@@ -2534,10 +2536,10 @@ export { default as Tally1Icon } from '../icons/tally-1';
|
|
|
2534
2536
|
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2535
2537
|
// Tally3 aliases
|
|
2536
2538
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2537
|
-
// Tally5 aliases
|
|
2538
|
-
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2539
2539
|
// Tally4 aliases
|
|
2540
2540
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2541
|
+
// Tally5 aliases
|
|
2542
|
+
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2541
2543
|
// Tangent aliases
|
|
2542
2544
|
export { default as TangentIcon } from '../icons/tangent';
|
|
2543
2545
|
// Target aliases
|
|
@@ -2548,80 +2550,80 @@ export { default as TelescopeIcon } from '../icons/telescope';
|
|
|
2548
2550
|
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2549
2551
|
// Tent aliases
|
|
2550
2552
|
export { default as TentIcon } from '../icons/tent';
|
|
2553
|
+
// Terminal aliases
|
|
2554
|
+
export { default as TerminalIcon } from '../icons/terminal';
|
|
2551
2555
|
// TestTube aliases
|
|
2552
2556
|
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2553
2557
|
// TestTubes aliases
|
|
2554
2558
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2555
|
-
// Terminal aliases
|
|
2556
|
-
export { default as TerminalIcon } from '../icons/terminal';
|
|
2557
|
-
// TextCursorInput aliases
|
|
2558
|
-
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2559
2559
|
// TextCursor aliases
|
|
2560
2560
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2561
|
+
// TextCursorInput aliases
|
|
2562
|
+
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2561
2563
|
// TextQuote aliases
|
|
2562
2564
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2563
|
-
// Theater aliases
|
|
2564
|
-
export { default as TheaterIcon } from '../icons/theater';
|
|
2565
|
-
// ThermometerSnowflake aliases
|
|
2566
|
-
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2567
2565
|
// TextSearch aliases
|
|
2568
2566
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2567
|
+
// Theater aliases
|
|
2568
|
+
export { default as TheaterIcon } from '../icons/theater';
|
|
2569
2569
|
// ThermometerSun aliases
|
|
2570
2570
|
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2571
|
-
//
|
|
2572
|
-
export { default as
|
|
2571
|
+
// ThermometerSnowflake aliases
|
|
2572
|
+
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2573
2573
|
// ThumbsDown aliases
|
|
2574
2574
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2575
|
+
// Thermometer aliases
|
|
2576
|
+
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2575
2577
|
// ThumbsUp aliases
|
|
2576
2578
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2577
2579
|
// TicketCheck aliases
|
|
2578
2580
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2579
|
-
// TicketPercent aliases
|
|
2580
|
-
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2581
2581
|
// TicketMinus aliases
|
|
2582
2582
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2583
|
-
//
|
|
2584
|
-
export { default as
|
|
2583
|
+
// TicketPercent aliases
|
|
2584
|
+
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2585
2585
|
// TicketSlash aliases
|
|
2586
2586
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2587
|
+
// TicketPlus aliases
|
|
2588
|
+
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2587
2589
|
// TicketX aliases
|
|
2588
2590
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2589
|
-
// Ticket aliases
|
|
2590
|
-
export { default as TicketIcon } from '../icons/ticket';
|
|
2591
2591
|
// TicketsPlane aliases
|
|
2592
2592
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2593
|
+
// Ticket aliases
|
|
2594
|
+
export { default as TicketIcon } from '../icons/ticket';
|
|
2593
2595
|
// Tickets aliases
|
|
2594
2596
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2595
|
-
// TimerReset aliases
|
|
2596
|
-
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2597
|
-
// Timer aliases
|
|
2598
|
-
export { default as TimerIcon } from '../icons/timer';
|
|
2599
2597
|
// TimerOff aliases
|
|
2600
2598
|
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2599
|
+
// Timer aliases
|
|
2600
|
+
export { default as TimerIcon } from '../icons/timer';
|
|
2601
|
+
// TimerReset aliases
|
|
2602
|
+
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2601
2603
|
// ToggleLeft aliases
|
|
2602
2604
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2603
2605
|
// Toilet aliases
|
|
2604
2606
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2605
2607
|
// ToggleRight aliases
|
|
2606
2608
|
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2607
|
-
// Tornado aliases
|
|
2608
|
-
export { default as TornadoIcon } from '../icons/tornado';
|
|
2609
|
-
// Toolbox aliases
|
|
2610
|
-
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2611
2609
|
// ToolCase aliases
|
|
2612
2610
|
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2611
|
+
// Toolbox aliases
|
|
2612
|
+
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2613
|
+
// Tornado aliases
|
|
2614
|
+
export { default as TornadoIcon } from '../icons/tornado';
|
|
2613
2615
|
// Torus aliases
|
|
2614
2616
|
export { default as TorusIcon } from '../icons/torus';
|
|
2615
2617
|
// TouchpadOff aliases
|
|
2616
2618
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2617
2619
|
// Touchpad aliases
|
|
2618
2620
|
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2621
|
+
// TowerControl aliases
|
|
2622
|
+
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2619
2623
|
// ToyBrick aliases
|
|
2620
2624
|
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2621
2625
|
// Tractor aliases
|
|
2622
2626
|
export { default as TractorIcon } from '../icons/tractor';
|
|
2623
|
-
// TowerControl aliases
|
|
2624
|
-
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2625
2627
|
// TrafficCone aliases
|
|
2626
2628
|
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2627
2629
|
// TrainFrontTunnel aliases
|
|
@@ -2640,24 +2642,24 @@ export { default as TrashIcon } from '../icons/trash';
|
|
|
2640
2642
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2641
2643
|
// TreePine aliases
|
|
2642
2644
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2643
|
-
// Trello aliases
|
|
2644
|
-
export { default as TrelloIcon } from '../icons/trello';
|
|
2645
2645
|
// Trees aliases
|
|
2646
2646
|
export { default as TreesIcon } from '../icons/trees';
|
|
2647
|
+
// Trello aliases
|
|
2648
|
+
export { default as TrelloIcon } from '../icons/trello';
|
|
2647
2649
|
// TrendingDown aliases
|
|
2648
2650
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2651
|
+
// TrendingUpDown aliases
|
|
2652
|
+
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2649
2653
|
// TriangleDashed aliases
|
|
2650
2654
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2651
2655
|
// TrendingUp aliases
|
|
2652
2656
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2653
|
-
// TrendingUpDown aliases
|
|
2654
|
-
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2655
2657
|
// TriangleRight aliases
|
|
2656
2658
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2657
|
-
// Trophy aliases
|
|
2658
|
-
export { default as TrophyIcon } from '../icons/trophy';
|
|
2659
2659
|
// Triangle aliases
|
|
2660
2660
|
export { default as TriangleIcon } from '../icons/triangle';
|
|
2661
|
+
// Trophy aliases
|
|
2662
|
+
export { default as TrophyIcon } from '../icons/trophy';
|
|
2661
2663
|
// TruckElectric aliases
|
|
2662
2664
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2663
2665
|
// Truck aliases
|
|
@@ -2668,64 +2670,68 @@ export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
|
2668
2670
|
export { default as TurntableIcon } from '../icons/turntable';
|
|
2669
2671
|
// Turtle aliases
|
|
2670
2672
|
export { default as TurtleIcon } from '../icons/turtle';
|
|
2671
|
-
// Tv aliases
|
|
2672
|
-
export { default as TvIcon } from '../icons/tv';
|
|
2673
|
-
// Twitter aliases
|
|
2674
|
-
export { default as TwitterIcon } from '../icons/twitter';
|
|
2675
2673
|
// TvMinimalPlay aliases
|
|
2676
2674
|
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2675
|
+
// Tv aliases
|
|
2676
|
+
export { default as TvIcon } from '../icons/tv';
|
|
2677
2677
|
// Twitch aliases
|
|
2678
2678
|
export { default as TwitchIcon } from '../icons/twitch';
|
|
2679
2679
|
// TypeOutline aliases
|
|
2680
2680
|
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2681
|
+
// Twitter aliases
|
|
2682
|
+
export { default as TwitterIcon } from '../icons/twitter';
|
|
2681
2683
|
// Type aliases
|
|
2682
2684
|
export { default as TypeIcon } from '../icons/type';
|
|
2683
2685
|
// UmbrellaOff aliases
|
|
2684
2686
|
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2685
2687
|
// Umbrella aliases
|
|
2686
2688
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2687
|
-
// Undo2 aliases
|
|
2688
|
-
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2689
2689
|
// Underline aliases
|
|
2690
2690
|
export { default as UnderlineIcon } from '../icons/underline';
|
|
2691
|
-
//
|
|
2692
|
-
export { default as
|
|
2691
|
+
// Undo2 aliases
|
|
2692
|
+
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2693
2693
|
// UndoDot aliases
|
|
2694
2694
|
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2695
2695
|
// UnfoldHorizontal aliases
|
|
2696
2696
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2697
|
+
// Undo aliases
|
|
2698
|
+
export { default as UndoIcon } from '../icons/undo';
|
|
2699
|
+
// UnfoldVertical aliases
|
|
2700
|
+
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2697
2701
|
// Ungroup aliases
|
|
2698
2702
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2699
2703
|
// Unlink2 aliases
|
|
2700
2704
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2701
|
-
// UnfoldVertical aliases
|
|
2702
|
-
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2703
2705
|
// Unlink aliases
|
|
2704
2706
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2705
2707
|
// Unplug aliases
|
|
2706
2708
|
export { default as UnplugIcon } from '../icons/unplug';
|
|
2707
2709
|
// Upload aliases
|
|
2708
2710
|
export { default as UploadIcon } from '../icons/upload';
|
|
2709
|
-
// UserCheck aliases
|
|
2710
|
-
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2711
2711
|
// Usb aliases
|
|
2712
2712
|
export { default as UsbIcon } from '../icons/usb';
|
|
2713
|
-
//
|
|
2714
|
-
export { default as
|
|
2713
|
+
// UserCheck aliases
|
|
2714
|
+
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2715
2715
|
// UserCog aliases
|
|
2716
2716
|
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2717
|
-
//
|
|
2718
|
-
export { default as
|
|
2717
|
+
// UserKey aliases
|
|
2718
|
+
export { default as UserKeyIcon } from '../icons/user-key';
|
|
2719
|
+
// UserLock aliases
|
|
2720
|
+
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2719
2721
|
// UserPen aliases
|
|
2720
2722
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2723
|
+
// UserRoundKey aliases
|
|
2724
|
+
export { default as UserRoundKeyIcon } from '../icons/user-round-key';
|
|
2725
|
+
// UserMinus aliases
|
|
2726
|
+
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2721
2727
|
// UserPlus aliases
|
|
2722
2728
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2723
2729
|
// UserRoundPen aliases
|
|
2724
2730
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2725
|
-
// UserSearch aliases
|
|
2726
|
-
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2727
2731
|
// UserRoundSearch aliases
|
|
2728
2732
|
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2733
|
+
// UserSearch aliases
|
|
2734
|
+
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2729
2735
|
// UserStar aliases
|
|
2730
2736
|
export { default as UserStarIcon } from '../icons/user-star';
|
|
2731
2737
|
// UserX aliases
|
|
@@ -2736,18 +2742,18 @@ export { default as UserIcon } from '../icons/user';
|
|
|
2736
2742
|
export { default as UsersIcon } from '../icons/users';
|
|
2737
2743
|
// UtilityPole aliases
|
|
2738
2744
|
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2739
|
-
// Variable aliases
|
|
2740
|
-
export { default as VariableIcon } from '../icons/variable';
|
|
2741
|
-
// Vault aliases
|
|
2742
|
-
export { default as VaultIcon } from '../icons/vault';
|
|
2743
2745
|
// Van aliases
|
|
2744
2746
|
export { default as VanIcon } from '../icons/van';
|
|
2745
|
-
//
|
|
2746
|
-
export { default as
|
|
2747
|
+
// Vault aliases
|
|
2748
|
+
export { default as VaultIcon } from '../icons/vault';
|
|
2749
|
+
// Variable aliases
|
|
2750
|
+
export { default as VariableIcon } from '../icons/variable';
|
|
2747
2751
|
// VectorSquare aliases
|
|
2748
2752
|
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2749
2753
|
// VenetianMask aliases
|
|
2750
2754
|
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2755
|
+
// Vegan aliases
|
|
2756
|
+
export { default as VeganIcon } from '../icons/vegan';
|
|
2751
2757
|
// Venus aliases
|
|
2752
2758
|
export { default as VenusIcon } from '../icons/venus';
|
|
2753
2759
|
// VenusAndMars aliases
|
|
@@ -2756,18 +2762,18 @@ export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
|
2756
2762
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2757
2763
|
// VibrateOff aliases
|
|
2758
2764
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2759
|
-
// VideoOff aliases
|
|
2760
|
-
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2761
2765
|
// Video aliases
|
|
2762
2766
|
export { default as VideoIcon } from '../icons/video';
|
|
2763
|
-
//
|
|
2764
|
-
export { default as
|
|
2765
|
-
// Volleyball aliases
|
|
2766
|
-
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2767
|
+
// VideoOff aliases
|
|
2768
|
+
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2767
2769
|
// Videotape aliases
|
|
2768
2770
|
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2771
|
+
// View aliases
|
|
2772
|
+
export { default as ViewIcon } from '../icons/view';
|
|
2769
2773
|
// Voicemail aliases
|
|
2770
2774
|
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2775
|
+
// Volleyball aliases
|
|
2776
|
+
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2771
2777
|
// Volume1 aliases
|
|
2772
2778
|
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2773
2779
|
// Volume2 aliases
|
|
@@ -2780,66 +2786,66 @@ export { default as VolumeXIcon } from '../icons/volume-x';
|
|
|
2780
2786
|
export { default as VolumeIcon } from '../icons/volume';
|
|
2781
2787
|
// Vote aliases
|
|
2782
2788
|
export { default as VoteIcon } from '../icons/vote';
|
|
2783
|
-
// WalletCards aliases
|
|
2784
|
-
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2785
2789
|
// Wallet aliases
|
|
2786
2790
|
export { default as WalletIcon } from '../icons/wallet';
|
|
2791
|
+
// WalletCards aliases
|
|
2792
|
+
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2787
2793
|
// Wallpaper aliases
|
|
2788
2794
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2789
2795
|
// Wand aliases
|
|
2790
2796
|
export { default as WandIcon } from '../icons/wand';
|
|
2791
|
-
// WashingMachine aliases
|
|
2792
|
-
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2793
2797
|
// Warehouse aliases
|
|
2794
2798
|
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2799
|
+
// WashingMachine aliases
|
|
2800
|
+
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2795
2801
|
// Watch aliases
|
|
2796
2802
|
export { default as WatchIcon } from '../icons/watch';
|
|
2797
2803
|
// WavesArrowDown aliases
|
|
2798
2804
|
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
2799
2805
|
// WavesArrowUp aliases
|
|
2800
2806
|
export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
2807
|
+
// Waypoints aliases
|
|
2808
|
+
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2801
2809
|
// WavesLadder aliases
|
|
2802
2810
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2803
2811
|
// Waves aliases
|
|
2804
2812
|
export { default as WavesIcon } from '../icons/waves';
|
|
2805
2813
|
// Webcam aliases
|
|
2806
2814
|
export { default as WebcamIcon } from '../icons/webcam';
|
|
2807
|
-
// Waypoints aliases
|
|
2808
|
-
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2809
2815
|
// WebhookOff aliases
|
|
2810
2816
|
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2811
2817
|
// Webhook aliases
|
|
2812
2818
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2813
|
-
// WeightTilde aliases
|
|
2814
|
-
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
2815
2819
|
// Weight aliases
|
|
2816
2820
|
export { default as WeightIcon } from '../icons/weight';
|
|
2817
2821
|
// WheatOff aliases
|
|
2818
2822
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2823
|
+
// WeightTilde aliases
|
|
2824
|
+
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
2819
2825
|
// Wheat aliases
|
|
2820
2826
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2821
|
-
// WifiCog aliases
|
|
2822
|
-
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2823
2827
|
// WholeWord aliases
|
|
2824
2828
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2825
2829
|
// WifiHigh aliases
|
|
2826
2830
|
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2831
|
+
// WifiCog aliases
|
|
2832
|
+
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2827
2833
|
// WifiLow aliases
|
|
2828
2834
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2829
|
-
// WifiOff aliases
|
|
2830
|
-
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2831
2835
|
// WifiPen aliases
|
|
2832
2836
|
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2837
|
+
// WifiOff aliases
|
|
2838
|
+
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2833
2839
|
// WifiSync aliases
|
|
2834
2840
|
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2835
|
-
// WifiZero aliases
|
|
2836
|
-
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2837
2841
|
// Wifi aliases
|
|
2838
2842
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2839
|
-
//
|
|
2840
|
-
export { default as
|
|
2843
|
+
// WifiZero aliases
|
|
2844
|
+
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2841
2845
|
// Wind aliases
|
|
2842
2846
|
export { default as WindIcon } from '../icons/wind';
|
|
2847
|
+
// WindArrowDown aliases
|
|
2848
|
+
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2843
2849
|
// WineOff aliases
|
|
2844
2850
|
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2845
2851
|
// Wine aliases
|
|
@@ -2848,18 +2854,18 @@ export { default as WineIcon } from '../icons/wine';
|
|
|
2848
2854
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2849
2855
|
// Worm aliases
|
|
2850
2856
|
export { default as WormIcon } from '../icons/worm';
|
|
2851
|
-
// Wrench aliases
|
|
2852
|
-
export { default as WrenchIcon } from '../icons/wrench';
|
|
2853
2857
|
// X aliases
|
|
2854
2858
|
export { default as XIcon } from '../icons/x';
|
|
2859
|
+
// Wrench aliases
|
|
2860
|
+
export { default as WrenchIcon } from '../icons/wrench';
|
|
2855
2861
|
// Youtube aliases
|
|
2856
2862
|
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2857
|
-
// ZapOff aliases
|
|
2858
|
-
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2859
2863
|
// Zap aliases
|
|
2860
2864
|
export { default as ZapIcon } from '../icons/zap';
|
|
2861
2865
|
// ZoomIn aliases
|
|
2862
2866
|
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2867
|
+
// ZapOff aliases
|
|
2868
|
+
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2863
2869
|
// ZoomOut aliases
|
|
2864
2870
|
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2865
2871
|
// ArrowDown01 aliases
|
|
@@ -2876,54 +2882,60 @@ export {
|
|
|
2876
2882
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockCheck} instead. This alias will be removed in v1.0 */
|
|
2877
2883
|
default as AlarmCheckIcon
|
|
2878
2884
|
} from '../icons/alarm-clock-check';
|
|
2879
|
-
// AlarmClockMinus aliases
|
|
2880
|
-
export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
|
|
2881
|
-
export {
|
|
2882
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. This alias will be removed in v1.0 */
|
|
2883
|
-
default as AlarmMinusIcon
|
|
2884
|
-
} from '../icons/alarm-clock-minus';
|
|
2885
2885
|
// AlarmClockPlus aliases
|
|
2886
2886
|
export { default as AlarmClockPlusIcon } from '../icons/alarm-clock-plus';
|
|
2887
2887
|
export {
|
|
2888
2888
|
/** @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 */
|
|
2889
2889
|
default as AlarmPlusIcon
|
|
2890
2890
|
} from '../icons/alarm-clock-plus';
|
|
2891
|
+
// AlarmClockMinus aliases
|
|
2892
|
+
export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
|
|
2893
|
+
export {
|
|
2894
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. This alias will be removed in v1.0 */
|
|
2895
|
+
default as AlarmMinusIcon
|
|
2896
|
+
} from '../icons/alarm-clock-minus';
|
|
2891
2897
|
// ArrowDownAZ aliases
|
|
2892
2898
|
export { default as ArrowDownAZIcon } from '../icons/arrow-down-a-z';
|
|
2893
2899
|
export {
|
|
2894
2900
|
/** @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 */
|
|
2895
2901
|
default as ArrowDownAzIcon
|
|
2896
2902
|
} from '../icons/arrow-down-a-z';
|
|
2897
|
-
// ArrowDownWideNarrow aliases
|
|
2898
|
-
export { default as ArrowDownWideNarrowIcon } from '../icons/arrow-down-wide-narrow';
|
|
2899
|
-
export {
|
|
2900
|
-
/** @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 */
|
|
2901
|
-
default as SortDescIcon
|
|
2902
|
-
} from '../icons/arrow-down-wide-narrow';
|
|
2903
2903
|
// ArrowDownZA aliases
|
|
2904
2904
|
export { default as ArrowDownZAIcon } from '../icons/arrow-down-z-a';
|
|
2905
2905
|
export {
|
|
2906
2906
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. This alias will be removed in v1.0 */
|
|
2907
2907
|
default as ArrowDownZaIcon
|
|
2908
2908
|
} from '../icons/arrow-down-z-a';
|
|
2909
|
-
//
|
|
2910
|
-
export { default as
|
|
2909
|
+
// ArrowDownWideNarrow aliases
|
|
2910
|
+
export { default as ArrowDownWideNarrowIcon } from '../icons/arrow-down-wide-narrow';
|
|
2911
2911
|
export {
|
|
2912
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
2913
|
-
default as
|
|
2914
|
-
} from '../icons/arrow-
|
|
2912
|
+
/** @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 */
|
|
2913
|
+
default as SortDescIcon
|
|
2914
|
+
} from '../icons/arrow-down-wide-narrow';
|
|
2915
2915
|
// ArrowUpNarrowWide aliases
|
|
2916
2916
|
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
2917
2917
|
export {
|
|
2918
2918
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. This alias will be removed in v1.0 */
|
|
2919
2919
|
default as SortAscIcon
|
|
2920
2920
|
} from '../icons/arrow-up-narrow-wide';
|
|
2921
|
+
// ArrowUpAZ aliases
|
|
2922
|
+
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
2923
|
+
export {
|
|
2924
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpAZ} instead. This alias will be removed in v1.0 */
|
|
2925
|
+
default as ArrowUpAzIcon
|
|
2926
|
+
} from '../icons/arrow-up-a-z';
|
|
2921
2927
|
// ArrowUpZA aliases
|
|
2922
2928
|
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2923
2929
|
export {
|
|
2924
2930
|
/** @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 */
|
|
2925
2931
|
default as ArrowUpZaIcon
|
|
2926
2932
|
} from '../icons/arrow-up-z-a';
|
|
2933
|
+
// Axis3d aliases
|
|
2934
|
+
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2935
|
+
export {
|
|
2936
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. This alias will be removed in v1.0 */
|
|
2937
|
+
default as Axis3DIcon
|
|
2938
|
+
} from '../icons/axis-3d';
|
|
2927
2939
|
// BadgeCheck aliases
|
|
2928
2940
|
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2929
2941
|
export {
|
|
@@ -2936,18 +2948,6 @@ export {
|
|
|
2936
2948
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. This alias will be removed in v1.0 */
|
|
2937
2949
|
default as BadgeHelpIcon
|
|
2938
2950
|
} from '../icons/badge-question-mark';
|
|
2939
|
-
// Axis3d aliases
|
|
2940
|
-
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2941
|
-
export {
|
|
2942
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. This alias will be removed in v1.0 */
|
|
2943
|
-
default as Axis3DIcon
|
|
2944
|
-
} from '../icons/axis-3d';
|
|
2945
|
-
// BetweenHorizontalEnd aliases
|
|
2946
|
-
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
2947
|
-
export {
|
|
2948
|
-
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
2949
|
-
default as BetweenHorizonalEndIcon
|
|
2950
|
-
} from '../icons/between-horizontal-end';
|
|
2951
2951
|
// BetweenHorizontalStart aliases
|
|
2952
2952
|
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
2953
2953
|
export {
|
|
@@ -2960,6 +2960,18 @@ export {
|
|
|
2960
2960
|
/** @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 */
|
|
2961
2961
|
default as BookTemplateIcon
|
|
2962
2962
|
} from '../icons/book-dashed';
|
|
2963
|
+
// BetweenHorizontalEnd aliases
|
|
2964
|
+
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
2965
|
+
export {
|
|
2966
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
2967
|
+
default as BetweenHorizonalEndIcon
|
|
2968
|
+
} from '../icons/between-horizontal-end';
|
|
2969
|
+
// Captions aliases
|
|
2970
|
+
export { default as CaptionsIcon } from '../icons/captions';
|
|
2971
|
+
export {
|
|
2972
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. This alias will be removed in v1.0 */
|
|
2973
|
+
default as SubtitlesIcon
|
|
2974
|
+
} from '../icons/captions';
|
|
2963
2975
|
// Braces aliases
|
|
2964
2976
|
export { default as BracesIcon } from '../icons/braces';
|
|
2965
2977
|
export {
|
|
@@ -2972,12 +2984,6 @@ export {
|
|
|
2972
2984
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. This alias will be removed in v1.0 */
|
|
2973
2985
|
default as AreaChartIcon
|
|
2974
2986
|
} from '../icons/chart-area';
|
|
2975
|
-
// Captions aliases
|
|
2976
|
-
export { default as CaptionsIcon } from '../icons/captions';
|
|
2977
|
-
export {
|
|
2978
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. This alias will be removed in v1.0 */
|
|
2979
|
-
default as SubtitlesIcon
|
|
2980
|
-
} from '../icons/captions';
|
|
2981
2987
|
// ChartBarBig aliases
|
|
2982
2988
|
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
2983
2989
|
export {
|
|
@@ -2996,48 +3002,48 @@ export {
|
|
|
2996
3002
|
/** @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 */
|
|
2997
3003
|
default as CandlestickChartIcon
|
|
2998
3004
|
} from '../icons/chart-candlestick';
|
|
2999
|
-
// ChartColumnBig aliases
|
|
3000
|
-
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
3001
|
-
export {
|
|
3002
|
-
/** @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 */
|
|
3003
|
-
default as BarChartBigIcon
|
|
3004
|
-
} from '../icons/chart-column-big';
|
|
3005
3005
|
// ChartColumnIncreasing aliases
|
|
3006
3006
|
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
3007
3007
|
export {
|
|
3008
3008
|
/** @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 */
|
|
3009
3009
|
default as BarChart4Icon
|
|
3010
3010
|
} from '../icons/chart-column-increasing';
|
|
3011
|
-
//
|
|
3012
|
-
export { default as
|
|
3011
|
+
// ChartColumnBig aliases
|
|
3012
|
+
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
3013
3013
|
export {
|
|
3014
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3015
|
-
default as
|
|
3016
|
-
} from '../icons/chart-
|
|
3014
|
+
/** @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 */
|
|
3015
|
+
default as BarChartBigIcon
|
|
3016
|
+
} from '../icons/chart-column-big';
|
|
3017
|
+
// ChartColumn aliases
|
|
3018
|
+
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
3019
|
+
export {
|
|
3020
|
+
/** @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 */
|
|
3021
|
+
default as BarChart3Icon
|
|
3022
|
+
} from '../icons/chart-column';
|
|
3017
3023
|
// ChartLine aliases
|
|
3018
3024
|
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
3019
3025
|
export {
|
|
3020
3026
|
/** @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 */
|
|
3021
3027
|
default as LineChartIcon
|
|
3022
3028
|
} from '../icons/chart-line';
|
|
3023
|
-
//
|
|
3024
|
-
export { default as
|
|
3029
|
+
// ChartNoAxesColumn aliases
|
|
3030
|
+
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
3025
3031
|
export {
|
|
3026
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3027
|
-
default as
|
|
3028
|
-
} from '../icons/chart-column';
|
|
3032
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. This alias will be removed in v1.0 */
|
|
3033
|
+
default as BarChart2Icon
|
|
3034
|
+
} from '../icons/chart-no-axes-column';
|
|
3029
3035
|
// ChartNoAxesGantt aliases
|
|
3030
3036
|
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3031
3037
|
export {
|
|
3032
3038
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. This alias will be removed in v1.0 */
|
|
3033
3039
|
default as GanttChartIcon
|
|
3034
3040
|
} from '../icons/chart-no-axes-gantt';
|
|
3035
|
-
//
|
|
3036
|
-
export { default as
|
|
3041
|
+
// ChartNoAxesColumnIncreasing aliases
|
|
3042
|
+
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
3037
3043
|
export {
|
|
3038
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3039
|
-
default as
|
|
3040
|
-
} from '../icons/chart-no-axes-column';
|
|
3044
|
+
/** @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 */
|
|
3045
|
+
default as BarChartIcon
|
|
3046
|
+
} from '../icons/chart-no-axes-column-increasing';
|
|
3041
3047
|
// ChartPie aliases
|
|
3042
3048
|
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
3043
3049
|
export {
|
|
@@ -3056,24 +3062,18 @@ export {
|
|
|
3056
3062
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Chromium} instead. This alias will be removed in v1.0 */
|
|
3057
3063
|
default as ChromeIcon
|
|
3058
3064
|
} from '../icons/chromium';
|
|
3059
|
-
// CircleAlert aliases
|
|
3060
|
-
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3061
|
-
export {
|
|
3062
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. This alias will be removed in v1.0 */
|
|
3063
|
-
default as AlertCircleIcon
|
|
3064
|
-
} from '../icons/circle-alert';
|
|
3065
|
-
// CircleArrowDown aliases
|
|
3066
|
-
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
3067
|
-
export {
|
|
3068
|
-
/** @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 */
|
|
3069
|
-
default as ArrowDownCircleIcon
|
|
3070
|
-
} from '../icons/circle-arrow-down';
|
|
3071
3065
|
// CircleArrowLeft aliases
|
|
3072
3066
|
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
3073
3067
|
export {
|
|
3074
3068
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. This alias will be removed in v1.0 */
|
|
3075
3069
|
default as ArrowLeftCircleIcon
|
|
3076
3070
|
} from '../icons/circle-arrow-left';
|
|
3071
|
+
// CircleAlert aliases
|
|
3072
|
+
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3073
|
+
export {
|
|
3074
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. This alias will be removed in v1.0 */
|
|
3075
|
+
default as AlertCircleIcon
|
|
3076
|
+
} from '../icons/circle-alert';
|
|
3077
3077
|
// CircleArrowOutDownLeft aliases
|
|
3078
3078
|
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3079
3079
|
export {
|
|
@@ -3086,6 +3086,12 @@ export {
|
|
|
3086
3086
|
/** @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 */
|
|
3087
3087
|
default as ArrowDownRightFromCircleIcon
|
|
3088
3088
|
} from '../icons/circle-arrow-out-down-right';
|
|
3089
|
+
// CircleArrowDown aliases
|
|
3090
|
+
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
3091
|
+
export {
|
|
3092
|
+
/** @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 */
|
|
3093
|
+
default as ArrowDownCircleIcon
|
|
3094
|
+
} from '../icons/circle-arrow-down';
|
|
3089
3095
|
// CircleArrowOutUpLeft aliases
|
|
3090
3096
|
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3091
3097
|
export {
|
|
@@ -3098,18 +3104,18 @@ export {
|
|
|
3098
3104
|
/** @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 */
|
|
3099
3105
|
default as ArrowUpRightFromCircleIcon
|
|
3100
3106
|
} from '../icons/circle-arrow-out-up-right';
|
|
3101
|
-
// CircleArrowUp aliases
|
|
3102
|
-
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3103
|
-
export {
|
|
3104
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. This alias will be removed in v1.0 */
|
|
3105
|
-
default as ArrowUpCircleIcon
|
|
3106
|
-
} from '../icons/circle-arrow-up';
|
|
3107
3107
|
// CircleArrowRight aliases
|
|
3108
3108
|
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3109
3109
|
export {
|
|
3110
3110
|
/** @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 */
|
|
3111
3111
|
default as ArrowRightCircleIcon
|
|
3112
3112
|
} from '../icons/circle-arrow-right';
|
|
3113
|
+
// CircleArrowUp aliases
|
|
3114
|
+
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3115
|
+
export {
|
|
3116
|
+
/** @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 */
|
|
3117
|
+
default as ArrowUpCircleIcon
|
|
3118
|
+
} from '../icons/circle-arrow-up';
|
|
3113
3119
|
// CircleCheckBig aliases
|
|
3114
3120
|
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3115
3121
|
export {
|
|
@@ -3128,30 +3134,24 @@ export {
|
|
|
3128
3134
|
/** @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 */
|
|
3129
3135
|
default as ChevronDownCircleIcon
|
|
3130
3136
|
} from '../icons/circle-chevron-down';
|
|
3131
|
-
// CircleChevronRight aliases
|
|
3132
|
-
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3133
|
-
export {
|
|
3134
|
-
/** @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 */
|
|
3135
|
-
default as ChevronRightCircleIcon
|
|
3136
|
-
} from '../icons/circle-chevron-right';
|
|
3137
3137
|
// CircleChevronLeft aliases
|
|
3138
3138
|
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3139
3139
|
export {
|
|
3140
3140
|
/** @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 */
|
|
3141
3141
|
default as ChevronLeftCircleIcon
|
|
3142
3142
|
} from '../icons/circle-chevron-left';
|
|
3143
|
+
// CircleChevronRight aliases
|
|
3144
|
+
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3145
|
+
export {
|
|
3146
|
+
/** @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 */
|
|
3147
|
+
default as ChevronRightCircleIcon
|
|
3148
|
+
} from '../icons/circle-chevron-right';
|
|
3143
3149
|
// CircleChevronUp aliases
|
|
3144
3150
|
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3145
3151
|
export {
|
|
3146
3152
|
/** @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 */
|
|
3147
3153
|
default as ChevronUpCircleIcon
|
|
3148
3154
|
} from '../icons/circle-chevron-up';
|
|
3149
|
-
// CircleDivide aliases
|
|
3150
|
-
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3151
|
-
export {
|
|
3152
|
-
/** @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 */
|
|
3153
|
-
default as DivideCircleIcon
|
|
3154
|
-
} from '../icons/circle-divide';
|
|
3155
3155
|
// CircleGauge aliases
|
|
3156
3156
|
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3157
3157
|
export {
|
|
@@ -3176,6 +3176,18 @@ export {
|
|
|
3176
3176
|
/** @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 */
|
|
3177
3177
|
default as ParkingCircleIcon
|
|
3178
3178
|
} from '../icons/circle-parking';
|
|
3179
|
+
// CircleDivide aliases
|
|
3180
|
+
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3181
|
+
export {
|
|
3182
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. This alias will be removed in v1.0 */
|
|
3183
|
+
default as DivideCircleIcon
|
|
3184
|
+
} from '../icons/circle-divide';
|
|
3185
|
+
// CirclePercent aliases
|
|
3186
|
+
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3187
|
+
export {
|
|
3188
|
+
/** @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 */
|
|
3189
|
+
default as PercentCircleIcon
|
|
3190
|
+
} from '../icons/circle-percent';
|
|
3179
3191
|
// CirclePause aliases
|
|
3180
3192
|
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3181
3193
|
export {
|
|
@@ -3194,12 +3206,6 @@ export {
|
|
|
3194
3206
|
/** @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 */
|
|
3195
3207
|
default as PlusCircleIcon
|
|
3196
3208
|
} from '../icons/circle-plus';
|
|
3197
|
-
// CirclePercent aliases
|
|
3198
|
-
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3199
|
-
export {
|
|
3200
|
-
/** @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 */
|
|
3201
|
-
default as PercentCircleIcon
|
|
3202
|
-
} from '../icons/circle-percent';
|
|
3203
3209
|
// CirclePower aliases
|
|
3204
3210
|
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3205
3211
|
export {
|
|
@@ -3216,6 +3222,12 @@ export {
|
|
|
3216
3222
|
/** @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 */
|
|
3217
3223
|
default as CircleHelpIcon
|
|
3218
3224
|
} from '../icons/circle-question-mark';
|
|
3225
|
+
// CircleSlash2 aliases
|
|
3226
|
+
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3227
|
+
export {
|
|
3228
|
+
/** @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 */
|
|
3229
|
+
default as CircleSlashedIcon
|
|
3230
|
+
} from '../icons/circle-slash-2';
|
|
3219
3231
|
// CircleStop aliases
|
|
3220
3232
|
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3221
3233
|
export {
|
|
@@ -3234,12 +3246,12 @@ export {
|
|
|
3234
3246
|
/** @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 */
|
|
3235
3247
|
default as UserCircleIcon
|
|
3236
3248
|
} from '../icons/circle-user';
|
|
3237
|
-
//
|
|
3238
|
-
export { default as
|
|
3249
|
+
// ClipboardPenLine aliases
|
|
3250
|
+
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3239
3251
|
export {
|
|
3240
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3241
|
-
default as
|
|
3242
|
-
} from '../icons/
|
|
3252
|
+
/** @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 */
|
|
3253
|
+
default as ClipboardSignatureIcon
|
|
3254
|
+
} from '../icons/clipboard-pen-line';
|
|
3243
3255
|
// CircleX aliases
|
|
3244
3256
|
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3245
3257
|
export {
|
|
@@ -3248,16 +3260,10 @@ export {
|
|
|
3248
3260
|
} from '../icons/circle-x';
|
|
3249
3261
|
// ClipboardPen aliases
|
|
3250
3262
|
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3251
|
-
export {
|
|
3252
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. This alias will be removed in v1.0 */
|
|
3253
|
-
default as ClipboardEditIcon
|
|
3254
|
-
} from '../icons/clipboard-pen';
|
|
3255
|
-
// ClipboardPenLine aliases
|
|
3256
|
-
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3257
|
-
export {
|
|
3258
|
-
/** @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 */
|
|
3259
|
-
default as ClipboardSignatureIcon
|
|
3260
|
-
} from '../icons/clipboard-pen-line';
|
|
3263
|
+
export {
|
|
3264
|
+
/** @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 */
|
|
3265
|
+
default as ClipboardEditIcon
|
|
3266
|
+
} from '../icons/clipboard-pen';
|
|
3261
3267
|
// CloudDownload aliases
|
|
3262
3268
|
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3263
3269
|
export {
|
|
@@ -3270,12 +3276,12 @@ export {
|
|
|
3270
3276
|
/** @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 */
|
|
3271
3277
|
default as UploadCloudIcon
|
|
3272
3278
|
} from '../icons/cloud-upload';
|
|
3273
|
-
//
|
|
3274
|
-
export { default as
|
|
3279
|
+
// CodeXml aliases
|
|
3280
|
+
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3275
3281
|
export {
|
|
3276
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3277
|
-
default as
|
|
3278
|
-
} from '../icons/
|
|
3282
|
+
/** @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 */
|
|
3283
|
+
default as Code2Icon
|
|
3284
|
+
} from '../icons/code-xml';
|
|
3279
3285
|
// Columns3Cog aliases
|
|
3280
3286
|
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3281
3287
|
export {
|
|
@@ -3286,12 +3292,12 @@ export {
|
|
|
3286
3292
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. This alias will be removed in v1.0 */
|
|
3287
3293
|
default as TableConfigIcon
|
|
3288
3294
|
} from '../icons/columns-3-cog';
|
|
3289
|
-
//
|
|
3290
|
-
export { default as
|
|
3295
|
+
// Columns2 aliases
|
|
3296
|
+
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3291
3297
|
export {
|
|
3292
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3293
|
-
default as
|
|
3294
|
-
} from '../icons/
|
|
3298
|
+
/** @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 */
|
|
3299
|
+
default as ColumnsIcon
|
|
3300
|
+
} from '../icons/columns-2';
|
|
3295
3301
|
// Columns3 aliases
|
|
3296
3302
|
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3297
3303
|
export {
|
|
@@ -3304,12 +3310,6 @@ export {
|
|
|
3304
3310
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. This alias will be removed in v1.0 */
|
|
3305
3311
|
default as Contact2Icon
|
|
3306
3312
|
} from '../icons/contact-round';
|
|
3307
|
-
// Earth aliases
|
|
3308
|
-
export { default as EarthIcon } from '../icons/earth';
|
|
3309
|
-
export {
|
|
3310
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. This alias will be removed in v1.0 */
|
|
3311
|
-
default as Globe2Icon
|
|
3312
|
-
} from '../icons/earth';
|
|
3313
3313
|
// EllipsisVertical aliases
|
|
3314
3314
|
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3315
3315
|
export {
|
|
@@ -3322,60 +3322,66 @@ export {
|
|
|
3322
3322
|
/** @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 */
|
|
3323
3323
|
default as PercentDiamondIcon
|
|
3324
3324
|
} from '../icons/diamond-percent';
|
|
3325
|
+
// Earth aliases
|
|
3326
|
+
export { default as EarthIcon } from '../icons/earth';
|
|
3327
|
+
export {
|
|
3328
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. This alias will be removed in v1.0 */
|
|
3329
|
+
default as Globe2Icon
|
|
3330
|
+
} from '../icons/earth';
|
|
3325
3331
|
// Ellipsis aliases
|
|
3326
3332
|
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3327
3333
|
export {
|
|
3328
3334
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. This alias will be removed in v1.0 */
|
|
3329
3335
|
default as MoreHorizontalIcon
|
|
3330
3336
|
} from '../icons/ellipsis';
|
|
3331
|
-
//
|
|
3332
|
-
export { default as
|
|
3337
|
+
// FileBracesCorner aliases
|
|
3338
|
+
export { default as FileBracesCornerIcon } from '../icons/file-braces-corner';
|
|
3333
3339
|
export {
|
|
3334
|
-
/** @deprecated The icon was
|
|
3335
|
-
default as
|
|
3336
|
-
} from '../icons/file-
|
|
3340
|
+
/** @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 */
|
|
3341
|
+
default as FileJson2Icon
|
|
3342
|
+
} from '../icons/file-braces-corner';
|
|
3337
3343
|
// FileAxis3d aliases
|
|
3338
3344
|
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3339
3345
|
export {
|
|
3340
3346
|
/** @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 */
|
|
3341
3347
|
default as FileAxis3DIcon
|
|
3342
3348
|
} from '../icons/file-axis-3d';
|
|
3343
|
-
//
|
|
3344
|
-
export { default as
|
|
3349
|
+
// FileBadge aliases
|
|
3350
|
+
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
3345
3351
|
export {
|
|
3346
|
-
/** @deprecated The
|
|
3347
|
-
default as
|
|
3348
|
-
} from '../icons/file-
|
|
3352
|
+
/** @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 */
|
|
3353
|
+
default as FileBadge2Icon
|
|
3354
|
+
} from '../icons/file-badge';
|
|
3349
3355
|
// FileBraces aliases
|
|
3350
3356
|
export { default as FileBracesIcon } from '../icons/file-braces';
|
|
3351
3357
|
export {
|
|
3352
3358
|
/** @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 */
|
|
3353
3359
|
default as FileJsonIcon
|
|
3354
3360
|
} from '../icons/file-braces';
|
|
3355
|
-
// FileChartColumn aliases
|
|
3356
|
-
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3357
|
-
export {
|
|
3358
|
-
/** @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 */
|
|
3359
|
-
default as FileBarChart2Icon
|
|
3360
|
-
} from '../icons/file-chart-column';
|
|
3361
3361
|
// FileChartColumnIncreasing aliases
|
|
3362
3362
|
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3363
3363
|
export {
|
|
3364
3364
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3365
3365
|
default as FileBarChartIcon
|
|
3366
3366
|
} from '../icons/file-chart-column-increasing';
|
|
3367
|
-
//
|
|
3368
|
-
export { default as
|
|
3367
|
+
// FileChartColumn aliases
|
|
3368
|
+
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3369
3369
|
export {
|
|
3370
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3371
|
-
default as
|
|
3372
|
-
} from '../icons/file-chart-
|
|
3370
|
+
/** @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 */
|
|
3371
|
+
default as FileBarChart2Icon
|
|
3372
|
+
} from '../icons/file-chart-column';
|
|
3373
3373
|
// FileChartLine aliases
|
|
3374
3374
|
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3375
3375
|
export {
|
|
3376
3376
|
/** @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 */
|
|
3377
3377
|
default as FileLineChartIcon
|
|
3378
3378
|
} from '../icons/file-chart-line';
|
|
3379
|
+
// FileChartPie aliases
|
|
3380
|
+
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3381
|
+
export {
|
|
3382
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. This alias will be removed in v1.0 */
|
|
3383
|
+
default as FilePieChartIcon
|
|
3384
|
+
} from '../icons/file-chart-pie';
|
|
3379
3385
|
// FileCheckCorner aliases
|
|
3380
3386
|
export { default as FileCheckCornerIcon } from '../icons/file-check-corner';
|
|
3381
3387
|
export {
|
|
@@ -3388,6 +3394,16 @@ export {
|
|
|
3388
3394
|
/** @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 */
|
|
3389
3395
|
default as FileCode2Icon
|
|
3390
3396
|
} from '../icons/file-code-corner';
|
|
3397
|
+
// FileHeadphone aliases
|
|
3398
|
+
export { default as FileHeadphoneIcon } from '../icons/file-headphone';
|
|
3399
|
+
export {
|
|
3400
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
|
|
3401
|
+
default as FileAudioIcon
|
|
3402
|
+
} from '../icons/file-headphone';
|
|
3403
|
+
export {
|
|
3404
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
|
|
3405
|
+
default as FileAudio2Icon
|
|
3406
|
+
} from '../icons/file-headphone';
|
|
3391
3407
|
// FileCog aliases
|
|
3392
3408
|
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3393
3409
|
export {
|
|
@@ -3400,16 +3416,6 @@ export {
|
|
|
3400
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 */
|
|
3401
3417
|
default as FileWarningIcon
|
|
3402
3418
|
} from '../icons/file-exclamation-point';
|
|
3403
|
-
// FileHeadphone aliases
|
|
3404
|
-
export { default as FileHeadphoneIcon } from '../icons/file-headphone';
|
|
3405
|
-
export {
|
|
3406
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
|
|
3407
|
-
default as FileAudioIcon
|
|
3408
|
-
} from '../icons/file-headphone';
|
|
3409
|
-
export {
|
|
3410
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
|
|
3411
|
-
default as FileAudio2Icon
|
|
3412
|
-
} from '../icons/file-headphone';
|
|
3413
3419
|
// FileKey aliases
|
|
3414
3420
|
export { default as FileKeyIcon } from '../icons/file-key';
|
|
3415
3421
|
export {
|
|
@@ -3434,54 +3440,54 @@ export {
|
|
|
3434
3440
|
/** @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 */
|
|
3435
3441
|
default as FileSignatureIcon
|
|
3436
3442
|
} from '../icons/file-pen-line';
|
|
3437
|
-
// FilePlay aliases
|
|
3438
|
-
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3439
|
-
export {
|
|
3440
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. This alias will be removed in v1.0 */
|
|
3441
|
-
default as FileVideoIcon
|
|
3442
|
-
} from '../icons/file-play';
|
|
3443
3443
|
// FilePen aliases
|
|
3444
3444
|
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3445
3445
|
export {
|
|
3446
3446
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. This alias will be removed in v1.0 */
|
|
3447
3447
|
default as FileEditIcon
|
|
3448
3448
|
} from '../icons/file-pen';
|
|
3449
|
+
// FilePlusCorner aliases
|
|
3450
|
+
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3451
|
+
export {
|
|
3452
|
+
/** @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 */
|
|
3453
|
+
default as FilePlus2Icon
|
|
3454
|
+
} from '../icons/file-plus-corner';
|
|
3449
3455
|
// FileQuestionMark aliases
|
|
3450
3456
|
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3451
3457
|
export {
|
|
3452
3458
|
/** @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 */
|
|
3453
3459
|
default as FileQuestionIcon
|
|
3454
3460
|
} from '../icons/file-question-mark';
|
|
3461
|
+
// FilePlay aliases
|
|
3462
|
+
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3463
|
+
export {
|
|
3464
|
+
/** @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 */
|
|
3465
|
+
default as FileVideoIcon
|
|
3466
|
+
} from '../icons/file-play';
|
|
3455
3467
|
// FileSignal aliases
|
|
3456
3468
|
export { default as FileSignalIcon } from '../icons/file-signal';
|
|
3457
3469
|
export {
|
|
3458
3470
|
/** @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 */
|
|
3459
3471
|
default as FileVolume2Icon
|
|
3460
3472
|
} from '../icons/file-signal';
|
|
3461
|
-
// FilePlusCorner aliases
|
|
3462
|
-
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3463
|
-
export {
|
|
3464
|
-
/** @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 */
|
|
3465
|
-
default as FilePlus2Icon
|
|
3466
|
-
} from '../icons/file-plus-corner';
|
|
3467
3473
|
// FileSearchCorner aliases
|
|
3468
3474
|
export { default as FileSearchCornerIcon } from '../icons/file-search-corner';
|
|
3469
3475
|
export {
|
|
3470
3476
|
/** @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 */
|
|
3471
3477
|
default as FileSearch2Icon
|
|
3472
3478
|
} from '../icons/file-search-corner';
|
|
3473
|
-
// FileTypeCorner aliases
|
|
3474
|
-
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3475
|
-
export {
|
|
3476
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. This alias will be removed in v1.0 */
|
|
3477
|
-
default as FileType2Icon
|
|
3478
|
-
} from '../icons/file-type-corner';
|
|
3479
3479
|
// FileVideoCamera aliases
|
|
3480
3480
|
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3481
3481
|
export {
|
|
3482
3482
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. This alias will be removed in v1.0 */
|
|
3483
3483
|
default as FileVideo2Icon
|
|
3484
3484
|
} from '../icons/file-video-camera';
|
|
3485
|
+
// FileTypeCorner aliases
|
|
3486
|
+
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3487
|
+
export {
|
|
3488
|
+
/** @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 */
|
|
3489
|
+
default as FileType2Icon
|
|
3490
|
+
} from '../icons/file-type-corner';
|
|
3485
3491
|
// FileXCorner aliases
|
|
3486
3492
|
export { default as FileXCornerIcon } from '../icons/file-x-corner';
|
|
3487
3493
|
export {
|
|
@@ -3494,18 +3500,18 @@ export {
|
|
|
3494
3500
|
/** @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 */
|
|
3495
3501
|
default as FingerprintIcon
|
|
3496
3502
|
} from '../icons/fingerprint-pattern';
|
|
3497
|
-
// FolderCog aliases
|
|
3498
|
-
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3499
|
-
export {
|
|
3500
|
-
/** @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 */
|
|
3501
|
-
default as FolderCog2Icon
|
|
3502
|
-
} from '../icons/folder-cog';
|
|
3503
3503
|
// FolderPen aliases
|
|
3504
3504
|
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3505
3505
|
export {
|
|
3506
3506
|
/** @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 */
|
|
3507
3507
|
default as FolderEditIcon
|
|
3508
3508
|
} from '../icons/folder-pen';
|
|
3509
|
+
// FolderCog aliases
|
|
3510
|
+
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3511
|
+
export {
|
|
3512
|
+
/** @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 */
|
|
3513
|
+
default as FolderCog2Icon
|
|
3514
|
+
} from '../icons/folder-cog';
|
|
3509
3515
|
// FunnelX aliases
|
|
3510
3516
|
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3511
3517
|
export {
|
|
@@ -3530,18 +3536,18 @@ export {
|
|
|
3530
3536
|
/** @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 */
|
|
3531
3537
|
default as GitCommitIcon
|
|
3532
3538
|
} from '../icons/git-commit-horizontal';
|
|
3533
|
-
// Grid2x2Plus aliases
|
|
3534
|
-
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3535
|
-
export {
|
|
3536
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. This alias will be removed in v1.0 */
|
|
3537
|
-
default as Grid2X2PlusIcon
|
|
3538
|
-
} from '../icons/grid-2x2-plus';
|
|
3539
3539
|
// Grid2x2X aliases
|
|
3540
3540
|
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3541
3541
|
export {
|
|
3542
3542
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. This alias will be removed in v1.0 */
|
|
3543
3543
|
default as Grid2X2XIcon
|
|
3544
3544
|
} from '../icons/grid-2x2-x';
|
|
3545
|
+
// Grid2x2Plus aliases
|
|
3546
|
+
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3547
|
+
export {
|
|
3548
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. This alias will be removed in v1.0 */
|
|
3549
|
+
default as Grid2X2PlusIcon
|
|
3550
|
+
} from '../icons/grid-2x2-plus';
|
|
3545
3551
|
// Grid2x2 aliases
|
|
3546
3552
|
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3547
3553
|
export {
|
|
@@ -3558,30 +3564,24 @@ export {
|
|
|
3558
3564
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. This alias will be removed in v1.0 */
|
|
3559
3565
|
default as Grid3X3Icon
|
|
3560
3566
|
} from '../icons/grid-3x3';
|
|
3561
|
-
// HandHelping aliases
|
|
3562
|
-
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3563
|
-
export {
|
|
3564
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. This alias will be removed in v1.0 */
|
|
3565
|
-
default as HelpingHandIcon
|
|
3566
|
-
} from '../icons/hand-helping';
|
|
3567
3567
|
// HandGrab aliases
|
|
3568
3568
|
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3569
3569
|
export {
|
|
3570
3570
|
/** @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 */
|
|
3571
3571
|
default as GrabIcon
|
|
3572
3572
|
} from '../icons/hand-grab';
|
|
3573
|
+
// HandHelping aliases
|
|
3574
|
+
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3575
|
+
export {
|
|
3576
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. This alias will be removed in v1.0 */
|
|
3577
|
+
default as HelpingHandIcon
|
|
3578
|
+
} from '../icons/hand-helping';
|
|
3573
3579
|
// House aliases
|
|
3574
3580
|
export { default as HouseIcon } from '../icons/house';
|
|
3575
3581
|
export {
|
|
3576
3582
|
/** @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 */
|
|
3577
3583
|
default as HomeIcon
|
|
3578
3584
|
} from '../icons/house';
|
|
3579
|
-
// IceCreamCone aliases
|
|
3580
|
-
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3581
|
-
export {
|
|
3582
|
-
/** @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 */
|
|
3583
|
-
default as IceCreamIcon
|
|
3584
|
-
} from '../icons/ice-cream-cone';
|
|
3585
3585
|
// IceCreamBowl aliases
|
|
3586
3586
|
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3587
3587
|
export {
|
|
@@ -3594,22 +3594,18 @@ export {
|
|
|
3594
3594
|
/** @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 */
|
|
3595
3595
|
default as Laptop2Icon
|
|
3596
3596
|
} from '../icons/laptop-minimal';
|
|
3597
|
+
// IceCreamCone aliases
|
|
3598
|
+
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3599
|
+
export {
|
|
3600
|
+
/** @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 */
|
|
3601
|
+
default as IceCreamIcon
|
|
3602
|
+
} from '../icons/ice-cream-cone';
|
|
3597
3603
|
// Layers aliases
|
|
3598
3604
|
export { default as LayersIcon } from '../icons/layers';
|
|
3599
3605
|
export {
|
|
3600
3606
|
/** @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 */
|
|
3601
3607
|
default as Layers3Icon
|
|
3602
3608
|
} from '../icons/layers';
|
|
3603
|
-
// ListIndentDecrease aliases
|
|
3604
|
-
export { default as ListIndentDecreaseIcon } from '../icons/list-indent-decrease';
|
|
3605
|
-
export {
|
|
3606
|
-
/** @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 */
|
|
3607
|
-
default as OutdentIcon
|
|
3608
|
-
} from '../icons/list-indent-decrease';
|
|
3609
|
-
export {
|
|
3610
|
-
/** @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 */
|
|
3611
|
-
default as IndentDecreaseIcon
|
|
3612
|
-
} from '../icons/list-indent-decrease';
|
|
3613
3609
|
// ListIndentIncrease aliases
|
|
3614
3610
|
export { default as ListIndentIncreaseIcon } from '../icons/list-indent-increase';
|
|
3615
3611
|
export {
|
|
@@ -3620,12 +3616,16 @@ export {
|
|
|
3620
3616
|
/** @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 */
|
|
3621
3617
|
default as IndentIncreaseIcon
|
|
3622
3618
|
} from '../icons/list-indent-increase';
|
|
3623
|
-
//
|
|
3624
|
-
export { default as
|
|
3619
|
+
// ListIndentDecrease aliases
|
|
3620
|
+
export { default as ListIndentDecreaseIcon } from '../icons/list-indent-decrease';
|
|
3625
3621
|
export {
|
|
3626
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3627
|
-
default as
|
|
3628
|
-
} from '../icons/
|
|
3622
|
+
/** @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 */
|
|
3623
|
+
default as OutdentIcon
|
|
3624
|
+
} from '../icons/list-indent-decrease';
|
|
3625
|
+
export {
|
|
3626
|
+
/** @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 */
|
|
3627
|
+
default as IndentDecreaseIcon
|
|
3628
|
+
} from '../icons/list-indent-decrease';
|
|
3629
3629
|
// LockKeyholeOpen aliases
|
|
3630
3630
|
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3631
3631
|
export {
|
|
@@ -3638,18 +3638,24 @@ export {
|
|
|
3638
3638
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. This alias will be removed in v1.0 */
|
|
3639
3639
|
default as UnlockIcon
|
|
3640
3640
|
} from '../icons/lock-open';
|
|
3641
|
-
//
|
|
3642
|
-
export { default as
|
|
3641
|
+
// LoaderCircle aliases
|
|
3642
|
+
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3643
3643
|
export {
|
|
3644
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3645
|
-
default as
|
|
3646
|
-
} from '../icons/
|
|
3644
|
+
/** @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 */
|
|
3645
|
+
default as Loader2Icon
|
|
3646
|
+
} from '../icons/loader-circle';
|
|
3647
3647
|
// MapPinPen aliases
|
|
3648
3648
|
export { default as MapPinPenIcon } from '../icons/map-pin-pen';
|
|
3649
3649
|
export {
|
|
3650
3650
|
/** @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 */
|
|
3651
3651
|
default as LocationEditIcon
|
|
3652
3652
|
} from '../icons/map-pin-pen';
|
|
3653
|
+
// MailQuestionMark aliases
|
|
3654
|
+
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3655
|
+
export {
|
|
3656
|
+
/** @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 */
|
|
3657
|
+
default as MailQuestionIcon
|
|
3658
|
+
} from '../icons/mail-question-mark';
|
|
3653
3659
|
// MessageCircleQuestionMark aliases
|
|
3654
3660
|
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3655
3661
|
export {
|
|
@@ -3698,18 +3704,18 @@ export {
|
|
|
3698
3704
|
/** @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 */
|
|
3699
3705
|
default as PanelBottomInactiveIcon
|
|
3700
3706
|
} from '../icons/panel-bottom-dashed';
|
|
3701
|
-
// PanelLeftClose aliases
|
|
3702
|
-
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3703
|
-
export {
|
|
3704
|
-
/** @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 */
|
|
3705
|
-
default as SidebarCloseIcon
|
|
3706
|
-
} from '../icons/panel-left-close';
|
|
3707
3707
|
// PanelLeftDashed aliases
|
|
3708
3708
|
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3709
3709
|
export {
|
|
3710
3710
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. This alias will be removed in v1.0 */
|
|
3711
3711
|
default as PanelLeftInactiveIcon
|
|
3712
3712
|
} from '../icons/panel-left-dashed';
|
|
3713
|
+
// PanelLeftClose aliases
|
|
3714
|
+
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3715
|
+
export {
|
|
3716
|
+
/** @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 */
|
|
3717
|
+
default as SidebarCloseIcon
|
|
3718
|
+
} from '../icons/panel-left-close';
|
|
3713
3719
|
// PanelLeftOpen aliases
|
|
3714
3720
|
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3715
3721
|
export {
|
|
@@ -3734,12 +3740,6 @@ export {
|
|
|
3734
3740
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. This alias will be removed in v1.0 */
|
|
3735
3741
|
default as PanelTopInactiveIcon
|
|
3736
3742
|
} from '../icons/panel-top-dashed';
|
|
3737
|
-
// Pen aliases
|
|
3738
|
-
export { default as PenIcon } from '../icons/pen';
|
|
3739
|
-
export {
|
|
3740
|
-
/** @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 */
|
|
3741
|
-
default as Edit2Icon
|
|
3742
|
-
} from '../icons/pen';
|
|
3743
3743
|
// PenLine aliases
|
|
3744
3744
|
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3745
3745
|
export {
|
|
@@ -3752,6 +3752,12 @@ export {
|
|
|
3752
3752
|
/** @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 */
|
|
3753
3753
|
default as LayoutIcon
|
|
3754
3754
|
} from '../icons/panels-top-left';
|
|
3755
|
+
// Pen aliases
|
|
3756
|
+
export { default as PenIcon } from '../icons/pen';
|
|
3757
|
+
export {
|
|
3758
|
+
/** @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 */
|
|
3759
|
+
default as Edit2Icon
|
|
3760
|
+
} from '../icons/pen';
|
|
3755
3761
|
// RectangleEllipsis aliases
|
|
3756
3762
|
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3757
3763
|
export {
|
|
@@ -3764,12 +3770,6 @@ export {
|
|
|
3764
3770
|
/** @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 */
|
|
3765
3771
|
default as PlugZap2Icon
|
|
3766
3772
|
} from '../icons/plug-zap';
|
|
3767
|
-
// Rows2 aliases
|
|
3768
|
-
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3769
|
-
export {
|
|
3770
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. This alias will be removed in v1.0 */
|
|
3771
|
-
default as RowsIcon
|
|
3772
|
-
} from '../icons/rows-2';
|
|
3773
3773
|
// Rotate3d aliases
|
|
3774
3774
|
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3775
3775
|
export {
|
|
@@ -3794,6 +3794,12 @@ export {
|
|
|
3794
3794
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3795
3795
|
default as SendHorizonalIcon
|
|
3796
3796
|
} from '../icons/send-horizontal';
|
|
3797
|
+
// Rows2 aliases
|
|
3798
|
+
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3799
|
+
export {
|
|
3800
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. This alias will be removed in v1.0 */
|
|
3801
|
+
default as RowsIcon
|
|
3802
|
+
} from '../icons/rows-2';
|
|
3797
3803
|
// ShieldQuestionMark aliases
|
|
3798
3804
|
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
3799
3805
|
export {
|
|
@@ -3812,12 +3818,6 @@ export {
|
|
|
3812
3818
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. This alias will be removed in v1.0 */
|
|
3813
3819
|
default as SlidersIcon
|
|
3814
3820
|
} from '../icons/sliders-vertical';
|
|
3815
|
-
// Sparkles aliases
|
|
3816
|
-
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3817
|
-
export {
|
|
3818
|
-
/** @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 */
|
|
3819
|
-
default as StarsIcon
|
|
3820
|
-
} from '../icons/sparkles';
|
|
3821
3821
|
// SquareActivity aliases
|
|
3822
3822
|
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3823
3823
|
export {
|
|
@@ -3830,12 +3830,24 @@ export {
|
|
|
3830
3830
|
/** @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 */
|
|
3831
3831
|
default as ArrowDownLeftSquareIcon
|
|
3832
3832
|
} from '../icons/square-arrow-down-left';
|
|
3833
|
+
// Sparkles aliases
|
|
3834
|
+
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3835
|
+
export {
|
|
3836
|
+
/** @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 */
|
|
3837
|
+
default as StarsIcon
|
|
3838
|
+
} from '../icons/sparkles';
|
|
3833
3839
|
// SquareArrowDown aliases
|
|
3834
3840
|
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3835
3841
|
export {
|
|
3836
3842
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. This alias will be removed in v1.0 */
|
|
3837
3843
|
default as ArrowDownSquareIcon
|
|
3838
3844
|
} from '../icons/square-arrow-down';
|
|
3845
|
+
// SquareArrowOutDownLeft aliases
|
|
3846
|
+
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3847
|
+
export {
|
|
3848
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3849
|
+
default as ArrowDownLeftFromSquareIcon
|
|
3850
|
+
} from '../icons/square-arrow-out-down-left';
|
|
3839
3851
|
// SquareArrowDownRight aliases
|
|
3840
3852
|
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3841
3853
|
export {
|
|
@@ -3848,12 +3860,6 @@ export {
|
|
|
3848
3860
|
/** @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 */
|
|
3849
3861
|
default as ArrowLeftSquareIcon
|
|
3850
3862
|
} from '../icons/square-arrow-left';
|
|
3851
|
-
// SquareArrowOutDownLeft aliases
|
|
3852
|
-
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3853
|
-
export {
|
|
3854
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3855
|
-
default as ArrowDownLeftFromSquareIcon
|
|
3856
|
-
} from '../icons/square-arrow-out-down-left';
|
|
3857
3863
|
// SquareArrowOutDownRight aliases
|
|
3858
3864
|
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3859
3865
|
export {
|
|
@@ -3866,12 +3872,6 @@ export {
|
|
|
3866
3872
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3867
3873
|
default as ArrowUpLeftFromSquareIcon
|
|
3868
3874
|
} from '../icons/square-arrow-out-up-left';
|
|
3869
|
-
// SquareArrowOutUpRight aliases
|
|
3870
|
-
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3871
|
-
export {
|
|
3872
|
-
/** @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 */
|
|
3873
|
-
default as ArrowUpRightFromSquareIcon
|
|
3874
|
-
} from '../icons/square-arrow-out-up-right';
|
|
3875
3875
|
// SquareArrowRight aliases
|
|
3876
3876
|
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3877
3877
|
export {
|
|
@@ -3884,30 +3884,36 @@ export {
|
|
|
3884
3884
|
/** @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 */
|
|
3885
3885
|
default as ArrowUpLeftSquareIcon
|
|
3886
3886
|
} from '../icons/square-arrow-up-left';
|
|
3887
|
-
//
|
|
3888
|
-
export { default as
|
|
3887
|
+
// SquareArrowOutUpRight aliases
|
|
3888
|
+
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3889
3889
|
export {
|
|
3890
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3891
|
-
default as
|
|
3892
|
-
} from '../icons/square-arrow-up-right';
|
|
3890
|
+
/** @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 */
|
|
3891
|
+
default as ArrowUpRightFromSquareIcon
|
|
3892
|
+
} from '../icons/square-arrow-out-up-right';
|
|
3893
3893
|
// SquareArrowUp aliases
|
|
3894
3894
|
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3895
3895
|
export {
|
|
3896
3896
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. This alias will be removed in v1.0 */
|
|
3897
3897
|
default as ArrowUpSquareIcon
|
|
3898
3898
|
} from '../icons/square-arrow-up';
|
|
3899
|
-
//
|
|
3900
|
-
export { default as
|
|
3899
|
+
// SquareArrowUpRight aliases
|
|
3900
|
+
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3901
3901
|
export {
|
|
3902
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3903
|
-
default as
|
|
3904
|
-
} from '../icons/square-
|
|
3902
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. This alias will be removed in v1.0 */
|
|
3903
|
+
default as ArrowUpRightSquareIcon
|
|
3904
|
+
} from '../icons/square-arrow-up-right';
|
|
3905
3905
|
// SquareAsterisk aliases
|
|
3906
3906
|
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3907
3907
|
export {
|
|
3908
3908
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. This alias will be removed in v1.0 */
|
|
3909
3909
|
default as AsteriskSquareIcon
|
|
3910
3910
|
} from '../icons/square-asterisk';
|
|
3911
|
+
// SquareBottomDashedScissors aliases
|
|
3912
|
+
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3913
|
+
export {
|
|
3914
|
+
/** @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 */
|
|
3915
|
+
default as ScissorsSquareDashedBottomIcon
|
|
3916
|
+
} from '../icons/square-bottom-dashed-scissors';
|
|
3911
3917
|
// SquareChartGantt aliases
|
|
3912
3918
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
3913
3919
|
export {
|
|
@@ -3924,30 +3930,24 @@ export {
|
|
|
3924
3930
|
/** @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 */
|
|
3925
3931
|
default as CheckSquareIcon
|
|
3926
3932
|
} from '../icons/square-check-big';
|
|
3927
|
-
// SquareChevronDown aliases
|
|
3928
|
-
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3929
|
-
export {
|
|
3930
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. This alias will be removed in v1.0 */
|
|
3931
|
-
default as ChevronDownSquareIcon
|
|
3932
|
-
} from '../icons/square-chevron-down';
|
|
3933
3933
|
// SquareCheck aliases
|
|
3934
3934
|
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3935
3935
|
export {
|
|
3936
3936
|
/** @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 */
|
|
3937
3937
|
default as CheckSquare2Icon
|
|
3938
3938
|
} from '../icons/square-check';
|
|
3939
|
+
// SquareChevronDown aliases
|
|
3940
|
+
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3941
|
+
export {
|
|
3942
|
+
/** @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 */
|
|
3943
|
+
default as ChevronDownSquareIcon
|
|
3944
|
+
} from '../icons/square-chevron-down';
|
|
3939
3945
|
// SquareChevronLeft aliases
|
|
3940
3946
|
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
3941
3947
|
export {
|
|
3942
3948
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. This alias will be removed in v1.0 */
|
|
3943
3949
|
default as ChevronLeftSquareIcon
|
|
3944
3950
|
} from '../icons/square-chevron-left';
|
|
3945
|
-
// SquareChevronUp aliases
|
|
3946
|
-
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
3947
|
-
export {
|
|
3948
|
-
/** @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 */
|
|
3949
|
-
default as ChevronUpSquareIcon
|
|
3950
|
-
} from '../icons/square-chevron-up';
|
|
3951
3951
|
// SquareChevronRight aliases
|
|
3952
3952
|
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
3953
3953
|
export {
|
|
@@ -3960,54 +3960,60 @@ export {
|
|
|
3960
3960
|
/** @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 */
|
|
3961
3961
|
default as CodeSquareIcon
|
|
3962
3962
|
} from '../icons/square-code';
|
|
3963
|
-
//
|
|
3964
|
-
export { default as
|
|
3963
|
+
// SquareChevronUp aliases
|
|
3964
|
+
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
3965
3965
|
export {
|
|
3966
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3967
|
-
default as
|
|
3968
|
-
} from '../icons/square-
|
|
3966
|
+
/** @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 */
|
|
3967
|
+
default as ChevronUpSquareIcon
|
|
3968
|
+
} from '../icons/square-chevron-up';
|
|
3969
3969
|
// SquareDashedMousePointer aliases
|
|
3970
3970
|
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3971
3971
|
export {
|
|
3972
3972
|
/** @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 */
|
|
3973
3973
|
default as MousePointerSquareDashedIcon
|
|
3974
3974
|
} from '../icons/square-dashed-mouse-pointer';
|
|
3975
|
+
// SquareDashedKanban aliases
|
|
3976
|
+
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
3977
|
+
export {
|
|
3978
|
+
/** @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 */
|
|
3979
|
+
default as KanbanSquareDashedIcon
|
|
3980
|
+
} from '../icons/square-dashed-kanban';
|
|
3975
3981
|
// SquareDashed aliases
|
|
3976
3982
|
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
3977
3983
|
export {
|
|
3978
3984
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. This alias will be removed in v1.0 */
|
|
3979
3985
|
default as BoxSelectIcon
|
|
3980
3986
|
} from '../icons/square-dashed';
|
|
3981
|
-
//
|
|
3982
|
-
export { default as
|
|
3987
|
+
// SquareDot aliases
|
|
3988
|
+
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
3983
3989
|
export {
|
|
3984
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3985
|
-
default as
|
|
3986
|
-
} from '../icons/square-
|
|
3990
|
+
/** @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 */
|
|
3991
|
+
default as DotSquareIcon
|
|
3992
|
+
} from '../icons/square-dot';
|
|
3987
3993
|
// SquareEqual aliases
|
|
3988
3994
|
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
3989
3995
|
export {
|
|
3990
3996
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. This alias will be removed in v1.0 */
|
|
3991
3997
|
default as EqualSquareIcon
|
|
3992
3998
|
} from '../icons/square-equal';
|
|
3993
|
-
//
|
|
3994
|
-
export { default as
|
|
3999
|
+
// SquareDivide aliases
|
|
4000
|
+
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
3995
4001
|
export {
|
|
3996
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3997
|
-
default as
|
|
3998
|
-
} from '../icons/square-
|
|
4002
|
+
/** @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 */
|
|
4003
|
+
default as DivideSquareIcon
|
|
4004
|
+
} from '../icons/square-divide';
|
|
3999
4005
|
// SquareKanban aliases
|
|
4000
4006
|
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
4001
4007
|
export {
|
|
4002
4008
|
/** @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 */
|
|
4003
4009
|
default as KanbanSquareIcon
|
|
4004
4010
|
} from '../icons/square-kanban';
|
|
4005
|
-
//
|
|
4006
|
-
export { default as
|
|
4011
|
+
// SquareFunction aliases
|
|
4012
|
+
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
4007
4013
|
export {
|
|
4008
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4009
|
-
default as
|
|
4010
|
-
} from '../icons/square-
|
|
4014
|
+
/** @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 */
|
|
4015
|
+
default as FunctionSquareIcon
|
|
4016
|
+
} from '../icons/square-function';
|
|
4011
4017
|
// SquareLibrary aliases
|
|
4012
4018
|
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
4013
4019
|
export {
|
|
@@ -4032,18 +4038,18 @@ export {
|
|
|
4032
4038
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. This alias will be removed in v1.0 */
|
|
4033
4039
|
default as MinusSquareIcon
|
|
4034
4040
|
} from '../icons/square-minus';
|
|
4035
|
-
// SquareParkingOff aliases
|
|
4036
|
-
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
4037
|
-
export {
|
|
4038
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. This alias will be removed in v1.0 */
|
|
4039
|
-
default as ParkingSquareOffIcon
|
|
4040
|
-
} from '../icons/square-parking-off';
|
|
4041
4041
|
// SquareMousePointer aliases
|
|
4042
4042
|
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
4043
4043
|
export {
|
|
4044
4044
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. This alias will be removed in v1.0 */
|
|
4045
4045
|
default as InspectIcon
|
|
4046
4046
|
} from '../icons/square-mouse-pointer';
|
|
4047
|
+
// SquareParkingOff aliases
|
|
4048
|
+
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
4049
|
+
export {
|
|
4050
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. This alias will be removed in v1.0 */
|
|
4051
|
+
default as ParkingSquareOffIcon
|
|
4052
|
+
} from '../icons/square-parking-off';
|
|
4047
4053
|
// SquareParking aliases
|
|
4048
4054
|
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
4049
4055
|
export {
|
|
@@ -4056,6 +4062,20 @@ export {
|
|
|
4056
4062
|
/** @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 */
|
|
4057
4063
|
default as PercentSquareIcon
|
|
4058
4064
|
} from '../icons/square-percent';
|
|
4065
|
+
// SquarePen aliases
|
|
4066
|
+
export { default as SquarePenIcon } from '../icons/square-pen';
|
|
4067
|
+
export {
|
|
4068
|
+
/** @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 */
|
|
4069
|
+
default as PenBoxIcon
|
|
4070
|
+
} from '../icons/square-pen';
|
|
4071
|
+
export {
|
|
4072
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. This alias will be removed in v1.0 */
|
|
4073
|
+
default as EditIcon
|
|
4074
|
+
} from '../icons/square-pen';
|
|
4075
|
+
export {
|
|
4076
|
+
/** @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 */
|
|
4077
|
+
default as PenSquareIcon
|
|
4078
|
+
} from '../icons/square-pen';
|
|
4059
4079
|
// SquarePi aliases
|
|
4060
4080
|
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4061
4081
|
export {
|
|
@@ -4074,26 +4094,24 @@ export {
|
|
|
4074
4094
|
/** @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 */
|
|
4075
4095
|
default as PlaySquareIcon
|
|
4076
4096
|
} from '../icons/square-play';
|
|
4077
|
-
//
|
|
4078
|
-
export { default as
|
|
4079
|
-
export {
|
|
4080
|
-
/** @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 */
|
|
4081
|
-
default as PenBoxIcon
|
|
4082
|
-
} from '../icons/square-pen';
|
|
4083
|
-
export {
|
|
4084
|
-
/** @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 */
|
|
4085
|
-
default as EditIcon
|
|
4086
|
-
} from '../icons/square-pen';
|
|
4097
|
+
// SquareScissors aliases
|
|
4098
|
+
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4087
4099
|
export {
|
|
4088
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4089
|
-
default as
|
|
4090
|
-
} from '../icons/square-
|
|
4100
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. This alias will be removed in v1.0 */
|
|
4101
|
+
default as ScissorsSquareIcon
|
|
4102
|
+
} from '../icons/square-scissors';
|
|
4091
4103
|
// SquarePlus aliases
|
|
4092
4104
|
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
4093
4105
|
export {
|
|
4094
4106
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. This alias will be removed in v1.0 */
|
|
4095
4107
|
default as PlusSquareIcon
|
|
4096
4108
|
} from '../icons/square-plus';
|
|
4109
|
+
// SquareSlash aliases
|
|
4110
|
+
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
4111
|
+
export {
|
|
4112
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. This alias will be removed in v1.0 */
|
|
4113
|
+
default as SlashSquareIcon
|
|
4114
|
+
} from '../icons/square-slash';
|
|
4097
4115
|
// SquarePower aliases
|
|
4098
4116
|
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
4099
4117
|
export {
|
|
@@ -4106,36 +4124,24 @@ export {
|
|
|
4106
4124
|
/** @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 */
|
|
4107
4125
|
default as SigmaSquareIcon
|
|
4108
4126
|
} from '../icons/square-sigma';
|
|
4109
|
-
// SquareScissors aliases
|
|
4110
|
-
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4111
|
-
export {
|
|
4112
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. This alias will be removed in v1.0 */
|
|
4113
|
-
default as ScissorsSquareIcon
|
|
4114
|
-
} from '../icons/square-scissors';
|
|
4115
|
-
// SquareSlash aliases
|
|
4116
|
-
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
4117
|
-
export {
|
|
4118
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. This alias will be removed in v1.0 */
|
|
4119
|
-
default as SlashSquareIcon
|
|
4120
|
-
} from '../icons/square-slash';
|
|
4121
4127
|
// SquareSplitVertical aliases
|
|
4122
4128
|
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
4123
4129
|
export {
|
|
4124
4130
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. This alias will be removed in v1.0 */
|
|
4125
4131
|
default as SplitSquareVerticalIcon
|
|
4126
4132
|
} from '../icons/square-split-vertical';
|
|
4127
|
-
// SquareSplitHorizontal aliases
|
|
4128
|
-
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
4129
|
-
export {
|
|
4130
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. This alias will be removed in v1.0 */
|
|
4131
|
-
default as SplitSquareHorizontalIcon
|
|
4132
|
-
} from '../icons/square-split-horizontal';
|
|
4133
4133
|
// SquareTerminal aliases
|
|
4134
4134
|
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
4135
4135
|
export {
|
|
4136
4136
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. This alias will be removed in v1.0 */
|
|
4137
4137
|
default as TerminalSquareIcon
|
|
4138
4138
|
} from '../icons/square-terminal';
|
|
4139
|
+
// SquareSplitHorizontal aliases
|
|
4140
|
+
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
4141
|
+
export {
|
|
4142
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. This alias will be removed in v1.0 */
|
|
4143
|
+
default as SplitSquareHorizontalIcon
|
|
4144
|
+
} from '../icons/square-split-horizontal';
|
|
4139
4145
|
// SquareUserRound aliases
|
|
4140
4146
|
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
4141
4147
|
export {
|
|
@@ -4178,12 +4184,6 @@ export {
|
|
|
4178
4184
|
/** @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 */
|
|
4179
4185
|
default as AlignJustifyIcon
|
|
4180
4186
|
} from '../icons/text-align-justify';
|
|
4181
|
-
// TextInitial aliases
|
|
4182
|
-
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4183
|
-
export {
|
|
4184
|
-
/** @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 */
|
|
4185
|
-
default as LetterTextIcon
|
|
4186
|
-
} from '../icons/text-initial';
|
|
4187
4187
|
// TextAlignStart aliases
|
|
4188
4188
|
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4189
4189
|
export {
|
|
@@ -4194,6 +4194,12 @@ export {
|
|
|
4194
4194
|
/** @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 */
|
|
4195
4195
|
default as AlignLeftIcon
|
|
4196
4196
|
} from '../icons/text-align-start';
|
|
4197
|
+
// TextInitial aliases
|
|
4198
|
+
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4199
|
+
export {
|
|
4200
|
+
/** @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 */
|
|
4201
|
+
default as LetterTextIcon
|
|
4202
|
+
} from '../icons/text-initial';
|
|
4197
4203
|
// TextWrap aliases
|
|
4198
4204
|
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4199
4205
|
export {
|
|
@@ -4212,42 +4218,36 @@ export {
|
|
|
4212
4218
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. This alias will be removed in v1.0 */
|
|
4213
4219
|
default as PalmtreeIcon
|
|
4214
4220
|
} from '../icons/tree-palm';
|
|
4215
|
-
// TramFront aliases
|
|
4216
|
-
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4217
|
-
export {
|
|
4218
|
-
/** @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 */
|
|
4219
|
-
default as TrainIcon
|
|
4220
|
-
} from '../icons/tram-front';
|
|
4221
4221
|
// TriangleAlert aliases
|
|
4222
4222
|
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4223
4223
|
export {
|
|
4224
4224
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. This alias will be removed in v1.0 */
|
|
4225
4225
|
default as AlertTriangleIcon
|
|
4226
4226
|
} from '../icons/triangle-alert';
|
|
4227
|
-
// UserRoundCheck aliases
|
|
4228
|
-
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
4229
|
-
export {
|
|
4230
|
-
/** @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 */
|
|
4231
|
-
default as UserCheck2Icon
|
|
4232
|
-
} from '../icons/user-round-check';
|
|
4233
4227
|
// TvMinimal aliases
|
|
4234
4228
|
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4235
4229
|
export {
|
|
4236
4230
|
/** @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 */
|
|
4237
4231
|
default as Tv2Icon
|
|
4238
4232
|
} from '../icons/tv-minimal';
|
|
4233
|
+
// TramFront aliases
|
|
4234
|
+
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4235
|
+
export {
|
|
4236
|
+
/** @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 */
|
|
4237
|
+
default as TrainIcon
|
|
4238
|
+
} from '../icons/tram-front';
|
|
4239
|
+
// UserRoundCheck aliases
|
|
4240
|
+
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
4241
|
+
export {
|
|
4242
|
+
/** @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 */
|
|
4243
|
+
default as UserCheck2Icon
|
|
4244
|
+
} from '../icons/user-round-check';
|
|
4239
4245
|
// University aliases
|
|
4240
4246
|
export { default as UniversityIcon } from '../icons/university';
|
|
4241
4247
|
export {
|
|
4242
4248
|
/** @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 */
|
|
4243
4249
|
default as School2Icon
|
|
4244
4250
|
} from '../icons/university';
|
|
4245
|
-
// UserRoundCog aliases
|
|
4246
|
-
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
4247
|
-
export {
|
|
4248
|
-
/** @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 */
|
|
4249
|
-
default as UserCog2Icon
|
|
4250
|
-
} from '../icons/user-round-cog';
|
|
4251
4251
|
// UserRoundMinus aliases
|
|
4252
4252
|
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
4253
4253
|
export {
|
|
@@ -4260,6 +4260,12 @@ export {
|
|
|
4260
4260
|
/** @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 */
|
|
4261
4261
|
default as UserPlus2Icon
|
|
4262
4262
|
} from '../icons/user-round-plus';
|
|
4263
|
+
// UserRoundCog aliases
|
|
4264
|
+
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
4265
|
+
export {
|
|
4266
|
+
/** @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 */
|
|
4267
|
+
default as UserCog2Icon
|
|
4268
|
+
} from '../icons/user-round-cog';
|
|
4263
4269
|
// UserRoundX aliases
|
|
4264
4270
|
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4265
4271
|
export {
|
|
@@ -4284,18 +4290,18 @@ export {
|
|
|
4284
4290
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. This alias will be removed in v1.0 */
|
|
4285
4291
|
default as ForkKnifeCrossedIcon
|
|
4286
4292
|
} from '../icons/utensils-crossed';
|
|
4287
|
-
// WalletMinimal aliases
|
|
4288
|
-
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4289
|
-
export {
|
|
4290
|
-
/** @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 */
|
|
4291
|
-
default as Wallet2Icon
|
|
4292
|
-
} from '../icons/wallet-minimal';
|
|
4293
4293
|
// Utensils aliases
|
|
4294
4294
|
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4295
4295
|
export {
|
|
4296
4296
|
/** @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 */
|
|
4297
4297
|
default as ForkKnifeIcon
|
|
4298
4298
|
} from '../icons/utensils';
|
|
4299
|
+
// WalletMinimal aliases
|
|
4300
|
+
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4301
|
+
export {
|
|
4302
|
+
/** @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 */
|
|
4303
|
+
default as Wallet2Icon
|
|
4304
|
+
} from '../icons/wallet-minimal';
|
|
4299
4305
|
// WandSparkles aliases
|
|
4300
4306
|
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
4301
4307
|
export {
|