@lucide/astro 1.25.0 → 1.27.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 +2 -2
- package/src/aliases/aliases.ts +136 -124
- package/src/aliases/prefixed.ts +701 -677
- package/src/aliases/suffixed.ts +1029 -1005
- package/src/icons/a-large-small.ts +1 -1
- package/src/icons/ambulance.ts +1 -1
- package/src/icons/barrel.ts +2 -2
- package/src/icons/bone-fracture.ts +1 -1
- package/src/icons/book-open-check.ts +2 -2
- package/src/icons/book-open-text.ts +2 -2
- package/src/icons/book-open.ts +2 -2
- package/src/icons/bot-off.ts +1 -1
- package/src/icons/captions.ts +1 -1
- package/src/icons/circle-fading-plus.ts +1 -1
- package/src/icons/columns-3-cog.ts +2 -2
- package/src/icons/diamond-minus.ts +1 -1
- package/src/icons/diamond-plus.ts +1 -1
- package/src/icons/feather.ts +2 -2
- package/src/icons/flag-triangle-left.ts +1 -1
- package/src/icons/gamepad-directional.ts +1 -1
- package/src/icons/git-merge-conflict.ts +1 -1
- package/src/icons/id-card-lanyard.ts +1 -1
- package/src/icons/index.ts +218 -210
- package/src/icons/keyboard-off.ts +1 -1
- package/src/icons/layers-plus.ts +1 -1
- package/src/icons/layout-freeform.ts +18 -0
- package/src/icons/lens-convex.ts +1 -1
- package/src/icons/line-squiggle.ts +1 -1
- package/src/icons/mic-audio-lines.ts +18 -0
- package/src/icons/mic-signal.ts +18 -0
- package/src/icons/mirror-rectangular.ts +1 -1
- package/src/icons/mirror-round.ts +1 -1
- package/src/icons/mosque.ts +18 -0
- package/src/icons/pilcrow-right.ts +1 -1
- package/src/icons/{history.ts → rotate-ccw-clock.ts} +4 -4
- package/src/icons/rotate-cw-fading-clock.ts +18 -0
- package/src/icons/{podcast.ts → scan-square.ts} +4 -4
- package/src/icons/scooter.ts +1 -1
- package/src/icons/search-alert.ts +1 -1
- package/src/icons/shield-keyhole.ts +18 -0
- package/src/icons/spline-pointer.ts +1 -1
- package/src/icons/square-arrow-right-enter.ts +1 -1
- package/src/icons/square-arrow-right-exit.ts +1 -1
- package/src/icons/square-bottom-dashed-scissors.ts +2 -2
- package/src/icons/square-off.ts +18 -0
- package/src/icons/square-scissors.ts +2 -2
- package/src/icons/squares-exclude.ts +1 -1
- package/src/icons/squares-intersect.ts +1 -1
- package/src/icons/squares-subtract.ts +1 -1
- package/src/icons/squares-unite.ts +1 -1
- package/src/icons/toilet.ts +1 -1
- package/src/icons/toolbox.ts +2 -2
- package/src/icons/trophy.ts +2 -2
- package/src/icons/truck.ts +1 -1
- package/src/icons/user-shield.ts +18 -0
- package/src/icons/van.ts +1 -1
- package/src/icons/zap-off.ts +2 -2
- package/src/icons/zap.ts +2 -2
package/src/aliases/suffixed.ts
CHANGED
|
@@ -22,58 +22,58 @@ export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
|
22
22
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
23
23
|
// Album aliases
|
|
24
24
|
export { default as AlbumIcon } from '../icons/album';
|
|
25
|
-
// AlignCenterVertical aliases
|
|
26
|
-
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
27
25
|
// AlignCenterHorizontal aliases
|
|
28
26
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
27
|
+
// AlignCenterVertical aliases
|
|
28
|
+
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
29
29
|
// AlignEndHorizontal aliases
|
|
30
30
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
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
|
-
// AlignHorizontalDistributeStart aliases
|
|
36
|
-
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
37
35
|
// AlignHorizontalDistributeEnd aliases
|
|
38
36
|
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
37
|
+
// AlignHorizontalDistributeStart aliases
|
|
38
|
+
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
39
39
|
// AlignHorizontalJustifyCenter aliases
|
|
40
40
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
41
|
-
// AlignHorizontalJustifyStart aliases
|
|
42
|
-
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
43
41
|
// AlignHorizontalSpaceAround aliases
|
|
44
42
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
43
|
+
// AlignHorizontalJustifyStart aliases
|
|
44
|
+
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
45
45
|
// AlignHorizontalJustifyEnd aliases
|
|
46
46
|
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
47
|
+
// AlignHorizontalSpaceBetween aliases
|
|
48
|
+
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
47
49
|
// AlignStartHorizontal aliases
|
|
48
50
|
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
49
51
|
// AlignStartVertical aliases
|
|
50
52
|
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
51
|
-
// AlignHorizontalSpaceBetween aliases
|
|
52
|
-
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
53
53
|
// AlignVerticalDistributeCenter aliases
|
|
54
54
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
55
|
-
// AlignVerticalDistributeStart aliases
|
|
56
|
-
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
57
55
|
// AlignVerticalDistributeEnd aliases
|
|
58
56
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
57
|
+
// AlignVerticalJustifyCenter aliases
|
|
58
|
+
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
59
|
+
// AlignVerticalDistributeStart aliases
|
|
60
|
+
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
59
61
|
// AlignVerticalJustifyEnd aliases
|
|
60
62
|
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
61
63
|
// AlignVerticalJustifyStart aliases
|
|
62
64
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
63
|
-
// AlignVerticalJustifyCenter aliases
|
|
64
|
-
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
65
|
-
// Ambulance aliases
|
|
66
|
-
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
67
65
|
// AlignVerticalSpaceAround aliases
|
|
68
66
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
69
67
|
// AlignVerticalSpaceBetween aliases
|
|
70
68
|
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
69
|
+
// Ambulance aliases
|
|
70
|
+
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
71
71
|
// Ampersand aliases
|
|
72
72
|
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
73
|
-
// Ampersands aliases
|
|
74
|
-
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
75
73
|
// Amphora aliases
|
|
76
74
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
75
|
+
// Ampersands aliases
|
|
76
|
+
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
77
77
|
// Anchor aliases
|
|
78
78
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
79
79
|
// Angry aliases
|
|
@@ -82,54 +82,54 @@ export { default as AngryIcon } from '../icons/angry';
|
|
|
82
82
|
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
83
83
|
// Antenna aliases
|
|
84
84
|
export { default as AntennaIcon } from '../icons/antenna';
|
|
85
|
-
// Anvil aliases
|
|
86
|
-
export { default as AnvilIcon } from '../icons/anvil';
|
|
87
85
|
// Aperture aliases
|
|
88
86
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
87
|
+
// Anvil aliases
|
|
88
|
+
export { default as AnvilIcon } from '../icons/anvil';
|
|
89
89
|
// AppWindowMac aliases
|
|
90
90
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
91
91
|
// AppWindow aliases
|
|
92
92
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
93
|
-
// ArchiveRestore aliases
|
|
94
|
-
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
95
93
|
// Apple aliases
|
|
96
94
|
export { default as AppleIcon } from '../icons/apple';
|
|
95
|
+
// ArchiveRestore aliases
|
|
96
|
+
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
97
|
+
// Archive aliases
|
|
98
|
+
export { default as ArchiveIcon } from '../icons/archive';
|
|
97
99
|
// ArchiveX aliases
|
|
98
100
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
99
101
|
// Armchair aliases
|
|
100
102
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
101
|
-
// Archive aliases
|
|
102
|
-
export { default as ArchiveIcon } from '../icons/archive';
|
|
103
|
-
// ArrowBigLeftDash aliases
|
|
104
|
-
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
105
103
|
// ArrowBigDownDash aliases
|
|
106
104
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
105
|
+
// ArrowBigLeftDash aliases
|
|
106
|
+
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
107
|
+
// ArrowBigDown aliases
|
|
108
|
+
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
107
109
|
// ArrowBigLeft aliases
|
|
108
110
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
109
111
|
// ArrowBigRightDash aliases
|
|
110
112
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
111
|
-
// ArrowBigDown aliases
|
|
112
|
-
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
113
113
|
// ArrowBigRight aliases
|
|
114
114
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
115
|
-
// ArrowBigUpDash aliases
|
|
116
|
-
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
117
115
|
// ArrowBigUp aliases
|
|
118
116
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
117
|
+
// ArrowBigUpDash aliases
|
|
118
|
+
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
119
119
|
// ArrowDownFromLine aliases
|
|
120
120
|
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
121
121
|
// ArrowDownLeft aliases
|
|
122
122
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
123
|
-
// ArrowDownNarrowWide aliases
|
|
124
|
-
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
125
123
|
// ArrowDownRight aliases
|
|
126
124
|
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
127
|
-
// ArrowDownToDot aliases
|
|
128
|
-
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
129
125
|
// ArrowDownToLine aliases
|
|
130
126
|
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
127
|
+
// ArrowDownToDot aliases
|
|
128
|
+
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
131
129
|
// ArrowDownUp aliases
|
|
132
130
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
131
|
+
// ArrowDownNarrowWide aliases
|
|
132
|
+
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
133
133
|
// ArrowDown aliases
|
|
134
134
|
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
135
135
|
// ArrowLeftFromLine aliases
|
|
@@ -140,34 +140,34 @@ export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
|
140
140
|
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
141
141
|
// ArrowLeft aliases
|
|
142
142
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
143
|
-
// ArrowRightFromLine aliases
|
|
144
|
-
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
145
143
|
// ArrowRightLeft aliases
|
|
146
144
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
147
|
-
//
|
|
148
|
-
export { default as
|
|
145
|
+
// ArrowRightFromLine aliases
|
|
146
|
+
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
149
147
|
// ArrowRight aliases
|
|
150
148
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
151
|
-
//
|
|
152
|
-
export { default as
|
|
149
|
+
// ArrowRightToLine aliases
|
|
150
|
+
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
153
151
|
// ArrowUpDown aliases
|
|
154
152
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
153
|
+
// ArrowUpFromDot aliases
|
|
154
|
+
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
155
155
|
// ArrowUpFromLine aliases
|
|
156
156
|
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
157
|
-
// ArrowUpLeft aliases
|
|
158
|
-
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
159
157
|
// ArrowUpRight aliases
|
|
160
158
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
159
|
+
// ArrowUpLeft aliases
|
|
160
|
+
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
161
161
|
// ArrowUpToLine aliases
|
|
162
162
|
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
163
163
|
// ArrowUpWideNarrow aliases
|
|
164
164
|
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
165
|
+
// ArrowsUpFromLine aliases
|
|
166
|
+
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
165
167
|
// ArrowUp aliases
|
|
166
168
|
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
167
169
|
// Asterisk aliases
|
|
168
170
|
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
169
|
-
// ArrowsUpFromLine aliases
|
|
170
|
-
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
171
171
|
// Astroid aliases
|
|
172
172
|
export { default as AstroidIcon } from '../icons/astroid';
|
|
173
173
|
// AtSign aliases
|
|
@@ -178,44 +178,44 @@ export { default as AtomIcon } from '../icons/atom';
|
|
|
178
178
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
179
179
|
// AudioWaveform aliases
|
|
180
180
|
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
181
|
-
// Axe aliases
|
|
182
|
-
export { default as AxeIcon } from '../icons/axe';
|
|
183
|
-
// Award aliases
|
|
184
|
-
export { default as AwardIcon } from '../icons/award';
|
|
185
181
|
// Baby aliases
|
|
186
182
|
export { default as BabyIcon } from '../icons/baby';
|
|
187
|
-
//
|
|
188
|
-
export { default as
|
|
183
|
+
// Award aliases
|
|
184
|
+
export { default as AwardIcon } from '../icons/award';
|
|
185
|
+
// Axe aliases
|
|
186
|
+
export { default as AxeIcon } from '../icons/axe';
|
|
189
187
|
// BadgeAlert aliases
|
|
190
188
|
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
189
|
+
// Backpack aliases
|
|
190
|
+
export { default as BackpackIcon } from '../icons/backpack';
|
|
191
191
|
// BadgeCent aliases
|
|
192
192
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
193
193
|
// BadgeDollarSign aliases
|
|
194
194
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
195
|
-
// BadgeEuro aliases
|
|
196
|
-
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
197
195
|
// BadgeIndianRupee aliases
|
|
198
196
|
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
199
|
-
//
|
|
200
|
-
export { default as
|
|
197
|
+
// BadgeEuro aliases
|
|
198
|
+
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
201
199
|
// BadgeJapaneseYen aliases
|
|
202
200
|
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
203
|
-
//
|
|
204
|
-
export { default as
|
|
201
|
+
// BadgeInfo aliases
|
|
202
|
+
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
205
203
|
// BadgeMinus aliases
|
|
206
204
|
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
205
|
+
// BadgePercent aliases
|
|
206
|
+
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
207
207
|
// BadgePlus aliases
|
|
208
208
|
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
209
209
|
// BadgePoundSterling aliases
|
|
210
210
|
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
211
|
-
// BadgeRussianRuble aliases
|
|
212
|
-
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
213
211
|
// BadgeSwissFranc aliases
|
|
214
212
|
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
215
|
-
//
|
|
216
|
-
export { default as
|
|
213
|
+
// BadgeRussianRuble aliases
|
|
214
|
+
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
217
215
|
// BadgeTurkishLira aliases
|
|
218
216
|
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
217
|
+
// BadgeX aliases
|
|
218
|
+
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
219
219
|
// Badge aliases
|
|
220
220
|
export { default as BadgeIcon } from '../icons/badge';
|
|
221
221
|
// BaggageClaim aliases
|
|
@@ -228,46 +228,46 @@ export { default as BanIcon } from '../icons/ban';
|
|
|
228
228
|
export { default as BandageIcon } from '../icons/bandage';
|
|
229
229
|
// Banana aliases
|
|
230
230
|
export { default as BananaIcon } from '../icons/banana';
|
|
231
|
-
// BanknoteArrowDown aliases
|
|
232
|
-
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
233
|
-
// BanknoteCheck aliases
|
|
234
|
-
export { default as BanknoteCheckIcon } from '../icons/banknote-check';
|
|
235
231
|
// BanknoteArrowUp aliases
|
|
236
232
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
233
|
+
// BanknoteCheck aliases
|
|
234
|
+
export { default as BanknoteCheckIcon } from '../icons/banknote-check';
|
|
237
235
|
// BanknoteX aliases
|
|
238
236
|
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
239
237
|
// Banknote aliases
|
|
240
238
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
241
|
-
//
|
|
242
|
-
export { default as
|
|
239
|
+
// BanknoteArrowDown aliases
|
|
240
|
+
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
243
241
|
// Barcode aliases
|
|
244
242
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
245
|
-
//
|
|
246
|
-
export { default as
|
|
243
|
+
// Barrel aliases
|
|
244
|
+
export { default as BarrelIcon } from '../icons/barrel';
|
|
247
245
|
// Baseline aliases
|
|
248
246
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
249
|
-
// BatteryFull aliases
|
|
250
|
-
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
251
247
|
// Bath aliases
|
|
252
248
|
export { default as BathIcon } from '../icons/bath';
|
|
253
|
-
//
|
|
254
|
-
export { default as
|
|
249
|
+
// BatteryFull aliases
|
|
250
|
+
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
251
|
+
// BatteryCharging aliases
|
|
252
|
+
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
255
253
|
// BatteryMedium aliases
|
|
256
254
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
255
|
+
// BatteryLow aliases
|
|
256
|
+
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
257
257
|
// BatteryPlus aliases
|
|
258
258
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
259
|
-
// Battery aliases
|
|
260
|
-
export { default as BatteryIcon } from '../icons/battery';
|
|
261
259
|
// BatteryWarning aliases
|
|
262
260
|
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
261
|
+
// Battery aliases
|
|
262
|
+
export { default as BatteryIcon } from '../icons/battery';
|
|
263
263
|
// Beaker aliases
|
|
264
264
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
265
265
|
// BeanOff aliases
|
|
266
266
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
267
|
-
// BedDouble aliases
|
|
268
|
-
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
269
267
|
// Bean aliases
|
|
270
268
|
export { default as BeanIcon } from '../icons/bean';
|
|
269
|
+
// BedDouble aliases
|
|
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
|
|
@@ -284,16 +284,16 @@ export { default as BeerIcon } from '../icons/beer';
|
|
|
284
284
|
export { default as BellCheckIcon } from '../icons/bell-check';
|
|
285
285
|
// BellDot aliases
|
|
286
286
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
287
|
+
// BellElectric aliases
|
|
288
|
+
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
287
289
|
// BellMinus aliases
|
|
288
290
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
289
291
|
// BellOff aliases
|
|
290
292
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
291
|
-
// BellElectric aliases
|
|
292
|
-
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
293
|
-
// BellPlus aliases
|
|
294
|
-
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
295
293
|
// BellRing aliases
|
|
296
294
|
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
295
|
+
// BellPlus aliases
|
|
296
|
+
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
297
297
|
// Bell aliases
|
|
298
298
|
export { default as BellIcon } from '../icons/bell';
|
|
299
299
|
// BetweenVerticalEnd aliases
|
|
@@ -304,18 +304,18 @@ export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-s
|
|
|
304
304
|
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
305
305
|
// Bike aliases
|
|
306
306
|
export { default as BikeIcon } from '../icons/bike';
|
|
307
|
-
// Binary aliases
|
|
308
|
-
export { default as BinaryIcon } from '../icons/binary';
|
|
309
307
|
// Binoculars aliases
|
|
310
308
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
309
|
+
// Binary aliases
|
|
310
|
+
export { default as BinaryIcon } from '../icons/binary';
|
|
311
311
|
// Biohazard aliases
|
|
312
312
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
313
|
+
// Bird aliases
|
|
314
|
+
export { default as BirdIcon } from '../icons/bird';
|
|
313
315
|
// Birdhouse aliases
|
|
314
316
|
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
315
317
|
// Bitcoin aliases
|
|
316
318
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
317
|
-
// Bird aliases
|
|
318
|
-
export { default as BirdIcon } from '../icons/bird';
|
|
319
319
|
// Blend aliases
|
|
320
320
|
export { default as BlendIcon } from '../icons/blend';
|
|
321
321
|
// Blender aliases
|
|
@@ -324,28 +324,28 @@ export { default as BlenderIcon } from '../icons/blender';
|
|
|
324
324
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
325
325
|
// Blocks aliases
|
|
326
326
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
327
|
-
// BluetoothOff aliases
|
|
328
|
-
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
329
|
-
// BluetoothConnected aliases
|
|
330
|
-
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
331
327
|
// BluetoothSearching aliases
|
|
332
328
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
333
|
-
//
|
|
334
|
-
export { default as
|
|
329
|
+
// BluetoothConnected aliases
|
|
330
|
+
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
335
331
|
// Bluetooth aliases
|
|
336
332
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
337
|
-
//
|
|
338
|
-
export { default as
|
|
333
|
+
// BluetoothOff aliases
|
|
334
|
+
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
335
|
+
// Bold aliases
|
|
336
|
+
export { default as BoldIcon } from '../icons/bold';
|
|
339
337
|
// Bolt aliases
|
|
340
338
|
export { default as BoltIcon } from '../icons/bolt';
|
|
339
|
+
// Bomb aliases
|
|
340
|
+
export { default as BombIcon } from '../icons/bomb';
|
|
341
341
|
// BoneFracture aliases
|
|
342
342
|
export { default as BoneFractureIcon } from '../icons/bone-fracture';
|
|
343
|
-
//
|
|
344
|
-
export { default as
|
|
343
|
+
// Bone aliases
|
|
344
|
+
export { default as BoneIcon } from '../icons/bone';
|
|
345
345
|
// BookA aliases
|
|
346
346
|
export { default as BookAIcon } from '../icons/book-a';
|
|
347
|
-
//
|
|
348
|
-
export { default as
|
|
347
|
+
// BookAlert aliases
|
|
348
|
+
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
349
349
|
// BookAudio aliases
|
|
350
350
|
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
351
351
|
// BookCheck aliases
|
|
@@ -382,14 +382,14 @@ export { default as BookSearchIcon } from '../icons/book-search';
|
|
|
382
382
|
export { default as BookTextIcon } from '../icons/book-text';
|
|
383
383
|
// BookType aliases
|
|
384
384
|
export { default as BookTypeIcon } from '../icons/book-type';
|
|
385
|
-
// BookUp2 aliases
|
|
386
|
-
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
387
|
-
// BookUser aliases
|
|
388
|
-
export { default as BookUserIcon } from '../icons/book-user';
|
|
389
385
|
// BookUp aliases
|
|
390
386
|
export { default as BookUpIcon } from '../icons/book-up';
|
|
387
|
+
// BookUp2 aliases
|
|
388
|
+
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
391
389
|
// BookX aliases
|
|
392
390
|
export { default as BookXIcon } from '../icons/book-x';
|
|
391
|
+
// BookUser aliases
|
|
392
|
+
export { default as BookUserIcon } from '../icons/book-user';
|
|
393
393
|
// Book aliases
|
|
394
394
|
export { default as BookIcon } from '../icons/book';
|
|
395
395
|
// BookmarkCheck aliases
|
|
@@ -402,156 +402,156 @@ export { default as BookmarkOffIcon } from '../icons/bookmark-off';
|
|
|
402
402
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
403
403
|
// BookmarkX aliases
|
|
404
404
|
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
405
|
-
// BoomBox aliases
|
|
406
|
-
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
407
405
|
// Bookmark aliases
|
|
408
406
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
407
|
+
// BoomBox aliases
|
|
408
|
+
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
409
|
+
// BotOff aliases
|
|
410
|
+
export { default as BotOffIcon } from '../icons/bot-off';
|
|
409
411
|
// BotMessageSquare aliases
|
|
410
412
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
413
|
+
// BowArrow aliases
|
|
414
|
+
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
411
415
|
// Bot aliases
|
|
412
416
|
export { default as BotIcon } from '../icons/bot';
|
|
413
|
-
// BotOff aliases
|
|
414
|
-
export { default as BotOffIcon } from '../icons/bot-off';
|
|
415
417
|
// BottleWine aliases
|
|
416
418
|
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
417
|
-
// BowArrow aliases
|
|
418
|
-
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
419
419
|
// Box aliases
|
|
420
420
|
export { default as BoxIcon } from '../icons/box';
|
|
421
|
-
// Boxes aliases
|
|
422
|
-
export { default as BoxesIcon } from '../icons/boxes';
|
|
423
421
|
// Brackets aliases
|
|
424
422
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
425
423
|
// BrainCircuit aliases
|
|
426
424
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
427
|
-
//
|
|
428
|
-
export { default as
|
|
425
|
+
// Boxes aliases
|
|
426
|
+
export { default as BoxesIcon } from '../icons/boxes';
|
|
429
427
|
// BrainCog aliases
|
|
430
428
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
431
|
-
//
|
|
432
|
-
export { default as
|
|
429
|
+
// Brain aliases
|
|
430
|
+
export { default as BrainIcon } from '../icons/brain';
|
|
433
431
|
// BrickWall aliases
|
|
434
432
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
435
|
-
//
|
|
436
|
-
export { default as
|
|
437
|
-
// BriefcaseConveyorBelt aliases
|
|
438
|
-
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
433
|
+
// BrickWallFire aliases
|
|
434
|
+
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
439
435
|
// BrickWallShield aliases
|
|
440
436
|
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
437
|
+
// BriefcaseConveyorBelt aliases
|
|
438
|
+
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
439
|
+
// BriefcaseBusiness aliases
|
|
440
|
+
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
441
441
|
// BriefcaseMedical aliases
|
|
442
442
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
443
443
|
// Briefcase aliases
|
|
444
444
|
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
445
|
-
// BringToFront aliases
|
|
446
|
-
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
447
445
|
// Broccoli aliases
|
|
448
446
|
export { default as BroccoliIcon } from '../icons/broccoli';
|
|
447
|
+
// BringToFront aliases
|
|
448
|
+
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
449
449
|
// BrushCleaning aliases
|
|
450
450
|
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
451
|
+
// Brush aliases
|
|
452
|
+
export { default as BrushIcon } from '../icons/brush';
|
|
451
453
|
// Bubbles aliases
|
|
452
454
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
453
455
|
// BugOff aliases
|
|
454
456
|
export { default as BugOffIcon } from '../icons/bug-off';
|
|
455
|
-
//
|
|
456
|
-
export { default as
|
|
457
|
-
// BugPlay aliases
|
|
458
|
-
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
457
|
+
// Bug aliases
|
|
458
|
+
export { default as BugIcon } from '../icons/bug';
|
|
459
459
|
// Building2 aliases
|
|
460
460
|
export { default as Building2Icon } from '../icons/building-2';
|
|
461
|
+
// BugPlay aliases
|
|
462
|
+
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
461
463
|
// Building aliases
|
|
462
464
|
export { default as BuildingIcon } from '../icons/building';
|
|
463
|
-
// Bug aliases
|
|
464
|
-
export { default as BugIcon } from '../icons/bug';
|
|
465
465
|
// BusFront aliases
|
|
466
466
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
467
467
|
// Bus aliases
|
|
468
468
|
export { default as BusIcon } from '../icons/bus';
|
|
469
|
-
// CakeSlice aliases
|
|
470
|
-
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
471
469
|
// CableCar aliases
|
|
472
470
|
export { default as CableCarIcon } from '../icons/cable-car';
|
|
473
471
|
// Cable aliases
|
|
474
472
|
export { default as CableIcon } from '../icons/cable';
|
|
475
473
|
// Cake aliases
|
|
476
474
|
export { default as CakeIcon } from '../icons/cake';
|
|
475
|
+
// CakeSlice aliases
|
|
476
|
+
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
477
477
|
// Calculator aliases
|
|
478
478
|
export { default as CalculatorIcon } from '../icons/calculator';
|
|
479
|
-
// Calendar1 aliases
|
|
480
|
-
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
481
479
|
// CalendarArrowDown aliases
|
|
482
480
|
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
483
|
-
//
|
|
484
|
-
export { default as
|
|
485
|
-
// CalendarArrowUp aliases
|
|
486
|
-
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
481
|
+
// Calendar1 aliases
|
|
482
|
+
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
487
483
|
// CalendarCheck aliases
|
|
488
484
|
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
485
|
+
// CalendarArrowUp aliases
|
|
486
|
+
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
489
487
|
// CalendarClock aliases
|
|
490
488
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
489
|
+
// CalendarCheck2 aliases
|
|
490
|
+
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
491
|
+
// CalendarMinus2 aliases
|
|
492
|
+
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
491
493
|
// CalendarCog aliases
|
|
492
494
|
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
493
495
|
// CalendarDays aliases
|
|
494
496
|
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
495
|
-
// CalendarFold aliases
|
|
496
|
-
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
497
|
-
// CalendarMinus2 aliases
|
|
498
|
-
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
499
497
|
// CalendarHeart aliases
|
|
500
498
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
499
|
+
// CalendarFold aliases
|
|
500
|
+
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
501
501
|
// CalendarMinus aliases
|
|
502
502
|
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
503
|
+
// CalendarOff aliases
|
|
504
|
+
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
503
505
|
// CalendarPlus2 aliases
|
|
504
506
|
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
505
507
|
// CalendarPlus aliases
|
|
506
508
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
507
|
-
// CalendarOff aliases
|
|
508
|
-
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
509
|
-
// CalendarSearch aliases
|
|
510
|
-
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
511
509
|
// CalendarRange aliases
|
|
512
510
|
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
511
|
+
// CalendarSearch aliases
|
|
512
|
+
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
513
513
|
// CalendarSync aliases
|
|
514
514
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
515
|
-
// CalendarX2 aliases
|
|
516
|
-
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
517
515
|
// CalendarX aliases
|
|
518
516
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
519
517
|
// Calendar aliases
|
|
520
518
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
521
|
-
//
|
|
522
|
-
export { default as
|
|
519
|
+
// CalendarX2 aliases
|
|
520
|
+
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
523
521
|
// Calendars aliases
|
|
524
522
|
export { default as CalendarsIcon } from '../icons/calendars';
|
|
523
|
+
// CameraOff aliases
|
|
524
|
+
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
525
525
|
// Camera aliases
|
|
526
526
|
export { default as CameraIcon } from '../icons/camera';
|
|
527
527
|
// CandyCane aliases
|
|
528
528
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
529
529
|
// CandyOff aliases
|
|
530
530
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
531
|
-
// CannabisOff aliases
|
|
532
|
-
export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
533
531
|
// Candy aliases
|
|
534
532
|
export { default as CandyIcon } from '../icons/candy';
|
|
533
|
+
// CannabisOff aliases
|
|
534
|
+
export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
535
535
|
// CaptionsOff aliases
|
|
536
536
|
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
537
537
|
// Cannabis aliases
|
|
538
538
|
export { default as CannabisIcon } from '../icons/cannabis';
|
|
539
539
|
// CarFront aliases
|
|
540
540
|
export { default as CarFrontIcon } from '../icons/car-front';
|
|
541
|
-
// CarTaxiFront aliases
|
|
542
|
-
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
543
|
-
// Caravan aliases
|
|
544
|
-
export { default as CaravanIcon } from '../icons/caravan';
|
|
545
541
|
// Car aliases
|
|
546
542
|
export { default as CarIcon } from '../icons/car';
|
|
543
|
+
// Caravan aliases
|
|
544
|
+
export { default as CaravanIcon } from '../icons/caravan';
|
|
545
|
+
// CarTaxiFront aliases
|
|
546
|
+
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
547
547
|
// CardSim aliases
|
|
548
548
|
export { default as CardSimIcon } from '../icons/card-sim';
|
|
549
549
|
// Carrot aliases
|
|
550
550
|
export { default as CarrotIcon } from '../icons/carrot';
|
|
551
|
-
// CaseLower aliases
|
|
552
|
-
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
553
551
|
// CaseSensitive aliases
|
|
554
552
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
553
|
+
// CaseLower aliases
|
|
554
|
+
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
555
555
|
// CassetteTape aliases
|
|
556
556
|
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
557
557
|
// CaseUpper aliases
|
|
@@ -570,14 +570,14 @@ export { default as CctvIcon } from '../icons/cctv';
|
|
|
570
570
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
571
571
|
// ChartBarIncreasing aliases
|
|
572
572
|
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
573
|
-
// ChartColumnDecreasing aliases
|
|
574
|
-
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
575
573
|
// ChartBarStacked aliases
|
|
576
574
|
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
577
|
-
//
|
|
578
|
-
export { default as
|
|
575
|
+
// ChartColumnDecreasing aliases
|
|
576
|
+
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
579
577
|
// ChartGantt aliases
|
|
580
578
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
579
|
+
// ChartColumnStacked aliases
|
|
580
|
+
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
581
581
|
// ChartNetwork aliases
|
|
582
582
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
583
583
|
// ChartNoAxesColumnDecreasing aliases
|
|
@@ -590,80 +590,80 @@ export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
|
590
590
|
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
591
591
|
// CheckLine aliases
|
|
592
592
|
export { default as CheckLineIcon } from '../icons/check-line';
|
|
593
|
-
// Check aliases
|
|
594
|
-
export { default as CheckIcon } from '../icons/check';
|
|
595
593
|
// ChefHat aliases
|
|
596
594
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
595
|
+
// Check aliases
|
|
596
|
+
export { default as CheckIcon } from '../icons/check';
|
|
597
597
|
// Cherry aliases
|
|
598
598
|
export { default as CherryIcon } from '../icons/cherry';
|
|
599
599
|
// ChessBishop aliases
|
|
600
600
|
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
601
|
-
// ChessKing aliases
|
|
602
|
-
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
603
601
|
// ChessKnight aliases
|
|
604
602
|
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
603
|
+
// ChessKing aliases
|
|
604
|
+
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
605
605
|
// ChessPawn aliases
|
|
606
606
|
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
607
|
-
// ChessQueen aliases
|
|
608
|
-
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
609
607
|
// ChessRook aliases
|
|
610
608
|
export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
611
|
-
//
|
|
612
|
-
export { default as
|
|
609
|
+
// ChessQueen aliases
|
|
610
|
+
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
613
611
|
// ChevronFirst aliases
|
|
614
612
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
613
|
+
// ChevronDown aliases
|
|
614
|
+
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
615
615
|
// ChevronLast aliases
|
|
616
616
|
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
617
|
+
// ChevronLeft aliases
|
|
618
|
+
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
617
619
|
// ChevronRight aliases
|
|
618
620
|
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
619
621
|
// ChevronUp aliases
|
|
620
622
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
621
|
-
// ChevronLeft aliases
|
|
622
|
-
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
623
|
-
// ChevronsDown aliases
|
|
624
|
-
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
625
623
|
// ChevronsDownUp aliases
|
|
626
624
|
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
625
|
+
// ChevronsDown aliases
|
|
626
|
+
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
627
627
|
// ChevronsLeftRightEllipsis aliases
|
|
628
628
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
629
629
|
// ChevronsLeftRight aliases
|
|
630
630
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
631
|
-
// ChevronsLeft aliases
|
|
632
|
-
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
633
631
|
// ChevronsRightLeft aliases
|
|
634
632
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
635
633
|
// ChevronsRight aliases
|
|
636
634
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
637
|
-
//
|
|
638
|
-
export { default as
|
|
635
|
+
// ChevronsLeft aliases
|
|
636
|
+
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
639
637
|
// ChevronsUp aliases
|
|
640
638
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
639
|
+
// ChevronsUpDown aliases
|
|
640
|
+
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
641
|
+
// CigaretteOff aliases
|
|
642
|
+
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
641
643
|
// Church aliases
|
|
642
644
|
export { default as ChurchIcon } from '../icons/church';
|
|
643
645
|
// CircleDashed aliases
|
|
644
646
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
645
|
-
// CigaretteOff aliases
|
|
646
|
-
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
647
647
|
// Cigarette aliases
|
|
648
648
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
649
649
|
// CircleDotDashed aliases
|
|
650
650
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
651
651
|
// CircleDollarSign aliases
|
|
652
652
|
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
653
|
-
// CircleDot aliases
|
|
654
|
-
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
655
653
|
// CircleEllipsis aliases
|
|
656
654
|
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
655
|
+
// CircleDot aliases
|
|
656
|
+
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
657
657
|
// CircleEqual aliases
|
|
658
658
|
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
659
659
|
// CircleEuro aliases
|
|
660
660
|
export { default as CircleEuroIcon } from '../icons/circle-euro';
|
|
661
661
|
// CircleFadingArrowUp aliases
|
|
662
662
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
663
|
-
// CircleFadingPlus aliases
|
|
664
|
-
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
665
663
|
// CircleOff aliases
|
|
666
664
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
665
|
+
// CircleFadingPlus aliases
|
|
666
|
+
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
667
667
|
// CirclePoundSterling aliases
|
|
668
668
|
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
669
669
|
// CirclePile aliases
|
|
@@ -672,196 +672,196 @@ export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
|
672
672
|
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
673
673
|
// CircleSmall aliases
|
|
674
674
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
675
|
-
// CircleStar aliases
|
|
676
|
-
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
677
675
|
// CircuitBoard aliases
|
|
678
676
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
679
677
|
// Circle aliases
|
|
680
678
|
export { default as CircleIcon } from '../icons/circle';
|
|
681
679
|
// Citrus aliases
|
|
682
680
|
export { default as CitrusIcon } from '../icons/citrus';
|
|
681
|
+
// CircleStar aliases
|
|
682
|
+
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
683
683
|
// ClipboardCheck aliases
|
|
684
684
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
685
685
|
// Clapperboard aliases
|
|
686
686
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
687
|
-
// ClipboardCopy aliases
|
|
688
|
-
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
689
|
-
// ClipboardList aliases
|
|
690
|
-
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
691
687
|
// ClipboardClock aliases
|
|
692
688
|
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
693
|
-
//
|
|
694
|
-
export { default as
|
|
689
|
+
// ClipboardCopy aliases
|
|
690
|
+
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
695
691
|
// ClipboardMinus aliases
|
|
696
692
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
697
|
-
//
|
|
698
|
-
export { default as
|
|
693
|
+
// ClipboardList aliases
|
|
694
|
+
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
699
695
|
// ClipboardPaste aliases
|
|
700
696
|
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
701
697
|
// ClipboardType aliases
|
|
702
698
|
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
703
|
-
//
|
|
704
|
-
export { default as
|
|
699
|
+
// ClipboardPlus aliases
|
|
700
|
+
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
701
|
+
// ClipboardX aliases
|
|
702
|
+
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
703
|
+
// Clock1 aliases
|
|
704
|
+
export { default as Clock1Icon } from '../icons/clock-1';
|
|
705
705
|
// Clock10 aliases
|
|
706
706
|
export { default as Clock10Icon } from '../icons/clock-10';
|
|
707
707
|
// Clock11 aliases
|
|
708
708
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
709
|
-
//
|
|
710
|
-
export { default as
|
|
709
|
+
// Clipboard aliases
|
|
710
|
+
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
711
711
|
// Clock12 aliases
|
|
712
712
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
713
|
-
// Clock3 aliases
|
|
714
|
-
export { default as Clock3Icon } from '../icons/clock-3';
|
|
715
713
|
// Clock2 aliases
|
|
716
714
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
717
|
-
//
|
|
718
|
-
export { default as
|
|
715
|
+
// Clock3 aliases
|
|
716
|
+
export { default as Clock3Icon } from '../icons/clock-3';
|
|
719
717
|
// Clock5 aliases
|
|
720
718
|
export { default as Clock5Icon } from '../icons/clock-5';
|
|
721
719
|
// Clock6 aliases
|
|
722
720
|
export { default as Clock6Icon } from '../icons/clock-6';
|
|
721
|
+
// Clock4 aliases
|
|
722
|
+
export { default as Clock4Icon } from '../icons/clock-4';
|
|
723
723
|
// Clock7 aliases
|
|
724
724
|
export { default as Clock7Icon } from '../icons/clock-7';
|
|
725
725
|
// Clock8 aliases
|
|
726
726
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
727
727
|
// Clock9 aliases
|
|
728
728
|
export { default as Clock9Icon } from '../icons/clock-9';
|
|
729
|
+
// ClockAlert aliases
|
|
730
|
+
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
729
731
|
// ClockArrowDown aliases
|
|
730
732
|
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
731
733
|
// ClockArrowLeft aliases
|
|
732
734
|
export { default as ClockArrowLeftIcon } from '../icons/clock-arrow-left';
|
|
733
|
-
//
|
|
734
|
-
export { default as
|
|
735
|
+
// ClockArrowRight aliases
|
|
736
|
+
export { default as ClockArrowRightIcon } from '../icons/clock-arrow-right';
|
|
735
737
|
// ClockArrowUp aliases
|
|
736
738
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
737
739
|
// ClockCheck aliases
|
|
738
740
|
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
739
|
-
// ClockArrowRight aliases
|
|
740
|
-
export { default as ClockArrowRightIcon } from '../icons/clock-arrow-right';
|
|
741
741
|
// ClockFading aliases
|
|
742
742
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
743
743
|
// ClockPlus aliases
|
|
744
744
|
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
745
|
-
// ClosedCaption aliases
|
|
746
|
-
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
747
745
|
// Clock aliases
|
|
748
746
|
export { default as ClockIcon } from '../icons/clock';
|
|
747
|
+
// ClosedCaption aliases
|
|
748
|
+
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
749
749
|
// CloudAlert aliases
|
|
750
750
|
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
751
751
|
// CloudBackup aliases
|
|
752
752
|
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
753
753
|
// CloudCheck aliases
|
|
754
754
|
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
755
|
-
// CloudCog aliases
|
|
756
|
-
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
757
755
|
// CloudDrizzle aliases
|
|
758
756
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
759
|
-
//
|
|
760
|
-
export { default as
|
|
757
|
+
// CloudCog aliases
|
|
758
|
+
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
761
759
|
// CloudHail aliases
|
|
762
760
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
763
|
-
//
|
|
764
|
-
export { default as
|
|
761
|
+
// CloudFog aliases
|
|
762
|
+
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
765
763
|
// CloudLightning aliases
|
|
766
764
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
765
|
+
// CloudMoonRain aliases
|
|
766
|
+
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
767
767
|
// CloudMoon aliases
|
|
768
768
|
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
769
|
-
// CloudRainWind aliases
|
|
770
|
-
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
771
769
|
// CloudOff aliases
|
|
772
770
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
771
|
+
// CloudRainWind aliases
|
|
772
|
+
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
773
773
|
// CloudRain aliases
|
|
774
774
|
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
775
775
|
// CloudSnow aliases
|
|
776
776
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
777
|
-
// CloudSync aliases
|
|
778
|
-
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
779
777
|
// CloudSun aliases
|
|
780
778
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
779
|
+
// CloudSync aliases
|
|
780
|
+
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
781
781
|
// CloudSunRain aliases
|
|
782
782
|
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
783
783
|
// Cloud aliases
|
|
784
784
|
export { default as CloudIcon } from '../icons/cloud';
|
|
785
|
-
// Clover aliases
|
|
786
|
-
export { default as CloverIcon } from '../icons/clover';
|
|
787
785
|
// Cloudy aliases
|
|
788
786
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
789
|
-
//
|
|
790
|
-
export { default as
|
|
787
|
+
// Clover aliases
|
|
788
|
+
export { default as CloverIcon } from '../icons/clover';
|
|
791
789
|
// Code aliases
|
|
792
790
|
export { default as CodeIcon } from '../icons/code';
|
|
793
|
-
//
|
|
794
|
-
export { default as
|
|
791
|
+
// Club aliases
|
|
792
|
+
export { default as ClubIcon } from '../icons/club';
|
|
795
793
|
// Coffee aliases
|
|
796
794
|
export { default as CoffeeIcon } from '../icons/coffee';
|
|
795
|
+
// Cog aliases
|
|
796
|
+
export { default as CogIcon } from '../icons/cog';
|
|
797
797
|
// Coins aliases
|
|
798
798
|
export { default as CoinsIcon } from '../icons/coins';
|
|
799
799
|
// Columns4 aliases
|
|
800
800
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
801
801
|
// Combine aliases
|
|
802
802
|
export { default as CombineIcon } from '../icons/combine';
|
|
803
|
+
// Component aliases
|
|
804
|
+
export { default as ComponentIcon } from '../icons/component';
|
|
803
805
|
// Command aliases
|
|
804
806
|
export { default as CommandIcon } from '../icons/command';
|
|
805
807
|
// Compass aliases
|
|
806
808
|
export { default as CompassIcon } from '../icons/compass';
|
|
807
|
-
//
|
|
808
|
-
export { default as
|
|
809
|
+
// Computer aliases
|
|
810
|
+
export { default as ComputerIcon } from '../icons/computer';
|
|
809
811
|
// ConciergeBell aliases
|
|
810
812
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
811
813
|
// Cone aliases
|
|
812
814
|
export { default as ConeIcon } from '../icons/cone';
|
|
813
|
-
// Computer aliases
|
|
814
|
-
export { default as ComputerIcon } from '../icons/computer';
|
|
815
|
-
// Construction aliases
|
|
816
|
-
export { default as ConstructionIcon } from '../icons/construction';
|
|
817
815
|
// Contact aliases
|
|
818
816
|
export { default as ContactIcon } from '../icons/contact';
|
|
817
|
+
// Construction aliases
|
|
818
|
+
export { default as ConstructionIcon } from '../icons/construction';
|
|
819
819
|
// Container aliases
|
|
820
820
|
export { default as ContainerIcon } from '../icons/container';
|
|
821
821
|
// Contrast aliases
|
|
822
822
|
export { default as ContrastIcon } from '../icons/contrast';
|
|
823
|
-
// Cookie aliases
|
|
824
|
-
export { default as CookieIcon } from '../icons/cookie';
|
|
825
823
|
// CookingPot aliases
|
|
826
824
|
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
825
|
+
// Cookie aliases
|
|
826
|
+
export { default as CookieIcon } from '../icons/cookie';
|
|
827
827
|
// CopyCheck aliases
|
|
828
828
|
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
829
|
-
// CopyMinus aliases
|
|
830
|
-
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
831
829
|
// CopyPlus aliases
|
|
832
830
|
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
831
|
+
// CopyMinus aliases
|
|
832
|
+
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
833
833
|
// CopyX aliases
|
|
834
834
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
835
835
|
// CopySlash aliases
|
|
836
836
|
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
837
|
-
// Copyleft aliases
|
|
838
|
-
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
839
837
|
// Copy aliases
|
|
840
838
|
export { default as CopyIcon } from '../icons/copy';
|
|
841
|
-
//
|
|
842
|
-
export { default as
|
|
839
|
+
// Copyleft aliases
|
|
840
|
+
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
843
841
|
// Copyright aliases
|
|
844
842
|
export { default as CopyrightIcon } from '../icons/copyright';
|
|
845
|
-
// CornerLeftDown aliases
|
|
846
|
-
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
847
843
|
// CornerDownRight aliases
|
|
848
844
|
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
845
|
+
// CornerDownLeft aliases
|
|
846
|
+
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
847
|
+
// CornerLeftDown aliases
|
|
848
|
+
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
849
849
|
// CornerLeftUp aliases
|
|
850
850
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
851
851
|
// CornerRightDown aliases
|
|
852
852
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
853
853
|
// CornerRightUp aliases
|
|
854
854
|
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
855
|
-
// CornerUpRight aliases
|
|
856
|
-
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
857
855
|
// CornerUpLeft aliases
|
|
858
856
|
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
857
|
+
// CornerUpRight aliases
|
|
858
|
+
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
859
859
|
// Cpu aliases
|
|
860
860
|
export { default as CpuIcon } from '../icons/cpu';
|
|
861
|
-
// CreativeCommons aliases
|
|
862
|
-
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
863
861
|
// CreditCard aliases
|
|
864
862
|
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
863
|
+
// CreativeCommons aliases
|
|
864
|
+
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
865
865
|
// Croissant aliases
|
|
866
866
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
867
867
|
// Crop aliases
|
|
@@ -878,20 +878,20 @@ export { default as CuboidIcon } from '../icons/cuboid';
|
|
|
878
878
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
879
879
|
// Currency aliases
|
|
880
880
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
881
|
+
// Cylinder aliases
|
|
882
|
+
export { default as CylinderIcon } from '../icons/cylinder';
|
|
881
883
|
// Dam aliases
|
|
882
884
|
export { default as DamIcon } from '../icons/dam';
|
|
883
885
|
// DatabaseArrowDown aliases
|
|
884
886
|
export { default as DatabaseArrowDownIcon } from '../icons/database-arrow-down';
|
|
885
|
-
// DatabaseArrowUp aliases
|
|
886
|
-
export { default as DatabaseArrowUpIcon } from '../icons/database-arrow-up';
|
|
887
|
-
// Cylinder aliases
|
|
888
|
-
export { default as CylinderIcon } from '../icons/cylinder';
|
|
889
887
|
// DatabaseBackup aliases
|
|
890
888
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
891
|
-
//
|
|
892
|
-
export { default as
|
|
889
|
+
// DatabaseArrowUp aliases
|
|
890
|
+
export { default as DatabaseArrowUpIcon } from '../icons/database-arrow-up';
|
|
893
891
|
// DatabaseMinus aliases
|
|
894
892
|
export { default as DatabaseMinusIcon } from '../icons/database-minus';
|
|
893
|
+
// DatabaseCheck aliases
|
|
894
|
+
export { default as DatabaseCheckIcon } from '../icons/database-check';
|
|
895
895
|
// DatabasePlus aliases
|
|
896
896
|
export { default as DatabasePlusIcon } from '../icons/database-plus';
|
|
897
897
|
// DatabaseSearch aliases
|
|
@@ -912,20 +912,20 @@ export { default as DeleteIcon } from '../icons/delete';
|
|
|
912
912
|
export { default as DessertIcon } from '../icons/dessert';
|
|
913
913
|
// Diameter aliases
|
|
914
914
|
export { default as DiameterIcon } from '../icons/diameter';
|
|
915
|
-
// Diamond aliases
|
|
916
|
-
export { default as DiamondIcon } from '../icons/diamond';
|
|
917
|
-
// DiamondMinus aliases
|
|
918
|
-
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
919
915
|
// DiamondPlus aliases
|
|
920
916
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
921
|
-
//
|
|
922
|
-
export { default as
|
|
917
|
+
// DiamondMinus aliases
|
|
918
|
+
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
919
|
+
// Diamond aliases
|
|
920
|
+
export { default as DiamondIcon } from '../icons/diamond';
|
|
923
921
|
// Dice1 aliases
|
|
924
922
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
925
|
-
//
|
|
926
|
-
export { default as
|
|
923
|
+
// Dice2 aliases
|
|
924
|
+
export { default as Dice2Icon } from '../icons/dice-2';
|
|
927
925
|
// Dice4 aliases
|
|
928
926
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
927
|
+
// Dice3 aliases
|
|
928
|
+
export { default as Dice3Icon } from '../icons/dice-3';
|
|
929
929
|
// Dice5 aliases
|
|
930
930
|
export { default as Dice5Icon } from '../icons/dice-5';
|
|
931
931
|
// Dice6 aliases
|
|
@@ -946,28 +946,28 @@ export { default as DiscIcon } from '../icons/disc';
|
|
|
946
946
|
export { default as DivideIcon } from '../icons/divide';
|
|
947
947
|
// DnaOff aliases
|
|
948
948
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
949
|
+
// Dog aliases
|
|
950
|
+
export { default as DogIcon } from '../icons/dog';
|
|
949
951
|
// Dna aliases
|
|
950
952
|
export { default as DnaIcon } from '../icons/dna';
|
|
951
953
|
// Dock aliases
|
|
952
954
|
export { default as DockIcon } from '../icons/dock';
|
|
953
|
-
// Dog aliases
|
|
954
|
-
export { default as DogIcon } from '../icons/dog';
|
|
955
|
-
// DollarSign aliases
|
|
956
|
-
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
957
955
|
// Donut aliases
|
|
958
956
|
export { default as DonutIcon } from '../icons/donut';
|
|
957
|
+
// DollarSign aliases
|
|
958
|
+
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
959
959
|
// DoorClosedLocked aliases
|
|
960
960
|
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
961
|
-
// DoorOpen aliases
|
|
962
|
-
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
963
961
|
// DoorClosed aliases
|
|
964
962
|
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
965
|
-
// Download aliases
|
|
966
|
-
export { default as DownloadIcon } from '../icons/download';
|
|
967
963
|
// Dot aliases
|
|
968
964
|
export { default as DotIcon } from '../icons/dot';
|
|
965
|
+
// DoorOpen aliases
|
|
966
|
+
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
969
967
|
// DraftingCompass aliases
|
|
970
968
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
969
|
+
// Download aliases
|
|
970
|
+
export { default as DownloadIcon } from '../icons/download';
|
|
971
971
|
// Drama aliases
|
|
972
972
|
export { default as DramaIcon } from '../icons/drama';
|
|
973
973
|
// Drill aliases
|
|
@@ -986,30 +986,30 @@ export { default as DrumIcon } from '../icons/drum';
|
|
|
986
986
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
987
987
|
// Dumbbell aliases
|
|
988
988
|
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
989
|
-
// Ear aliases
|
|
990
|
-
export { default as EarIcon } from '../icons/ear';
|
|
991
989
|
// EarOff aliases
|
|
992
990
|
export { default as EarOffIcon } from '../icons/ear-off';
|
|
991
|
+
// Ear aliases
|
|
992
|
+
export { default as EarIcon } from '../icons/ear';
|
|
993
993
|
// EarthLock aliases
|
|
994
994
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
995
|
-
// EggFried aliases
|
|
996
|
-
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
997
995
|
// Eclipse aliases
|
|
998
996
|
export { default as EclipseIcon } from '../icons/eclipse';
|
|
999
|
-
//
|
|
1000
|
-
export { default as
|
|
997
|
+
// EggFried aliases
|
|
998
|
+
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
1001
999
|
// Egg aliases
|
|
1002
1000
|
export { default as EggIcon } from '../icons/egg';
|
|
1003
|
-
//
|
|
1004
|
-
export { default as
|
|
1001
|
+
// EggOff aliases
|
|
1002
|
+
export { default as EggOffIcon } from '../icons/egg-off';
|
|
1005
1003
|
// Ellipse aliases
|
|
1006
1004
|
export { default as EllipseIcon } from '../icons/ellipse';
|
|
1005
|
+
// EqualApproximately aliases
|
|
1006
|
+
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
1007
1007
|
// EqualNot aliases
|
|
1008
1008
|
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
1009
|
-
// Equal aliases
|
|
1010
|
-
export { default as EqualIcon } from '../icons/equal';
|
|
1011
1009
|
// Eraser aliases
|
|
1012
1010
|
export { default as EraserIcon } from '../icons/eraser';
|
|
1011
|
+
// Equal aliases
|
|
1012
|
+
export { default as EqualIcon } from '../icons/equal';
|
|
1013
1013
|
// EthernetPort aliases
|
|
1014
1014
|
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
1015
1015
|
// Euro aliases
|
|
@@ -1032,44 +1032,44 @@ export { default as EyeIcon } from '../icons/eye';
|
|
|
1032
1032
|
export { default as FactoryIcon } from '../icons/factory';
|
|
1033
1033
|
// Fan aliases
|
|
1034
1034
|
export { default as FanIcon } from '../icons/fan';
|
|
1035
|
-
// Feather aliases
|
|
1036
|
-
export { default as FeatherIcon } from '../icons/feather';
|
|
1037
1035
|
// FastForward aliases
|
|
1038
1036
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
1037
|
+
// Feather aliases
|
|
1038
|
+
export { default as FeatherIcon } from '../icons/feather';
|
|
1039
1039
|
// Fence aliases
|
|
1040
1040
|
export { default as FenceIcon } from '../icons/fence';
|
|
1041
1041
|
// FerrisWheel aliases
|
|
1042
1042
|
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
1043
|
-
// FileArchive aliases
|
|
1044
|
-
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
1045
1043
|
// FileBox aliases
|
|
1046
1044
|
export { default as FileBoxIcon } from '../icons/file-box';
|
|
1045
|
+
// FileArchive aliases
|
|
1046
|
+
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
1047
1047
|
// FileCheck aliases
|
|
1048
1048
|
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1049
1049
|
// FileClock aliases
|
|
1050
1050
|
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1051
1051
|
// FileCode aliases
|
|
1052
1052
|
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1053
|
-
// FileDiff aliases
|
|
1054
|
-
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
1055
1053
|
// FileDigit aliases
|
|
1056
1054
|
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1055
|
+
// FileDiff aliases
|
|
1056
|
+
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
1057
1057
|
// FileDown aliases
|
|
1058
1058
|
export { default as FileDownIcon } from '../icons/file-down';
|
|
1059
1059
|
// FileHeart aliases
|
|
1060
1060
|
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1061
1061
|
// FileImage aliases
|
|
1062
1062
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
1063
|
-
//
|
|
1064
|
-
export { default as
|
|
1063
|
+
// FileInput aliases
|
|
1064
|
+
export { default as FileInputIcon } from '../icons/file-input';
|
|
1065
1065
|
// FileMusic aliases
|
|
1066
1066
|
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1067
1067
|
// FileOutput aliases
|
|
1068
1068
|
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1069
|
+
// FileMinus aliases
|
|
1070
|
+
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1069
1071
|
// FilePlus aliases
|
|
1070
1072
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1071
|
-
// FileInput aliases
|
|
1072
|
-
export { default as FileInputIcon } from '../icons/file-input';
|
|
1073
1073
|
// FileScan aliases
|
|
1074
1074
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1075
1075
|
// FileSearch aliases
|
|
@@ -1080,20 +1080,20 @@ export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
|
1080
1080
|
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1081
1081
|
// FileSpreadsheet aliases
|
|
1082
1082
|
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1083
|
-
// FileText aliases
|
|
1084
|
-
export { default as FileTextIcon } from '../icons/file-text';
|
|
1085
|
-
// FileTerminal aliases
|
|
1086
|
-
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1087
1083
|
// FileSymlink aliases
|
|
1088
1084
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1085
|
+
// FileTerminal aliases
|
|
1086
|
+
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1087
|
+
// FileText aliases
|
|
1088
|
+
export { default as FileTextIcon } from '../icons/file-text';
|
|
1089
1089
|
// FileType aliases
|
|
1090
1090
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1091
1091
|
// FileUp aliases
|
|
1092
1092
|
export { default as FileUpIcon } from '../icons/file-up';
|
|
1093
|
-
// FileVolume aliases
|
|
1094
|
-
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1095
1093
|
// FileUser aliases
|
|
1096
1094
|
export { default as FileUserIcon } from '../icons/file-user';
|
|
1095
|
+
// FileVolume aliases
|
|
1096
|
+
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1097
1097
|
// FileX aliases
|
|
1098
1098
|
export { default as FileXIcon } from '../icons/file-x';
|
|
1099
1099
|
// File aliases
|
|
@@ -1102,70 +1102,70 @@ export { default as FileIcon } from '../icons/file';
|
|
|
1102
1102
|
export { default as FilesIcon } from '../icons/files';
|
|
1103
1103
|
// Film aliases
|
|
1104
1104
|
export { default as FilmIcon } from '../icons/film';
|
|
1105
|
-
// FireExtinguisher aliases
|
|
1106
|
-
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1107
|
-
// FishOff aliases
|
|
1108
|
-
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1109
1105
|
// FishSymbol aliases
|
|
1110
1106
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1111
|
-
//
|
|
1112
|
-
export { default as
|
|
1107
|
+
// FishOff aliases
|
|
1108
|
+
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1109
|
+
// FireExtinguisher aliases
|
|
1110
|
+
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1113
1111
|
// FishingHook aliases
|
|
1114
1112
|
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1113
|
+
// Fish aliases
|
|
1114
|
+
export { default as FishIcon } from '../icons/fish';
|
|
1115
1115
|
// FishingRod aliases
|
|
1116
1116
|
export { default as FishingRodIcon } from '../icons/fishing-rod';
|
|
1117
1117
|
// FlagOff aliases
|
|
1118
1118
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1119
1119
|
// FlagTriangleLeft aliases
|
|
1120
1120
|
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1121
|
-
// FlagTriangleRight aliases
|
|
1122
|
-
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1123
1121
|
// Flag aliases
|
|
1124
1122
|
export { default as FlagIcon } from '../icons/flag';
|
|
1123
|
+
// FlagTriangleRight aliases
|
|
1124
|
+
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1125
|
+
// FlameKindling aliases
|
|
1126
|
+
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1125
1127
|
// Flame aliases
|
|
1126
1128
|
export { default as FlameIcon } from '../icons/flame';
|
|
1127
1129
|
// FlashlightOff aliases
|
|
1128
1130
|
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1129
|
-
// FlameKindling aliases
|
|
1130
|
-
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1131
|
-
// FlaskConicalOff aliases
|
|
1132
|
-
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1133
1131
|
// Flashlight aliases
|
|
1134
1132
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1133
|
+
// FlaskConicalOff aliases
|
|
1134
|
+
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1135
1135
|
// FlaskConical aliases
|
|
1136
1136
|
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1137
1137
|
// FlaskRound aliases
|
|
1138
1138
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1139
|
-
// FlipVertical2 aliases
|
|
1140
|
-
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1141
1139
|
// FlipHorizontal2 aliases
|
|
1142
1140
|
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1141
|
+
// FlipVertical2 aliases
|
|
1142
|
+
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1143
1143
|
// Flower2 aliases
|
|
1144
1144
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1145
1145
|
// Flower aliases
|
|
1146
1146
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1147
1147
|
// Focus aliases
|
|
1148
1148
|
export { default as FocusIcon } from '../icons/focus';
|
|
1149
|
-
// FoldHorizontal aliases
|
|
1150
|
-
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1151
1149
|
// FoldVertical aliases
|
|
1152
1150
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1151
|
+
// FoldHorizontal aliases
|
|
1152
|
+
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1153
1153
|
// FolderArchive aliases
|
|
1154
1154
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1155
|
+
// FolderBookmark aliases
|
|
1156
|
+
export { default as FolderBookmarkIcon } from '../icons/folder-bookmark';
|
|
1155
1157
|
// FolderCheck aliases
|
|
1156
1158
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1157
1159
|
// FolderClock aliases
|
|
1158
1160
|
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1159
|
-
// FolderBookmark aliases
|
|
1160
|
-
export { default as FolderBookmarkIcon } from '../icons/folder-bookmark';
|
|
1161
|
-
// FolderCode aliases
|
|
1162
|
-
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1163
1161
|
// FolderClosed aliases
|
|
1164
1162
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1165
|
-
//
|
|
1166
|
-
export { default as
|
|
1163
|
+
// FolderCode aliases
|
|
1164
|
+
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1167
1165
|
// FolderDot aliases
|
|
1168
1166
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1167
|
+
// FolderDown aliases
|
|
1168
|
+
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1169
1169
|
// FolderGit2 aliases
|
|
1170
1170
|
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1171
1171
|
// FolderGit aliases
|
|
@@ -1182,16 +1182,16 @@ export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
|
1182
1182
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1183
1183
|
// FolderOpenDot aliases
|
|
1184
1184
|
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1185
|
-
// FolderMinus aliases
|
|
1186
|
-
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1187
1185
|
// FolderOpen aliases
|
|
1188
1186
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1187
|
+
// FolderMinus aliases
|
|
1188
|
+
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1189
1189
|
// FolderOutput aliases
|
|
1190
1190
|
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1191
|
-
// FolderRoot aliases
|
|
1192
|
-
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1193
1191
|
// FolderPlus aliases
|
|
1194
1192
|
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1193
|
+
// FolderRoot aliases
|
|
1194
|
+
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1195
1195
|
// FolderSearch2 aliases
|
|
1196
1196
|
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1197
1197
|
// FolderSearch aliases
|
|
@@ -1206,30 +1206,30 @@ export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
|
1206
1206
|
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1207
1207
|
// FolderX aliases
|
|
1208
1208
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1209
|
+
// Folders aliases
|
|
1210
|
+
export { default as FoldersIcon } from '../icons/folders';
|
|
1209
1211
|
// Folder aliases
|
|
1210
1212
|
export { default as FolderIcon } from '../icons/folder';
|
|
1211
1213
|
// Footprints aliases
|
|
1212
1214
|
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1213
|
-
// Folders aliases
|
|
1214
|
-
export { default as FoldersIcon } from '../icons/folders';
|
|
1215
1215
|
// Forklift aliases
|
|
1216
1216
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1217
|
+
// Form aliases
|
|
1218
|
+
export { default as FormIcon } from '../icons/form';
|
|
1217
1219
|
// Forward aliases
|
|
1218
1220
|
export { default as ForwardIcon } from '../icons/forward';
|
|
1219
1221
|
// Frame aliases
|
|
1220
1222
|
export { default as FrameIcon } from '../icons/frame';
|
|
1221
|
-
// Form aliases
|
|
1222
|
-
export { default as FormIcon } from '../icons/form';
|
|
1223
|
-
// Frown aliases
|
|
1224
|
-
export { default as FrownIcon } from '../icons/frown';
|
|
1225
1223
|
// Fuel aliases
|
|
1226
1224
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1227
1225
|
// Fullscreen aliases
|
|
1228
1226
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1229
|
-
//
|
|
1230
|
-
export { default as
|
|
1227
|
+
// Frown aliases
|
|
1228
|
+
export { default as FrownIcon } from '../icons/frown';
|
|
1231
1229
|
// FunnelPlus aliases
|
|
1232
1230
|
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1231
|
+
// GalleryHorizontalEnd aliases
|
|
1232
|
+
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1233
1233
|
// GalleryHorizontal aliases
|
|
1234
1234
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1235
1235
|
// GalleryThumbnails aliases
|
|
@@ -1250,52 +1250,52 @@ export { default as GaugeIcon } from '../icons/gauge';
|
|
|
1250
1250
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1251
1251
|
// GeorgianLari aliases
|
|
1252
1252
|
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1253
|
-
// Ghost aliases
|
|
1254
|
-
export { default as GhostIcon } from '../icons/ghost';
|
|
1255
1253
|
// Gem aliases
|
|
1256
1254
|
export { default as GemIcon } from '../icons/gem';
|
|
1257
1255
|
// Gift aliases
|
|
1258
1256
|
export { default as GiftIcon } from '../icons/gift';
|
|
1257
|
+
// Ghost aliases
|
|
1258
|
+
export { default as GhostIcon } from '../icons/ghost';
|
|
1259
|
+
// GitBranch aliases
|
|
1260
|
+
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1259
1261
|
// GitBranchMinus aliases
|
|
1260
1262
|
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1261
1263
|
// GitBranchPlus aliases
|
|
1262
1264
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1263
|
-
// GitBranch aliases
|
|
1264
|
-
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1265
|
-
// GitCommitVertical aliases
|
|
1266
|
-
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1267
1265
|
// GitCompareArrows aliases
|
|
1268
1266
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1267
|
+
// GitCommitVertical aliases
|
|
1268
|
+
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1269
1269
|
// GitCompare aliases
|
|
1270
1270
|
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1271
1271
|
// GitFork aliases
|
|
1272
1272
|
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1273
1273
|
// GitGraph aliases
|
|
1274
1274
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1275
|
-
// GitMergeConflict aliases
|
|
1276
|
-
export { default as GitMergeConflictIcon } from '../icons/git-merge-conflict';
|
|
1277
1275
|
// GitMerge aliases
|
|
1278
1276
|
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1277
|
+
// GitMergeConflict aliases
|
|
1278
|
+
export { default as GitMergeConflictIcon } from '../icons/git-merge-conflict';
|
|
1279
|
+
// GitPullRequestArrow aliases
|
|
1280
|
+
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1279
1281
|
// GitPullRequestClosed aliases
|
|
1280
1282
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1281
1283
|
// GitPullRequestCreateArrow aliases
|
|
1282
1284
|
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1283
|
-
// GitPullRequestArrow aliases
|
|
1284
|
-
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1285
1285
|
// GitPullRequestCreate aliases
|
|
1286
1286
|
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1287
|
-
// GitPullRequestDraft aliases
|
|
1288
|
-
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1289
1287
|
// GitPullRequest aliases
|
|
1290
1288
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1291
1289
|
// GlassWater aliases
|
|
1292
1290
|
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1291
|
+
// GitPullRequestDraft aliases
|
|
1292
|
+
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1293
1293
|
// Glasses aliases
|
|
1294
1294
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1295
|
-
// GlobeCheck aliases
|
|
1296
|
-
export { default as GlobeCheckIcon } from '../icons/globe-check';
|
|
1297
1295
|
// GlobeLock aliases
|
|
1298
1296
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1297
|
+
// GlobeCheck aliases
|
|
1298
|
+
export { default as GlobeCheckIcon } from '../icons/globe-check';
|
|
1299
1299
|
// GlobeOff aliases
|
|
1300
1300
|
export { default as GlobeOffIcon } from '../icons/globe-off';
|
|
1301
1301
|
// GlobeX aliases
|
|
@@ -1308,10 +1308,10 @@ export { default as GoalIcon } from '../icons/goal';
|
|
|
1308
1308
|
export { default as GpuIcon } from '../icons/gpu';
|
|
1309
1309
|
// GraduationCap aliases
|
|
1310
1310
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1311
|
-
// Grape aliases
|
|
1312
|
-
export { default as GrapeIcon } from '../icons/grape';
|
|
1313
1311
|
// Grid3x2 aliases
|
|
1314
1312
|
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1313
|
+
// Grape aliases
|
|
1314
|
+
export { default as GrapeIcon } from '../icons/grape';
|
|
1315
1315
|
// GripHorizontal aliases
|
|
1316
1316
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1317
1317
|
// GripVertical aliases
|
|
@@ -1334,28 +1334,28 @@ export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
|
1334
1334
|
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1335
1335
|
// HandHeart aliases
|
|
1336
1336
|
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1337
|
-
// HandMetal aliases
|
|
1338
|
-
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1339
1337
|
// HandPlatter aliases
|
|
1340
1338
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1341
|
-
//
|
|
1342
|
-
export { default as
|
|
1339
|
+
// HandMetal aliases
|
|
1340
|
+
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1343
1341
|
// Hand aliases
|
|
1344
1342
|
export { default as HandIcon } from '../icons/hand';
|
|
1343
|
+
// Handbag aliases
|
|
1344
|
+
export { default as HandbagIcon } from '../icons/handbag';
|
|
1345
1345
|
// Handshake aliases
|
|
1346
1346
|
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1347
1347
|
// HardDriveDownload aliases
|
|
1348
1348
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1349
|
-
// HardDrive aliases
|
|
1350
|
-
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1351
1349
|
// HardDriveUpload aliases
|
|
1352
1350
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1351
|
+
// HardDrive aliases
|
|
1352
|
+
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1353
1353
|
// HardHat aliases
|
|
1354
1354
|
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1355
|
-
// HatGlasses aliases
|
|
1356
|
-
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1357
1355
|
// Hash aliases
|
|
1358
1356
|
export { default as HashIcon } from '../icons/hash';
|
|
1357
|
+
// HatGlasses aliases
|
|
1358
|
+
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1359
1359
|
// Haze aliases
|
|
1360
1360
|
export { default as HazeIcon } from '../icons/haze';
|
|
1361
1361
|
// Hd aliases
|
|
@@ -1374,10 +1374,10 @@ export { default as Heading4Icon } from '../icons/heading-4';
|
|
|
1374
1374
|
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1375
1375
|
// Heading6 aliases
|
|
1376
1376
|
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1377
|
-
// Heading aliases
|
|
1378
|
-
export { default as HeadingIcon } from '../icons/heading';
|
|
1379
1377
|
// HeadphoneOff aliases
|
|
1380
1378
|
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1379
|
+
// Heading aliases
|
|
1380
|
+
export { default as HeadingIcon } from '../icons/heading';
|
|
1381
1381
|
// Headphones aliases
|
|
1382
1382
|
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1383
1383
|
// Headset aliases
|
|
@@ -1392,14 +1392,14 @@ export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
|
1392
1392
|
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1393
1393
|
// HeartPlus aliases
|
|
1394
1394
|
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1395
|
-
// HeartPulse aliases
|
|
1396
|
-
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1397
1395
|
// HeartX aliases
|
|
1398
1396
|
export { default as HeartXIcon } from '../icons/heart-x';
|
|
1399
|
-
// Heater aliases
|
|
1400
|
-
export { default as HeaterIcon } from '../icons/heater';
|
|
1401
1397
|
// Heart aliases
|
|
1402
1398
|
export { default as HeartIcon } from '../icons/heart';
|
|
1399
|
+
// HeartPulse aliases
|
|
1400
|
+
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1401
|
+
// Heater aliases
|
|
1402
|
+
export { default as HeaterIcon } from '../icons/heater';
|
|
1403
1403
|
// Helicopter aliases
|
|
1404
1404
|
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1405
1405
|
// Hexagon aliases
|
|
@@ -1408,8 +1408,6 @@ export { default as HexagonIcon } from '../icons/hexagon';
|
|
|
1408
1408
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1409
1409
|
// HopOff aliases
|
|
1410
1410
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1411
|
-
// History aliases
|
|
1412
|
-
export { default as HistoryIcon } from '../icons/history';
|
|
1413
1411
|
// Hop aliases
|
|
1414
1412
|
export { default as HopIcon } from '../icons/hop';
|
|
1415
1413
|
// Hospital aliases
|
|
@@ -1418,14 +1416,14 @@ export { default as HospitalIcon } from '../icons/hospital';
|
|
|
1418
1416
|
export { default as HotelIcon } from '../icons/hotel';
|
|
1419
1417
|
// Hourglass aliases
|
|
1420
1418
|
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1421
|
-
// HousePlug aliases
|
|
1422
|
-
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1423
1419
|
// HouseHeart aliases
|
|
1424
1420
|
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1425
|
-
//
|
|
1426
|
-
export { default as
|
|
1421
|
+
// HousePlug aliases
|
|
1422
|
+
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1427
1423
|
// HouseWifi aliases
|
|
1428
1424
|
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1425
|
+
// HousePlus aliases
|
|
1426
|
+
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1429
1427
|
// IdCardLanyard aliases
|
|
1430
1428
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1431
1429
|
// IdCard aliases
|
|
@@ -1438,50 +1436,50 @@ export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
|
1438
1436
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1439
1437
|
// ImagePlay aliases
|
|
1440
1438
|
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1441
|
-
// ImagePlus aliases
|
|
1442
|
-
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1443
1439
|
// ImageUp aliases
|
|
1444
1440
|
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1445
1441
|
// ImageUpscale aliases
|
|
1446
1442
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1447
|
-
//
|
|
1448
|
-
export { default as
|
|
1443
|
+
// ImagePlus aliases
|
|
1444
|
+
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1449
1445
|
// Image aliases
|
|
1450
1446
|
export { default as ImageIcon } from '../icons/image';
|
|
1447
|
+
// Images aliases
|
|
1448
|
+
export { default as ImagesIcon } from '../icons/images';
|
|
1451
1449
|
// Import aliases
|
|
1452
1450
|
export { default as ImportIcon } from '../icons/import';
|
|
1453
1451
|
// Inbox aliases
|
|
1454
1452
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1455
1453
|
// IndianRupee aliases
|
|
1456
1454
|
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1457
|
-
// Infinity aliases
|
|
1458
|
-
export { default as InfinityIcon } from '../icons/infinity';
|
|
1459
1455
|
// Info aliases
|
|
1460
1456
|
export { default as InfoIcon } from '../icons/info';
|
|
1461
1457
|
// InspectionPanel aliases
|
|
1462
1458
|
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1459
|
+
// Infinity aliases
|
|
1460
|
+
export { default as InfinityIcon } from '../icons/infinity';
|
|
1463
1461
|
// Italic aliases
|
|
1464
1462
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1465
1463
|
// IterationCcw aliases
|
|
1466
1464
|
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1467
|
-
// JapaneseYen aliases
|
|
1468
|
-
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1469
1465
|
// IterationCw aliases
|
|
1470
1466
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1471
1467
|
// Joystick aliases
|
|
1472
1468
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1473
|
-
// Kayak aliases
|
|
1474
|
-
export { default as KayakIcon } from '../icons/kayak';
|
|
1475
1469
|
// Kanban aliases
|
|
1476
1470
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1471
|
+
// Kayak aliases
|
|
1472
|
+
export { default as KayakIcon } from '../icons/kayak';
|
|
1473
|
+
// JapaneseYen aliases
|
|
1474
|
+
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1477
1475
|
// KeyRound aliases
|
|
1478
1476
|
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1479
1477
|
// KeySquare aliases
|
|
1480
1478
|
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1481
|
-
// Key aliases
|
|
1482
|
-
export { default as KeyIcon } from '../icons/key';
|
|
1483
1479
|
// KeyboardMusic aliases
|
|
1484
1480
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1481
|
+
// Key aliases
|
|
1482
|
+
export { default as KeyIcon } from '../icons/key';
|
|
1485
1483
|
// Keyboard aliases
|
|
1486
1484
|
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1487
1485
|
// KeyboardOff aliases
|
|
@@ -1498,38 +1496,40 @@ export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
|
1498
1496
|
export { default as LampIcon } from '../icons/lamp';
|
|
1499
1497
|
// LampWallUp aliases
|
|
1500
1498
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1501
|
-
// Landmark aliases
|
|
1502
|
-
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1503
1499
|
// LandPlot aliases
|
|
1504
1500
|
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1501
|
+
// LaptopMinimalCheck aliases
|
|
1502
|
+
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1505
1503
|
// Languages aliases
|
|
1506
1504
|
export { default as LanguagesIcon } from '../icons/languages';
|
|
1505
|
+
// Landmark aliases
|
|
1506
|
+
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1507
1507
|
// Laptop aliases
|
|
1508
1508
|
export { default as LaptopIcon } from '../icons/laptop';
|
|
1509
1509
|
// LassoSelect aliases
|
|
1510
1510
|
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1511
1511
|
// Lasso aliases
|
|
1512
1512
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1513
|
-
// LaptopMinimalCheck aliases
|
|
1514
|
-
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1515
1513
|
// Laugh aliases
|
|
1516
1514
|
export { default as LaughIcon } from '../icons/laugh';
|
|
1517
|
-
// LayersMinus aliases
|
|
1518
|
-
export { default as LayersMinusIcon } from '../icons/layers-minus';
|
|
1519
1515
|
// Layers2 aliases
|
|
1520
1516
|
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1517
|
+
// LayersMinus aliases
|
|
1518
|
+
export { default as LayersMinusIcon } from '../icons/layers-minus';
|
|
1521
1519
|
// LayersPlus aliases
|
|
1522
1520
|
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1523
|
-
//
|
|
1524
|
-
export { default as
|
|
1521
|
+
// LayoutFreeform aliases
|
|
1522
|
+
export { default as LayoutFreeformIcon } from '../icons/layout-freeform';
|
|
1525
1523
|
// LayoutDashboard aliases
|
|
1526
1524
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1525
|
+
// LayoutGrid aliases
|
|
1526
|
+
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1527
1527
|
// LayoutList aliases
|
|
1528
1528
|
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1529
|
-
// LayoutPanelTop aliases
|
|
1530
|
-
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1531
1529
|
// LayoutTemplate aliases
|
|
1532
1530
|
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1531
|
+
// LayoutPanelTop aliases
|
|
1532
|
+
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1533
1533
|
// LayoutPanelLeft aliases
|
|
1534
1534
|
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1535
1535
|
// Leaf aliases
|
|
@@ -1560,20 +1560,20 @@ export { default as LineDotRightHorizontalIcon } from '../icons/line-dot-right-h
|
|
|
1560
1560
|
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1561
1561
|
// Link2Off aliases
|
|
1562
1562
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1563
|
-
// LineStyle aliases
|
|
1564
|
-
export { default as LineStyleIcon } from '../icons/line-style';
|
|
1565
1563
|
// Link2 aliases
|
|
1566
1564
|
export { default as Link2Icon } from '../icons/link-2';
|
|
1565
|
+
// LineStyle aliases
|
|
1566
|
+
export { default as LineStyleIcon } from '../icons/line-style';
|
|
1567
1567
|
// Link aliases
|
|
1568
1568
|
export { default as LinkIcon } from '../icons/link';
|
|
1569
1569
|
// ListCheck aliases
|
|
1570
1570
|
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1571
1571
|
// ListChecks aliases
|
|
1572
1572
|
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1573
|
-
// ListChevronsDownUp aliases
|
|
1574
|
-
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1575
1573
|
// ListChevronsUpDown aliases
|
|
1576
1574
|
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1575
|
+
// ListChevronsDownUp aliases
|
|
1576
|
+
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1577
1577
|
// ListCollapse aliases
|
|
1578
1578
|
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1579
1579
|
// ListEnd aliases
|
|
@@ -1582,36 +1582,36 @@ export { default as ListEndIcon } from '../icons/list-end';
|
|
|
1582
1582
|
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1583
1583
|
// ListFilter aliases
|
|
1584
1584
|
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1585
|
-
// ListMinus aliases
|
|
1586
|
-
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1587
1585
|
// ListMusic aliases
|
|
1588
1586
|
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1589
1587
|
// ListOrdered aliases
|
|
1590
1588
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1589
|
+
// ListMinus aliases
|
|
1590
|
+
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1591
1591
|
// ListPlus aliases
|
|
1592
1592
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1593
1593
|
// ListRestart aliases
|
|
1594
1594
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1595
1595
|
// ListSortAscending aliases
|
|
1596
1596
|
export { default as ListSortAscendingIcon } from '../icons/list-sort-ascending';
|
|
1597
|
-
// ListSortDescending aliases
|
|
1598
|
-
export { default as ListSortDescendingIcon } from '../icons/list-sort-descending';
|
|
1599
1597
|
// ListStart aliases
|
|
1600
1598
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1599
|
+
// ListSortDescending aliases
|
|
1600
|
+
export { default as ListSortDescendingIcon } from '../icons/list-sort-descending';
|
|
1601
1601
|
// ListTodo aliases
|
|
1602
1602
|
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1603
|
-
// ListTree aliases
|
|
1604
|
-
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1605
1603
|
// ListVideo aliases
|
|
1606
1604
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1605
|
+
// ListTree aliases
|
|
1606
|
+
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1607
1607
|
// List aliases
|
|
1608
1608
|
export { default as ListIcon } from '../icons/list';
|
|
1609
1609
|
// ListX aliases
|
|
1610
1610
|
export { default as ListXIcon } from '../icons/list-x';
|
|
1611
|
-
// LoaderPinwheel aliases
|
|
1612
|
-
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1613
1611
|
// Loader aliases
|
|
1614
1612
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1613
|
+
// LoaderPinwheel aliases
|
|
1614
|
+
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1615
1615
|
// LocateFixed aliases
|
|
1616
1616
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1617
1617
|
// LocateOff aliases
|
|
@@ -1632,10 +1632,10 @@ export { default as LogsIcon } from '../icons/logs';
|
|
|
1632
1632
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1633
1633
|
// Luggage aliases
|
|
1634
1634
|
export { default as LuggageIcon } from '../icons/luggage';
|
|
1635
|
-
// MailCheck aliases
|
|
1636
|
-
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1637
1635
|
// Magnet aliases
|
|
1638
1636
|
export { default as MagnetIcon } from '../icons/magnet';
|
|
1637
|
+
// MailCheck aliases
|
|
1638
|
+
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1639
1639
|
// MailMinus aliases
|
|
1640
1640
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1641
1641
|
// MailOpen aliases
|
|
@@ -1644,44 +1644,44 @@ export { default as MailOpenIcon } from '../icons/mail-open';
|
|
|
1644
1644
|
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1645
1645
|
// MailSearch aliases
|
|
1646
1646
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1647
|
-
// MailX aliases
|
|
1648
|
-
export { default as MailXIcon } from '../icons/mail-x';
|
|
1649
1647
|
// MailWarning aliases
|
|
1650
1648
|
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1649
|
+
// MailX aliases
|
|
1650
|
+
export { default as MailXIcon } from '../icons/mail-x';
|
|
1651
1651
|
// Mail aliases
|
|
1652
1652
|
export { default as MailIcon } from '../icons/mail';
|
|
1653
|
+
// MapMinus aliases
|
|
1654
|
+
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1653
1655
|
// Mailbox aliases
|
|
1654
1656
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1655
1657
|
// Mails aliases
|
|
1656
1658
|
export { default as MailsIcon } from '../icons/mails';
|
|
1657
|
-
// MapMinus aliases
|
|
1658
|
-
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1659
1659
|
// MapPinCheckInside aliases
|
|
1660
1660
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1661
1661
|
// MapPinCheck aliases
|
|
1662
1662
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1663
1663
|
// MapPinHouse aliases
|
|
1664
1664
|
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1665
|
-
// MapPinMinusInside aliases
|
|
1666
|
-
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1667
1665
|
// MapPinMinus aliases
|
|
1668
1666
|
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1667
|
+
// MapPinMinusInside aliases
|
|
1668
|
+
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1669
1669
|
// MapPinOff aliases
|
|
1670
1670
|
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1671
1671
|
// MapPinPlusInside aliases
|
|
1672
1672
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1673
1673
|
// MapPinPlus aliases
|
|
1674
1674
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1675
|
-
// MapPinXInside aliases
|
|
1676
|
-
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1677
1675
|
// MapPinSearch aliases
|
|
1678
1676
|
export { default as MapPinSearchIcon } from '../icons/map-pin-search';
|
|
1677
|
+
// MapPinXInside aliases
|
|
1678
|
+
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1679
1679
|
// MapPin aliases
|
|
1680
1680
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1681
|
-
// MapPinX aliases
|
|
1682
|
-
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1683
1681
|
// MapPinned aliases
|
|
1684
1682
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1683
|
+
// MapPinX aliases
|
|
1684
|
+
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1685
1685
|
// MapPlus aliases
|
|
1686
1686
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1687
1687
|
// Map aliases
|
|
@@ -1692,22 +1692,22 @@ export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
|
1692
1692
|
export { default as MarsIcon } from '../icons/mars';
|
|
1693
1693
|
// Martini aliases
|
|
1694
1694
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1695
|
-
// Maximize2 aliases
|
|
1696
|
-
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1697
1695
|
// Maximize aliases
|
|
1698
1696
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1699
1697
|
// Medal aliases
|
|
1700
1698
|
export { default as MedalIcon } from '../icons/medal';
|
|
1701
|
-
//
|
|
1702
|
-
export { default as
|
|
1699
|
+
// Maximize2 aliases
|
|
1700
|
+
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1703
1701
|
// MegaphoneOff aliases
|
|
1704
1702
|
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1705
|
-
// Menu aliases
|
|
1706
|
-
export { default as MenuIcon } from '../icons/menu';
|
|
1707
1703
|
// Meh aliases
|
|
1708
1704
|
export { default as MehIcon } from '../icons/meh';
|
|
1709
1705
|
// MemoryStick aliases
|
|
1710
1706
|
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1707
|
+
// Megaphone aliases
|
|
1708
|
+
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1709
|
+
// Menu aliases
|
|
1710
|
+
export { default as MenuIcon } from '../icons/menu';
|
|
1711
1711
|
// Merge aliases
|
|
1712
1712
|
export { default as MergeIcon } from '../icons/merge';
|
|
1713
1713
|
// MessageCircleCheck aliases
|
|
@@ -1720,34 +1720,34 @@ export { default as MessageCircleDashedIcon } from '../icons/message-circle-dash
|
|
|
1720
1720
|
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1721
1721
|
// MessageCircleMore aliases
|
|
1722
1722
|
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1723
|
-
// MessageCircleOff aliases
|
|
1724
|
-
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1725
1723
|
// MessageCirclePlus aliases
|
|
1726
1724
|
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1725
|
+
// MessageCircleOff aliases
|
|
1726
|
+
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1727
1727
|
// MessageCircleReply aliases
|
|
1728
1728
|
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1729
1729
|
// MessageCircleWarning aliases
|
|
1730
1730
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1731
1731
|
// MessageCircleX aliases
|
|
1732
1732
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1733
|
-
// MessageSquareCode aliases
|
|
1734
|
-
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1735
1733
|
// MessageCircle aliases
|
|
1736
1734
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1737
1735
|
// MessageSquareCheck aliases
|
|
1738
1736
|
export { default as MessageSquareCheckIcon } from '../icons/message-square-check';
|
|
1737
|
+
// MessageSquareCode aliases
|
|
1738
|
+
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1739
1739
|
// MessageSquareDashed aliases
|
|
1740
1740
|
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1741
|
-
// MessageSquareDiff aliases
|
|
1742
|
-
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1743
1741
|
// MessageSquareDot aliases
|
|
1744
1742
|
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1743
|
+
// MessageSquareLock aliases
|
|
1744
|
+
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1745
|
+
// MessageSquareDiff aliases
|
|
1746
|
+
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1745
1747
|
// MessageSquareHeart aliases
|
|
1746
1748
|
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1747
1749
|
// MessageSquareMore aliases
|
|
1748
1750
|
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1749
|
-
// MessageSquareLock aliases
|
|
1750
|
-
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1751
1751
|
// MessageSquareOff aliases
|
|
1752
1752
|
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1753
1753
|
// MessageSquarePlus aliases
|
|
@@ -1762,58 +1762,60 @@ export { default as MessageSquareShareIcon } from '../icons/message-square-share
|
|
|
1762
1762
|
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1763
1763
|
// MessageSquareWarning aliases
|
|
1764
1764
|
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1765
|
-
// MessageSquareX aliases
|
|
1766
|
-
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1767
1765
|
// MessageSquare aliases
|
|
1768
1766
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1769
|
-
// Metronome aliases
|
|
1770
|
-
export { default as MetronomeIcon } from '../icons/metronome';
|
|
1771
1767
|
// MessagesSquare aliases
|
|
1772
1768
|
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1773
|
-
//
|
|
1774
|
-
export { default as
|
|
1769
|
+
// MessageSquareX aliases
|
|
1770
|
+
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1771
|
+
// Metronome aliases
|
|
1772
|
+
export { default as MetronomeIcon } from '../icons/metronome';
|
|
1773
|
+
// MicAudioLines aliases
|
|
1774
|
+
export { default as MicAudioLinesIcon } from '../icons/mic-audio-lines';
|
|
1775
1775
|
// MicOff aliases
|
|
1776
1776
|
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1777
|
-
//
|
|
1778
|
-
export { default as
|
|
1777
|
+
// Mic aliases
|
|
1778
|
+
export { default as MicIcon } from '../icons/mic';
|
|
1779
1779
|
// Microchip aliases
|
|
1780
1780
|
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1781
|
+
// Microscope aliases
|
|
1782
|
+
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1781
1783
|
// Microwave aliases
|
|
1782
1784
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1783
1785
|
// Milestone aliases
|
|
1784
1786
|
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1785
1787
|
// MilkOff aliases
|
|
1786
1788
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1787
|
-
// Milk aliases
|
|
1788
|
-
export { default as MilkIcon } from '../icons/milk';
|
|
1789
1789
|
// Minimize2 aliases
|
|
1790
1790
|
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1791
|
-
//
|
|
1792
|
-
export { default as
|
|
1791
|
+
// Milk aliases
|
|
1792
|
+
export { default as MilkIcon } from '../icons/milk';
|
|
1793
1793
|
// Minus aliases
|
|
1794
1794
|
export { default as MinusIcon } from '../icons/minus';
|
|
1795
|
+
// Minimize aliases
|
|
1796
|
+
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1795
1797
|
// MirrorRectangular aliases
|
|
1796
1798
|
export { default as MirrorRectangularIcon } from '../icons/mirror-rectangular';
|
|
1797
1799
|
// MirrorRound aliases
|
|
1798
1800
|
export { default as MirrorRoundIcon } from '../icons/mirror-round';
|
|
1799
|
-
// MonitorCheck aliases
|
|
1800
|
-
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1801
1801
|
// MonitorCloud aliases
|
|
1802
1802
|
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1803
|
+
// MonitorCheck aliases
|
|
1804
|
+
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1803
1805
|
// MonitorCog aliases
|
|
1804
1806
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1805
1807
|
// MonitorDot aliases
|
|
1806
1808
|
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1807
1809
|
// MonitorDown aliases
|
|
1808
1810
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1809
|
-
// MonitorOff aliases
|
|
1810
|
-
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1811
1811
|
// MonitorPause aliases
|
|
1812
1812
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1813
|
-
//
|
|
1814
|
-
export { default as
|
|
1813
|
+
// MonitorOff aliases
|
|
1814
|
+
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1815
1815
|
// MonitorSmartphone aliases
|
|
1816
1816
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1817
|
+
// MonitorPlay aliases
|
|
1818
|
+
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1817
1819
|
// MonitorSpeaker aliases
|
|
1818
1820
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1819
1821
|
// MonitorStop aliases
|
|
@@ -1822,26 +1824,28 @@ export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
|
1822
1824
|
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1823
1825
|
// MonitorX aliases
|
|
1824
1826
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1825
|
-
// MoonStar aliases
|
|
1826
|
-
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1827
1827
|
// Monitor aliases
|
|
1828
1828
|
export { default as MonitorIcon } from '../icons/monitor';
|
|
1829
1829
|
// Moon aliases
|
|
1830
1830
|
export { default as MoonIcon } from '../icons/moon';
|
|
1831
|
+
// MoonStar aliases
|
|
1832
|
+
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1833
|
+
// Mosque aliases
|
|
1834
|
+
export { default as MosqueIcon } from '../icons/mosque';
|
|
1831
1835
|
// Motorbike aliases
|
|
1832
1836
|
export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
1833
|
-
// MountainSnow aliases
|
|
1834
|
-
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1835
1837
|
// Mountain aliases
|
|
1836
1838
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1837
|
-
//
|
|
1838
|
-
export { default as
|
|
1839
|
+
// MountainSnow aliases
|
|
1840
|
+
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1839
1841
|
// MouseLeft aliases
|
|
1840
1842
|
export { default as MouseLeftIcon } from '../icons/mouse-left';
|
|
1841
|
-
//
|
|
1842
|
-
export { default as
|
|
1843
|
+
// MouseOff aliases
|
|
1844
|
+
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1843
1845
|
// MousePointer2 aliases
|
|
1844
1846
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1847
|
+
// MousePointer2Off aliases
|
|
1848
|
+
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1845
1849
|
// MousePointerBan aliases
|
|
1846
1850
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1847
1851
|
// MousePointerClick aliases
|
|
@@ -1856,10 +1860,10 @@ export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
|
1856
1860
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1857
1861
|
// MoveDiagonal aliases
|
|
1858
1862
|
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1859
|
-
// MoveDownLeft aliases
|
|
1860
|
-
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1861
1863
|
// MoveDownRight aliases
|
|
1862
1864
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1865
|
+
// MoveDownLeft aliases
|
|
1866
|
+
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1863
1867
|
// MoveDown aliases
|
|
1864
1868
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1865
1869
|
// MoveHorizontal aliases
|
|
@@ -1868,58 +1872,58 @@ export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
|
1868
1872
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1869
1873
|
// MoveRight aliases
|
|
1870
1874
|
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1871
|
-
// MoveUpRight aliases
|
|
1872
|
-
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1873
1875
|
// MoveUpLeft aliases
|
|
1874
1876
|
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1877
|
+
// MoveUpRight aliases
|
|
1878
|
+
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1875
1879
|
// MoveUp aliases
|
|
1876
1880
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1881
|
+
// MoveVertical aliases
|
|
1882
|
+
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1877
1883
|
// Move aliases
|
|
1878
1884
|
export { default as MoveIcon } from '../icons/move';
|
|
1879
1885
|
// Music2 aliases
|
|
1880
1886
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1881
|
-
// MoveVertical aliases
|
|
1882
|
-
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1883
1887
|
// Music3 aliases
|
|
1884
1888
|
export { default as Music3Icon } from '../icons/music-3';
|
|
1885
|
-
// Music aliases
|
|
1886
|
-
export { default as MusicIcon } from '../icons/music';
|
|
1887
1889
|
// Music4 aliases
|
|
1888
1890
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1891
|
+
// Music aliases
|
|
1892
|
+
export { default as MusicIcon } from '../icons/music';
|
|
1893
|
+
// Navigation2Off aliases
|
|
1894
|
+
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1889
1895
|
// Navigation2 aliases
|
|
1890
1896
|
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1891
1897
|
// NavigationOff aliases
|
|
1892
1898
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1893
|
-
// Navigation2Off aliases
|
|
1894
|
-
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1895
1899
|
// Navigation aliases
|
|
1896
1900
|
export { default as NavigationIcon } from '../icons/navigation';
|
|
1897
1901
|
// Network aliases
|
|
1898
1902
|
export { default as NetworkIcon } from '../icons/network';
|
|
1899
1903
|
// Newspaper aliases
|
|
1900
1904
|
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1901
|
-
// NonBinary aliases
|
|
1902
|
-
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1903
1905
|
// Nfc aliases
|
|
1904
1906
|
export { default as NfcIcon } from '../icons/nfc';
|
|
1907
|
+
// NonBinary aliases
|
|
1908
|
+
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1905
1909
|
// NotebookPen aliases
|
|
1906
1910
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1907
|
-
// NotebookText aliases
|
|
1908
|
-
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1909
1911
|
// NotebookTabs aliases
|
|
1910
1912
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1913
|
+
// NotebookText aliases
|
|
1914
|
+
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1915
|
+
// NotepadTextDashed aliases
|
|
1916
|
+
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1911
1917
|
// Notebook aliases
|
|
1912
1918
|
export { default as NotebookIcon } from '../icons/notebook';
|
|
1913
1919
|
// NotepadText aliases
|
|
1914
1920
|
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1915
|
-
// NotepadTextDashed aliases
|
|
1916
|
-
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1917
1921
|
// NutOff aliases
|
|
1918
1922
|
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1919
|
-
// Nut aliases
|
|
1920
|
-
export { default as NutIcon } from '../icons/nut';
|
|
1921
1923
|
// OctagonMinus aliases
|
|
1922
1924
|
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1925
|
+
// Nut aliases
|
|
1926
|
+
export { default as NutIcon } from '../icons/nut';
|
|
1923
1927
|
// Octagon aliases
|
|
1924
1928
|
export { default as OctagonIcon } from '../icons/octagon';
|
|
1925
1929
|
// Omega aliases
|
|
@@ -1928,12 +1932,12 @@ export { default as OmegaIcon } from '../icons/omega';
|
|
|
1928
1932
|
export { default as OptionIcon } from '../icons/option';
|
|
1929
1933
|
// Orbit aliases
|
|
1930
1934
|
export { default as OrbitIcon } from '../icons/orbit';
|
|
1931
|
-
// Origami aliases
|
|
1932
|
-
export { default as OrigamiIcon } from '../icons/origami';
|
|
1933
|
-
// PackageCheck aliases
|
|
1934
|
-
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1935
1935
|
// Package2 aliases
|
|
1936
1936
|
export { default as Package2Icon } from '../icons/package-2';
|
|
1937
|
+
// PackageCheck aliases
|
|
1938
|
+
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1939
|
+
// Origami aliases
|
|
1940
|
+
export { default as OrigamiIcon } from '../icons/origami';
|
|
1937
1941
|
// PackageMinus aliases
|
|
1938
1942
|
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1939
1943
|
// PackageOpen aliases
|
|
@@ -1942,66 +1946,66 @@ export { default as PackageOpenIcon } from '../icons/package-open';
|
|
|
1942
1946
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1943
1947
|
// PackageSearch aliases
|
|
1944
1948
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1949
|
+
// Package aliases
|
|
1950
|
+
export { default as PackageIcon } from '../icons/package';
|
|
1945
1951
|
// PackageX aliases
|
|
1946
1952
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
1947
1953
|
// PaintBucket aliases
|
|
1948
1954
|
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1949
|
-
// Package aliases
|
|
1950
|
-
export { default as PackageIcon } from '../icons/package';
|
|
1951
1955
|
// PaintRoller aliases
|
|
1952
1956
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1953
|
-
// Panda aliases
|
|
1954
|
-
export { default as PandaIcon } from '../icons/panda';
|
|
1955
1957
|
// Paintbrush aliases
|
|
1956
1958
|
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1957
1959
|
// Palette aliases
|
|
1958
1960
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1959
1961
|
// PanelBottomClose aliases
|
|
1960
1962
|
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1961
|
-
//
|
|
1962
|
-
export { default as
|
|
1963
|
+
// Panda aliases
|
|
1964
|
+
export { default as PandaIcon } from '../icons/panda';
|
|
1963
1965
|
// PanelBottomOpen aliases
|
|
1964
1966
|
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1967
|
+
// PanelBottom aliases
|
|
1968
|
+
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1965
1969
|
// PanelLeftRightDashed aliases
|
|
1966
1970
|
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1967
1971
|
// PanelRightClose aliases
|
|
1968
1972
|
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1969
|
-
// PanelRightOpen aliases
|
|
1970
|
-
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1971
1973
|
// PanelRight aliases
|
|
1972
1974
|
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1975
|
+
// PanelRightOpen aliases
|
|
1976
|
+
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1973
1977
|
// PanelTopBottomDashed aliases
|
|
1974
1978
|
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
1975
1979
|
// PanelTopClose aliases
|
|
1976
1980
|
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1981
|
+
// PanelTopOpen aliases
|
|
1982
|
+
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1977
1983
|
// PanelsLeftBottom aliases
|
|
1978
1984
|
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1979
1985
|
// PanelTop aliases
|
|
1980
1986
|
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1981
|
-
// PanelTopOpen aliases
|
|
1982
|
-
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1983
1987
|
// PanelsRightBottom aliases
|
|
1984
1988
|
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1985
1989
|
// PaperBag aliases
|
|
1986
1990
|
export { default as PaperBagIcon } from '../icons/paper-bag';
|
|
1987
|
-
// Paperclip aliases
|
|
1988
|
-
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1989
1991
|
// Parasol aliases
|
|
1990
1992
|
export { default as ParasolIcon } from '../icons/parasol';
|
|
1993
|
+
// Paperclip aliases
|
|
1994
|
+
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1991
1995
|
// Parentheses aliases
|
|
1992
1996
|
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1993
|
-
// ParkingMeter aliases
|
|
1994
|
-
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1995
1997
|
// PartyPopper aliases
|
|
1996
1998
|
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1999
|
+
// ParkingMeter aliases
|
|
2000
|
+
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1997
2001
|
// Pause aliases
|
|
1998
2002
|
export { default as PauseIcon } from '../icons/pause';
|
|
1999
2003
|
// PawPrint aliases
|
|
2000
2004
|
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
2001
|
-
// PenOff aliases
|
|
2002
|
-
export { default as PenOffIcon } from '../icons/pen-off';
|
|
2003
2005
|
// PcCase aliases
|
|
2004
2006
|
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
2007
|
+
// PenOff aliases
|
|
2008
|
+
export { default as PenOffIcon } from '../icons/pen-off';
|
|
2005
2009
|
// PenTool aliases
|
|
2006
2010
|
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
2007
2011
|
// PencilLine aliases
|
|
@@ -2026,20 +2030,20 @@ export { default as PhiIcon } from '../icons/phi';
|
|
|
2026
2030
|
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
2027
2031
|
// PhoneCall aliases
|
|
2028
2032
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
2029
|
-
// PhoneForwarded aliases
|
|
2030
|
-
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
2031
2033
|
// PhoneIncoming aliases
|
|
2032
2034
|
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
2033
2035
|
// PhoneMissed aliases
|
|
2034
2036
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
2037
|
+
// PhoneForwarded aliases
|
|
2038
|
+
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
2039
|
+
// Pi aliases
|
|
2040
|
+
export { default as PiIcon } from '../icons/pi';
|
|
2035
2041
|
// PhoneOff aliases
|
|
2036
2042
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
2037
|
-
// PhoneOutgoing aliases
|
|
2038
|
-
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
2039
2043
|
// Phone aliases
|
|
2040
2044
|
export { default as PhoneIcon } from '../icons/phone';
|
|
2041
|
-
//
|
|
2042
|
-
export { default as
|
|
2045
|
+
// PhoneOutgoing aliases
|
|
2046
|
+
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
2043
2047
|
// Piano aliases
|
|
2044
2048
|
export { default as PianoIcon } from '../icons/piano';
|
|
2045
2049
|
// Pickaxe aliases
|
|
@@ -2050,20 +2054,20 @@ export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2'
|
|
|
2050
2054
|
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
2051
2055
|
// PiggyBank aliases
|
|
2052
2056
|
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
2053
|
-
// PilcrowRight aliases
|
|
2054
|
-
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
2055
2057
|
// PilcrowLeft aliases
|
|
2056
2058
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
2057
|
-
//
|
|
2058
|
-
export { default as
|
|
2059
|
+
// PilcrowRight aliases
|
|
2060
|
+
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
2059
2061
|
// Pilcrow aliases
|
|
2060
2062
|
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
2063
|
+
// PillBottle aliases
|
|
2064
|
+
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
2061
2065
|
// Pill aliases
|
|
2062
2066
|
export { default as PillIcon } from '../icons/pill';
|
|
2063
|
-
// Pin aliases
|
|
2064
|
-
export { default as PinIcon } from '../icons/pin';
|
|
2065
2067
|
// PinOff aliases
|
|
2066
2068
|
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2069
|
+
// Pin aliases
|
|
2070
|
+
export { default as PinIcon } from '../icons/pin';
|
|
2067
2071
|
// Pipette aliases
|
|
2068
2072
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
2069
2073
|
// Pizza aliases
|
|
@@ -2080,38 +2084,36 @@ export { default as PlayOffIcon } from '../icons/play-off';
|
|
|
2080
2084
|
export { default as PlayIcon } from '../icons/play';
|
|
2081
2085
|
// Plug2 aliases
|
|
2082
2086
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
2087
|
+
// Plus aliases
|
|
2088
|
+
export { default as PlusIcon } from '../icons/plus';
|
|
2089
|
+
// PocketKnife aliases
|
|
2090
|
+
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2083
2091
|
// Plug aliases
|
|
2084
2092
|
export { default as PlugIcon } from '../icons/plug';
|
|
2085
2093
|
// Podium aliases
|
|
2086
2094
|
export { default as PodiumIcon } from '../icons/podium';
|
|
2087
|
-
//
|
|
2088
|
-
export { default as
|
|
2089
|
-
// Plus aliases
|
|
2090
|
-
export { default as PlusIcon } from '../icons/plus';
|
|
2091
|
-
// Podcast aliases
|
|
2092
|
-
export { default as PodcastIcon } from '../icons/podcast';
|
|
2095
|
+
// Pointer aliases
|
|
2096
|
+
export { default as PointerIcon } from '../icons/pointer';
|
|
2093
2097
|
// PointerOff aliases
|
|
2094
2098
|
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2095
2099
|
// Popcorn aliases
|
|
2096
2100
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2097
|
-
// Pointer aliases
|
|
2098
|
-
export { default as PointerIcon } from '../icons/pointer';
|
|
2099
2101
|
// Popsicle aliases
|
|
2100
2102
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2101
|
-
// PoundSterling aliases
|
|
2102
|
-
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2103
2103
|
// PowerOff aliases
|
|
2104
2104
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2105
|
+
// PoundSterling aliases
|
|
2106
|
+
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2105
2107
|
// Power aliases
|
|
2106
2108
|
export { default as PowerIcon } from '../icons/power';
|
|
2107
2109
|
// Presentation aliases
|
|
2108
2110
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
2109
2111
|
// PrinterCheck aliases
|
|
2110
2112
|
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2111
|
-
// PrinterX aliases
|
|
2112
|
-
export { default as PrinterXIcon } from '../icons/printer-x';
|
|
2113
2113
|
// Printer aliases
|
|
2114
2114
|
export { default as PrinterIcon } from '../icons/printer';
|
|
2115
|
+
// PrinterX aliases
|
|
2116
|
+
export { default as PrinterXIcon } from '../icons/printer-x';
|
|
2115
2117
|
// Projector aliases
|
|
2116
2118
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
2117
2119
|
// Proportions aliases
|
|
@@ -2120,10 +2122,10 @@ export { default as ProportionsIcon } from '../icons/proportions';
|
|
|
2120
2122
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2121
2123
|
// Pyramid aliases
|
|
2122
2124
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2123
|
-
// QrCode aliases
|
|
2124
|
-
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2125
2125
|
// Quote aliases
|
|
2126
2126
|
export { default as QuoteIcon } from '../icons/quote';
|
|
2127
|
+
// QrCode aliases
|
|
2128
|
+
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2127
2129
|
// Rabbit aliases
|
|
2128
2130
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2129
2131
|
// Radar aliases
|
|
@@ -2138,20 +2140,20 @@ export { default as RadicalIcon } from '../icons/radical';
|
|
|
2138
2140
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2139
2141
|
// RadioTower aliases
|
|
2140
2142
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2141
|
-
// Radius aliases
|
|
2142
|
-
export { default as RadiusIcon } from '../icons/radius';
|
|
2143
2143
|
// Radio aliases
|
|
2144
2144
|
export { default as RadioIcon } from '../icons/radio';
|
|
2145
|
+
// Radius aliases
|
|
2146
|
+
export { default as RadiusIcon } from '../icons/radius';
|
|
2145
2147
|
// Rainbow aliases
|
|
2146
2148
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2147
2149
|
// Rat aliases
|
|
2148
2150
|
export { default as RatIcon } from '../icons/rat';
|
|
2149
2151
|
// Ratio aliases
|
|
2150
2152
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2151
|
-
// ReceiptCent aliases
|
|
2152
|
-
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2153
2153
|
// ReceiptEuro aliases
|
|
2154
2154
|
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2155
|
+
// ReceiptCent aliases
|
|
2156
|
+
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2155
2157
|
// ReceiptIndianRupee aliases
|
|
2156
2158
|
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2157
2159
|
// ReceiptJapaneseYen aliases
|
|
@@ -2176,56 +2178,56 @@ export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
|
2176
2178
|
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2177
2179
|
// RectangleVertical aliases
|
|
2178
2180
|
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2181
|
+
// Recycle aliases
|
|
2182
|
+
export { default as RecycleIcon } from '../icons/recycle';
|
|
2179
2183
|
// Redo2 aliases
|
|
2180
2184
|
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2181
2185
|
// RedoDot aliases
|
|
2182
2186
|
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2183
|
-
// Recycle aliases
|
|
2184
|
-
export { default as RecycleIcon } from '../icons/recycle';
|
|
2185
|
-
// RefreshCcwDot aliases
|
|
2186
|
-
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2187
2187
|
// Redo aliases
|
|
2188
2188
|
export { default as RedoIcon } from '../icons/redo';
|
|
2189
|
-
//
|
|
2190
|
-
export { default as
|
|
2189
|
+
// RefreshCcwDot aliases
|
|
2190
|
+
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2191
2191
|
// RefreshCcw aliases
|
|
2192
2192
|
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2193
2193
|
// RefreshCw aliases
|
|
2194
2194
|
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2195
2195
|
// Refrigerator aliases
|
|
2196
2196
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2197
|
+
// RefreshCwOff aliases
|
|
2198
|
+
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2197
2199
|
// Regex aliases
|
|
2198
2200
|
export { default as RegexIcon } from '../icons/regex';
|
|
2199
|
-
// Repeat1 aliases
|
|
2200
|
-
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2201
2201
|
// RemoveFormatting aliases
|
|
2202
2202
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2203
|
+
// Repeat1 aliases
|
|
2204
|
+
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2203
2205
|
// Repeat2 aliases
|
|
2204
2206
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2205
|
-
// Repeat aliases
|
|
2206
|
-
export { default as RepeatIcon } from '../icons/repeat';
|
|
2207
2207
|
// RepeatOff aliases
|
|
2208
2208
|
export { default as RepeatOffIcon } from '../icons/repeat-off';
|
|
2209
|
+
// Repeat aliases
|
|
2210
|
+
export { default as RepeatIcon } from '../icons/repeat';
|
|
2209
2211
|
// ReplaceAll aliases
|
|
2210
2212
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2211
2213
|
// Replace aliases
|
|
2212
2214
|
export { default as ReplaceIcon } from '../icons/replace';
|
|
2213
|
-
// ReplyAll aliases
|
|
2214
|
-
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2215
2215
|
// Reply aliases
|
|
2216
2216
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2217
2217
|
// Rewind aliases
|
|
2218
2218
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2219
|
+
// ReplyAll aliases
|
|
2220
|
+
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2219
2221
|
// Ribbon aliases
|
|
2220
2222
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2221
2223
|
// Road aliases
|
|
2222
2224
|
export { default as RoadIcon } from '../icons/road';
|
|
2223
|
-
// Rocket aliases
|
|
2224
|
-
export { default as RocketIcon } from '../icons/rocket';
|
|
2225
2225
|
// RockingChair aliases
|
|
2226
2226
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2227
2227
|
// RollerCoaster aliases
|
|
2228
2228
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2229
|
+
// Rocket aliases
|
|
2230
|
+
export { default as RocketIcon } from '../icons/rocket';
|
|
2229
2231
|
// Rose aliases
|
|
2230
2232
|
export { default as RoseIcon } from '../icons/rose';
|
|
2231
2233
|
// RotateCcwKey aliases
|
|
@@ -2234,18 +2236,20 @@ export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
|
2234
2236
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2235
2237
|
// RotateCcw aliases
|
|
2236
2238
|
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2239
|
+
// RotateCwFadingClock aliases
|
|
2240
|
+
export { default as RotateCwFadingClockIcon } from '../icons/rotate-cw-fading-clock';
|
|
2237
2241
|
// RotateCwSquare aliases
|
|
2238
2242
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2239
|
-
// RotateCw aliases
|
|
2240
|
-
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2241
2243
|
// RouteOff aliases
|
|
2242
2244
|
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2243
2245
|
// Route aliases
|
|
2244
2246
|
export { default as RouteIcon } from '../icons/route';
|
|
2245
|
-
//
|
|
2246
|
-
export { default as
|
|
2247
|
+
// RotateCw aliases
|
|
2248
|
+
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2247
2249
|
// Router aliases
|
|
2248
2250
|
export { default as RouterIcon } from '../icons/router';
|
|
2251
|
+
// Rows4 aliases
|
|
2252
|
+
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2249
2253
|
// Rss aliases
|
|
2250
2254
|
export { default as RssIcon } from '../icons/rss';
|
|
2251
2255
|
// RulerDimensionLine aliases
|
|
@@ -2256,36 +2260,36 @@ export { default as RulerIcon } from '../icons/ruler';
|
|
|
2256
2260
|
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2257
2261
|
// Sailboat aliases
|
|
2258
2262
|
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2259
|
-
// Sandwich aliases
|
|
2260
|
-
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2261
2263
|
// Salad aliases
|
|
2262
2264
|
export { default as SaladIcon } from '../icons/salad';
|
|
2265
|
+
// Sandwich aliases
|
|
2266
|
+
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2263
2267
|
// SatelliteDish aliases
|
|
2264
2268
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2265
2269
|
// Satellite aliases
|
|
2266
2270
|
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2267
2271
|
// SaudiRiyal aliases
|
|
2268
2272
|
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2269
|
-
// SaveCheck aliases
|
|
2270
|
-
export { default as SaveCheckIcon } from '../icons/save-check';
|
|
2271
2273
|
// SaveAll aliases
|
|
2272
2274
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2273
2275
|
// SaveOff aliases
|
|
2274
2276
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2275
|
-
//
|
|
2276
|
-
export { default as
|
|
2277
|
+
// SaveCheck aliases
|
|
2278
|
+
export { default as SaveCheckIcon } from '../icons/save-check';
|
|
2277
2279
|
// SavePlus aliases
|
|
2278
2280
|
export { default as SavePlusIcon } from '../icons/save-plus';
|
|
2281
|
+
// SavePen aliases
|
|
2282
|
+
export { default as SavePenIcon } from '../icons/save-pen';
|
|
2279
2283
|
// Save aliases
|
|
2280
2284
|
export { default as SaveIcon } from '../icons/save';
|
|
2281
|
-
// Scale aliases
|
|
2282
|
-
export { default as ScaleIcon } from '../icons/scale';
|
|
2283
2285
|
// Scaling aliases
|
|
2284
2286
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2285
|
-
//
|
|
2286
|
-
export { default as
|
|
2287
|
+
// Scale aliases
|
|
2288
|
+
export { default as ScaleIcon } from '../icons/scale';
|
|
2287
2289
|
// ScanBox aliases
|
|
2288
2290
|
export { default as ScanBoxIcon } from '../icons/scan-box';
|
|
2291
|
+
// ScanBarcode aliases
|
|
2292
|
+
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2289
2293
|
// ScanEye aliases
|
|
2290
2294
|
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2291
2295
|
// ScanFace aliases
|
|
@@ -2298,30 +2302,32 @@ export { default as ScanLineIcon } from '../icons/scan-line';
|
|
|
2298
2302
|
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2299
2303
|
// ScanSearch aliases
|
|
2300
2304
|
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2305
|
+
// ScanSquare aliases
|
|
2306
|
+
export { default as ScanSquareIcon } from '../icons/scan-square';
|
|
2301
2307
|
// ScanText aliases
|
|
2302
2308
|
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2303
2309
|
// Scan aliases
|
|
2304
2310
|
export { default as ScanIcon } from '../icons/scan';
|
|
2305
|
-
// School aliases
|
|
2306
|
-
export { default as SchoolIcon } from '../icons/school';
|
|
2307
2311
|
// ScissorsLineDashed aliases
|
|
2308
2312
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2313
|
+
// School aliases
|
|
2314
|
+
export { default as SchoolIcon } from '../icons/school';
|
|
2309
2315
|
// Scissors aliases
|
|
2310
2316
|
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2311
|
-
// ScreenShareOff aliases
|
|
2312
|
-
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2313
2317
|
// Scooter aliases
|
|
2314
2318
|
export { default as ScooterIcon } from '../icons/scooter';
|
|
2319
|
+
// ScreenShareOff aliases
|
|
2320
|
+
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2315
2321
|
// ScreenShare aliases
|
|
2316
2322
|
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2317
2323
|
// ScrollText aliases
|
|
2318
2324
|
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2319
2325
|
// Scroll aliases
|
|
2320
2326
|
export { default as ScrollIcon } from '../icons/scroll';
|
|
2321
|
-
// SearchAlert aliases
|
|
2322
|
-
export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
2323
2327
|
// SearchCheck aliases
|
|
2324
2328
|
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2329
|
+
// SearchAlert aliases
|
|
2330
|
+
export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
2325
2331
|
// SearchCode aliases
|
|
2326
2332
|
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2327
2333
|
// SearchSlash aliases
|
|
@@ -2332,82 +2338,84 @@ export { default as SearchXIcon } from '../icons/search-x';
|
|
|
2332
2338
|
export { default as SearchIcon } from '../icons/search';
|
|
2333
2339
|
// Section aliases
|
|
2334
2340
|
export { default as SectionIcon } from '../icons/section';
|
|
2335
|
-
// SeparatorHorizontal aliases
|
|
2336
|
-
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2337
2341
|
// Send aliases
|
|
2338
2342
|
export { default as SendIcon } from '../icons/send';
|
|
2339
2343
|
// SendToBack aliases
|
|
2340
2344
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2345
|
+
// SeparatorHorizontal aliases
|
|
2346
|
+
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2341
2347
|
// SeparatorVertical aliases
|
|
2342
2348
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2343
|
-
// ServerCog aliases
|
|
2344
|
-
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2345
2349
|
// ServerCrash aliases
|
|
2346
2350
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2351
|
+
// ServerCog aliases
|
|
2352
|
+
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2347
2353
|
// ServerOff aliases
|
|
2348
2354
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2349
2355
|
// ServerPlus aliases
|
|
2350
2356
|
export { default as ServerPlusIcon } from '../icons/server-plus';
|
|
2351
|
-
// Settings2 aliases
|
|
2352
|
-
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2353
2357
|
// Server aliases
|
|
2354
2358
|
export { default as ServerIcon } from '../icons/server';
|
|
2359
|
+
// Settings2 aliases
|
|
2360
|
+
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2355
2361
|
// Settings aliases
|
|
2356
2362
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2363
|
+
// Share aliases
|
|
2364
|
+
export { default as ShareIcon } from '../icons/share';
|
|
2357
2365
|
// Shapes aliases
|
|
2358
2366
|
export { default as ShapesIcon } from '../icons/shapes';
|
|
2359
2367
|
// Share2 aliases
|
|
2360
2368
|
export { default as Share2Icon } from '../icons/share-2';
|
|
2361
|
-
// Share aliases
|
|
2362
|
-
export { default as ShareIcon } from '../icons/share';
|
|
2363
2369
|
// Sheet aliases
|
|
2364
2370
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2365
2371
|
// Shell aliases
|
|
2366
2372
|
export { default as ShellIcon } from '../icons/shell';
|
|
2367
|
-
// ShelvingUnit aliases
|
|
2368
|
-
export { default as ShelvingUnitIcon } from '../icons/shelving-unit';
|
|
2369
2373
|
// ShieldAlert aliases
|
|
2370
2374
|
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2371
|
-
// ShieldBan aliases
|
|
2372
|
-
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2373
2375
|
// ShieldCheck aliases
|
|
2374
2376
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2377
|
+
// ShieldBan aliases
|
|
2378
|
+
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2379
|
+
// ShelvingUnit aliases
|
|
2380
|
+
export { default as ShelvingUnitIcon } from '../icons/shelving-unit';
|
|
2375
2381
|
// ShieldCogCorner aliases
|
|
2376
2382
|
export { default as ShieldCogCornerIcon } from '../icons/shield-cog-corner';
|
|
2377
2383
|
// ShieldCog aliases
|
|
2378
2384
|
export { default as ShieldCogIcon } from '../icons/shield-cog';
|
|
2379
|
-
// ShieldEllipsis aliases
|
|
2380
|
-
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2381
2385
|
// ShieldHalf aliases
|
|
2382
2386
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2387
|
+
// ShieldEllipsis aliases
|
|
2388
|
+
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2389
|
+
// ShieldKeyhole aliases
|
|
2390
|
+
export { default as ShieldKeyholeIcon } from '../icons/shield-keyhole';
|
|
2383
2391
|
// ShieldMinus aliases
|
|
2384
2392
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2385
2393
|
// ShieldOff aliases
|
|
2386
2394
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2387
|
-
// ShieldUser aliases
|
|
2388
|
-
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2389
2395
|
// ShieldPlus aliases
|
|
2390
2396
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2391
|
-
//
|
|
2392
|
-
export { default as
|
|
2397
|
+
// ShieldUser aliases
|
|
2398
|
+
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2393
2399
|
// ShipWheel aliases
|
|
2394
2400
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2395
|
-
//
|
|
2396
|
-
export { default as
|
|
2401
|
+
// Shield aliases
|
|
2402
|
+
export { default as ShieldIcon } from '../icons/shield';
|
|
2397
2403
|
// Ship aliases
|
|
2398
2404
|
export { default as ShipIcon } from '../icons/ship';
|
|
2405
|
+
// Shirt aliases
|
|
2406
|
+
export { default as ShirtIcon } from '../icons/shirt';
|
|
2399
2407
|
// ShoppingBag aliases
|
|
2400
2408
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2401
2409
|
// ShoppingBasket aliases
|
|
2402
2410
|
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2403
2411
|
// ShoppingCart aliases
|
|
2404
2412
|
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2413
|
+
// Shredder aliases
|
|
2414
|
+
export { default as ShredderIcon } from '../icons/shredder';
|
|
2405
2415
|
// Shovel aliases
|
|
2406
2416
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2407
2417
|
// ShowerHead aliases
|
|
2408
2418
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2409
|
-
// Shredder aliases
|
|
2410
|
-
export { default as ShredderIcon } from '../icons/shredder';
|
|
2411
2419
|
// Shrimp aliases
|
|
2412
2420
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2413
2421
|
// Shrink aliases
|
|
@@ -2416,16 +2424,16 @@ export { default as ShrinkIcon } from '../icons/shrink';
|
|
|
2416
2424
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2417
2425
|
// Shuffle aliases
|
|
2418
2426
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2419
|
-
// Sigma aliases
|
|
2420
|
-
export { default as SigmaIcon } from '../icons/sigma';
|
|
2421
2427
|
// SignalHigh aliases
|
|
2422
2428
|
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2429
|
+
// Sigma aliases
|
|
2430
|
+
export { default as SigmaIcon } from '../icons/sigma';
|
|
2423
2431
|
// SignalLow aliases
|
|
2424
2432
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2425
|
-
// SignalMedium aliases
|
|
2426
|
-
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2427
2433
|
// SignalZero aliases
|
|
2428
2434
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2435
|
+
// SignalMedium aliases
|
|
2436
|
+
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2429
2437
|
// Signal aliases
|
|
2430
2438
|
export { default as SignalIcon } from '../icons/signal';
|
|
2431
2439
|
// Signature aliases
|
|
@@ -2434,10 +2442,10 @@ export { default as SignatureIcon } from '../icons/signature';
|
|
|
2434
2442
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2435
2443
|
// Signpost aliases
|
|
2436
2444
|
export { default as SignpostIcon } from '../icons/signpost';
|
|
2437
|
-
// Siren aliases
|
|
2438
|
-
export { default as SirenIcon } from '../icons/siren';
|
|
2439
2445
|
// SkipBack aliases
|
|
2440
2446
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2447
|
+
// Siren aliases
|
|
2448
|
+
export { default as SirenIcon } from '../icons/siren';
|
|
2441
2449
|
// SkipForward aliases
|
|
2442
2450
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2443
2451
|
// Skull aliases
|
|
@@ -2448,40 +2456,40 @@ export { default as SlashIcon } from '../icons/slash';
|
|
|
2448
2456
|
export { default as SliceIcon } from '../icons/slice';
|
|
2449
2457
|
// SlidersHorizontal aliases
|
|
2450
2458
|
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2451
|
-
// SmartphoneCharging aliases
|
|
2452
|
-
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2453
2459
|
// SmartphoneNfc aliases
|
|
2454
2460
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2455
|
-
//
|
|
2456
|
-
export { default as
|
|
2457
|
-
// SmilePlus aliases
|
|
2458
|
-
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2459
|
-
// Snail aliases
|
|
2460
|
-
export { default as SnailIcon } from '../icons/snail';
|
|
2461
|
+
// SmartphoneCharging aliases
|
|
2462
|
+
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2461
2463
|
// Smartphone aliases
|
|
2462
2464
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2465
|
+
// SmilePlus aliases
|
|
2466
|
+
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2467
|
+
// Smile aliases
|
|
2468
|
+
export { default as SmileIcon } from '../icons/smile';
|
|
2463
2469
|
// Snowflake aliases
|
|
2464
2470
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2465
2471
|
// SoapDispenserDroplet aliases
|
|
2466
2472
|
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2473
|
+
// Snail aliases
|
|
2474
|
+
export { default as SnailIcon } from '../icons/snail';
|
|
2475
|
+
// Soup aliases
|
|
2476
|
+
export { default as SoupIcon } from '../icons/soup';
|
|
2467
2477
|
// Sofa aliases
|
|
2468
2478
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2469
2479
|
// SolarPanel aliases
|
|
2470
2480
|
export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
2471
|
-
// Soup aliases
|
|
2472
|
-
export { default as SoupIcon } from '../icons/soup';
|
|
2473
|
-
// Spade aliases
|
|
2474
|
-
export { default as SpadeIcon } from '../icons/spade';
|
|
2475
2481
|
// Space aliases
|
|
2476
2482
|
export { default as SpaceIcon } from '../icons/space';
|
|
2483
|
+
// Spade aliases
|
|
2484
|
+
export { default as SpadeIcon } from '../icons/spade';
|
|
2477
2485
|
// Sparkle aliases
|
|
2478
2486
|
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2479
2487
|
// Speaker aliases
|
|
2480
2488
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2481
|
-
// Speech aliases
|
|
2482
|
-
export { default as SpeechIcon } from '../icons/speech';
|
|
2483
2489
|
// SpellCheck2 aliases
|
|
2484
2490
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2491
|
+
// Speech aliases
|
|
2492
|
+
export { default as SpeechIcon } from '../icons/speech';
|
|
2485
2493
|
// SpellCheck aliases
|
|
2486
2494
|
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2487
2495
|
// SplinePointer aliases
|
|
@@ -2492,26 +2500,28 @@ export { default as SplineIcon } from '../icons/spline';
|
|
|
2492
2500
|
export { default as SplitIcon } from '../icons/split';
|
|
2493
2501
|
// Spool aliases
|
|
2494
2502
|
export { default as SpoolIcon } from '../icons/spool';
|
|
2495
|
-
// SportShoe aliases
|
|
2496
|
-
export { default as SportShoeIcon } from '../icons/sport-shoe';
|
|
2497
2503
|
// Spotlight aliases
|
|
2498
2504
|
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2505
|
+
// SportShoe aliases
|
|
2506
|
+
export { default as SportShoeIcon } from '../icons/sport-shoe';
|
|
2499
2507
|
// SprayCan aliases
|
|
2500
2508
|
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2501
|
-
// Sprout aliases
|
|
2502
|
-
export { default as SproutIcon } from '../icons/sprout';
|
|
2503
2509
|
// SquareArrowRightEnter aliases
|
|
2504
2510
|
export { default as SquareArrowRightEnterIcon } from '../icons/square-arrow-right-enter';
|
|
2511
|
+
// Sprout aliases
|
|
2512
|
+
export { default as SproutIcon } from '../icons/sprout';
|
|
2505
2513
|
// SquareArrowRightExit aliases
|
|
2506
2514
|
export { default as SquareArrowRightExitIcon } from '../icons/square-arrow-right-exit';
|
|
2507
|
-
// SquareDashedBottom aliases
|
|
2508
|
-
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2509
2515
|
// SquareDashedBottomCode aliases
|
|
2510
2516
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2511
|
-
//
|
|
2512
|
-
export { default as
|
|
2517
|
+
// SquareDashedBottom aliases
|
|
2518
|
+
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2513
2519
|
// SquareDashedTopSolid aliases
|
|
2514
2520
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2521
|
+
// SquareOff aliases
|
|
2522
|
+
export { default as SquareOffIcon } from '../icons/square-off';
|
|
2523
|
+
// SquarePause aliases
|
|
2524
|
+
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2515
2525
|
// SquareRadical aliases
|
|
2516
2526
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2517
2527
|
// SquareRoundCorner aliases
|
|
@@ -2528,30 +2538,30 @@ export { default as SquareStopIcon } from '../icons/square-stop';
|
|
|
2528
2538
|
export { default as SquareIcon } from '../icons/square';
|
|
2529
2539
|
// SquaresExclude aliases
|
|
2530
2540
|
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2531
|
-
// SquaresSubtract aliases
|
|
2532
|
-
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2533
|
-
// SquaresUnite aliases
|
|
2534
|
-
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2535
2541
|
// SquaresIntersect aliases
|
|
2536
2542
|
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2543
|
+
// SquaresSubtract aliases
|
|
2544
|
+
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2537
2545
|
// SquircleDashed aliases
|
|
2538
2546
|
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2539
2547
|
// Squircle aliases
|
|
2540
2548
|
export { default as SquircleIcon } from '../icons/squircle';
|
|
2549
|
+
// SquaresUnite aliases
|
|
2550
|
+
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2541
2551
|
// Squirrel aliases
|
|
2542
2552
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2543
2553
|
// Stamp aliases
|
|
2544
2554
|
export { default as StampIcon } from '../icons/stamp';
|
|
2555
|
+
// StarCheck aliases
|
|
2556
|
+
export { default as StarCheckIcon } from '../icons/star-check';
|
|
2545
2557
|
// StarHalf aliases
|
|
2546
2558
|
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2547
2559
|
// StarMinus aliases
|
|
2548
2560
|
export { default as StarMinusIcon } from '../icons/star-minus';
|
|
2549
|
-
// StarCheck aliases
|
|
2550
|
-
export { default as StarCheckIcon } from '../icons/star-check';
|
|
2551
|
-
// StarOff aliases
|
|
2552
|
-
export { default as StarOffIcon } from '../icons/star-off';
|
|
2553
2561
|
// StarPlus aliases
|
|
2554
2562
|
export { default as StarPlusIcon } from '../icons/star-plus';
|
|
2563
|
+
// StarOff aliases
|
|
2564
|
+
export { default as StarOffIcon } from '../icons/star-off';
|
|
2555
2565
|
// StarX aliases
|
|
2556
2566
|
export { default as StarXIcon } from '../icons/star-x';
|
|
2557
2567
|
// Star aliases
|
|
@@ -2566,20 +2576,20 @@ export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
|
2566
2576
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2567
2577
|
// StickyNoteCheck aliases
|
|
2568
2578
|
export { default as StickyNoteCheckIcon } from '../icons/sticky-note-check';
|
|
2569
|
-
// StickyNoteMinus aliases
|
|
2570
|
-
export { default as StickyNoteMinusIcon } from '../icons/sticky-note-minus';
|
|
2571
2579
|
// StickyNoteOff aliases
|
|
2572
2580
|
export { default as StickyNoteOffIcon } from '../icons/sticky-note-off';
|
|
2573
|
-
//
|
|
2574
|
-
export { default as
|
|
2581
|
+
// StickyNoteMinus aliases
|
|
2582
|
+
export { default as StickyNoteMinusIcon } from '../icons/sticky-note-minus';
|
|
2575
2583
|
// StickyNotePlus aliases
|
|
2576
2584
|
export { default as StickyNotePlusIcon } from '../icons/sticky-note-plus';
|
|
2585
|
+
// StickyNoteX aliases
|
|
2586
|
+
export { default as StickyNoteXIcon } from '../icons/sticky-note-x';
|
|
2577
2587
|
// StickyNote aliases
|
|
2578
2588
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2579
|
-
// StickyNotes aliases
|
|
2580
|
-
export { default as StickyNotesIcon } from '../icons/sticky-notes';
|
|
2581
2589
|
// Stone aliases
|
|
2582
2590
|
export { default as StoneIcon } from '../icons/stone';
|
|
2591
|
+
// StickyNotes aliases
|
|
2592
|
+
export { default as StickyNotesIcon } from '../icons/sticky-notes';
|
|
2583
2593
|
// Store aliases
|
|
2584
2594
|
export { default as StoreIcon } from '../icons/store';
|
|
2585
2595
|
// StretchHorizontal aliases
|
|
@@ -2592,16 +2602,16 @@ export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
|
2592
2602
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2593
2603
|
// Summary aliases
|
|
2594
2604
|
export { default as SummaryIcon } from '../icons/summary';
|
|
2595
|
-
// SunDim aliases
|
|
2596
|
-
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2597
2605
|
// SunMedium aliases
|
|
2598
2606
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2599
2607
|
// SunMoon aliases
|
|
2600
2608
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2601
|
-
//
|
|
2602
|
-
export { default as
|
|
2609
|
+
// SunDim aliases
|
|
2610
|
+
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2603
2611
|
// SunSnow aliases
|
|
2604
2612
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2613
|
+
// Sun aliases
|
|
2614
|
+
export { default as SunIcon } from '../icons/sun';
|
|
2605
2615
|
// Sunrise aliases
|
|
2606
2616
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2607
2617
|
// Sunset aliases
|
|
@@ -2614,10 +2624,10 @@ export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
|
2614
2624
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2615
2625
|
// SwitchCamera aliases
|
|
2616
2626
|
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2617
|
-
// Sword aliases
|
|
2618
|
-
export { default as SwordIcon } from '../icons/sword';
|
|
2619
2627
|
// Swords aliases
|
|
2620
2628
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2629
|
+
// Sword aliases
|
|
2630
|
+
export { default as SwordIcon } from '../icons/sword';
|
|
2621
2631
|
// Syringe aliases
|
|
2622
2632
|
export { default as SyringeIcon } from '../icons/syringe';
|
|
2623
2633
|
// Table2 aliases
|
|
@@ -2630,14 +2640,14 @@ export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
|
2630
2640
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2631
2641
|
// TableOfContents aliases
|
|
2632
2642
|
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2633
|
-
// TableRowsSplit aliases
|
|
2634
|
-
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2635
2643
|
// TableProperties aliases
|
|
2636
2644
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2637
|
-
//
|
|
2638
|
-
export { default as
|
|
2645
|
+
// TableRowsSplit aliases
|
|
2646
|
+
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2639
2647
|
// TabletSmartphone aliases
|
|
2640
2648
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2649
|
+
// Table aliases
|
|
2650
|
+
export { default as TableIcon } from '../icons/table';
|
|
2641
2651
|
// Tablet aliases
|
|
2642
2652
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2643
2653
|
// Tablets aliases
|
|
@@ -2658,22 +2668,22 @@ export { default as Tally2Icon } from '../icons/tally-2';
|
|
|
2658
2668
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2659
2669
|
// Tally4 aliases
|
|
2660
2670
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2671
|
+
// Tangent aliases
|
|
2672
|
+
export { default as TangentIcon } from '../icons/tangent';
|
|
2661
2673
|
// Tally5 aliases
|
|
2662
2674
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2663
2675
|
// Target aliases
|
|
2664
2676
|
export { default as TargetIcon } from '../icons/target';
|
|
2665
2677
|
// Telescope aliases
|
|
2666
2678
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2667
|
-
// Tangent aliases
|
|
2668
|
-
export { default as TangentIcon } from '../icons/tangent';
|
|
2669
|
-
// TentTree aliases
|
|
2670
|
-
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2671
2679
|
// Tent aliases
|
|
2672
2680
|
export { default as TentIcon } from '../icons/tent';
|
|
2673
|
-
//
|
|
2674
|
-
export { default as
|
|
2681
|
+
// TentTree aliases
|
|
2682
|
+
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2675
2683
|
// TestTube aliases
|
|
2676
2684
|
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2685
|
+
// Terminal aliases
|
|
2686
|
+
export { default as TerminalIcon } from '../icons/terminal';
|
|
2677
2687
|
// TestTubes aliases
|
|
2678
2688
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2679
2689
|
// TextCursorInput aliases
|
|
@@ -2682,18 +2692,18 @@ export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
|
2682
2692
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2683
2693
|
// TextQuote aliases
|
|
2684
2694
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2685
|
-
// TextSearch aliases
|
|
2686
|
-
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2687
|
-
// Theater aliases
|
|
2688
|
-
export { default as TheaterIcon } from '../icons/theater';
|
|
2689
2695
|
// ThermometerSnowflake aliases
|
|
2690
2696
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2697
|
+
// Theater aliases
|
|
2698
|
+
export { default as TheaterIcon } from '../icons/theater';
|
|
2691
2699
|
// ThermometerSun aliases
|
|
2692
2700
|
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2693
|
-
//
|
|
2694
|
-
export { default as
|
|
2701
|
+
// TextSearch aliases
|
|
2702
|
+
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2695
2703
|
// Thermometer aliases
|
|
2696
2704
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2705
|
+
// ThumbsDown aliases
|
|
2706
|
+
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2697
2707
|
// ThumbsUp aliases
|
|
2698
2708
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2699
2709
|
// TicketCheck aliases
|
|
@@ -2702,10 +2712,10 @@ export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
|
2702
2712
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2703
2713
|
// TicketPercent aliases
|
|
2704
2714
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2705
|
-
// TicketSlash aliases
|
|
2706
|
-
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2707
2715
|
// TicketPlus aliases
|
|
2708
2716
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2717
|
+
// TicketSlash aliases
|
|
2718
|
+
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2709
2719
|
// TicketX aliases
|
|
2710
2720
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2711
2721
|
// Ticket aliases
|
|
@@ -2724,10 +2734,10 @@ export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
|
2724
2734
|
export { default as TimerIcon } from '../icons/timer';
|
|
2725
2735
|
// ToggleRight aliases
|
|
2726
2736
|
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2727
|
-
// ToggleLeft aliases
|
|
2728
|
-
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2729
2737
|
// Toilet aliases
|
|
2730
2738
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2739
|
+
// ToggleLeft aliases
|
|
2740
|
+
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2731
2741
|
// ToolCase aliases
|
|
2732
2742
|
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2733
2743
|
// Toolbox aliases
|
|
@@ -2744,68 +2754,68 @@ export { default as TouchpadIcon } from '../icons/touchpad';
|
|
|
2744
2754
|
export { default as TowelRackIcon } from '../icons/towel-rack';
|
|
2745
2755
|
// TowerControl aliases
|
|
2746
2756
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2747
|
-
// ToyBrick aliases
|
|
2748
|
-
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2749
2757
|
// Tractor aliases
|
|
2750
2758
|
export { default as TractorIcon } from '../icons/tractor';
|
|
2759
|
+
// ToyBrick aliases
|
|
2760
|
+
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2751
2761
|
// TrafficCone aliases
|
|
2752
2762
|
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2753
2763
|
// TrainFrontTunnel aliases
|
|
2754
2764
|
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2755
|
-
// TrainTrack aliases
|
|
2756
|
-
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2757
2765
|
// TrainFront aliases
|
|
2758
2766
|
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2759
2767
|
// Transgender aliases
|
|
2760
2768
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2769
|
+
// TrainTrack aliases
|
|
2770
|
+
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2761
2771
|
// Trash2 aliases
|
|
2762
2772
|
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2763
2773
|
// Trash aliases
|
|
2764
2774
|
export { default as TrashIcon } from '../icons/trash';
|
|
2765
2775
|
// TreeDeciduous aliases
|
|
2766
2776
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2767
|
-
// Trees aliases
|
|
2768
|
-
export { default as TreesIcon } from '../icons/trees';
|
|
2769
2777
|
// TreePine aliases
|
|
2770
2778
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2779
|
+
// Trees aliases
|
|
2780
|
+
export { default as TreesIcon } from '../icons/trees';
|
|
2771
2781
|
// TrendingDown aliases
|
|
2772
2782
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2773
|
-
// TrendingUpDown aliases
|
|
2774
|
-
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2775
2783
|
// TrendingUp aliases
|
|
2776
2784
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2785
|
+
// TrendingUpDown aliases
|
|
2786
|
+
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2777
2787
|
// TriangleDashed aliases
|
|
2778
2788
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2779
|
-
// Triangle aliases
|
|
2780
|
-
export { default as TriangleIcon } from '../icons/triangle';
|
|
2781
2789
|
// TriangleRight aliases
|
|
2782
2790
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2791
|
+
// Triangle aliases
|
|
2792
|
+
export { default as TriangleIcon } from '../icons/triangle';
|
|
2783
2793
|
// Trophy aliases
|
|
2784
2794
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2785
|
-
// TruckElectric aliases
|
|
2786
|
-
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2787
2795
|
// Truck aliases
|
|
2788
2796
|
export { default as TruckIcon } from '../icons/truck';
|
|
2789
2797
|
// TurkishLira aliases
|
|
2790
2798
|
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2791
|
-
// Turtle aliases
|
|
2792
|
-
export { default as TurtleIcon } from '../icons/turtle';
|
|
2793
2799
|
// Turntable aliases
|
|
2794
2800
|
export { default as TurntableIcon } from '../icons/turntable';
|
|
2801
|
+
// TruckElectric aliases
|
|
2802
|
+
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2795
2803
|
// TvMinimalPlay aliases
|
|
2796
2804
|
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2797
2805
|
// Tv aliases
|
|
2798
2806
|
export { default as TvIcon } from '../icons/tv';
|
|
2807
|
+
// Turtle aliases
|
|
2808
|
+
export { default as TurtleIcon } from '../icons/turtle';
|
|
2799
2809
|
// TypeOutline aliases
|
|
2800
2810
|
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2801
2811
|
// Type aliases
|
|
2802
2812
|
export { default as TypeIcon } from '../icons/type';
|
|
2803
|
-
// UmbrellaOff aliases
|
|
2804
|
-
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2805
2813
|
// Umbrella aliases
|
|
2806
2814
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2807
2815
|
// Underline aliases
|
|
2808
2816
|
export { default as UnderlineIcon } from '../icons/underline';
|
|
2817
|
+
// UmbrellaOff aliases
|
|
2818
|
+
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2809
2819
|
// Undo2 aliases
|
|
2810
2820
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2811
2821
|
// UndoDot aliases
|
|
@@ -2814,50 +2824,52 @@ export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
|
2814
2824
|
export { default as UndoIcon } from '../icons/undo';
|
|
2815
2825
|
// UnfoldHorizontal aliases
|
|
2816
2826
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2827
|
+
// Ungroup aliases
|
|
2828
|
+
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2817
2829
|
// UnfoldVertical aliases
|
|
2818
2830
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2819
2831
|
// Unlink2 aliases
|
|
2820
2832
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2821
2833
|
// Unlink aliases
|
|
2822
2834
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2823
|
-
// Ungroup aliases
|
|
2824
|
-
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2825
2835
|
// Unplug aliases
|
|
2826
2836
|
export { default as UnplugIcon } from '../icons/unplug';
|
|
2827
2837
|
// Upload aliases
|
|
2828
2838
|
export { default as UploadIcon } from '../icons/upload';
|
|
2839
|
+
// Usb aliases
|
|
2840
|
+
export { default as UsbIcon } from '../icons/usb';
|
|
2829
2841
|
// UserCheck aliases
|
|
2830
2842
|
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2831
2843
|
// UserCog aliases
|
|
2832
2844
|
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2833
|
-
// Usb aliases
|
|
2834
|
-
export { default as UsbIcon } from '../icons/usb';
|
|
2835
2845
|
// UserKey aliases
|
|
2836
2846
|
export { default as UserKeyIcon } from '../icons/user-key';
|
|
2837
2847
|
// UserLock aliases
|
|
2838
2848
|
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2839
|
-
// UserPen aliases
|
|
2840
|
-
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2841
2849
|
// UserMinus aliases
|
|
2842
2850
|
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2843
2851
|
// UserPlus aliases
|
|
2844
2852
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2853
|
+
// UserPen aliases
|
|
2854
|
+
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2845
2855
|
// UserRoundArrowLeft aliases
|
|
2846
2856
|
export { default as UserRoundArrowLeftIcon } from '../icons/user-round-arrow-left';
|
|
2847
|
-
// UserRoundPen aliases
|
|
2848
|
-
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2849
2857
|
// UserRoundKey aliases
|
|
2850
2858
|
export { default as UserRoundKeyIcon } from '../icons/user-round-key';
|
|
2859
|
+
// UserRoundPen aliases
|
|
2860
|
+
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2851
2861
|
// UserRoundSearch aliases
|
|
2852
2862
|
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2853
2863
|
// UserSearch aliases
|
|
2854
2864
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2865
|
+
// UserShield aliases
|
|
2866
|
+
export { default as UserShieldIcon } from '../icons/user-shield';
|
|
2867
|
+
// UserX aliases
|
|
2868
|
+
export { default as UserXIcon } from '../icons/user-x';
|
|
2855
2869
|
// UserStar aliases
|
|
2856
2870
|
export { default as UserStarIcon } from '../icons/user-star';
|
|
2857
2871
|
// User aliases
|
|
2858
2872
|
export { default as UserIcon } from '../icons/user';
|
|
2859
|
-
// UserX aliases
|
|
2860
|
-
export { default as UserXIcon } from '../icons/user-x';
|
|
2861
2873
|
// Users aliases
|
|
2862
2874
|
export { default as UsersIcon } from '../icons/users';
|
|
2863
2875
|
// UtilityPole aliases
|
|
@@ -2868,54 +2880,54 @@ export { default as VanIcon } from '../icons/van';
|
|
|
2868
2880
|
export { default as VariableIcon } from '../icons/variable';
|
|
2869
2881
|
// Vault aliases
|
|
2870
2882
|
export { default as VaultIcon } from '../icons/vault';
|
|
2871
|
-
// Vegan aliases
|
|
2872
|
-
export { default as VeganIcon } from '../icons/vegan';
|
|
2873
2883
|
// VectorSquare aliases
|
|
2874
2884
|
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2875
|
-
//
|
|
2876
|
-
export { default as
|
|
2885
|
+
// Vegan aliases
|
|
2886
|
+
export { default as VeganIcon } from '../icons/vegan';
|
|
2877
2887
|
// VenetianMask aliases
|
|
2878
2888
|
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2879
|
-
//
|
|
2880
|
-
export { default as
|
|
2889
|
+
// VenusAndMars aliases
|
|
2890
|
+
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2881
2891
|
// VibrateOff aliases
|
|
2882
2892
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2893
|
+
// Venus aliases
|
|
2894
|
+
export { default as VenusIcon } from '../icons/venus';
|
|
2883
2895
|
// Vibrate aliases
|
|
2884
2896
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2885
2897
|
// VideoOff aliases
|
|
2886
2898
|
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2887
|
-
// Videotape aliases
|
|
2888
|
-
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2889
2899
|
// Video aliases
|
|
2890
2900
|
export { default as VideoIcon } from '../icons/video';
|
|
2901
|
+
// Videotape aliases
|
|
2902
|
+
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2891
2903
|
// View aliases
|
|
2892
2904
|
export { default as ViewIcon } from '../icons/view';
|
|
2893
2905
|
// Voicemail aliases
|
|
2894
2906
|
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2895
2907
|
// Volleyball aliases
|
|
2896
2908
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2897
|
-
// Volume1 aliases
|
|
2898
|
-
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2899
2909
|
// Volume2 aliases
|
|
2900
2910
|
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2901
|
-
//
|
|
2902
|
-
export { default as
|
|
2911
|
+
// Volume1 aliases
|
|
2912
|
+
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2903
2913
|
// VolumeX aliases
|
|
2904
2914
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2905
|
-
//
|
|
2906
|
-
export { default as
|
|
2915
|
+
// VolumeOff aliases
|
|
2916
|
+
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2907
2917
|
// Vote aliases
|
|
2908
2918
|
export { default as VoteIcon } from '../icons/vote';
|
|
2919
|
+
// Volume aliases
|
|
2920
|
+
export { default as VolumeIcon } from '../icons/volume';
|
|
2909
2921
|
// WalletCards aliases
|
|
2910
2922
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2911
2923
|
// Wallet aliases
|
|
2912
2924
|
export { default as WalletIcon } from '../icons/wallet';
|
|
2925
|
+
// Wand aliases
|
|
2926
|
+
export { default as WandIcon } from '../icons/wand';
|
|
2913
2927
|
// Wallpaper aliases
|
|
2914
2928
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2915
2929
|
// Warehouse aliases
|
|
2916
2930
|
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2917
|
-
// Wand aliases
|
|
2918
|
-
export { default as WandIcon } from '../icons/wand';
|
|
2919
2931
|
// WashingMachine aliases
|
|
2920
2932
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2921
2933
|
// Watch aliases
|
|
@@ -2928,10 +2940,10 @@ export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
|
2928
2940
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2929
2941
|
// WavesVertical aliases
|
|
2930
2942
|
export { default as WavesVerticalIcon } from '../icons/waves-vertical';
|
|
2931
|
-
// Waypoints aliases
|
|
2932
|
-
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2933
2943
|
// WebcamOff aliases
|
|
2934
2944
|
export { default as WebcamOffIcon } from '../icons/webcam-off';
|
|
2945
|
+
// Waypoints aliases
|
|
2946
|
+
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2935
2947
|
// Webcam aliases
|
|
2936
2948
|
export { default as WebcamIcon } from '../icons/webcam';
|
|
2937
2949
|
// WebhookOff aliases
|
|
@@ -2942,50 +2954,48 @@ export { default as WebhookIcon } from '../icons/webhook';
|
|
|
2942
2954
|
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
2943
2955
|
// Weight aliases
|
|
2944
2956
|
export { default as WeightIcon } from '../icons/weight';
|
|
2945
|
-
// WheatOff aliases
|
|
2946
|
-
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2947
2957
|
// Wheat aliases
|
|
2948
2958
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2959
|
+
// WheatOff aliases
|
|
2960
|
+
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2949
2961
|
// WholeWord aliases
|
|
2950
2962
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2951
|
-
// WifiCog aliases
|
|
2952
|
-
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2953
2963
|
// WifiHigh aliases
|
|
2954
2964
|
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2965
|
+
// WifiCog aliases
|
|
2966
|
+
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2955
2967
|
// WifiLow aliases
|
|
2956
2968
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2957
2969
|
// WifiOff aliases
|
|
2958
2970
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2959
2971
|
// WifiPen aliases
|
|
2960
2972
|
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2961
|
-
// WifiZero aliases
|
|
2962
|
-
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2963
2973
|
// WifiSync aliases
|
|
2964
2974
|
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2975
|
+
// WifiZero aliases
|
|
2976
|
+
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2965
2977
|
// Wifi aliases
|
|
2966
2978
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2967
2979
|
// WindArrowDown aliases
|
|
2968
2980
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2969
|
-
// Wind aliases
|
|
2970
|
-
export { default as WindIcon } from '../icons/wind';
|
|
2971
2981
|
// WineOff aliases
|
|
2972
2982
|
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2983
|
+
// Wind aliases
|
|
2984
|
+
export { default as WindIcon } from '../icons/wind';
|
|
2973
2985
|
// Wine aliases
|
|
2974
2986
|
export { default as WineIcon } from '../icons/wine';
|
|
2975
|
-
// Worm aliases
|
|
2976
|
-
export { default as WormIcon } from '../icons/worm';
|
|
2977
2987
|
// Workflow aliases
|
|
2978
2988
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2989
|
+
// Worm aliases
|
|
2990
|
+
export { default as WormIcon } from '../icons/worm';
|
|
2979
2991
|
// WrenchOff aliases
|
|
2980
2992
|
export { default as WrenchOffIcon } from '../icons/wrench-off';
|
|
2981
2993
|
// Wrench aliases
|
|
2982
2994
|
export { default as WrenchIcon } from '../icons/wrench';
|
|
2983
|
-
// ZapOff aliases
|
|
2984
|
-
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2985
2995
|
// XLineTop aliases
|
|
2986
2996
|
export { default as XLineTopIcon } from '../icons/x-line-top';
|
|
2987
|
-
//
|
|
2988
|
-
export { default as
|
|
2997
|
+
// ZapOff aliases
|
|
2998
|
+
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2989
2999
|
// Zap aliases
|
|
2990
3000
|
export { default as ZapIcon } from '../icons/zap';
|
|
2991
3001
|
// ZodiacAquarius aliases
|
|
@@ -2994,22 +3004,24 @@ export { default as ZodiacAquariusIcon } from '../icons/zodiac-aquarius';
|
|
|
2994
3004
|
export { default as ZodiacAriesIcon } from '../icons/zodiac-aries';
|
|
2995
3005
|
// ZodiacCancer aliases
|
|
2996
3006
|
export { default as ZodiacCancerIcon } from '../icons/zodiac-cancer';
|
|
2997
|
-
//
|
|
2998
|
-
export { default as
|
|
3007
|
+
// X aliases
|
|
3008
|
+
export { default as XIcon } from '../icons/x';
|
|
2999
3009
|
// ZodiacCapricorn aliases
|
|
3000
3010
|
export { default as ZodiacCapricornIcon } from '../icons/zodiac-capricorn';
|
|
3001
|
-
//
|
|
3002
|
-
export { default as
|
|
3011
|
+
// ZodiacGemini aliases
|
|
3012
|
+
export { default as ZodiacGeminiIcon } from '../icons/zodiac-gemini';
|
|
3003
3013
|
// ZodiacLeo aliases
|
|
3004
3014
|
export { default as ZodiacLeoIcon } from '../icons/zodiac-leo';
|
|
3005
3015
|
// ZodiacOphiuchus aliases
|
|
3006
3016
|
export { default as ZodiacOphiuchusIcon } from '../icons/zodiac-ophiuchus';
|
|
3007
|
-
//
|
|
3008
|
-
export { default as
|
|
3017
|
+
// ZodiacLibra aliases
|
|
3018
|
+
export { default as ZodiacLibraIcon } from '../icons/zodiac-libra';
|
|
3009
3019
|
// ZodiacPisces aliases
|
|
3010
3020
|
export { default as ZodiacPiscesIcon } from '../icons/zodiac-pisces';
|
|
3011
3021
|
// ZodiacScorpio aliases
|
|
3012
3022
|
export { default as ZodiacScorpioIcon } from '../icons/zodiac-scorpio';
|
|
3023
|
+
// ZodiacSagittarius aliases
|
|
3024
|
+
export { default as ZodiacSagittariusIcon } from '../icons/zodiac-sagittarius';
|
|
3013
3025
|
// ZodiacTaurus aliases
|
|
3014
3026
|
export { default as ZodiacTaurusIcon } from '../icons/zodiac-taurus';
|
|
3015
3027
|
// ZodiacVirgo aliases
|
|
@@ -3022,10 +3034,10 @@ export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
|
3022
3034
|
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
3023
3035
|
// ArrowDown10 aliases
|
|
3024
3036
|
export { default as ArrowDown10Icon } from '../icons/arrow-down-1-0';
|
|
3025
|
-
// ArrowUp10 aliases
|
|
3026
|
-
export { default as ArrowUp10Icon } from '../icons/arrow-up-1-0';
|
|
3027
3037
|
// ArrowUp01 aliases
|
|
3028
3038
|
export { default as ArrowUp01Icon } from '../icons/arrow-up-0-1';
|
|
3039
|
+
// ArrowUp10 aliases
|
|
3040
|
+
export { default as ArrowUp10Icon } from '../icons/arrow-up-1-0';
|
|
3029
3041
|
// AlarmClockCheck aliases
|
|
3030
3042
|
export { default as AlarmClockCheckIcon } from '../icons/alarm-clock-check';
|
|
3031
3043
|
export {
|
|
@@ -3050,18 +3062,18 @@ export {
|
|
|
3050
3062
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. */
|
|
3051
3063
|
default as ArrowDownAzIcon
|
|
3052
3064
|
} from '../icons/arrow-down-a-z';
|
|
3053
|
-
// ArrowDownWideNarrow aliases
|
|
3054
|
-
export { default as ArrowDownWideNarrowIcon } from '../icons/arrow-down-wide-narrow';
|
|
3055
|
-
export {
|
|
3056
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. */
|
|
3057
|
-
default as SortDescIcon
|
|
3058
|
-
} from '../icons/arrow-down-wide-narrow';
|
|
3059
3065
|
// ArrowDownZA aliases
|
|
3060
3066
|
export { default as ArrowDownZAIcon } from '../icons/arrow-down-z-a';
|
|
3061
3067
|
export {
|
|
3062
3068
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. */
|
|
3063
3069
|
default as ArrowDownZaIcon
|
|
3064
3070
|
} from '../icons/arrow-down-z-a';
|
|
3071
|
+
// ArrowDownWideNarrow aliases
|
|
3072
|
+
export { default as ArrowDownWideNarrowIcon } from '../icons/arrow-down-wide-narrow';
|
|
3073
|
+
export {
|
|
3074
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. */
|
|
3075
|
+
default as SortDescIcon
|
|
3076
|
+
} from '../icons/arrow-down-wide-narrow';
|
|
3065
3077
|
// ArrowUpNarrowWide aliases
|
|
3066
3078
|
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
3067
3079
|
export {
|
|
@@ -3092,24 +3104,30 @@ export {
|
|
|
3092
3104
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. */
|
|
3093
3105
|
default as VerifiedIcon
|
|
3094
3106
|
} from '../icons/badge-check';
|
|
3095
|
-
// BadgeQuestionMark aliases
|
|
3096
|
-
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
3097
|
-
export {
|
|
3098
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. */
|
|
3099
|
-
default as BadgeHelpIcon
|
|
3100
|
-
} from '../icons/badge-question-mark';
|
|
3101
3107
|
// BetweenHorizontalEnd aliases
|
|
3102
3108
|
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
3103
3109
|
export {
|
|
3104
3110
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. */
|
|
3105
3111
|
default as BetweenHorizonalEndIcon
|
|
3106
3112
|
} from '../icons/between-horizontal-end';
|
|
3113
|
+
// BadgeQuestionMark aliases
|
|
3114
|
+
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
3115
|
+
export {
|
|
3116
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. */
|
|
3117
|
+
default as BadgeHelpIcon
|
|
3118
|
+
} from '../icons/badge-question-mark';
|
|
3107
3119
|
// BetweenHorizontalStart aliases
|
|
3108
3120
|
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
3109
3121
|
export {
|
|
3110
3122
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. */
|
|
3111
3123
|
default as BetweenHorizonalStartIcon
|
|
3112
3124
|
} from '../icons/between-horizontal-start';
|
|
3125
|
+
// Braces aliases
|
|
3126
|
+
export { default as BracesIcon } from '../icons/braces';
|
|
3127
|
+
export {
|
|
3128
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. */
|
|
3129
|
+
default as CurlyBracesIcon
|
|
3130
|
+
} from '../icons/braces';
|
|
3113
3131
|
// BookDashed aliases
|
|
3114
3132
|
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
3115
3133
|
export {
|
|
@@ -3122,30 +3140,24 @@ export {
|
|
|
3122
3140
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. */
|
|
3123
3141
|
default as SubtitlesIcon
|
|
3124
3142
|
} from '../icons/captions';
|
|
3125
|
-
// Braces aliases
|
|
3126
|
-
export { default as BracesIcon } from '../icons/braces';
|
|
3127
|
-
export {
|
|
3128
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. */
|
|
3129
|
-
default as CurlyBracesIcon
|
|
3130
|
-
} from '../icons/braces';
|
|
3131
3143
|
// ChartArea aliases
|
|
3132
3144
|
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
3133
3145
|
export {
|
|
3134
3146
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. */
|
|
3135
3147
|
default as AreaChartIcon
|
|
3136
3148
|
} from '../icons/chart-area';
|
|
3137
|
-
// ChartBarBig aliases
|
|
3138
|
-
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
3139
|
-
export {
|
|
3140
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. */
|
|
3141
|
-
default as BarChartHorizontalBigIcon
|
|
3142
|
-
} from '../icons/chart-bar-big';
|
|
3143
3149
|
// ChartBar aliases
|
|
3144
3150
|
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
3145
3151
|
export {
|
|
3146
3152
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. */
|
|
3147
3153
|
default as BarChartHorizontalIcon
|
|
3148
3154
|
} from '../icons/chart-bar';
|
|
3155
|
+
// ChartBarBig aliases
|
|
3156
|
+
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
3157
|
+
export {
|
|
3158
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. */
|
|
3159
|
+
default as BarChartHorizontalBigIcon
|
|
3160
|
+
} from '../icons/chart-bar-big';
|
|
3149
3161
|
// ChartColumnBig aliases
|
|
3150
3162
|
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
3151
3163
|
export {
|
|
@@ -3224,36 +3236,36 @@ export {
|
|
|
3224
3236
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. */
|
|
3225
3237
|
default as ArrowLeftCircleIcon
|
|
3226
3238
|
} from '../icons/circle-arrow-left';
|
|
3227
|
-
// CircleArrowOutDownLeft aliases
|
|
3228
|
-
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3229
|
-
export {
|
|
3230
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. */
|
|
3231
|
-
default as ArrowDownLeftFromCircleIcon
|
|
3232
|
-
} from '../icons/circle-arrow-out-down-left';
|
|
3233
3239
|
// CircleArrowOutDownRight aliases
|
|
3234
3240
|
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
3235
3241
|
export {
|
|
3236
3242
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. */
|
|
3237
3243
|
default as ArrowDownRightFromCircleIcon
|
|
3238
3244
|
} from '../icons/circle-arrow-out-down-right';
|
|
3245
|
+
// CircleArrowOutUpRight aliases
|
|
3246
|
+
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3247
|
+
export {
|
|
3248
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. */
|
|
3249
|
+
default as ArrowUpRightFromCircleIcon
|
|
3250
|
+
} from '../icons/circle-arrow-out-up-right';
|
|
3239
3251
|
// CircleArrowOutUpLeft aliases
|
|
3240
3252
|
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3241
3253
|
export {
|
|
3242
3254
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. */
|
|
3243
3255
|
default as ArrowUpLeftFromCircleIcon
|
|
3244
3256
|
} from '../icons/circle-arrow-out-up-left';
|
|
3257
|
+
// CircleArrowOutDownLeft aliases
|
|
3258
|
+
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3259
|
+
export {
|
|
3260
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. */
|
|
3261
|
+
default as ArrowDownLeftFromCircleIcon
|
|
3262
|
+
} from '../icons/circle-arrow-out-down-left';
|
|
3245
3263
|
// CircleArrowRight aliases
|
|
3246
3264
|
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3247
3265
|
export {
|
|
3248
3266
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. */
|
|
3249
3267
|
default as ArrowRightCircleIcon
|
|
3250
3268
|
} from '../icons/circle-arrow-right';
|
|
3251
|
-
// CircleArrowOutUpRight aliases
|
|
3252
|
-
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3253
|
-
export {
|
|
3254
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. */
|
|
3255
|
-
default as ArrowUpRightFromCircleIcon
|
|
3256
|
-
} from '../icons/circle-arrow-out-up-right';
|
|
3257
3269
|
// CircleArrowUp aliases
|
|
3258
3270
|
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3259
3271
|
export {
|
|
@@ -3272,18 +3284,24 @@ export {
|
|
|
3272
3284
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. */
|
|
3273
3285
|
default as ChevronDownCircleIcon
|
|
3274
3286
|
} from '../icons/circle-chevron-down';
|
|
3287
|
+
// CircleCheck aliases
|
|
3288
|
+
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3289
|
+
export {
|
|
3290
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. */
|
|
3291
|
+
default as CheckCircle2Icon
|
|
3292
|
+
} from '../icons/circle-check';
|
|
3275
3293
|
// CircleChevronLeft aliases
|
|
3276
3294
|
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3277
3295
|
export {
|
|
3278
3296
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. */
|
|
3279
3297
|
default as ChevronLeftCircleIcon
|
|
3280
3298
|
} from '../icons/circle-chevron-left';
|
|
3281
|
-
//
|
|
3282
|
-
export { default as
|
|
3299
|
+
// CircleChevronUp aliases
|
|
3300
|
+
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3283
3301
|
export {
|
|
3284
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3285
|
-
default as
|
|
3286
|
-
} from '../icons/circle-
|
|
3302
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. */
|
|
3303
|
+
default as ChevronUpCircleIcon
|
|
3304
|
+
} from '../icons/circle-chevron-up';
|
|
3287
3305
|
// CircleChevronRight aliases
|
|
3288
3306
|
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3289
3307
|
export {
|
|
@@ -3296,60 +3314,54 @@ export {
|
|
|
3296
3314
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. */
|
|
3297
3315
|
default as DivideCircleIcon
|
|
3298
3316
|
} from '../icons/circle-divide';
|
|
3299
|
-
// CircleChevronUp aliases
|
|
3300
|
-
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3301
|
-
export {
|
|
3302
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. */
|
|
3303
|
-
default as ChevronUpCircleIcon
|
|
3304
|
-
} from '../icons/circle-chevron-up';
|
|
3305
3317
|
// CircleGauge aliases
|
|
3306
3318
|
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3307
3319
|
export {
|
|
3308
3320
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. */
|
|
3309
3321
|
default as GaugeCircleIcon
|
|
3310
3322
|
} from '../icons/circle-gauge';
|
|
3311
|
-
// CircleParkingOff aliases
|
|
3312
|
-
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3313
|
-
export {
|
|
3314
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. */
|
|
3315
|
-
default as ParkingCircleOffIcon
|
|
3316
|
-
} from '../icons/circle-parking-off';
|
|
3317
3323
|
// CircleMinus aliases
|
|
3318
3324
|
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3319
3325
|
export {
|
|
3320
3326
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. */
|
|
3321
3327
|
default as MinusCircleIcon
|
|
3322
3328
|
} from '../icons/circle-minus';
|
|
3323
|
-
//
|
|
3324
|
-
export { default as
|
|
3329
|
+
// CircleParkingOff aliases
|
|
3330
|
+
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3325
3331
|
export {
|
|
3326
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3327
|
-
default as
|
|
3328
|
-
} from '../icons/circle-parking';
|
|
3332
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. */
|
|
3333
|
+
default as ParkingCircleOffIcon
|
|
3334
|
+
} from '../icons/circle-parking-off';
|
|
3329
3335
|
// CirclePause aliases
|
|
3330
3336
|
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3331
3337
|
export {
|
|
3332
3338
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. */
|
|
3333
3339
|
default as PauseCircleIcon
|
|
3334
3340
|
} from '../icons/circle-pause';
|
|
3341
|
+
// CircleParking aliases
|
|
3342
|
+
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3343
|
+
export {
|
|
3344
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. */
|
|
3345
|
+
default as ParkingCircleIcon
|
|
3346
|
+
} from '../icons/circle-parking';
|
|
3335
3347
|
// CirclePercent aliases
|
|
3336
3348
|
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3337
3349
|
export {
|
|
3338
3350
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. */
|
|
3339
3351
|
default as PercentCircleIcon
|
|
3340
3352
|
} from '../icons/circle-percent';
|
|
3341
|
-
// CirclePlus aliases
|
|
3342
|
-
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3343
|
-
export {
|
|
3344
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. */
|
|
3345
|
-
default as PlusCircleIcon
|
|
3346
|
-
} from '../icons/circle-plus';
|
|
3347
3353
|
// CirclePlay aliases
|
|
3348
3354
|
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3349
3355
|
export {
|
|
3350
3356
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. */
|
|
3351
3357
|
default as PlayCircleIcon
|
|
3352
3358
|
} from '../icons/circle-play';
|
|
3359
|
+
// CirclePlus aliases
|
|
3360
|
+
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3361
|
+
export {
|
|
3362
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. */
|
|
3363
|
+
default as PlusCircleIcon
|
|
3364
|
+
} from '../icons/circle-plus';
|
|
3353
3365
|
// CirclePower aliases
|
|
3354
3366
|
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3355
3367
|
export {
|
|
@@ -3384,18 +3396,18 @@ export {
|
|
|
3384
3396
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. */
|
|
3385
3397
|
default as UserCircle2Icon
|
|
3386
3398
|
} from '../icons/circle-user-round';
|
|
3387
|
-
// CircleUser aliases
|
|
3388
|
-
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3389
|
-
export {
|
|
3390
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. */
|
|
3391
|
-
default as UserCircleIcon
|
|
3392
|
-
} from '../icons/circle-user';
|
|
3393
3399
|
// CircleX aliases
|
|
3394
3400
|
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3395
3401
|
export {
|
|
3396
3402
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. */
|
|
3397
3403
|
default as XCircleIcon
|
|
3398
3404
|
} from '../icons/circle-x';
|
|
3405
|
+
// CircleUser aliases
|
|
3406
|
+
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3407
|
+
export {
|
|
3408
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. */
|
|
3409
|
+
default as UserCircleIcon
|
|
3410
|
+
} from '../icons/circle-user';
|
|
3399
3411
|
// ClipboardPenLine aliases
|
|
3400
3412
|
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3401
3413
|
export {
|
|
@@ -3408,18 +3420,18 @@ export {
|
|
|
3408
3420
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. */
|
|
3409
3421
|
default as ClipboardEditIcon
|
|
3410
3422
|
} from '../icons/clipboard-pen';
|
|
3411
|
-
// CloudDownload aliases
|
|
3412
|
-
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3413
|
-
export {
|
|
3414
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. */
|
|
3415
|
-
default as DownloadCloudIcon
|
|
3416
|
-
} from '../icons/cloud-download';
|
|
3417
3423
|
// CloudUpload aliases
|
|
3418
3424
|
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3419
3425
|
export {
|
|
3420
3426
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudUpload} instead. */
|
|
3421
3427
|
default as UploadCloudIcon
|
|
3422
3428
|
} from '../icons/cloud-upload';
|
|
3429
|
+
// CloudDownload aliases
|
|
3430
|
+
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3431
|
+
export {
|
|
3432
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. */
|
|
3433
|
+
default as DownloadCloudIcon
|
|
3434
|
+
} from '../icons/cloud-download';
|
|
3423
3435
|
// CodeXml aliases
|
|
3424
3436
|
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3425
3437
|
export {
|
|
@@ -3432,6 +3444,12 @@ export {
|
|
|
3432
3444
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. */
|
|
3433
3445
|
default as ColumnsIcon
|
|
3434
3446
|
} from '../icons/columns-2';
|
|
3447
|
+
// Columns3 aliases
|
|
3448
|
+
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3449
|
+
export {
|
|
3450
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. */
|
|
3451
|
+
default as PanelsLeftRightIcon
|
|
3452
|
+
} from '../icons/columns-3';
|
|
3435
3453
|
// Columns3Cog aliases
|
|
3436
3454
|
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3437
3455
|
export {
|
|
@@ -3442,48 +3460,42 @@ export {
|
|
|
3442
3460
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. */
|
|
3443
3461
|
default as TableConfigIcon
|
|
3444
3462
|
} from '../icons/columns-3-cog';
|
|
3445
|
-
// DiamondPercent aliases
|
|
3446
|
-
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3447
|
-
export {
|
|
3448
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. */
|
|
3449
|
-
default as PercentDiamondIcon
|
|
3450
|
-
} from '../icons/diamond-percent';
|
|
3451
|
-
// Columns3 aliases
|
|
3452
|
-
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3453
|
-
export {
|
|
3454
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. */
|
|
3455
|
-
default as PanelsLeftRightIcon
|
|
3456
|
-
} from '../icons/columns-3';
|
|
3457
3463
|
// ContactRound aliases
|
|
3458
3464
|
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3459
3465
|
export {
|
|
3460
3466
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. */
|
|
3461
3467
|
default as Contact2Icon
|
|
3462
3468
|
} from '../icons/contact-round';
|
|
3463
|
-
//
|
|
3464
|
-
export { default as
|
|
3469
|
+
// DiamondPercent aliases
|
|
3470
|
+
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3465
3471
|
export {
|
|
3466
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3467
|
-
default as
|
|
3468
|
-
} from '../icons/
|
|
3472
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. */
|
|
3473
|
+
default as PercentDiamondIcon
|
|
3474
|
+
} from '../icons/diamond-percent';
|
|
3469
3475
|
// EllipsisVertical aliases
|
|
3470
3476
|
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3471
3477
|
export {
|
|
3472
3478
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. */
|
|
3473
3479
|
default as MoreVerticalIcon
|
|
3474
3480
|
} from '../icons/ellipsis-vertical';
|
|
3475
|
-
//
|
|
3476
|
-
export { default as
|
|
3481
|
+
// Earth aliases
|
|
3482
|
+
export { default as EarthIcon } from '../icons/earth';
|
|
3477
3483
|
export {
|
|
3478
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3479
|
-
default as
|
|
3480
|
-
} from '../icons/
|
|
3484
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. */
|
|
3485
|
+
default as Globe2Icon
|
|
3486
|
+
} from '../icons/earth';
|
|
3481
3487
|
// Ellipsis aliases
|
|
3482
3488
|
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3483
3489
|
export {
|
|
3484
3490
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. */
|
|
3485
3491
|
default as MoreHorizontalIcon
|
|
3486
3492
|
} from '../icons/ellipsis';
|
|
3493
|
+
// FileAxis3d aliases
|
|
3494
|
+
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3495
|
+
export {
|
|
3496
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. */
|
|
3497
|
+
default as FileAxis3DIcon
|
|
3498
|
+
} from '../icons/file-axis-3d';
|
|
3487
3499
|
// FileBadge aliases
|
|
3488
3500
|
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
3489
3501
|
export {
|
|
@@ -3544,12 +3556,6 @@ export {
|
|
|
3544
3556
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. */
|
|
3545
3557
|
default as FileCog2Icon
|
|
3546
3558
|
} from '../icons/file-cog';
|
|
3547
|
-
// FileExclamationPoint aliases
|
|
3548
|
-
export { default as FileExclamationPointIcon } from '../icons/file-exclamation-point';
|
|
3549
|
-
export {
|
|
3550
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. */
|
|
3551
|
-
default as FileWarningIcon
|
|
3552
|
-
} from '../icons/file-exclamation-point';
|
|
3553
3559
|
// FileHeadphone aliases
|
|
3554
3560
|
export { default as FileHeadphoneIcon } from '../icons/file-headphone';
|
|
3555
3561
|
export {
|
|
@@ -3560,24 +3566,30 @@ export {
|
|
|
3560
3566
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileHeadphone} instead. */
|
|
3561
3567
|
default as FileAudio2Icon
|
|
3562
3568
|
} from '../icons/file-headphone';
|
|
3563
|
-
//
|
|
3564
|
-
export { default as
|
|
3569
|
+
// FileExclamationPoint aliases
|
|
3570
|
+
export { default as FileExclamationPointIcon } from '../icons/file-exclamation-point';
|
|
3565
3571
|
export {
|
|
3566
|
-
/** @deprecated The icon was
|
|
3567
|
-
default as
|
|
3568
|
-
} from '../icons/file-
|
|
3572
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. */
|
|
3573
|
+
default as FileWarningIcon
|
|
3574
|
+
} from '../icons/file-exclamation-point';
|
|
3575
|
+
// FileMinusCorner aliases
|
|
3576
|
+
export { default as FileMinusCornerIcon } from '../icons/file-minus-corner';
|
|
3577
|
+
export {
|
|
3578
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. */
|
|
3579
|
+
default as FileMinus2Icon
|
|
3580
|
+
} from '../icons/file-minus-corner';
|
|
3569
3581
|
// FileLock aliases
|
|
3570
3582
|
export { default as FileLockIcon } from '../icons/file-lock';
|
|
3571
3583
|
export {
|
|
3572
3584
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. */
|
|
3573
3585
|
default as FileLock2Icon
|
|
3574
3586
|
} from '../icons/file-lock';
|
|
3575
|
-
//
|
|
3576
|
-
export { default as
|
|
3587
|
+
// FileKey aliases
|
|
3588
|
+
export { default as FileKeyIcon } from '../icons/file-key';
|
|
3577
3589
|
export {
|
|
3578
|
-
/** @deprecated The
|
|
3579
|
-
default as
|
|
3580
|
-
} from '../icons/file-
|
|
3590
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. */
|
|
3591
|
+
default as FileKey2Icon
|
|
3592
|
+
} from '../icons/file-key';
|
|
3581
3593
|
// FilePenLine aliases
|
|
3582
3594
|
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3583
3595
|
export {
|
|
@@ -3590,18 +3602,24 @@ export {
|
|
|
3590
3602
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. */
|
|
3591
3603
|
default as FileEditIcon
|
|
3592
3604
|
} from '../icons/file-pen';
|
|
3605
|
+
// FilePlusCorner aliases
|
|
3606
|
+
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3607
|
+
export {
|
|
3608
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. */
|
|
3609
|
+
default as FilePlus2Icon
|
|
3610
|
+
} from '../icons/file-plus-corner';
|
|
3593
3611
|
// FilePlay aliases
|
|
3594
3612
|
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3595
3613
|
export {
|
|
3596
3614
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. */
|
|
3597
3615
|
default as FileVideoIcon
|
|
3598
3616
|
} from '../icons/file-play';
|
|
3599
|
-
//
|
|
3600
|
-
export { default as
|
|
3617
|
+
// FileSearchCorner aliases
|
|
3618
|
+
export { default as FileSearchCornerIcon } from '../icons/file-search-corner';
|
|
3601
3619
|
export {
|
|
3602
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3603
|
-
default as
|
|
3604
|
-
} from '../icons/file-
|
|
3620
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. */
|
|
3621
|
+
default as FileSearch2Icon
|
|
3622
|
+
} from '../icons/file-search-corner';
|
|
3605
3623
|
// FileQuestionMark aliases
|
|
3606
3624
|
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3607
3625
|
export {
|
|
@@ -3614,12 +3632,6 @@ export {
|
|
|
3614
3632
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. */
|
|
3615
3633
|
default as FileVolume2Icon
|
|
3616
3634
|
} from '../icons/file-signal';
|
|
3617
|
-
// FileSearchCorner aliases
|
|
3618
|
-
export { default as FileSearchCornerIcon } from '../icons/file-search-corner';
|
|
3619
|
-
export {
|
|
3620
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. */
|
|
3621
|
-
default as FileSearch2Icon
|
|
3622
|
-
} from '../icons/file-search-corner';
|
|
3623
3635
|
// FileTypeCorner aliases
|
|
3624
3636
|
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3625
3637
|
export {
|
|
@@ -3668,18 +3680,18 @@ export {
|
|
|
3668
3680
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. */
|
|
3669
3681
|
default as FilterIcon
|
|
3670
3682
|
} from '../icons/funnel';
|
|
3671
|
-
// Grid2x2Check aliases
|
|
3672
|
-
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3673
|
-
export {
|
|
3674
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. */
|
|
3675
|
-
default as Grid2X2CheckIcon
|
|
3676
|
-
} from '../icons/grid-2x2-check';
|
|
3677
3683
|
// GitCommitHorizontal aliases
|
|
3678
3684
|
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3679
3685
|
export {
|
|
3680
3686
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. */
|
|
3681
3687
|
default as GitCommitIcon
|
|
3682
3688
|
} from '../icons/git-commit-horizontal';
|
|
3689
|
+
// Grid2x2Check aliases
|
|
3690
|
+
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3691
|
+
export {
|
|
3692
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. */
|
|
3693
|
+
default as Grid2X2CheckIcon
|
|
3694
|
+
} from '../icons/grid-2x2-check';
|
|
3683
3695
|
// Grid2x2Plus aliases
|
|
3684
3696
|
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3685
3697
|
export {
|
|
@@ -3692,6 +3704,12 @@ export {
|
|
|
3692
3704
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. */
|
|
3693
3705
|
default as Grid2X2XIcon
|
|
3694
3706
|
} from '../icons/grid-2x2-x';
|
|
3707
|
+
// Grid2x2 aliases
|
|
3708
|
+
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3709
|
+
export {
|
|
3710
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. */
|
|
3711
|
+
default as Grid2X2Icon
|
|
3712
|
+
} from '../icons/grid-2x2';
|
|
3695
3713
|
// Grid3x3 aliases
|
|
3696
3714
|
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3697
3715
|
export {
|
|
@@ -3702,12 +3720,6 @@ export {
|
|
|
3702
3720
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. */
|
|
3703
3721
|
default as Grid3X3Icon
|
|
3704
3722
|
} from '../icons/grid-3x3';
|
|
3705
|
-
// Grid2x2 aliases
|
|
3706
|
-
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3707
|
-
export {
|
|
3708
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. */
|
|
3709
|
-
default as Grid2X2Icon
|
|
3710
|
-
} from '../icons/grid-2x2';
|
|
3711
3723
|
// HandHelping aliases
|
|
3712
3724
|
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3713
3725
|
export {
|
|
@@ -3744,12 +3756,6 @@ export {
|
|
|
3744
3756
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. */
|
|
3745
3757
|
default as Laptop2Icon
|
|
3746
3758
|
} from '../icons/laptop-minimal';
|
|
3747
|
-
// Layers aliases
|
|
3748
|
-
export { default as LayersIcon } from '../icons/layers';
|
|
3749
|
-
export {
|
|
3750
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. */
|
|
3751
|
-
default as Layers3Icon
|
|
3752
|
-
} from '../icons/layers';
|
|
3753
3759
|
// ListIndentDecrease aliases
|
|
3754
3760
|
export { default as ListIndentDecreaseIcon } from '../icons/list-indent-decrease';
|
|
3755
3761
|
export {
|
|
@@ -3760,12 +3766,12 @@ export {
|
|
|
3760
3766
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. */
|
|
3761
3767
|
default as IndentDecreaseIcon
|
|
3762
3768
|
} from '../icons/list-indent-decrease';
|
|
3763
|
-
//
|
|
3764
|
-
export { default as
|
|
3769
|
+
// Layers aliases
|
|
3770
|
+
export { default as LayersIcon } from '../icons/layers';
|
|
3765
3771
|
export {
|
|
3766
|
-
/** @deprecated The
|
|
3767
|
-
default as
|
|
3768
|
-
} from '../icons/
|
|
3772
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. */
|
|
3773
|
+
default as Layers3Icon
|
|
3774
|
+
} from '../icons/layers';
|
|
3769
3775
|
// ListIndentIncrease aliases
|
|
3770
3776
|
export { default as ListIndentIncreaseIcon } from '../icons/list-indent-increase';
|
|
3771
3777
|
export {
|
|
@@ -3776,6 +3782,12 @@ export {
|
|
|
3776
3782
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. */
|
|
3777
3783
|
default as IndentIncreaseIcon
|
|
3778
3784
|
} from '../icons/list-indent-increase';
|
|
3785
|
+
// LoaderCircle aliases
|
|
3786
|
+
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3787
|
+
export {
|
|
3788
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. */
|
|
3789
|
+
default as Loader2Icon
|
|
3790
|
+
} from '../icons/loader-circle';
|
|
3779
3791
|
// LockKeyholeOpen aliases
|
|
3780
3792
|
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3781
3793
|
export {
|
|
@@ -3788,12 +3800,6 @@ export {
|
|
|
3788
3800
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. */
|
|
3789
3801
|
default as UnlockIcon
|
|
3790
3802
|
} from '../icons/lock-open';
|
|
3791
|
-
// MessageCircleQuestionMark aliases
|
|
3792
|
-
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3793
|
-
export {
|
|
3794
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. */
|
|
3795
|
-
default as MessageCircleQuestionIcon
|
|
3796
|
-
} from '../icons/message-circle-question-mark';
|
|
3797
3803
|
// MailQuestionMark aliases
|
|
3798
3804
|
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3799
3805
|
export {
|
|
@@ -3806,6 +3812,18 @@ export {
|
|
|
3806
3812
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. */
|
|
3807
3813
|
default as LocationEditIcon
|
|
3808
3814
|
} from '../icons/map-pin-pen';
|
|
3815
|
+
// MessageCircleQuestionMark aliases
|
|
3816
|
+
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3817
|
+
export {
|
|
3818
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. */
|
|
3819
|
+
default as MessageCircleQuestionIcon
|
|
3820
|
+
} from '../icons/message-circle-question-mark';
|
|
3821
|
+
// MicSignal aliases
|
|
3822
|
+
export { default as MicSignalIcon } from '../icons/mic-signal';
|
|
3823
|
+
export {
|
|
3824
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicSignal} instead. This alias will be removed in v1.0 */
|
|
3825
|
+
default as PodcastIcon
|
|
3826
|
+
} from '../icons/mic-signal';
|
|
3809
3827
|
// MicVocal aliases
|
|
3810
3828
|
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3811
3829
|
export {
|
|
@@ -3830,48 +3848,48 @@ export {
|
|
|
3830
3848
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. */
|
|
3831
3849
|
default as PauseOctagonIcon
|
|
3832
3850
|
} from '../icons/octagon-pause';
|
|
3833
|
-
// PanelBottomDashed aliases
|
|
3834
|
-
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3835
|
-
export {
|
|
3836
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. */
|
|
3837
|
-
default as PanelBottomInactiveIcon
|
|
3838
|
-
} from '../icons/panel-bottom-dashed';
|
|
3839
3851
|
// OctagonX aliases
|
|
3840
3852
|
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3841
3853
|
export {
|
|
3842
3854
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. */
|
|
3843
3855
|
default as XOctagonIcon
|
|
3844
3856
|
} from '../icons/octagon-x';
|
|
3845
|
-
// PanelLeftClose aliases
|
|
3846
|
-
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3847
|
-
export {
|
|
3848
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. */
|
|
3849
|
-
default as SidebarCloseIcon
|
|
3850
|
-
} from '../icons/panel-left-close';
|
|
3851
3857
|
// PaintbrushVertical aliases
|
|
3852
3858
|
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3853
3859
|
export {
|
|
3854
3860
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. */
|
|
3855
3861
|
default as Paintbrush2Icon
|
|
3856
3862
|
} from '../icons/paintbrush-vertical';
|
|
3857
|
-
//
|
|
3858
|
-
export { default as
|
|
3863
|
+
// PanelBottomDashed aliases
|
|
3864
|
+
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3859
3865
|
export {
|
|
3860
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3861
|
-
default as
|
|
3862
|
-
} from '../icons/panel-
|
|
3866
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. */
|
|
3867
|
+
default as PanelBottomInactiveIcon
|
|
3868
|
+
} from '../icons/panel-bottom-dashed';
|
|
3863
3869
|
// PanelLeftOpen aliases
|
|
3864
3870
|
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3865
3871
|
export {
|
|
3866
3872
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. */
|
|
3867
3873
|
default as SidebarOpenIcon
|
|
3868
3874
|
} from '../icons/panel-left-open';
|
|
3875
|
+
// PanelLeftDashed aliases
|
|
3876
|
+
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3877
|
+
export {
|
|
3878
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. */
|
|
3879
|
+
default as PanelLeftInactiveIcon
|
|
3880
|
+
} from '../icons/panel-left-dashed';
|
|
3869
3881
|
// PanelLeft aliases
|
|
3870
3882
|
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3871
3883
|
export {
|
|
3872
3884
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. */
|
|
3873
3885
|
default as SidebarIcon
|
|
3874
3886
|
} from '../icons/panel-left';
|
|
3887
|
+
// PanelLeftClose aliases
|
|
3888
|
+
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3889
|
+
export {
|
|
3890
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. */
|
|
3891
|
+
default as SidebarCloseIcon
|
|
3892
|
+
} from '../icons/panel-left-close';
|
|
3875
3893
|
// PanelRightDashed aliases
|
|
3876
3894
|
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3877
3895
|
export {
|
|
@@ -3884,30 +3902,30 @@ export {
|
|
|
3884
3902
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. */
|
|
3885
3903
|
default as LayoutIcon
|
|
3886
3904
|
} from '../icons/panels-top-left';
|
|
3887
|
-
// PanelTopDashed aliases
|
|
3888
|
-
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3889
|
-
export {
|
|
3890
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. */
|
|
3891
|
-
default as PanelTopInactiveIcon
|
|
3892
|
-
} from '../icons/panel-top-dashed';
|
|
3893
3905
|
// PenLine aliases
|
|
3894
3906
|
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3895
3907
|
export {
|
|
3896
3908
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. */
|
|
3897
3909
|
default as Edit3Icon
|
|
3898
3910
|
} from '../icons/pen-line';
|
|
3899
|
-
//
|
|
3900
|
-
export { default as
|
|
3911
|
+
// PanelTopDashed aliases
|
|
3912
|
+
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3901
3913
|
export {
|
|
3902
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3903
|
-
default as
|
|
3904
|
-
} from '../icons/
|
|
3914
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. */
|
|
3915
|
+
default as PanelTopInactiveIcon
|
|
3916
|
+
} from '../icons/panel-top-dashed';
|
|
3905
3917
|
// Pen aliases
|
|
3906
3918
|
export { default as PenIcon } from '../icons/pen';
|
|
3907
3919
|
export {
|
|
3908
3920
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. */
|
|
3909
3921
|
default as Edit2Icon
|
|
3910
3922
|
} from '../icons/pen';
|
|
3923
|
+
// PlugZap aliases
|
|
3924
|
+
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3925
|
+
export {
|
|
3926
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. */
|
|
3927
|
+
default as PlugZap2Icon
|
|
3928
|
+
} from '../icons/plug-zap';
|
|
3911
3929
|
// RectangleEllipsis aliases
|
|
3912
3930
|
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3913
3931
|
export {
|
|
@@ -3920,6 +3938,12 @@ export {
|
|
|
3920
3938
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. */
|
|
3921
3939
|
default as Rotate3DIcon
|
|
3922
3940
|
} from '../icons/rotate-3d';
|
|
3941
|
+
// RotateCcwClock aliases
|
|
3942
|
+
export { default as RotateCcwClockIcon } from '../icons/rotate-ccw-clock';
|
|
3943
|
+
export {
|
|
3944
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RotateCcwClock} instead. */
|
|
3945
|
+
default as HistoryIcon
|
|
3946
|
+
} from '../icons/rotate-ccw-clock';
|
|
3923
3947
|
// Rows2 aliases
|
|
3924
3948
|
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3925
3949
|
export {
|
|
@@ -3938,36 +3962,36 @@ export {
|
|
|
3938
3962
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. */
|
|
3939
3963
|
default as Scale3DIcon
|
|
3940
3964
|
} from '../icons/scale-3d';
|
|
3941
|
-
// ShieldQuestionMark aliases
|
|
3942
|
-
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
3943
|
-
export {
|
|
3944
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. */
|
|
3945
|
-
default as ShieldQuestionIcon
|
|
3946
|
-
} from '../icons/shield-question-mark';
|
|
3947
3965
|
// SendHorizontal aliases
|
|
3948
3966
|
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3949
3967
|
export {
|
|
3950
3968
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. */
|
|
3951
3969
|
default as SendHorizonalIcon
|
|
3952
3970
|
} from '../icons/send-horizontal';
|
|
3953
|
-
//
|
|
3954
|
-
export { default as
|
|
3971
|
+
// ShieldQuestionMark aliases
|
|
3972
|
+
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
3955
3973
|
export {
|
|
3956
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3957
|
-
default as
|
|
3958
|
-
} from '../icons/shield-
|
|
3974
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. */
|
|
3975
|
+
default as ShieldQuestionIcon
|
|
3976
|
+
} from '../icons/shield-question-mark';
|
|
3977
|
+
// SlidersVertical aliases
|
|
3978
|
+
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3979
|
+
export {
|
|
3980
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. */
|
|
3981
|
+
default as SlidersIcon
|
|
3982
|
+
} from '../icons/sliders-vertical';
|
|
3959
3983
|
// Sparkles aliases
|
|
3960
3984
|
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3961
3985
|
export {
|
|
3962
3986
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. */
|
|
3963
3987
|
default as StarsIcon
|
|
3964
3988
|
} from '../icons/sparkles';
|
|
3965
|
-
//
|
|
3966
|
-
export { default as
|
|
3989
|
+
// ShieldX aliases
|
|
3990
|
+
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3967
3991
|
export {
|
|
3968
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3969
|
-
default as
|
|
3970
|
-
} from '../icons/
|
|
3992
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. */
|
|
3993
|
+
default as ShieldCloseIcon
|
|
3994
|
+
} from '../icons/shield-x';
|
|
3971
3995
|
// SquareActivity aliases
|
|
3972
3996
|
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3973
3997
|
export {
|
|
@@ -3992,12 +4016,6 @@ export {
|
|
|
3992
4016
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. */
|
|
3993
4017
|
default as ArrowDownSquareIcon
|
|
3994
4018
|
} from '../icons/square-arrow-down';
|
|
3995
|
-
// SquareArrowOutDownLeft aliases
|
|
3996
|
-
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3997
|
-
export {
|
|
3998
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. */
|
|
3999
|
-
default as ArrowDownLeftFromSquareIcon
|
|
4000
|
-
} from '../icons/square-arrow-out-down-left';
|
|
4001
4019
|
// SquareArrowLeft aliases
|
|
4002
4020
|
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
4003
4021
|
export {
|
|
@@ -4010,6 +4028,12 @@ export {
|
|
|
4010
4028
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. */
|
|
4011
4029
|
default as ArrowDownRightFromSquareIcon
|
|
4012
4030
|
} from '../icons/square-arrow-out-down-right';
|
|
4031
|
+
// SquareArrowOutDownLeft aliases
|
|
4032
|
+
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
4033
|
+
export {
|
|
4034
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. */
|
|
4035
|
+
default as ArrowDownLeftFromSquareIcon
|
|
4036
|
+
} from '../icons/square-arrow-out-down-left';
|
|
4013
4037
|
// SquareArrowOutUpLeft aliases
|
|
4014
4038
|
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
4015
4039
|
export {
|
|
@@ -4070,6 +4094,12 @@ export {
|
|
|
4070
4094
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. */
|
|
4071
4095
|
default as FlipVerticalIcon
|
|
4072
4096
|
} from '../icons/square-centerline-dashed-vertical';
|
|
4097
|
+
// SquareCheck aliases
|
|
4098
|
+
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
4099
|
+
export {
|
|
4100
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. */
|
|
4101
|
+
default as CheckSquare2Icon
|
|
4102
|
+
} from '../icons/square-check';
|
|
4073
4103
|
// SquareChartGantt aliases
|
|
4074
4104
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
4075
4105
|
export {
|
|
@@ -4086,30 +4116,18 @@ export {
|
|
|
4086
4116
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. */
|
|
4087
4117
|
default as CheckSquareIcon
|
|
4088
4118
|
} from '../icons/square-check-big';
|
|
4089
|
-
// SquareCheck aliases
|
|
4090
|
-
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
4091
|
-
export {
|
|
4092
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. */
|
|
4093
|
-
default as CheckSquare2Icon
|
|
4094
|
-
} from '../icons/square-check';
|
|
4095
|
-
// SquareChevronLeft aliases
|
|
4096
|
-
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
4097
|
-
export {
|
|
4098
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. */
|
|
4099
|
-
default as ChevronLeftSquareIcon
|
|
4100
|
-
} from '../icons/square-chevron-left';
|
|
4101
4119
|
// SquareChevronDown aliases
|
|
4102
4120
|
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
4103
4121
|
export {
|
|
4104
4122
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. */
|
|
4105
4123
|
default as ChevronDownSquareIcon
|
|
4106
4124
|
} from '../icons/square-chevron-down';
|
|
4107
|
-
//
|
|
4108
|
-
export { default as
|
|
4125
|
+
// SquareChevronLeft aliases
|
|
4126
|
+
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
4109
4127
|
export {
|
|
4110
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4111
|
-
default as
|
|
4112
|
-
} from '../icons/square-chevron-
|
|
4128
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. */
|
|
4129
|
+
default as ChevronLeftSquareIcon
|
|
4130
|
+
} from '../icons/square-chevron-left';
|
|
4113
4131
|
// SquareChevronRight aliases
|
|
4114
4132
|
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
4115
4133
|
export {
|
|
@@ -4128,6 +4146,18 @@ export {
|
|
|
4128
4146
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. */
|
|
4129
4147
|
default as KanbanSquareDashedIcon
|
|
4130
4148
|
} from '../icons/square-dashed-kanban';
|
|
4149
|
+
// SquareChevronUp aliases
|
|
4150
|
+
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
4151
|
+
export {
|
|
4152
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. */
|
|
4153
|
+
default as ChevronUpSquareIcon
|
|
4154
|
+
} from '../icons/square-chevron-up';
|
|
4155
|
+
// SquareDashedMousePointer aliases
|
|
4156
|
+
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
4157
|
+
export {
|
|
4158
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. */
|
|
4159
|
+
default as MousePointerSquareDashedIcon
|
|
4160
|
+
} from '../icons/square-dashed-mouse-pointer';
|
|
4131
4161
|
// SquareDashedText aliases
|
|
4132
4162
|
export { default as SquareDashedTextIcon } from '../icons/square-dashed-text';
|
|
4133
4163
|
export {
|
|
@@ -4138,30 +4168,30 @@ export {
|
|
|
4138
4168
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. */
|
|
4139
4169
|
default as TextSelectIcon
|
|
4140
4170
|
} from '../icons/square-dashed-text';
|
|
4171
|
+
// SquareDot aliases
|
|
4172
|
+
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
4173
|
+
export {
|
|
4174
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. */
|
|
4175
|
+
default as DotSquareIcon
|
|
4176
|
+
} from '../icons/square-dot';
|
|
4141
4177
|
// SquareDivide aliases
|
|
4142
4178
|
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
4143
4179
|
export {
|
|
4144
4180
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. */
|
|
4145
4181
|
default as DivideSquareIcon
|
|
4146
4182
|
} from '../icons/square-divide';
|
|
4147
|
-
// SquareDashedMousePointer aliases
|
|
4148
|
-
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
4149
|
-
export {
|
|
4150
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. */
|
|
4151
|
-
default as MousePointerSquareDashedIcon
|
|
4152
|
-
} from '../icons/square-dashed-mouse-pointer';
|
|
4153
4183
|
// SquareDashed aliases
|
|
4154
4184
|
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
4155
4185
|
export {
|
|
4156
4186
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. */
|
|
4157
4187
|
default as BoxSelectIcon
|
|
4158
4188
|
} from '../icons/square-dashed';
|
|
4159
|
-
//
|
|
4160
|
-
export { default as
|
|
4189
|
+
// SquareEqual aliases
|
|
4190
|
+
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
4161
4191
|
export {
|
|
4162
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4163
|
-
default as
|
|
4164
|
-
} from '../icons/square-
|
|
4192
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. */
|
|
4193
|
+
default as EqualSquareIcon
|
|
4194
|
+
} from '../icons/square-equal';
|
|
4165
4195
|
// SquareFunction aliases
|
|
4166
4196
|
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
4167
4197
|
export {
|
|
@@ -4174,12 +4204,6 @@ export {
|
|
|
4174
4204
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. */
|
|
4175
4205
|
default as KanbanSquareIcon
|
|
4176
4206
|
} from '../icons/square-kanban';
|
|
4177
|
-
// SquareEqual aliases
|
|
4178
|
-
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
4179
|
-
export {
|
|
4180
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. */
|
|
4181
|
-
default as EqualSquareIcon
|
|
4182
|
-
} from '../icons/square-equal';
|
|
4183
4207
|
// SquareLibrary aliases
|
|
4184
4208
|
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
4185
4209
|
export {
|
|
@@ -4192,12 +4216,6 @@ export {
|
|
|
4192
4216
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. */
|
|
4193
4217
|
default as MSquareIcon
|
|
4194
4218
|
} from '../icons/square-m';
|
|
4195
|
-
// SquareMinus aliases
|
|
4196
|
-
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
4197
|
-
export {
|
|
4198
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. */
|
|
4199
|
-
default as MinusSquareIcon
|
|
4200
|
-
} from '../icons/square-minus';
|
|
4201
4219
|
// SquareMenu aliases
|
|
4202
4220
|
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
4203
4221
|
export {
|
|
@@ -4210,6 +4228,12 @@ export {
|
|
|
4210
4228
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. */
|
|
4211
4229
|
default as InspectIcon
|
|
4212
4230
|
} from '../icons/square-mouse-pointer';
|
|
4231
|
+
// SquareMinus aliases
|
|
4232
|
+
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
4233
|
+
export {
|
|
4234
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. */
|
|
4235
|
+
default as MinusSquareIcon
|
|
4236
|
+
} from '../icons/square-minus';
|
|
4213
4237
|
// SquareParkingOff aliases
|
|
4214
4238
|
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
4215
4239
|
export {
|
|
@@ -4236,18 +4260,18 @@ export {
|
|
|
4236
4260
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. */
|
|
4237
4261
|
default as PenSquareIcon
|
|
4238
4262
|
} from '../icons/square-pen';
|
|
4239
|
-
// SquarePercent aliases
|
|
4240
|
-
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
4241
|
-
export {
|
|
4242
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. */
|
|
4243
|
-
default as PercentSquareIcon
|
|
4244
|
-
} from '../icons/square-percent';
|
|
4245
4263
|
// SquarePi aliases
|
|
4246
4264
|
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4247
4265
|
export {
|
|
4248
4266
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. */
|
|
4249
4267
|
default as PiSquareIcon
|
|
4250
4268
|
} from '../icons/square-pi';
|
|
4269
|
+
// SquarePercent aliases
|
|
4270
|
+
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
4271
|
+
export {
|
|
4272
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. */
|
|
4273
|
+
default as PercentSquareIcon
|
|
4274
|
+
} from '../icons/square-percent';
|
|
4251
4275
|
// SquarePilcrow aliases
|
|
4252
4276
|
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4253
4277
|
export {
|
|
@@ -4260,24 +4284,18 @@ export {
|
|
|
4260
4284
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. */
|
|
4261
4285
|
default as PlaySquareIcon
|
|
4262
4286
|
} from '../icons/square-play';
|
|
4263
|
-
// SquarePower aliases
|
|
4264
|
-
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
4265
|
-
export {
|
|
4266
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. */
|
|
4267
|
-
default as PowerSquareIcon
|
|
4268
|
-
} from '../icons/square-power';
|
|
4269
4287
|
// SquarePlus aliases
|
|
4270
4288
|
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
4271
4289
|
export {
|
|
4272
4290
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. */
|
|
4273
4291
|
default as PlusSquareIcon
|
|
4274
4292
|
} from '../icons/square-plus';
|
|
4275
|
-
//
|
|
4276
|
-
export { default as
|
|
4293
|
+
// SquarePower aliases
|
|
4294
|
+
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
4277
4295
|
export {
|
|
4278
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4279
|
-
default as
|
|
4280
|
-
} from '../icons/square-
|
|
4296
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. */
|
|
4297
|
+
default as PowerSquareIcon
|
|
4298
|
+
} from '../icons/square-power';
|
|
4281
4299
|
// SquareSigma aliases
|
|
4282
4300
|
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4283
4301
|
export {
|
|
@@ -4290,24 +4308,30 @@ export {
|
|
|
4290
4308
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. */
|
|
4291
4309
|
default as SlashSquareIcon
|
|
4292
4310
|
} from '../icons/square-slash';
|
|
4311
|
+
// SquareScissors aliases
|
|
4312
|
+
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4313
|
+
export {
|
|
4314
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. */
|
|
4315
|
+
default as ScissorsSquareIcon
|
|
4316
|
+
} from '../icons/square-scissors';
|
|
4293
4317
|
// SquareSplitVertical aliases
|
|
4294
4318
|
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
4295
4319
|
export {
|
|
4296
4320
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. */
|
|
4297
4321
|
default as SplitSquareVerticalIcon
|
|
4298
4322
|
} from '../icons/square-split-vertical';
|
|
4299
|
-
// SquareSplitHorizontal aliases
|
|
4300
|
-
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
4301
|
-
export {
|
|
4302
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. */
|
|
4303
|
-
default as SplitSquareHorizontalIcon
|
|
4304
|
-
} from '../icons/square-split-horizontal';
|
|
4305
4323
|
// SquareTerminal aliases
|
|
4306
4324
|
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
4307
4325
|
export {
|
|
4308
4326
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. */
|
|
4309
4327
|
default as TerminalSquareIcon
|
|
4310
4328
|
} from '../icons/square-terminal';
|
|
4329
|
+
// SquareSplitHorizontal aliases
|
|
4330
|
+
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
4331
|
+
export {
|
|
4332
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. */
|
|
4333
|
+
default as SplitSquareHorizontalIcon
|
|
4334
|
+
} from '../icons/square-split-horizontal';
|
|
4311
4335
|
// SquareUserRound aliases
|
|
4312
4336
|
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
4313
4337
|
export {
|
|
@@ -4326,30 +4350,30 @@ export {
|
|
|
4326
4350
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. */
|
|
4327
4351
|
default as XSquareIcon
|
|
4328
4352
|
} from '../icons/square-x';
|
|
4329
|
-
// TestTubeDiagonal aliases
|
|
4330
|
-
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
4331
|
-
export {
|
|
4332
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. */
|
|
4333
|
-
default as TestTube2Icon
|
|
4334
|
-
} from '../icons/test-tube-diagonal';
|
|
4335
|
-
// TextAlignJustify aliases
|
|
4336
|
-
export { default as TextAlignJustifyIcon } from '../icons/text-align-justify';
|
|
4337
|
-
export {
|
|
4338
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. */
|
|
4339
|
-
default as AlignJustifyIcon
|
|
4340
|
-
} from '../icons/text-align-justify';
|
|
4341
4353
|
// TextAlignCenter aliases
|
|
4342
4354
|
export { default as TextAlignCenterIcon } from '../icons/text-align-center';
|
|
4343
4355
|
export {
|
|
4344
4356
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. */
|
|
4345
4357
|
default as AlignCenterIcon
|
|
4346
4358
|
} from '../icons/text-align-center';
|
|
4359
|
+
// TestTubeDiagonal aliases
|
|
4360
|
+
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
4361
|
+
export {
|
|
4362
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. */
|
|
4363
|
+
default as TestTube2Icon
|
|
4364
|
+
} from '../icons/test-tube-diagonal';
|
|
4347
4365
|
// TextAlignEnd aliases
|
|
4348
4366
|
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4349
4367
|
export {
|
|
4350
4368
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. */
|
|
4351
4369
|
default as AlignRightIcon
|
|
4352
4370
|
} from '../icons/text-align-end';
|
|
4371
|
+
// TextAlignJustify aliases
|
|
4372
|
+
export { default as TextAlignJustifyIcon } from '../icons/text-align-justify';
|
|
4373
|
+
export {
|
|
4374
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. */
|
|
4375
|
+
default as AlignJustifyIcon
|
|
4376
|
+
} from '../icons/text-align-justify';
|
|
4353
4377
|
// TextAlignStart aliases
|
|
4354
4378
|
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4355
4379
|
export {
|
|
@@ -4360,6 +4384,12 @@ export {
|
|
|
4360
4384
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignStart} instead. */
|
|
4361
4385
|
default as AlignLeftIcon
|
|
4362
4386
|
} from '../icons/text-align-start';
|
|
4387
|
+
// TextInitial aliases
|
|
4388
|
+
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4389
|
+
export {
|
|
4390
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. */
|
|
4391
|
+
default as LetterTextIcon
|
|
4392
|
+
} from '../icons/text-initial';
|
|
4363
4393
|
// TextWrap aliases
|
|
4364
4394
|
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4365
4395
|
export {
|
|
@@ -4378,12 +4408,6 @@ export {
|
|
|
4378
4408
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. */
|
|
4379
4409
|
default as PalmtreeIcon
|
|
4380
4410
|
} from '../icons/tree-palm';
|
|
4381
|
-
// TextInitial aliases
|
|
4382
|
-
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4383
|
-
export {
|
|
4384
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. */
|
|
4385
|
-
default as LetterTextIcon
|
|
4386
|
-
} from '../icons/text-initial';
|
|
4387
4411
|
// TriangleAlert aliases
|
|
4388
4412
|
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4389
4413
|
export {
|
|
@@ -4396,18 +4420,18 @@ export {
|
|
|
4396
4420
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. */
|
|
4397
4421
|
default as Tv2Icon
|
|
4398
4422
|
} from '../icons/tv-minimal';
|
|
4399
|
-
// University aliases
|
|
4400
|
-
export { default as UniversityIcon } from '../icons/university';
|
|
4401
|
-
export {
|
|
4402
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. */
|
|
4403
|
-
default as School2Icon
|
|
4404
|
-
} from '../icons/university';
|
|
4405
4423
|
// UserRoundCheck aliases
|
|
4406
4424
|
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
4407
4425
|
export {
|
|
4408
4426
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. */
|
|
4409
4427
|
default as UserCheck2Icon
|
|
4410
4428
|
} from '../icons/user-round-check';
|
|
4429
|
+
// University aliases
|
|
4430
|
+
export { default as UniversityIcon } from '../icons/university';
|
|
4431
|
+
export {
|
|
4432
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. */
|
|
4433
|
+
default as School2Icon
|
|
4434
|
+
} from '../icons/university';
|
|
4411
4435
|
// UserRoundCog aliases
|
|
4412
4436
|
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
4413
4437
|
export {
|
|
@@ -4426,24 +4450,30 @@ export {
|
|
|
4426
4450
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. */
|
|
4427
4451
|
default as UserPlus2Icon
|
|
4428
4452
|
} from '../icons/user-round-plus';
|
|
4429
|
-
//
|
|
4430
|
-
export { default as
|
|
4453
|
+
// UserRoundX aliases
|
|
4454
|
+
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4431
4455
|
export {
|
|
4432
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4433
|
-
default as
|
|
4434
|
-
} from '../icons/user-round';
|
|
4456
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. */
|
|
4457
|
+
default as UserX2Icon
|
|
4458
|
+
} from '../icons/user-round-x';
|
|
4435
4459
|
// UsersRound aliases
|
|
4436
4460
|
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4437
4461
|
export {
|
|
4438
4462
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. */
|
|
4439
4463
|
default as Users2Icon
|
|
4440
4464
|
} from '../icons/users-round';
|
|
4441
|
-
//
|
|
4442
|
-
export { default as
|
|
4465
|
+
// UserRound aliases
|
|
4466
|
+
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4443
4467
|
export {
|
|
4444
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4445
|
-
default as
|
|
4446
|
-
} from '../icons/user-round
|
|
4468
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. */
|
|
4469
|
+
default as User2Icon
|
|
4470
|
+
} from '../icons/user-round';
|
|
4471
|
+
// Utensils aliases
|
|
4472
|
+
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4473
|
+
export {
|
|
4474
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. */
|
|
4475
|
+
default as ForkKnifeIcon
|
|
4476
|
+
} from '../icons/utensils';
|
|
4447
4477
|
// UtensilsCrossed aliases
|
|
4448
4478
|
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4449
4479
|
export {
|
|
@@ -4456,12 +4486,6 @@ export {
|
|
|
4456
4486
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. */
|
|
4457
4487
|
default as Wallet2Icon
|
|
4458
4488
|
} from '../icons/wallet-minimal';
|
|
4459
|
-
// Utensils aliases
|
|
4460
|
-
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4461
|
-
export {
|
|
4462
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. */
|
|
4463
|
-
default as ForkKnifeIcon
|
|
4464
|
-
} from '../icons/utensils';
|
|
4465
4489
|
// WandSparkles aliases
|
|
4466
4490
|
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
4467
4491
|
export {
|