@lucide/astro 0.527.0 → 0.528.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 +66 -60
- package/src/aliases/prefixed.ts +600 -592
- package/src/aliases/suffixed.ts +906 -898
- package/src/icons/arrow-big-down-dash.ts +2 -2
- package/src/icons/arrow-big-down.ts +2 -2
- package/src/icons/arrow-big-left-dash.ts +2 -2
- package/src/icons/arrow-big-left.ts +2 -2
- package/src/icons/arrow-big-right-dash.ts +2 -2
- package/src/icons/arrow-big-right.ts +2 -2
- package/src/icons/arrow-big-up-dash.ts +2 -2
- package/src/icons/arrow-big-up.ts +2 -2
- package/src/icons/bug-play.ts +2 -2
- package/src/icons/circle-play.ts +2 -2
- package/src/icons/croissant.ts +2 -2
- package/src/icons/fast-forward.ts +2 -2
- package/src/icons/file-play.ts +18 -0
- package/src/icons/{file-video-2.ts → file-video-camera.ts} +4 -4
- package/src/icons/gem.ts +2 -2
- package/src/icons/hat-glasses.ts +18 -0
- package/src/icons/image-play.ts +2 -2
- package/src/icons/index.ts +168 -165
- package/src/icons/lasso.ts +2 -2
- package/src/icons/list-video.ts +2 -2
- package/src/icons/monitor-play.ts +2 -2
- package/src/icons/pause.ts +2 -2
- package/src/icons/play.ts +2 -2
- package/src/icons/refresh-ccw-dot.ts +2 -2
- package/src/icons/rewind.ts +2 -2
- package/src/icons/skip-back.ts +2 -2
- package/src/icons/skip-forward.ts +2 -2
- package/src/icons/sparkle.ts +2 -2
- package/src/icons/sparkles.ts +2 -2
- package/src/icons/sprout.ts +2 -2
- package/src/icons/square-pause.ts +18 -0
- package/src/icons/square-play.ts +2 -2
- package/src/icons/{file-video.ts → square-stop.ts} +4 -4
- package/src/icons/step-back.ts +2 -2
- package/src/icons/step-forward.ts +2 -2
- package/src/icons/tv-minimal-play.ts +2 -2
package/src/aliases/suffixed.ts
CHANGED
|
@@ -6,36 +6,36 @@ export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
|
6
6
|
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
7
7
|
// Accessibility aliases
|
|
8
8
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
9
|
-
// Activity aliases
|
|
10
|
-
export { default as ActivityIcon } from '../icons/activity';
|
|
11
9
|
// AirVent aliases
|
|
12
10
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
11
|
+
// Activity aliases
|
|
12
|
+
export { default as ActivityIcon } from '../icons/activity';
|
|
13
13
|
// Airplay aliases
|
|
14
14
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
15
15
|
// AlarmClockOff aliases
|
|
16
16
|
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
17
|
-
// Album aliases
|
|
18
|
-
export { default as AlbumIcon } from '../icons/album';
|
|
19
|
-
// AlignCenterHorizontal aliases
|
|
20
|
-
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
21
17
|
// AlarmClock aliases
|
|
22
18
|
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
23
19
|
// AlarmSmoke aliases
|
|
24
20
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
21
|
+
// AlignCenterHorizontal aliases
|
|
22
|
+
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
25
23
|
// AlignCenterVertical aliases
|
|
26
24
|
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
27
|
-
//
|
|
28
|
-
export { default as
|
|
25
|
+
// Album aliases
|
|
26
|
+
export { default as AlbumIcon } from '../icons/album';
|
|
29
27
|
// AlignEndHorizontal aliases
|
|
30
28
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
29
|
+
// AlignCenter aliases
|
|
30
|
+
export { default as AlignCenterIcon } from '../icons/align-center';
|
|
31
31
|
// AlignEndVertical aliases
|
|
32
32
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
33
33
|
// AlignHorizontalDistributeCenter aliases
|
|
34
34
|
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
35
|
-
// AlignHorizontalDistributeEnd aliases
|
|
36
|
-
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
37
35
|
// AlignHorizontalDistributeStart aliases
|
|
38
36
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
37
|
+
// AlignHorizontalDistributeEnd aliases
|
|
38
|
+
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
39
39
|
// AlignHorizontalJustifyCenter aliases
|
|
40
40
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
41
41
|
// AlignHorizontalJustifyEnd aliases
|
|
@@ -44,14 +44,14 @@ export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizon
|
|
|
44
44
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
45
45
|
// AlignHorizontalSpaceAround aliases
|
|
46
46
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
47
|
-
// AlignJustify aliases
|
|
48
|
-
export { default as AlignJustifyIcon } from '../icons/align-justify';
|
|
49
47
|
// AlignHorizontalSpaceBetween aliases
|
|
50
48
|
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
51
|
-
//
|
|
52
|
-
export { default as
|
|
49
|
+
// AlignJustify aliases
|
|
50
|
+
export { default as AlignJustifyIcon } from '../icons/align-justify';
|
|
53
51
|
// AlignLeft aliases
|
|
54
52
|
export { default as AlignLeftIcon } from '../icons/align-left';
|
|
53
|
+
// AlignRight aliases
|
|
54
|
+
export { default as AlignRightIcon } from '../icons/align-right';
|
|
55
55
|
// AlignStartHorizontal aliases
|
|
56
56
|
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
57
57
|
// AlignStartVertical aliases
|
|
@@ -62,46 +62,46 @@ export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-ver
|
|
|
62
62
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
63
63
|
// AlignVerticalDistributeStart aliases
|
|
64
64
|
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
65
|
-
// AlignVerticalJustifyEnd aliases
|
|
66
|
-
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
67
65
|
// AlignVerticalJustifyCenter aliases
|
|
68
66
|
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
67
|
+
// AlignVerticalJustifyEnd aliases
|
|
68
|
+
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
69
69
|
// AlignVerticalJustifyStart aliases
|
|
70
70
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
71
71
|
// AlignVerticalSpaceAround aliases
|
|
72
72
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
73
73
|
// AlignVerticalSpaceBetween aliases
|
|
74
74
|
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
75
|
-
// Ampersand aliases
|
|
76
|
-
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
77
75
|
// Ambulance aliases
|
|
78
76
|
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
79
|
-
//
|
|
80
|
-
export { default as
|
|
77
|
+
// Ampersand aliases
|
|
78
|
+
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
81
79
|
// Amphora aliases
|
|
82
80
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
81
|
+
// Ampersands aliases
|
|
82
|
+
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
83
83
|
// Anchor aliases
|
|
84
84
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
85
85
|
// Angry aliases
|
|
86
86
|
export { default as AngryIcon } from '../icons/angry';
|
|
87
|
-
// Antenna aliases
|
|
88
|
-
export { default as AntennaIcon } from '../icons/antenna';
|
|
89
87
|
// Annoyed aliases
|
|
90
88
|
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
89
|
+
// Antenna aliases
|
|
90
|
+
export { default as AntennaIcon } from '../icons/antenna';
|
|
91
91
|
// Anvil aliases
|
|
92
92
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
93
|
+
// Aperture aliases
|
|
94
|
+
export { default as ApertureIcon } from '../icons/aperture';
|
|
93
95
|
// AppWindowMac aliases
|
|
94
96
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
95
97
|
// AppWindow aliases
|
|
96
98
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
97
|
-
//
|
|
98
|
-
export { default as
|
|
99
|
+
// Apple aliases
|
|
100
|
+
export { default as AppleIcon } from '../icons/apple';
|
|
99
101
|
// ArchiveRestore aliases
|
|
100
102
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
101
103
|
// ArchiveX aliases
|
|
102
104
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
103
|
-
// Apple aliases
|
|
104
|
-
export { default as AppleIcon } from '../icons/apple';
|
|
105
105
|
// Archive aliases
|
|
106
106
|
export { default as ArchiveIcon } from '../icons/archive';
|
|
107
107
|
// Armchair aliases
|
|
@@ -112,36 +112,36 @@ export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
|
112
112
|
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
113
113
|
// ArrowBigLeftDash aliases
|
|
114
114
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
115
|
-
// ArrowBigLeft aliases
|
|
116
|
-
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
117
115
|
// ArrowBigRightDash aliases
|
|
118
116
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
117
|
+
// ArrowBigLeft aliases
|
|
118
|
+
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
119
119
|
// ArrowBigRight aliases
|
|
120
120
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
121
121
|
// ArrowBigUpDash aliases
|
|
122
122
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
123
|
-
// ArrowDownFromLine aliases
|
|
124
|
-
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
125
123
|
// ArrowBigUp aliases
|
|
126
124
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
127
125
|
// ArrowDownLeft aliases
|
|
128
126
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
127
|
+
// ArrowDownFromLine aliases
|
|
128
|
+
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
129
129
|
// ArrowDownNarrowWide aliases
|
|
130
130
|
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
131
131
|
// ArrowDownRight aliases
|
|
132
132
|
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
133
133
|
// ArrowDownToDot aliases
|
|
134
134
|
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
135
|
-
// ArrowDownToLine aliases
|
|
136
|
-
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
137
135
|
// ArrowDownUp aliases
|
|
138
136
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
137
|
+
// ArrowDownToLine aliases
|
|
138
|
+
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
139
139
|
// ArrowDown aliases
|
|
140
140
|
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
141
|
-
// ArrowLeftRight aliases
|
|
142
|
-
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
143
141
|
// ArrowLeftFromLine aliases
|
|
144
142
|
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
143
|
+
// ArrowLeftRight aliases
|
|
144
|
+
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
145
145
|
// ArrowLeftToLine aliases
|
|
146
146
|
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
147
147
|
// ArrowLeft aliases
|
|
@@ -152,22 +152,22 @@ export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-lin
|
|
|
152
152
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
153
153
|
// ArrowRightToLine aliases
|
|
154
154
|
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
155
|
-
// ArrowRight aliases
|
|
156
|
-
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
157
155
|
// ArrowUpDown aliases
|
|
158
156
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
157
|
+
// ArrowRight aliases
|
|
158
|
+
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
159
159
|
// ArrowUpFromDot aliases
|
|
160
160
|
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
161
|
-
// ArrowUpLeft aliases
|
|
162
|
-
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
163
161
|
// ArrowUpFromLine aliases
|
|
164
162
|
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
163
|
+
// ArrowUpLeft aliases
|
|
164
|
+
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
165
|
+
// ArrowUpToLine aliases
|
|
166
|
+
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
165
167
|
// ArrowUpRight aliases
|
|
166
168
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
167
169
|
// ArrowUpWideNarrow aliases
|
|
168
170
|
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
169
|
-
// ArrowUpToLine aliases
|
|
170
|
-
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
171
171
|
// ArrowUp aliases
|
|
172
172
|
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
173
173
|
// ArrowsUpFromLine aliases
|
|
@@ -176,12 +176,12 @@ export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
|
176
176
|
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
177
177
|
// AtSign aliases
|
|
178
178
|
export { default as AtSignIcon } from '../icons/at-sign';
|
|
179
|
-
// Atom aliases
|
|
180
|
-
export { default as AtomIcon } from '../icons/atom';
|
|
181
179
|
// AudioLines aliases
|
|
182
180
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
183
181
|
// AudioWaveform aliases
|
|
184
182
|
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
183
|
+
// Atom aliases
|
|
184
|
+
export { default as AtomIcon } from '../icons/atom';
|
|
185
185
|
// Award aliases
|
|
186
186
|
export { default as AwardIcon } from '../icons/award';
|
|
187
187
|
// Axe aliases
|
|
@@ -196,40 +196,40 @@ export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
|
196
196
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
197
197
|
// BadgeDollarSign aliases
|
|
198
198
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
199
|
+
// BadgeIndianRupee aliases
|
|
200
|
+
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
199
201
|
// BadgeEuro aliases
|
|
200
202
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
201
203
|
// BadgeInfo aliases
|
|
202
204
|
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
203
|
-
// BadgeIndianRupee aliases
|
|
204
|
-
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
205
|
-
// BadgeJapaneseYen aliases
|
|
206
|
-
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
207
205
|
// BadgeMinus aliases
|
|
208
206
|
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
209
|
-
//
|
|
210
|
-
export { default as
|
|
207
|
+
// BadgeJapaneseYen aliases
|
|
208
|
+
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
211
209
|
// BadgePercent aliases
|
|
212
210
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
213
211
|
// BadgePoundSterling aliases
|
|
214
212
|
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
213
|
+
// BadgePlus aliases
|
|
214
|
+
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
215
215
|
// BadgeRussianRuble aliases
|
|
216
216
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
217
|
-
// BadgeX aliases
|
|
218
|
-
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
219
|
-
// Badge aliases
|
|
220
|
-
export { default as BadgeIcon } from '../icons/badge';
|
|
221
217
|
// BadgeSwissFranc aliases
|
|
222
218
|
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
223
219
|
// BadgeTurkishLira aliases
|
|
224
220
|
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
221
|
+
// Badge aliases
|
|
222
|
+
export { default as BadgeIcon } from '../icons/badge';
|
|
223
|
+
// BadgeX aliases
|
|
224
|
+
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
225
|
+
// Banana aliases
|
|
226
|
+
export { default as BananaIcon } from '../icons/banana';
|
|
225
227
|
// BaggageClaim aliases
|
|
226
228
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
227
229
|
// Ban aliases
|
|
228
230
|
export { default as BanIcon } from '../icons/ban';
|
|
229
231
|
// BanknoteArrowDown aliases
|
|
230
232
|
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
231
|
-
// Banana aliases
|
|
232
|
-
export { default as BananaIcon } from '../icons/banana';
|
|
233
233
|
// BanknoteArrowUp aliases
|
|
234
234
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
235
235
|
// Bandage aliases
|
|
@@ -240,196 +240,196 @@ export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
|
240
240
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
241
241
|
// Barcode aliases
|
|
242
242
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
243
|
+
// Barrel aliases
|
|
244
|
+
export { default as BarrelIcon } from '../icons/barrel';
|
|
243
245
|
// Bath aliases
|
|
244
246
|
export { default as BathIcon } from '../icons/bath';
|
|
245
247
|
// Baseline aliases
|
|
246
248
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
247
|
-
// Barrel aliases
|
|
248
|
-
export { default as BarrelIcon } from '../icons/barrel';
|
|
249
|
-
// BatteryCharging aliases
|
|
250
|
-
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
251
249
|
// BatteryFull aliases
|
|
252
250
|
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
253
251
|
// BatteryLow aliases
|
|
254
252
|
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
255
|
-
// BatteryWarning aliases
|
|
256
|
-
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
257
253
|
// BatteryMedium aliases
|
|
258
254
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
255
|
+
// BatteryCharging aliases
|
|
256
|
+
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
259
257
|
// BatteryPlus aliases
|
|
260
258
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
259
|
+
// BatteryWarning aliases
|
|
260
|
+
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
261
261
|
// Beaker aliases
|
|
262
262
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
263
|
+
// BeanOff aliases
|
|
264
|
+
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
263
265
|
// Battery aliases
|
|
264
266
|
export { default as BatteryIcon } from '../icons/battery';
|
|
265
267
|
// Bean aliases
|
|
266
268
|
export { default as BeanIcon } from '../icons/bean';
|
|
267
|
-
// BeanOff aliases
|
|
268
|
-
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
269
269
|
// BedDouble aliases
|
|
270
270
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
271
271
|
// BedSingle aliases
|
|
272
272
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
273
273
|
// Bed aliases
|
|
274
274
|
export { default as BedIcon } from '../icons/bed';
|
|
275
|
+
// BeerOff aliases
|
|
276
|
+
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
275
277
|
// Beer aliases
|
|
276
278
|
export { default as BeerIcon } from '../icons/beer';
|
|
279
|
+
// BellDot aliases
|
|
280
|
+
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
277
281
|
// Beef aliases
|
|
278
282
|
export { default as BeefIcon } from '../icons/beef';
|
|
279
|
-
// BeerOff aliases
|
|
280
|
-
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
281
283
|
// BellElectric aliases
|
|
282
284
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
283
|
-
// BellDot aliases
|
|
284
|
-
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
285
285
|
// BellMinus aliases
|
|
286
286
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
287
287
|
// BellOff aliases
|
|
288
288
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
289
|
-
// BellRing aliases
|
|
290
|
-
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
291
289
|
// BellPlus aliases
|
|
292
290
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
293
|
-
//
|
|
294
|
-
export { default as
|
|
291
|
+
// BellRing aliases
|
|
292
|
+
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
295
293
|
// Bell aliases
|
|
296
294
|
export { default as BellIcon } from '../icons/bell';
|
|
295
|
+
// BetweenVerticalEnd aliases
|
|
296
|
+
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
297
297
|
// BetweenVerticalStart aliases
|
|
298
298
|
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
299
|
+
// Bike aliases
|
|
300
|
+
export { default as BikeIcon } from '../icons/bike';
|
|
299
301
|
// BicepsFlexed aliases
|
|
300
302
|
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
301
303
|
// Binary aliases
|
|
302
304
|
export { default as BinaryIcon } from '../icons/binary';
|
|
303
|
-
// Bike aliases
|
|
304
|
-
export { default as BikeIcon } from '../icons/bike';
|
|
305
305
|
// Binoculars aliases
|
|
306
306
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
307
|
-
// Biohazard aliases
|
|
308
|
-
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
309
307
|
// Bird aliases
|
|
310
308
|
export { default as BirdIcon } from '../icons/bird';
|
|
311
|
-
//
|
|
312
|
-
export { default as
|
|
309
|
+
// Biohazard aliases
|
|
310
|
+
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
313
311
|
// Bitcoin aliases
|
|
314
312
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
315
313
|
// Blinds aliases
|
|
316
314
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
315
|
+
// Blend aliases
|
|
316
|
+
export { default as BlendIcon } from '../icons/blend';
|
|
317
317
|
// Blocks aliases
|
|
318
318
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
319
|
-
// BluetoothConnected aliases
|
|
320
|
-
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
321
319
|
// BluetoothOff aliases
|
|
322
320
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
323
|
-
// Bold aliases
|
|
324
|
-
export { default as BoldIcon } from '../icons/bold';
|
|
325
321
|
// BluetoothSearching aliases
|
|
326
322
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
327
323
|
// Bluetooth aliases
|
|
328
324
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
329
|
-
//
|
|
330
|
-
export { default as
|
|
325
|
+
// BluetoothConnected aliases
|
|
326
|
+
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
331
327
|
// Bomb aliases
|
|
332
328
|
export { default as BombIcon } from '../icons/bomb';
|
|
333
|
-
//
|
|
334
|
-
export { default as
|
|
329
|
+
// Bolt aliases
|
|
330
|
+
export { default as BoltIcon } from '../icons/bolt';
|
|
331
|
+
// Bold aliases
|
|
332
|
+
export { default as BoldIcon } from '../icons/bold';
|
|
335
333
|
// BookA aliases
|
|
336
334
|
export { default as BookAIcon } from '../icons/book-a';
|
|
335
|
+
// Bone aliases
|
|
336
|
+
export { default as BoneIcon } from '../icons/bone';
|
|
337
337
|
// BookAlert aliases
|
|
338
338
|
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
339
339
|
// BookAudio aliases
|
|
340
340
|
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
341
341
|
// BookCheck aliases
|
|
342
342
|
export { default as BookCheckIcon } from '../icons/book-check';
|
|
343
|
+
// BookCopy aliases
|
|
344
|
+
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
343
345
|
// BookDown aliases
|
|
344
346
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
347
|
+
// BookHeart aliases
|
|
348
|
+
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
345
349
|
// BookHeadphones aliases
|
|
346
350
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
347
|
-
// BookCopy aliases
|
|
348
|
-
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
349
351
|
// BookImage aliases
|
|
350
352
|
export { default as BookImageIcon } from '../icons/book-image';
|
|
351
|
-
//
|
|
352
|
-
export { default as
|
|
353
|
+
// BookMarked aliases
|
|
354
|
+
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
353
355
|
// BookKey aliases
|
|
354
356
|
export { default as BookKeyIcon } from '../icons/book-key';
|
|
355
357
|
// BookLock aliases
|
|
356
358
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
357
|
-
// BookMarked aliases
|
|
358
|
-
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
359
359
|
// BookMinus aliases
|
|
360
360
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
361
|
+
// BookOpenCheck aliases
|
|
362
|
+
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
361
363
|
// BookOpenText aliases
|
|
362
364
|
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
363
365
|
// BookOpen aliases
|
|
364
366
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
365
|
-
// BookOpenCheck aliases
|
|
366
|
-
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
367
367
|
// BookPlus aliases
|
|
368
368
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
369
|
-
// BookText aliases
|
|
370
|
-
export { default as BookTextIcon } from '../icons/book-text';
|
|
371
|
-
// BookUp2 aliases
|
|
372
|
-
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
373
369
|
// BookType aliases
|
|
374
370
|
export { default as BookTypeIcon } from '../icons/book-type';
|
|
371
|
+
// BookText aliases
|
|
372
|
+
export { default as BookTextIcon } from '../icons/book-text';
|
|
375
373
|
// BookUp aliases
|
|
376
374
|
export { default as BookUpIcon } from '../icons/book-up';
|
|
377
|
-
//
|
|
378
|
-
export { default as
|
|
375
|
+
// BookUp2 aliases
|
|
376
|
+
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
379
377
|
// BookUser aliases
|
|
380
378
|
export { default as BookUserIcon } from '../icons/book-user';
|
|
381
379
|
// BookX aliases
|
|
382
380
|
export { default as BookXIcon } from '../icons/book-x';
|
|
381
|
+
// Book aliases
|
|
382
|
+
export { default as BookIcon } from '../icons/book';
|
|
383
383
|
// BookmarkCheck aliases
|
|
384
384
|
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
385
|
-
// BookmarkMinus aliases
|
|
386
|
-
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
387
385
|
// BookmarkPlus aliases
|
|
388
386
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
387
|
+
// BookmarkMinus aliases
|
|
388
|
+
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
389
389
|
// BookmarkX aliases
|
|
390
390
|
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
391
|
-
// Bookmark aliases
|
|
392
|
-
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
393
391
|
// BoomBox aliases
|
|
394
392
|
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
395
393
|
// BotMessageSquare aliases
|
|
396
394
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
395
|
+
// Bookmark aliases
|
|
396
|
+
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
397
397
|
// BotOff aliases
|
|
398
398
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
399
|
-
// Bot aliases
|
|
400
|
-
export { default as BotIcon } from '../icons/bot';
|
|
401
399
|
// BottleWine aliases
|
|
402
400
|
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
403
|
-
//
|
|
404
|
-
export { default as
|
|
401
|
+
// Bot aliases
|
|
402
|
+
export { default as BotIcon } from '../icons/bot';
|
|
405
403
|
// BowArrow aliases
|
|
406
404
|
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
405
|
+
// Box aliases
|
|
406
|
+
export { default as BoxIcon } from '../icons/box';
|
|
407
407
|
// Boxes aliases
|
|
408
408
|
export { default as BoxesIcon } from '../icons/boxes';
|
|
409
409
|
// Brackets aliases
|
|
410
410
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
411
411
|
// BrainCircuit aliases
|
|
412
412
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
413
|
-
// BrainCog aliases
|
|
414
|
-
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
415
413
|
// Brain aliases
|
|
416
414
|
export { default as BrainIcon } from '../icons/brain';
|
|
415
|
+
// BrainCog aliases
|
|
416
|
+
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
417
417
|
// BrickWallFire aliases
|
|
418
418
|
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
419
419
|
// BrickWall aliases
|
|
420
420
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
421
421
|
// BriefcaseBusiness aliases
|
|
422
422
|
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
423
|
-
// BriefcaseMedical aliases
|
|
424
|
-
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
425
423
|
// BriefcaseConveyorBelt aliases
|
|
426
424
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
427
|
-
//
|
|
428
|
-
export { default as
|
|
425
|
+
// BriefcaseMedical aliases
|
|
426
|
+
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
429
427
|
// BringToFront aliases
|
|
430
428
|
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
431
429
|
// BrushCleaning aliases
|
|
432
430
|
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
431
|
+
// Briefcase aliases
|
|
432
|
+
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
433
433
|
// Brush aliases
|
|
434
434
|
export { default as BrushIcon } from '../icons/brush';
|
|
435
435
|
// Bubbles aliases
|
|
@@ -450,10 +450,10 @@ export { default as BusFrontIcon } from '../icons/bus-front';
|
|
|
450
450
|
export { default as BusIcon } from '../icons/bus';
|
|
451
451
|
// CableCar aliases
|
|
452
452
|
export { default as CableCarIcon } from '../icons/cable-car';
|
|
453
|
-
// Cable aliases
|
|
454
|
-
export { default as CableIcon } from '../icons/cable';
|
|
455
453
|
// CakeSlice aliases
|
|
456
454
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
455
|
+
// Cable aliases
|
|
456
|
+
export { default as CableIcon } from '../icons/cable';
|
|
457
457
|
// Cake aliases
|
|
458
458
|
export { default as CakeIcon } from '../icons/cake';
|
|
459
459
|
// Calculator aliases
|
|
@@ -464,22 +464,22 @@ export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
|
464
464
|
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
465
465
|
// CalendarArrowUp aliases
|
|
466
466
|
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
467
|
-
// CalendarCheck2 aliases
|
|
468
|
-
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
469
467
|
// CalendarCheck aliases
|
|
470
468
|
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
469
|
+
// CalendarCheck2 aliases
|
|
470
|
+
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
471
471
|
// CalendarClock aliases
|
|
472
472
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
473
473
|
// CalendarCog aliases
|
|
474
474
|
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
475
475
|
// CalendarDays aliases
|
|
476
476
|
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
477
|
+
// CalendarFold aliases
|
|
478
|
+
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
477
479
|
// CalendarMinus2 aliases
|
|
478
480
|
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
479
481
|
// CalendarMinus aliases
|
|
480
482
|
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
481
|
-
// CalendarFold aliases
|
|
482
|
-
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
483
483
|
// CalendarHeart aliases
|
|
484
484
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
485
485
|
// CalendarOff aliases
|
|
@@ -494,26 +494,26 @@ export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
|
494
494
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
495
495
|
// CalendarX2 aliases
|
|
496
496
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
497
|
-
// CalendarSync aliases
|
|
498
|
-
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
499
497
|
// CalendarX aliases
|
|
500
498
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
499
|
+
// CalendarSync aliases
|
|
500
|
+
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
501
501
|
// Calendar aliases
|
|
502
502
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
503
503
|
// CameraOff aliases
|
|
504
504
|
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
505
505
|
// Camera aliases
|
|
506
506
|
export { default as CameraIcon } from '../icons/camera';
|
|
507
|
-
// CandyOff aliases
|
|
508
|
-
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
509
507
|
// CandyCane aliases
|
|
510
508
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
509
|
+
// CandyOff aliases
|
|
510
|
+
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
511
511
|
// Candy aliases
|
|
512
512
|
export { default as CandyIcon } from '../icons/candy';
|
|
513
|
-
// CaptionsOff aliases
|
|
514
|
-
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
515
513
|
// Cannabis aliases
|
|
516
514
|
export { default as CannabisIcon } from '../icons/cannabis';
|
|
515
|
+
// CaptionsOff aliases
|
|
516
|
+
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
517
517
|
// CarFront aliases
|
|
518
518
|
export { default as CarFrontIcon } from '../icons/car-front';
|
|
519
519
|
// CarTaxiFront aliases
|
|
@@ -532,76 +532,76 @@ export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
|
532
532
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
533
533
|
// CaseUpper aliases
|
|
534
534
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
535
|
-
// Cast aliases
|
|
536
|
-
export { default as CastIcon } from '../icons/cast';
|
|
537
535
|
// CassetteTape aliases
|
|
538
536
|
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
539
|
-
//
|
|
540
|
-
export { default as
|
|
537
|
+
// Cast aliases
|
|
538
|
+
export { default as CastIcon } from '../icons/cast';
|
|
541
539
|
// Castle aliases
|
|
542
540
|
export { default as CastleIcon } from '../icons/castle';
|
|
543
|
-
//
|
|
544
|
-
export { default as
|
|
541
|
+
// Cat aliases
|
|
542
|
+
export { default as CatIcon } from '../icons/cat';
|
|
545
543
|
// ChartBarIncreasing aliases
|
|
546
544
|
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
547
|
-
// ChartBarStacked aliases
|
|
548
|
-
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
549
545
|
// ChartBarDecreasing aliases
|
|
550
546
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
547
|
+
// Cctv aliases
|
|
548
|
+
export { default as CctvIcon } from '../icons/cctv';
|
|
549
|
+
// ChartBarStacked aliases
|
|
550
|
+
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
551
551
|
// ChartColumnDecreasing aliases
|
|
552
552
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
553
|
-
// ChartNetwork aliases
|
|
554
|
-
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
555
553
|
// ChartColumnStacked aliases
|
|
556
554
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
557
555
|
// ChartGantt aliases
|
|
558
556
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
559
|
-
//
|
|
560
|
-
export { default as
|
|
557
|
+
// ChartNetwork aliases
|
|
558
|
+
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
561
559
|
// ChartNoAxesCombined aliases
|
|
562
560
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
563
|
-
//
|
|
564
|
-
export { default as
|
|
561
|
+
// ChartNoAxesColumnDecreasing aliases
|
|
562
|
+
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
565
563
|
// CheckCheck aliases
|
|
566
564
|
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
565
|
+
// ChartSpline aliases
|
|
566
|
+
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
567
567
|
// CheckLine aliases
|
|
568
568
|
export { default as CheckLineIcon } from '../icons/check-line';
|
|
569
|
-
// Check aliases
|
|
570
|
-
export { default as CheckIcon } from '../icons/check';
|
|
571
569
|
// ChefHat aliases
|
|
572
570
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
573
|
-
//
|
|
574
|
-
export { default as
|
|
571
|
+
// Check aliases
|
|
572
|
+
export { default as CheckIcon } from '../icons/check';
|
|
575
573
|
// ChevronDown aliases
|
|
576
574
|
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
575
|
+
// Cherry aliases
|
|
576
|
+
export { default as CherryIcon } from '../icons/cherry';
|
|
577
577
|
// ChevronFirst aliases
|
|
578
578
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
579
579
|
// ChevronLast aliases
|
|
580
580
|
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
581
581
|
// ChevronLeft aliases
|
|
582
582
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
583
|
-
// ChevronRight aliases
|
|
584
|
-
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
585
583
|
// ChevronUp aliases
|
|
586
584
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
587
585
|
// ChevronsDownUp aliases
|
|
588
586
|
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
589
|
-
//
|
|
590
|
-
export { default as
|
|
587
|
+
// ChevronRight aliases
|
|
588
|
+
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
591
589
|
// ChevronsLeftRightEllipsis aliases
|
|
592
590
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
591
|
+
// ChevronsDown aliases
|
|
592
|
+
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
593
593
|
// ChevronsLeftRight aliases
|
|
594
594
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
595
595
|
// ChevronsLeft aliases
|
|
596
596
|
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
597
|
-
// ChevronsUpDown aliases
|
|
598
|
-
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
599
597
|
// ChevronsRightLeft aliases
|
|
600
598
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
601
|
-
// ChevronsUp aliases
|
|
602
|
-
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
603
599
|
// ChevronsRight aliases
|
|
604
600
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
601
|
+
// ChevronsUpDown aliases
|
|
602
|
+
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
603
|
+
// ChevronsUp aliases
|
|
604
|
+
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
605
605
|
// Chrome aliases
|
|
606
606
|
export { default as ChromeIcon } from '../icons/chrome';
|
|
607
607
|
// Church aliases
|
|
@@ -610,24 +610,24 @@ export { default as ChurchIcon } from '../icons/church';
|
|
|
610
610
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
611
611
|
// Cigarette aliases
|
|
612
612
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
613
|
-
// CircleDollarSign aliases
|
|
614
|
-
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
615
613
|
// CircleDashed aliases
|
|
616
614
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
615
|
+
// CircleDollarSign aliases
|
|
616
|
+
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
617
617
|
// CircleDotDashed aliases
|
|
618
618
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
619
|
-
// CircleEllipsis aliases
|
|
620
|
-
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
621
619
|
// CircleDot aliases
|
|
622
620
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
621
|
+
// CircleEllipsis aliases
|
|
622
|
+
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
623
623
|
// CircleEqual aliases
|
|
624
624
|
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
625
|
-
// CircleFadingArrowUp aliases
|
|
626
|
-
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
627
625
|
// CircleFadingPlus aliases
|
|
628
626
|
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
629
627
|
// CircleOff aliases
|
|
630
628
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
629
|
+
// CircleFadingArrowUp aliases
|
|
630
|
+
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
631
631
|
// CirclePoundSterling aliases
|
|
632
632
|
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
633
633
|
// CircleSlash aliases
|
|
@@ -636,18 +636,18 @@ export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
|
636
636
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
637
637
|
// Circle aliases
|
|
638
638
|
export { default as CircleIcon } from '../icons/circle';
|
|
639
|
-
// CircuitBoard aliases
|
|
640
|
-
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
641
639
|
// Citrus aliases
|
|
642
640
|
export { default as CitrusIcon } from '../icons/citrus';
|
|
641
|
+
// CircuitBoard aliases
|
|
642
|
+
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
643
643
|
// Clapperboard aliases
|
|
644
644
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
645
645
|
// ClipboardCheck aliases
|
|
646
646
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
647
|
-
// ClipboardCopy aliases
|
|
648
|
-
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
649
647
|
// ClipboardList aliases
|
|
650
648
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
649
|
+
// ClipboardCopy aliases
|
|
650
|
+
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
651
651
|
// ClipboardMinus aliases
|
|
652
652
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
653
653
|
// ClipboardPaste aliases
|
|
@@ -668,150 +668,150 @@ export { default as Clock10Icon } from '../icons/clock-10';
|
|
|
668
668
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
669
669
|
// Clock12 aliases
|
|
670
670
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
671
|
-
// Clock2 aliases
|
|
672
|
-
export { default as Clock2Icon } from '../icons/clock-2';
|
|
673
671
|
// Clock3 aliases
|
|
674
672
|
export { default as Clock3Icon } from '../icons/clock-3';
|
|
673
|
+
// Clock2 aliases
|
|
674
|
+
export { default as Clock2Icon } from '../icons/clock-2';
|
|
675
675
|
// Clock4 aliases
|
|
676
676
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
677
|
-
// Clock5 aliases
|
|
678
|
-
export { default as Clock5Icon } from '../icons/clock-5';
|
|
679
677
|
// Clock6 aliases
|
|
680
678
|
export { default as Clock6Icon } from '../icons/clock-6';
|
|
681
|
-
//
|
|
682
|
-
export { default as
|
|
679
|
+
// Clock5 aliases
|
|
680
|
+
export { default as Clock5Icon } from '../icons/clock-5';
|
|
683
681
|
// Clock7 aliases
|
|
684
682
|
export { default as Clock7Icon } from '../icons/clock-7';
|
|
685
|
-
//
|
|
686
|
-
export { default as
|
|
683
|
+
// Clock8 aliases
|
|
684
|
+
export { default as Clock8Icon } from '../icons/clock-8';
|
|
687
685
|
// Clock9 aliases
|
|
688
686
|
export { default as Clock9Icon } from '../icons/clock-9';
|
|
689
|
-
//
|
|
690
|
-
export { default as
|
|
687
|
+
// ClockAlert aliases
|
|
688
|
+
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
691
689
|
// ClockArrowUp aliases
|
|
692
690
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
693
|
-
//
|
|
694
|
-
export { default as
|
|
695
|
-
// Clock aliases
|
|
696
|
-
export { default as ClockIcon } from '../icons/clock';
|
|
691
|
+
// ClockArrowDown aliases
|
|
692
|
+
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
697
693
|
// ClockFading aliases
|
|
698
694
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
695
|
+
// Clock aliases
|
|
696
|
+
export { default as ClockIcon } from '../icons/clock';
|
|
697
|
+
// ClockPlus aliases
|
|
698
|
+
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
699
699
|
// CloudAlert aliases
|
|
700
700
|
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
701
701
|
// CloudCheck aliases
|
|
702
702
|
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
703
|
-
// CloudDrizzle aliases
|
|
704
|
-
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
705
703
|
// CloudCog aliases
|
|
706
704
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
705
|
+
// CloudDrizzle aliases
|
|
706
|
+
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
707
707
|
// CloudFog aliases
|
|
708
708
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
709
709
|
// CloudHail aliases
|
|
710
710
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
711
711
|
// CloudLightning aliases
|
|
712
712
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
713
|
-
// CloudMoon aliases
|
|
714
|
-
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
715
713
|
// CloudMoonRain aliases
|
|
716
714
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
717
715
|
// CloudOff aliases
|
|
718
716
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
717
|
+
// CloudMoon aliases
|
|
718
|
+
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
719
|
+
// CloudRain aliases
|
|
720
|
+
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
719
721
|
// CloudRainWind aliases
|
|
720
722
|
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
723
|
+
// CloudSunRain aliases
|
|
724
|
+
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
721
725
|
// CloudSnow aliases
|
|
722
726
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
723
|
-
// CloudRain aliases
|
|
724
|
-
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
725
727
|
// CloudSun aliases
|
|
726
728
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
727
|
-
// Cloud aliases
|
|
728
|
-
export { default as CloudIcon } from '../icons/cloud';
|
|
729
|
-
// CloudSunRain aliases
|
|
730
|
-
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
731
729
|
// Cloudy aliases
|
|
732
730
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
731
|
+
// Cloud aliases
|
|
732
|
+
export { default as CloudIcon } from '../icons/cloud';
|
|
733
733
|
// Clover aliases
|
|
734
734
|
export { default as CloverIcon } from '../icons/clover';
|
|
735
735
|
// Club aliases
|
|
736
736
|
export { default as ClubIcon } from '../icons/club';
|
|
737
737
|
// Code aliases
|
|
738
738
|
export { default as CodeIcon } from '../icons/code';
|
|
739
|
-
// Codepen aliases
|
|
740
|
-
export { default as CodepenIcon } from '../icons/codepen';
|
|
741
739
|
// Codesandbox aliases
|
|
742
740
|
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
741
|
+
// Codepen aliases
|
|
742
|
+
export { default as CodepenIcon } from '../icons/codepen';
|
|
743
743
|
// Coffee aliases
|
|
744
744
|
export { default as CoffeeIcon } from '../icons/coffee';
|
|
745
745
|
// Cog aliases
|
|
746
746
|
export { default as CogIcon } from '../icons/cog';
|
|
747
747
|
// Coins aliases
|
|
748
748
|
export { default as CoinsIcon } from '../icons/coins';
|
|
749
|
-
// Combine aliases
|
|
750
|
-
export { default as CombineIcon } from '../icons/combine';
|
|
751
749
|
// Columns4 aliases
|
|
752
750
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
751
|
+
// Command aliases
|
|
752
|
+
export { default as CommandIcon } from '../icons/command';
|
|
753
753
|
// Compass aliases
|
|
754
754
|
export { default as CompassIcon } from '../icons/compass';
|
|
755
|
+
// Combine aliases
|
|
756
|
+
export { default as CombineIcon } from '../icons/combine';
|
|
755
757
|
// Component aliases
|
|
756
758
|
export { default as ComponentIcon } from '../icons/component';
|
|
757
|
-
// Command aliases
|
|
758
|
-
export { default as CommandIcon } from '../icons/command';
|
|
759
759
|
// Computer aliases
|
|
760
760
|
export { default as ComputerIcon } from '../icons/computer';
|
|
761
761
|
// ConciergeBell aliases
|
|
762
762
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
763
763
|
// Cone aliases
|
|
764
764
|
export { default as ConeIcon } from '../icons/cone';
|
|
765
|
-
// Container aliases
|
|
766
|
-
export { default as ContainerIcon } from '../icons/container';
|
|
767
765
|
// Construction aliases
|
|
768
766
|
export { default as ConstructionIcon } from '../icons/construction';
|
|
769
767
|
// Contact aliases
|
|
770
768
|
export { default as ContactIcon } from '../icons/contact';
|
|
769
|
+
// Container aliases
|
|
770
|
+
export { default as ContainerIcon } from '../icons/container';
|
|
771
771
|
// Contrast aliases
|
|
772
772
|
export { default as ContrastIcon } from '../icons/contrast';
|
|
773
|
+
// Cookie aliases
|
|
774
|
+
export { default as CookieIcon } from '../icons/cookie';
|
|
773
775
|
// CookingPot aliases
|
|
774
776
|
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
775
777
|
// CopyCheck aliases
|
|
776
778
|
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
777
|
-
// CopyPlus aliases
|
|
778
|
-
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
779
779
|
// CopyMinus aliases
|
|
780
780
|
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
781
|
-
//
|
|
782
|
-
export { default as
|
|
781
|
+
// CopyPlus aliases
|
|
782
|
+
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
783
783
|
// CopySlash aliases
|
|
784
784
|
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
785
|
+
// CopyX aliases
|
|
786
|
+
export { default as CopyXIcon } from '../icons/copy-x';
|
|
785
787
|
// Copy aliases
|
|
786
788
|
export { default as CopyIcon } from '../icons/copy';
|
|
787
789
|
// Copyleft aliases
|
|
788
790
|
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
789
|
-
// CopyX aliases
|
|
790
|
-
export { default as CopyXIcon } from '../icons/copy-x';
|
|
791
|
-
// CornerDownLeft aliases
|
|
792
|
-
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
793
791
|
// Copyright aliases
|
|
794
792
|
export { default as CopyrightIcon } from '../icons/copyright';
|
|
795
|
-
//
|
|
796
|
-
export { default as
|
|
793
|
+
// CornerDownLeft aliases
|
|
794
|
+
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
797
795
|
// CornerLeftDown aliases
|
|
798
796
|
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
799
|
-
//
|
|
800
|
-
export { default as
|
|
797
|
+
// CornerDownRight aliases
|
|
798
|
+
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
801
799
|
// CornerRightDown aliases
|
|
802
800
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
803
801
|
// CornerRightUp aliases
|
|
804
802
|
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
803
|
+
// CornerLeftUp aliases
|
|
804
|
+
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
805
805
|
// CornerUpLeft aliases
|
|
806
806
|
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
807
807
|
// CornerUpRight aliases
|
|
808
808
|
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
809
809
|
// Cpu aliases
|
|
810
810
|
export { default as CpuIcon } from '../icons/cpu';
|
|
811
|
-
// CreditCard aliases
|
|
812
|
-
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
813
811
|
// CreativeCommons aliases
|
|
814
812
|
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
813
|
+
// CreditCard aliases
|
|
814
|
+
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
815
815
|
// Croissant aliases
|
|
816
816
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
817
817
|
// Crop aliases
|
|
@@ -824,54 +824,54 @@ export { default as CrosshairIcon } from '../icons/crosshair';
|
|
|
824
824
|
export { default as CrownIcon } from '../icons/crown';
|
|
825
825
|
// Cuboid aliases
|
|
826
826
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
827
|
-
// CupSoda aliases
|
|
828
|
-
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
829
827
|
// Currency aliases
|
|
830
828
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
829
|
+
// CupSoda aliases
|
|
830
|
+
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
831
|
+
// Cylinder aliases
|
|
832
|
+
export { default as CylinderIcon } from '../icons/cylinder';
|
|
831
833
|
// Dam aliases
|
|
832
834
|
export { default as DamIcon } from '../icons/dam';
|
|
833
835
|
// DatabaseBackup aliases
|
|
834
836
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
835
|
-
// Cylinder aliases
|
|
836
|
-
export { default as CylinderIcon } from '../icons/cylinder';
|
|
837
837
|
// DatabaseZap aliases
|
|
838
838
|
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
839
839
|
// Database aliases
|
|
840
840
|
export { default as DatabaseIcon } from '../icons/database';
|
|
841
|
-
// DecimalsArrowRight aliases
|
|
842
|
-
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
843
841
|
// DecimalsArrowLeft aliases
|
|
844
842
|
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
843
|
+
// DecimalsArrowRight aliases
|
|
844
|
+
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
845
845
|
// Delete aliases
|
|
846
846
|
export { default as DeleteIcon } from '../icons/delete';
|
|
847
847
|
// Dessert aliases
|
|
848
848
|
export { default as DessertIcon } from '../icons/dessert';
|
|
849
|
-
// DiamondMinus aliases
|
|
850
|
-
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
851
849
|
// Diameter aliases
|
|
852
850
|
export { default as DiameterIcon } from '../icons/diameter';
|
|
851
|
+
// DiamondMinus aliases
|
|
852
|
+
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
853
853
|
// DiamondPlus aliases
|
|
854
854
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
855
855
|
// Diamond aliases
|
|
856
856
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
857
857
|
// Dice1 aliases
|
|
858
858
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
859
|
-
// Dice3 aliases
|
|
860
|
-
export { default as Dice3Icon } from '../icons/dice-3';
|
|
861
|
-
// Dice4 aliases
|
|
862
|
-
export { default as Dice4Icon } from '../icons/dice-4';
|
|
863
859
|
// Dice2 aliases
|
|
864
860
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
861
|
+
// Dice4 aliases
|
|
862
|
+
export { default as Dice4Icon } from '../icons/dice-4';
|
|
863
|
+
// Dice3 aliases
|
|
864
|
+
export { default as Dice3Icon } from '../icons/dice-3';
|
|
865
865
|
// Dice5 aliases
|
|
866
866
|
export { default as Dice5Icon } from '../icons/dice-5';
|
|
867
|
-
// Dice6 aliases
|
|
868
|
-
export { default as Dice6Icon } from '../icons/dice-6';
|
|
869
867
|
// Dices aliases
|
|
870
868
|
export { default as DicesIcon } from '../icons/dices';
|
|
871
|
-
//
|
|
872
|
-
export { default as
|
|
869
|
+
// Dice6 aliases
|
|
870
|
+
export { default as Dice6Icon } from '../icons/dice-6';
|
|
873
871
|
// Diff aliases
|
|
874
872
|
export { default as DiffIcon } from '../icons/diff';
|
|
873
|
+
// Disc2 aliases
|
|
874
|
+
export { default as Disc2Icon } from '../icons/disc-2';
|
|
875
875
|
// Disc3 aliases
|
|
876
876
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
877
877
|
// DiscAlbum aliases
|
|
@@ -884,14 +884,14 @@ export { default as DivideIcon } from '../icons/divide';
|
|
|
884
884
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
885
885
|
// Dna aliases
|
|
886
886
|
export { default as DnaIcon } from '../icons/dna';
|
|
887
|
-
// Dog aliases
|
|
888
|
-
export { default as DogIcon } from '../icons/dog';
|
|
889
887
|
// Dock aliases
|
|
890
888
|
export { default as DockIcon } from '../icons/dock';
|
|
891
889
|
// DollarSign aliases
|
|
892
890
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
893
891
|
// Donut aliases
|
|
894
892
|
export { default as DonutIcon } from '../icons/donut';
|
|
893
|
+
// Dog aliases
|
|
894
|
+
export { default as DogIcon } from '../icons/dog';
|
|
895
895
|
// DoorClosed aliases
|
|
896
896
|
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
897
897
|
// DoorClosedLocked aliases
|
|
@@ -908,18 +908,18 @@ export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
|
908
908
|
export { default as DramaIcon } from '../icons/drama';
|
|
909
909
|
// Dribbble aliases
|
|
910
910
|
export { default as DribbbleIcon } from '../icons/dribbble';
|
|
911
|
-
// Drone aliases
|
|
912
|
-
export { default as DroneIcon } from '../icons/drone';
|
|
913
911
|
// Drill aliases
|
|
914
912
|
export { default as DrillIcon } from '../icons/drill';
|
|
913
|
+
// Drone aliases
|
|
914
|
+
export { default as DroneIcon } from '../icons/drone';
|
|
915
915
|
// DropletOff aliases
|
|
916
916
|
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
917
917
|
// Droplet aliases
|
|
918
918
|
export { default as DropletIcon } from '../icons/droplet';
|
|
919
|
-
// Drum aliases
|
|
920
|
-
export { default as DrumIcon } from '../icons/drum';
|
|
921
919
|
// Droplets aliases
|
|
922
920
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
921
|
+
// Drum aliases
|
|
922
|
+
export { default as DrumIcon } from '../icons/drum';
|
|
923
923
|
// Drumstick aliases
|
|
924
924
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
925
925
|
// Dumbbell aliases
|
|
@@ -928,18 +928,18 @@ export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
|
928
928
|
export { default as EarOffIcon } from '../icons/ear-off';
|
|
929
929
|
// Ear aliases
|
|
930
930
|
export { default as EarIcon } from '../icons/ear';
|
|
931
|
-
// Eclipse aliases
|
|
932
|
-
export { default as EclipseIcon } from '../icons/eclipse';
|
|
933
931
|
// EarthLock aliases
|
|
934
932
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
933
|
+
// Eclipse aliases
|
|
934
|
+
export { default as EclipseIcon } from '../icons/eclipse';
|
|
935
935
|
// EggFried aliases
|
|
936
936
|
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
937
|
+
// Egg aliases
|
|
938
|
+
export { default as EggIcon } from '../icons/egg';
|
|
937
939
|
// EggOff aliases
|
|
938
940
|
export { default as EggOffIcon } from '../icons/egg-off';
|
|
939
941
|
// EqualApproximately aliases
|
|
940
942
|
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
941
|
-
// Egg aliases
|
|
942
|
-
export { default as EggIcon } from '../icons/egg';
|
|
943
943
|
// EqualNot aliases
|
|
944
944
|
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
945
945
|
// Equal aliases
|
|
@@ -948,98 +948,98 @@ export { default as EqualIcon } from '../icons/equal';
|
|
|
948
948
|
export { default as EraserIcon } from '../icons/eraser';
|
|
949
949
|
// EthernetPort aliases
|
|
950
950
|
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
951
|
-
// Expand aliases
|
|
952
|
-
export { default as ExpandIcon } from '../icons/expand';
|
|
953
951
|
// Euro aliases
|
|
954
952
|
export { default as EuroIcon } from '../icons/euro';
|
|
955
|
-
//
|
|
956
|
-
export { default as
|
|
953
|
+
// Expand aliases
|
|
954
|
+
export { default as ExpandIcon } from '../icons/expand';
|
|
957
955
|
// EyeClosed aliases
|
|
958
956
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
957
|
+
// ExternalLink aliases
|
|
958
|
+
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
959
959
|
// EyeOff aliases
|
|
960
960
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
961
961
|
// Eye aliases
|
|
962
962
|
export { default as EyeIcon } from '../icons/eye';
|
|
963
|
+
// Fan aliases
|
|
964
|
+
export { default as FanIcon } from '../icons/fan';
|
|
963
965
|
// Facebook aliases
|
|
964
966
|
export { default as FacebookIcon } from '../icons/facebook';
|
|
965
967
|
// Factory aliases
|
|
966
968
|
export { default as FactoryIcon } from '../icons/factory';
|
|
967
|
-
// Fan aliases
|
|
968
|
-
export { default as FanIcon } from '../icons/fan';
|
|
969
|
-
// FastForward aliases
|
|
970
|
-
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
971
969
|
// Feather aliases
|
|
972
970
|
export { default as FeatherIcon } from '../icons/feather';
|
|
973
|
-
//
|
|
974
|
-
export { default as
|
|
975
|
-
// FerrisWheel aliases
|
|
976
|
-
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
971
|
+
// FastForward aliases
|
|
972
|
+
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
977
973
|
// Fence aliases
|
|
978
974
|
export { default as FenceIcon } from '../icons/fence';
|
|
979
|
-
//
|
|
980
|
-
export { default as
|
|
981
|
-
//
|
|
982
|
-
export { default as
|
|
975
|
+
// FerrisWheel aliases
|
|
976
|
+
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
977
|
+
// Figma aliases
|
|
978
|
+
export { default as FigmaIcon } from '../icons/figma';
|
|
983
979
|
// FileArchive aliases
|
|
984
980
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
981
|
+
// FileAudio2 aliases
|
|
982
|
+
export { default as FileAudio2Icon } from '../icons/file-audio-2';
|
|
983
|
+
// FileAudio aliases
|
|
984
|
+
export { default as FileAudioIcon } from '../icons/file-audio';
|
|
985
985
|
// FileBadge2 aliases
|
|
986
986
|
export { default as FileBadge2Icon } from '../icons/file-badge-2';
|
|
987
|
-
// FileBox aliases
|
|
988
|
-
export { default as FileBoxIcon } from '../icons/file-box';
|
|
989
987
|
// FileBadge aliases
|
|
990
988
|
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
989
|
+
// FileBox aliases
|
|
990
|
+
export { default as FileBoxIcon } from '../icons/file-box';
|
|
991
991
|
// FileCheck2 aliases
|
|
992
992
|
export { default as FileCheck2Icon } from '../icons/file-check-2';
|
|
993
|
-
// FileClock aliases
|
|
994
|
-
export { default as FileClockIcon } from '../icons/file-clock';
|
|
995
993
|
// FileCheck aliases
|
|
996
994
|
export { default as FileCheckIcon } from '../icons/file-check';
|
|
997
995
|
// FileCode2 aliases
|
|
998
996
|
export { default as FileCode2Icon } from '../icons/file-code-2';
|
|
997
|
+
// FileClock aliases
|
|
998
|
+
export { default as FileClockIcon } from '../icons/file-clock';
|
|
999
999
|
// FileCode aliases
|
|
1000
1000
|
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1001
|
-
// FileDigit aliases
|
|
1002
|
-
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1003
1001
|
// FileDiff aliases
|
|
1004
1002
|
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
1005
|
-
//
|
|
1006
|
-
export { default as
|
|
1003
|
+
// FileDigit aliases
|
|
1004
|
+
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1007
1005
|
// FileDown aliases
|
|
1008
1006
|
export { default as FileDownIcon } from '../icons/file-down';
|
|
1007
|
+
// FileHeart aliases
|
|
1008
|
+
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1009
1009
|
// FileImage aliases
|
|
1010
1010
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
1011
1011
|
// FileJson2 aliases
|
|
1012
1012
|
export { default as FileJson2Icon } from '../icons/file-json-2';
|
|
1013
|
-
// FileJson aliases
|
|
1014
|
-
export { default as FileJsonIcon } from '../icons/file-json';
|
|
1015
1013
|
// FileInput aliases
|
|
1016
1014
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
1015
|
+
// FileJson aliases
|
|
1016
|
+
export { default as FileJsonIcon } from '../icons/file-json';
|
|
1017
1017
|
// FileKey2 aliases
|
|
1018
1018
|
export { default as FileKey2Icon } from '../icons/file-key-2';
|
|
1019
1019
|
// FileKey aliases
|
|
1020
1020
|
export { default as FileKeyIcon } from '../icons/file-key';
|
|
1021
|
-
// FileLock2 aliases
|
|
1022
|
-
export { default as FileLock2Icon } from '../icons/file-lock-2';
|
|
1023
1021
|
// FileLock aliases
|
|
1024
1022
|
export { default as FileLockIcon } from '../icons/file-lock';
|
|
1023
|
+
// FileLock2 aliases
|
|
1024
|
+
export { default as FileLock2Icon } from '../icons/file-lock-2';
|
|
1025
1025
|
// FileMinus2 aliases
|
|
1026
1026
|
export { default as FileMinus2Icon } from '../icons/file-minus-2';
|
|
1027
1027
|
// FileMusic aliases
|
|
1028
1028
|
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1029
|
-
// FileMinus aliases
|
|
1030
|
-
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1031
1029
|
// FileOutput aliases
|
|
1032
1030
|
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1033
|
-
//
|
|
1034
|
-
export { default as
|
|
1031
|
+
// FileMinus aliases
|
|
1032
|
+
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1035
1033
|
// FilePlus aliases
|
|
1036
1034
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1037
|
-
// FileSearch2 aliases
|
|
1038
|
-
export { default as FileSearch2Icon } from '../icons/file-search-2';
|
|
1039
1035
|
// FileScan aliases
|
|
1040
1036
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1037
|
+
// FilePlus2 aliases
|
|
1038
|
+
export { default as FilePlus2Icon } from '../icons/file-plus-2';
|
|
1041
1039
|
// FileSearch aliases
|
|
1042
1040
|
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1041
|
+
// FileSearch2 aliases
|
|
1042
|
+
export { default as FileSearch2Icon } from '../icons/file-search-2';
|
|
1043
1043
|
// FileSliders aliases
|
|
1044
1044
|
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1045
1045
|
// FileSpreadsheet aliases
|
|
@@ -1048,26 +1048,22 @@ export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
|
1048
1048
|
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1049
1049
|
// FileSymlink aliases
|
|
1050
1050
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1051
|
-
// FileText aliases
|
|
1052
|
-
export { default as FileTextIcon } from '../icons/file-text';
|
|
1053
1051
|
// FileTerminal aliases
|
|
1054
1052
|
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1055
|
-
//
|
|
1056
|
-
export { default as
|
|
1053
|
+
// FileText aliases
|
|
1054
|
+
export { default as FileTextIcon } from '../icons/file-text';
|
|
1057
1055
|
// FileType2 aliases
|
|
1058
1056
|
export { default as FileType2Icon } from '../icons/file-type-2';
|
|
1057
|
+
// FileType aliases
|
|
1058
|
+
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1059
1059
|
// FileUp aliases
|
|
1060
1060
|
export { default as FileUpIcon } from '../icons/file-up';
|
|
1061
|
-
// FileVideo2 aliases
|
|
1062
|
-
export { default as FileVideo2Icon } from '../icons/file-video-2';
|
|
1063
1061
|
// FileUser aliases
|
|
1064
1062
|
export { default as FileUserIcon } from '../icons/file-user';
|
|
1065
|
-
// FileVolume2 aliases
|
|
1066
|
-
export { default as FileVolume2Icon } from '../icons/file-volume-2';
|
|
1067
|
-
// FileVideo aliases
|
|
1068
|
-
export { default as FileVideoIcon } from '../icons/file-video';
|
|
1069
1063
|
// FileVolume aliases
|
|
1070
1064
|
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1065
|
+
// FileVolume2 aliases
|
|
1066
|
+
export { default as FileVolume2Icon } from '../icons/file-volume-2';
|
|
1071
1067
|
// FileX2 aliases
|
|
1072
1068
|
export { default as FileX2Icon } from '../icons/file-x-2';
|
|
1073
1069
|
// FileWarning aliases
|
|
@@ -1076,20 +1072,20 @@ export { default as FileWarningIcon } from '../icons/file-warning';
|
|
|
1076
1072
|
export { default as FileXIcon } from '../icons/file-x';
|
|
1077
1073
|
// File aliases
|
|
1078
1074
|
export { default as FileIcon } from '../icons/file';
|
|
1079
|
-
// Film aliases
|
|
1080
|
-
export { default as FilmIcon } from '../icons/film';
|
|
1081
1075
|
// Files aliases
|
|
1082
1076
|
export { default as FilesIcon } from '../icons/files';
|
|
1077
|
+
// Film aliases
|
|
1078
|
+
export { default as FilmIcon } from '../icons/film';
|
|
1083
1079
|
// Fingerprint aliases
|
|
1084
1080
|
export { default as FingerprintIcon } from '../icons/fingerprint';
|
|
1085
1081
|
// FireExtinguisher aliases
|
|
1086
1082
|
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1087
1083
|
// FishOff aliases
|
|
1088
1084
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1089
|
-
// Fish aliases
|
|
1090
|
-
export { default as FishIcon } from '../icons/fish';
|
|
1091
1085
|
// FishSymbol aliases
|
|
1092
1086
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1087
|
+
// Fish aliases
|
|
1088
|
+
export { default as FishIcon } from '../icons/fish';
|
|
1093
1089
|
// FlagOff aliases
|
|
1094
1090
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1095
1091
|
// FlagTriangleLeft aliases
|
|
@@ -1114,32 +1110,32 @@ export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
|
1114
1110
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1115
1111
|
// FlipHorizontal2 aliases
|
|
1116
1112
|
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1117
|
-
// FlipVertical2 aliases
|
|
1118
|
-
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1119
1113
|
// FlipHorizontal aliases
|
|
1120
1114
|
export { default as FlipHorizontalIcon } from '../icons/flip-horizontal';
|
|
1115
|
+
// FlipVertical2 aliases
|
|
1116
|
+
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1121
1117
|
// FlipVertical aliases
|
|
1122
1118
|
export { default as FlipVerticalIcon } from '../icons/flip-vertical';
|
|
1123
1119
|
// Flower2 aliases
|
|
1124
1120
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1125
1121
|
// Flower aliases
|
|
1126
1122
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1123
|
+
// FoldHorizontal aliases
|
|
1124
|
+
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1127
1125
|
// Focus aliases
|
|
1128
1126
|
export { default as FocusIcon } from '../icons/focus';
|
|
1129
1127
|
// FoldVertical aliases
|
|
1130
1128
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1131
|
-
// FoldHorizontal aliases
|
|
1132
|
-
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1133
|
-
// FolderCheck aliases
|
|
1134
|
-
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1135
1129
|
// FolderArchive aliases
|
|
1136
1130
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1137
1131
|
// FolderClock aliases
|
|
1138
1132
|
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1139
|
-
//
|
|
1140
|
-
export { default as
|
|
1133
|
+
// FolderCheck aliases
|
|
1134
|
+
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1141
1135
|
// FolderClosed aliases
|
|
1142
1136
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1137
|
+
// FolderCode aliases
|
|
1138
|
+
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1143
1139
|
// FolderDot aliases
|
|
1144
1140
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1145
1141
|
// FolderDown aliases
|
|
@@ -1148,20 +1144,20 @@ export { default as FolderDownIcon } from '../icons/folder-down';
|
|
|
1148
1144
|
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1149
1145
|
// FolderGit aliases
|
|
1150
1146
|
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1151
|
-
// FolderHeart aliases
|
|
1152
|
-
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1153
1147
|
// FolderInput aliases
|
|
1154
1148
|
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1149
|
+
// FolderHeart aliases
|
|
1150
|
+
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1155
1151
|
// FolderKanban aliases
|
|
1156
1152
|
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1157
1153
|
// FolderKey aliases
|
|
1158
1154
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1159
1155
|
// FolderLock aliases
|
|
1160
1156
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1161
|
-
// FolderOpenDot aliases
|
|
1162
|
-
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1163
1157
|
// FolderMinus aliases
|
|
1164
1158
|
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1159
|
+
// FolderOpenDot aliases
|
|
1160
|
+
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1165
1161
|
// FolderOpen aliases
|
|
1166
1162
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1167
1163
|
// FolderOutput aliases
|
|
@@ -1172,40 +1168,40 @@ export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
|
1172
1168
|
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1173
1169
|
// FolderSearch2 aliases
|
|
1174
1170
|
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1175
|
-
// FolderSymlink aliases
|
|
1176
|
-
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1177
1171
|
// FolderSearch aliases
|
|
1178
1172
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1173
|
+
// FolderSymlink aliases
|
|
1174
|
+
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1179
1175
|
// FolderSync aliases
|
|
1180
1176
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1181
1177
|
// FolderTree aliases
|
|
1182
1178
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1183
|
-
// FolderX aliases
|
|
1184
|
-
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1185
1179
|
// FolderUp aliases
|
|
1186
1180
|
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1187
|
-
//
|
|
1188
|
-
export { default as
|
|
1181
|
+
// FolderX aliases
|
|
1182
|
+
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1189
1183
|
// Folder aliases
|
|
1190
1184
|
export { default as FolderIcon } from '../icons/folder';
|
|
1191
|
-
// Forklift aliases
|
|
1192
|
-
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1193
1185
|
// Footprints aliases
|
|
1194
1186
|
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1195
|
-
//
|
|
1196
|
-
export { default as
|
|
1197
|
-
//
|
|
1198
|
-
export { default as
|
|
1187
|
+
// Folders aliases
|
|
1188
|
+
export { default as FoldersIcon } from '../icons/folders';
|
|
1189
|
+
// Forklift aliases
|
|
1190
|
+
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1199
1191
|
// Forward aliases
|
|
1200
1192
|
export { default as ForwardIcon } from '../icons/forward';
|
|
1193
|
+
// Framer aliases
|
|
1194
|
+
export { default as FramerIcon } from '../icons/framer';
|
|
1195
|
+
// Frame aliases
|
|
1196
|
+
export { default as FrameIcon } from '../icons/frame';
|
|
1201
1197
|
// Frown aliases
|
|
1202
1198
|
export { default as FrownIcon } from '../icons/frown';
|
|
1203
|
-
// Fullscreen aliases
|
|
1204
|
-
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1205
1199
|
// Fuel aliases
|
|
1206
1200
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1207
1201
|
// FunnelPlus aliases
|
|
1208
1202
|
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1203
|
+
// Fullscreen aliases
|
|
1204
|
+
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1209
1205
|
// GalleryHorizontalEnd aliases
|
|
1210
1206
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1211
1207
|
// GalleryHorizontal aliases
|
|
@@ -1226,42 +1222,42 @@ export { default as GaugeIcon } from '../icons/gauge';
|
|
|
1226
1222
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1227
1223
|
// Gem aliases
|
|
1228
1224
|
export { default as GemIcon } from '../icons/gem';
|
|
1229
|
-
// GeorgianLari aliases
|
|
1230
|
-
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1231
1225
|
// Ghost aliases
|
|
1232
1226
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1227
|
+
// GeorgianLari aliases
|
|
1228
|
+
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1229
|
+
// Gift aliases
|
|
1230
|
+
export { default as GiftIcon } from '../icons/gift';
|
|
1233
1231
|
// GitBranchPlus aliases
|
|
1234
1232
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1235
1233
|
// GitBranch aliases
|
|
1236
1234
|
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1237
1235
|
// GitCommitVertical aliases
|
|
1238
1236
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1239
|
-
// Gift aliases
|
|
1240
|
-
export { default as GiftIcon } from '../icons/gift';
|
|
1241
1237
|
// GitCompareArrows aliases
|
|
1242
1238
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1243
|
-
// GitFork aliases
|
|
1244
|
-
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1245
1239
|
// GitCompare aliases
|
|
1246
1240
|
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1241
|
+
// GitFork aliases
|
|
1242
|
+
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1247
1243
|
// GitGraph aliases
|
|
1248
1244
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1249
1245
|
// GitMerge aliases
|
|
1250
1246
|
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1251
|
-
// GitPullRequestClosed aliases
|
|
1252
|
-
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1253
|
-
// GitPullRequestCreate aliases
|
|
1254
|
-
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1255
1247
|
// GitPullRequestArrow aliases
|
|
1256
1248
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1249
|
+
// GitPullRequestClosed aliases
|
|
1250
|
+
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1257
1251
|
// GitPullRequestCreateArrow aliases
|
|
1258
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';
|
|
1255
|
+
// GitPullRequest aliases
|
|
1256
|
+
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1259
1257
|
// GitPullRequestDraft aliases
|
|
1260
1258
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1261
1259
|
// Github aliases
|
|
1262
1260
|
export { default as GithubIcon } from '../icons/github';
|
|
1263
|
-
// GitPullRequest aliases
|
|
1264
|
-
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1265
1261
|
// Gitlab aliases
|
|
1266
1262
|
export { default as GitlabIcon } from '../icons/gitlab';
|
|
1267
1263
|
// GlassWater aliases
|
|
@@ -1270,12 +1266,14 @@ export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
|
1270
1266
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1271
1267
|
// GlobeLock aliases
|
|
1272
1268
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1273
|
-
// Globe aliases
|
|
1274
|
-
export { default as GlobeIcon } from '../icons/globe';
|
|
1275
1269
|
// Gpu aliases
|
|
1276
1270
|
export { default as GpuIcon } from '../icons/gpu';
|
|
1271
|
+
// Globe aliases
|
|
1272
|
+
export { default as GlobeIcon } from '../icons/globe';
|
|
1277
1273
|
// Goal aliases
|
|
1278
1274
|
export { default as GoalIcon } from '../icons/goal';
|
|
1275
|
+
// GraduationCap aliases
|
|
1276
|
+
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1279
1277
|
// Grab aliases
|
|
1280
1278
|
export { default as GrabIcon } from '../icons/grab';
|
|
1281
1279
|
// Grape aliases
|
|
@@ -1284,18 +1282,16 @@ export { default as GrapeIcon } from '../icons/grape';
|
|
|
1284
1282
|
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1285
1283
|
// GripHorizontal aliases
|
|
1286
1284
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1287
|
-
// GraduationCap aliases
|
|
1288
|
-
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1289
1285
|
// GripVertical aliases
|
|
1290
1286
|
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1291
1287
|
// Grip aliases
|
|
1292
1288
|
export { default as GripIcon } from '../icons/grip';
|
|
1293
1289
|
// Group aliases
|
|
1294
1290
|
export { default as GroupIcon } from '../icons/group';
|
|
1295
|
-
// Guitar aliases
|
|
1296
|
-
export { default as GuitarIcon } from '../icons/guitar';
|
|
1297
1291
|
// Ham aliases
|
|
1298
1292
|
export { default as HamIcon } from '../icons/ham';
|
|
1293
|
+
// Guitar aliases
|
|
1294
|
+
export { default as GuitarIcon } from '../icons/guitar';
|
|
1299
1295
|
// Hamburger aliases
|
|
1300
1296
|
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1301
1297
|
// HandCoins aliases
|
|
@@ -1308,10 +1304,10 @@ export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
|
1308
1304
|
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1309
1305
|
// HandPlatter aliases
|
|
1310
1306
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1311
|
-
// Hand aliases
|
|
1312
|
-
export { default as HandIcon } from '../icons/hand';
|
|
1313
1307
|
// Handshake aliases
|
|
1314
1308
|
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1309
|
+
// Hand aliases
|
|
1310
|
+
export { default as HandIcon } from '../icons/hand';
|
|
1315
1311
|
// HardDriveDownload aliases
|
|
1316
1312
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1317
1313
|
// HardDriveUpload aliases
|
|
@@ -1324,12 +1320,14 @@ export { default as HardHatIcon } from '../icons/hard-hat';
|
|
|
1324
1320
|
export { default as HashIcon } from '../icons/hash';
|
|
1325
1321
|
// Haze aliases
|
|
1326
1322
|
export { default as HazeIcon } from '../icons/haze';
|
|
1327
|
-
//
|
|
1328
|
-
export { default as
|
|
1323
|
+
// HatGlasses aliases
|
|
1324
|
+
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1329
1325
|
// HdmiPort aliases
|
|
1330
1326
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1331
1327
|
// Heading2 aliases
|
|
1332
1328
|
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1329
|
+
// Heading1 aliases
|
|
1330
|
+
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1333
1331
|
// Heading3 aliases
|
|
1334
1332
|
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1335
1333
|
// Heading4 aliases
|
|
@@ -1354,24 +1352,24 @@ export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
|
1354
1352
|
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1355
1353
|
// HeartOff aliases
|
|
1356
1354
|
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1357
|
-
// HeartPulse aliases
|
|
1358
|
-
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1359
1355
|
// HeartPlus aliases
|
|
1360
1356
|
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1361
|
-
//
|
|
1362
|
-
export { default as
|
|
1357
|
+
// HeartPulse aliases
|
|
1358
|
+
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1363
1359
|
// Heart aliases
|
|
1364
1360
|
export { default as HeartIcon } from '../icons/heart';
|
|
1365
|
-
//
|
|
1366
|
-
export { default as
|
|
1361
|
+
// Heater aliases
|
|
1362
|
+
export { default as HeaterIcon } from '../icons/heater';
|
|
1367
1363
|
// Hexagon aliases
|
|
1368
1364
|
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1365
|
+
// Highlighter aliases
|
|
1366
|
+
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1369
1367
|
// History aliases
|
|
1370
1368
|
export { default as HistoryIcon } from '../icons/history';
|
|
1371
|
-
// Hop aliases
|
|
1372
|
-
export { default as HopIcon } from '../icons/hop';
|
|
1373
1369
|
// HopOff aliases
|
|
1374
1370
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1371
|
+
// Hop aliases
|
|
1372
|
+
export { default as HopIcon } from '../icons/hop';
|
|
1375
1373
|
// Hospital aliases
|
|
1376
1374
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1377
1375
|
// Hotel aliases
|
|
@@ -1380,14 +1378,14 @@ export { default as HotelIcon } from '../icons/hotel';
|
|
|
1380
1378
|
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1381
1379
|
// HousePlug aliases
|
|
1382
1380
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1383
|
-
// HouseWifi aliases
|
|
1384
|
-
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1385
1381
|
// HousePlus aliases
|
|
1386
1382
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1387
|
-
//
|
|
1388
|
-
export { default as
|
|
1383
|
+
// HouseWifi aliases
|
|
1384
|
+
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1389
1385
|
// IdCardLanyard aliases
|
|
1390
1386
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1387
|
+
// IdCard aliases
|
|
1388
|
+
export { default as IdCardIcon } from '../icons/id-card';
|
|
1391
1389
|
// ImageDown aliases
|
|
1392
1390
|
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1393
1391
|
// ImageOff aliases
|
|
@@ -1396,52 +1394,52 @@ export { default as ImageOffIcon } from '../icons/image-off';
|
|
|
1396
1394
|
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1397
1395
|
// ImagePlus aliases
|
|
1398
1396
|
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1399
|
-
// ImageUp aliases
|
|
1400
|
-
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1401
|
-
// ImageUpscale aliases
|
|
1402
|
-
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1403
1397
|
// ImagePlay aliases
|
|
1404
1398
|
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1399
|
+
// ImageUp aliases
|
|
1400
|
+
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1405
1401
|
// Image aliases
|
|
1406
1402
|
export { default as ImageIcon } from '../icons/image';
|
|
1403
|
+
// ImageUpscale aliases
|
|
1404
|
+
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1407
1405
|
// Images aliases
|
|
1408
1406
|
export { default as ImagesIcon } from '../icons/images';
|
|
1409
1407
|
// Import aliases
|
|
1410
1408
|
export { default as ImportIcon } from '../icons/import';
|
|
1411
1409
|
// Inbox aliases
|
|
1412
1410
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1413
|
-
// IndianRupee aliases
|
|
1414
|
-
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1415
1411
|
// Infinity aliases
|
|
1416
1412
|
export { default as InfinityIcon } from '../icons/infinity';
|
|
1413
|
+
// IndianRupee aliases
|
|
1414
|
+
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1415
|
+
// Info aliases
|
|
1416
|
+
export { default as InfoIcon } from '../icons/info';
|
|
1417
1417
|
// InspectionPanel aliases
|
|
1418
1418
|
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1419
1419
|
// Instagram aliases
|
|
1420
1420
|
export { default as InstagramIcon } from '../icons/instagram';
|
|
1421
|
-
// Info aliases
|
|
1422
|
-
export { default as InfoIcon } from '../icons/info';
|
|
1423
1421
|
// Italic aliases
|
|
1424
1422
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1425
|
-
// IterationCw aliases
|
|
1426
|
-
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1427
1423
|
// IterationCcw aliases
|
|
1428
1424
|
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1425
|
+
// IterationCw aliases
|
|
1426
|
+
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1429
1427
|
// JapaneseYen aliases
|
|
1430
1428
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1431
1429
|
// Joystick aliases
|
|
1432
1430
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1433
|
-
// Kanban aliases
|
|
1434
|
-
export { default as KanbanIcon } from '../icons/kanban';
|
|
1435
1431
|
// KeyRound aliases
|
|
1436
1432
|
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1433
|
+
// Kanban aliases
|
|
1434
|
+
export { default as KanbanIcon } from '../icons/kanban';
|
|
1437
1435
|
// KeySquare aliases
|
|
1438
1436
|
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1439
1437
|
// Key aliases
|
|
1440
1438
|
export { default as KeyIcon } from '../icons/key';
|
|
1441
|
-
// KeyboardMusic aliases
|
|
1442
|
-
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1443
1439
|
// KeyboardOff aliases
|
|
1444
1440
|
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1441
|
+
// KeyboardMusic aliases
|
|
1442
|
+
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1445
1443
|
// Keyboard aliases
|
|
1446
1444
|
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1447
1445
|
// LampCeiling aliases
|
|
@@ -1462,90 +1460,90 @@ export { default as LandPlotIcon } from '../icons/land-plot';
|
|
|
1462
1460
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1463
1461
|
// Languages aliases
|
|
1464
1462
|
export { default as LanguagesIcon } from '../icons/languages';
|
|
1465
|
-
// LaptopMinimalCheck aliases
|
|
1466
|
-
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1467
1463
|
// LassoSelect aliases
|
|
1468
1464
|
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1469
|
-
//
|
|
1470
|
-
export { default as
|
|
1465
|
+
// LaptopMinimalCheck aliases
|
|
1466
|
+
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1471
1467
|
// Laptop aliases
|
|
1472
1468
|
export { default as LaptopIcon } from '../icons/laptop';
|
|
1473
1469
|
// Laugh aliases
|
|
1474
1470
|
export { default as LaughIcon } from '../icons/laugh';
|
|
1471
|
+
// Lasso aliases
|
|
1472
|
+
export { default as LassoIcon } from '../icons/lasso';
|
|
1475
1473
|
// Layers2 aliases
|
|
1476
1474
|
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1477
|
-
// LayoutDashboard aliases
|
|
1478
|
-
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1479
1475
|
// LayoutGrid aliases
|
|
1480
1476
|
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1477
|
+
// LayoutDashboard aliases
|
|
1478
|
+
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1481
1479
|
// LayoutList aliases
|
|
1482
1480
|
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1483
1481
|
// LayoutPanelLeft aliases
|
|
1484
1482
|
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1485
1483
|
// LayoutPanelTop aliases
|
|
1486
1484
|
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1487
|
-
// LayoutTemplate aliases
|
|
1488
|
-
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1489
1485
|
// Leaf aliases
|
|
1490
1486
|
export { default as LeafIcon } from '../icons/leaf';
|
|
1487
|
+
// LayoutTemplate aliases
|
|
1488
|
+
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1491
1489
|
// LeafyGreen aliases
|
|
1492
1490
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1493
|
-
// LetterText aliases
|
|
1494
|
-
export { default as LetterTextIcon } from '../icons/letter-text';
|
|
1495
1491
|
// Lectern aliases
|
|
1496
1492
|
export { default as LecternIcon } from '../icons/lectern';
|
|
1493
|
+
// LetterText aliases
|
|
1494
|
+
export { default as LetterTextIcon } from '../icons/letter-text';
|
|
1497
1495
|
// LibraryBig aliases
|
|
1498
1496
|
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1499
|
-
// Library aliases
|
|
1500
|
-
export { default as LibraryIcon } from '../icons/library';
|
|
1501
|
-
// Lightbulb aliases
|
|
1502
|
-
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1503
1497
|
// LifeBuoy aliases
|
|
1504
1498
|
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1499
|
+
// Library aliases
|
|
1500
|
+
export { default as LibraryIcon } from '../icons/library';
|
|
1505
1501
|
// Ligature aliases
|
|
1506
1502
|
export { default as LigatureIcon } from '../icons/ligature';
|
|
1507
|
-
// LineSquiggle aliases
|
|
1508
|
-
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1509
1503
|
// LightbulbOff aliases
|
|
1510
1504
|
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1511
|
-
//
|
|
1512
|
-
export { default as
|
|
1505
|
+
// Lightbulb aliases
|
|
1506
|
+
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1507
|
+
// LineSquiggle aliases
|
|
1508
|
+
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1513
1509
|
// Link2Off aliases
|
|
1514
1510
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1511
|
+
// Link2 aliases
|
|
1512
|
+
export { default as Link2Icon } from '../icons/link-2';
|
|
1515
1513
|
// Link aliases
|
|
1516
1514
|
export { default as LinkIcon } from '../icons/link';
|
|
1517
1515
|
// Linkedin aliases
|
|
1518
1516
|
export { default as LinkedinIcon } from '../icons/linkedin';
|
|
1519
|
-
// ListChecks aliases
|
|
1520
|
-
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1521
1517
|
// ListCheck aliases
|
|
1522
1518
|
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1523
|
-
//
|
|
1524
|
-
export { default as
|
|
1519
|
+
// ListChecks aliases
|
|
1520
|
+
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1525
1521
|
// ListCollapse aliases
|
|
1526
1522
|
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1523
|
+
// ListEnd aliases
|
|
1524
|
+
export { default as ListEndIcon } from '../icons/list-end';
|
|
1527
1525
|
// ListFilterPlus aliases
|
|
1528
1526
|
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1529
1527
|
// ListFilter aliases
|
|
1530
1528
|
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1531
|
-
// ListMinus aliases
|
|
1532
|
-
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1533
1529
|
// ListMusic aliases
|
|
1534
1530
|
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1531
|
+
// ListMinus aliases
|
|
1532
|
+
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1533
|
+
// ListPlus aliases
|
|
1534
|
+
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1535
1535
|
// ListOrdered aliases
|
|
1536
1536
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1537
|
-
// ListStart aliases
|
|
1538
|
-
export { default as ListStartIcon } from '../icons/list-start';
|
|
1539
1537
|
// ListRestart aliases
|
|
1540
1538
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1539
|
+
// ListStart aliases
|
|
1540
|
+
export { default as ListStartIcon } from '../icons/list-start';
|
|
1541
|
+
// ListTree aliases
|
|
1542
|
+
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1541
1543
|
// ListTodo aliases
|
|
1542
1544
|
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1543
|
-
// ListPlus aliases
|
|
1544
|
-
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1545
1545
|
// ListVideo aliases
|
|
1546
1546
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1547
|
-
// ListTree aliases
|
|
1548
|
-
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1549
1547
|
// ListX aliases
|
|
1550
1548
|
export { default as ListXIcon } from '../icons/list-x';
|
|
1551
1549
|
// List aliases
|
|
@@ -1554,44 +1552,44 @@ export { default as ListIcon } from '../icons/list';
|
|
|
1554
1552
|
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1555
1553
|
// Loader aliases
|
|
1556
1554
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1557
|
-
// LocateOff aliases
|
|
1558
|
-
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1559
1555
|
// LocateFixed aliases
|
|
1560
1556
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1557
|
+
// LocateOff aliases
|
|
1558
|
+
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1561
1559
|
// Locate aliases
|
|
1562
1560
|
export { default as LocateIcon } from '../icons/locate';
|
|
1561
|
+
// Lock aliases
|
|
1562
|
+
export { default as LockIcon } from '../icons/lock';
|
|
1563
1563
|
// LockKeyhole aliases
|
|
1564
1564
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1565
|
+
// LogIn aliases
|
|
1566
|
+
export { default as LogInIcon } from '../icons/log-in';
|
|
1565
1567
|
// LocationEdit aliases
|
|
1566
1568
|
export { default as LocationEditIcon } from '../icons/location-edit';
|
|
1567
|
-
// Lock aliases
|
|
1568
|
-
export { default as LockIcon } from '../icons/lock';
|
|
1569
|
-
// LogOut aliases
|
|
1570
|
-
export { default as LogOutIcon } from '../icons/log-out';
|
|
1571
|
-
// LogIn aliases
|
|
1572
|
-
export { default as LogInIcon } from '../icons/log-in';
|
|
1573
1569
|
// Logs aliases
|
|
1574
1570
|
export { default as LogsIcon } from '../icons/logs';
|
|
1575
|
-
//
|
|
1576
|
-
export { default as
|
|
1577
|
-
// MailCheck aliases
|
|
1578
|
-
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1571
|
+
// LogOut aliases
|
|
1572
|
+
export { default as LogOutIcon } from '../icons/log-out';
|
|
1579
1573
|
// Lollipop aliases
|
|
1580
1574
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1581
1575
|
// Luggage aliases
|
|
1582
1576
|
export { default as LuggageIcon } from '../icons/luggage';
|
|
1577
|
+
// Magnet aliases
|
|
1578
|
+
export { default as MagnetIcon } from '../icons/magnet';
|
|
1579
|
+
// MailCheck aliases
|
|
1580
|
+
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1583
1581
|
// MailMinus aliases
|
|
1584
1582
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1583
|
+
// MailPlus aliases
|
|
1584
|
+
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1585
1585
|
// MailOpen aliases
|
|
1586
1586
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1587
1587
|
// MailSearch aliases
|
|
1588
1588
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1589
|
-
// MailPlus aliases
|
|
1590
|
-
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1591
|
-
// MailWarning aliases
|
|
1592
|
-
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1593
1589
|
// MailX aliases
|
|
1594
1590
|
export { default as MailXIcon } from '../icons/mail-x';
|
|
1591
|
+
// MailWarning aliases
|
|
1592
|
+
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1595
1593
|
// Mail aliases
|
|
1596
1594
|
export { default as MailIcon } from '../icons/mail';
|
|
1597
1595
|
// Mailbox aliases
|
|
@@ -1602,88 +1600,88 @@ export { default as MailsIcon } from '../icons/mails';
|
|
|
1602
1600
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1603
1601
|
// MapPinCheck aliases
|
|
1604
1602
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1605
|
-
// MapPinHouse aliases
|
|
1606
|
-
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1607
1603
|
// MapPinMinusInside aliases
|
|
1608
1604
|
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1605
|
+
// MapPinHouse aliases
|
|
1606
|
+
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1609
1607
|
// MapPinMinus aliases
|
|
1610
1608
|
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1611
|
-
// MapPinPlusInside aliases
|
|
1612
|
-
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1613
1609
|
// MapPinOff aliases
|
|
1614
1610
|
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1615
|
-
//
|
|
1616
|
-
export { default as
|
|
1611
|
+
// MapPinPlusInside aliases
|
|
1612
|
+
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1617
1613
|
// MapPinXInside aliases
|
|
1618
1614
|
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1615
|
+
// MapPinPlus aliases
|
|
1616
|
+
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1619
1617
|
// MapPinX aliases
|
|
1620
1618
|
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1619
|
+
// MapPin aliases
|
|
1620
|
+
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1621
1621
|
// MapPinned aliases
|
|
1622
1622
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1623
1623
|
// MapPlus aliases
|
|
1624
1624
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1625
1625
|
// Map aliases
|
|
1626
1626
|
export { default as MapIcon } from '../icons/map';
|
|
1627
|
-
// MapPin aliases
|
|
1628
|
-
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1629
1627
|
// MarsStroke aliases
|
|
1630
1628
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1629
|
+
// Mars aliases
|
|
1630
|
+
export { default as MarsIcon } from '../icons/mars';
|
|
1631
1631
|
// Martini aliases
|
|
1632
1632
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1633
|
-
// Maximize aliases
|
|
1634
|
-
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1635
1633
|
// Maximize2 aliases
|
|
1636
1634
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1637
|
-
//
|
|
1638
|
-
export { default as
|
|
1635
|
+
// Maximize aliases
|
|
1636
|
+
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1639
1637
|
// Medal aliases
|
|
1640
1638
|
export { default as MedalIcon } from '../icons/medal';
|
|
1641
|
-
// MegaphoneOff aliases
|
|
1642
|
-
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1643
1639
|
// Megaphone aliases
|
|
1644
1640
|
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1641
|
+
// MegaphoneOff aliases
|
|
1642
|
+
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1645
1643
|
// Meh aliases
|
|
1646
1644
|
export { default as MehIcon } from '../icons/meh';
|
|
1647
1645
|
// MemoryStick aliases
|
|
1648
1646
|
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1649
|
-
// Menu aliases
|
|
1650
|
-
export { default as MenuIcon } from '../icons/menu';
|
|
1651
1647
|
// Merge aliases
|
|
1652
1648
|
export { default as MergeIcon } from '../icons/merge';
|
|
1653
|
-
//
|
|
1654
|
-
export { default as
|
|
1655
|
-
// MessageCircleDashed aliases
|
|
1656
|
-
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1649
|
+
// Menu aliases
|
|
1650
|
+
export { default as MenuIcon } from '../icons/menu';
|
|
1657
1651
|
// MessageCircleCode aliases
|
|
1658
1652
|
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1653
|
+
// MessageCircleDashed aliases
|
|
1654
|
+
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1655
|
+
// MessageCircleHeart aliases
|
|
1656
|
+
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1659
1657
|
// MessageCircleMore aliases
|
|
1660
1658
|
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1661
|
-
//
|
|
1662
|
-
export { default as
|
|
1659
|
+
// MessageCircleOff aliases
|
|
1660
|
+
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1663
1661
|
// MessageCircleReply aliases
|
|
1664
1662
|
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1663
|
+
// MessageCirclePlus aliases
|
|
1664
|
+
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1665
1665
|
// MessageCircleWarning aliases
|
|
1666
1666
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1667
1667
|
// MessageCircleX aliases
|
|
1668
1668
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1669
|
-
// MessageCircleOff aliases
|
|
1670
|
-
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1671
1669
|
// MessageCircle aliases
|
|
1672
1670
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1671
|
+
// MessageSquareDiff aliases
|
|
1672
|
+
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1673
1673
|
// MessageSquareCode aliases
|
|
1674
1674
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1675
1675
|
// MessageSquareDashed aliases
|
|
1676
1676
|
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1677
1677
|
// MessageSquareDot aliases
|
|
1678
1678
|
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1679
|
-
// MessageSquareDiff aliases
|
|
1680
|
-
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1681
1679
|
// MessageSquareHeart aliases
|
|
1682
1680
|
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1683
|
-
// MessageSquareMore aliases
|
|
1684
|
-
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1685
1681
|
// MessageSquareLock aliases
|
|
1686
1682
|
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1683
|
+
// MessageSquareMore aliases
|
|
1684
|
+
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1687
1685
|
// MessageSquareOff aliases
|
|
1688
1686
|
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1689
1687
|
// MessageSquarePlus aliases
|
|
@@ -1692,44 +1690,44 @@ export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
|
1692
1690
|
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1693
1691
|
// MessageSquareReply aliases
|
|
1694
1692
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1693
|
+
// MessageSquareWarning aliases
|
|
1694
|
+
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1695
1695
|
// MessageSquareShare aliases
|
|
1696
1696
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1697
1697
|
// MessageSquareText aliases
|
|
1698
1698
|
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1699
|
-
// MessageSquareWarning aliases
|
|
1700
|
-
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1701
1699
|
// MessageSquareX aliases
|
|
1702
1700
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1703
|
-
// MessagesSquare aliases
|
|
1704
|
-
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1705
1701
|
// MessageSquare aliases
|
|
1706
1702
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1703
|
+
// MessagesSquare aliases
|
|
1704
|
+
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1707
1705
|
// MicOff aliases
|
|
1708
1706
|
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1707
|
+
// Microchip aliases
|
|
1708
|
+
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1709
1709
|
// Mic aliases
|
|
1710
1710
|
export { default as MicIcon } from '../icons/mic';
|
|
1711
1711
|
// Microscope aliases
|
|
1712
1712
|
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1713
|
-
// Microchip aliases
|
|
1714
|
-
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1715
|
-
// Milestone aliases
|
|
1716
|
-
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1717
|
-
// MilkOff aliases
|
|
1718
|
-
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1719
1713
|
// Microwave aliases
|
|
1720
1714
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1715
|
+
// Milestone aliases
|
|
1716
|
+
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1721
1717
|
// Milk aliases
|
|
1722
1718
|
export { default as MilkIcon } from '../icons/milk';
|
|
1723
1719
|
// Minimize2 aliases
|
|
1724
1720
|
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1725
|
-
//
|
|
1726
|
-
export { default as
|
|
1727
|
-
// MonitorCheck aliases
|
|
1728
|
-
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1721
|
+
// MilkOff aliases
|
|
1722
|
+
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1729
1723
|
// Minus aliases
|
|
1730
1724
|
export { default as MinusIcon } from '../icons/minus';
|
|
1725
|
+
// MonitorCheck aliases
|
|
1726
|
+
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1731
1727
|
// MonitorCog aliases
|
|
1732
1728
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1729
|
+
// Minimize aliases
|
|
1730
|
+
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1733
1731
|
// MonitorDot aliases
|
|
1734
1732
|
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1735
1733
|
// MonitorDown aliases
|
|
@@ -1744,28 +1742,28 @@ export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
|
1744
1742
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1745
1743
|
// MonitorSpeaker aliases
|
|
1746
1744
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1745
|
+
// MonitorUp aliases
|
|
1746
|
+
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1747
1747
|
// MonitorStop aliases
|
|
1748
1748
|
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1749
1749
|
// MonitorX aliases
|
|
1750
1750
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1751
1751
|
// Monitor aliases
|
|
1752
1752
|
export { default as MonitorIcon } from '../icons/monitor';
|
|
1753
|
-
// MonitorUp aliases
|
|
1754
|
-
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1755
|
-
// Moon aliases
|
|
1756
|
-
export { default as MoonIcon } from '../icons/moon';
|
|
1757
1753
|
// MoonStar aliases
|
|
1758
1754
|
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1755
|
+
// Moon aliases
|
|
1756
|
+
export { default as MoonIcon } from '../icons/moon';
|
|
1759
1757
|
// MountainSnow aliases
|
|
1760
1758
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1761
1759
|
// Mountain aliases
|
|
1762
1760
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1763
1761
|
// MouseOff aliases
|
|
1764
1762
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1765
|
-
// MousePointerBan aliases
|
|
1766
|
-
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1767
1763
|
// MousePointer2 aliases
|
|
1768
1764
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1765
|
+
// MousePointerBan aliases
|
|
1766
|
+
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1769
1767
|
// MousePointerClick aliases
|
|
1770
1768
|
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1771
1769
|
// MousePointer aliases
|
|
@@ -1778,16 +1776,16 @@ export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
|
1778
1776
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1779
1777
|
// MoveDiagonal aliases
|
|
1780
1778
|
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1781
|
-
// MoveDown aliases
|
|
1782
|
-
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1783
1779
|
// MoveDownRight aliases
|
|
1784
1780
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1781
|
+
// MoveDown aliases
|
|
1782
|
+
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1785
1783
|
// MoveHorizontal aliases
|
|
1786
1784
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1787
|
-
// MoveLeft aliases
|
|
1788
|
-
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1789
1785
|
// MoveRight aliases
|
|
1790
1786
|
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1787
|
+
// MoveLeft aliases
|
|
1788
|
+
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1791
1789
|
// MoveUpLeft aliases
|
|
1792
1790
|
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1793
1791
|
// MoveUpRight aliases
|
|
@@ -1800,34 +1798,34 @@ export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
|
1800
1798
|
export { default as MoveIcon } from '../icons/move';
|
|
1801
1799
|
// Music2 aliases
|
|
1802
1800
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1803
|
-
// Music4 aliases
|
|
1804
|
-
export { default as Music4Icon } from '../icons/music-4';
|
|
1805
1801
|
// Music3 aliases
|
|
1806
1802
|
export { default as Music3Icon } from '../icons/music-3';
|
|
1807
|
-
//
|
|
1808
|
-
export { default as
|
|
1803
|
+
// Music4 aliases
|
|
1804
|
+
export { default as Music4Icon } from '../icons/music-4';
|
|
1809
1805
|
// Music aliases
|
|
1810
1806
|
export { default as MusicIcon } from '../icons/music';
|
|
1807
|
+
// Navigation2Off aliases
|
|
1808
|
+
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1811
1809
|
// Navigation2 aliases
|
|
1812
1810
|
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1813
1811
|
// NavigationOff aliases
|
|
1814
1812
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1815
|
-
// Network aliases
|
|
1816
|
-
export { default as NetworkIcon } from '../icons/network';
|
|
1817
1813
|
// Navigation aliases
|
|
1818
1814
|
export { default as NavigationIcon } from '../icons/navigation';
|
|
1819
|
-
//
|
|
1820
|
-
export { default as
|
|
1815
|
+
// Network aliases
|
|
1816
|
+
export { default as NetworkIcon } from '../icons/network';
|
|
1821
1817
|
// Newspaper aliases
|
|
1822
1818
|
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1819
|
+
// Nfc aliases
|
|
1820
|
+
export { default as NfcIcon } from '../icons/nfc';
|
|
1823
1821
|
// NonBinary aliases
|
|
1824
1822
|
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1825
1823
|
// NotebookPen aliases
|
|
1826
1824
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1827
|
-
// NotebookText aliases
|
|
1828
|
-
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1829
1825
|
// NotebookTabs aliases
|
|
1830
1826
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1827
|
+
// NotebookText aliases
|
|
1828
|
+
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1831
1829
|
// Notebook aliases
|
|
1832
1830
|
export { default as NotebookIcon } from '../icons/notebook';
|
|
1833
1831
|
// NotepadTextDashed aliases
|
|
@@ -1840,30 +1838,30 @@ export { default as NutOffIcon } from '../icons/nut-off';
|
|
|
1840
1838
|
export { default as NutIcon } from '../icons/nut';
|
|
1841
1839
|
// OctagonMinus aliases
|
|
1842
1840
|
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1843
|
-
// Omega aliases
|
|
1844
|
-
export { default as OmegaIcon } from '../icons/omega';
|
|
1845
1841
|
// Octagon aliases
|
|
1846
1842
|
export { default as OctagonIcon } from '../icons/octagon';
|
|
1843
|
+
// Omega aliases
|
|
1844
|
+
export { default as OmegaIcon } from '../icons/omega';
|
|
1847
1845
|
// Option aliases
|
|
1848
1846
|
export { default as OptionIcon } from '../icons/option';
|
|
1849
1847
|
// Orbit aliases
|
|
1850
1848
|
export { default as OrbitIcon } from '../icons/orbit';
|
|
1851
|
-
// Package2 aliases
|
|
1852
|
-
export { default as Package2Icon } from '../icons/package-2';
|
|
1853
1849
|
// Origami aliases
|
|
1854
1850
|
export { default as OrigamiIcon } from '../icons/origami';
|
|
1851
|
+
// Package2 aliases
|
|
1852
|
+
export { default as Package2Icon } from '../icons/package-2';
|
|
1855
1853
|
// PackageCheck aliases
|
|
1856
1854
|
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1857
1855
|
// PackageMinus aliases
|
|
1858
1856
|
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1859
1857
|
// PackageOpen aliases
|
|
1860
1858
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1859
|
+
// PackagePlus aliases
|
|
1860
|
+
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1861
1861
|
// PackageSearch aliases
|
|
1862
1862
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1863
1863
|
// PackageX aliases
|
|
1864
1864
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
1865
|
-
// PackagePlus aliases
|
|
1866
|
-
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1867
1865
|
// Package aliases
|
|
1868
1866
|
export { default as PackageIcon } from '../icons/package';
|
|
1869
1867
|
// PaintBucket aliases
|
|
@@ -1872,44 +1870,44 @@ export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
|
1872
1870
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1873
1871
|
// Paintbrush aliases
|
|
1874
1872
|
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1875
|
-
// Panda aliases
|
|
1876
|
-
export { default as PandaIcon } from '../icons/panda';
|
|
1877
1873
|
// Palette aliases
|
|
1878
1874
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1875
|
+
// Panda aliases
|
|
1876
|
+
export { default as PandaIcon } from '../icons/panda';
|
|
1879
1877
|
// PanelBottomClose aliases
|
|
1880
1878
|
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1881
1879
|
// PanelBottomOpen aliases
|
|
1882
1880
|
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1883
1881
|
// PanelBottom aliases
|
|
1884
1882
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1885
|
-
// PanelRightOpen aliases
|
|
1886
|
-
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1887
|
-
// PanelTopClose aliases
|
|
1888
|
-
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1889
1883
|
// PanelRightClose aliases
|
|
1890
1884
|
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1885
|
+
// PanelRightOpen aliases
|
|
1886
|
+
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1891
1887
|
// PanelRight aliases
|
|
1892
1888
|
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1889
|
+
// PanelTopClose aliases
|
|
1890
|
+
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1893
1891
|
// PanelTopOpen aliases
|
|
1894
1892
|
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1895
1893
|
// PanelTop aliases
|
|
1896
1894
|
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1897
|
-
// PanelsLeftBottom aliases
|
|
1898
|
-
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1899
|
-
// Paperclip aliases
|
|
1900
|
-
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1901
1895
|
// PanelsRightBottom aliases
|
|
1902
1896
|
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1897
|
+
// PanelsLeftBottom aliases
|
|
1898
|
+
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1903
1899
|
// Parentheses aliases
|
|
1904
1900
|
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1905
1901
|
// ParkingMeter aliases
|
|
1906
1902
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1903
|
+
// Paperclip aliases
|
|
1904
|
+
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1905
|
+
// PartyPopper aliases
|
|
1906
|
+
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1907
1907
|
// Pause aliases
|
|
1908
1908
|
export { default as PauseIcon } from '../icons/pause';
|
|
1909
1909
|
// PawPrint aliases
|
|
1910
1910
|
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1911
|
-
// PartyPopper aliases
|
|
1912
|
-
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1913
1911
|
// PcCase aliases
|
|
1914
1912
|
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1915
1913
|
// PenOff aliases
|
|
@@ -1918,16 +1916,16 @@ export { default as PenOffIcon } from '../icons/pen-off';
|
|
|
1918
1916
|
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1919
1917
|
// PencilLine aliases
|
|
1920
1918
|
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1921
|
-
// PencilRuler aliases
|
|
1922
|
-
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1923
1919
|
// PencilOff aliases
|
|
1924
1920
|
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1921
|
+
// PencilRuler aliases
|
|
1922
|
+
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1923
|
+
// Pencil aliases
|
|
1924
|
+
export { default as PencilIcon } from '../icons/pencil';
|
|
1925
1925
|
// Pentagon aliases
|
|
1926
1926
|
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1927
1927
|
// Percent aliases
|
|
1928
1928
|
export { default as PercentIcon } from '../icons/percent';
|
|
1929
|
-
// Pencil aliases
|
|
1930
|
-
export { default as PencilIcon } from '../icons/pencil';
|
|
1931
1929
|
// PersonStanding aliases
|
|
1932
1930
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1933
1931
|
// PhilippinePeso aliases
|
|
@@ -1942,16 +1940,16 @@ export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
|
1942
1940
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1943
1941
|
// PhoneOff aliases
|
|
1944
1942
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1945
|
-
// PhoneOutgoing aliases
|
|
1946
|
-
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1947
1943
|
// Phone aliases
|
|
1948
1944
|
export { default as PhoneIcon } from '../icons/phone';
|
|
1945
|
+
// PhoneOutgoing aliases
|
|
1946
|
+
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1947
|
+
// Pi aliases
|
|
1948
|
+
export { default as PiIcon } from '../icons/pi';
|
|
1949
1949
|
// Piano aliases
|
|
1950
1950
|
export { default as PianoIcon } from '../icons/piano';
|
|
1951
1951
|
// Pickaxe aliases
|
|
1952
1952
|
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1953
|
-
// Pi aliases
|
|
1954
|
-
export { default as PiIcon } from '../icons/pi';
|
|
1955
1953
|
// PictureInPicture2 aliases
|
|
1956
1954
|
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
1957
1955
|
// PictureInPicture aliases
|
|
@@ -1960,10 +1958,10 @@ export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
|
1960
1958
|
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1961
1959
|
// PilcrowLeft aliases
|
|
1962
1960
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1963
|
-
// Pilcrow aliases
|
|
1964
|
-
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1965
1961
|
// PilcrowRight aliases
|
|
1966
1962
|
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1963
|
+
// Pilcrow aliases
|
|
1964
|
+
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1967
1965
|
// PillBottle aliases
|
|
1968
1966
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
1969
1967
|
// Pill aliases
|
|
@@ -1972,14 +1970,14 @@ export { default as PillIcon } from '../icons/pill';
|
|
|
1972
1970
|
export { default as PinOffIcon } from '../icons/pin-off';
|
|
1973
1971
|
// Pin aliases
|
|
1974
1972
|
export { default as PinIcon } from '../icons/pin';
|
|
1973
|
+
// Pipette aliases
|
|
1974
|
+
export { default as PipetteIcon } from '../icons/pipette';
|
|
1975
1975
|
// Pizza aliases
|
|
1976
1976
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
1977
1977
|
// PlaneLanding aliases
|
|
1978
1978
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
1979
1979
|
// PlaneTakeoff aliases
|
|
1980
1980
|
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
1981
|
-
// Pipette aliases
|
|
1982
|
-
export { default as PipetteIcon } from '../icons/pipette';
|
|
1983
1981
|
// Plane aliases
|
|
1984
1982
|
export { default as PlaneIcon } from '../icons/plane';
|
|
1985
1983
|
// Play aliases
|
|
@@ -1988,10 +1986,10 @@ export { default as PlayIcon } from '../icons/play';
|
|
|
1988
1986
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
1989
1987
|
// Plug aliases
|
|
1990
1988
|
export { default as PlugIcon } from '../icons/plug';
|
|
1991
|
-
// PocketKnife aliases
|
|
1992
|
-
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
1993
1989
|
// Plus aliases
|
|
1994
1990
|
export { default as PlusIcon } from '../icons/plus';
|
|
1991
|
+
// PocketKnife aliases
|
|
1992
|
+
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
1995
1993
|
// Pocket aliases
|
|
1996
1994
|
export { default as PocketIcon } from '../icons/pocket';
|
|
1997
1995
|
// Podcast aliases
|
|
@@ -2012,26 +2010,26 @@ export { default as PowerOffIcon } from '../icons/power-off';
|
|
|
2012
2010
|
export { default as PowerIcon } from '../icons/power';
|
|
2013
2011
|
// Presentation aliases
|
|
2014
2012
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
2015
|
-
// Printer aliases
|
|
2016
|
-
export { default as PrinterIcon } from '../icons/printer';
|
|
2017
2013
|
// PrinterCheck aliases
|
|
2018
2014
|
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2019
2015
|
// Projector aliases
|
|
2020
2016
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
2017
|
+
// Printer aliases
|
|
2018
|
+
export { default as PrinterIcon } from '../icons/printer';
|
|
2019
|
+
// Proportions aliases
|
|
2020
|
+
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2021
2021
|
// Puzzle aliases
|
|
2022
2022
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2023
|
-
// Pyramid aliases
|
|
2024
|
-
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2025
2023
|
// QrCode aliases
|
|
2026
2024
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2027
|
-
//
|
|
2028
|
-
export { default as
|
|
2029
|
-
// Proportions aliases
|
|
2030
|
-
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2025
|
+
// Pyramid aliases
|
|
2026
|
+
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2031
2027
|
// Quote aliases
|
|
2032
2028
|
export { default as QuoteIcon } from '../icons/quote';
|
|
2033
2029
|
// Radar aliases
|
|
2034
2030
|
export { default as RadarIcon } from '../icons/radar';
|
|
2031
|
+
// Rabbit aliases
|
|
2032
|
+
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2035
2033
|
// Radiation aliases
|
|
2036
2034
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
2037
2035
|
// Radical aliases
|
|
@@ -2050,26 +2048,26 @@ export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
|
2050
2048
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2051
2049
|
// Rat aliases
|
|
2052
2050
|
export { default as RatIcon } from '../icons/rat';
|
|
2053
|
-
// Ratio aliases
|
|
2054
|
-
export { default as RatioIcon } from '../icons/ratio';
|
|
2055
2051
|
// ReceiptCent aliases
|
|
2056
2052
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2053
|
+
// Ratio aliases
|
|
2054
|
+
export { default as RatioIcon } from '../icons/ratio';
|
|
2057
2055
|
// ReceiptEuro aliases
|
|
2058
2056
|
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2059
2057
|
// ReceiptIndianRupee aliases
|
|
2060
2058
|
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2061
2059
|
// ReceiptJapaneseYen aliases
|
|
2062
2060
|
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2063
|
-
// ReceiptRussianRuble aliases
|
|
2064
|
-
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2065
2061
|
// ReceiptPoundSterling aliases
|
|
2066
2062
|
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2067
|
-
//
|
|
2068
|
-
export { default as
|
|
2069
|
-
// ReceiptSwissFranc aliases
|
|
2070
|
-
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2063
|
+
// ReceiptRussianRuble aliases
|
|
2064
|
+
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2071
2065
|
// ReceiptText aliases
|
|
2072
2066
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2067
|
+
// ReceiptSwissFranc aliases
|
|
2068
|
+
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2069
|
+
// ReceiptTurkishLira aliases
|
|
2070
|
+
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2073
2071
|
// Receipt aliases
|
|
2074
2072
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2075
2073
|
// RectangleCircle aliases
|
|
@@ -2080,30 +2078,30 @@ export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
|
2080
2078
|
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2081
2079
|
// RectangleVertical aliases
|
|
2082
2080
|
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2083
|
-
// Redo2 aliases
|
|
2084
|
-
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2085
2081
|
// Recycle aliases
|
|
2086
2082
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2087
2083
|
// RedoDot aliases
|
|
2088
2084
|
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2085
|
+
// Redo2 aliases
|
|
2086
|
+
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2087
|
+
// Redo aliases
|
|
2088
|
+
export { default as RedoIcon } from '../icons/redo';
|
|
2089
2089
|
// RefreshCcwDot aliases
|
|
2090
2090
|
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2091
2091
|
// RefreshCcw aliases
|
|
2092
2092
|
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2093
|
-
// Redo aliases
|
|
2094
|
-
export { default as RedoIcon } from '../icons/redo';
|
|
2095
2093
|
// RefreshCwOff aliases
|
|
2096
2094
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2095
|
+
// RefreshCw aliases
|
|
2096
|
+
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2097
2097
|
// Refrigerator aliases
|
|
2098
2098
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2099
2099
|
// Regex aliases
|
|
2100
2100
|
export { default as RegexIcon } from '../icons/regex';
|
|
2101
|
-
// RefreshCw aliases
|
|
2102
|
-
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2103
|
-
// Repeat1 aliases
|
|
2104
|
-
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2105
2101
|
// RemoveFormatting aliases
|
|
2106
2102
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2103
|
+
// Repeat1 aliases
|
|
2104
|
+
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2107
2105
|
// Repeat2 aliases
|
|
2108
2106
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2109
2107
|
// Repeat aliases
|
|
@@ -2122,76 +2120,76 @@ export { default as RewindIcon } from '../icons/rewind';
|
|
|
2122
2120
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2123
2121
|
// Rocket aliases
|
|
2124
2122
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2125
|
-
// RollerCoaster aliases
|
|
2126
|
-
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2127
2123
|
// RockingChair aliases
|
|
2128
2124
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2125
|
+
// RollerCoaster aliases
|
|
2126
|
+
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2129
2127
|
// RotateCcwKey aliases
|
|
2130
2128
|
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2131
2129
|
// RotateCcwSquare aliases
|
|
2132
2130
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2133
|
-
// RotateCcw aliases
|
|
2134
|
-
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2135
2131
|
// RotateCwSquare aliases
|
|
2136
2132
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2137
|
-
//
|
|
2138
|
-
export { default as
|
|
2133
|
+
// RotateCcw aliases
|
|
2134
|
+
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2139
2135
|
// RouteOff aliases
|
|
2140
2136
|
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2137
|
+
// RotateCw aliases
|
|
2138
|
+
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2141
2139
|
// Route aliases
|
|
2142
2140
|
export { default as RouteIcon } from '../icons/route';
|
|
2143
2141
|
// Rows4 aliases
|
|
2144
2142
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2145
|
-
// Rss aliases
|
|
2146
|
-
export { default as RssIcon } from '../icons/rss';
|
|
2147
2143
|
// Router aliases
|
|
2148
2144
|
export { default as RouterIcon } from '../icons/router';
|
|
2145
|
+
// Rss aliases
|
|
2146
|
+
export { default as RssIcon } from '../icons/rss';
|
|
2149
2147
|
// RulerDimensionLine aliases
|
|
2150
2148
|
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2151
2149
|
// Ruler aliases
|
|
2152
2150
|
export { default as RulerIcon } from '../icons/ruler';
|
|
2153
2151
|
// RussianRuble aliases
|
|
2154
2152
|
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2155
|
-
// Salad aliases
|
|
2156
|
-
export { default as SaladIcon } from '../icons/salad';
|
|
2157
2153
|
// Sailboat aliases
|
|
2158
2154
|
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2159
|
-
//
|
|
2160
|
-
export { default as
|
|
2161
|
-
// Satellite aliases
|
|
2162
|
-
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2155
|
+
// Salad aliases
|
|
2156
|
+
export { default as SaladIcon } from '../icons/salad';
|
|
2163
2157
|
// Sandwich aliases
|
|
2164
2158
|
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2165
|
-
//
|
|
2166
|
-
export { default as
|
|
2159
|
+
// Satellite aliases
|
|
2160
|
+
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2161
|
+
// SatelliteDish aliases
|
|
2162
|
+
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2167
2163
|
// SaveAll aliases
|
|
2168
2164
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2165
|
+
// SaudiRiyal aliases
|
|
2166
|
+
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2169
2167
|
// SaveOff aliases
|
|
2170
2168
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2171
2169
|
// Save aliases
|
|
2172
2170
|
export { default as SaveIcon } from '../icons/save';
|
|
2173
2171
|
// Scaling aliases
|
|
2174
2172
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2175
|
-
// Scale aliases
|
|
2176
|
-
export { default as ScaleIcon } from '../icons/scale';
|
|
2177
2173
|
// ScanBarcode aliases
|
|
2178
2174
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2175
|
+
// Scale aliases
|
|
2176
|
+
export { default as ScaleIcon } from '../icons/scale';
|
|
2179
2177
|
// ScanEye aliases
|
|
2180
2178
|
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2181
|
-
//
|
|
2182
|
-
export { default as
|
|
2179
|
+
// ScanHeart aliases
|
|
2180
|
+
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2183
2181
|
// ScanLine aliases
|
|
2184
2182
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2183
|
+
// ScanFace aliases
|
|
2184
|
+
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2185
2185
|
// ScanQrCode aliases
|
|
2186
2186
|
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2187
|
-
// ScanHeart aliases
|
|
2188
|
-
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2189
|
-
// ScanText aliases
|
|
2190
|
-
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2191
2187
|
// ScanSearch aliases
|
|
2192
2188
|
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2193
2189
|
// Scan aliases
|
|
2194
2190
|
export { default as ScanIcon } from '../icons/scan';
|
|
2191
|
+
// ScanText aliases
|
|
2192
|
+
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2195
2193
|
// School aliases
|
|
2196
2194
|
export { default as SchoolIcon } from '../icons/school';
|
|
2197
2195
|
// Scissors aliases
|
|
@@ -2204,24 +2202,24 @@ export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
|
2204
2202
|
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2205
2203
|
// ScrollText aliases
|
|
2206
2204
|
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2205
|
+
// SearchCheck aliases
|
|
2206
|
+
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2207
2207
|
// Scroll aliases
|
|
2208
2208
|
export { default as ScrollIcon } from '../icons/scroll';
|
|
2209
2209
|
// SearchCode aliases
|
|
2210
2210
|
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2211
|
-
// SearchCheck aliases
|
|
2212
|
-
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2213
|
-
// SearchSlash aliases
|
|
2214
|
-
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2215
2211
|
// SearchX aliases
|
|
2216
2212
|
export { default as SearchXIcon } from '../icons/search-x';
|
|
2213
|
+
// SearchSlash aliases
|
|
2214
|
+
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2217
2215
|
// Search aliases
|
|
2218
2216
|
export { default as SearchIcon } from '../icons/search';
|
|
2219
2217
|
// Section aliases
|
|
2220
2218
|
export { default as SectionIcon } from '../icons/section';
|
|
2221
|
-
// SendToBack aliases
|
|
2222
|
-
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2223
2219
|
// Send aliases
|
|
2224
2220
|
export { default as SendIcon } from '../icons/send';
|
|
2221
|
+
// SendToBack aliases
|
|
2222
|
+
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2225
2223
|
// SeparatorHorizontal aliases
|
|
2226
2224
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2227
2225
|
// SeparatorVertical aliases
|
|
@@ -2234,64 +2232,64 @@ export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
|
2234
2232
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2235
2233
|
// Server aliases
|
|
2236
2234
|
export { default as ServerIcon } from '../icons/server';
|
|
2235
|
+
// Settings2 aliases
|
|
2236
|
+
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2237
2237
|
// Settings aliases
|
|
2238
2238
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2239
2239
|
// Shapes aliases
|
|
2240
2240
|
export { default as ShapesIcon } from '../icons/shapes';
|
|
2241
|
-
// Settings2 aliases
|
|
2242
|
-
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2243
2241
|
// Share2 aliases
|
|
2244
2242
|
export { default as Share2Icon } from '../icons/share-2';
|
|
2245
2243
|
// Share aliases
|
|
2246
2244
|
export { default as ShareIcon } from '../icons/share';
|
|
2247
2245
|
// Sheet aliases
|
|
2248
2246
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2247
|
+
// Shell aliases
|
|
2248
|
+
export { default as ShellIcon } from '../icons/shell';
|
|
2249
2249
|
// ShieldAlert aliases
|
|
2250
2250
|
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2251
2251
|
// ShieldBan aliases
|
|
2252
2252
|
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2253
|
-
// ShieldEllipsis aliases
|
|
2254
|
-
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2255
|
-
// Shell aliases
|
|
2256
|
-
export { default as ShellIcon } from '../icons/shell';
|
|
2257
2253
|
// ShieldCheck aliases
|
|
2258
2254
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2255
|
+
// ShieldEllipsis aliases
|
|
2256
|
+
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2259
2257
|
// ShieldHalf aliases
|
|
2260
2258
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2261
|
-
// ShieldOff aliases
|
|
2262
|
-
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2263
2259
|
// ShieldMinus aliases
|
|
2264
2260
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2265
|
-
//
|
|
2266
|
-
export { default as
|
|
2261
|
+
// ShieldOff aliases
|
|
2262
|
+
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2267
2263
|
// ShieldUser aliases
|
|
2268
2264
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2265
|
+
// ShieldPlus aliases
|
|
2266
|
+
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2269
2267
|
// Shield aliases
|
|
2270
2268
|
export { default as ShieldIcon } from '../icons/shield';
|
|
2271
2269
|
// ShipWheel aliases
|
|
2272
2270
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2273
|
-
// Shirt aliases
|
|
2274
|
-
export { default as ShirtIcon } from '../icons/shirt';
|
|
2275
2271
|
// Ship aliases
|
|
2276
2272
|
export { default as ShipIcon } from '../icons/ship';
|
|
2277
|
-
//
|
|
2278
|
-
export { default as
|
|
2279
|
-
// ShoppingCart aliases
|
|
2280
|
-
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2273
|
+
// Shirt aliases
|
|
2274
|
+
export { default as ShirtIcon } from '../icons/shirt';
|
|
2281
2275
|
// ShoppingBasket aliases
|
|
2282
2276
|
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2277
|
+
// ShoppingCart aliases
|
|
2278
|
+
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2279
|
+
// ShoppingBag aliases
|
|
2280
|
+
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2283
2281
|
// Shovel aliases
|
|
2284
2282
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2285
2283
|
// ShowerHead aliases
|
|
2286
2284
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2287
2285
|
// Shredder aliases
|
|
2288
2286
|
export { default as ShredderIcon } from '../icons/shredder';
|
|
2289
|
-
// Shrub aliases
|
|
2290
|
-
export { default as ShrubIcon } from '../icons/shrub';
|
|
2291
2287
|
// Shrimp aliases
|
|
2292
2288
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2293
2289
|
// Shrink aliases
|
|
2294
2290
|
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2291
|
+
// Shrub aliases
|
|
2292
|
+
export { default as ShrubIcon } from '../icons/shrub';
|
|
2295
2293
|
// Shuffle aliases
|
|
2296
2294
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2297
2295
|
// Sigma aliases
|
|
@@ -2300,46 +2298,46 @@ export { default as SigmaIcon } from '../icons/sigma';
|
|
|
2300
2298
|
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2301
2299
|
// SignalLow aliases
|
|
2302
2300
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2303
|
-
// SignalMedium aliases
|
|
2304
|
-
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2305
2301
|
// SignalZero aliases
|
|
2306
2302
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2307
|
-
//
|
|
2308
|
-
export { default as
|
|
2303
|
+
// SignalMedium aliases
|
|
2304
|
+
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2309
2305
|
// Signal aliases
|
|
2310
2306
|
export { default as SignalIcon } from '../icons/signal';
|
|
2307
|
+
// Signature aliases
|
|
2308
|
+
export { default as SignatureIcon } from '../icons/signature';
|
|
2311
2309
|
// SignpostBig aliases
|
|
2312
2310
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2313
|
-
// Signpost aliases
|
|
2314
|
-
export { default as SignpostIcon } from '../icons/signpost';
|
|
2315
2311
|
// Siren aliases
|
|
2316
2312
|
export { default as SirenIcon } from '../icons/siren';
|
|
2313
|
+
// Signpost aliases
|
|
2314
|
+
export { default as SignpostIcon } from '../icons/signpost';
|
|
2317
2315
|
// SkipBack aliases
|
|
2318
2316
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2317
|
+
// SkipForward aliases
|
|
2318
|
+
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2319
2319
|
// Skull aliases
|
|
2320
2320
|
export { default as SkullIcon } from '../icons/skull';
|
|
2321
2321
|
// Slack aliases
|
|
2322
2322
|
export { default as SlackIcon } from '../icons/slack';
|
|
2323
2323
|
// Slash aliases
|
|
2324
2324
|
export { default as SlashIcon } from '../icons/slash';
|
|
2325
|
-
// SkipForward aliases
|
|
2326
|
-
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2327
2325
|
// Slice aliases
|
|
2328
2326
|
export { default as SliceIcon } from '../icons/slice';
|
|
2329
2327
|
// SlidersHorizontal aliases
|
|
2330
2328
|
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2331
|
-
// Smartphone aliases
|
|
2332
|
-
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2333
2329
|
// SmartphoneCharging aliases
|
|
2334
2330
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2335
2331
|
// SmartphoneNfc aliases
|
|
2336
2332
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2333
|
+
// Smartphone aliases
|
|
2334
|
+
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2337
2335
|
// SmilePlus aliases
|
|
2338
2336
|
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2339
|
-
// Snail aliases
|
|
2340
|
-
export { default as SnailIcon } from '../icons/snail';
|
|
2341
2337
|
// Smile aliases
|
|
2342
2338
|
export { default as SmileIcon } from '../icons/smile';
|
|
2339
|
+
// Snail aliases
|
|
2340
|
+
export { default as SnailIcon } from '../icons/snail';
|
|
2343
2341
|
// Snowflake aliases
|
|
2344
2342
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2345
2343
|
// SoapDispenserDroplet aliases
|
|
@@ -2352,44 +2350,48 @@ export { default as SoupIcon } from '../icons/soup';
|
|
|
2352
2350
|
export { default as SpaceIcon } from '../icons/space';
|
|
2353
2351
|
// Spade aliases
|
|
2354
2352
|
export { default as SpadeIcon } from '../icons/spade';
|
|
2355
|
-
// Speaker aliases
|
|
2356
|
-
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2357
2353
|
// Sparkle aliases
|
|
2358
2354
|
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2355
|
+
// Speaker aliases
|
|
2356
|
+
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2359
2357
|
// Speech aliases
|
|
2360
2358
|
export { default as SpeechIcon } from '../icons/speech';
|
|
2361
2359
|
// SpellCheck2 aliases
|
|
2362
2360
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2363
2361
|
// SpellCheck aliases
|
|
2364
2362
|
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2365
|
-
// SplinePointer aliases
|
|
2366
|
-
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2367
2363
|
// Spline aliases
|
|
2368
2364
|
export { default as SplineIcon } from '../icons/spline';
|
|
2365
|
+
// SplinePointer aliases
|
|
2366
|
+
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2369
2367
|
// Split aliases
|
|
2370
2368
|
export { default as SplitIcon } from '../icons/split';
|
|
2371
2369
|
// Spool aliases
|
|
2372
2370
|
export { default as SpoolIcon } from '../icons/spool';
|
|
2373
2371
|
// Spotlight aliases
|
|
2374
2372
|
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2375
|
-
// SprayCan aliases
|
|
2376
|
-
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2377
2373
|
// Sprout aliases
|
|
2378
2374
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2375
|
+
// SprayCan aliases
|
|
2376
|
+
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2379
2377
|
// SquareDashedBottomCode aliases
|
|
2380
2378
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2381
2379
|
// SquareDashedBottom aliases
|
|
2382
2380
|
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2383
2381
|
// SquareDashedTopSolid aliases
|
|
2384
2382
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2383
|
+
// SquarePause aliases
|
|
2384
|
+
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2385
2385
|
// SquareRadical aliases
|
|
2386
2386
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2387
2387
|
// SquareRoundCorner aliases
|
|
2388
2388
|
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2389
|
-
// SquareStack aliases
|
|
2390
|
-
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2391
2389
|
// SquareSquare aliases
|
|
2392
2390
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2391
|
+
// SquareStack aliases
|
|
2392
|
+
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2393
|
+
// SquareStop aliases
|
|
2394
|
+
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2393
2395
|
// Square aliases
|
|
2394
2396
|
export { default as SquareIcon } from '../icons/square';
|
|
2395
2397
|
// SquaresExclude aliases
|
|
@@ -2402,14 +2404,14 @@ export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
|
2402
2404
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2403
2405
|
// SquircleDashed aliases
|
|
2404
2406
|
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2405
|
-
// Squircle aliases
|
|
2406
|
-
export { default as SquircleIcon } from '../icons/squircle';
|
|
2407
2407
|
// Squirrel aliases
|
|
2408
2408
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2409
|
-
//
|
|
2410
|
-
export { default as
|
|
2409
|
+
// Squircle aliases
|
|
2410
|
+
export { default as SquircleIcon } from '../icons/squircle';
|
|
2411
2411
|
// Stamp aliases
|
|
2412
2412
|
export { default as StampIcon } from '../icons/stamp';
|
|
2413
|
+
// StarHalf aliases
|
|
2414
|
+
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2413
2415
|
// StarOff aliases
|
|
2414
2416
|
export { default as StarOffIcon } from '../icons/star-off';
|
|
2415
2417
|
// Star aliases
|
|
@@ -2420,98 +2422,98 @@ export { default as StepBackIcon } from '../icons/step-back';
|
|
|
2420
2422
|
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2421
2423
|
// Stethoscope aliases
|
|
2422
2424
|
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2425
|
+
// StickyNote aliases
|
|
2426
|
+
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2427
|
+
// StretchHorizontal aliases
|
|
2428
|
+
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2423
2429
|
// Sticker aliases
|
|
2424
2430
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2425
2431
|
// Store aliases
|
|
2426
2432
|
export { default as StoreIcon } from '../icons/store';
|
|
2427
2433
|
// StretchVertical aliases
|
|
2428
2434
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2429
|
-
// StickyNote aliases
|
|
2430
|
-
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2431
|
-
// StretchHorizontal aliases
|
|
2432
|
-
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2433
|
-
// Strikethrough aliases
|
|
2434
|
-
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2435
2435
|
// Subscript aliases
|
|
2436
2436
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2437
|
-
//
|
|
2438
|
-
export { default as
|
|
2437
|
+
// Strikethrough aliases
|
|
2438
|
+
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2439
2439
|
// SunMedium aliases
|
|
2440
2440
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2441
|
-
//
|
|
2442
|
-
export { default as
|
|
2441
|
+
// SunDim aliases
|
|
2442
|
+
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2443
2443
|
// SunMoon aliases
|
|
2444
2444
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2445
2445
|
// SunSnow aliases
|
|
2446
2446
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2447
|
-
//
|
|
2448
|
-
export { default as
|
|
2447
|
+
// Sun aliases
|
|
2448
|
+
export { default as SunIcon } from '../icons/sun';
|
|
2449
2449
|
// Sunset aliases
|
|
2450
2450
|
export { default as SunsetIcon } from '../icons/sunset';
|
|
2451
|
-
//
|
|
2452
|
-
export { default as
|
|
2451
|
+
// Sunrise aliases
|
|
2452
|
+
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2453
2453
|
// SwatchBook aliases
|
|
2454
2454
|
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2455
|
+
// Superscript aliases
|
|
2456
|
+
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2455
2457
|
// SwissFranc aliases
|
|
2456
2458
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2457
2459
|
// SwitchCamera aliases
|
|
2458
2460
|
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2459
2461
|
// Sword aliases
|
|
2460
2462
|
export { default as SwordIcon } from '../icons/sword';
|
|
2461
|
-
// Swords aliases
|
|
2462
|
-
export { default as SwordsIcon } from '../icons/swords';
|
|
2463
2463
|
// Syringe aliases
|
|
2464
2464
|
export { default as SyringeIcon } from '../icons/syringe';
|
|
2465
|
-
//
|
|
2466
|
-
export { default as
|
|
2465
|
+
// Swords aliases
|
|
2466
|
+
export { default as SwordsIcon } from '../icons/swords';
|
|
2467
2467
|
// TableCellsMerge aliases
|
|
2468
2468
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2469
|
-
// TableColumnsSplit aliases
|
|
2470
|
-
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2471
2469
|
// TableCellsSplit aliases
|
|
2472
2470
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2471
|
+
// Table2 aliases
|
|
2472
|
+
export { default as Table2Icon } from '../icons/table-2';
|
|
2473
2473
|
// TableOfContents aliases
|
|
2474
2474
|
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2475
|
-
//
|
|
2476
|
-
export { default as
|
|
2475
|
+
// TableColumnsSplit aliases
|
|
2476
|
+
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2477
2477
|
// TableProperties aliases
|
|
2478
2478
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2479
|
+
// TableRowsSplit aliases
|
|
2480
|
+
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2479
2481
|
// Table aliases
|
|
2480
2482
|
export { default as TableIcon } from '../icons/table';
|
|
2481
|
-
// Tablet aliases
|
|
2482
|
-
export { default as TabletIcon } from '../icons/tablet';
|
|
2483
|
-
// Tablets aliases
|
|
2484
|
-
export { default as TabletsIcon } from '../icons/tablets';
|
|
2485
2483
|
// TabletSmartphone aliases
|
|
2486
2484
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2487
|
-
//
|
|
2488
|
-
export { default as
|
|
2485
|
+
// Tablets aliases
|
|
2486
|
+
export { default as TabletsIcon } from '../icons/tablets';
|
|
2487
|
+
// Tablet aliases
|
|
2488
|
+
export { default as TabletIcon } from '../icons/tablet';
|
|
2489
2489
|
// Tag aliases
|
|
2490
2490
|
export { default as TagIcon } from '../icons/tag';
|
|
2491
|
+
// Tags aliases
|
|
2492
|
+
export { default as TagsIcon } from '../icons/tags';
|
|
2491
2493
|
// Tally1 aliases
|
|
2492
2494
|
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2493
2495
|
// Tally2 aliases
|
|
2494
2496
|
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2495
2497
|
// Tally3 aliases
|
|
2496
2498
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2497
|
-
// Tally5 aliases
|
|
2498
|
-
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2499
2499
|
// Tally4 aliases
|
|
2500
2500
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2501
2501
|
// Tangent aliases
|
|
2502
2502
|
export { default as TangentIcon } from '../icons/tangent';
|
|
2503
2503
|
// Target aliases
|
|
2504
2504
|
export { default as TargetIcon } from '../icons/target';
|
|
2505
|
+
// Tally5 aliases
|
|
2506
|
+
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2505
2507
|
// Telescope aliases
|
|
2506
2508
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2507
2509
|
// TentTree aliases
|
|
2508
2510
|
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2509
2511
|
// Tent aliases
|
|
2510
2512
|
export { default as TentIcon } from '../icons/tent';
|
|
2511
|
-
// Terminal aliases
|
|
2512
|
-
export { default as TerminalIcon } from '../icons/terminal';
|
|
2513
2513
|
// TestTube aliases
|
|
2514
2514
|
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2515
|
+
// Terminal aliases
|
|
2516
|
+
export { default as TerminalIcon } from '../icons/terminal';
|
|
2515
2517
|
// TestTubes aliases
|
|
2516
2518
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2517
2519
|
// TextCursorInput aliases
|
|
@@ -2522,40 +2524,40 @@ export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
|
2522
2524
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2523
2525
|
// TextSearch aliases
|
|
2524
2526
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2525
|
-
// Text aliases
|
|
2526
|
-
export { default as TextIcon } from '../icons/text';
|
|
2527
2527
|
// Theater aliases
|
|
2528
2528
|
export { default as TheaterIcon } from '../icons/theater';
|
|
2529
|
+
// Text aliases
|
|
2530
|
+
export { default as TextIcon } from '../icons/text';
|
|
2529
2531
|
// ThermometerSnowflake aliases
|
|
2530
2532
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2531
|
-
// ThermometerSun aliases
|
|
2532
|
-
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2533
2533
|
// Thermometer aliases
|
|
2534
2534
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2535
2535
|
// ThumbsDown aliases
|
|
2536
2536
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2537
|
-
//
|
|
2538
|
-
export { default as
|
|
2537
|
+
// ThermometerSun aliases
|
|
2538
|
+
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2539
2539
|
// TicketCheck aliases
|
|
2540
2540
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2541
|
+
// ThumbsUp aliases
|
|
2542
|
+
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2541
2543
|
// TicketMinus aliases
|
|
2542
2544
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2543
2545
|
// TicketPercent aliases
|
|
2544
2546
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2545
2547
|
// TicketPlus aliases
|
|
2546
2548
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2549
|
+
// TicketSlash aliases
|
|
2550
|
+
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2547
2551
|
// TicketX aliases
|
|
2548
2552
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2549
2553
|
// Ticket aliases
|
|
2550
2554
|
export { default as TicketIcon } from '../icons/ticket';
|
|
2551
|
-
// TicketSlash aliases
|
|
2552
|
-
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2553
2555
|
// TicketsPlane aliases
|
|
2554
2556
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2555
|
-
// TimerOff aliases
|
|
2556
|
-
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2557
2557
|
// Tickets aliases
|
|
2558
2558
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2559
|
+
// TimerOff aliases
|
|
2560
|
+
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2559
2561
|
// TimerReset aliases
|
|
2560
2562
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2561
2563
|
// Timer aliases
|
|
@@ -2568,42 +2570,42 @@ export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
|
2568
2570
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2569
2571
|
// ToolCase aliases
|
|
2570
2572
|
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2571
|
-
// Tornado aliases
|
|
2572
|
-
export { default as TornadoIcon } from '../icons/tornado';
|
|
2573
2573
|
// Torus aliases
|
|
2574
2574
|
export { default as TorusIcon } from '../icons/torus';
|
|
2575
2575
|
// TouchpadOff aliases
|
|
2576
2576
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2577
|
+
// Tornado aliases
|
|
2578
|
+
export { default as TornadoIcon } from '../icons/tornado';
|
|
2577
2579
|
// Touchpad aliases
|
|
2578
2580
|
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2579
2581
|
// TowerControl aliases
|
|
2580
2582
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2581
|
-
// ToyBrick aliases
|
|
2582
|
-
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2583
2583
|
// Tractor aliases
|
|
2584
2584
|
export { default as TractorIcon } from '../icons/tractor';
|
|
2585
|
+
// ToyBrick aliases
|
|
2586
|
+
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2585
2587
|
// TrafficCone aliases
|
|
2586
2588
|
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2587
|
-
// TrainFrontTunnel aliases
|
|
2588
|
-
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2589
2589
|
// TrainFront aliases
|
|
2590
2590
|
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2591
|
-
//
|
|
2592
|
-
export { default as
|
|
2591
|
+
// TrainFrontTunnel aliases
|
|
2592
|
+
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2593
2593
|
// Transgender aliases
|
|
2594
2594
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2595
|
-
//
|
|
2596
|
-
export { default as
|
|
2595
|
+
// TrainTrack aliases
|
|
2596
|
+
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2597
2597
|
// Trash aliases
|
|
2598
2598
|
export { default as TrashIcon } from '../icons/trash';
|
|
2599
|
-
//
|
|
2600
|
-
export { default as
|
|
2599
|
+
// Trash2 aliases
|
|
2600
|
+
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2601
|
+
// TreePine aliases
|
|
2602
|
+
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2601
2603
|
// Trees aliases
|
|
2602
2604
|
export { default as TreesIcon } from '../icons/trees';
|
|
2605
|
+
// TreeDeciduous aliases
|
|
2606
|
+
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2603
2607
|
// Trello aliases
|
|
2604
2608
|
export { default as TrelloIcon } from '../icons/trello';
|
|
2605
|
-
// TreePine aliases
|
|
2606
|
-
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2607
2609
|
// TrendingDown aliases
|
|
2608
2610
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2609
2611
|
// TrendingUpDown aliases
|
|
@@ -2614,22 +2616,22 @@ export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
|
2614
2616
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2615
2617
|
// TriangleRight aliases
|
|
2616
2618
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2617
|
-
// Trophy aliases
|
|
2618
|
-
export { default as TrophyIcon } from '../icons/trophy';
|
|
2619
2619
|
// Triangle aliases
|
|
2620
2620
|
export { default as TriangleIcon } from '../icons/triangle';
|
|
2621
|
+
// Trophy aliases
|
|
2622
|
+
export { default as TrophyIcon } from '../icons/trophy';
|
|
2621
2623
|
// Truck aliases
|
|
2622
2624
|
export { default as TruckIcon } from '../icons/truck';
|
|
2623
|
-
// TurkishLira aliases
|
|
2624
|
-
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2625
2625
|
// TruckElectric aliases
|
|
2626
2626
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2627
|
-
// Tv aliases
|
|
2628
|
-
export { default as TvIcon } from '../icons/tv';
|
|
2629
|
-
// TvMinimalPlay aliases
|
|
2630
|
-
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2631
2627
|
// Turtle aliases
|
|
2632
2628
|
export { default as TurtleIcon } from '../icons/turtle';
|
|
2629
|
+
// TurkishLira aliases
|
|
2630
|
+
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2631
|
+
// TvMinimalPlay aliases
|
|
2632
|
+
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2633
|
+
// Tv aliases
|
|
2634
|
+
export { default as TvIcon } from '../icons/tv';
|
|
2633
2635
|
// Twitch aliases
|
|
2634
2636
|
export { default as TwitchIcon } from '../icons/twitch';
|
|
2635
2637
|
// Twitter aliases
|
|
@@ -2640,48 +2642,48 @@ export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
|
2640
2642
|
export { default as TypeIcon } from '../icons/type';
|
|
2641
2643
|
// UmbrellaOff aliases
|
|
2642
2644
|
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2643
|
-
// Underline aliases
|
|
2644
|
-
export { default as UnderlineIcon } from '../icons/underline';
|
|
2645
2645
|
// Umbrella aliases
|
|
2646
2646
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2647
|
-
// UndoDot aliases
|
|
2648
|
-
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2649
2647
|
// Undo2 aliases
|
|
2650
2648
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2649
|
+
// Underline aliases
|
|
2650
|
+
export { default as UnderlineIcon } from '../icons/underline';
|
|
2651
2651
|
// Undo aliases
|
|
2652
2652
|
export { default as UndoIcon } from '../icons/undo';
|
|
2653
|
+
// UndoDot aliases
|
|
2654
|
+
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2653
2655
|
// UnfoldHorizontal aliases
|
|
2654
2656
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2655
2657
|
// UnfoldVertical aliases
|
|
2656
2658
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2657
2659
|
// Ungroup aliases
|
|
2658
2660
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2659
|
-
// Unlink aliases
|
|
2660
|
-
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2661
2661
|
// Unlink2 aliases
|
|
2662
2662
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2663
2663
|
// Unplug aliases
|
|
2664
2664
|
export { default as UnplugIcon } from '../icons/unplug';
|
|
2665
2665
|
// Upload aliases
|
|
2666
2666
|
export { default as UploadIcon } from '../icons/upload';
|
|
2667
|
+
// Unlink aliases
|
|
2668
|
+
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2667
2669
|
// UserCheck aliases
|
|
2668
2670
|
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2669
2671
|
// Usb aliases
|
|
2670
2672
|
export { default as UsbIcon } from '../icons/usb';
|
|
2671
2673
|
// UserCog aliases
|
|
2672
2674
|
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2673
|
-
// UserMinus aliases
|
|
2674
|
-
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2675
2675
|
// UserLock aliases
|
|
2676
2676
|
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2677
|
+
// UserMinus aliases
|
|
2678
|
+
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2677
2679
|
// UserPen aliases
|
|
2678
2680
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2679
2681
|
// UserPlus aliases
|
|
2680
2682
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2681
|
-
// UserRoundPen aliases
|
|
2682
|
-
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2683
2683
|
// UserRoundSearch aliases
|
|
2684
2684
|
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2685
|
+
// UserRoundPen aliases
|
|
2686
|
+
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2685
2687
|
// UserSearch aliases
|
|
2686
2688
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2687
2689
|
// UserX aliases
|
|
@@ -2690,10 +2692,10 @@ export { default as UserXIcon } from '../icons/user-x';
|
|
|
2690
2692
|
export { default as UserIcon } from '../icons/user';
|
|
2691
2693
|
// Users aliases
|
|
2692
2694
|
export { default as UsersIcon } from '../icons/users';
|
|
2693
|
-
// UtilityPole aliases
|
|
2694
|
-
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2695
2695
|
// Variable aliases
|
|
2696
2696
|
export { default as VariableIcon } from '../icons/variable';
|
|
2697
|
+
// UtilityPole aliases
|
|
2698
|
+
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2697
2699
|
// Vault aliases
|
|
2698
2700
|
export { default as VaultIcon } from '../icons/vault';
|
|
2699
2701
|
// VectorSquare aliases
|
|
@@ -2702,116 +2704,116 @@ export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
|
2702
2704
|
export { default as VeganIcon } from '../icons/vegan';
|
|
2703
2705
|
// VenetianMask aliases
|
|
2704
2706
|
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2707
|
+
// VenusAndMars aliases
|
|
2708
|
+
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2705
2709
|
// Venus aliases
|
|
2706
2710
|
export { default as VenusIcon } from '../icons/venus';
|
|
2707
2711
|
// VibrateOff aliases
|
|
2708
2712
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2709
|
-
// Vibrate aliases
|
|
2710
|
-
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2711
|
-
// VenusAndMars aliases
|
|
2712
|
-
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2713
2713
|
// VideoOff aliases
|
|
2714
2714
|
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2715
|
-
//
|
|
2716
|
-
export { default as
|
|
2717
|
-
// View aliases
|
|
2718
|
-
export { default as ViewIcon } from '../icons/view';
|
|
2715
|
+
// Vibrate aliases
|
|
2716
|
+
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2719
2717
|
// Video aliases
|
|
2720
2718
|
export { default as VideoIcon } from '../icons/video';
|
|
2719
|
+
// View aliases
|
|
2720
|
+
export { default as ViewIcon } from '../icons/view';
|
|
2721
2721
|
// Voicemail aliases
|
|
2722
2722
|
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2723
|
-
//
|
|
2724
|
-
export { default as
|
|
2723
|
+
// Videotape aliases
|
|
2724
|
+
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2725
2725
|
// Volleyball aliases
|
|
2726
2726
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2727
|
-
//
|
|
2728
|
-
export { default as
|
|
2729
|
-
// VolumeX aliases
|
|
2730
|
-
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2727
|
+
// Volume1 aliases
|
|
2728
|
+
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2731
2729
|
// Volume2 aliases
|
|
2732
2730
|
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2731
|
+
// VolumeOff aliases
|
|
2732
|
+
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2733
2733
|
// Volume aliases
|
|
2734
2734
|
export { default as VolumeIcon } from '../icons/volume';
|
|
2735
|
+
// VolumeX aliases
|
|
2736
|
+
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2735
2737
|
// Vote aliases
|
|
2736
2738
|
export { default as VoteIcon } from '../icons/vote';
|
|
2737
2739
|
// Wallet aliases
|
|
2738
2740
|
export { default as WalletIcon } from '../icons/wallet';
|
|
2739
2741
|
// WalletCards aliases
|
|
2740
2742
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2741
|
-
// Wallpaper aliases
|
|
2742
|
-
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2743
2743
|
// Wand aliases
|
|
2744
2744
|
export { default as WandIcon } from '../icons/wand';
|
|
2745
|
+
// Wallpaper aliases
|
|
2746
|
+
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2745
2747
|
// Warehouse aliases
|
|
2746
2748
|
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2749
|
+
// WashingMachine aliases
|
|
2750
|
+
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2747
2751
|
// Watch aliases
|
|
2748
2752
|
export { default as WatchIcon } from '../icons/watch';
|
|
2749
2753
|
// WavesLadder aliases
|
|
2750
2754
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2751
|
-
// WashingMachine aliases
|
|
2752
|
-
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2753
2755
|
// Waves aliases
|
|
2754
2756
|
export { default as WavesIcon } from '../icons/waves';
|
|
2755
|
-
// Webcam aliases
|
|
2756
|
-
export { default as WebcamIcon } from '../icons/webcam';
|
|
2757
2757
|
// Waypoints aliases
|
|
2758
2758
|
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2759
|
+
// Webcam aliases
|
|
2760
|
+
export { default as WebcamIcon } from '../icons/webcam';
|
|
2759
2761
|
// WebhookOff aliases
|
|
2760
2762
|
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2761
|
-
// Weight aliases
|
|
2762
|
-
export { default as WeightIcon } from '../icons/weight';
|
|
2763
2763
|
// Webhook aliases
|
|
2764
2764
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2765
2765
|
// WheatOff aliases
|
|
2766
2766
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2767
|
-
//
|
|
2768
|
-
export { default as
|
|
2767
|
+
// Weight aliases
|
|
2768
|
+
export { default as WeightIcon } from '../icons/weight';
|
|
2769
2769
|
// Wheat aliases
|
|
2770
2770
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2771
|
-
//
|
|
2772
|
-
export { default as
|
|
2771
|
+
// WholeWord aliases
|
|
2772
|
+
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2773
2773
|
// WifiCog aliases
|
|
2774
2774
|
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2775
|
+
// WifiHigh aliases
|
|
2776
|
+
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2777
|
+
// WifiOff aliases
|
|
2778
|
+
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2775
2779
|
// WifiLow aliases
|
|
2776
2780
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2777
2781
|
// WifiPen aliases
|
|
2778
2782
|
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2779
|
-
// WifiOff aliases
|
|
2780
|
-
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2781
2783
|
// WifiSync aliases
|
|
2782
2784
|
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2785
|
+
// WindArrowDown aliases
|
|
2786
|
+
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2783
2787
|
// WifiZero aliases
|
|
2784
2788
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2785
2789
|
// Wifi aliases
|
|
2786
2790
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2787
2791
|
// Wind aliases
|
|
2788
2792
|
export { default as WindIcon } from '../icons/wind';
|
|
2789
|
-
// WineOff aliases
|
|
2790
|
-
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2791
|
-
// WindArrowDown aliases
|
|
2792
|
-
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2793
2793
|
// Wine aliases
|
|
2794
2794
|
export { default as WineIcon } from '../icons/wine';
|
|
2795
|
+
// WineOff aliases
|
|
2796
|
+
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2795
2797
|
// Workflow aliases
|
|
2796
2798
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2799
|
+
// Wrench aliases
|
|
2800
|
+
export { default as WrenchIcon } from '../icons/wrench';
|
|
2797
2801
|
// Worm aliases
|
|
2798
2802
|
export { default as WormIcon } from '../icons/worm';
|
|
2799
2803
|
// WrapText aliases
|
|
2800
2804
|
export { default as WrapTextIcon } from '../icons/wrap-text';
|
|
2801
2805
|
// X aliases
|
|
2802
2806
|
export { default as XIcon } from '../icons/x';
|
|
2803
|
-
// Wrench aliases
|
|
2804
|
-
export { default as WrenchIcon } from '../icons/wrench';
|
|
2805
2807
|
// Youtube aliases
|
|
2806
2808
|
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2807
2809
|
// ZapOff aliases
|
|
2808
2810
|
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2809
2811
|
// Zap aliases
|
|
2810
2812
|
export { default as ZapIcon } from '../icons/zap';
|
|
2811
|
-
// ZoomOut aliases
|
|
2812
|
-
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2813
2813
|
// ZoomIn aliases
|
|
2814
2814
|
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2815
|
+
// ZoomOut aliases
|
|
2816
|
+
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2815
2817
|
// ArrowDown01 aliases
|
|
2816
2818
|
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
2817
2819
|
// ArrowDown10 aliases
|
|
@@ -2823,12 +2825,12 @@ export { default as ArrowUp10Icon } from '../icons/arrow-up-1-0';
|
|
|
2823
2825
|
// AlarmClockCheck aliases
|
|
2824
2826
|
export { default as AlarmClockCheckIcon } from '../icons/alarm-clock-check';
|
|
2825
2827
|
export { default as AlarmCheckIcon } from '../icons/alarm-clock-check';
|
|
2826
|
-
// AlarmClockPlus aliases
|
|
2827
|
-
export { default as AlarmClockPlusIcon } from '../icons/alarm-clock-plus';
|
|
2828
|
-
export { default as AlarmPlusIcon } from '../icons/alarm-clock-plus';
|
|
2829
2828
|
// AlarmClockMinus aliases
|
|
2830
2829
|
export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
|
|
2831
2830
|
export { default as AlarmMinusIcon } from '../icons/alarm-clock-minus';
|
|
2831
|
+
// AlarmClockPlus aliases
|
|
2832
|
+
export { default as AlarmClockPlusIcon } from '../icons/alarm-clock-plus';
|
|
2833
|
+
export { default as AlarmPlusIcon } from '../icons/alarm-clock-plus';
|
|
2832
2834
|
// ArrowDownAZ aliases
|
|
2833
2835
|
export { default as ArrowDownAZIcon } from '../icons/arrow-down-a-z';
|
|
2834
2836
|
export { default as ArrowDownAzIcon } from '../icons/arrow-down-a-z';
|
|
@@ -2838,21 +2840,24 @@ export { default as SortDescIcon } from '../icons/arrow-down-wide-narrow';
|
|
|
2838
2840
|
// ArrowDownZA aliases
|
|
2839
2841
|
export { default as ArrowDownZAIcon } from '../icons/arrow-down-z-a';
|
|
2840
2842
|
export { default as ArrowDownZaIcon } from '../icons/arrow-down-z-a';
|
|
2841
|
-
// ArrowUpAZ aliases
|
|
2842
|
-
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
2843
|
-
export { default as ArrowUpAzIcon } from '../icons/arrow-up-a-z';
|
|
2844
2843
|
// ArrowUpNarrowWide aliases
|
|
2845
2844
|
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
2846
2845
|
export { default as SortAscIcon } from '../icons/arrow-up-narrow-wide';
|
|
2847
2846
|
// ArrowUpZA aliases
|
|
2848
2847
|
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2849
2848
|
export { default as ArrowUpZaIcon } from '../icons/arrow-up-z-a';
|
|
2849
|
+
// ArrowUpAZ aliases
|
|
2850
|
+
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
2851
|
+
export { default as ArrowUpAzIcon } from '../icons/arrow-up-a-z';
|
|
2850
2852
|
// Axis3d aliases
|
|
2851
2853
|
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2852
2854
|
export { default as Axis3DIcon } from '../icons/axis-3d';
|
|
2853
2855
|
// BadgeCheck aliases
|
|
2854
2856
|
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2855
2857
|
export { default as VerifiedIcon } from '../icons/badge-check';
|
|
2858
|
+
// BadgeQuestionMark aliases
|
|
2859
|
+
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
2860
|
+
export { default as BadgeHelpIcon } from '../icons/badge-question-mark';
|
|
2856
2861
|
// BetweenHorizontalEnd aliases
|
|
2857
2862
|
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
2858
2863
|
export {
|
|
@@ -2865,9 +2870,6 @@ export {
|
|
|
2865
2870
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
2866
2871
|
default as BetweenHorizonalStartIcon
|
|
2867
2872
|
} from '../icons/between-horizontal-start';
|
|
2868
|
-
// BadgeQuestionMark aliases
|
|
2869
|
-
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
2870
|
-
export { default as BadgeHelpIcon } from '../icons/badge-question-mark';
|
|
2871
2873
|
// BookDashed aliases
|
|
2872
2874
|
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2873
2875
|
export { default as BookTemplateIcon } from '../icons/book-dashed';
|
|
@@ -2889,6 +2891,12 @@ export {
|
|
|
2889
2891
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. This alias will be removed in v1.0 */
|
|
2890
2892
|
default as BarChartHorizontalBigIcon
|
|
2891
2893
|
} from '../icons/chart-bar-big';
|
|
2894
|
+
// ChartBar aliases
|
|
2895
|
+
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
2896
|
+
export {
|
|
2897
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. This alias will be removed in v1.0 */
|
|
2898
|
+
default as BarChartHorizontalIcon
|
|
2899
|
+
} from '../icons/chart-bar';
|
|
2892
2900
|
// ChartCandlestick aliases
|
|
2893
2901
|
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
2894
2902
|
export {
|
|
@@ -2901,12 +2909,6 @@ export {
|
|
|
2901
2909
|
/** @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 */
|
|
2902
2910
|
default as BarChartBigIcon
|
|
2903
2911
|
} from '../icons/chart-column-big';
|
|
2904
|
-
// ChartBar aliases
|
|
2905
|
-
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
2906
|
-
export {
|
|
2907
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. This alias will be removed in v1.0 */
|
|
2908
|
-
default as BarChartHorizontalIcon
|
|
2909
|
-
} from '../icons/chart-bar';
|
|
2910
2912
|
// ChartColumnIncreasing aliases
|
|
2911
2913
|
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
2912
2914
|
export {
|
|
@@ -2931,51 +2933,51 @@ export {
|
|
|
2931
2933
|
/** @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 */
|
|
2932
2934
|
default as BarChartIcon
|
|
2933
2935
|
} from '../icons/chart-no-axes-column-increasing';
|
|
2934
|
-
//
|
|
2935
|
-
export { default as
|
|
2936
|
+
// ChartNoAxesGantt aliases
|
|
2937
|
+
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
2936
2938
|
export {
|
|
2937
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
2938
|
-
default as
|
|
2939
|
-
} from '../icons/chart-
|
|
2939
|
+
/** @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 */
|
|
2940
|
+
default as GanttChartIcon
|
|
2941
|
+
} from '../icons/chart-no-axes-gantt';
|
|
2940
2942
|
// ChartNoAxesColumn aliases
|
|
2941
2943
|
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
2942
2944
|
export {
|
|
2943
2945
|
/** @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 */
|
|
2944
2946
|
default as BarChart2Icon
|
|
2945
2947
|
} from '../icons/chart-no-axes-column';
|
|
2946
|
-
//
|
|
2947
|
-
export { default as
|
|
2948
|
+
// ChartPie aliases
|
|
2949
|
+
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
2948
2950
|
export {
|
|
2949
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
2950
|
-
default as
|
|
2951
|
-
} from '../icons/chart-
|
|
2952
|
-
// CircleAlert aliases
|
|
2953
|
-
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
2954
|
-
export { default as AlertCircleIcon } from '../icons/circle-alert';
|
|
2955
|
-
// CircleArrowDown aliases
|
|
2956
|
-
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
2957
|
-
export { default as ArrowDownCircleIcon } from '../icons/circle-arrow-down';
|
|
2958
|
-
// CircleArrowOutDownLeft aliases
|
|
2959
|
-
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
2960
|
-
export { default as ArrowDownLeftFromCircleIcon } from '../icons/circle-arrow-out-down-left';
|
|
2951
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. This alias will be removed in v1.0 */
|
|
2952
|
+
default as PieChartIcon
|
|
2953
|
+
} from '../icons/chart-pie';
|
|
2961
2954
|
// ChartScatter aliases
|
|
2962
2955
|
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
2963
2956
|
export {
|
|
2964
2957
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. This alias will be removed in v1.0 */
|
|
2965
2958
|
default as ScatterChartIcon
|
|
2966
2959
|
} from '../icons/chart-scatter';
|
|
2960
|
+
// CircleAlert aliases
|
|
2961
|
+
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
2962
|
+
export { default as AlertCircleIcon } from '../icons/circle-alert';
|
|
2963
|
+
// CircleArrowDown aliases
|
|
2964
|
+
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
2965
|
+
export { default as ArrowDownCircleIcon } from '../icons/circle-arrow-down';
|
|
2967
2966
|
// CircleArrowLeft aliases
|
|
2968
2967
|
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
2969
2968
|
export { default as ArrowLeftCircleIcon } from '../icons/circle-arrow-left';
|
|
2969
|
+
// CircleArrowOutDownLeft aliases
|
|
2970
|
+
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
2971
|
+
export { default as ArrowDownLeftFromCircleIcon } from '../icons/circle-arrow-out-down-left';
|
|
2970
2972
|
// CircleArrowOutDownRight aliases
|
|
2971
2973
|
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
2972
2974
|
export { default as ArrowDownRightFromCircleIcon } from '../icons/circle-arrow-out-down-right';
|
|
2973
|
-
// CircleArrowOutUpRight aliases
|
|
2974
|
-
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
2975
|
-
export { default as ArrowUpRightFromCircleIcon } from '../icons/circle-arrow-out-up-right';
|
|
2976
2975
|
// CircleArrowOutUpLeft aliases
|
|
2977
2976
|
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
2978
2977
|
export { default as ArrowUpLeftFromCircleIcon } from '../icons/circle-arrow-out-up-left';
|
|
2978
|
+
// CircleArrowOutUpRight aliases
|
|
2979
|
+
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
2980
|
+
export { default as ArrowUpRightFromCircleIcon } from '../icons/circle-arrow-out-up-right';
|
|
2979
2981
|
// CircleArrowRight aliases
|
|
2980
2982
|
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
2981
2983
|
export { default as ArrowRightCircleIcon } from '../icons/circle-arrow-right';
|
|
@@ -2985,15 +2987,15 @@ export { default as ArrowUpCircleIcon } from '../icons/circle-arrow-up';
|
|
|
2985
2987
|
// CircleCheckBig aliases
|
|
2986
2988
|
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
2987
2989
|
export { default as CheckCircleIcon } from '../icons/circle-check-big';
|
|
2990
|
+
// CircleCheck aliases
|
|
2991
|
+
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
2992
|
+
export { default as CheckCircle2Icon } from '../icons/circle-check';
|
|
2988
2993
|
// CircleChevronDown aliases
|
|
2989
2994
|
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
2990
2995
|
export { default as ChevronDownCircleIcon } from '../icons/circle-chevron-down';
|
|
2991
2996
|
// CircleChevronLeft aliases
|
|
2992
2997
|
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
2993
2998
|
export { default as ChevronLeftCircleIcon } from '../icons/circle-chevron-left';
|
|
2994
|
-
// CircleCheck aliases
|
|
2995
|
-
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
2996
|
-
export { default as CheckCircle2Icon } from '../icons/circle-check';
|
|
2997
2999
|
// CircleChevronRight aliases
|
|
2998
3000
|
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
2999
3001
|
export { default as ChevronRightCircleIcon } from '../icons/circle-chevron-right';
|
|
@@ -3012,67 +3014,67 @@ export { default as MinusCircleIcon } from '../icons/circle-minus';
|
|
|
3012
3014
|
// CircleParkingOff aliases
|
|
3013
3015
|
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3014
3016
|
export { default as ParkingCircleOffIcon } from '../icons/circle-parking-off';
|
|
3015
|
-
// CirclePercent aliases
|
|
3016
|
-
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3017
|
-
export { default as PercentCircleIcon } from '../icons/circle-percent';
|
|
3018
3017
|
// CircleParking aliases
|
|
3019
3018
|
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3020
3019
|
export { default as ParkingCircleIcon } from '../icons/circle-parking';
|
|
3021
3020
|
// CirclePause aliases
|
|
3022
3021
|
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3023
3022
|
export { default as PauseCircleIcon } from '../icons/circle-pause';
|
|
3024
|
-
//
|
|
3025
|
-
export { default as
|
|
3026
|
-
export { default as
|
|
3023
|
+
// CirclePercent aliases
|
|
3024
|
+
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3025
|
+
export { default as PercentCircleIcon } from '../icons/circle-percent';
|
|
3027
3026
|
// CirclePlus aliases
|
|
3028
3027
|
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3029
3028
|
export { default as PlusCircleIcon } from '../icons/circle-plus';
|
|
3030
3029
|
// CirclePower aliases
|
|
3031
3030
|
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3032
3031
|
export { default as PowerCircleIcon } from '../icons/circle-power';
|
|
3032
|
+
// CirclePlay aliases
|
|
3033
|
+
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3034
|
+
export { default as PlayCircleIcon } from '../icons/circle-play';
|
|
3033
3035
|
// CircleQuestionMark aliases
|
|
3034
3036
|
export { default as CircleQuestionMarkIcon } from '../icons/circle-question-mark';
|
|
3035
3037
|
export { default as HelpCircleIcon } from '../icons/circle-question-mark';
|
|
3036
3038
|
export { default as CircleHelpIcon } from '../icons/circle-question-mark';
|
|
3037
|
-
// CircleStop aliases
|
|
3038
|
-
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3039
|
-
export { default as StopCircleIcon } from '../icons/circle-stop';
|
|
3040
3039
|
// CircleSlash2 aliases
|
|
3041
3040
|
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3042
3041
|
export { default as CircleSlashedIcon } from '../icons/circle-slash-2';
|
|
3043
|
-
//
|
|
3044
|
-
export { default as
|
|
3045
|
-
export { default as
|
|
3042
|
+
// CircleStop aliases
|
|
3043
|
+
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3044
|
+
export { default as StopCircleIcon } from '../icons/circle-stop';
|
|
3046
3045
|
// CircleUserRound aliases
|
|
3047
3046
|
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3048
3047
|
export {
|
|
3049
3048
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. This alias will be removed in v1.0 */
|
|
3050
3049
|
default as UserCircle2Icon
|
|
3051
3050
|
} from '../icons/circle-user-round';
|
|
3052
|
-
//
|
|
3053
|
-
export { default as
|
|
3054
|
-
export { default as
|
|
3055
|
-
// ClipboardPen aliases
|
|
3056
|
-
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3057
|
-
export { default as ClipboardEditIcon } from '../icons/clipboard-pen';
|
|
3051
|
+
// CircleUser aliases
|
|
3052
|
+
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3053
|
+
export { default as UserCircleIcon } from '../icons/circle-user';
|
|
3058
3054
|
// CircleX aliases
|
|
3059
3055
|
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3060
3056
|
export { default as XCircleIcon } from '../icons/circle-x';
|
|
3061
|
-
//
|
|
3062
|
-
export { default as
|
|
3063
|
-
export { default as
|
|
3057
|
+
// ClipboardPen aliases
|
|
3058
|
+
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3059
|
+
export { default as ClipboardEditIcon } from '../icons/clipboard-pen';
|
|
3060
|
+
// ClipboardPenLine aliases
|
|
3061
|
+
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3062
|
+
export { default as ClipboardSignatureIcon } from '../icons/clipboard-pen-line';
|
|
3064
3063
|
// CloudDownload aliases
|
|
3065
3064
|
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3066
3065
|
export { default as DownloadCloudIcon } from '../icons/cloud-download';
|
|
3067
|
-
//
|
|
3068
|
-
export { default as
|
|
3069
|
-
export { default as
|
|
3066
|
+
// CloudUpload aliases
|
|
3067
|
+
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3068
|
+
export { default as UploadCloudIcon } from '../icons/cloud-upload';
|
|
3070
3069
|
// CodeXml aliases
|
|
3071
3070
|
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3072
3071
|
export {
|
|
3073
3072
|
/** @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 */
|
|
3074
3073
|
default as Code2Icon
|
|
3075
3074
|
} from '../icons/code-xml';
|
|
3075
|
+
// Columns2 aliases
|
|
3076
|
+
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3077
|
+
export { default as ColumnsIcon } from '../icons/columns-2';
|
|
3076
3078
|
// Columns3Cog aliases
|
|
3077
3079
|
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3078
3080
|
export { default as ColumnsSettingsIcon } from '../icons/columns-3-cog';
|
|
@@ -3086,42 +3088,42 @@ export {
|
|
|
3086
3088
|
/** @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 */
|
|
3087
3089
|
default as Contact2Icon
|
|
3088
3090
|
} from '../icons/contact-round';
|
|
3091
|
+
// DiamondPercent aliases
|
|
3092
|
+
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3093
|
+
export { default as PercentDiamondIcon } from '../icons/diamond-percent';
|
|
3089
3094
|
// Earth aliases
|
|
3090
3095
|
export { default as EarthIcon } from '../icons/earth';
|
|
3091
3096
|
export {
|
|
3092
3097
|
/** @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 */
|
|
3093
3098
|
default as Globe2Icon
|
|
3094
3099
|
} from '../icons/earth';
|
|
3095
|
-
// DiamondPercent aliases
|
|
3096
|
-
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3097
|
-
export { default as PercentDiamondIcon } from '../icons/diamond-percent';
|
|
3098
3100
|
// EllipsisVertical aliases
|
|
3099
3101
|
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3100
3102
|
export { default as MoreVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3101
|
-
// FileChartColumnIncreasing aliases
|
|
3102
|
-
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3103
|
-
export {
|
|
3104
|
-
/** @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 */
|
|
3105
|
-
default as FileBarChartIcon
|
|
3106
|
-
} from '../icons/file-chart-column-increasing';
|
|
3107
3103
|
// Ellipsis aliases
|
|
3108
3104
|
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3109
3105
|
export { default as MoreHorizontalIcon } from '../icons/ellipsis';
|
|
3110
3106
|
// FileAxis3d aliases
|
|
3111
3107
|
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3112
3108
|
export { default as FileAxis3DIcon } from '../icons/file-axis-3d';
|
|
3113
|
-
//
|
|
3114
|
-
export { default as
|
|
3109
|
+
// FileChartColumnIncreasing aliases
|
|
3110
|
+
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3115
3111
|
export {
|
|
3116
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3117
|
-
default as
|
|
3118
|
-
} from '../icons/file-chart-
|
|
3112
|
+
/** @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 */
|
|
3113
|
+
default as FileBarChartIcon
|
|
3114
|
+
} from '../icons/file-chart-column-increasing';
|
|
3119
3115
|
// FileChartColumn aliases
|
|
3120
3116
|
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3121
3117
|
export {
|
|
3122
3118
|
/** @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 */
|
|
3123
3119
|
default as FileBarChart2Icon
|
|
3124
3120
|
} from '../icons/file-chart-column';
|
|
3121
|
+
// FileChartLine aliases
|
|
3122
|
+
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3123
|
+
export {
|
|
3124
|
+
/** @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 */
|
|
3125
|
+
default as FileLineChartIcon
|
|
3126
|
+
} from '../icons/file-chart-line';
|
|
3125
3127
|
// FileChartPie aliases
|
|
3126
3128
|
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3127
3129
|
export {
|
|
@@ -3137,12 +3139,18 @@ export {
|
|
|
3137
3139
|
// FilePenLine aliases
|
|
3138
3140
|
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3139
3141
|
export { default as FileSignatureIcon } from '../icons/file-pen-line';
|
|
3140
|
-
//
|
|
3141
|
-
export { default as
|
|
3142
|
-
export { default as
|
|
3142
|
+
// FilePlay aliases
|
|
3143
|
+
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3144
|
+
export { default as FileVideoIcon } from '../icons/file-play';
|
|
3143
3145
|
// FileQuestionMark aliases
|
|
3144
3146
|
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3145
3147
|
export { default as FileQuestionIcon } from '../icons/file-question-mark';
|
|
3148
|
+
// FilePen aliases
|
|
3149
|
+
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3150
|
+
export { default as FileEditIcon } from '../icons/file-pen';
|
|
3151
|
+
// FileVideoCamera aliases
|
|
3152
|
+
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3153
|
+
export { default as FileVideo2Icon } from '../icons/file-video-camera';
|
|
3146
3154
|
// FolderCog aliases
|
|
3147
3155
|
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3148
3156
|
export {
|
|
@@ -3152,58 +3160,58 @@ export {
|
|
|
3152
3160
|
// FolderPen aliases
|
|
3153
3161
|
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3154
3162
|
export { default as FolderEditIcon } from '../icons/folder-pen';
|
|
3155
|
-
// FunnelX aliases
|
|
3156
|
-
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3157
|
-
export {
|
|
3158
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. This alias will be removed in v1.0 */
|
|
3159
|
-
default as FilterXIcon
|
|
3160
|
-
} from '../icons/funnel-x';
|
|
3161
3163
|
// Funnel aliases
|
|
3162
3164
|
export { default as FunnelIcon } from '../icons/funnel';
|
|
3163
3165
|
export {
|
|
3164
3166
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. This alias will be removed in v1.0 */
|
|
3165
3167
|
default as FilterIcon
|
|
3166
3168
|
} from '../icons/funnel';
|
|
3169
|
+
// FunnelX aliases
|
|
3170
|
+
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3171
|
+
export {
|
|
3172
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. This alias will be removed in v1.0 */
|
|
3173
|
+
default as FilterXIcon
|
|
3174
|
+
} from '../icons/funnel-x';
|
|
3167
3175
|
// GitCommitHorizontal aliases
|
|
3168
3176
|
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3169
3177
|
export { default as GitCommitIcon } from '../icons/git-commit-horizontal';
|
|
3170
3178
|
// Grid2x2Check aliases
|
|
3171
3179
|
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3172
3180
|
export { default as Grid2X2CheckIcon } from '../icons/grid-2x2-check';
|
|
3173
|
-
// Grid2x2Plus aliases
|
|
3174
|
-
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3175
|
-
export { default as Grid2X2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3176
3181
|
// Grid2x2X aliases
|
|
3177
3182
|
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3178
3183
|
export { default as Grid2X2XIcon } from '../icons/grid-2x2-x';
|
|
3184
|
+
// Grid2x2Plus aliases
|
|
3185
|
+
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3186
|
+
export { default as Grid2X2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3187
|
+
// Grid3x3 aliases
|
|
3188
|
+
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3189
|
+
export { default as GridIcon } from '../icons/grid-3x3';
|
|
3190
|
+
export { default as Grid3X3Icon } from '../icons/grid-3x3';
|
|
3179
3191
|
// Grid2x2 aliases
|
|
3180
3192
|
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3181
3193
|
export { default as Grid2X2Icon } from '../icons/grid-2x2';
|
|
3182
|
-
// HandHelping aliases
|
|
3183
|
-
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3184
|
-
export { default as HelpingHandIcon } from '../icons/hand-helping';
|
|
3185
3194
|
// House aliases
|
|
3186
3195
|
export { default as HouseIcon } from '../icons/house';
|
|
3187
3196
|
export { default as HomeIcon } from '../icons/house';
|
|
3188
|
-
//
|
|
3189
|
-
export { default as
|
|
3190
|
-
export { default as
|
|
3191
|
-
export { default as Grid3X3Icon } from '../icons/grid-3x3';
|
|
3197
|
+
// HandHelping aliases
|
|
3198
|
+
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3199
|
+
export { default as HelpingHandIcon } from '../icons/hand-helping';
|
|
3192
3200
|
// IceCreamBowl aliases
|
|
3193
3201
|
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3194
3202
|
export {
|
|
3195
3203
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. This alias will be removed in v1.0 */
|
|
3196
3204
|
default as IceCream2Icon
|
|
3197
3205
|
} from '../icons/ice-cream-bowl';
|
|
3198
|
-
// IceCreamCone aliases
|
|
3199
|
-
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3200
|
-
export { default as IceCreamIcon } from '../icons/ice-cream-cone';
|
|
3201
|
-
// IndentIncrease aliases
|
|
3202
|
-
export { default as IndentIncreaseIcon } from '../icons/indent-increase';
|
|
3203
|
-
export { default as IndentIcon } from '../icons/indent-increase';
|
|
3204
3206
|
// IndentDecrease aliases
|
|
3205
3207
|
export { default as IndentDecreaseIcon } from '../icons/indent-decrease';
|
|
3206
3208
|
export { default as OutdentIcon } from '../icons/indent-decrease';
|
|
3209
|
+
// IndentIncrease aliases
|
|
3210
|
+
export { default as IndentIncreaseIcon } from '../icons/indent-increase';
|
|
3211
|
+
export { default as IndentIcon } from '../icons/indent-increase';
|
|
3212
|
+
// IceCreamCone aliases
|
|
3213
|
+
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3214
|
+
export { default as IceCreamIcon } from '../icons/ice-cream-cone';
|
|
3207
3215
|
// LaptopMinimal aliases
|
|
3208
3216
|
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3209
3217
|
export {
|
|
@@ -3228,57 +3236,60 @@ export { default as MailQuestionIcon } from '../icons/mail-question-mark';
|
|
|
3228
3236
|
// MessageCircleQuestionMark aliases
|
|
3229
3237
|
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3230
3238
|
export { default as MessageCircleQuestionIcon } from '../icons/message-circle-question-mark';
|
|
3231
|
-
// Move3d aliases
|
|
3232
|
-
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3233
|
-
export { default as Move3DIcon } from '../icons/move-3d';
|
|
3234
3239
|
// MicVocal aliases
|
|
3235
3240
|
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3236
3241
|
export {
|
|
3237
3242
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. This alias will be removed in v1.0 */
|
|
3238
3243
|
default as Mic2Icon
|
|
3239
3244
|
} from '../icons/mic-vocal';
|
|
3245
|
+
// Move3d aliases
|
|
3246
|
+
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3247
|
+
export { default as Move3DIcon } from '../icons/move-3d';
|
|
3240
3248
|
// OctagonAlert aliases
|
|
3241
3249
|
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3242
3250
|
export { default as AlertOctagonIcon } from '../icons/octagon-alert';
|
|
3243
|
-
// OctagonPause aliases
|
|
3244
|
-
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3245
|
-
export { default as PauseOctagonIcon } from '../icons/octagon-pause';
|
|
3246
3251
|
// OctagonX aliases
|
|
3247
3252
|
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3248
3253
|
export { default as XOctagonIcon } from '../icons/octagon-x';
|
|
3254
|
+
// OctagonPause aliases
|
|
3255
|
+
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3256
|
+
export { default as PauseOctagonIcon } from '../icons/octagon-pause';
|
|
3249
3257
|
// PaintbrushVertical aliases
|
|
3250
3258
|
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3251
3259
|
export { default as Paintbrush2Icon } from '../icons/paintbrush-vertical';
|
|
3252
3260
|
// PanelBottomDashed aliases
|
|
3253
3261
|
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3254
3262
|
export { default as PanelBottomInactiveIcon } from '../icons/panel-bottom-dashed';
|
|
3255
|
-
// PanelLeftDashed aliases
|
|
3256
|
-
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3257
|
-
export { default as PanelLeftInactiveIcon } from '../icons/panel-left-dashed';
|
|
3258
3263
|
// PanelLeftClose aliases
|
|
3259
3264
|
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3260
3265
|
export { default as SidebarCloseIcon } from '../icons/panel-left-close';
|
|
3266
|
+
// PanelLeftDashed aliases
|
|
3267
|
+
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3268
|
+
export { default as PanelLeftInactiveIcon } from '../icons/panel-left-dashed';
|
|
3261
3269
|
// PanelLeftOpen aliases
|
|
3262
3270
|
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3263
3271
|
export { default as SidebarOpenIcon } from '../icons/panel-left-open';
|
|
3264
|
-
// PanelRightDashed aliases
|
|
3265
|
-
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3266
|
-
export { default as PanelRightInactiveIcon } from '../icons/panel-right-dashed';
|
|
3267
3272
|
// PanelLeft aliases
|
|
3268
3273
|
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3269
3274
|
export { default as SidebarIcon } from '../icons/panel-left';
|
|
3275
|
+
// PanelRightDashed aliases
|
|
3276
|
+
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3277
|
+
export { default as PanelRightInactiveIcon } from '../icons/panel-right-dashed';
|
|
3270
3278
|
// PanelsTopLeft aliases
|
|
3271
3279
|
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3272
3280
|
export { default as LayoutIcon } from '../icons/panels-top-left';
|
|
3273
|
-
// PanelTopDashed aliases
|
|
3274
|
-
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3275
|
-
export { default as PanelTopInactiveIcon } from '../icons/panel-top-dashed';
|
|
3276
3281
|
// PenLine aliases
|
|
3277
3282
|
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3278
3283
|
export {
|
|
3279
3284
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
|
|
3280
3285
|
default as Edit3Icon
|
|
3281
3286
|
} from '../icons/pen-line';
|
|
3287
|
+
// PanelTopDashed aliases
|
|
3288
|
+
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3289
|
+
export { default as PanelTopInactiveIcon } from '../icons/panel-top-dashed';
|
|
3290
|
+
// PlugZap aliases
|
|
3291
|
+
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3292
|
+
export { default as PlugZap2Icon } from '../icons/plug-zap';
|
|
3282
3293
|
// Pen aliases
|
|
3283
3294
|
export { default as PenIcon } from '../icons/pen';
|
|
3284
3295
|
export {
|
|
@@ -3291,15 +3302,15 @@ export { default as FormInputIcon } from '../icons/rectangle-ellipsis';
|
|
|
3291
3302
|
// Rotate3d aliases
|
|
3292
3303
|
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3293
3304
|
export { default as Rotate3DIcon } from '../icons/rotate-3d';
|
|
3294
|
-
// PlugZap aliases
|
|
3295
|
-
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3296
|
-
export { default as PlugZap2Icon } from '../icons/plug-zap';
|
|
3297
|
-
// Scale3d aliases
|
|
3298
|
-
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3299
|
-
export { default as Scale3DIcon } from '../icons/scale-3d';
|
|
3300
3305
|
// Rows2 aliases
|
|
3301
3306
|
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3302
3307
|
export { default as RowsIcon } from '../icons/rows-2';
|
|
3308
|
+
// Rows3 aliases
|
|
3309
|
+
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3310
|
+
export { default as PanelsTopBottomIcon } from '../icons/rows-3';
|
|
3311
|
+
// Scale3d aliases
|
|
3312
|
+
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3313
|
+
export { default as Scale3DIcon } from '../icons/scale-3d';
|
|
3303
3314
|
// SendHorizontal aliases
|
|
3304
3315
|
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3305
3316
|
export {
|
|
@@ -3309,73 +3320,70 @@ export {
|
|
|
3309
3320
|
// ShieldQuestionMark aliases
|
|
3310
3321
|
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
3311
3322
|
export { default as ShieldQuestionIcon } from '../icons/shield-question-mark';
|
|
3312
|
-
//
|
|
3313
|
-
export { default as
|
|
3314
|
-
export { default as
|
|
3323
|
+
// SlidersVertical aliases
|
|
3324
|
+
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3325
|
+
export { default as SlidersIcon } from '../icons/sliders-vertical';
|
|
3315
3326
|
// ShieldX aliases
|
|
3316
3327
|
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3317
3328
|
export { default as ShieldCloseIcon } from '../icons/shield-x';
|
|
3318
3329
|
// Sparkles aliases
|
|
3319
3330
|
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3320
3331
|
export { default as StarsIcon } from '../icons/sparkles';
|
|
3321
|
-
// SquareArrowDownLeft aliases
|
|
3322
|
-
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3323
|
-
export { default as ArrowDownLeftSquareIcon } from '../icons/square-arrow-down-left';
|
|
3324
|
-
// SlidersVertical aliases
|
|
3325
|
-
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3326
|
-
export { default as SlidersIcon } from '../icons/sliders-vertical';
|
|
3327
3332
|
// SquareActivity aliases
|
|
3328
3333
|
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3329
3334
|
export { default as ActivitySquareIcon } from '../icons/square-activity';
|
|
3335
|
+
// SquareArrowDown aliases
|
|
3336
|
+
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3337
|
+
export { default as ArrowDownSquareIcon } from '../icons/square-arrow-down';
|
|
3330
3338
|
// SquareArrowDownRight aliases
|
|
3331
3339
|
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3332
3340
|
export { default as ArrowDownRightSquareIcon } from '../icons/square-arrow-down-right';
|
|
3341
|
+
// SquareArrowDownLeft aliases
|
|
3342
|
+
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3343
|
+
export { default as ArrowDownLeftSquareIcon } from '../icons/square-arrow-down-left';
|
|
3333
3344
|
// SquareArrowLeft aliases
|
|
3334
3345
|
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3335
3346
|
export { default as ArrowLeftSquareIcon } from '../icons/square-arrow-left';
|
|
3336
|
-
// SquareArrowDown aliases
|
|
3337
|
-
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3338
|
-
export { default as ArrowDownSquareIcon } from '../icons/square-arrow-down';
|
|
3339
3347
|
// SquareArrowOutDownLeft aliases
|
|
3340
3348
|
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3341
3349
|
export { default as ArrowDownLeftFromSquareIcon } from '../icons/square-arrow-out-down-left';
|
|
3342
|
-
// SquareArrowOutUpLeft aliases
|
|
3343
|
-
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
3344
|
-
export { default as ArrowUpLeftFromSquareIcon } from '../icons/square-arrow-out-up-left';
|
|
3345
3350
|
// SquareArrowOutDownRight aliases
|
|
3346
3351
|
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3347
3352
|
export { default as ArrowDownRightFromSquareIcon } from '../icons/square-arrow-out-down-right';
|
|
3348
|
-
//
|
|
3349
|
-
export { default as
|
|
3350
|
-
export { default as
|
|
3353
|
+
// SquareArrowOutUpLeft aliases
|
|
3354
|
+
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
3355
|
+
export { default as ArrowUpLeftFromSquareIcon } from '../icons/square-arrow-out-up-left';
|
|
3351
3356
|
// SquareArrowRight aliases
|
|
3352
3357
|
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3353
3358
|
export { default as ArrowRightSquareIcon } from '../icons/square-arrow-right';
|
|
3354
3359
|
// SquareArrowUpLeft aliases
|
|
3355
3360
|
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3356
3361
|
export { default as ArrowUpLeftSquareIcon } from '../icons/square-arrow-up-left';
|
|
3357
|
-
// SquareAsterisk aliases
|
|
3358
|
-
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3359
|
-
export { default as AsteriskSquareIcon } from '../icons/square-asterisk';
|
|
3360
|
-
// SquareArrowUp aliases
|
|
3361
|
-
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3362
|
-
export { default as ArrowUpSquareIcon } from '../icons/square-arrow-up';
|
|
3363
3362
|
// SquareArrowUpRight aliases
|
|
3364
3363
|
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3365
3364
|
export { default as ArrowUpRightSquareIcon } from '../icons/square-arrow-up-right';
|
|
3365
|
+
// SquareArrowOutUpRight aliases
|
|
3366
|
+
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3367
|
+
export { default as ArrowUpRightFromSquareIcon } from '../icons/square-arrow-out-up-right';
|
|
3368
|
+
// SquareArrowUp aliases
|
|
3369
|
+
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3370
|
+
export { default as ArrowUpSquareIcon } from '../icons/square-arrow-up';
|
|
3371
|
+
// SquareAsterisk aliases
|
|
3372
|
+
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3373
|
+
export { default as AsteriskSquareIcon } from '../icons/square-asterisk';
|
|
3374
|
+
// SquareBottomDashedScissors aliases
|
|
3375
|
+
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3376
|
+
export { default as ScissorsSquareDashedBottomIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3366
3377
|
// SquareChartGantt aliases
|
|
3367
3378
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
3368
3379
|
export { default as GanttChartSquareIcon } from '../icons/square-chart-gantt';
|
|
3369
3380
|
export { default as SquareGanttChartIcon } from '../icons/square-chart-gantt';
|
|
3370
|
-
// SquareBottomDashedScissors aliases
|
|
3371
|
-
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3372
|
-
export { default as ScissorsSquareDashedBottomIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3373
|
-
// SquareCheck aliases
|
|
3374
|
-
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3375
|
-
export { default as CheckSquare2Icon } from '../icons/square-check';
|
|
3376
3381
|
// SquareCheckBig aliases
|
|
3377
3382
|
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3378
3383
|
export { default as CheckSquareIcon } from '../icons/square-check-big';
|
|
3384
|
+
// SquareCheck aliases
|
|
3385
|
+
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3386
|
+
export { default as CheckSquare2Icon } from '../icons/square-check';
|
|
3379
3387
|
// SquareChevronDown aliases
|
|
3380
3388
|
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3381
3389
|
export { default as ChevronDownSquareIcon } from '../icons/square-chevron-down';
|
|
@@ -3394,83 +3402,83 @@ export { default as CodeSquareIcon } from '../icons/square-code';
|
|
|
3394
3402
|
// SquareDashedKanban aliases
|
|
3395
3403
|
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
3396
3404
|
export { default as KanbanSquareDashedIcon } from '../icons/square-dashed-kanban';
|
|
3397
|
-
// SquareDashed aliases
|
|
3398
|
-
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
3399
|
-
export { default as BoxSelectIcon } from '../icons/square-dashed';
|
|
3400
3405
|
// SquareDashedMousePointer aliases
|
|
3401
3406
|
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3402
3407
|
export { default as MousePointerSquareDashedIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3408
|
+
// SquareDashed aliases
|
|
3409
|
+
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
3410
|
+
export { default as BoxSelectIcon } from '../icons/square-dashed';
|
|
3403
3411
|
// SquareDivide aliases
|
|
3404
3412
|
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
3405
3413
|
export { default as DivideSquareIcon } from '../icons/square-divide';
|
|
3406
3414
|
// SquareDot aliases
|
|
3407
3415
|
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
3408
3416
|
export { default as DotSquareIcon } from '../icons/square-dot';
|
|
3409
|
-
// SquareEqual aliases
|
|
3410
|
-
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
3411
|
-
export { default as EqualSquareIcon } from '../icons/square-equal';
|
|
3412
3417
|
// SquareFunction aliases
|
|
3413
3418
|
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
3414
3419
|
export { default as FunctionSquareIcon } from '../icons/square-function';
|
|
3420
|
+
// SquareEqual aliases
|
|
3421
|
+
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
3422
|
+
export { default as EqualSquareIcon } from '../icons/square-equal';
|
|
3415
3423
|
// SquareKanban aliases
|
|
3416
3424
|
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
3417
3425
|
export { default as KanbanSquareIcon } from '../icons/square-kanban';
|
|
3418
|
-
// SquareM aliases
|
|
3419
|
-
export { default as SquareMIcon } from '../icons/square-m';
|
|
3420
|
-
export { default as MSquareIcon } from '../icons/square-m';
|
|
3421
3426
|
// SquareLibrary aliases
|
|
3422
3427
|
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
3423
3428
|
export { default as LibrarySquareIcon } from '../icons/square-library';
|
|
3424
|
-
//
|
|
3425
|
-
export { default as
|
|
3426
|
-
export { default as
|
|
3429
|
+
// SquareM aliases
|
|
3430
|
+
export { default as SquareMIcon } from '../icons/square-m';
|
|
3431
|
+
export { default as MSquareIcon } from '../icons/square-m';
|
|
3427
3432
|
// SquareMinus aliases
|
|
3428
3433
|
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
3429
3434
|
export { default as MinusSquareIcon } from '../icons/square-minus';
|
|
3435
|
+
// SquareMenu aliases
|
|
3436
|
+
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
3437
|
+
export { default as MenuSquareIcon } from '../icons/square-menu';
|
|
3430
3438
|
// SquareMousePointer aliases
|
|
3431
3439
|
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
3432
3440
|
export { default as InspectIcon } from '../icons/square-mouse-pointer';
|
|
3433
3441
|
// SquareParkingOff aliases
|
|
3434
3442
|
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
3435
3443
|
export { default as ParkingSquareOffIcon } from '../icons/square-parking-off';
|
|
3444
|
+
// SquareParking aliases
|
|
3445
|
+
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
3446
|
+
export { default as ParkingSquareIcon } from '../icons/square-parking';
|
|
3436
3447
|
// SquarePen aliases
|
|
3437
3448
|
export { default as SquarePenIcon } from '../icons/square-pen';
|
|
3438
3449
|
export { default as PenBoxIcon } from '../icons/square-pen';
|
|
3439
3450
|
export { default as EditIcon } from '../icons/square-pen';
|
|
3440
3451
|
export { default as PenSquareIcon } from '../icons/square-pen';
|
|
3441
|
-
//
|
|
3442
|
-
export { default as
|
|
3443
|
-
export { default as
|
|
3452
|
+
// SquarePercent aliases
|
|
3453
|
+
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
3454
|
+
export { default as PercentSquareIcon } from '../icons/square-percent';
|
|
3444
3455
|
// SquarePi aliases
|
|
3445
3456
|
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
3446
3457
|
export { default as PiSquareIcon } from '../icons/square-pi';
|
|
3447
3458
|
// SquarePilcrow aliases
|
|
3448
3459
|
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
3449
3460
|
export { default as PilcrowSquareIcon } from '../icons/square-pilcrow';
|
|
3450
|
-
// SquarePercent aliases
|
|
3451
|
-
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
3452
|
-
export { default as PercentSquareIcon } from '../icons/square-percent';
|
|
3453
|
-
// SquarePlay aliases
|
|
3454
|
-
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
3455
|
-
export { default as PlaySquareIcon } from '../icons/square-play';
|
|
3456
3461
|
// SquarePlus aliases
|
|
3457
3462
|
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
3458
3463
|
export { default as PlusSquareIcon } from '../icons/square-plus';
|
|
3459
3464
|
// SquarePower aliases
|
|
3460
3465
|
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
3461
3466
|
export { default as PowerSquareIcon } from '../icons/square-power';
|
|
3467
|
+
// SquarePlay aliases
|
|
3468
|
+
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
3469
|
+
export { default as PlaySquareIcon } from '../icons/square-play';
|
|
3462
3470
|
// SquareScissors aliases
|
|
3463
3471
|
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
3464
3472
|
export { default as ScissorsSquareIcon } from '../icons/square-scissors';
|
|
3465
3473
|
// SquareSigma aliases
|
|
3466
3474
|
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
3467
3475
|
export { default as SigmaSquareIcon } from '../icons/square-sigma';
|
|
3468
|
-
// SquareSlash aliases
|
|
3469
|
-
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
3470
|
-
export { default as SlashSquareIcon } from '../icons/square-slash';
|
|
3471
3476
|
// SquareSplitHorizontal aliases
|
|
3472
3477
|
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3473
3478
|
export { default as SplitSquareHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3479
|
+
// SquareSlash aliases
|
|
3480
|
+
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
3481
|
+
export { default as SlashSquareIcon } from '../icons/square-slash';
|
|
3474
3482
|
// SquareSplitVertical aliases
|
|
3475
3483
|
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
3476
3484
|
export { default as SplitSquareVerticalIcon } from '../icons/square-split-vertical';
|
|
@@ -3489,33 +3497,33 @@ export { default as UserSquareIcon } from '../icons/square-user';
|
|
|
3489
3497
|
// TestTubeDiagonal aliases
|
|
3490
3498
|
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
3491
3499
|
export { default as TestTube2Icon } from '../icons/test-tube-diagonal';
|
|
3492
|
-
// TextSelect aliases
|
|
3493
|
-
export { default as TextSelectIcon } from '../icons/text-select';
|
|
3494
|
-
export { default as TextSelectionIcon } from '../icons/text-select';
|
|
3495
3500
|
// SquareX aliases
|
|
3496
3501
|
export { default as SquareXIcon } from '../icons/square-x';
|
|
3497
3502
|
export { default as XSquareIcon } from '../icons/square-x';
|
|
3498
|
-
//
|
|
3499
|
-
export { default as
|
|
3500
|
-
export { default as
|
|
3503
|
+
// TextSelect aliases
|
|
3504
|
+
export { default as TextSelectIcon } from '../icons/text-select';
|
|
3505
|
+
export { default as TextSelectionIcon } from '../icons/text-select';
|
|
3501
3506
|
// TreePalm aliases
|
|
3502
3507
|
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
3503
3508
|
export { default as PalmtreeIcon } from '../icons/tree-palm';
|
|
3509
|
+
// TriangleAlert aliases
|
|
3510
|
+
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
3511
|
+
export { default as AlertTriangleIcon } from '../icons/triangle-alert';
|
|
3504
3512
|
// TvMinimal aliases
|
|
3505
3513
|
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
3506
3514
|
export {
|
|
3507
3515
|
/** @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 */
|
|
3508
3516
|
default as Tv2Icon
|
|
3509
3517
|
} from '../icons/tv-minimal';
|
|
3518
|
+
// TramFront aliases
|
|
3519
|
+
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
3520
|
+
export { default as TrainIcon } from '../icons/tram-front';
|
|
3510
3521
|
// University aliases
|
|
3511
3522
|
export { default as UniversityIcon } from '../icons/university';
|
|
3512
3523
|
export {
|
|
3513
3524
|
/** @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 */
|
|
3514
3525
|
default as School2Icon
|
|
3515
3526
|
} from '../icons/university';
|
|
3516
|
-
// TriangleAlert aliases
|
|
3517
|
-
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
3518
|
-
export { default as AlertTriangleIcon } from '../icons/triangle-alert';
|
|
3519
3527
|
// UserRoundCheck aliases
|
|
3520
3528
|
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
3521
3529
|
export {
|
|
@@ -3534,12 +3542,6 @@ export {
|
|
|
3534
3542
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. This alias will be removed in v1.0 */
|
|
3535
3543
|
default as UserMinus2Icon
|
|
3536
3544
|
} from '../icons/user-round-minus';
|
|
3537
|
-
// UserRound aliases
|
|
3538
|
-
export { default as UserRoundIcon } from '../icons/user-round';
|
|
3539
|
-
export {
|
|
3540
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. This alias will be removed in v1.0 */
|
|
3541
|
-
default as User2Icon
|
|
3542
|
-
} from '../icons/user-round';
|
|
3543
3545
|
// UserRoundPlus aliases
|
|
3544
3546
|
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
3545
3547
|
export {
|
|
@@ -3552,15 +3554,21 @@ export {
|
|
|
3552
3554
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. This alias will be removed in v1.0 */
|
|
3553
3555
|
default as UserX2Icon
|
|
3554
3556
|
} from '../icons/user-round-x';
|
|
3557
|
+
// UserRound aliases
|
|
3558
|
+
export { default as UserRoundIcon } from '../icons/user-round';
|
|
3559
|
+
export {
|
|
3560
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. This alias will be removed in v1.0 */
|
|
3561
|
+
default as User2Icon
|
|
3562
|
+
} from '../icons/user-round';
|
|
3563
|
+
// UtensilsCrossed aliases
|
|
3564
|
+
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
3565
|
+
export { default as ForkKnifeCrossedIcon } from '../icons/utensils-crossed';
|
|
3555
3566
|
// UsersRound aliases
|
|
3556
3567
|
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
3557
3568
|
export {
|
|
3558
3569
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. This alias will be removed in v1.0 */
|
|
3559
3570
|
default as Users2Icon
|
|
3560
3571
|
} from '../icons/users-round';
|
|
3561
|
-
// UtensilsCrossed aliases
|
|
3562
|
-
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
3563
|
-
export { default as ForkKnifeCrossedIcon } from '../icons/utensils-crossed';
|
|
3564
3572
|
// WalletMinimal aliases
|
|
3565
3573
|
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
3566
3574
|
export {
|