@lucide/astro 0.533.0 → 0.535.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/aliases/aliases.ts +702 -192
- package/src/aliases/prefixed.ts +1171 -661
- package/src/aliases/suffixed.ts +1471 -961
- package/src/icons/book-copy.ts +2 -2
- package/src/icons/book-heart.ts +2 -2
- package/src/icons/calendar-heart.ts +2 -2
- package/src/icons/cloud-moon-rain.ts +2 -2
- package/src/icons/cloud-moon.ts +2 -2
- package/src/icons/file-heart.ts +2 -2
- package/src/icons/file-stack.ts +2 -2
- package/src/icons/files.ts +2 -2
- package/src/icons/folder-heart.ts +2 -2
- package/src/icons/folders.ts +2 -2
- package/src/icons/gavel.ts +2 -2
- package/src/icons/hand-fist.ts +18 -0
- package/src/icons/{grab.ts → hand-grab.ts} +4 -4
- package/src/icons/hand-heart.ts +2 -2
- package/src/icons/images.ts +2 -2
- package/src/icons/index.ts +168 -167
- package/src/icons/mails.ts +2 -2
- package/src/icons/moon-star.ts +2 -2
- package/src/icons/moon.ts +2 -2
- package/src/icons/scan-heart.ts +2 -2
- package/src/icons/settings.ts +2 -2
- package/src/icons/sun-moon.ts +2 -2
- package/src/icons/tags.ts +2 -2
package/src/aliases/suffixed.ts
CHANGED
|
@@ -10,18 +10,18 @@ export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
|
10
10
|
export { default as ActivityIcon } from '../icons/activity';
|
|
11
11
|
// AirVent aliases
|
|
12
12
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
13
|
+
// AlarmClockOff aliases
|
|
14
|
+
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
13
15
|
// Airplay aliases
|
|
14
16
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
15
17
|
// AlarmClock aliases
|
|
16
18
|
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
17
19
|
// AlarmSmoke aliases
|
|
18
20
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
19
|
-
// AlarmClockOff aliases
|
|
20
|
-
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
21
|
-
// Album aliases
|
|
22
|
-
export { default as AlbumIcon } from '../icons/album';
|
|
23
21
|
// AlignCenterHorizontal aliases
|
|
24
22
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
23
|
+
// Album aliases
|
|
24
|
+
export { default as AlbumIcon } from '../icons/album';
|
|
25
25
|
// AlignCenterVertical aliases
|
|
26
26
|
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
27
27
|
// AlignCenter aliases
|
|
@@ -30,42 +30,42 @@ export { default as AlignCenterIcon } from '../icons/align-center';
|
|
|
30
30
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
31
31
|
// AlignHorizontalDistributeCenter aliases
|
|
32
32
|
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
33
|
+
// AlignHorizontalDistributeEnd aliases
|
|
34
|
+
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
33
35
|
// AlignEndVertical aliases
|
|
34
36
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
35
37
|
// AlignHorizontalDistributeStart aliases
|
|
36
38
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
37
|
-
// AlignHorizontalDistributeEnd aliases
|
|
38
|
-
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
39
39
|
// AlignHorizontalJustifyCenter aliases
|
|
40
40
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
41
41
|
// AlignHorizontalJustifyEnd aliases
|
|
42
42
|
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
43
|
-
// AlignHorizontalJustifyStart aliases
|
|
44
|
-
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
45
43
|
// AlignHorizontalSpaceAround aliases
|
|
46
44
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
47
45
|
// AlignHorizontalSpaceBetween aliases
|
|
48
46
|
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
49
|
-
//
|
|
50
|
-
export { default as
|
|
51
|
-
// AlignLeft aliases
|
|
52
|
-
export { default as AlignLeftIcon } from '../icons/align-left';
|
|
47
|
+
// AlignHorizontalJustifyStart aliases
|
|
48
|
+
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
53
49
|
// AlignJustify aliases
|
|
54
50
|
export { default as AlignJustifyIcon } from '../icons/align-justify';
|
|
51
|
+
// AlignLeft aliases
|
|
52
|
+
export { default as AlignLeftIcon } from '../icons/align-left';
|
|
53
|
+
// AlignRight aliases
|
|
54
|
+
export { default as AlignRightIcon } from '../icons/align-right';
|
|
55
55
|
// AlignStartHorizontal aliases
|
|
56
56
|
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
57
|
-
// AlignVerticalDistributeCenter aliases
|
|
58
|
-
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
59
57
|
// AlignStartVertical aliases
|
|
60
58
|
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
59
|
+
// AlignVerticalDistributeCenter aliases
|
|
60
|
+
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
61
61
|
// AlignVerticalDistributeEnd aliases
|
|
62
62
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
63
|
-
// AlignVerticalJustifyCenter aliases
|
|
64
|
-
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
65
63
|
// AlignVerticalDistributeStart aliases
|
|
66
64
|
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
67
65
|
// AlignVerticalJustifyEnd aliases
|
|
68
66
|
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
67
|
+
// AlignVerticalJustifyCenter aliases
|
|
68
|
+
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
69
69
|
// AlignVerticalJustifyStart aliases
|
|
70
70
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
71
71
|
// AlignVerticalSpaceAround aliases
|
|
@@ -74,84 +74,84 @@ export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical
|
|
|
74
74
|
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
75
75
|
// Ambulance aliases
|
|
76
76
|
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
77
|
-
// Ampersands aliases
|
|
78
|
-
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
79
|
-
// Amphora aliases
|
|
80
|
-
export { default as AmphoraIcon } from '../icons/amphora';
|
|
81
77
|
// Ampersand aliases
|
|
82
78
|
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
79
|
+
// Ampersands aliases
|
|
80
|
+
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
83
81
|
// Anchor aliases
|
|
84
82
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
83
|
+
// Amphora aliases
|
|
84
|
+
export { default as AmphoraIcon } from '../icons/amphora';
|
|
85
85
|
// Angry aliases
|
|
86
86
|
export { default as AngryIcon } from '../icons/angry';
|
|
87
87
|
// Annoyed aliases
|
|
88
88
|
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
89
|
-
// Anvil aliases
|
|
90
|
-
export { default as AnvilIcon } from '../icons/anvil';
|
|
91
89
|
// Antenna aliases
|
|
92
90
|
export { default as AntennaIcon } from '../icons/antenna';
|
|
91
|
+
// Anvil aliases
|
|
92
|
+
export { default as AnvilIcon } from '../icons/anvil';
|
|
93
93
|
// Aperture aliases
|
|
94
94
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
95
95
|
// AppWindowMac aliases
|
|
96
96
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
97
|
-
// Apple aliases
|
|
98
|
-
export { default as AppleIcon } from '../icons/apple';
|
|
99
97
|
// AppWindow aliases
|
|
100
98
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
99
|
+
// Apple aliases
|
|
100
|
+
export { default as AppleIcon } from '../icons/apple';
|
|
101
101
|
// ArchiveRestore aliases
|
|
102
102
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
103
103
|
// ArchiveX aliases
|
|
104
104
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
105
|
-
// Armchair aliases
|
|
106
|
-
export { default as ArmchairIcon } from '../icons/armchair';
|
|
107
|
-
// ArrowBigDownDash aliases
|
|
108
|
-
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
109
105
|
// Archive aliases
|
|
110
106
|
export { default as ArchiveIcon } from '../icons/archive';
|
|
111
|
-
//
|
|
112
|
-
export { default as
|
|
107
|
+
// ArrowBigDownDash aliases
|
|
108
|
+
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
109
|
+
// Armchair aliases
|
|
110
|
+
export { default as ArmchairIcon } from '../icons/armchair';
|
|
113
111
|
// ArrowBigDown aliases
|
|
114
112
|
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
115
|
-
//
|
|
116
|
-
export { default as
|
|
113
|
+
// ArrowBigLeftDash aliases
|
|
114
|
+
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
117
115
|
// ArrowBigLeft aliases
|
|
118
116
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
119
117
|
// ArrowBigRight aliases
|
|
120
118
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
121
119
|
// ArrowBigUpDash aliases
|
|
122
120
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
121
|
+
// ArrowBigRightDash aliases
|
|
122
|
+
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
123
123
|
// ArrowBigUp aliases
|
|
124
124
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
125
125
|
// ArrowDownFromLine aliases
|
|
126
126
|
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
127
|
-
// ArrowDownLeft aliases
|
|
128
|
-
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
129
|
-
// ArrowDownToDot aliases
|
|
130
|
-
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
131
127
|
// ArrowDownNarrowWide aliases
|
|
132
128
|
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
129
|
+
// ArrowDownLeft aliases
|
|
130
|
+
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
133
131
|
// ArrowDownRight aliases
|
|
134
132
|
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
133
|
+
// ArrowDownToDot aliases
|
|
134
|
+
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
135
135
|
// ArrowDownToLine aliases
|
|
136
136
|
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
137
|
-
// ArrowDown aliases
|
|
138
|
-
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
139
137
|
// ArrowDownUp aliases
|
|
140
138
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
139
|
+
// ArrowDown aliases
|
|
140
|
+
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
141
141
|
// ArrowLeftFromLine aliases
|
|
142
142
|
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
143
143
|
// ArrowLeftRight aliases
|
|
144
144
|
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
145
|
-
// ArrowLeftToLine aliases
|
|
146
|
-
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
147
145
|
// ArrowLeft aliases
|
|
148
146
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
147
|
+
// ArrowLeftToLine aliases
|
|
148
|
+
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
149
149
|
// ArrowRightFromLine aliases
|
|
150
150
|
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
151
|
-
// ArrowRightToLine aliases
|
|
152
|
-
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
153
151
|
// ArrowRightLeft aliases
|
|
154
152
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
153
|
+
// ArrowRightToLine aliases
|
|
154
|
+
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
155
155
|
// ArrowRight aliases
|
|
156
156
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
157
157
|
// ArrowUpDown aliases
|
|
@@ -162,56 +162,56 @@ export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
|
162
162
|
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
163
163
|
// ArrowUpLeft aliases
|
|
164
164
|
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
165
|
+
// ArrowUpRight aliases
|
|
166
|
+
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
165
167
|
// ArrowUpToLine aliases
|
|
166
168
|
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
167
169
|
// ArrowUpWideNarrow aliases
|
|
168
170
|
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
169
|
-
// ArrowsUpFromLine aliases
|
|
170
|
-
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
171
|
-
// ArrowUpRight aliases
|
|
172
|
-
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
173
171
|
// ArrowUp aliases
|
|
174
172
|
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
175
|
-
// AtSign aliases
|
|
176
|
-
export { default as AtSignIcon } from '../icons/at-sign';
|
|
177
173
|
// Asterisk aliases
|
|
178
174
|
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
175
|
+
// ArrowsUpFromLine aliases
|
|
176
|
+
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
177
|
+
// AtSign aliases
|
|
178
|
+
export { default as AtSignIcon } from '../icons/at-sign';
|
|
179
179
|
// Atom aliases
|
|
180
180
|
export { default as AtomIcon } from '../icons/atom';
|
|
181
181
|
// AudioLines aliases
|
|
182
182
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
183
|
-
// AudioWaveform aliases
|
|
184
|
-
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
185
183
|
// Award aliases
|
|
186
184
|
export { default as AwardIcon } from '../icons/award';
|
|
185
|
+
// AudioWaveform aliases
|
|
186
|
+
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
187
187
|
// Axe aliases
|
|
188
188
|
export { default as AxeIcon } from '../icons/axe';
|
|
189
189
|
// Baby aliases
|
|
190
190
|
export { default as BabyIcon } from '../icons/baby';
|
|
191
191
|
// Backpack aliases
|
|
192
192
|
export { default as BackpackIcon } from '../icons/backpack';
|
|
193
|
-
// BadgeCent aliases
|
|
194
|
-
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
195
193
|
// BadgeAlert aliases
|
|
196
194
|
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
195
|
+
// BadgeCent aliases
|
|
196
|
+
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
197
197
|
// BadgeDollarSign aliases
|
|
198
198
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
199
199
|
// BadgeEuro aliases
|
|
200
200
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
201
201
|
// BadgeIndianRupee aliases
|
|
202
202
|
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
203
|
-
// BadgeInfo aliases
|
|
204
|
-
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
205
203
|
// BadgeJapaneseYen aliases
|
|
206
204
|
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
205
|
+
// BadgeInfo aliases
|
|
206
|
+
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
207
207
|
// BadgeMinus aliases
|
|
208
208
|
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
209
|
-
// BadgePoundSterling aliases
|
|
210
|
-
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
211
|
-
// BadgePercent aliases
|
|
212
|
-
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
213
209
|
// BadgePlus aliases
|
|
214
210
|
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
211
|
+
// BadgePercent aliases
|
|
212
|
+
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
213
|
+
// BadgePoundSterling aliases
|
|
214
|
+
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
215
215
|
// BadgeRussianRuble aliases
|
|
216
216
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
217
217
|
// BadgeSwissFranc aliases
|
|
@@ -220,32 +220,32 @@ export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
|
220
220
|
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
221
221
|
// BadgeX aliases
|
|
222
222
|
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
223
|
-
// Badge aliases
|
|
224
|
-
export { default as BadgeIcon } from '../icons/badge';
|
|
225
223
|
// BaggageClaim aliases
|
|
226
224
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
227
|
-
// Banana aliases
|
|
228
|
-
export { default as BananaIcon } from '../icons/banana';
|
|
229
225
|
// Ban aliases
|
|
230
226
|
export { default as BanIcon } from '../icons/ban';
|
|
227
|
+
// Badge aliases
|
|
228
|
+
export { default as BadgeIcon } from '../icons/badge';
|
|
229
|
+
// Banana aliases
|
|
230
|
+
export { default as BananaIcon } from '../icons/banana';
|
|
231
231
|
// Bandage aliases
|
|
232
232
|
export { default as BandageIcon } from '../icons/bandage';
|
|
233
|
+
// BanknoteArrowDown aliases
|
|
234
|
+
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
233
235
|
// BanknoteArrowUp aliases
|
|
234
236
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
235
237
|
// BanknoteX aliases
|
|
236
238
|
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
237
239
|
// Banknote aliases
|
|
238
240
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
239
|
-
// BanknoteArrowDown aliases
|
|
240
|
-
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
241
241
|
// Barcode aliases
|
|
242
242
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
243
|
+
// Bath aliases
|
|
244
|
+
export { default as BathIcon } from '../icons/bath';
|
|
243
245
|
// Barrel aliases
|
|
244
246
|
export { default as BarrelIcon } from '../icons/barrel';
|
|
245
247
|
// Baseline aliases
|
|
246
248
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
247
|
-
// Bath aliases
|
|
248
|
-
export { default as BathIcon } from '../icons/bath';
|
|
249
249
|
// BatteryCharging aliases
|
|
250
250
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
251
251
|
// BatteryFull aliases
|
|
@@ -256,76 +256,76 @@ export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
|
256
256
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
257
257
|
// BatteryPlus aliases
|
|
258
258
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
259
|
-
// BatteryWarning aliases
|
|
260
|
-
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
261
259
|
// Battery aliases
|
|
262
260
|
export { default as BatteryIcon } from '../icons/battery';
|
|
263
|
-
// BeanOff aliases
|
|
264
|
-
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
265
261
|
// Beaker aliases
|
|
266
262
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
263
|
+
// BatteryWarning aliases
|
|
264
|
+
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
265
|
+
// BeanOff aliases
|
|
266
|
+
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
267
267
|
// Bean aliases
|
|
268
268
|
export { default as BeanIcon } from '../icons/bean';
|
|
269
269
|
// BedDouble aliases
|
|
270
270
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
271
|
-
// BedSingle aliases
|
|
272
|
-
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
273
271
|
// Bed aliases
|
|
274
272
|
export { default as BedIcon } from '../icons/bed';
|
|
273
|
+
// BedSingle aliases
|
|
274
|
+
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
275
275
|
// Beef aliases
|
|
276
276
|
export { default as BeefIcon } from '../icons/beef';
|
|
277
|
-
// BeerOff aliases
|
|
278
|
-
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
279
277
|
// Beer aliases
|
|
280
278
|
export { default as BeerIcon } from '../icons/beer';
|
|
281
|
-
// BellElectric aliases
|
|
282
|
-
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
283
279
|
// BellDot aliases
|
|
284
280
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
281
|
+
// BeerOff aliases
|
|
282
|
+
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
283
|
+
// BellElectric aliases
|
|
284
|
+
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
285
285
|
// BellMinus aliases
|
|
286
286
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
287
|
-
// BellPlus aliases
|
|
288
|
-
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
289
287
|
// BellOff aliases
|
|
290
288
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
289
|
+
// BellPlus aliases
|
|
290
|
+
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
291
291
|
// BellRing aliases
|
|
292
292
|
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
293
|
-
// BetweenVerticalEnd aliases
|
|
294
|
-
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
295
293
|
// Bell aliases
|
|
296
294
|
export { default as BellIcon } from '../icons/bell';
|
|
295
|
+
// BetweenVerticalEnd aliases
|
|
296
|
+
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
297
297
|
// BetweenVerticalStart aliases
|
|
298
298
|
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
299
|
-
// BicepsFlexed aliases
|
|
300
|
-
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
301
299
|
// Bike aliases
|
|
302
300
|
export { default as BikeIcon } from '../icons/bike';
|
|
303
|
-
//
|
|
304
|
-
export { default as
|
|
305
|
-
// Binoculars aliases
|
|
306
|
-
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
301
|
+
// BicepsFlexed aliases
|
|
302
|
+
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
307
303
|
// Biohazard aliases
|
|
308
304
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
305
|
+
// Binary aliases
|
|
306
|
+
export { default as BinaryIcon } from '../icons/binary';
|
|
309
307
|
// Bird aliases
|
|
310
308
|
export { default as BirdIcon } from '../icons/bird';
|
|
309
|
+
// Binoculars aliases
|
|
310
|
+
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
311
311
|
// Bitcoin aliases
|
|
312
312
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
313
313
|
// Blend aliases
|
|
314
314
|
export { default as BlendIcon } from '../icons/blend';
|
|
315
315
|
// Blinds aliases
|
|
316
316
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
317
|
-
// Blocks aliases
|
|
318
|
-
export { default as BlocksIcon } from '../icons/blocks';
|
|
319
317
|
// BluetoothConnected aliases
|
|
320
318
|
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
319
|
+
// Blocks aliases
|
|
320
|
+
export { default as BlocksIcon } from '../icons/blocks';
|
|
321
321
|
// BluetoothOff aliases
|
|
322
322
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
323
323
|
// BluetoothSearching aliases
|
|
324
324
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
325
|
-
// Bold aliases
|
|
326
|
-
export { default as BoldIcon } from '../icons/bold';
|
|
327
325
|
// Bluetooth aliases
|
|
328
326
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
327
|
+
// Bold aliases
|
|
328
|
+
export { default as BoldIcon } from '../icons/bold';
|
|
329
329
|
// Bolt aliases
|
|
330
330
|
export { default as BoltIcon } from '../icons/bolt';
|
|
331
331
|
// Bomb aliases
|
|
@@ -336,78 +336,78 @@ export { default as BoneIcon } from '../icons/bone';
|
|
|
336
336
|
export { default as BookAIcon } from '../icons/book-a';
|
|
337
337
|
// BookAlert aliases
|
|
338
338
|
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
339
|
-
// BookAudio aliases
|
|
340
|
-
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
341
339
|
// BookCheck aliases
|
|
342
340
|
export { default as BookCheckIcon } from '../icons/book-check';
|
|
341
|
+
// BookAudio aliases
|
|
342
|
+
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
343
343
|
// BookCopy aliases
|
|
344
344
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
345
345
|
// BookDown aliases
|
|
346
346
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
347
347
|
// BookHeadphones aliases
|
|
348
348
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
349
|
-
// BookImage aliases
|
|
350
|
-
export { default as BookImageIcon } from '../icons/book-image';
|
|
351
349
|
// BookHeart aliases
|
|
352
350
|
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
351
|
+
// BookImage aliases
|
|
352
|
+
export { default as BookImageIcon } from '../icons/book-image';
|
|
353
353
|
// BookKey aliases
|
|
354
354
|
export { default as BookKeyIcon } from '../icons/book-key';
|
|
355
355
|
// BookLock aliases
|
|
356
356
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
357
|
-
// BookMinus aliases
|
|
358
|
-
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
359
357
|
// BookMarked aliases
|
|
360
358
|
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
359
|
+
// BookMinus aliases
|
|
360
|
+
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
361
361
|
// BookOpenCheck aliases
|
|
362
362
|
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
363
363
|
// BookOpenText aliases
|
|
364
364
|
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
365
|
-
// BookText aliases
|
|
366
|
-
export { default as BookTextIcon } from '../icons/book-text';
|
|
367
365
|
// BookOpen aliases
|
|
368
366
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
369
367
|
// BookPlus aliases
|
|
370
368
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
371
|
-
//
|
|
372
|
-
export { default as
|
|
369
|
+
// BookText aliases
|
|
370
|
+
export { default as BookTextIcon } from '../icons/book-text';
|
|
373
371
|
// BookUp2 aliases
|
|
374
372
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
375
373
|
// BookUp aliases
|
|
376
374
|
export { default as BookUpIcon } from '../icons/book-up';
|
|
377
|
-
//
|
|
378
|
-
export { default as
|
|
375
|
+
// BookType aliases
|
|
376
|
+
export { default as BookTypeIcon } from '../icons/book-type';
|
|
379
377
|
// BookUser aliases
|
|
380
378
|
export { default as BookUserIcon } from '../icons/book-user';
|
|
381
379
|
// BookX aliases
|
|
382
380
|
export { default as BookXIcon } from '../icons/book-x';
|
|
381
|
+
// Book aliases
|
|
382
|
+
export { default as BookIcon } from '../icons/book';
|
|
383
383
|
// BookmarkCheck aliases
|
|
384
384
|
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
385
|
-
// BookmarkMinus aliases
|
|
386
|
-
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
387
385
|
// BookmarkPlus aliases
|
|
388
386
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
389
|
-
// Bookmark aliases
|
|
390
|
-
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
391
387
|
// BookmarkX aliases
|
|
392
388
|
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
389
|
+
// BookmarkMinus aliases
|
|
390
|
+
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
393
391
|
// BoomBox aliases
|
|
394
392
|
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
395
|
-
// BotMessageSquare aliases
|
|
396
|
-
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
397
393
|
// BotOff aliases
|
|
398
394
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
395
|
+
// Bookmark aliases
|
|
396
|
+
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
397
|
+
// BotMessageSquare aliases
|
|
398
|
+
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
399
399
|
// Bot aliases
|
|
400
400
|
export { default as BotIcon } from '../icons/bot';
|
|
401
|
+
// BottleWine aliases
|
|
402
|
+
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
401
403
|
// BowArrow aliases
|
|
402
404
|
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
403
405
|
// Box aliases
|
|
404
406
|
export { default as BoxIcon } from '../icons/box';
|
|
405
|
-
// BottleWine aliases
|
|
406
|
-
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
407
|
-
// BrainCircuit aliases
|
|
408
|
-
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
409
407
|
// Brackets aliases
|
|
410
408
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
409
|
+
// BrainCircuit aliases
|
|
410
|
+
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
411
411
|
// Boxes aliases
|
|
412
412
|
export { default as BoxesIcon } from '../icons/boxes';
|
|
413
413
|
// BrainCog aliases
|
|
@@ -420,32 +420,32 @@ export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
|
420
420
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
421
421
|
// BriefcaseBusiness aliases
|
|
422
422
|
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
423
|
-
// BriefcaseMedical aliases
|
|
424
|
-
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
425
423
|
// BriefcaseConveyorBelt aliases
|
|
426
424
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
427
|
-
//
|
|
428
|
-
export { default as
|
|
425
|
+
// BriefcaseMedical aliases
|
|
426
|
+
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
429
427
|
// Briefcase aliases
|
|
430
428
|
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
431
429
|
// BrushCleaning aliases
|
|
432
430
|
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
431
|
+
// BringToFront aliases
|
|
432
|
+
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
433
433
|
// Brush aliases
|
|
434
434
|
export { default as BrushIcon } from '../icons/brush';
|
|
435
435
|
// Bubbles aliases
|
|
436
436
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
437
|
-
// BugOff aliases
|
|
438
|
-
export { default as BugOffIcon } from '../icons/bug-off';
|
|
439
437
|
// BugPlay aliases
|
|
440
438
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
439
|
+
// BugOff aliases
|
|
440
|
+
export { default as BugOffIcon } from '../icons/bug-off';
|
|
441
441
|
// Bug aliases
|
|
442
442
|
export { default as BugIcon } from '../icons/bug';
|
|
443
443
|
// Building2 aliases
|
|
444
444
|
export { default as Building2Icon } from '../icons/building-2';
|
|
445
|
-
// BusFront aliases
|
|
446
|
-
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
447
445
|
// Building aliases
|
|
448
446
|
export { default as BuildingIcon } from '../icons/building';
|
|
447
|
+
// BusFront aliases
|
|
448
|
+
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
449
449
|
// Bus aliases
|
|
450
450
|
export { default as BusIcon } from '../icons/bus';
|
|
451
451
|
// CableCar aliases
|
|
@@ -478,86 +478,86 @@ export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
|
478
478
|
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
479
479
|
// CalendarHeart aliases
|
|
480
480
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
481
|
-
// CalendarMinus2 aliases
|
|
482
|
-
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
483
481
|
// CalendarMinus aliases
|
|
484
482
|
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
483
|
+
// CalendarMinus2 aliases
|
|
484
|
+
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
485
485
|
// CalendarOff aliases
|
|
486
486
|
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
487
487
|
// CalendarPlus2 aliases
|
|
488
488
|
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
489
489
|
// CalendarPlus aliases
|
|
490
490
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
491
|
-
// CalendarSearch aliases
|
|
492
|
-
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
493
491
|
// CalendarRange aliases
|
|
494
492
|
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
493
|
+
// CalendarSearch aliases
|
|
494
|
+
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
495
495
|
// CalendarSync aliases
|
|
496
496
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
497
|
-
// CalendarX aliases
|
|
498
|
-
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
499
497
|
// CalendarX2 aliases
|
|
500
498
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
499
|
+
// CalendarX aliases
|
|
500
|
+
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
501
501
|
// Calendar aliases
|
|
502
502
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
503
503
|
// CameraOff aliases
|
|
504
504
|
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
505
|
-
// CandyCane aliases
|
|
506
|
-
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
507
|
-
// CandyOff aliases
|
|
508
|
-
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
509
505
|
// Camera aliases
|
|
510
506
|
export { default as CameraIcon } from '../icons/camera';
|
|
507
|
+
// CandyOff aliases
|
|
508
|
+
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
509
|
+
// CandyCane aliases
|
|
510
|
+
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
511
511
|
// Candy aliases
|
|
512
512
|
export { default as CandyIcon } from '../icons/candy';
|
|
513
|
-
// CaptionsOff aliases
|
|
514
|
-
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
515
513
|
// Cannabis aliases
|
|
516
514
|
export { default as CannabisIcon } from '../icons/cannabis';
|
|
517
|
-
// Caravan aliases
|
|
518
|
-
export { default as CaravanIcon } from '../icons/caravan';
|
|
519
515
|
// CarFront aliases
|
|
520
516
|
export { default as CarFrontIcon } from '../icons/car-front';
|
|
517
|
+
// CarTaxiFront aliases
|
|
518
|
+
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
519
|
+
// CaptionsOff aliases
|
|
520
|
+
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
521
521
|
// Car aliases
|
|
522
522
|
export { default as CarIcon } from '../icons/car';
|
|
523
523
|
// CardSim aliases
|
|
524
524
|
export { default as CardSimIcon } from '../icons/card-sim';
|
|
525
|
-
//
|
|
526
|
-
export { default as
|
|
527
|
-
// Carrot aliases
|
|
528
|
-
export { default as CarrotIcon } from '../icons/carrot';
|
|
525
|
+
// Caravan aliases
|
|
526
|
+
export { default as CaravanIcon } from '../icons/caravan';
|
|
529
527
|
// CaseLower aliases
|
|
530
528
|
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
529
|
+
// Carrot aliases
|
|
530
|
+
export { default as CarrotIcon } from '../icons/carrot';
|
|
531
531
|
// CaseSensitive aliases
|
|
532
532
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
533
|
-
// CassetteTape aliases
|
|
534
|
-
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
535
533
|
// CaseUpper aliases
|
|
536
534
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
537
|
-
//
|
|
538
|
-
export { default as
|
|
535
|
+
// CassetteTape aliases
|
|
536
|
+
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
539
537
|
// Castle aliases
|
|
540
538
|
export { default as CastleIcon } from '../icons/castle';
|
|
541
|
-
//
|
|
542
|
-
export { default as
|
|
539
|
+
// Cast aliases
|
|
540
|
+
export { default as CastIcon } from '../icons/cast';
|
|
543
541
|
// Cat aliases
|
|
544
542
|
export { default as CatIcon } from '../icons/cat';
|
|
543
|
+
// Cctv aliases
|
|
544
|
+
export { default as CctvIcon } from '../icons/cctv';
|
|
545
545
|
// ChartBarDecreasing aliases
|
|
546
546
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
547
547
|
// ChartBarIncreasing aliases
|
|
548
548
|
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
549
549
|
// ChartBarStacked aliases
|
|
550
550
|
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
551
|
-
// ChartColumnDecreasing aliases
|
|
552
|
-
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
553
551
|
// ChartColumnStacked aliases
|
|
554
552
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
553
|
+
// ChartGantt aliases
|
|
554
|
+
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
555
|
+
// ChartColumnDecreasing aliases
|
|
556
|
+
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
555
557
|
// ChartNetwork aliases
|
|
556
558
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
557
559
|
// ChartNoAxesColumnDecreasing aliases
|
|
558
560
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
559
|
-
// ChartGantt aliases
|
|
560
|
-
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
561
561
|
// ChartNoAxesCombined aliases
|
|
562
562
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
563
563
|
// ChartSpline aliases
|
|
@@ -576,18 +576,18 @@ export { default as CherryIcon } from '../icons/cherry';
|
|
|
576
576
|
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
577
577
|
// ChevronFirst aliases
|
|
578
578
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
579
|
-
// ChevronLast aliases
|
|
580
|
-
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
581
579
|
// ChevronLeft aliases
|
|
582
580
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
581
|
+
// ChevronLast aliases
|
|
582
|
+
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
583
583
|
// ChevronRight aliases
|
|
584
584
|
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
585
585
|
// ChevronUp aliases
|
|
586
586
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
587
|
-
// ChevronsDown aliases
|
|
588
|
-
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
589
587
|
// ChevronsDownUp aliases
|
|
590
588
|
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
589
|
+
// ChevronsDown aliases
|
|
590
|
+
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
591
591
|
// ChevronsLeftRightEllipsis aliases
|
|
592
592
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
593
593
|
// ChevronsLeftRight aliases
|
|
@@ -598,18 +598,18 @@ export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
|
598
598
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
599
599
|
// ChevronsRight aliases
|
|
600
600
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
601
|
+
// ChevronsUpDown aliases
|
|
602
|
+
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
601
603
|
// ChevronsUp aliases
|
|
602
604
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
603
605
|
// Chrome aliases
|
|
604
606
|
export { default as ChromeIcon } from '../icons/chrome';
|
|
605
|
-
// ChevronsUpDown aliases
|
|
606
|
-
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
607
|
-
// CigaretteOff aliases
|
|
608
|
-
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
609
607
|
// Church aliases
|
|
610
608
|
export { default as ChurchIcon } from '../icons/church';
|
|
611
609
|
// Cigarette aliases
|
|
612
610
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
611
|
+
// CigaretteOff aliases
|
|
612
|
+
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
613
613
|
// CircleDollarSign aliases
|
|
614
614
|
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
615
615
|
// CircleDashed aliases
|
|
@@ -630,26 +630,26 @@ export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
|
630
630
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
631
631
|
// CirclePoundSterling aliases
|
|
632
632
|
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
633
|
-
// CircleSlash aliases
|
|
634
|
-
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
635
633
|
// CircleSmall aliases
|
|
636
634
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
637
|
-
//
|
|
638
|
-
export { default as
|
|
635
|
+
// CircleSlash aliases
|
|
636
|
+
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
639
637
|
// CircuitBoard aliases
|
|
640
638
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
639
|
+
// Circle aliases
|
|
640
|
+
export { default as CircleIcon } from '../icons/circle';
|
|
641
641
|
// Citrus aliases
|
|
642
642
|
export { default as CitrusIcon } from '../icons/citrus';
|
|
643
|
-
// Clapperboard aliases
|
|
644
|
-
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
645
643
|
// ClipboardCheck aliases
|
|
646
644
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
645
|
+
// Clapperboard aliases
|
|
646
|
+
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
647
647
|
// ClipboardClock aliases
|
|
648
648
|
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
649
|
-
// ClipboardCopy aliases
|
|
650
|
-
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
651
649
|
// ClipboardList aliases
|
|
652
650
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
651
|
+
// ClipboardCopy aliases
|
|
652
|
+
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
653
653
|
// ClipboardMinus aliases
|
|
654
654
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
655
655
|
// ClipboardPaste aliases
|
|
@@ -658,10 +658,10 @@ export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
|
658
658
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
659
659
|
// ClipboardType aliases
|
|
660
660
|
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
661
|
-
// ClipboardX aliases
|
|
662
|
-
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
663
661
|
// Clipboard aliases
|
|
664
662
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
663
|
+
// ClipboardX aliases
|
|
664
|
+
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
665
665
|
// Clock1 aliases
|
|
666
666
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
667
667
|
// Clock11 aliases
|
|
@@ -674,24 +674,24 @@ export { default as Clock12Icon } from '../icons/clock-12';
|
|
|
674
674
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
675
675
|
// Clock3 aliases
|
|
676
676
|
export { default as Clock3Icon } from '../icons/clock-3';
|
|
677
|
-
// Clock5 aliases
|
|
678
|
-
export { default as Clock5Icon } from '../icons/clock-5';
|
|
679
677
|
// Clock4 aliases
|
|
680
678
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
679
|
+
// Clock5 aliases
|
|
680
|
+
export { default as Clock5Icon } from '../icons/clock-5';
|
|
681
681
|
// Clock7 aliases
|
|
682
682
|
export { default as Clock7Icon } from '../icons/clock-7';
|
|
683
683
|
// Clock6 aliases
|
|
684
684
|
export { default as Clock6Icon } from '../icons/clock-6';
|
|
685
|
-
// Clock9 aliases
|
|
686
|
-
export { default as Clock9Icon } from '../icons/clock-9';
|
|
687
685
|
// Clock8 aliases
|
|
688
686
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
687
|
+
// ClockAlert aliases
|
|
688
|
+
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
689
689
|
// ClockArrowDown aliases
|
|
690
690
|
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
691
|
+
// Clock9 aliases
|
|
692
|
+
export { default as Clock9Icon } from '../icons/clock-9';
|
|
691
693
|
// ClockArrowUp aliases
|
|
692
694
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
693
|
-
// ClockAlert aliases
|
|
694
|
-
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
695
695
|
// ClockFading aliases
|
|
696
696
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
697
697
|
// Clock aliases
|
|
@@ -700,18 +700,18 @@ export { default as ClockIcon } from '../icons/clock';
|
|
|
700
700
|
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
701
701
|
// ClosedCaption aliases
|
|
702
702
|
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
703
|
-
// CloudCheck aliases
|
|
704
|
-
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
705
703
|
// CloudAlert aliases
|
|
706
704
|
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
707
705
|
// CloudCog aliases
|
|
708
706
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
707
|
+
// CloudCheck aliases
|
|
708
|
+
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
709
709
|
// CloudDrizzle aliases
|
|
710
710
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
711
|
-
// CloudFog aliases
|
|
712
|
-
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
713
711
|
// CloudHail aliases
|
|
714
712
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
713
|
+
// CloudFog aliases
|
|
714
|
+
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
715
715
|
// CloudLightning aliases
|
|
716
716
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
717
717
|
// CloudMoonRain aliases
|
|
@@ -722,10 +722,10 @@ export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
|
722
722
|
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
723
723
|
// CloudOff aliases
|
|
724
724
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
725
|
-
// CloudRain aliases
|
|
726
|
-
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
727
725
|
// CloudSnow aliases
|
|
728
726
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
727
|
+
// CloudRain aliases
|
|
728
|
+
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
729
729
|
// CloudSunRain aliases
|
|
730
730
|
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
731
731
|
// CloudSun aliases
|
|
@@ -748,16 +748,16 @@ export { default as CoffeeIcon } from '../icons/coffee';
|
|
|
748
748
|
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
749
749
|
// Coins aliases
|
|
750
750
|
export { default as CoinsIcon } from '../icons/coins';
|
|
751
|
-
// Cog aliases
|
|
752
|
-
export { default as CogIcon } from '../icons/cog';
|
|
753
751
|
// Columns4 aliases
|
|
754
752
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
755
753
|
// Combine aliases
|
|
756
754
|
export { default as CombineIcon } from '../icons/combine';
|
|
757
|
-
//
|
|
758
|
-
export { default as
|
|
755
|
+
// Cog aliases
|
|
756
|
+
export { default as CogIcon } from '../icons/cog';
|
|
759
757
|
// Compass aliases
|
|
760
758
|
export { default as CompassIcon } from '../icons/compass';
|
|
759
|
+
// Command aliases
|
|
760
|
+
export { default as CommandIcon } from '../icons/command';
|
|
761
761
|
// Component aliases
|
|
762
762
|
export { default as ComponentIcon } from '../icons/component';
|
|
763
763
|
// Computer aliases
|
|
@@ -766,10 +766,10 @@ export { default as ComputerIcon } from '../icons/computer';
|
|
|
766
766
|
export { default as ConeIcon } from '../icons/cone';
|
|
767
767
|
// ConciergeBell aliases
|
|
768
768
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
769
|
-
// Contact aliases
|
|
770
|
-
export { default as ContactIcon } from '../icons/contact';
|
|
771
769
|
// Construction aliases
|
|
772
770
|
export { default as ConstructionIcon } from '../icons/construction';
|
|
771
|
+
// Contact aliases
|
|
772
|
+
export { default as ContactIcon } from '../icons/contact';
|
|
773
773
|
// Container aliases
|
|
774
774
|
export { default as ContainerIcon } from '../icons/container';
|
|
775
775
|
// Contrast aliases
|
|
@@ -780,36 +780,36 @@ export { default as CookieIcon } from '../icons/cookie';
|
|
|
780
780
|
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
781
781
|
// CopyCheck aliases
|
|
782
782
|
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
783
|
+
// CopyPlus aliases
|
|
784
|
+
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
783
785
|
// CopyMinus aliases
|
|
784
786
|
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
787
|
+
// Copy aliases
|
|
788
|
+
export { default as CopyIcon } from '../icons/copy';
|
|
785
789
|
// CopySlash aliases
|
|
786
790
|
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
787
|
-
// CopyPlus aliases
|
|
788
|
-
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
789
791
|
// CopyX aliases
|
|
790
792
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
791
793
|
// Copyleft aliases
|
|
792
794
|
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
793
|
-
// Copy aliases
|
|
794
|
-
export { default as CopyIcon } from '../icons/copy';
|
|
795
795
|
// Copyright aliases
|
|
796
796
|
export { default as CopyrightIcon } from '../icons/copyright';
|
|
797
|
-
// CornerDownLeft aliases
|
|
798
|
-
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
799
797
|
// CornerDownRight aliases
|
|
800
798
|
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
799
|
+
// CornerDownLeft aliases
|
|
800
|
+
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
801
801
|
// CornerLeftDown aliases
|
|
802
802
|
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
803
803
|
// CornerLeftUp aliases
|
|
804
804
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
805
805
|
// CornerRightDown aliases
|
|
806
806
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
807
|
-
// CornerRightUp aliases
|
|
808
|
-
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
809
807
|
// CornerUpLeft aliases
|
|
810
808
|
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
811
809
|
// CornerUpRight aliases
|
|
812
810
|
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
811
|
+
// CornerRightUp aliases
|
|
812
|
+
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
813
813
|
// Cpu aliases
|
|
814
814
|
export { default as CpuIcon } from '../icons/cpu';
|
|
815
815
|
// CreativeCommons aliases
|
|
@@ -820,86 +820,86 @@ export { default as CreditCardIcon } from '../icons/credit-card';
|
|
|
820
820
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
821
821
|
// Crop aliases
|
|
822
822
|
export { default as CropIcon } from '../icons/crop';
|
|
823
|
-
// Cross aliases
|
|
824
|
-
export { default as CrossIcon } from '../icons/cross';
|
|
825
823
|
// Crosshair aliases
|
|
826
824
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
825
|
+
// Cross aliases
|
|
826
|
+
export { default as CrossIcon } from '../icons/cross';
|
|
827
|
+
// Crown aliases
|
|
828
|
+
export { default as CrownIcon } from '../icons/crown';
|
|
827
829
|
// Cuboid aliases
|
|
828
830
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
829
831
|
// CupSoda aliases
|
|
830
832
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
831
|
-
// Crown aliases
|
|
832
|
-
export { default as CrownIcon } from '../icons/crown';
|
|
833
833
|
// Currency aliases
|
|
834
834
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
835
|
-
// Dam aliases
|
|
836
|
-
export { default as DamIcon } from '../icons/dam';
|
|
837
835
|
// Cylinder aliases
|
|
838
836
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
837
|
+
// Dam aliases
|
|
838
|
+
export { default as DamIcon } from '../icons/dam';
|
|
839
839
|
// DatabaseBackup aliases
|
|
840
840
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
841
|
-
//
|
|
842
|
-
export { default as
|
|
841
|
+
// Database aliases
|
|
842
|
+
export { default as DatabaseIcon } from '../icons/database';
|
|
843
843
|
// DecimalsArrowLeft aliases
|
|
844
844
|
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
845
845
|
// DecimalsArrowRight aliases
|
|
846
846
|
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
847
|
-
//
|
|
848
|
-
export { default as
|
|
847
|
+
// DatabaseZap aliases
|
|
848
|
+
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
849
849
|
// Delete aliases
|
|
850
850
|
export { default as DeleteIcon } from '../icons/delete';
|
|
851
|
+
// Dessert aliases
|
|
852
|
+
export { default as DessertIcon } from '../icons/dessert';
|
|
851
853
|
// Diameter aliases
|
|
852
854
|
export { default as DiameterIcon } from '../icons/diameter';
|
|
853
855
|
// DiamondMinus aliases
|
|
854
856
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
855
|
-
// Dessert aliases
|
|
856
|
-
export { default as DessertIcon } from '../icons/dessert';
|
|
857
857
|
// DiamondPlus aliases
|
|
858
858
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
859
859
|
// Diamond aliases
|
|
860
860
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
861
861
|
// Dice1 aliases
|
|
862
862
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
863
|
-
// Dice3 aliases
|
|
864
|
-
export { default as Dice3Icon } from '../icons/dice-3';
|
|
865
863
|
// Dice2 aliases
|
|
866
864
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
865
|
+
// Dice3 aliases
|
|
866
|
+
export { default as Dice3Icon } from '../icons/dice-3';
|
|
867
867
|
// Dice4 aliases
|
|
868
868
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
869
|
-
// Dice5 aliases
|
|
870
|
-
export { default as Dice5Icon } from '../icons/dice-5';
|
|
871
869
|
// Dice6 aliases
|
|
872
870
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
871
|
+
// Dice5 aliases
|
|
872
|
+
export { default as Dice5Icon } from '../icons/dice-5';
|
|
873
873
|
// Dices aliases
|
|
874
874
|
export { default as DicesIcon } from '../icons/dices';
|
|
875
875
|
// Diff aliases
|
|
876
876
|
export { default as DiffIcon } from '../icons/diff';
|
|
877
|
-
// Disc2 aliases
|
|
878
|
-
export { default as Disc2Icon } from '../icons/disc-2';
|
|
879
877
|
// Disc3 aliases
|
|
880
878
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
879
|
+
// Disc2 aliases
|
|
880
|
+
export { default as Disc2Icon } from '../icons/disc-2';
|
|
881
881
|
// Disc aliases
|
|
882
882
|
export { default as DiscIcon } from '../icons/disc';
|
|
883
|
-
// DiscAlbum aliases
|
|
884
|
-
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
885
883
|
// Divide aliases
|
|
886
884
|
export { default as DivideIcon } from '../icons/divide';
|
|
885
|
+
// DiscAlbum aliases
|
|
886
|
+
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
887
887
|
// DnaOff aliases
|
|
888
888
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
889
889
|
// Dna aliases
|
|
890
890
|
export { default as DnaIcon } from '../icons/dna';
|
|
891
891
|
// Dock aliases
|
|
892
892
|
export { default as DockIcon } from '../icons/dock';
|
|
893
|
-
// Dog aliases
|
|
894
|
-
export { default as DogIcon } from '../icons/dog';
|
|
895
893
|
// DollarSign aliases
|
|
896
894
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
897
895
|
// Donut aliases
|
|
898
896
|
export { default as DonutIcon } from '../icons/donut';
|
|
899
|
-
//
|
|
900
|
-
export { default as
|
|
897
|
+
// Dog aliases
|
|
898
|
+
export { default as DogIcon } from '../icons/dog';
|
|
901
899
|
// DoorClosed aliases
|
|
902
900
|
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
901
|
+
// DoorClosedLocked aliases
|
|
902
|
+
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
903
903
|
// DoorOpen aliases
|
|
904
904
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
905
905
|
// Download aliases
|
|
@@ -910,14 +910,14 @@ export { default as DotIcon } from '../icons/dot';
|
|
|
910
910
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
911
911
|
// Drama aliases
|
|
912
912
|
export { default as DramaIcon } from '../icons/drama';
|
|
913
|
-
// Dribbble aliases
|
|
914
|
-
export { default as DribbbleIcon } from '../icons/dribbble';
|
|
915
913
|
// Drill aliases
|
|
916
914
|
export { default as DrillIcon } from '../icons/drill';
|
|
917
|
-
// Drone aliases
|
|
918
|
-
export { default as DroneIcon } from '../icons/drone';
|
|
919
915
|
// DropletOff aliases
|
|
920
916
|
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
917
|
+
// Dribbble aliases
|
|
918
|
+
export { default as DribbbleIcon } from '../icons/dribbble';
|
|
919
|
+
// Drone aliases
|
|
920
|
+
export { default as DroneIcon } from '../icons/drone';
|
|
921
921
|
// Droplet aliases
|
|
922
922
|
export { default as DropletIcon } from '../icons/droplet';
|
|
923
923
|
// Droplets aliases
|
|
@@ -934,72 +934,72 @@ export { default as EarOffIcon } from '../icons/ear-off';
|
|
|
934
934
|
export { default as EarIcon } from '../icons/ear';
|
|
935
935
|
// Eclipse aliases
|
|
936
936
|
export { default as EclipseIcon } from '../icons/eclipse';
|
|
937
|
-
// EarthLock aliases
|
|
938
|
-
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
939
937
|
// EggFried aliases
|
|
940
938
|
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
941
|
-
//
|
|
942
|
-
export { default as
|
|
939
|
+
// EarthLock aliases
|
|
940
|
+
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
943
941
|
// Egg aliases
|
|
944
942
|
export { default as EggIcon } from '../icons/egg';
|
|
945
943
|
// EqualApproximately aliases
|
|
946
944
|
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
945
|
+
// EggOff aliases
|
|
946
|
+
export { default as EggOffIcon } from '../icons/egg-off';
|
|
947
947
|
// Equal aliases
|
|
948
948
|
export { default as EqualIcon } from '../icons/equal';
|
|
949
|
-
// EqualNot aliases
|
|
950
|
-
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
951
949
|
// Eraser aliases
|
|
952
950
|
export { default as EraserIcon } from '../icons/eraser';
|
|
951
|
+
// EqualNot aliases
|
|
952
|
+
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
953
953
|
// EthernetPort aliases
|
|
954
954
|
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
955
955
|
// Euro aliases
|
|
956
956
|
export { default as EuroIcon } from '../icons/euro';
|
|
957
957
|
// Expand aliases
|
|
958
958
|
export { default as ExpandIcon } from '../icons/expand';
|
|
959
|
+
// EyeClosed aliases
|
|
960
|
+
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
959
961
|
// ExternalLink aliases
|
|
960
962
|
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
961
963
|
// EyeOff aliases
|
|
962
964
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
963
|
-
// EyeClosed aliases
|
|
964
|
-
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
965
965
|
// Facebook aliases
|
|
966
966
|
export { default as FacebookIcon } from '../icons/facebook';
|
|
967
967
|
// Eye aliases
|
|
968
968
|
export { default as EyeIcon } from '../icons/eye';
|
|
969
969
|
// Factory aliases
|
|
970
970
|
export { default as FactoryIcon } from '../icons/factory';
|
|
971
|
-
// FastForward aliases
|
|
972
|
-
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
973
971
|
// Fan aliases
|
|
974
972
|
export { default as FanIcon } from '../icons/fan';
|
|
973
|
+
// FastForward aliases
|
|
974
|
+
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
975
|
+
// Fence aliases
|
|
976
|
+
export { default as FenceIcon } from '../icons/fence';
|
|
975
977
|
// Feather aliases
|
|
976
978
|
export { default as FeatherIcon } from '../icons/feather';
|
|
977
979
|
// FerrisWheel aliases
|
|
978
980
|
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
979
|
-
// Fence aliases
|
|
980
|
-
export { default as FenceIcon } from '../icons/fence';
|
|
981
981
|
// Figma aliases
|
|
982
982
|
export { default as FigmaIcon } from '../icons/figma';
|
|
983
|
-
// FileArchive aliases
|
|
984
|
-
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
985
983
|
// FileAudio2 aliases
|
|
986
984
|
export { default as FileAudio2Icon } from '../icons/file-audio-2';
|
|
985
|
+
// FileArchive aliases
|
|
986
|
+
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
987
987
|
// FileAudio aliases
|
|
988
988
|
export { default as FileAudioIcon } from '../icons/file-audio';
|
|
989
|
-
// FileBadge aliases
|
|
990
|
-
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
991
|
-
// FileCheck2 aliases
|
|
992
|
-
export { default as FileCheck2Icon } from '../icons/file-check-2';
|
|
993
989
|
// FileBadge2 aliases
|
|
994
990
|
export { default as FileBadge2Icon } from '../icons/file-badge-2';
|
|
991
|
+
// FileBadge aliases
|
|
992
|
+
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
995
993
|
// FileBox aliases
|
|
996
994
|
export { default as FileBoxIcon } from '../icons/file-box';
|
|
995
|
+
// FileCheck2 aliases
|
|
996
|
+
export { default as FileCheck2Icon } from '../icons/file-check-2';
|
|
997
997
|
// FileCheck aliases
|
|
998
998
|
export { default as FileCheckIcon } from '../icons/file-check';
|
|
999
|
-
// FileClock aliases
|
|
1000
|
-
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1001
999
|
// FileCode2 aliases
|
|
1002
1000
|
export { default as FileCode2Icon } from '../icons/file-code-2';
|
|
1001
|
+
// FileClock aliases
|
|
1002
|
+
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1003
1003
|
// FileCode aliases
|
|
1004
1004
|
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1005
1005
|
// FileDigit aliases
|
|
@@ -1010,34 +1010,34 @@ export { default as FileDiffIcon } from '../icons/file-diff';
|
|
|
1010
1010
|
export { default as FileDownIcon } from '../icons/file-down';
|
|
1011
1011
|
// FileHeart aliases
|
|
1012
1012
|
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1013
|
-
// FileImage aliases
|
|
1014
|
-
export { default as FileImageIcon } from '../icons/file-image';
|
|
1015
1013
|
// FileInput aliases
|
|
1016
1014
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
1015
|
+
// FileImage aliases
|
|
1016
|
+
export { default as FileImageIcon } from '../icons/file-image';
|
|
1017
1017
|
// FileJson2 aliases
|
|
1018
1018
|
export { default as FileJson2Icon } from '../icons/file-json-2';
|
|
1019
1019
|
// FileJson aliases
|
|
1020
1020
|
export { default as FileJsonIcon } from '../icons/file-json';
|
|
1021
|
+
// FileKey2 aliases
|
|
1022
|
+
export { default as FileKey2Icon } from '../icons/file-key-2';
|
|
1021
1023
|
// FileKey aliases
|
|
1022
1024
|
export { default as FileKeyIcon } from '../icons/file-key';
|
|
1025
|
+
// FileLock aliases
|
|
1026
|
+
export { default as FileLockIcon } from '../icons/file-lock';
|
|
1023
1027
|
// FileLock2 aliases
|
|
1024
1028
|
export { default as FileLock2Icon } from '../icons/file-lock-2';
|
|
1025
1029
|
// FileMinus2 aliases
|
|
1026
1030
|
export { default as FileMinus2Icon } from '../icons/file-minus-2';
|
|
1027
|
-
// FileKey2 aliases
|
|
1028
|
-
export { default as FileKey2Icon } from '../icons/file-key-2';
|
|
1029
|
-
// FileLock aliases
|
|
1030
|
-
export { default as FileLockIcon } from '../icons/file-lock';
|
|
1031
1031
|
// FileMinus aliases
|
|
1032
1032
|
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1033
1033
|
// FileMusic aliases
|
|
1034
1034
|
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1035
1035
|
// FileOutput aliases
|
|
1036
1036
|
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1037
|
-
// FilePlus2 aliases
|
|
1038
|
-
export { default as FilePlus2Icon } from '../icons/file-plus-2';
|
|
1039
1037
|
// FilePlus aliases
|
|
1040
1038
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1039
|
+
// FilePlus2 aliases
|
|
1040
|
+
export { default as FilePlus2Icon } from '../icons/file-plus-2';
|
|
1041
1041
|
// FileScan aliases
|
|
1042
1042
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1043
1043
|
// FileSearch2 aliases
|
|
@@ -1046,36 +1046,36 @@ export { default as FileSearch2Icon } from '../icons/file-search-2';
|
|
|
1046
1046
|
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1047
1047
|
// FileSliders aliases
|
|
1048
1048
|
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1049
|
-
// FileStack aliases
|
|
1050
|
-
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1051
1049
|
// FileSpreadsheet aliases
|
|
1052
1050
|
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1051
|
+
// FileStack aliases
|
|
1052
|
+
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1053
1053
|
// FileSymlink aliases
|
|
1054
1054
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1055
|
+
// FileTerminal aliases
|
|
1056
|
+
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1055
1057
|
// FileText aliases
|
|
1056
1058
|
export { default as FileTextIcon } from '../icons/file-text';
|
|
1057
1059
|
// FileType2 aliases
|
|
1058
1060
|
export { default as FileType2Icon } from '../icons/file-type-2';
|
|
1059
1061
|
// FileType aliases
|
|
1060
1062
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1061
|
-
// FileTerminal aliases
|
|
1062
|
-
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1063
|
-
// FileUp aliases
|
|
1064
|
-
export { default as FileUpIcon } from '../icons/file-up';
|
|
1065
1063
|
// FileUser aliases
|
|
1066
1064
|
export { default as FileUserIcon } from '../icons/file-user';
|
|
1065
|
+
// FileUp aliases
|
|
1066
|
+
export { default as FileUpIcon } from '../icons/file-up';
|
|
1067
1067
|
// FileVolume2 aliases
|
|
1068
1068
|
export { default as FileVolume2Icon } from '../icons/file-volume-2';
|
|
1069
|
-
// FileWarning aliases
|
|
1070
|
-
export { default as FileWarningIcon } from '../icons/file-warning';
|
|
1071
1069
|
// FileVolume aliases
|
|
1072
1070
|
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1071
|
+
// FileWarning aliases
|
|
1072
|
+
export { default as FileWarningIcon } from '../icons/file-warning';
|
|
1073
1073
|
// FileX2 aliases
|
|
1074
1074
|
export { default as FileX2Icon } from '../icons/file-x-2';
|
|
1075
|
-
// File aliases
|
|
1076
|
-
export { default as FileIcon } from '../icons/file';
|
|
1077
1075
|
// FileX aliases
|
|
1078
1076
|
export { default as FileXIcon } from '../icons/file-x';
|
|
1077
|
+
// File aliases
|
|
1078
|
+
export { default as FileIcon } from '../icons/file';
|
|
1079
1079
|
// Files aliases
|
|
1080
1080
|
export { default as FilesIcon } from '../icons/files';
|
|
1081
1081
|
// Film aliases
|
|
@@ -1084,68 +1084,68 @@ export { default as FilmIcon } from '../icons/film';
|
|
|
1084
1084
|
export { default as FingerprintIcon } from '../icons/fingerprint';
|
|
1085
1085
|
// FireExtinguisher aliases
|
|
1086
1086
|
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1087
|
-
// FishOff aliases
|
|
1088
|
-
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1089
1087
|
// FishSymbol aliases
|
|
1090
1088
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1091
1089
|
// Fish aliases
|
|
1092
1090
|
export { default as FishIcon } from '../icons/fish';
|
|
1093
|
-
//
|
|
1094
|
-
export { default as
|
|
1091
|
+
// FishOff aliases
|
|
1092
|
+
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1095
1093
|
// FlagOff aliases
|
|
1096
1094
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1095
|
+
// FlagTriangleLeft aliases
|
|
1096
|
+
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1097
1097
|
// FlagTriangleRight aliases
|
|
1098
1098
|
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1099
1099
|
// Flag aliases
|
|
1100
1100
|
export { default as FlagIcon } from '../icons/flag';
|
|
1101
1101
|
// FlameKindling aliases
|
|
1102
1102
|
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1103
|
-
// Flame aliases
|
|
1104
|
-
export { default as FlameIcon } from '../icons/flame';
|
|
1105
1103
|
// FlashlightOff aliases
|
|
1106
1104
|
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1105
|
+
// Flame aliases
|
|
1106
|
+
export { default as FlameIcon } from '../icons/flame';
|
|
1107
1107
|
// Flashlight aliases
|
|
1108
1108
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1109
1109
|
// FlaskConicalOff aliases
|
|
1110
1110
|
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1111
1111
|
// FlaskConical aliases
|
|
1112
1112
|
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1113
|
-
// FlaskRound aliases
|
|
1114
|
-
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1115
1113
|
// FlipHorizontal2 aliases
|
|
1116
1114
|
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1117
|
-
// FlipVertical2 aliases
|
|
1118
|
-
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1119
1115
|
// FlipHorizontal aliases
|
|
1120
1116
|
export { default as FlipHorizontalIcon } from '../icons/flip-horizontal';
|
|
1117
|
+
// FlaskRound aliases
|
|
1118
|
+
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1119
|
+
// FlipVertical2 aliases
|
|
1120
|
+
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1121
1121
|
// FlipVertical aliases
|
|
1122
1122
|
export { default as FlipVerticalIcon } from '../icons/flip-vertical';
|
|
1123
1123
|
// Flower2 aliases
|
|
1124
1124
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1125
|
-
// FoldHorizontal aliases
|
|
1126
|
-
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1127
1125
|
// Flower aliases
|
|
1128
1126
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1129
|
-
// FoldVertical aliases
|
|
1130
|
-
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1131
1127
|
// Focus aliases
|
|
1132
1128
|
export { default as FocusIcon } from '../icons/focus';
|
|
1129
|
+
// FoldHorizontal aliases
|
|
1130
|
+
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1131
|
+
// FoldVertical aliases
|
|
1132
|
+
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1133
1133
|
// FolderArchive aliases
|
|
1134
1134
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1135
1135
|
// FolderCheck aliases
|
|
1136
1136
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1137
1137
|
// FolderClock aliases
|
|
1138
1138
|
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1139
|
-
// FolderCode aliases
|
|
1140
|
-
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1141
1139
|
// FolderClosed aliases
|
|
1142
1140
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1141
|
+
// FolderCode aliases
|
|
1142
|
+
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1143
1143
|
// FolderDot aliases
|
|
1144
1144
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1145
|
-
// FolderDown aliases
|
|
1146
|
-
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1147
1145
|
// FolderGit2 aliases
|
|
1148
1146
|
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1147
|
+
// FolderDown aliases
|
|
1148
|
+
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1149
1149
|
// FolderGit aliases
|
|
1150
1150
|
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1151
1151
|
// FolderHeart aliases
|
|
@@ -1156,26 +1156,26 @@ export { default as FolderInputIcon } from '../icons/folder-input';
|
|
|
1156
1156
|
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1157
1157
|
// FolderKey aliases
|
|
1158
1158
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1159
|
-
// FolderLock aliases
|
|
1160
|
-
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1161
1159
|
// FolderMinus aliases
|
|
1162
1160
|
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1161
|
+
// FolderLock aliases
|
|
1162
|
+
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1163
1163
|
// FolderOpenDot aliases
|
|
1164
1164
|
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1165
1165
|
// FolderOpen aliases
|
|
1166
1166
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1167
|
-
// FolderOutput aliases
|
|
1168
|
-
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1169
1167
|
// FolderPlus aliases
|
|
1170
1168
|
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1169
|
+
// FolderOutput aliases
|
|
1170
|
+
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1171
1171
|
// FolderRoot aliases
|
|
1172
1172
|
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1173
1173
|
// FolderSearch aliases
|
|
1174
1174
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1175
|
-
// FolderSearch2 aliases
|
|
1176
|
-
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1177
1175
|
// FolderSymlink aliases
|
|
1178
1176
|
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1177
|
+
// FolderSearch2 aliases
|
|
1178
|
+
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1179
1179
|
// FolderSync aliases
|
|
1180
1180
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1181
1181
|
// FolderUp aliases
|
|
@@ -1192,60 +1192,60 @@ export { default as FoldersIcon } from '../icons/folders';
|
|
|
1192
1192
|
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1193
1193
|
// Forklift aliases
|
|
1194
1194
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1195
|
-
// Forward aliases
|
|
1196
|
-
export { default as ForwardIcon } from '../icons/forward';
|
|
1197
1195
|
// Frame aliases
|
|
1198
1196
|
export { default as FrameIcon } from '../icons/frame';
|
|
1197
|
+
// Forward aliases
|
|
1198
|
+
export { default as ForwardIcon } from '../icons/forward';
|
|
1199
1199
|
// Framer aliases
|
|
1200
1200
|
export { default as FramerIcon } from '../icons/framer';
|
|
1201
1201
|
// Frown aliases
|
|
1202
1202
|
export { default as FrownIcon } from '../icons/frown';
|
|
1203
1203
|
// Fuel aliases
|
|
1204
1204
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1205
|
-
// FunnelPlus aliases
|
|
1206
|
-
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1207
1205
|
// Fullscreen aliases
|
|
1208
1206
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1209
|
-
//
|
|
1210
|
-
export { default as
|
|
1207
|
+
// FunnelPlus aliases
|
|
1208
|
+
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1211
1209
|
// GalleryHorizontalEnd aliases
|
|
1212
1210
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1213
1211
|
// GalleryThumbnails aliases
|
|
1214
1212
|
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1213
|
+
// GalleryHorizontal aliases
|
|
1214
|
+
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1215
|
+
// GalleryVertical aliases
|
|
1216
|
+
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1215
1217
|
// GalleryVerticalEnd aliases
|
|
1216
1218
|
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1217
1219
|
// Gamepad2 aliases
|
|
1218
1220
|
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1219
|
-
// GalleryVertical aliases
|
|
1220
|
-
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1221
1221
|
// Gamepad aliases
|
|
1222
1222
|
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1223
1223
|
// Gauge aliases
|
|
1224
1224
|
export { default as GaugeIcon } from '../icons/gauge';
|
|
1225
|
-
// Gavel aliases
|
|
1226
|
-
export { default as GavelIcon } from '../icons/gavel';
|
|
1227
|
-
// Gem aliases
|
|
1228
|
-
export { default as GemIcon } from '../icons/gem';
|
|
1229
1225
|
// GeorgianLari aliases
|
|
1230
1226
|
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1227
|
+
// Gem aliases
|
|
1228
|
+
export { default as GemIcon } from '../icons/gem';
|
|
1229
|
+
// Gavel aliases
|
|
1230
|
+
export { default as GavelIcon } from '../icons/gavel';
|
|
1231
1231
|
// Ghost aliases
|
|
1232
1232
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1233
|
+
// GitBranchPlus aliases
|
|
1234
|
+
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1233
1235
|
// Gift aliases
|
|
1234
1236
|
export { default as GiftIcon } from '../icons/gift';
|
|
1235
1237
|
// GitBranch aliases
|
|
1236
1238
|
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1237
|
-
// GitBranchPlus aliases
|
|
1238
|
-
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1239
1239
|
// GitCommitVertical aliases
|
|
1240
1240
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1241
|
+
// GitCompare aliases
|
|
1242
|
+
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1241
1243
|
// GitCompareArrows aliases
|
|
1242
1244
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1243
|
-
// GitFork aliases
|
|
1244
|
-
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1245
1245
|
// GitGraph aliases
|
|
1246
1246
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1247
|
-
//
|
|
1248
|
-
export { default as
|
|
1247
|
+
// GitFork aliases
|
|
1248
|
+
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1249
1249
|
// GitMerge aliases
|
|
1250
1250
|
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1251
1251
|
// GitPullRequestArrow aliases
|
|
@@ -1256,10 +1256,10 @@ export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-c
|
|
|
1256
1256
|
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1257
1257
|
// GitPullRequestCreateArrow aliases
|
|
1258
1258
|
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1259
|
-
// GitPullRequest aliases
|
|
1260
|
-
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1261
1259
|
// GitPullRequestDraft aliases
|
|
1262
1260
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1261
|
+
// GitPullRequest aliases
|
|
1262
|
+
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1263
1263
|
// Github aliases
|
|
1264
1264
|
export { default as GithubIcon } from '../icons/github';
|
|
1265
1265
|
// Gitlab aliases
|
|
@@ -1272,16 +1272,14 @@ export { default as GlassesIcon } from '../icons/glasses';
|
|
|
1272
1272
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1273
1273
|
// Globe aliases
|
|
1274
1274
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1275
|
-
// Gpu aliases
|
|
1276
|
-
export { default as GpuIcon } from '../icons/gpu';
|
|
1277
1275
|
// Goal aliases
|
|
1278
1276
|
export { default as GoalIcon } from '../icons/goal';
|
|
1279
|
-
//
|
|
1280
|
-
export { default as
|
|
1281
|
-
// Grape aliases
|
|
1282
|
-
export { default as GrapeIcon } from '../icons/grape';
|
|
1277
|
+
// Gpu aliases
|
|
1278
|
+
export { default as GpuIcon } from '../icons/gpu';
|
|
1283
1279
|
// GraduationCap aliases
|
|
1284
1280
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1281
|
+
// Grape aliases
|
|
1282
|
+
export { default as GrapeIcon } from '../icons/grape';
|
|
1285
1283
|
// Grid3x2 aliases
|
|
1286
1284
|
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1287
1285
|
// GripHorizontal aliases
|
|
@@ -1294,46 +1292,48 @@ export { default as GripIcon } from '../icons/grip';
|
|
|
1294
1292
|
export { default as GroupIcon } from '../icons/group';
|
|
1295
1293
|
// Guitar aliases
|
|
1296
1294
|
export { default as GuitarIcon } from '../icons/guitar';
|
|
1297
|
-
// Hamburger aliases
|
|
1298
|
-
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1299
1295
|
// Ham aliases
|
|
1300
1296
|
export { default as HamIcon } from '../icons/ham';
|
|
1301
|
-
//
|
|
1302
|
-
export { default as
|
|
1297
|
+
// Hamburger aliases
|
|
1298
|
+
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1303
1299
|
// Hammer aliases
|
|
1304
1300
|
export { default as HammerIcon } from '../icons/hammer';
|
|
1301
|
+
// HandCoins aliases
|
|
1302
|
+
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1303
|
+
// HandFist aliases
|
|
1304
|
+
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1305
1305
|
// HandHeart aliases
|
|
1306
1306
|
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1307
1307
|
// HandMetal aliases
|
|
1308
1308
|
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1309
1309
|
// HandPlatter aliases
|
|
1310
1310
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1311
|
-
// Handshake aliases
|
|
1312
|
-
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1313
1311
|
// Hand aliases
|
|
1314
1312
|
export { default as HandIcon } from '../icons/hand';
|
|
1313
|
+
// Handbag aliases
|
|
1314
|
+
export { default as HandbagIcon } from '../icons/handbag';
|
|
1315
|
+
// Handshake aliases
|
|
1316
|
+
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1315
1317
|
// HardDriveDownload aliases
|
|
1316
1318
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1317
1319
|
// HardDriveUpload aliases
|
|
1318
1320
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1319
|
-
// Handbag aliases
|
|
1320
|
-
export { default as HandbagIcon } from '../icons/handbag';
|
|
1321
1321
|
// HardDrive aliases
|
|
1322
1322
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1323
|
+
// Hash aliases
|
|
1324
|
+
export { default as HashIcon } from '../icons/hash';
|
|
1323
1325
|
// HardHat aliases
|
|
1324
1326
|
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1327
|
+
// HatGlasses aliases
|
|
1328
|
+
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1325
1329
|
// Haze aliases
|
|
1326
1330
|
export { default as HazeIcon } from '../icons/haze';
|
|
1327
|
-
// Hash aliases
|
|
1328
|
-
export { default as HashIcon } from '../icons/hash';
|
|
1329
1331
|
// HdmiPort aliases
|
|
1330
1332
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1331
|
-
// HatGlasses aliases
|
|
1332
|
-
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1333
|
-
// Heading2 aliases
|
|
1334
|
-
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1335
1333
|
// Heading1 aliases
|
|
1336
1334
|
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1335
|
+
// Heading2 aliases
|
|
1336
|
+
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1337
1337
|
// Heading3 aliases
|
|
1338
1338
|
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1339
1339
|
// Heading4 aliases
|
|
@@ -1346,12 +1346,12 @@ export { default as Heading6Icon } from '../icons/heading-6';
|
|
|
1346
1346
|
export { default as HeadingIcon } from '../icons/heading';
|
|
1347
1347
|
// HeadphoneOff aliases
|
|
1348
1348
|
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1349
|
+
// Headphones aliases
|
|
1350
|
+
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1349
1351
|
// Headset aliases
|
|
1350
1352
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1351
1353
|
// HeartCrack aliases
|
|
1352
1354
|
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1353
|
-
// Headphones aliases
|
|
1354
|
-
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1355
1355
|
// HeartHandshake aliases
|
|
1356
1356
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1357
1357
|
// HeartMinus aliases
|
|
@@ -1370,10 +1370,10 @@ export { default as HeaterIcon } from '../icons/heater';
|
|
|
1370
1370
|
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1371
1371
|
// Highlighter aliases
|
|
1372
1372
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1373
|
-
// HopOff aliases
|
|
1374
|
-
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1375
1373
|
// History aliases
|
|
1376
1374
|
export { default as HistoryIcon } from '../icons/history';
|
|
1375
|
+
// HopOff aliases
|
|
1376
|
+
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1377
1377
|
// Hop aliases
|
|
1378
1378
|
export { default as HopIcon } from '../icons/hop';
|
|
1379
1379
|
// Hospital aliases
|
|
@@ -1390,30 +1390,30 @@ export { default as HousePlusIcon } from '../icons/house-plus';
|
|
|
1390
1390
|
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1391
1391
|
// IdCardLanyard aliases
|
|
1392
1392
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1393
|
-
// ImageDown aliases
|
|
1394
|
-
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1395
1393
|
// IdCard aliases
|
|
1396
1394
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1395
|
+
// ImageDown aliases
|
|
1396
|
+
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1397
|
+
// ImageMinus aliases
|
|
1398
|
+
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1397
1399
|
// ImageOff aliases
|
|
1398
1400
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1399
1401
|
// ImagePlay aliases
|
|
1400
1402
|
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1401
|
-
// ImageMinus aliases
|
|
1402
|
-
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1403
1403
|
// ImagePlus aliases
|
|
1404
1404
|
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1405
1405
|
// ImageUp aliases
|
|
1406
1406
|
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1407
|
-
// ImageUpscale aliases
|
|
1408
|
-
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1409
1407
|
// Image aliases
|
|
1410
1408
|
export { default as ImageIcon } from '../icons/image';
|
|
1409
|
+
// ImageUpscale aliases
|
|
1410
|
+
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1411
1411
|
// Images aliases
|
|
1412
1412
|
export { default as ImagesIcon } from '../icons/images';
|
|
1413
|
-
// Import aliases
|
|
1414
|
-
export { default as ImportIcon } from '../icons/import';
|
|
1415
1413
|
// Inbox aliases
|
|
1416
1414
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1415
|
+
// Import aliases
|
|
1416
|
+
export { default as ImportIcon } from '../icons/import';
|
|
1417
1417
|
// IndianRupee aliases
|
|
1418
1418
|
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1419
1419
|
// Infinity aliases
|
|
@@ -1432,10 +1432,10 @@ export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
|
1432
1432
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1433
1433
|
// JapaneseYen aliases
|
|
1434
1434
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1435
|
-
// Joystick aliases
|
|
1436
|
-
export { default as JoystickIcon } from '../icons/joystick';
|
|
1437
1435
|
// Kanban aliases
|
|
1438
1436
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1437
|
+
// Joystick aliases
|
|
1438
|
+
export { default as JoystickIcon } from '../icons/joystick';
|
|
1439
1439
|
// KeySquare aliases
|
|
1440
1440
|
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1441
1441
|
// KeyRound aliases
|
|
@@ -1452,96 +1452,96 @@ export { default as KeyboardIcon } from '../icons/keyboard';
|
|
|
1452
1452
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1453
1453
|
// LampDesk aliases
|
|
1454
1454
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1455
|
+
// LampWallDown aliases
|
|
1456
|
+
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1455
1457
|
// LampFloor aliases
|
|
1456
1458
|
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1457
1459
|
// LampWallUp aliases
|
|
1458
1460
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1459
|
-
// LampWallDown aliases
|
|
1460
|
-
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1461
1461
|
// Lamp aliases
|
|
1462
1462
|
export { default as LampIcon } from '../icons/lamp';
|
|
1463
1463
|
// LandPlot aliases
|
|
1464
1464
|
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1465
1465
|
// Landmark aliases
|
|
1466
1466
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1467
|
-
// LaptopMinimalCheck aliases
|
|
1468
|
-
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1469
|
-
// Laptop aliases
|
|
1470
|
-
export { default as LaptopIcon } from '../icons/laptop';
|
|
1471
1467
|
// Languages aliases
|
|
1472
1468
|
export { default as LanguagesIcon } from '../icons/languages';
|
|
1469
|
+
// LaptopMinimalCheck aliases
|
|
1470
|
+
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1473
1471
|
// LassoSelect aliases
|
|
1474
1472
|
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1473
|
+
// Laptop aliases
|
|
1474
|
+
export { default as LaptopIcon } from '../icons/laptop';
|
|
1475
|
+
// Lasso aliases
|
|
1476
|
+
export { default as LassoIcon } from '../icons/lasso';
|
|
1475
1477
|
// Laugh aliases
|
|
1476
1478
|
export { default as LaughIcon } from '../icons/laugh';
|
|
1477
1479
|
// Layers2 aliases
|
|
1478
1480
|
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1479
|
-
// Lasso aliases
|
|
1480
|
-
export { default as LassoIcon } from '../icons/lasso';
|
|
1481
1481
|
// LayoutDashboard aliases
|
|
1482
1482
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1483
1483
|
// LayoutGrid aliases
|
|
1484
1484
|
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1485
|
+
// LayoutList aliases
|
|
1486
|
+
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1485
1487
|
// LayoutPanelLeft aliases
|
|
1486
1488
|
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1487
1489
|
// LayoutPanelTop aliases
|
|
1488
1490
|
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1489
1491
|
// LayoutTemplate aliases
|
|
1490
1492
|
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1491
|
-
// LayoutList aliases
|
|
1492
|
-
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1493
1493
|
// Leaf aliases
|
|
1494
1494
|
export { default as LeafIcon } from '../icons/leaf';
|
|
1495
1495
|
// LeafyGreen aliases
|
|
1496
1496
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1497
1497
|
// Lectern aliases
|
|
1498
1498
|
export { default as LecternIcon } from '../icons/lectern';
|
|
1499
|
-
// LibraryBig aliases
|
|
1500
|
-
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1501
1499
|
// LetterText aliases
|
|
1502
1500
|
export { default as LetterTextIcon } from '../icons/letter-text';
|
|
1503
|
-
//
|
|
1504
|
-
export { default as
|
|
1501
|
+
// LibraryBig aliases
|
|
1502
|
+
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1505
1503
|
// Library aliases
|
|
1506
1504
|
export { default as LibraryIcon } from '../icons/library';
|
|
1505
|
+
// LifeBuoy aliases
|
|
1506
|
+
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1507
1507
|
// LightbulbOff aliases
|
|
1508
1508
|
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1509
|
-
// Ligature aliases
|
|
1510
|
-
export { default as LigatureIcon } from '../icons/ligature';
|
|
1511
1509
|
// Lightbulb aliases
|
|
1512
1510
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1511
|
+
// Ligature aliases
|
|
1512
|
+
export { default as LigatureIcon } from '../icons/ligature';
|
|
1513
1513
|
// LineSquiggle aliases
|
|
1514
1514
|
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1515
|
-
// Link2 aliases
|
|
1516
|
-
export { default as Link2Icon } from '../icons/link-2';
|
|
1517
1515
|
// Link2Off aliases
|
|
1518
1516
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1517
|
+
// Link2 aliases
|
|
1518
|
+
export { default as Link2Icon } from '../icons/link-2';
|
|
1519
1519
|
// Link aliases
|
|
1520
1520
|
export { default as LinkIcon } from '../icons/link';
|
|
1521
1521
|
// Linkedin aliases
|
|
1522
1522
|
export { default as LinkedinIcon } from '../icons/linkedin';
|
|
1523
|
-
// ListChecks aliases
|
|
1524
|
-
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1525
1523
|
// ListCheck aliases
|
|
1526
1524
|
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1527
|
-
//
|
|
1528
|
-
export { default as
|
|
1525
|
+
// ListChecks aliases
|
|
1526
|
+
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1529
1527
|
// ListCollapse aliases
|
|
1530
1528
|
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1531
|
-
//
|
|
1532
|
-
export { default as
|
|
1529
|
+
// ListEnd aliases
|
|
1530
|
+
export { default as ListEndIcon } from '../icons/list-end';
|
|
1533
1531
|
// ListFilterPlus aliases
|
|
1534
1532
|
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1533
|
+
// ListFilter aliases
|
|
1534
|
+
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1535
1535
|
// ListMinus aliases
|
|
1536
1536
|
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1537
1537
|
// ListMusic aliases
|
|
1538
1538
|
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1539
|
-
// ListOrdered aliases
|
|
1540
|
-
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1541
1539
|
// ListPlus aliases
|
|
1542
1540
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1543
1541
|
// ListRestart aliases
|
|
1544
1542
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1543
|
+
// ListOrdered aliases
|
|
1544
|
+
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1545
1545
|
// ListStart aliases
|
|
1546
1546
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1547
1547
|
// ListTodo aliases
|
|
@@ -1560,50 +1560,50 @@ export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
|
1560
1560
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1561
1561
|
// LocateFixed aliases
|
|
1562
1562
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1563
|
+
// LockKeyhole aliases
|
|
1564
|
+
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1563
1565
|
// LocateOff aliases
|
|
1564
1566
|
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1565
1567
|
// Locate aliases
|
|
1566
1568
|
export { default as LocateIcon } from '../icons/locate';
|
|
1567
|
-
// LockKeyhole aliases
|
|
1568
|
-
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1569
|
-
// Lock aliases
|
|
1570
|
-
export { default as LockIcon } from '../icons/lock';
|
|
1571
1569
|
// LogIn aliases
|
|
1572
1570
|
export { default as LogInIcon } from '../icons/log-in';
|
|
1573
|
-
//
|
|
1574
|
-
export { default as
|
|
1571
|
+
// Lock aliases
|
|
1572
|
+
export { default as LockIcon } from '../icons/lock';
|
|
1575
1573
|
// Logs aliases
|
|
1576
1574
|
export { default as LogsIcon } from '../icons/logs';
|
|
1575
|
+
// Luggage aliases
|
|
1576
|
+
export { default as LuggageIcon } from '../icons/luggage';
|
|
1577
|
+
// LogOut aliases
|
|
1578
|
+
export { default as LogOutIcon } from '../icons/log-out';
|
|
1577
1579
|
// Lollipop aliases
|
|
1578
1580
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1579
1581
|
// Magnet aliases
|
|
1580
1582
|
export { default as MagnetIcon } from '../icons/magnet';
|
|
1581
1583
|
// MailCheck aliases
|
|
1582
1584
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1583
|
-
// Luggage aliases
|
|
1584
|
-
export { default as LuggageIcon } from '../icons/luggage';
|
|
1585
|
-
// MailMinus aliases
|
|
1586
|
-
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1587
1585
|
// MailOpen aliases
|
|
1588
1586
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1587
|
+
// MailMinus aliases
|
|
1588
|
+
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1589
1589
|
// MailPlus aliases
|
|
1590
1590
|
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1591
1591
|
// MailSearch aliases
|
|
1592
1592
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1593
|
-
// MailWarning aliases
|
|
1594
|
-
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1595
1593
|
// Mail aliases
|
|
1596
1594
|
export { default as MailIcon } from '../icons/mail';
|
|
1597
1595
|
// MailX aliases
|
|
1598
1596
|
export { default as MailXIcon } from '../icons/mail-x';
|
|
1597
|
+
// MailWarning aliases
|
|
1598
|
+
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1599
1599
|
// Mailbox aliases
|
|
1600
1600
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1601
1601
|
// Mails aliases
|
|
1602
1602
|
export { default as MailsIcon } from '../icons/mails';
|
|
1603
|
-
// MapPinCheckInside aliases
|
|
1604
|
-
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1605
1603
|
// MapMinus aliases
|
|
1606
1604
|
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1605
|
+
// MapPinCheckInside aliases
|
|
1606
|
+
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1607
1607
|
// MapPinCheck aliases
|
|
1608
1608
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1609
1609
|
// MapPinHouse aliases
|
|
@@ -1618,14 +1618,14 @@ export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
|
1618
1618
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1619
1619
|
// MapPinPlus aliases
|
|
1620
1620
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1621
|
-
// MapPinX aliases
|
|
1622
|
-
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1623
1621
|
// MapPinXInside aliases
|
|
1624
1622
|
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1625
1623
|
// MapPin aliases
|
|
1626
1624
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1627
1625
|
// MapPinned aliases
|
|
1628
1626
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1627
|
+
// MapPinX aliases
|
|
1628
|
+
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1629
1629
|
// MapPlus aliases
|
|
1630
1630
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1631
1631
|
// Map aliases
|
|
@@ -1638,34 +1638,34 @@ export { default as MarsIcon } from '../icons/mars';
|
|
|
1638
1638
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1639
1639
|
// Maximize2 aliases
|
|
1640
1640
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1641
|
+
// Medal aliases
|
|
1642
|
+
export { default as MedalIcon } from '../icons/medal';
|
|
1641
1643
|
// Maximize aliases
|
|
1642
1644
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1643
|
-
// MegaphoneOff aliases
|
|
1644
|
-
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1645
1645
|
// Megaphone aliases
|
|
1646
1646
|
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1647
|
-
//
|
|
1648
|
-
export { default as
|
|
1647
|
+
// MegaphoneOff aliases
|
|
1648
|
+
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1649
1649
|
// Meh aliases
|
|
1650
1650
|
export { default as MehIcon } from '../icons/meh';
|
|
1651
1651
|
// MemoryStick aliases
|
|
1652
1652
|
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1653
|
-
// Merge aliases
|
|
1654
|
-
export { default as MergeIcon } from '../icons/merge';
|
|
1655
1653
|
// Menu aliases
|
|
1656
1654
|
export { default as MenuIcon } from '../icons/menu';
|
|
1657
|
-
//
|
|
1658
|
-
export { default as
|
|
1655
|
+
// Merge aliases
|
|
1656
|
+
export { default as MergeIcon } from '../icons/merge';
|
|
1659
1657
|
// MessageCircleDashed aliases
|
|
1660
1658
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1659
|
+
// MessageCircleCode aliases
|
|
1660
|
+
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1661
1661
|
// MessageCircleHeart aliases
|
|
1662
1662
|
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1663
1663
|
// MessageCircleMore aliases
|
|
1664
1664
|
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1665
|
-
// MessageCirclePlus aliases
|
|
1666
|
-
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1667
1665
|
// MessageCircleOff aliases
|
|
1668
1666
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1667
|
+
// MessageCirclePlus aliases
|
|
1668
|
+
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1669
1669
|
// MessageCircleReply aliases
|
|
1670
1670
|
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1671
1671
|
// MessageCircleWarning aliases
|
|
@@ -1674,18 +1674,18 @@ export { default as MessageCircleWarningIcon } from '../icons/message-circle-war
|
|
|
1674
1674
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1675
1675
|
// MessageCircle aliases
|
|
1676
1676
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1677
|
-
// MessageSquareDashed aliases
|
|
1678
|
-
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1679
1677
|
// MessageSquareCode aliases
|
|
1680
1678
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1679
|
+
// MessageSquareDashed aliases
|
|
1680
|
+
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1681
1681
|
// MessageSquareDiff aliases
|
|
1682
1682
|
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1683
1683
|
// MessageSquareDot aliases
|
|
1684
1684
|
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1685
|
-
// MessageSquareHeart aliases
|
|
1686
|
-
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1687
1685
|
// MessageSquareLock aliases
|
|
1688
1686
|
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1687
|
+
// MessageSquareHeart aliases
|
|
1688
|
+
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1689
1689
|
// MessageSquareMore aliases
|
|
1690
1690
|
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1691
1691
|
// MessageSquareOff aliases
|
|
@@ -1694,48 +1694,48 @@ export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
|
1694
1694
|
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1695
1695
|
// MessageSquareQuote aliases
|
|
1696
1696
|
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1697
|
-
// MessageSquareShare aliases
|
|
1698
|
-
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1699
1697
|
// MessageSquareReply aliases
|
|
1700
1698
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1699
|
+
// MessageSquareShare aliases
|
|
1700
|
+
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1701
1701
|
// MessageSquareText aliases
|
|
1702
1702
|
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1703
|
-
// MessageSquareWarning aliases
|
|
1704
|
-
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1705
1703
|
// MessageSquareX aliases
|
|
1706
1704
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1707
1705
|
// MessageSquare aliases
|
|
1708
1706
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1707
|
+
// MessageSquareWarning aliases
|
|
1708
|
+
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1709
1709
|
// MessagesSquare aliases
|
|
1710
1710
|
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1711
1711
|
// MicOff aliases
|
|
1712
1712
|
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1713
|
-
// Microchip aliases
|
|
1714
|
-
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1715
1713
|
// Mic aliases
|
|
1716
1714
|
export { default as MicIcon } from '../icons/mic';
|
|
1715
|
+
// Microchip aliases
|
|
1716
|
+
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1717
1717
|
// Microscope aliases
|
|
1718
1718
|
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1719
1719
|
// Microwave aliases
|
|
1720
1720
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1721
1721
|
// Milestone aliases
|
|
1722
1722
|
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1723
|
-
// Milk aliases
|
|
1724
|
-
export { default as MilkIcon } from '../icons/milk';
|
|
1725
1723
|
// MilkOff aliases
|
|
1726
1724
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1727
|
-
//
|
|
1728
|
-
export { default as
|
|
1725
|
+
// Milk aliases
|
|
1726
|
+
export { default as MilkIcon } from '../icons/milk';
|
|
1729
1727
|
// Minus aliases
|
|
1730
1728
|
export { default as MinusIcon } from '../icons/minus';
|
|
1731
|
-
//
|
|
1732
|
-
export { default as
|
|
1729
|
+
// Minimize2 aliases
|
|
1730
|
+
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1733
1731
|
// Minimize aliases
|
|
1734
1732
|
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1735
|
-
//
|
|
1736
|
-
export { default as
|
|
1733
|
+
// MonitorCheck aliases
|
|
1734
|
+
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1737
1735
|
// MonitorDot aliases
|
|
1738
1736
|
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1737
|
+
// MonitorCog aliases
|
|
1738
|
+
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1739
1739
|
// MonitorOff aliases
|
|
1740
1740
|
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1741
1741
|
// MonitorDown aliases
|
|
@@ -1750,92 +1750,92 @@ export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
|
1750
1750
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1751
1751
|
// MonitorStop aliases
|
|
1752
1752
|
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1753
|
-
// MonitorUp aliases
|
|
1754
|
-
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1755
1753
|
// Monitor aliases
|
|
1756
1754
|
export { default as MonitorIcon } from '../icons/monitor';
|
|
1755
|
+
// MonitorUp aliases
|
|
1756
|
+
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1757
1757
|
// MonitorX aliases
|
|
1758
1758
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1759
1759
|
// MoonStar aliases
|
|
1760
1760
|
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1761
1761
|
// Moon aliases
|
|
1762
1762
|
export { default as MoonIcon } from '../icons/moon';
|
|
1763
|
+
// MountainSnow aliases
|
|
1764
|
+
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1763
1765
|
// Mountain aliases
|
|
1764
1766
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1765
1767
|
// MouseOff aliases
|
|
1766
1768
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1767
|
-
// MountainSnow aliases
|
|
1768
|
-
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1769
1769
|
// MousePointer2 aliases
|
|
1770
1770
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1771
|
-
// MousePointerBan aliases
|
|
1772
|
-
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1773
1771
|
// MousePointerClick aliases
|
|
1774
1772
|
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1773
|
+
// MousePointerBan aliases
|
|
1774
|
+
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1775
1775
|
// MousePointer aliases
|
|
1776
1776
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1777
|
-
// MoveDiagonal aliases
|
|
1778
|
-
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1779
1777
|
// Mouse aliases
|
|
1780
1778
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1779
|
+
// MoveDiagonal aliases
|
|
1780
|
+
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1781
1781
|
// MoveDiagonal2 aliases
|
|
1782
1782
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1783
|
-
// MoveDownRight aliases
|
|
1784
|
-
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1785
1783
|
// MoveDownLeft aliases
|
|
1786
1784
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1785
|
+
// MoveDownRight aliases
|
|
1786
|
+
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1787
1787
|
// MoveDown aliases
|
|
1788
1788
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1789
1789
|
// MoveHorizontal aliases
|
|
1790
1790
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1791
|
-
// MoveUpLeft aliases
|
|
1792
|
-
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1793
1791
|
// MoveRight aliases
|
|
1794
1792
|
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1795
|
-
// MoveUpRight aliases
|
|
1796
|
-
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1797
1793
|
// MoveLeft aliases
|
|
1798
1794
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1795
|
+
// MoveUpLeft aliases
|
|
1796
|
+
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1797
|
+
// MoveUpRight aliases
|
|
1798
|
+
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1799
1799
|
// MoveVertical aliases
|
|
1800
1800
|
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1801
1801
|
// Move aliases
|
|
1802
1802
|
export { default as MoveIcon } from '../icons/move';
|
|
1803
1803
|
// MoveUp aliases
|
|
1804
1804
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1805
|
-
// Music3 aliases
|
|
1806
|
-
export { default as Music3Icon } from '../icons/music-3';
|
|
1807
1805
|
// Music2 aliases
|
|
1808
1806
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1809
1807
|
// Music4 aliases
|
|
1810
1808
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1811
1809
|
// Music aliases
|
|
1812
1810
|
export { default as MusicIcon } from '../icons/music';
|
|
1813
|
-
//
|
|
1814
|
-
export { default as
|
|
1811
|
+
// Music3 aliases
|
|
1812
|
+
export { default as Music3Icon } from '../icons/music-3';
|
|
1815
1813
|
// Navigation2 aliases
|
|
1816
1814
|
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1815
|
+
// Navigation2Off aliases
|
|
1816
|
+
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1817
1817
|
// NavigationOff aliases
|
|
1818
1818
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1819
|
-
// Network aliases
|
|
1820
|
-
export { default as NetworkIcon } from '../icons/network';
|
|
1821
1819
|
// Navigation aliases
|
|
1822
1820
|
export { default as NavigationIcon } from '../icons/navigation';
|
|
1821
|
+
// Network aliases
|
|
1822
|
+
export { default as NetworkIcon } from '../icons/network';
|
|
1823
1823
|
// Newspaper aliases
|
|
1824
1824
|
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1825
|
-
// Nfc aliases
|
|
1826
|
-
export { default as NfcIcon } from '../icons/nfc';
|
|
1827
1825
|
// NonBinary aliases
|
|
1828
1826
|
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1827
|
+
// Nfc aliases
|
|
1828
|
+
export { default as NfcIcon } from '../icons/nfc';
|
|
1829
1829
|
// NotebookPen aliases
|
|
1830
1830
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1831
1831
|
// NotebookTabs aliases
|
|
1832
1832
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1833
1833
|
// NotebookText aliases
|
|
1834
1834
|
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1835
|
-
// Notebook aliases
|
|
1836
|
-
export { default as NotebookIcon } from '../icons/notebook';
|
|
1837
1835
|
// NotepadTextDashed aliases
|
|
1838
1836
|
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1837
|
+
// Notebook aliases
|
|
1838
|
+
export { default as NotebookIcon } from '../icons/notebook';
|
|
1839
1839
|
// NotepadText aliases
|
|
1840
1840
|
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1841
1841
|
// NutOff aliases
|
|
@@ -1844,22 +1844,22 @@ export { default as NutOffIcon } from '../icons/nut-off';
|
|
|
1844
1844
|
export { default as NutIcon } from '../icons/nut';
|
|
1845
1845
|
// OctagonMinus aliases
|
|
1846
1846
|
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1847
|
-
// Octagon aliases
|
|
1848
|
-
export { default as OctagonIcon } from '../icons/octagon';
|
|
1849
1847
|
// Omega aliases
|
|
1850
1848
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1849
|
+
// Octagon aliases
|
|
1850
|
+
export { default as OctagonIcon } from '../icons/octagon';
|
|
1851
1851
|
// Option aliases
|
|
1852
1852
|
export { default as OptionIcon } from '../icons/option';
|
|
1853
1853
|
// Orbit aliases
|
|
1854
1854
|
export { default as OrbitIcon } from '../icons/orbit';
|
|
1855
|
-
// Package2 aliases
|
|
1856
|
-
export { default as Package2Icon } from '../icons/package-2';
|
|
1857
1855
|
// Origami aliases
|
|
1858
1856
|
export { default as OrigamiIcon } from '../icons/origami';
|
|
1859
|
-
//
|
|
1860
|
-
export { default as
|
|
1857
|
+
// Package2 aliases
|
|
1858
|
+
export { default as Package2Icon } from '../icons/package-2';
|
|
1861
1859
|
// PackageMinus aliases
|
|
1862
1860
|
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1861
|
+
// PackageCheck aliases
|
|
1862
|
+
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1863
1863
|
// PackageOpen aliases
|
|
1864
1864
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1865
1865
|
// PackagePlus aliases
|
|
@@ -1874,24 +1874,24 @@ export { default as PackageIcon } from '../icons/package';
|
|
|
1874
1874
|
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1875
1875
|
// PaintRoller aliases
|
|
1876
1876
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1877
|
+
// Paintbrush aliases
|
|
1878
|
+
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1877
1879
|
// Panda aliases
|
|
1878
1880
|
export { default as PandaIcon } from '../icons/panda';
|
|
1881
|
+
// PanelBottomClose aliases
|
|
1882
|
+
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1879
1883
|
// Palette aliases
|
|
1880
1884
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1881
|
-
// Paintbrush aliases
|
|
1882
|
-
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1883
1885
|
// PanelBottomOpen aliases
|
|
1884
1886
|
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1885
|
-
// PanelBottomClose aliases
|
|
1886
|
-
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1887
|
-
// PanelRight aliases
|
|
1888
|
-
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1889
|
-
// PanelRightClose aliases
|
|
1890
|
-
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1891
1887
|
// PanelBottom aliases
|
|
1892
1888
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1889
|
+
// PanelRight aliases
|
|
1890
|
+
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1893
1891
|
// PanelRightOpen aliases
|
|
1894
1892
|
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1893
|
+
// PanelRightClose aliases
|
|
1894
|
+
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1895
1895
|
// PanelTopClose aliases
|
|
1896
1896
|
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1897
1897
|
// PanelTopOpen aliases
|
|
@@ -1912,12 +1912,12 @@ export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
|
1912
1912
|
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1913
1913
|
// Pause aliases
|
|
1914
1914
|
export { default as PauseIcon } from '../icons/pause';
|
|
1915
|
-
// PawPrint aliases
|
|
1916
|
-
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1917
1915
|
// PcCase aliases
|
|
1918
1916
|
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1919
1917
|
// PenOff aliases
|
|
1920
1918
|
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1919
|
+
// PawPrint aliases
|
|
1920
|
+
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1921
1921
|
// PenTool aliases
|
|
1922
1922
|
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1923
1923
|
// PencilLine aliases
|
|
@@ -1928,30 +1928,30 @@ export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
|
1928
1928
|
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1929
1929
|
// Pencil aliases
|
|
1930
1930
|
export { default as PencilIcon } from '../icons/pencil';
|
|
1931
|
-
// Percent aliases
|
|
1932
|
-
export { default as PercentIcon } from '../icons/percent';
|
|
1933
1931
|
// Pentagon aliases
|
|
1934
1932
|
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1933
|
+
// Percent aliases
|
|
1934
|
+
export { default as PercentIcon } from '../icons/percent';
|
|
1935
1935
|
// PhilippinePeso aliases
|
|
1936
1936
|
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1937
|
-
// PhoneForwarded aliases
|
|
1938
|
-
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1939
|
-
// PhoneIncoming aliases
|
|
1940
|
-
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1941
1937
|
// PersonStanding aliases
|
|
1942
1938
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1939
|
+
// PhoneForwarded aliases
|
|
1940
|
+
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1943
1941
|
// PhoneCall aliases
|
|
1944
1942
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1943
|
+
// PhoneIncoming aliases
|
|
1944
|
+
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1945
1945
|
// PhoneMissed aliases
|
|
1946
1946
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1947
|
-
// PhoneOff aliases
|
|
1948
|
-
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1949
1947
|
// PhoneOutgoing aliases
|
|
1950
1948
|
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1951
|
-
// Pi aliases
|
|
1952
|
-
export { default as PiIcon } from '../icons/pi';
|
|
1953
1949
|
// Phone aliases
|
|
1954
1950
|
export { default as PhoneIcon } from '../icons/phone';
|
|
1951
|
+
// PhoneOff aliases
|
|
1952
|
+
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1953
|
+
// Pi aliases
|
|
1954
|
+
export { default as PiIcon } from '../icons/pi';
|
|
1955
1955
|
// Pickaxe aliases
|
|
1956
1956
|
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1957
1957
|
// Piano aliases
|
|
@@ -1966,50 +1966,50 @@ export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
|
1966
1966
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1967
1967
|
// PilcrowRight aliases
|
|
1968
1968
|
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1969
|
-
// Pilcrow aliases
|
|
1970
|
-
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1971
1969
|
// PillBottle aliases
|
|
1972
1970
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
1971
|
+
// Pilcrow aliases
|
|
1972
|
+
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1973
1973
|
// Pill aliases
|
|
1974
1974
|
export { default as PillIcon } from '../icons/pill';
|
|
1975
1975
|
// PinOff aliases
|
|
1976
1976
|
export { default as PinOffIcon } from '../icons/pin-off';
|
|
1977
|
-
// Pin aliases
|
|
1978
|
-
export { default as PinIcon } from '../icons/pin';
|
|
1979
1977
|
// Pipette aliases
|
|
1980
1978
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
1981
|
-
//
|
|
1982
|
-
export { default as
|
|
1979
|
+
// Pin aliases
|
|
1980
|
+
export { default as PinIcon } from '../icons/pin';
|
|
1983
1981
|
// Pizza aliases
|
|
1984
1982
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
1983
|
+
// PlaneLanding aliases
|
|
1984
|
+
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
1985
1985
|
// PlaneTakeoff aliases
|
|
1986
1986
|
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
1987
|
-
// Plug2 aliases
|
|
1988
|
-
export { default as Plug2Icon } from '../icons/plug-2';
|
|
1989
1987
|
// Plane aliases
|
|
1990
1988
|
export { default as PlaneIcon } from '../icons/plane';
|
|
1991
1989
|
// Play aliases
|
|
1992
1990
|
export { default as PlayIcon } from '../icons/play';
|
|
1991
|
+
// Plug2 aliases
|
|
1992
|
+
export { default as Plug2Icon } from '../icons/plug-2';
|
|
1993
1993
|
// Plug aliases
|
|
1994
1994
|
export { default as PlugIcon } from '../icons/plug';
|
|
1995
|
-
// Plus aliases
|
|
1996
|
-
export { default as PlusIcon } from '../icons/plus';
|
|
1997
1995
|
// PocketKnife aliases
|
|
1998
1996
|
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
1997
|
+
// Plus aliases
|
|
1998
|
+
export { default as PlusIcon } from '../icons/plus';
|
|
1999
1999
|
// Pocket aliases
|
|
2000
2000
|
export { default as PocketIcon } from '../icons/pocket';
|
|
2001
2001
|
// Podcast aliases
|
|
2002
2002
|
export { default as PodcastIcon } from '../icons/podcast';
|
|
2003
2003
|
// PointerOff aliases
|
|
2004
2004
|
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2005
|
+
// Pointer aliases
|
|
2006
|
+
export { default as PointerIcon } from '../icons/pointer';
|
|
2005
2007
|
// Popcorn aliases
|
|
2006
2008
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2007
2009
|
// Popsicle aliases
|
|
2008
2010
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2009
2011
|
// PoundSterling aliases
|
|
2010
2012
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2011
|
-
// Pointer aliases
|
|
2012
|
-
export { default as PointerIcon } from '../icons/pointer';
|
|
2013
2013
|
// PowerOff aliases
|
|
2014
2014
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2015
2015
|
// Power aliases
|
|
@@ -2024,30 +2024,30 @@ export { default as PrinterIcon } from '../icons/printer';
|
|
|
2024
2024
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
2025
2025
|
// Proportions aliases
|
|
2026
2026
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2027
|
-
// Puzzle aliases
|
|
2028
|
-
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2029
2027
|
// Pyramid aliases
|
|
2030
2028
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2029
|
+
// Puzzle aliases
|
|
2030
|
+
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2031
2031
|
// QrCode aliases
|
|
2032
2032
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2033
|
-
// Quote aliases
|
|
2034
|
-
export { default as QuoteIcon } from '../icons/quote';
|
|
2035
|
-
// Radiation aliases
|
|
2036
|
-
export { default as RadiationIcon } from '../icons/radiation';
|
|
2037
2033
|
// Rabbit aliases
|
|
2038
2034
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2035
|
+
// Quote aliases
|
|
2036
|
+
export { default as QuoteIcon } from '../icons/quote';
|
|
2039
2037
|
// Radar aliases
|
|
2040
2038
|
export { default as RadarIcon } from '../icons/radar';
|
|
2039
|
+
// Radiation aliases
|
|
2040
|
+
export { default as RadiationIcon } from '../icons/radiation';
|
|
2041
2041
|
// Radical aliases
|
|
2042
2042
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2043
|
-
// RadioReceiver aliases
|
|
2044
|
-
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2045
|
-
// Radio aliases
|
|
2046
|
-
export { default as RadioIcon } from '../icons/radio';
|
|
2047
2043
|
// RadioTower aliases
|
|
2048
2044
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2045
|
+
// RadioReceiver aliases
|
|
2046
|
+
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2049
2047
|
// Radius aliases
|
|
2050
2048
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2049
|
+
// Radio aliases
|
|
2050
|
+
export { default as RadioIcon } from '../icons/radio';
|
|
2051
2051
|
// RailSymbol aliases
|
|
2052
2052
|
export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
2053
2053
|
// Rainbow aliases
|
|
@@ -2056,34 +2056,34 @@ export { default as RainbowIcon } from '../icons/rainbow';
|
|
|
2056
2056
|
export { default as RatIcon } from '../icons/rat';
|
|
2057
2057
|
// Ratio aliases
|
|
2058
2058
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2059
|
-
// ReceiptCent aliases
|
|
2060
|
-
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2061
|
-
// ReceiptIndianRupee aliases
|
|
2062
|
-
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2063
2059
|
// ReceiptEuro aliases
|
|
2064
2060
|
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2061
|
+
// ReceiptCent aliases
|
|
2062
|
+
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2065
2063
|
// ReceiptJapaneseYen aliases
|
|
2066
2064
|
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2065
|
+
// ReceiptIndianRupee aliases
|
|
2066
|
+
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2067
2067
|
// ReceiptPoundSterling aliases
|
|
2068
2068
|
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2069
2069
|
// ReceiptRussianRuble aliases
|
|
2070
2070
|
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2071
|
-
// ReceiptTurkishLira aliases
|
|
2072
|
-
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2073
2071
|
// ReceiptSwissFranc aliases
|
|
2074
2072
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2075
2073
|
// ReceiptText aliases
|
|
2076
2074
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2075
|
+
// ReceiptTurkishLira aliases
|
|
2076
|
+
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2077
|
+
// RectangleGoggles aliases
|
|
2078
|
+
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2077
2079
|
// Receipt aliases
|
|
2078
2080
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2081
|
+
// RectangleHorizontal aliases
|
|
2082
|
+
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2079
2083
|
// RectangleCircle aliases
|
|
2080
2084
|
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2081
|
-
// RectangleGoggles aliases
|
|
2082
|
-
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2083
2085
|
// RectangleVertical aliases
|
|
2084
2086
|
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2085
|
-
// RectangleHorizontal aliases
|
|
2086
|
-
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2087
2087
|
// Recycle aliases
|
|
2088
2088
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2089
2089
|
// Redo2 aliases
|
|
@@ -2094,14 +2094,14 @@ export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
|
2094
2094
|
export { default as RedoIcon } from '../icons/redo';
|
|
2095
2095
|
// RefreshCcwDot aliases
|
|
2096
2096
|
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2097
|
-
// RefreshCcw aliases
|
|
2098
|
-
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2099
2097
|
// RefreshCwOff aliases
|
|
2100
2098
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2101
|
-
//
|
|
2102
|
-
export { default as
|
|
2099
|
+
// RefreshCcw aliases
|
|
2100
|
+
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2103
2101
|
// Refrigerator aliases
|
|
2104
2102
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2103
|
+
// RefreshCw aliases
|
|
2104
|
+
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2105
2105
|
// Regex aliases
|
|
2106
2106
|
export { default as RegexIcon } from '../icons/regex';
|
|
2107
2107
|
// RemoveFormatting aliases
|
|
@@ -2114,12 +2114,14 @@ export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
|
2114
2114
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2115
2115
|
// ReplaceAll aliases
|
|
2116
2116
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2117
|
-
// ReplyAll aliases
|
|
2118
|
-
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2119
2117
|
// Replace aliases
|
|
2120
2118
|
export { default as ReplaceIcon } from '../icons/replace';
|
|
2119
|
+
// ReplyAll aliases
|
|
2120
|
+
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2121
2121
|
// Reply aliases
|
|
2122
2122
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2123
|
+
// Ribbon aliases
|
|
2124
|
+
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2123
2125
|
// Rewind aliases
|
|
2124
2126
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2125
2127
|
// RockingChair aliases
|
|
@@ -2130,36 +2132,34 @@ export { default as RocketIcon } from '../icons/rocket';
|
|
|
2130
2132
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2131
2133
|
// RotateCcwKey aliases
|
|
2132
2134
|
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2133
|
-
// Ribbon aliases
|
|
2134
|
-
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2135
2135
|
// RotateCcwSquare aliases
|
|
2136
2136
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2137
|
-
// RotateCw aliases
|
|
2138
|
-
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2139
2137
|
// RotateCcw aliases
|
|
2140
2138
|
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2141
|
-
// RouteOff aliases
|
|
2142
|
-
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2143
2139
|
// RotateCwSquare aliases
|
|
2144
2140
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2145
|
-
//
|
|
2146
|
-
export { default as
|
|
2141
|
+
// RotateCw aliases
|
|
2142
|
+
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2143
|
+
// RouteOff aliases
|
|
2144
|
+
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2147
2145
|
// Router aliases
|
|
2148
2146
|
export { default as RouterIcon } from '../icons/router';
|
|
2149
|
-
//
|
|
2150
|
-
export { default as
|
|
2147
|
+
// Route aliases
|
|
2148
|
+
export { default as RouteIcon } from '../icons/route';
|
|
2151
2149
|
// Rows4 aliases
|
|
2152
2150
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2153
2151
|
// Rss aliases
|
|
2154
2152
|
export { default as RssIcon } from '../icons/rss';
|
|
2153
|
+
// RulerDimensionLine aliases
|
|
2154
|
+
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2155
2155
|
// Ruler aliases
|
|
2156
2156
|
export { default as RulerIcon } from '../icons/ruler';
|
|
2157
|
+
// Sailboat aliases
|
|
2158
|
+
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2157
2159
|
// RussianRuble aliases
|
|
2158
2160
|
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2159
2161
|
// Salad aliases
|
|
2160
2162
|
export { default as SaladIcon } from '../icons/salad';
|
|
2161
|
-
// Sailboat aliases
|
|
2162
|
-
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2163
2163
|
// Sandwich aliases
|
|
2164
2164
|
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2165
2165
|
// SatelliteDish aliases
|
|
@@ -2178,58 +2178,58 @@ export { default as SaveIcon } from '../icons/save';
|
|
|
2178
2178
|
export { default as ScaleIcon } from '../icons/scale';
|
|
2179
2179
|
// Scaling aliases
|
|
2180
2180
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2181
|
-
// ScanBarcode aliases
|
|
2182
|
-
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2183
2181
|
// ScanEye aliases
|
|
2184
2182
|
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2185
|
-
//
|
|
2186
|
-
export { default as
|
|
2183
|
+
// ScanBarcode aliases
|
|
2184
|
+
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2187
2185
|
// ScanHeart aliases
|
|
2188
2186
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2187
|
+
// ScanFace aliases
|
|
2188
|
+
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2189
2189
|
// ScanLine aliases
|
|
2190
2190
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2191
2191
|
// ScanQrCode aliases
|
|
2192
2192
|
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2193
2193
|
// ScanSearch aliases
|
|
2194
2194
|
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2195
|
-
// ScanText aliases
|
|
2196
|
-
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2197
2195
|
// Scan aliases
|
|
2198
2196
|
export { default as ScanIcon } from '../icons/scan';
|
|
2197
|
+
// ScanText aliases
|
|
2198
|
+
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2199
2199
|
// School aliases
|
|
2200
2200
|
export { default as SchoolIcon } from '../icons/school';
|
|
2201
2201
|
// ScissorsLineDashed aliases
|
|
2202
2202
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2203
2203
|
// Scissors aliases
|
|
2204
2204
|
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2205
|
+
// ScreenShare aliases
|
|
2206
|
+
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2205
2207
|
// ScreenShareOff aliases
|
|
2206
2208
|
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2207
2209
|
// ScrollText aliases
|
|
2208
2210
|
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2209
|
-
// ScreenShare aliases
|
|
2210
|
-
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2211
|
-
// SearchCheck aliases
|
|
2212
|
-
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2213
2211
|
// Scroll aliases
|
|
2214
2212
|
export { default as ScrollIcon } from '../icons/scroll';
|
|
2213
|
+
// SearchCheck aliases
|
|
2214
|
+
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2215
2215
|
// SearchCode aliases
|
|
2216
2216
|
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2217
2217
|
// SearchSlash aliases
|
|
2218
2218
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2219
|
-
// Search aliases
|
|
2220
|
-
export { default as SearchIcon } from '../icons/search';
|
|
2221
2219
|
// SearchX aliases
|
|
2222
2220
|
export { default as SearchXIcon } from '../icons/search-x';
|
|
2223
|
-
//
|
|
2224
|
-
export { default as
|
|
2225
|
-
// SeparatorHorizontal aliases
|
|
2226
|
-
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2221
|
+
// Search aliases
|
|
2222
|
+
export { default as SearchIcon } from '../icons/search';
|
|
2227
2223
|
// Section aliases
|
|
2228
2224
|
export { default as SectionIcon } from '../icons/section';
|
|
2229
|
-
// SeparatorVertical aliases
|
|
2230
|
-
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2231
2225
|
// Send aliases
|
|
2232
2226
|
export { default as SendIcon } from '../icons/send';
|
|
2227
|
+
// SeparatorHorizontal aliases
|
|
2228
|
+
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2229
|
+
// SendToBack aliases
|
|
2230
|
+
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2231
|
+
// SeparatorVertical aliases
|
|
2232
|
+
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2233
2233
|
// ServerCog aliases
|
|
2234
2234
|
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2235
2235
|
// ServerCrash aliases
|
|
@@ -2238,42 +2238,42 @@ export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
|
2238
2238
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2239
2239
|
// Server aliases
|
|
2240
2240
|
export { default as ServerIcon } from '../icons/server';
|
|
2241
|
-
// Shapes aliases
|
|
2242
|
-
export { default as ShapesIcon } from '../icons/shapes';
|
|
2243
2241
|
// Settings2 aliases
|
|
2244
2242
|
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2245
2243
|
// Settings aliases
|
|
2246
2244
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2247
|
-
// Share aliases
|
|
2248
|
-
export { default as ShareIcon } from '../icons/share';
|
|
2249
|
-
// Sheet aliases
|
|
2250
|
-
export { default as SheetIcon } from '../icons/sheet';
|
|
2251
2245
|
// Share2 aliases
|
|
2252
2246
|
export { default as Share2Icon } from '../icons/share-2';
|
|
2253
|
-
//
|
|
2254
|
-
export { default as
|
|
2247
|
+
// Shapes aliases
|
|
2248
|
+
export { default as ShapesIcon } from '../icons/shapes';
|
|
2249
|
+
// Sheet aliases
|
|
2250
|
+
export { default as SheetIcon } from '../icons/sheet';
|
|
2251
|
+
// Share aliases
|
|
2252
|
+
export { default as ShareIcon } from '../icons/share';
|
|
2255
2253
|
// Shell aliases
|
|
2256
2254
|
export { default as ShellIcon } from '../icons/shell';
|
|
2255
|
+
// ShieldAlert aliases
|
|
2256
|
+
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2257
2257
|
// ShieldBan aliases
|
|
2258
2258
|
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2259
2259
|
// ShieldCheck aliases
|
|
2260
2260
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2261
|
-
// ShieldHalf aliases
|
|
2262
|
-
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2263
2261
|
// ShieldEllipsis aliases
|
|
2264
2262
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2263
|
+
// ShieldHalf aliases
|
|
2264
|
+
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2265
2265
|
// ShieldMinus aliases
|
|
2266
2266
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2267
|
-
// ShieldPlus aliases
|
|
2268
|
-
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2269
2267
|
// ShieldOff aliases
|
|
2270
2268
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2271
|
-
//
|
|
2272
|
-
export { default as
|
|
2269
|
+
// ShieldPlus aliases
|
|
2270
|
+
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2273
2271
|
// ShieldUser aliases
|
|
2274
2272
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2275
2273
|
// ShipWheel aliases
|
|
2276
2274
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2275
|
+
// Shield aliases
|
|
2276
|
+
export { default as ShieldIcon } from '../icons/shield';
|
|
2277
2277
|
// Ship aliases
|
|
2278
2278
|
export { default as ShipIcon } from '../icons/ship';
|
|
2279
2279
|
// Shirt aliases
|
|
@@ -2298,98 +2298,98 @@ export { default as ShrinkIcon } from '../icons/shrink';
|
|
|
2298
2298
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2299
2299
|
// Sigma aliases
|
|
2300
2300
|
export { default as SigmaIcon } from '../icons/sigma';
|
|
2301
|
-
// SignalLow aliases
|
|
2302
|
-
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2303
2301
|
// Shuffle aliases
|
|
2304
2302
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2305
|
-
// SignalMedium aliases
|
|
2306
|
-
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2307
2303
|
// SignalHigh aliases
|
|
2308
2304
|
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2305
|
+
// SignalLow aliases
|
|
2306
|
+
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2309
2307
|
// SignalZero aliases
|
|
2310
2308
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2309
|
+
// SignalMedium aliases
|
|
2310
|
+
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2311
2311
|
// Signal aliases
|
|
2312
2312
|
export { default as SignalIcon } from '../icons/signal';
|
|
2313
2313
|
// Signature aliases
|
|
2314
2314
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2315
|
-
// SignpostBig aliases
|
|
2316
|
-
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2317
2315
|
// Signpost aliases
|
|
2318
2316
|
export { default as SignpostIcon } from '../icons/signpost';
|
|
2317
|
+
// SignpostBig aliases
|
|
2318
|
+
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2319
2319
|
// Siren aliases
|
|
2320
2320
|
export { default as SirenIcon } from '../icons/siren';
|
|
2321
2321
|
// SkipBack aliases
|
|
2322
2322
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2323
|
-
// Skull aliases
|
|
2324
|
-
export { default as SkullIcon } from '../icons/skull';
|
|
2325
|
-
// Slack aliases
|
|
2326
|
-
export { default as SlackIcon } from '../icons/slack';
|
|
2327
|
-
// Slash aliases
|
|
2328
|
-
export { default as SlashIcon } from '../icons/slash';
|
|
2329
2323
|
// SkipForward aliases
|
|
2330
2324
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2325
|
+
// Skull aliases
|
|
2326
|
+
export { default as SkullIcon } from '../icons/skull';
|
|
2331
2327
|
// Slice aliases
|
|
2332
2328
|
export { default as SliceIcon } from '../icons/slice';
|
|
2329
|
+
// Slash aliases
|
|
2330
|
+
export { default as SlashIcon } from '../icons/slash';
|
|
2331
|
+
// Slack aliases
|
|
2332
|
+
export { default as SlackIcon } from '../icons/slack';
|
|
2333
|
+
// SmartphoneCharging aliases
|
|
2334
|
+
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2333
2335
|
// SlidersHorizontal aliases
|
|
2334
2336
|
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2335
2337
|
// SmartphoneNfc aliases
|
|
2336
2338
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2339
|
+
// SmilePlus aliases
|
|
2340
|
+
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2337
2341
|
// Smartphone aliases
|
|
2338
2342
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2339
|
-
// SmartphoneCharging aliases
|
|
2340
|
-
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2341
2343
|
// Smile aliases
|
|
2342
2344
|
export { default as SmileIcon } from '../icons/smile';
|
|
2343
2345
|
// Snail aliases
|
|
2344
2346
|
export { default as SnailIcon } from '../icons/snail';
|
|
2345
|
-
// SmilePlus aliases
|
|
2346
|
-
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2347
|
-
// SoapDispenserDroplet aliases
|
|
2348
|
-
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2349
2347
|
// Snowflake aliases
|
|
2350
2348
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2351
|
-
// Soup aliases
|
|
2352
|
-
export { default as SoupIcon } from '../icons/soup';
|
|
2353
2349
|
// Sofa aliases
|
|
2354
2350
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2355
|
-
//
|
|
2356
|
-
export { default as
|
|
2351
|
+
// Soup aliases
|
|
2352
|
+
export { default as SoupIcon } from '../icons/soup';
|
|
2353
|
+
// SoapDispenserDroplet aliases
|
|
2354
|
+
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2357
2355
|
// Spade aliases
|
|
2358
2356
|
export { default as SpadeIcon } from '../icons/spade';
|
|
2359
|
-
//
|
|
2360
|
-
export { default as
|
|
2357
|
+
// Space aliases
|
|
2358
|
+
export { default as SpaceIcon } from '../icons/space';
|
|
2361
2359
|
// Speaker aliases
|
|
2362
2360
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2361
|
+
// Sparkle aliases
|
|
2362
|
+
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2363
2363
|
// Speech aliases
|
|
2364
2364
|
export { default as SpeechIcon } from '../icons/speech';
|
|
2365
2365
|
// SpellCheck aliases
|
|
2366
2366
|
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2367
2367
|
// SpellCheck2 aliases
|
|
2368
2368
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2369
|
+
// SplinePointer aliases
|
|
2370
|
+
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2369
2371
|
// Spline aliases
|
|
2370
2372
|
export { default as SplineIcon } from '../icons/spline';
|
|
2371
2373
|
// Split aliases
|
|
2372
2374
|
export { default as SplitIcon } from '../icons/split';
|
|
2373
|
-
// SplinePointer aliases
|
|
2374
|
-
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2375
2375
|
// Spool aliases
|
|
2376
2376
|
export { default as SpoolIcon } from '../icons/spool';
|
|
2377
|
+
// SprayCan aliases
|
|
2378
|
+
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2377
2379
|
// Spotlight aliases
|
|
2378
2380
|
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2379
2381
|
// Sprout aliases
|
|
2380
2382
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2381
|
-
// SprayCan aliases
|
|
2382
|
-
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2383
2383
|
// SquareDashedBottomCode aliases
|
|
2384
2384
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2385
2385
|
// SquareDashedBottom aliases
|
|
2386
2386
|
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2387
2387
|
// SquareDashedTopSolid aliases
|
|
2388
2388
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2389
|
-
// SquarePause aliases
|
|
2390
|
-
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2391
2389
|
// SquareRadical aliases
|
|
2392
2390
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2391
|
+
// SquarePause aliases
|
|
2392
|
+
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2393
2393
|
// SquareRoundCorner aliases
|
|
2394
2394
|
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2395
2395
|
// SquareSquare aliases
|
|
@@ -2402,24 +2402,24 @@ export { default as SquareStopIcon } from '../icons/square-stop';
|
|
|
2402
2402
|
export { default as SquareIcon } from '../icons/square';
|
|
2403
2403
|
// SquaresExclude aliases
|
|
2404
2404
|
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2405
|
-
// SquaresSubtract aliases
|
|
2406
|
-
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2407
2405
|
// SquaresIntersect aliases
|
|
2408
2406
|
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2407
|
+
// SquaresSubtract aliases
|
|
2408
|
+
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2409
2409
|
// SquaresUnite aliases
|
|
2410
2410
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2411
|
-
// Squircle aliases
|
|
2412
|
-
export { default as SquircleIcon } from '../icons/squircle';
|
|
2413
2411
|
// SquircleDashed aliases
|
|
2414
2412
|
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2415
|
-
//
|
|
2416
|
-
export { default as
|
|
2413
|
+
// Squircle aliases
|
|
2414
|
+
export { default as SquircleIcon } from '../icons/squircle';
|
|
2417
2415
|
// Stamp aliases
|
|
2418
2416
|
export { default as StampIcon } from '../icons/stamp';
|
|
2419
|
-
//
|
|
2420
|
-
export { default as
|
|
2417
|
+
// Squirrel aliases
|
|
2418
|
+
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2421
2419
|
// StarOff aliases
|
|
2422
2420
|
export { default as StarOffIcon } from '../icons/star-off';
|
|
2421
|
+
// StarHalf aliases
|
|
2422
|
+
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2423
2423
|
// Star aliases
|
|
2424
2424
|
export { default as StarIcon } from '../icons/star';
|
|
2425
2425
|
// StepBack aliases
|
|
@@ -2428,16 +2428,16 @@ export { default as StepBackIcon } from '../icons/step-back';
|
|
|
2428
2428
|
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2429
2429
|
// StepForward aliases
|
|
2430
2430
|
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2431
|
-
// Sticker aliases
|
|
2432
|
-
export { default as StickerIcon } from '../icons/sticker';
|
|
2433
2431
|
// StickyNote aliases
|
|
2434
2432
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2433
|
+
// Sticker aliases
|
|
2434
|
+
export { default as StickerIcon } from '../icons/sticker';
|
|
2435
2435
|
// Store aliases
|
|
2436
2436
|
export { default as StoreIcon } from '../icons/store';
|
|
2437
|
-
// StretchHorizontal aliases
|
|
2438
|
-
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2439
2437
|
// StretchVertical aliases
|
|
2440
2438
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2439
|
+
// StretchHorizontal aliases
|
|
2440
|
+
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2441
2441
|
// Strikethrough aliases
|
|
2442
2442
|
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2443
2443
|
// SunDim aliases
|
|
@@ -2452,22 +2452,22 @@ export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
|
2452
2452
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2453
2453
|
// Sun aliases
|
|
2454
2454
|
export { default as SunIcon } from '../icons/sun';
|
|
2455
|
+
// Sunrise aliases
|
|
2456
|
+
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2457
|
+
// Sunset aliases
|
|
2458
|
+
export { default as SunsetIcon } from '../icons/sunset';
|
|
2455
2459
|
// Superscript aliases
|
|
2456
2460
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2457
2461
|
// SwatchBook aliases
|
|
2458
2462
|
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2459
|
-
// Sunset aliases
|
|
2460
|
-
export { default as SunsetIcon } from '../icons/sunset';
|
|
2461
|
-
// Sunrise aliases
|
|
2462
|
-
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2463
2463
|
// SwissFranc aliases
|
|
2464
2464
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2465
2465
|
// SwitchCamera aliases
|
|
2466
2466
|
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2467
|
-
// Swords aliases
|
|
2468
|
-
export { default as SwordsIcon } from '../icons/swords';
|
|
2469
2467
|
// Sword aliases
|
|
2470
2468
|
export { default as SwordIcon } from '../icons/sword';
|
|
2469
|
+
// Swords aliases
|
|
2470
|
+
export { default as SwordsIcon } from '../icons/swords';
|
|
2471
2471
|
// Table2 aliases
|
|
2472
2472
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2473
2473
|
// Syringe aliases
|
|
@@ -2480,22 +2480,22 @@ export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
|
2480
2480
|
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2481
2481
|
// TableColumnsSplit aliases
|
|
2482
2482
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2483
|
+
// TableProperties aliases
|
|
2484
|
+
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2483
2485
|
// TableRowsSplit aliases
|
|
2484
2486
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2485
2487
|
// Table aliases
|
|
2486
2488
|
export { default as TableIcon } from '../icons/table';
|
|
2487
|
-
// TableProperties aliases
|
|
2488
|
-
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2489
|
-
// Tablet aliases
|
|
2490
|
-
export { default as TabletIcon } from '../icons/tablet';
|
|
2491
|
-
// Tablets aliases
|
|
2492
|
-
export { default as TabletsIcon } from '../icons/tablets';
|
|
2493
|
-
// Tags aliases
|
|
2494
|
-
export { default as TagsIcon } from '../icons/tags';
|
|
2495
2489
|
// TabletSmartphone aliases
|
|
2496
2490
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2491
|
+
// Tablets aliases
|
|
2492
|
+
export { default as TabletsIcon } from '../icons/tablets';
|
|
2497
2493
|
// Tag aliases
|
|
2498
2494
|
export { default as TagIcon } from '../icons/tag';
|
|
2495
|
+
// Tablet aliases
|
|
2496
|
+
export { default as TabletIcon } from '../icons/tablet';
|
|
2497
|
+
// Tags aliases
|
|
2498
|
+
export { default as TagsIcon } from '../icons/tags';
|
|
2499
2499
|
// Tally1 aliases
|
|
2500
2500
|
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2501
2501
|
// Tally2 aliases
|
|
@@ -2504,12 +2504,12 @@ export { default as Tally2Icon } from '../icons/tally-2';
|
|
|
2504
2504
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2505
2505
|
// Tally4 aliases
|
|
2506
2506
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2507
|
+
// Tangent aliases
|
|
2508
|
+
export { default as TangentIcon } from '../icons/tangent';
|
|
2507
2509
|
// Tally5 aliases
|
|
2508
2510
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2509
2511
|
// Target aliases
|
|
2510
2512
|
export { default as TargetIcon } from '../icons/target';
|
|
2511
|
-
// Tangent aliases
|
|
2512
|
-
export { default as TangentIcon } from '../icons/tangent';
|
|
2513
2513
|
// Telescope aliases
|
|
2514
2514
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2515
2515
|
// TentTree aliases
|
|
@@ -2524,50 +2524,50 @@ export { default as TestTubeIcon } from '../icons/test-tube';
|
|
|
2524
2524
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2525
2525
|
// TextCursorInput aliases
|
|
2526
2526
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2527
|
-
// TextQuote aliases
|
|
2528
|
-
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2529
2527
|
// TextCursor aliases
|
|
2530
2528
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2529
|
+
// TextQuote aliases
|
|
2530
|
+
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2531
2531
|
// TextSearch aliases
|
|
2532
2532
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2533
2533
|
// Text aliases
|
|
2534
2534
|
export { default as TextIcon } from '../icons/text';
|
|
2535
2535
|
// Theater aliases
|
|
2536
2536
|
export { default as TheaterIcon } from '../icons/theater';
|
|
2537
|
+
// Thermometer aliases
|
|
2538
|
+
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2537
2539
|
// ThermometerSnowflake aliases
|
|
2538
2540
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2539
2541
|
// ThermometerSun aliases
|
|
2540
2542
|
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2541
|
-
// Thermometer aliases
|
|
2542
|
-
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2543
2543
|
// ThumbsDown aliases
|
|
2544
2544
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2545
|
-
// ThumbsUp aliases
|
|
2546
|
-
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2547
2545
|
// TicketCheck aliases
|
|
2548
2546
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2547
|
+
// ThumbsUp aliases
|
|
2548
|
+
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2549
2549
|
// TicketMinus aliases
|
|
2550
2550
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2551
|
+
// TicketPlus aliases
|
|
2552
|
+
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2553
|
+
// TicketX aliases
|
|
2554
|
+
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2551
2555
|
// TicketPercent aliases
|
|
2552
2556
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2553
2557
|
// TicketSlash aliases
|
|
2554
2558
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2555
|
-
// TicketX aliases
|
|
2556
|
-
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2557
|
-
// TicketPlus aliases
|
|
2558
|
-
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2559
2559
|
// Ticket aliases
|
|
2560
2560
|
export { default as TicketIcon } from '../icons/ticket';
|
|
2561
2561
|
// TicketsPlane aliases
|
|
2562
2562
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2563
2563
|
// Tickets aliases
|
|
2564
2564
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2565
|
-
// Timer aliases
|
|
2566
|
-
export { default as TimerIcon } from '../icons/timer';
|
|
2567
|
-
// TimerOff aliases
|
|
2568
|
-
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2569
2565
|
// TimerReset aliases
|
|
2570
2566
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2567
|
+
// TimerOff aliases
|
|
2568
|
+
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2569
|
+
// Timer aliases
|
|
2570
|
+
export { default as TimerIcon } from '../icons/timer';
|
|
2571
2571
|
// ToggleLeft aliases
|
|
2572
2572
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2573
2573
|
// ToggleRight aliases
|
|
@@ -2576,32 +2576,32 @@ export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
|
2576
2576
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2577
2577
|
// ToolCase aliases
|
|
2578
2578
|
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2579
|
-
// Torus aliases
|
|
2580
|
-
export { default as TorusIcon } from '../icons/torus';
|
|
2581
2579
|
// Tornado aliases
|
|
2582
2580
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2581
|
+
// Torus aliases
|
|
2582
|
+
export { default as TorusIcon } from '../icons/torus';
|
|
2583
2583
|
// Touchpad aliases
|
|
2584
2584
|
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2585
2585
|
// TouchpadOff aliases
|
|
2586
2586
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2587
2587
|
// TowerControl aliases
|
|
2588
2588
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2589
|
-
// Tractor aliases
|
|
2590
|
-
export { default as TractorIcon } from '../icons/tractor';
|
|
2591
2589
|
// ToyBrick aliases
|
|
2592
2590
|
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2591
|
+
// Tractor aliases
|
|
2592
|
+
export { default as TractorIcon } from '../icons/tractor';
|
|
2593
2593
|
// TrafficCone aliases
|
|
2594
2594
|
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2595
2595
|
// TrainFrontTunnel aliases
|
|
2596
2596
|
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2597
2597
|
// TrainFront aliases
|
|
2598
2598
|
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2599
|
-
// TrainTrack aliases
|
|
2600
|
-
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2601
2599
|
// Transgender aliases
|
|
2602
2600
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2603
2601
|
// Trash2 aliases
|
|
2604
2602
|
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2603
|
+
// TrainTrack aliases
|
|
2604
|
+
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2605
2605
|
// Trash aliases
|
|
2606
2606
|
export { default as TrashIcon } from '../icons/trash';
|
|
2607
2607
|
// TreeDeciduous aliases
|
|
@@ -2612,54 +2612,54 @@ export { default as TreePineIcon } from '../icons/tree-pine';
|
|
|
2612
2612
|
export { default as TreesIcon } from '../icons/trees';
|
|
2613
2613
|
// Trello aliases
|
|
2614
2614
|
export { default as TrelloIcon } from '../icons/trello';
|
|
2615
|
-
// TrendingUpDown aliases
|
|
2616
|
-
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2617
2615
|
// TrendingDown aliases
|
|
2618
2616
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2619
2617
|
// TrendingUp aliases
|
|
2620
2618
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2621
|
-
//
|
|
2622
|
-
export { default as
|
|
2619
|
+
// TrendingUpDown aliases
|
|
2620
|
+
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2623
2621
|
// TriangleRight aliases
|
|
2624
2622
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2625
|
-
//
|
|
2626
|
-
export { default as
|
|
2623
|
+
// TriangleDashed aliases
|
|
2624
|
+
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2627
2625
|
// Triangle aliases
|
|
2628
2626
|
export { default as TriangleIcon } from '../icons/triangle';
|
|
2629
|
-
//
|
|
2630
|
-
export { default as
|
|
2627
|
+
// Trophy aliases
|
|
2628
|
+
export { default as TrophyIcon } from '../icons/trophy';
|
|
2631
2629
|
// TruckElectric aliases
|
|
2632
2630
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2633
|
-
// TurkishLira aliases
|
|
2634
|
-
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2635
2631
|
// Turtle aliases
|
|
2636
2632
|
export { default as TurtleIcon } from '../icons/turtle';
|
|
2633
|
+
// Truck aliases
|
|
2634
|
+
export { default as TruckIcon } from '../icons/truck';
|
|
2635
|
+
// TurkishLira aliases
|
|
2636
|
+
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2637
2637
|
// TvMinimalPlay aliases
|
|
2638
2638
|
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2639
2639
|
// Tv aliases
|
|
2640
2640
|
export { default as TvIcon } from '../icons/tv';
|
|
2641
2641
|
// Twitch aliases
|
|
2642
2642
|
export { default as TwitchIcon } from '../icons/twitch';
|
|
2643
|
-
// TypeOutline aliases
|
|
2644
|
-
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2645
2643
|
// Twitter aliases
|
|
2646
2644
|
export { default as TwitterIcon } from '../icons/twitter';
|
|
2647
|
-
//
|
|
2648
|
-
export { default as
|
|
2645
|
+
// TypeOutline aliases
|
|
2646
|
+
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2649
2647
|
// UmbrellaOff aliases
|
|
2650
2648
|
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2649
|
+
// Type aliases
|
|
2650
|
+
export { default as TypeIcon } from '../icons/type';
|
|
2651
2651
|
// Umbrella aliases
|
|
2652
2652
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2653
2653
|
// Underline aliases
|
|
2654
2654
|
export { default as UnderlineIcon } from '../icons/underline';
|
|
2655
2655
|
// Undo2 aliases
|
|
2656
2656
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2657
|
+
// UndoDot aliases
|
|
2658
|
+
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2657
2659
|
// Undo aliases
|
|
2658
2660
|
export { default as UndoIcon } from '../icons/undo';
|
|
2659
2661
|
// UnfoldHorizontal aliases
|
|
2660
2662
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2661
|
-
// UndoDot aliases
|
|
2662
|
-
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2663
2663
|
// UnfoldVertical aliases
|
|
2664
2664
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2665
2665
|
// Ungroup aliases
|
|
@@ -2676,32 +2676,32 @@ export { default as UsbIcon } from '../icons/usb';
|
|
|
2676
2676
|
export { default as UploadIcon } from '../icons/upload';
|
|
2677
2677
|
// UserCheck aliases
|
|
2678
2678
|
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2679
|
-
// UserLock aliases
|
|
2680
|
-
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2681
2679
|
// UserCog aliases
|
|
2682
2680
|
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2681
|
+
// UserLock aliases
|
|
2682
|
+
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2683
2683
|
// UserMinus aliases
|
|
2684
2684
|
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2685
|
+
// UserPlus aliases
|
|
2686
|
+
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2685
2687
|
// UserPen aliases
|
|
2686
2688
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2687
2689
|
// UserRoundPen aliases
|
|
2688
2690
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2689
|
-
// UserPlus aliases
|
|
2690
|
-
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2691
|
-
// UserRoundSearch aliases
|
|
2692
|
-
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2693
2691
|
// UserSearch aliases
|
|
2694
2692
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2693
|
+
// UserRoundSearch aliases
|
|
2694
|
+
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2695
2695
|
// UserStar aliases
|
|
2696
2696
|
export { default as UserStarIcon } from '../icons/user-star';
|
|
2697
2697
|
// UserX aliases
|
|
2698
2698
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2699
|
+
// UtilityPole aliases
|
|
2700
|
+
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2699
2701
|
// User aliases
|
|
2700
2702
|
export { default as UserIcon } from '../icons/user';
|
|
2701
2703
|
// Users aliases
|
|
2702
2704
|
export { default as UsersIcon } from '../icons/users';
|
|
2703
|
-
// UtilityPole aliases
|
|
2704
|
-
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2705
2705
|
// Variable aliases
|
|
2706
2706
|
export { default as VariableIcon } from '../icons/variable';
|
|
2707
2707
|
// Vault aliases
|
|
@@ -2714,14 +2714,14 @@ export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
|
2714
2714
|
export { default as VeganIcon } from '../icons/vegan';
|
|
2715
2715
|
// Venus aliases
|
|
2716
2716
|
export { default as VenusIcon } from '../icons/venus';
|
|
2717
|
-
// Vibrate aliases
|
|
2718
|
-
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2719
2717
|
// VenusAndMars aliases
|
|
2720
2718
|
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2721
|
-
// VideoOff aliases
|
|
2722
|
-
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2723
2719
|
// VibrateOff aliases
|
|
2724
2720
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2721
|
+
// Vibrate aliases
|
|
2722
|
+
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2723
|
+
// VideoOff aliases
|
|
2724
|
+
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2725
2725
|
// Video aliases
|
|
2726
2726
|
export { default as VideoIcon } from '../icons/video';
|
|
2727
2727
|
// Videotape aliases
|
|
@@ -2730,74 +2730,74 @@ export { default as VideotapeIcon } from '../icons/videotape';
|
|
|
2730
2730
|
export { default as ViewIcon } from '../icons/view';
|
|
2731
2731
|
// Voicemail aliases
|
|
2732
2732
|
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2733
|
-
// Volume1 aliases
|
|
2734
|
-
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2735
2733
|
// Volleyball aliases
|
|
2736
2734
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2735
|
+
// Volume1 aliases
|
|
2736
|
+
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2737
|
+
// VolumeX aliases
|
|
2738
|
+
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2737
2739
|
// Volume2 aliases
|
|
2738
2740
|
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2739
2741
|
// VolumeOff aliases
|
|
2740
2742
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2741
|
-
// VolumeX aliases
|
|
2742
|
-
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2743
|
-
// Vote aliases
|
|
2744
|
-
export { default as VoteIcon } from '../icons/vote';
|
|
2745
2743
|
// Volume aliases
|
|
2746
2744
|
export { default as VolumeIcon } from '../icons/volume';
|
|
2747
|
-
//
|
|
2748
|
-
export { default as
|
|
2745
|
+
// Vote aliases
|
|
2746
|
+
export { default as VoteIcon } from '../icons/vote';
|
|
2749
2747
|
// WalletCards aliases
|
|
2750
2748
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2749
|
+
// Wallet aliases
|
|
2750
|
+
export { default as WalletIcon } from '../icons/wallet';
|
|
2751
2751
|
// Wallpaper aliases
|
|
2752
2752
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2753
2753
|
// Wand aliases
|
|
2754
2754
|
export { default as WandIcon } from '../icons/wand';
|
|
2755
2755
|
// Warehouse aliases
|
|
2756
2756
|
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2757
|
-
// WavesLadder aliases
|
|
2758
|
-
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2759
2757
|
// WashingMachine aliases
|
|
2760
2758
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2761
2759
|
// Watch aliases
|
|
2762
2760
|
export { default as WatchIcon } from '../icons/watch';
|
|
2763
|
-
//
|
|
2764
|
-
export { default as
|
|
2761
|
+
// WavesLadder aliases
|
|
2762
|
+
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2765
2763
|
// Waves aliases
|
|
2766
2764
|
export { default as WavesIcon } from '../icons/waves';
|
|
2765
|
+
// Waypoints aliases
|
|
2766
|
+
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2767
2767
|
// Webcam aliases
|
|
2768
2768
|
export { default as WebcamIcon } from '../icons/webcam';
|
|
2769
2769
|
// WebhookOff aliases
|
|
2770
2770
|
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2771
|
+
// Webhook aliases
|
|
2772
|
+
export { default as WebhookIcon } from '../icons/webhook';
|
|
2771
2773
|
// Weight aliases
|
|
2772
2774
|
export { default as WeightIcon } from '../icons/weight';
|
|
2773
2775
|
// WheatOff aliases
|
|
2774
2776
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2775
|
-
// Webhook aliases
|
|
2776
|
-
export { default as WebhookIcon } from '../icons/webhook';
|
|
2777
2777
|
// Wheat aliases
|
|
2778
2778
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2779
2779
|
// WholeWord aliases
|
|
2780
2780
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2781
|
-
// WifiHigh aliases
|
|
2782
|
-
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2783
2781
|
// WifiCog aliases
|
|
2784
2782
|
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2783
|
+
// WifiHigh aliases
|
|
2784
|
+
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2785
2785
|
// WifiOff aliases
|
|
2786
2786
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2787
2787
|
// WifiLow aliases
|
|
2788
2788
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2789
|
-
// WifiPen aliases
|
|
2790
|
-
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2791
2789
|
// WifiSync aliases
|
|
2792
2790
|
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2793
|
-
//
|
|
2794
|
-
export { default as
|
|
2791
|
+
// WifiPen aliases
|
|
2792
|
+
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2795
2793
|
// Wifi aliases
|
|
2796
2794
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2797
|
-
//
|
|
2798
|
-
export { default as
|
|
2795
|
+
// WifiZero aliases
|
|
2796
|
+
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2799
2797
|
// WindArrowDown aliases
|
|
2800
2798
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2799
|
+
// Wind aliases
|
|
2800
|
+
export { default as WindIcon } from '../icons/wind';
|
|
2801
2801
|
// WineOff aliases
|
|
2802
2802
|
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2803
2803
|
// Workflow aliases
|
|
@@ -2808,61 +2808,94 @@ export { default as WormIcon } from '../icons/worm';
|
|
|
2808
2808
|
export { default as WineIcon } from '../icons/wine';
|
|
2809
2809
|
// WrapText aliases
|
|
2810
2810
|
export { default as WrapTextIcon } from '../icons/wrap-text';
|
|
2811
|
-
// X aliases
|
|
2812
|
-
export { default as XIcon } from '../icons/x';
|
|
2813
2811
|
// Wrench aliases
|
|
2814
2812
|
export { default as WrenchIcon } from '../icons/wrench';
|
|
2813
|
+
// X aliases
|
|
2814
|
+
export { default as XIcon } from '../icons/x';
|
|
2815
2815
|
// Youtube aliases
|
|
2816
2816
|
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2817
|
-
// Zap aliases
|
|
2818
|
-
export { default as ZapIcon } from '../icons/zap';
|
|
2819
2817
|
// ZapOff aliases
|
|
2820
2818
|
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2819
|
+
// Zap aliases
|
|
2820
|
+
export { default as ZapIcon } from '../icons/zap';
|
|
2821
2821
|
// ZoomIn aliases
|
|
2822
2822
|
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2823
2823
|
// ZoomOut aliases
|
|
2824
2824
|
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2825
|
-
// ArrowDown10 aliases
|
|
2826
|
-
export { default as ArrowDown10Icon } from '../icons/arrow-down-1-0';
|
|
2827
2825
|
// ArrowDown01 aliases
|
|
2828
2826
|
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
2827
|
+
// ArrowDown10 aliases
|
|
2828
|
+
export { default as ArrowDown10Icon } from '../icons/arrow-down-1-0';
|
|
2829
2829
|
// ArrowUp01 aliases
|
|
2830
2830
|
export { default as ArrowUp01Icon } from '../icons/arrow-up-0-1';
|
|
2831
2831
|
// ArrowUp10 aliases
|
|
2832
2832
|
export { default as ArrowUp10Icon } from '../icons/arrow-up-1-0';
|
|
2833
2833
|
// AlarmClockCheck aliases
|
|
2834
2834
|
export { default as AlarmClockCheckIcon } from '../icons/alarm-clock-check';
|
|
2835
|
-
export {
|
|
2835
|
+
export {
|
|
2836
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockCheck} instead. This alias will be removed in v1.0 */
|
|
2837
|
+
default as AlarmCheckIcon
|
|
2838
|
+
} from '../icons/alarm-clock-check';
|
|
2836
2839
|
// AlarmClockMinus aliases
|
|
2837
2840
|
export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
|
|
2838
|
-
export {
|
|
2841
|
+
export {
|
|
2842
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. This alias will be removed in v1.0 */
|
|
2843
|
+
default as AlarmMinusIcon
|
|
2844
|
+
} from '../icons/alarm-clock-minus';
|
|
2839
2845
|
// AlarmClockPlus aliases
|
|
2840
2846
|
export { default as AlarmClockPlusIcon } from '../icons/alarm-clock-plus';
|
|
2841
|
-
export {
|
|
2842
|
-
|
|
2843
|
-
|
|
2844
|
-
|
|
2847
|
+
export {
|
|
2848
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. This alias will be removed in v1.0 */
|
|
2849
|
+
default as AlarmPlusIcon
|
|
2850
|
+
} from '../icons/alarm-clock-plus';
|
|
2845
2851
|
// ArrowDownWideNarrow aliases
|
|
2846
2852
|
export { default as ArrowDownWideNarrowIcon } from '../icons/arrow-down-wide-narrow';
|
|
2847
|
-
export {
|
|
2853
|
+
export {
|
|
2854
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. This alias will be removed in v1.0 */
|
|
2855
|
+
default as SortDescIcon
|
|
2856
|
+
} from '../icons/arrow-down-wide-narrow';
|
|
2848
2857
|
// ArrowDownZA aliases
|
|
2849
2858
|
export { default as ArrowDownZAIcon } from '../icons/arrow-down-z-a';
|
|
2850
|
-
export {
|
|
2859
|
+
export {
|
|
2860
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. This alias will be removed in v1.0 */
|
|
2861
|
+
default as ArrowDownZaIcon
|
|
2862
|
+
} from '../icons/arrow-down-z-a';
|
|
2863
|
+
// ArrowDownAZ aliases
|
|
2864
|
+
export { default as ArrowDownAZIcon } from '../icons/arrow-down-a-z';
|
|
2865
|
+
export {
|
|
2866
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. This alias will be removed in v1.0 */
|
|
2867
|
+
default as ArrowDownAzIcon
|
|
2868
|
+
} from '../icons/arrow-down-a-z';
|
|
2851
2869
|
// ArrowUpAZ aliases
|
|
2852
2870
|
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
2853
|
-
export {
|
|
2871
|
+
export {
|
|
2872
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpAZ} instead. This alias will be removed in v1.0 */
|
|
2873
|
+
default as ArrowUpAzIcon
|
|
2874
|
+
} from '../icons/arrow-up-a-z';
|
|
2854
2875
|
// ArrowUpNarrowWide aliases
|
|
2855
2876
|
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
2856
|
-
export {
|
|
2877
|
+
export {
|
|
2878
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. This alias will be removed in v1.0 */
|
|
2879
|
+
default as SortAscIcon
|
|
2880
|
+
} from '../icons/arrow-up-narrow-wide';
|
|
2857
2881
|
// ArrowUpZA aliases
|
|
2858
2882
|
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2859
|
-
export {
|
|
2860
|
-
|
|
2861
|
-
|
|
2862
|
-
|
|
2883
|
+
export {
|
|
2884
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. This alias will be removed in v1.0 */
|
|
2885
|
+
default as ArrowUpZaIcon
|
|
2886
|
+
} from '../icons/arrow-up-z-a';
|
|
2863
2887
|
// BadgeCheck aliases
|
|
2864
2888
|
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2865
|
-
export {
|
|
2889
|
+
export {
|
|
2890
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. This alias will be removed in v1.0 */
|
|
2891
|
+
default as VerifiedIcon
|
|
2892
|
+
} from '../icons/badge-check';
|
|
2893
|
+
// Axis3d aliases
|
|
2894
|
+
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2895
|
+
export {
|
|
2896
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. This alias will be removed in v1.0 */
|
|
2897
|
+
default as Axis3DIcon
|
|
2898
|
+
} from '../icons/axis-3d';
|
|
2866
2899
|
// BetweenHorizontalEnd aliases
|
|
2867
2900
|
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
2868
2901
|
export {
|
|
@@ -2871,34 +2904,46 @@ export {
|
|
|
2871
2904
|
} from '../icons/between-horizontal-end';
|
|
2872
2905
|
// BadgeQuestionMark aliases
|
|
2873
2906
|
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
2874
|
-
export {
|
|
2875
|
-
|
|
2876
|
-
|
|
2877
|
-
|
|
2907
|
+
export {
|
|
2908
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. This alias will be removed in v1.0 */
|
|
2909
|
+
default as BadgeHelpIcon
|
|
2910
|
+
} from '../icons/badge-question-mark';
|
|
2878
2911
|
// BetweenHorizontalStart aliases
|
|
2879
2912
|
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
2880
2913
|
export {
|
|
2881
2914
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
2882
2915
|
default as BetweenHorizonalStartIcon
|
|
2883
2916
|
} from '../icons/between-horizontal-start';
|
|
2917
|
+
// Braces aliases
|
|
2918
|
+
export { default as BracesIcon } from '../icons/braces';
|
|
2919
|
+
export {
|
|
2920
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. This alias will be removed in v1.0 */
|
|
2921
|
+
default as CurlyBracesIcon
|
|
2922
|
+
} from '../icons/braces';
|
|
2884
2923
|
// BookDashed aliases
|
|
2885
2924
|
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2886
|
-
export {
|
|
2925
|
+
export {
|
|
2926
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. This alias will be removed in v1.0.0 */
|
|
2927
|
+
default as BookTemplateIcon
|
|
2928
|
+
} from '../icons/book-dashed';
|
|
2887
2929
|
// Captions aliases
|
|
2888
2930
|
export { default as CaptionsIcon } from '../icons/captions';
|
|
2889
|
-
export { default as SubtitlesIcon } from '../icons/captions';
|
|
2890
|
-
// ChartBarBig aliases
|
|
2891
|
-
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
2892
2931
|
export {
|
|
2893
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
2894
|
-
default as
|
|
2895
|
-
} from '../icons/
|
|
2932
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. This alias will be removed in v1.0 */
|
|
2933
|
+
default as SubtitlesIcon
|
|
2934
|
+
} from '../icons/captions';
|
|
2896
2935
|
// ChartArea aliases
|
|
2897
2936
|
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
2898
2937
|
export {
|
|
2899
2938
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. This alias will be removed in v1.0 */
|
|
2900
2939
|
default as AreaChartIcon
|
|
2901
2940
|
} from '../icons/chart-area';
|
|
2941
|
+
// ChartBarBig aliases
|
|
2942
|
+
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
2943
|
+
export {
|
|
2944
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. This alias will be removed in v1.0 */
|
|
2945
|
+
default as BarChartHorizontalBigIcon
|
|
2946
|
+
} from '../icons/chart-bar-big';
|
|
2902
2947
|
// ChartBar aliases
|
|
2903
2948
|
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
2904
2949
|
export {
|
|
@@ -2917,24 +2962,18 @@ export {
|
|
|
2917
2962
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. This alias will be removed in v1.0 */
|
|
2918
2963
|
default as BarChartBigIcon
|
|
2919
2964
|
} from '../icons/chart-column-big';
|
|
2920
|
-
// ChartColumn aliases
|
|
2921
|
-
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
2922
|
-
export {
|
|
2923
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. This alias will be removed in v1.0 */
|
|
2924
|
-
default as BarChart3Icon
|
|
2925
|
-
} from '../icons/chart-column';
|
|
2926
2965
|
// ChartColumnIncreasing aliases
|
|
2927
2966
|
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
2928
2967
|
export {
|
|
2929
2968
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
2930
2969
|
default as BarChart4Icon
|
|
2931
2970
|
} from '../icons/chart-column-increasing';
|
|
2932
|
-
//
|
|
2933
|
-
export { default as
|
|
2971
|
+
// ChartColumn aliases
|
|
2972
|
+
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
2934
2973
|
export {
|
|
2935
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
2936
|
-
default as
|
|
2937
|
-
} from '../icons/chart-
|
|
2974
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. This alias will be removed in v1.0 */
|
|
2975
|
+
default as BarChart3Icon
|
|
2976
|
+
} from '../icons/chart-column';
|
|
2938
2977
|
// ChartNoAxesColumnIncreasing aliases
|
|
2939
2978
|
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
2940
2979
|
export {
|
|
@@ -2947,6 +2986,12 @@ export {
|
|
|
2947
2986
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. This alias will be removed in v1.0 */
|
|
2948
2987
|
default as BarChart2Icon
|
|
2949
2988
|
} from '../icons/chart-no-axes-column';
|
|
2989
|
+
// ChartLine aliases
|
|
2990
|
+
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
2991
|
+
export {
|
|
2992
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. This alias will be removed in v1.0 */
|
|
2993
|
+
default as LineChartIcon
|
|
2994
|
+
} from '../icons/chart-line';
|
|
2950
2995
|
// ChartNoAxesGantt aliases
|
|
2951
2996
|
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
2952
2997
|
export {
|
|
@@ -2967,138 +3012,264 @@ export {
|
|
|
2967
3012
|
} from '../icons/chart-scatter';
|
|
2968
3013
|
// CircleAlert aliases
|
|
2969
3014
|
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
2970
|
-
export {
|
|
3015
|
+
export {
|
|
3016
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. This alias will be removed in v1.0 */
|
|
3017
|
+
default as AlertCircleIcon
|
|
3018
|
+
} from '../icons/circle-alert';
|
|
2971
3019
|
// CircleArrowLeft aliases
|
|
2972
3020
|
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
2973
|
-
export {
|
|
3021
|
+
export {
|
|
3022
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. This alias will be removed in v1.0 */
|
|
3023
|
+
default as ArrowLeftCircleIcon
|
|
3024
|
+
} from '../icons/circle-arrow-left';
|
|
2974
3025
|
// CircleArrowDown aliases
|
|
2975
3026
|
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
2976
|
-
export {
|
|
2977
|
-
|
|
2978
|
-
|
|
2979
|
-
|
|
3027
|
+
export {
|
|
3028
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. This alias will be removed in v1.0 */
|
|
3029
|
+
default as ArrowDownCircleIcon
|
|
3030
|
+
} from '../icons/circle-arrow-down';
|
|
2980
3031
|
// CircleArrowOutDownLeft aliases
|
|
2981
3032
|
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
2982
|
-
export {
|
|
3033
|
+
export {
|
|
3034
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3035
|
+
default as ArrowDownLeftFromCircleIcon
|
|
3036
|
+
} from '../icons/circle-arrow-out-down-left';
|
|
3037
|
+
// CircleArrowOutDownRight aliases
|
|
3038
|
+
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
3039
|
+
export {
|
|
3040
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3041
|
+
default as ArrowDownRightFromCircleIcon
|
|
3042
|
+
} from '../icons/circle-arrow-out-down-right';
|
|
2983
3043
|
// CircleArrowOutUpLeft aliases
|
|
2984
3044
|
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
2985
|
-
export {
|
|
3045
|
+
export {
|
|
3046
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3047
|
+
default as ArrowUpLeftFromCircleIcon
|
|
3048
|
+
} from '../icons/circle-arrow-out-up-left';
|
|
2986
3049
|
// CircleArrowOutUpRight aliases
|
|
2987
3050
|
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
2988
|
-
export {
|
|
3051
|
+
export {
|
|
3052
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3053
|
+
default as ArrowUpRightFromCircleIcon
|
|
3054
|
+
} from '../icons/circle-arrow-out-up-right';
|
|
2989
3055
|
// CircleArrowRight aliases
|
|
2990
3056
|
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
2991
|
-
export {
|
|
2992
|
-
|
|
2993
|
-
|
|
2994
|
-
|
|
3057
|
+
export {
|
|
3058
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. This alias will be removed in v1.0 */
|
|
3059
|
+
default as ArrowRightCircleIcon
|
|
3060
|
+
} from '../icons/circle-arrow-right';
|
|
2995
3061
|
// CircleCheckBig aliases
|
|
2996
3062
|
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
2997
|
-
export {
|
|
3063
|
+
export {
|
|
3064
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. This alias will be removed in v1.0 */
|
|
3065
|
+
default as CheckCircleIcon
|
|
3066
|
+
} from '../icons/circle-check-big';
|
|
2998
3067
|
// CircleCheck aliases
|
|
2999
3068
|
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3000
|
-
export {
|
|
3069
|
+
export {
|
|
3070
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. This alias will be removed in v1.0 */
|
|
3071
|
+
default as CheckCircle2Icon
|
|
3072
|
+
} from '../icons/circle-check';
|
|
3073
|
+
// CircleArrowUp aliases
|
|
3074
|
+
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3075
|
+
export {
|
|
3076
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. This alias will be removed in v1.0 */
|
|
3077
|
+
default as ArrowUpCircleIcon
|
|
3078
|
+
} from '../icons/circle-arrow-up';
|
|
3001
3079
|
// CircleChevronLeft aliases
|
|
3002
3080
|
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3003
|
-
export {
|
|
3081
|
+
export {
|
|
3082
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. This alias will be removed in v1.0 */
|
|
3083
|
+
default as ChevronLeftCircleIcon
|
|
3084
|
+
} from '../icons/circle-chevron-left';
|
|
3004
3085
|
// CircleChevronDown aliases
|
|
3005
3086
|
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3006
|
-
export {
|
|
3007
|
-
|
|
3008
|
-
|
|
3009
|
-
|
|
3087
|
+
export {
|
|
3088
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. This alias will be removed in v1.0 */
|
|
3089
|
+
default as ChevronDownCircleIcon
|
|
3090
|
+
} from '../icons/circle-chevron-down';
|
|
3010
3091
|
// CircleChevronUp aliases
|
|
3011
3092
|
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3012
|
-
export {
|
|
3093
|
+
export {
|
|
3094
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. This alias will be removed in v1.0 */
|
|
3095
|
+
default as ChevronUpCircleIcon
|
|
3096
|
+
} from '../icons/circle-chevron-up';
|
|
3097
|
+
// CircleChevronRight aliases
|
|
3098
|
+
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3099
|
+
export {
|
|
3100
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. This alias will be removed in v1.0 */
|
|
3101
|
+
default as ChevronRightCircleIcon
|
|
3102
|
+
} from '../icons/circle-chevron-right';
|
|
3103
|
+
// CircleGauge aliases
|
|
3104
|
+
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3105
|
+
export {
|
|
3106
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. This alias will be removed in v1.0 */
|
|
3107
|
+
default as GaugeCircleIcon
|
|
3108
|
+
} from '../icons/circle-gauge';
|
|
3013
3109
|
// CircleDivide aliases
|
|
3014
3110
|
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3015
|
-
export {
|
|
3111
|
+
export {
|
|
3112
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. This alias will be removed in v1.0 */
|
|
3113
|
+
default as DivideCircleIcon
|
|
3114
|
+
} from '../icons/circle-divide';
|
|
3016
3115
|
// CircleMinus aliases
|
|
3017
3116
|
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3018
|
-
export {
|
|
3019
|
-
|
|
3020
|
-
|
|
3021
|
-
|
|
3117
|
+
export {
|
|
3118
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. This alias will be removed in v1.0 */
|
|
3119
|
+
default as MinusCircleIcon
|
|
3120
|
+
} from '../icons/circle-minus';
|
|
3022
3121
|
// CircleParkingOff aliases
|
|
3023
3122
|
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3024
|
-
export {
|
|
3123
|
+
export {
|
|
3124
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. This alias will be removed in v1.0 */
|
|
3125
|
+
default as ParkingCircleOffIcon
|
|
3126
|
+
} from '../icons/circle-parking-off';
|
|
3025
3127
|
// CircleParking aliases
|
|
3026
3128
|
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3027
|
-
export {
|
|
3129
|
+
export {
|
|
3130
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. This alias will be removed in v1.0 */
|
|
3131
|
+
default as ParkingCircleIcon
|
|
3132
|
+
} from '../icons/circle-parking';
|
|
3028
3133
|
// CirclePause aliases
|
|
3029
3134
|
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3030
|
-
export {
|
|
3031
|
-
|
|
3032
|
-
|
|
3033
|
-
|
|
3135
|
+
export {
|
|
3136
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. This alias will be removed in v1.0 */
|
|
3137
|
+
default as PauseCircleIcon
|
|
3138
|
+
} from '../icons/circle-pause';
|
|
3034
3139
|
// CirclePlay aliases
|
|
3035
3140
|
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3036
|
-
export {
|
|
3037
|
-
|
|
3038
|
-
|
|
3039
|
-
|
|
3141
|
+
export {
|
|
3142
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. This alias will be removed in v1.0 */
|
|
3143
|
+
default as PlayCircleIcon
|
|
3144
|
+
} from '../icons/circle-play';
|
|
3145
|
+
// CirclePercent aliases
|
|
3146
|
+
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3147
|
+
export {
|
|
3148
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. This alias will be removed in v1.0 */
|
|
3149
|
+
default as PercentCircleIcon
|
|
3150
|
+
} from '../icons/circle-percent';
|
|
3040
3151
|
// CirclePlus aliases
|
|
3041
3152
|
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3042
|
-
export {
|
|
3153
|
+
export {
|
|
3154
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. This alias will be removed in v1.0 */
|
|
3155
|
+
default as PlusCircleIcon
|
|
3156
|
+
} from '../icons/circle-plus';
|
|
3157
|
+
// CirclePower aliases
|
|
3158
|
+
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3159
|
+
export {
|
|
3160
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePower} instead. This alias will be removed in v1.0 */
|
|
3161
|
+
default as PowerCircleIcon
|
|
3162
|
+
} from '../icons/circle-power';
|
|
3043
3163
|
// CircleQuestionMark aliases
|
|
3044
3164
|
export { default as CircleQuestionMarkIcon } from '../icons/circle-question-mark';
|
|
3045
|
-
export {
|
|
3046
|
-
|
|
3165
|
+
export {
|
|
3166
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3167
|
+
default as HelpCircleIcon
|
|
3168
|
+
} from '../icons/circle-question-mark';
|
|
3169
|
+
export {
|
|
3170
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3171
|
+
default as CircleHelpIcon
|
|
3172
|
+
} from '../icons/circle-question-mark';
|
|
3173
|
+
// CircleSlash2 aliases
|
|
3174
|
+
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3175
|
+
export {
|
|
3176
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. This alias will be removed in v1.0 */
|
|
3177
|
+
default as CircleSlashedIcon
|
|
3178
|
+
} from '../icons/circle-slash-2';
|
|
3179
|
+
// CircleStop aliases
|
|
3180
|
+
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3181
|
+
export {
|
|
3182
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. This alias will be removed in v1.0 */
|
|
3183
|
+
default as StopCircleIcon
|
|
3184
|
+
} from '../icons/circle-stop';
|
|
3047
3185
|
// CircleUserRound aliases
|
|
3048
3186
|
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3049
3187
|
export {
|
|
3050
3188
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. This alias will be removed in v1.0 */
|
|
3051
3189
|
default as UserCircle2Icon
|
|
3052
3190
|
} from '../icons/circle-user-round';
|
|
3053
|
-
// CircleSlash2 aliases
|
|
3054
|
-
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3055
|
-
export { default as CircleSlashedIcon } from '../icons/circle-slash-2';
|
|
3056
|
-
// CircleStop aliases
|
|
3057
|
-
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3058
|
-
export { default as StopCircleIcon } from '../icons/circle-stop';
|
|
3059
3191
|
// CircleUser aliases
|
|
3060
3192
|
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3061
|
-
export {
|
|
3193
|
+
export {
|
|
3194
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. This alias will be removed in v1.0 */
|
|
3195
|
+
default as UserCircleIcon
|
|
3196
|
+
} from '../icons/circle-user';
|
|
3062
3197
|
// CircleX aliases
|
|
3063
3198
|
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3064
|
-
export {
|
|
3199
|
+
export {
|
|
3200
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. This alias will be removed in v1.0 */
|
|
3201
|
+
default as XCircleIcon
|
|
3202
|
+
} from '../icons/circle-x';
|
|
3065
3203
|
// ClipboardPenLine aliases
|
|
3066
3204
|
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3067
|
-
export {
|
|
3205
|
+
export {
|
|
3206
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. This alias will be removed in v1.0 */
|
|
3207
|
+
default as ClipboardSignatureIcon
|
|
3208
|
+
} from '../icons/clipboard-pen-line';
|
|
3068
3209
|
// ClipboardPen aliases
|
|
3069
3210
|
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3070
|
-
export {
|
|
3071
|
-
|
|
3072
|
-
|
|
3073
|
-
|
|
3074
|
-
// CloudUpload aliases
|
|
3075
|
-
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3076
|
-
export { default as UploadCloudIcon } from '../icons/cloud-upload';
|
|
3211
|
+
export {
|
|
3212
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. This alias will be removed in v1.0 */
|
|
3213
|
+
default as ClipboardEditIcon
|
|
3214
|
+
} from '../icons/clipboard-pen';
|
|
3077
3215
|
// CodeXml aliases
|
|
3078
3216
|
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3079
3217
|
export {
|
|
3080
3218
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CodeXml} instead. This alias will be removed in v1.0 */
|
|
3081
3219
|
default as Code2Icon
|
|
3082
3220
|
} from '../icons/code-xml';
|
|
3083
|
-
//
|
|
3084
|
-
export { default as
|
|
3085
|
-
export {
|
|
3086
|
-
|
|
3221
|
+
// CloudDownload aliases
|
|
3222
|
+
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3223
|
+
export {
|
|
3224
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. This alias will be removed in v1.0 */
|
|
3225
|
+
default as DownloadCloudIcon
|
|
3226
|
+
} from '../icons/cloud-download';
|
|
3087
3227
|
// Columns2 aliases
|
|
3088
3228
|
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3089
|
-
export {
|
|
3090
|
-
|
|
3091
|
-
|
|
3092
|
-
|
|
3093
|
-
//
|
|
3094
|
-
export { default as
|
|
3095
|
-
export {
|
|
3229
|
+
export {
|
|
3230
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. This alias will be removed in v1.0 */
|
|
3231
|
+
default as ColumnsIcon
|
|
3232
|
+
} from '../icons/columns-2';
|
|
3233
|
+
// CloudUpload aliases
|
|
3234
|
+
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3235
|
+
export {
|
|
3236
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudUpload} instead. This alias will be removed in v1.0 */
|
|
3237
|
+
default as UploadCloudIcon
|
|
3238
|
+
} from '../icons/cloud-upload';
|
|
3239
|
+
// Columns3Cog aliases
|
|
3240
|
+
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3241
|
+
export {
|
|
3242
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. This alias will be removed in v1.0 */
|
|
3243
|
+
default as ColumnsSettingsIcon
|
|
3244
|
+
} from '../icons/columns-3-cog';
|
|
3245
|
+
export {
|
|
3246
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. This alias will be removed in v1.0 */
|
|
3247
|
+
default as TableConfigIcon
|
|
3248
|
+
} from '../icons/columns-3-cog';
|
|
3096
3249
|
// ContactRound aliases
|
|
3097
3250
|
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3098
3251
|
export {
|
|
3099
3252
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. This alias will be removed in v1.0 */
|
|
3100
3253
|
default as Contact2Icon
|
|
3101
3254
|
} from '../icons/contact-round';
|
|
3255
|
+
// Columns3 aliases
|
|
3256
|
+
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3257
|
+
export {
|
|
3258
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. This alias will be removed in v1.0 */
|
|
3259
|
+
default as PanelsLeftRightIcon
|
|
3260
|
+
} from '../icons/columns-3';
|
|
3261
|
+
// DiamondPercent aliases
|
|
3262
|
+
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3263
|
+
export {
|
|
3264
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. This alias will be removed in v1.0 */
|
|
3265
|
+
default as PercentDiamondIcon
|
|
3266
|
+
} from '../icons/diamond-percent';
|
|
3267
|
+
// EllipsisVertical aliases
|
|
3268
|
+
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3269
|
+
export {
|
|
3270
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. This alias will be removed in v1.0 */
|
|
3271
|
+
default as MoreVerticalIcon
|
|
3272
|
+
} from '../icons/ellipsis-vertical';
|
|
3102
3273
|
// Earth aliases
|
|
3103
3274
|
export { default as EarthIcon } from '../icons/earth';
|
|
3104
3275
|
export {
|
|
@@ -3107,13 +3278,16 @@ export {
|
|
|
3107
3278
|
} from '../icons/earth';
|
|
3108
3279
|
// Ellipsis aliases
|
|
3109
3280
|
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3110
|
-
export {
|
|
3111
|
-
|
|
3112
|
-
|
|
3113
|
-
|
|
3281
|
+
export {
|
|
3282
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. This alias will be removed in v1.0 */
|
|
3283
|
+
default as MoreHorizontalIcon
|
|
3284
|
+
} from '../icons/ellipsis';
|
|
3114
3285
|
// FileAxis3d aliases
|
|
3115
3286
|
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3116
|
-
export {
|
|
3287
|
+
export {
|
|
3288
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. This alias will be removed in v1.0 */
|
|
3289
|
+
default as FileAxis3DIcon
|
|
3290
|
+
} from '../icons/file-axis-3d';
|
|
3117
3291
|
// FileChartColumnIncreasing aliases
|
|
3118
3292
|
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3119
3293
|
export {
|
|
@@ -3126,18 +3300,18 @@ export {
|
|
|
3126
3300
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. This alias will be removed in v1.0 */
|
|
3127
3301
|
default as FileBarChart2Icon
|
|
3128
3302
|
} from '../icons/file-chart-column';
|
|
3129
|
-
// FileChartPie aliases
|
|
3130
|
-
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3131
|
-
export {
|
|
3132
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. This alias will be removed in v1.0 */
|
|
3133
|
-
default as FilePieChartIcon
|
|
3134
|
-
} from '../icons/file-chart-pie';
|
|
3135
3303
|
// FileChartLine aliases
|
|
3136
3304
|
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3137
3305
|
export {
|
|
3138
3306
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. This alias will be removed in v1.0 */
|
|
3139
3307
|
default as FileLineChartIcon
|
|
3140
3308
|
} from '../icons/file-chart-line';
|
|
3309
|
+
// FileChartPie aliases
|
|
3310
|
+
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3311
|
+
export {
|
|
3312
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. This alias will be removed in v1.0 */
|
|
3313
|
+
default as FilePieChartIcon
|
|
3314
|
+
} from '../icons/file-chart-pie';
|
|
3141
3315
|
// FileCog aliases
|
|
3142
3316
|
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3143
3317
|
export {
|
|
@@ -3146,28 +3320,40 @@ export {
|
|
|
3146
3320
|
} from '../icons/file-cog';
|
|
3147
3321
|
// FilePenLine aliases
|
|
3148
3322
|
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3149
|
-
export {
|
|
3323
|
+
export {
|
|
3324
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. This alias will be removed in v1.0 */
|
|
3325
|
+
default as FileSignatureIcon
|
|
3326
|
+
} from '../icons/file-pen-line';
|
|
3150
3327
|
// FilePen aliases
|
|
3151
3328
|
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3152
|
-
export {
|
|
3153
|
-
|
|
3154
|
-
|
|
3155
|
-
|
|
3329
|
+
export {
|
|
3330
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. This alias will be removed in v1.0 */
|
|
3331
|
+
default as FileEditIcon
|
|
3332
|
+
} from '../icons/file-pen';
|
|
3156
3333
|
// FilePlay aliases
|
|
3157
3334
|
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3158
|
-
export {
|
|
3335
|
+
export {
|
|
3336
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. This alias will be removed in v1.0 */
|
|
3337
|
+
default as FileVideoIcon
|
|
3338
|
+
} from '../icons/file-play';
|
|
3339
|
+
// FileQuestionMark aliases
|
|
3340
|
+
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3341
|
+
export {
|
|
3342
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3343
|
+
default as FileQuestionIcon
|
|
3344
|
+
} from '../icons/file-question-mark';
|
|
3345
|
+
// FileVideoCamera aliases
|
|
3346
|
+
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3347
|
+
export {
|
|
3348
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. This alias will be removed in v1.0 */
|
|
3349
|
+
default as FileVideo2Icon
|
|
3350
|
+
} from '../icons/file-video-camera';
|
|
3159
3351
|
// FolderCog aliases
|
|
3160
3352
|
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3161
3353
|
export {
|
|
3162
3354
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. This alias will be removed in v1.0 */
|
|
3163
3355
|
default as FolderCog2Icon
|
|
3164
3356
|
} from '../icons/folder-cog';
|
|
3165
|
-
// FileVideoCamera aliases
|
|
3166
|
-
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3167
|
-
export { default as FileVideo2Icon } from '../icons/file-video-camera';
|
|
3168
|
-
// FolderPen aliases
|
|
3169
|
-
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3170
|
-
export { default as FolderEditIcon } from '../icons/folder-pen';
|
|
3171
3357
|
// FunnelX aliases
|
|
3172
3358
|
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3173
3359
|
export {
|
|
@@ -3180,31 +3366,70 @@ export {
|
|
|
3180
3366
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. This alias will be removed in v1.0 */
|
|
3181
3367
|
default as FilterIcon
|
|
3182
3368
|
} from '../icons/funnel';
|
|
3183
|
-
//
|
|
3184
|
-
export { default as
|
|
3185
|
-
export {
|
|
3369
|
+
// FolderPen aliases
|
|
3370
|
+
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3371
|
+
export {
|
|
3372
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. This alias will be removed in v1.0 */
|
|
3373
|
+
default as FolderEditIcon
|
|
3374
|
+
} from '../icons/folder-pen';
|
|
3186
3375
|
// GitCommitHorizontal aliases
|
|
3187
3376
|
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3188
|
-
export {
|
|
3377
|
+
export {
|
|
3378
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. This alias will be removed in v1.0 */
|
|
3379
|
+
default as GitCommitIcon
|
|
3380
|
+
} from '../icons/git-commit-horizontal';
|
|
3381
|
+
// Grid2x2Check aliases
|
|
3382
|
+
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3383
|
+
export {
|
|
3384
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. This alias will be removed in v1.0 */
|
|
3385
|
+
default as Grid2X2CheckIcon
|
|
3386
|
+
} from '../icons/grid-2x2-check';
|
|
3189
3387
|
// Grid2x2Plus aliases
|
|
3190
3388
|
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3191
|
-
export {
|
|
3389
|
+
export {
|
|
3390
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. This alias will be removed in v1.0 */
|
|
3391
|
+
default as Grid2X2PlusIcon
|
|
3392
|
+
} from '../icons/grid-2x2-plus';
|
|
3192
3393
|
// Grid2x2X aliases
|
|
3193
3394
|
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3194
|
-
export {
|
|
3395
|
+
export {
|
|
3396
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. This alias will be removed in v1.0 */
|
|
3397
|
+
default as Grid2X2XIcon
|
|
3398
|
+
} from '../icons/grid-2x2-x';
|
|
3195
3399
|
// Grid2x2 aliases
|
|
3196
3400
|
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3197
|
-
export {
|
|
3401
|
+
export {
|
|
3402
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. This alias will be removed in v1.0 */
|
|
3403
|
+
default as Grid2X2Icon
|
|
3404
|
+
} from '../icons/grid-2x2';
|
|
3198
3405
|
// Grid3x3 aliases
|
|
3199
3406
|
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3200
|
-
export {
|
|
3201
|
-
|
|
3202
|
-
|
|
3203
|
-
|
|
3204
|
-
export {
|
|
3407
|
+
export {
|
|
3408
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. This alias will be removed in v1.0 */
|
|
3409
|
+
default as GridIcon
|
|
3410
|
+
} from '../icons/grid-3x3';
|
|
3411
|
+
export {
|
|
3412
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. This alias will be removed in v1.0 */
|
|
3413
|
+
default as Grid3X3Icon
|
|
3414
|
+
} from '../icons/grid-3x3';
|
|
3205
3415
|
// HandHelping aliases
|
|
3206
3416
|
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3207
|
-
export {
|
|
3417
|
+
export {
|
|
3418
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. This alias will be removed in v1.0 */
|
|
3419
|
+
default as HelpingHandIcon
|
|
3420
|
+
} from '../icons/hand-helping';
|
|
3421
|
+
// HandGrab aliases
|
|
3422
|
+
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3423
|
+
export {
|
|
3424
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. This alias will be removed in v1.0 */
|
|
3425
|
+
default as GrabIcon
|
|
3426
|
+
} from '../icons/hand-grab';
|
|
3427
|
+
// House aliases
|
|
3428
|
+
export { default as HouseIcon } from '../icons/house';
|
|
3429
|
+
export {
|
|
3430
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. This alias will be removed in v1.0 */
|
|
3431
|
+
default as HomeIcon
|
|
3432
|
+
} from '../icons/house';
|
|
3208
3433
|
// IceCreamBowl aliases
|
|
3209
3434
|
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3210
3435
|
export {
|
|
@@ -3213,13 +3438,22 @@ export {
|
|
|
3213
3438
|
} from '../icons/ice-cream-bowl';
|
|
3214
3439
|
// IceCreamCone aliases
|
|
3215
3440
|
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3216
|
-
export {
|
|
3441
|
+
export {
|
|
3442
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. This alias will be removed in v1.0 */
|
|
3443
|
+
default as IceCreamIcon
|
|
3444
|
+
} from '../icons/ice-cream-cone';
|
|
3217
3445
|
// IndentDecrease aliases
|
|
3218
3446
|
export { default as IndentDecreaseIcon } from '../icons/indent-decrease';
|
|
3219
|
-
export {
|
|
3447
|
+
export {
|
|
3448
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IndentDecrease} instead. This alias will be removed in v1.0 */
|
|
3449
|
+
default as OutdentIcon
|
|
3450
|
+
} from '../icons/indent-decrease';
|
|
3220
3451
|
// IndentIncrease aliases
|
|
3221
3452
|
export { default as IndentIncreaseIcon } from '../icons/indent-increase';
|
|
3222
|
-
export {
|
|
3453
|
+
export {
|
|
3454
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IndentIncrease} instead. This alias will be removed in v1.0 */
|
|
3455
|
+
default as IndentIcon
|
|
3456
|
+
} from '../icons/indent-increase';
|
|
3223
3457
|
// LaptopMinimal aliases
|
|
3224
3458
|
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3225
3459
|
export {
|
|
@@ -3228,73 +3462,130 @@ export {
|
|
|
3228
3462
|
} from '../icons/laptop-minimal';
|
|
3229
3463
|
// Layers aliases
|
|
3230
3464
|
export { default as LayersIcon } from '../icons/layers';
|
|
3231
|
-
export {
|
|
3465
|
+
export {
|
|
3466
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. This alias will be removed in v1.0 */
|
|
3467
|
+
default as Layers3Icon
|
|
3468
|
+
} from '../icons/layers';
|
|
3232
3469
|
// LoaderCircle aliases
|
|
3233
3470
|
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3234
|
-
export {
|
|
3471
|
+
export {
|
|
3472
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. This alias will be removed in v1.0 */
|
|
3473
|
+
default as Loader2Icon
|
|
3474
|
+
} from '../icons/loader-circle';
|
|
3235
3475
|
// LockKeyholeOpen aliases
|
|
3236
3476
|
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3237
|
-
export {
|
|
3477
|
+
export {
|
|
3478
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. This alias will be removed in v1.0 */
|
|
3479
|
+
default as UnlockKeyholeIcon
|
|
3480
|
+
} from '../icons/lock-keyhole-open';
|
|
3481
|
+
// MailQuestionMark aliases
|
|
3482
|
+
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3483
|
+
export {
|
|
3484
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3485
|
+
default as MailQuestionIcon
|
|
3486
|
+
} from '../icons/mail-question-mark';
|
|
3487
|
+
// LockOpen aliases
|
|
3488
|
+
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3489
|
+
export {
|
|
3490
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. This alias will be removed in v1.0 */
|
|
3491
|
+
default as UnlockIcon
|
|
3492
|
+
} from '../icons/lock-open';
|
|
3238
3493
|
// MapPinPen aliases
|
|
3239
3494
|
export { default as MapPinPenIcon } from '../icons/map-pin-pen';
|
|
3240
3495
|
export {
|
|
3241
3496
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. This alias will be removed in v1.0 */
|
|
3242
3497
|
default as LocationEditIcon
|
|
3243
3498
|
} from '../icons/map-pin-pen';
|
|
3244
|
-
//
|
|
3245
|
-
export { default as
|
|
3246
|
-
export {
|
|
3247
|
-
|
|
3248
|
-
|
|
3249
|
-
|
|
3499
|
+
// MessageCircleQuestionMark aliases
|
|
3500
|
+
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3501
|
+
export {
|
|
3502
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3503
|
+
default as MessageCircleQuestionIcon
|
|
3504
|
+
} from '../icons/message-circle-question-mark';
|
|
3250
3505
|
// MicVocal aliases
|
|
3251
3506
|
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3252
3507
|
export {
|
|
3253
3508
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. This alias will be removed in v1.0 */
|
|
3254
3509
|
default as Mic2Icon
|
|
3255
3510
|
} from '../icons/mic-vocal';
|
|
3256
|
-
// MessageCircleQuestionMark aliases
|
|
3257
|
-
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3258
|
-
export { default as MessageCircleQuestionIcon } from '../icons/message-circle-question-mark';
|
|
3259
|
-
// OctagonAlert aliases
|
|
3260
|
-
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3261
|
-
export { default as AlertOctagonIcon } from '../icons/octagon-alert';
|
|
3262
3511
|
// Move3d aliases
|
|
3263
3512
|
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3264
|
-
export {
|
|
3513
|
+
export {
|
|
3514
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. This alias will be removed in v1.0 */
|
|
3515
|
+
default as Move3DIcon
|
|
3516
|
+
} from '../icons/move-3d';
|
|
3517
|
+
// OctagonAlert aliases
|
|
3518
|
+
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3519
|
+
export {
|
|
3520
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. This alias will be removed in v1.0 */
|
|
3521
|
+
default as AlertOctagonIcon
|
|
3522
|
+
} from '../icons/octagon-alert';
|
|
3265
3523
|
// OctagonPause aliases
|
|
3266
3524
|
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3267
|
-
export {
|
|
3525
|
+
export {
|
|
3526
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. This alias will be removed in v1.0 */
|
|
3527
|
+
default as PauseOctagonIcon
|
|
3528
|
+
} from '../icons/octagon-pause';
|
|
3268
3529
|
// OctagonX aliases
|
|
3269
3530
|
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3270
|
-
export {
|
|
3531
|
+
export {
|
|
3532
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. This alias will be removed in v1.0 */
|
|
3533
|
+
default as XOctagonIcon
|
|
3534
|
+
} from '../icons/octagon-x';
|
|
3271
3535
|
// PaintbrushVertical aliases
|
|
3272
3536
|
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3273
|
-
export {
|
|
3537
|
+
export {
|
|
3538
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. This alias will be removed in v1.0 */
|
|
3539
|
+
default as Paintbrush2Icon
|
|
3540
|
+
} from '../icons/paintbrush-vertical';
|
|
3274
3541
|
// PanelBottomDashed aliases
|
|
3275
3542
|
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3276
|
-
export {
|
|
3543
|
+
export {
|
|
3544
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. This alias will be removed in v1.0 */
|
|
3545
|
+
default as PanelBottomInactiveIcon
|
|
3546
|
+
} from '../icons/panel-bottom-dashed';
|
|
3277
3547
|
// PanelLeftClose aliases
|
|
3278
3548
|
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3279
|
-
export {
|
|
3549
|
+
export {
|
|
3550
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. This alias will be removed in v1.0 */
|
|
3551
|
+
default as SidebarCloseIcon
|
|
3552
|
+
} from '../icons/panel-left-close';
|
|
3280
3553
|
// PanelLeftDashed aliases
|
|
3281
3554
|
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3282
|
-
export {
|
|
3555
|
+
export {
|
|
3556
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. This alias will be removed in v1.0 */
|
|
3557
|
+
default as PanelLeftInactiveIcon
|
|
3558
|
+
} from '../icons/panel-left-dashed';
|
|
3283
3559
|
// PanelLeftOpen aliases
|
|
3284
3560
|
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3285
|
-
export {
|
|
3561
|
+
export {
|
|
3562
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. This alias will be removed in v1.0 */
|
|
3563
|
+
default as SidebarOpenIcon
|
|
3564
|
+
} from '../icons/panel-left-open';
|
|
3565
|
+
// PanelLeft aliases
|
|
3566
|
+
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3567
|
+
export {
|
|
3568
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. This alias will be removed in v1.0 */
|
|
3569
|
+
default as SidebarIcon
|
|
3570
|
+
} from '../icons/panel-left';
|
|
3286
3571
|
// PanelRightDashed aliases
|
|
3287
3572
|
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3288
|
-
export {
|
|
3573
|
+
export {
|
|
3574
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. This alias will be removed in v1.0 */
|
|
3575
|
+
default as PanelRightInactiveIcon
|
|
3576
|
+
} from '../icons/panel-right-dashed';
|
|
3289
3577
|
// PanelTopDashed aliases
|
|
3290
3578
|
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3291
|
-
export {
|
|
3292
|
-
|
|
3293
|
-
|
|
3294
|
-
|
|
3579
|
+
export {
|
|
3580
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. This alias will be removed in v1.0 */
|
|
3581
|
+
default as PanelTopInactiveIcon
|
|
3582
|
+
} from '../icons/panel-top-dashed';
|
|
3295
3583
|
// PanelsTopLeft aliases
|
|
3296
3584
|
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3297
|
-
export {
|
|
3585
|
+
export {
|
|
3586
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. This alias will be removed in v1.0 */
|
|
3587
|
+
default as LayoutIcon
|
|
3588
|
+
} from '../icons/panels-top-left';
|
|
3298
3589
|
// PenLine aliases
|
|
3299
3590
|
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3300
3591
|
export {
|
|
@@ -3309,253 +3600,466 @@ export {
|
|
|
3309
3600
|
} from '../icons/pen';
|
|
3310
3601
|
// RectangleEllipsis aliases
|
|
3311
3602
|
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3312
|
-
export {
|
|
3603
|
+
export {
|
|
3604
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. This alias will be removed in v1.0 */
|
|
3605
|
+
default as FormInputIcon
|
|
3606
|
+
} from '../icons/rectangle-ellipsis';
|
|
3313
3607
|
// PlugZap aliases
|
|
3314
3608
|
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3315
|
-
export {
|
|
3609
|
+
export {
|
|
3610
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
|
|
3611
|
+
default as PlugZap2Icon
|
|
3612
|
+
} from '../icons/plug-zap';
|
|
3316
3613
|
// Rotate3d aliases
|
|
3317
3614
|
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3318
|
-
export {
|
|
3615
|
+
export {
|
|
3616
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. This alias will be removed in v1.0 */
|
|
3617
|
+
default as Rotate3DIcon
|
|
3618
|
+
} from '../icons/rotate-3d';
|
|
3319
3619
|
// Rows2 aliases
|
|
3320
3620
|
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3321
|
-
export {
|
|
3322
|
-
|
|
3323
|
-
|
|
3324
|
-
|
|
3621
|
+
export {
|
|
3622
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. This alias will be removed in v1.0 */
|
|
3623
|
+
default as RowsIcon
|
|
3624
|
+
} from '../icons/rows-2';
|
|
3325
3625
|
// Scale3d aliases
|
|
3326
3626
|
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3327
|
-
export {
|
|
3627
|
+
export {
|
|
3628
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. This alias will be removed in v1.0 */
|
|
3629
|
+
default as Scale3DIcon
|
|
3630
|
+
} from '../icons/scale-3d';
|
|
3631
|
+
// Rows3 aliases
|
|
3632
|
+
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3633
|
+
export {
|
|
3634
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. This alias will be removed in v1.0 */
|
|
3635
|
+
default as PanelsTopBottomIcon
|
|
3636
|
+
} from '../icons/rows-3';
|
|
3328
3637
|
// SendHorizontal aliases
|
|
3329
3638
|
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3330
3639
|
export {
|
|
3331
3640
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3332
3641
|
default as SendHorizonalIcon
|
|
3333
3642
|
} from '../icons/send-horizontal';
|
|
3334
|
-
// ShieldX aliases
|
|
3335
|
-
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3336
|
-
export { default as ShieldCloseIcon } from '../icons/shield-x';
|
|
3337
3643
|
// ShieldQuestionMark aliases
|
|
3338
3644
|
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
3339
|
-
export {
|
|
3340
|
-
|
|
3341
|
-
|
|
3342
|
-
|
|
3645
|
+
export {
|
|
3646
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3647
|
+
default as ShieldQuestionIcon
|
|
3648
|
+
} from '../icons/shield-question-mark';
|
|
3649
|
+
// ShieldX aliases
|
|
3650
|
+
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3651
|
+
export {
|
|
3652
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. This alias will be removed in v1.0 */
|
|
3653
|
+
default as ShieldCloseIcon
|
|
3654
|
+
} from '../icons/shield-x';
|
|
3343
3655
|
// SlidersVertical aliases
|
|
3344
3656
|
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3345
|
-
export {
|
|
3657
|
+
export {
|
|
3658
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. This alias will be removed in v1.0 */
|
|
3659
|
+
default as SlidersIcon
|
|
3660
|
+
} from '../icons/sliders-vertical';
|
|
3346
3661
|
// SquareActivity aliases
|
|
3347
3662
|
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3348
|
-
export {
|
|
3663
|
+
export {
|
|
3664
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. This alias will be removed in v1.0 */
|
|
3665
|
+
default as ActivitySquareIcon
|
|
3666
|
+
} from '../icons/square-activity';
|
|
3667
|
+
// Sparkles aliases
|
|
3668
|
+
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3669
|
+
export {
|
|
3670
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. This alias will be removed in v1.0 */
|
|
3671
|
+
default as StarsIcon
|
|
3672
|
+
} from '../icons/sparkles';
|
|
3349
3673
|
// SquareArrowDownLeft aliases
|
|
3350
3674
|
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3351
|
-
export {
|
|
3675
|
+
export {
|
|
3676
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. This alias will be removed in v1.0 */
|
|
3677
|
+
default as ArrowDownLeftSquareIcon
|
|
3678
|
+
} from '../icons/square-arrow-down-left';
|
|
3352
3679
|
// SquareArrowDownRight aliases
|
|
3353
3680
|
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3354
|
-
export {
|
|
3355
|
-
|
|
3356
|
-
|
|
3357
|
-
|
|
3681
|
+
export {
|
|
3682
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. This alias will be removed in v1.0 */
|
|
3683
|
+
default as ArrowDownRightSquareIcon
|
|
3684
|
+
} from '../icons/square-arrow-down-right';
|
|
3358
3685
|
// SquareArrowOutDownLeft aliases
|
|
3359
3686
|
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3360
|
-
export {
|
|
3687
|
+
export {
|
|
3688
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3689
|
+
default as ArrowDownLeftFromSquareIcon
|
|
3690
|
+
} from '../icons/square-arrow-out-down-left';
|
|
3691
|
+
// SquareArrowDown aliases
|
|
3692
|
+
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3693
|
+
export {
|
|
3694
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. This alias will be removed in v1.0 */
|
|
3695
|
+
default as ArrowDownSquareIcon
|
|
3696
|
+
} from '../icons/square-arrow-down';
|
|
3361
3697
|
// SquareArrowLeft aliases
|
|
3362
3698
|
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3363
|
-
export {
|
|
3699
|
+
export {
|
|
3700
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. This alias will be removed in v1.0 */
|
|
3701
|
+
default as ArrowLeftSquareIcon
|
|
3702
|
+
} from '../icons/square-arrow-left';
|
|
3364
3703
|
// SquareArrowOutDownRight aliases
|
|
3365
3704
|
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3366
|
-
export {
|
|
3705
|
+
export {
|
|
3706
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3707
|
+
default as ArrowDownRightFromSquareIcon
|
|
3708
|
+
} from '../icons/square-arrow-out-down-right';
|
|
3367
3709
|
// SquareArrowOutUpLeft aliases
|
|
3368
3710
|
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
3369
|
-
export {
|
|
3711
|
+
export {
|
|
3712
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3713
|
+
default as ArrowUpLeftFromSquareIcon
|
|
3714
|
+
} from '../icons/square-arrow-out-up-left';
|
|
3370
3715
|
// SquareArrowOutUpRight aliases
|
|
3371
3716
|
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3372
|
-
export {
|
|
3373
|
-
|
|
3374
|
-
|
|
3375
|
-
|
|
3717
|
+
export {
|
|
3718
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3719
|
+
default as ArrowUpRightFromSquareIcon
|
|
3720
|
+
} from '../icons/square-arrow-out-up-right';
|
|
3376
3721
|
// SquareArrowUpLeft aliases
|
|
3377
3722
|
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3378
|
-
export {
|
|
3723
|
+
export {
|
|
3724
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. This alias will be removed in v1.0 */
|
|
3725
|
+
default as ArrowUpLeftSquareIcon
|
|
3726
|
+
} from '../icons/square-arrow-up-left';
|
|
3727
|
+
// SquareArrowRight aliases
|
|
3728
|
+
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3729
|
+
export {
|
|
3730
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. This alias will be removed in v1.0 */
|
|
3731
|
+
default as ArrowRightSquareIcon
|
|
3732
|
+
} from '../icons/square-arrow-right';
|
|
3733
|
+
// SquareArrowUpRight aliases
|
|
3734
|
+
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3735
|
+
export {
|
|
3736
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. This alias will be removed in v1.0 */
|
|
3737
|
+
default as ArrowUpRightSquareIcon
|
|
3738
|
+
} from '../icons/square-arrow-up-right';
|
|
3379
3739
|
// SquareArrowUp aliases
|
|
3380
3740
|
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3381
|
-
export {
|
|
3741
|
+
export {
|
|
3742
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. This alias will be removed in v1.0 */
|
|
3743
|
+
default as ArrowUpSquareIcon
|
|
3744
|
+
} from '../icons/square-arrow-up';
|
|
3382
3745
|
// SquareAsterisk aliases
|
|
3383
3746
|
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3384
|
-
export {
|
|
3385
|
-
|
|
3386
|
-
|
|
3387
|
-
|
|
3747
|
+
export {
|
|
3748
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. This alias will be removed in v1.0 */
|
|
3749
|
+
default as AsteriskSquareIcon
|
|
3750
|
+
} from '../icons/square-asterisk';
|
|
3388
3751
|
// SquareBottomDashedScissors aliases
|
|
3389
3752
|
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3390
|
-
export {
|
|
3753
|
+
export {
|
|
3754
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. This alias will be removed in v1.0 */
|
|
3755
|
+
default as ScissorsSquareDashedBottomIcon
|
|
3756
|
+
} from '../icons/square-bottom-dashed-scissors';
|
|
3391
3757
|
// SquareChartGantt aliases
|
|
3392
3758
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
3393
|
-
export {
|
|
3394
|
-
|
|
3759
|
+
export {
|
|
3760
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. This alias will be removed in v1.0 */
|
|
3761
|
+
default as GanttChartSquareIcon
|
|
3762
|
+
} from '../icons/square-chart-gantt';
|
|
3763
|
+
export {
|
|
3764
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. This alias will be removed in v1.0 */
|
|
3765
|
+
default as SquareGanttChartIcon
|
|
3766
|
+
} from '../icons/square-chart-gantt';
|
|
3395
3767
|
// SquareCheckBig aliases
|
|
3396
3768
|
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3397
|
-
export {
|
|
3398
|
-
|
|
3399
|
-
|
|
3400
|
-
|
|
3769
|
+
export {
|
|
3770
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. This alias will be removed in v1.0 */
|
|
3771
|
+
default as CheckSquareIcon
|
|
3772
|
+
} from '../icons/square-check-big';
|
|
3401
3773
|
// SquareCheck aliases
|
|
3402
3774
|
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3403
|
-
export {
|
|
3775
|
+
export {
|
|
3776
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. This alias will be removed in v1.0 */
|
|
3777
|
+
default as CheckSquare2Icon
|
|
3778
|
+
} from '../icons/square-check';
|
|
3779
|
+
// SquareChevronDown aliases
|
|
3780
|
+
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3781
|
+
export {
|
|
3782
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. This alias will be removed in v1.0 */
|
|
3783
|
+
default as ChevronDownSquareIcon
|
|
3784
|
+
} from '../icons/square-chevron-down';
|
|
3404
3785
|
// SquareChevronLeft aliases
|
|
3405
3786
|
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
3406
|
-
export {
|
|
3787
|
+
export {
|
|
3788
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. This alias will be removed in v1.0 */
|
|
3789
|
+
default as ChevronLeftSquareIcon
|
|
3790
|
+
} from '../icons/square-chevron-left';
|
|
3407
3791
|
// SquareChevronRight aliases
|
|
3408
3792
|
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
3409
|
-
export {
|
|
3793
|
+
export {
|
|
3794
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. This alias will be removed in v1.0 */
|
|
3795
|
+
default as ChevronRightSquareIcon
|
|
3796
|
+
} from '../icons/square-chevron-right';
|
|
3410
3797
|
// SquareChevronUp aliases
|
|
3411
3798
|
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
3412
|
-
export {
|
|
3799
|
+
export {
|
|
3800
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. This alias will be removed in v1.0 */
|
|
3801
|
+
default as ChevronUpSquareIcon
|
|
3802
|
+
} from '../icons/square-chevron-up';
|
|
3413
3803
|
// SquareCode aliases
|
|
3414
3804
|
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
3415
|
-
export {
|
|
3805
|
+
export {
|
|
3806
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. This alias will be removed in v1.0 */
|
|
3807
|
+
default as CodeSquareIcon
|
|
3808
|
+
} from '../icons/square-code';
|
|
3416
3809
|
// SquareDashedKanban aliases
|
|
3417
3810
|
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
3418
|
-
export {
|
|
3811
|
+
export {
|
|
3812
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. This alias will be removed in v1.0 */
|
|
3813
|
+
default as KanbanSquareDashedIcon
|
|
3814
|
+
} from '../icons/square-dashed-kanban';
|
|
3419
3815
|
// SquareDashedMousePointer aliases
|
|
3420
3816
|
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3421
|
-
export {
|
|
3817
|
+
export {
|
|
3818
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. This alias will be removed in v1.0 */
|
|
3819
|
+
default as MousePointerSquareDashedIcon
|
|
3820
|
+
} from '../icons/square-dashed-mouse-pointer';
|
|
3422
3821
|
// SquareDashed aliases
|
|
3423
3822
|
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
3424
|
-
export {
|
|
3823
|
+
export {
|
|
3824
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. This alias will be removed in v1.0 */
|
|
3825
|
+
default as BoxSelectIcon
|
|
3826
|
+
} from '../icons/square-dashed';
|
|
3425
3827
|
// SquareDivide aliases
|
|
3426
3828
|
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
3427
|
-
export {
|
|
3829
|
+
export {
|
|
3830
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. This alias will be removed in v1.0 */
|
|
3831
|
+
default as DivideSquareIcon
|
|
3832
|
+
} from '../icons/square-divide';
|
|
3428
3833
|
// SquareDot aliases
|
|
3429
3834
|
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
3430
|
-
export {
|
|
3431
|
-
|
|
3432
|
-
|
|
3433
|
-
|
|
3434
|
-
// SquareLibrary aliases
|
|
3435
|
-
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
3436
|
-
export { default as LibrarySquareIcon } from '../icons/square-library';
|
|
3835
|
+
export {
|
|
3836
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. This alias will be removed in v1.0 */
|
|
3837
|
+
default as DotSquareIcon
|
|
3838
|
+
} from '../icons/square-dot';
|
|
3437
3839
|
// SquareEqual aliases
|
|
3438
3840
|
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
3439
|
-
export {
|
|
3841
|
+
export {
|
|
3842
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. This alias will be removed in v1.0 */
|
|
3843
|
+
default as EqualSquareIcon
|
|
3844
|
+
} from '../icons/square-equal';
|
|
3845
|
+
// SquareFunction aliases
|
|
3846
|
+
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
3847
|
+
export {
|
|
3848
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. This alias will be removed in v1.0 */
|
|
3849
|
+
default as FunctionSquareIcon
|
|
3850
|
+
} from '../icons/square-function';
|
|
3440
3851
|
// SquareKanban aliases
|
|
3441
3852
|
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
3442
|
-
export {
|
|
3853
|
+
export {
|
|
3854
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. This alias will be removed in v1.0 */
|
|
3855
|
+
default as KanbanSquareIcon
|
|
3856
|
+
} from '../icons/square-kanban';
|
|
3857
|
+
// SquareLibrary aliases
|
|
3858
|
+
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
3859
|
+
export {
|
|
3860
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. This alias will be removed in v1.0 */
|
|
3861
|
+
default as LibrarySquareIcon
|
|
3862
|
+
} from '../icons/square-library';
|
|
3443
3863
|
// SquareM aliases
|
|
3444
3864
|
export { default as SquareMIcon } from '../icons/square-m';
|
|
3445
|
-
export {
|
|
3865
|
+
export {
|
|
3866
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. This alias will be removed in v1.0 */
|
|
3867
|
+
default as MSquareIcon
|
|
3868
|
+
} from '../icons/square-m';
|
|
3446
3869
|
// SquareMenu aliases
|
|
3447
3870
|
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
3448
|
-
export {
|
|
3871
|
+
export {
|
|
3872
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. This alias will be removed in v1.0 */
|
|
3873
|
+
default as MenuSquareIcon
|
|
3874
|
+
} from '../icons/square-menu';
|
|
3449
3875
|
// SquareMinus aliases
|
|
3450
3876
|
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
3451
|
-
export {
|
|
3452
|
-
|
|
3453
|
-
|
|
3454
|
-
|
|
3877
|
+
export {
|
|
3878
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. This alias will be removed in v1.0 */
|
|
3879
|
+
default as MinusSquareIcon
|
|
3880
|
+
} from '../icons/square-minus';
|
|
3455
3881
|
// SquareParkingOff aliases
|
|
3456
3882
|
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
3457
|
-
export {
|
|
3883
|
+
export {
|
|
3884
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. This alias will be removed in v1.0 */
|
|
3885
|
+
default as ParkingSquareOffIcon
|
|
3886
|
+
} from '../icons/square-parking-off';
|
|
3887
|
+
// SquareMousePointer aliases
|
|
3888
|
+
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
3889
|
+
export {
|
|
3890
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. This alias will be removed in v1.0 */
|
|
3891
|
+
default as InspectIcon
|
|
3892
|
+
} from '../icons/square-mouse-pointer';
|
|
3458
3893
|
// SquareParking aliases
|
|
3459
3894
|
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
3460
|
-
export {
|
|
3895
|
+
export {
|
|
3896
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. This alias will be removed in v1.0 */
|
|
3897
|
+
default as ParkingSquareIcon
|
|
3898
|
+
} from '../icons/square-parking';
|
|
3461
3899
|
// SquarePen aliases
|
|
3462
3900
|
export { default as SquarePenIcon } from '../icons/square-pen';
|
|
3463
|
-
export {
|
|
3464
|
-
|
|
3465
|
-
|
|
3466
|
-
|
|
3467
|
-
export {
|
|
3468
|
-
|
|
3901
|
+
export {
|
|
3902
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. This alias will be removed in v1.0 */
|
|
3903
|
+
default as PenBoxIcon
|
|
3904
|
+
} from '../icons/square-pen';
|
|
3905
|
+
export {
|
|
3906
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. This alias will be removed in v1.0 */
|
|
3907
|
+
default as EditIcon
|
|
3908
|
+
} from '../icons/square-pen';
|
|
3909
|
+
export {
|
|
3910
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. This alias will be removed in v1.0 */
|
|
3911
|
+
default as PenSquareIcon
|
|
3912
|
+
} from '../icons/square-pen';
|
|
3469
3913
|
// SquarePi aliases
|
|
3470
3914
|
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
3471
|
-
export {
|
|
3915
|
+
export {
|
|
3916
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. This alias will be removed in v1.0 */
|
|
3917
|
+
default as PiSquareIcon
|
|
3918
|
+
} from '../icons/square-pi';
|
|
3919
|
+
// SquarePercent aliases
|
|
3920
|
+
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
3921
|
+
export {
|
|
3922
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. This alias will be removed in v1.0 */
|
|
3923
|
+
default as PercentSquareIcon
|
|
3924
|
+
} from '../icons/square-percent';
|
|
3472
3925
|
// SquarePilcrow aliases
|
|
3473
3926
|
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
3474
|
-
export {
|
|
3927
|
+
export {
|
|
3928
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. This alias will be removed in v1.0 */
|
|
3929
|
+
default as PilcrowSquareIcon
|
|
3930
|
+
} from '../icons/square-pilcrow';
|
|
3475
3931
|
// SquarePlay aliases
|
|
3476
3932
|
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
3477
|
-
export {
|
|
3933
|
+
export {
|
|
3934
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. This alias will be removed in v1.0 */
|
|
3935
|
+
default as PlaySquareIcon
|
|
3936
|
+
} from '../icons/square-play';
|
|
3478
3937
|
// SquarePlus aliases
|
|
3479
3938
|
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
3480
|
-
export {
|
|
3939
|
+
export {
|
|
3940
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. This alias will be removed in v1.0 */
|
|
3941
|
+
default as PlusSquareIcon
|
|
3942
|
+
} from '../icons/square-plus';
|
|
3481
3943
|
// SquareScissors aliases
|
|
3482
3944
|
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
3483
|
-
export {
|
|
3945
|
+
export {
|
|
3946
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. This alias will be removed in v1.0 */
|
|
3947
|
+
default as ScissorsSquareIcon
|
|
3948
|
+
} from '../icons/square-scissors';
|
|
3484
3949
|
// SquarePower aliases
|
|
3485
3950
|
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
3486
|
-
export {
|
|
3951
|
+
export {
|
|
3952
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. This alias will be removed in v1.0 */
|
|
3953
|
+
default as PowerSquareIcon
|
|
3954
|
+
} from '../icons/square-power';
|
|
3487
3955
|
// SquareSigma aliases
|
|
3488
3956
|
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
3489
|
-
export {
|
|
3957
|
+
export {
|
|
3958
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. This alias will be removed in v1.0 */
|
|
3959
|
+
default as SigmaSquareIcon
|
|
3960
|
+
} from '../icons/square-sigma';
|
|
3961
|
+
// SquareSplitVertical aliases
|
|
3962
|
+
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
3963
|
+
export {
|
|
3964
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. This alias will be removed in v1.0 */
|
|
3965
|
+
default as SplitSquareVerticalIcon
|
|
3966
|
+
} from '../icons/square-split-vertical';
|
|
3490
3967
|
// SquareSlash aliases
|
|
3491
3968
|
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
3492
|
-
export {
|
|
3969
|
+
export {
|
|
3970
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. This alias will be removed in v1.0 */
|
|
3971
|
+
default as SlashSquareIcon
|
|
3972
|
+
} from '../icons/square-slash';
|
|
3493
3973
|
// SquareSplitHorizontal aliases
|
|
3494
3974
|
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3495
|
-
export {
|
|
3496
|
-
|
|
3497
|
-
|
|
3498
|
-
|
|
3975
|
+
export {
|
|
3976
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. This alias will be removed in v1.0 */
|
|
3977
|
+
default as SplitSquareHorizontalIcon
|
|
3978
|
+
} from '../icons/square-split-horizontal';
|
|
3979
|
+
// SquareUserRound aliases
|
|
3980
|
+
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
3981
|
+
export {
|
|
3982
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. This alias will be removed in v1.0 */
|
|
3983
|
+
default as UserSquare2Icon
|
|
3984
|
+
} from '../icons/square-user-round';
|
|
3499
3985
|
// SquareTerminal aliases
|
|
3500
3986
|
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
3501
|
-
export {
|
|
3987
|
+
export {
|
|
3988
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. This alias will be removed in v1.0 */
|
|
3989
|
+
default as TerminalSquareIcon
|
|
3990
|
+
} from '../icons/square-terminal';
|
|
3502
3991
|
// SquareUser aliases
|
|
3503
3992
|
export { default as SquareUserIcon } from '../icons/square-user';
|
|
3504
|
-
export {
|
|
3993
|
+
export {
|
|
3994
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. This alias will be removed in v1.0 */
|
|
3995
|
+
default as UserSquareIcon
|
|
3996
|
+
} from '../icons/square-user';
|
|
3505
3997
|
// SquareX aliases
|
|
3506
3998
|
export { default as SquareXIcon } from '../icons/square-x';
|
|
3507
|
-
export { default as XSquareIcon } from '../icons/square-x';
|
|
3508
|
-
// SquareUserRound aliases
|
|
3509
|
-
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
3510
3999
|
export {
|
|
3511
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3512
|
-
default as
|
|
3513
|
-
} from '../icons/square-
|
|
4000
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. This alias will be removed in v1.0 */
|
|
4001
|
+
default as XSquareIcon
|
|
4002
|
+
} from '../icons/square-x';
|
|
3514
4003
|
// TestTubeDiagonal aliases
|
|
3515
4004
|
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
3516
|
-
export {
|
|
4005
|
+
export {
|
|
4006
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. This alias will be removed in v1.0 */
|
|
4007
|
+
default as TestTube2Icon
|
|
4008
|
+
} from '../icons/test-tube-diagonal';
|
|
3517
4009
|
// TextSelect aliases
|
|
3518
4010
|
export { default as TextSelectIcon } from '../icons/text-select';
|
|
3519
|
-
export {
|
|
4011
|
+
export {
|
|
4012
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextSelect} instead. This alias will be removed in v1.0 */
|
|
4013
|
+
default as TextSelectionIcon
|
|
4014
|
+
} from '../icons/text-select';
|
|
3520
4015
|
// TramFront aliases
|
|
3521
4016
|
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
3522
|
-
export {
|
|
4017
|
+
export {
|
|
4018
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. This alias will be removed in v1.0 */
|
|
4019
|
+
default as TrainIcon
|
|
4020
|
+
} from '../icons/tram-front';
|
|
3523
4021
|
// TreePalm aliases
|
|
3524
4022
|
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
3525
|
-
export {
|
|
4023
|
+
export {
|
|
4024
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. This alias will be removed in v1.0 */
|
|
4025
|
+
default as PalmtreeIcon
|
|
4026
|
+
} from '../icons/tree-palm';
|
|
4027
|
+
// TriangleAlert aliases
|
|
4028
|
+
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4029
|
+
export {
|
|
4030
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. This alias will be removed in v1.0 */
|
|
4031
|
+
default as AlertTriangleIcon
|
|
4032
|
+
} from '../icons/triangle-alert';
|
|
3526
4033
|
// TvMinimal aliases
|
|
3527
4034
|
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
3528
4035
|
export {
|
|
3529
4036
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. This alias will be removed in v1.0 */
|
|
3530
4037
|
default as Tv2Icon
|
|
3531
4038
|
} from '../icons/tv-minimal';
|
|
3532
|
-
// TriangleAlert aliases
|
|
3533
|
-
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
3534
|
-
export { default as AlertTriangleIcon } from '../icons/triangle-alert';
|
|
3535
|
-
// UserRoundCheck aliases
|
|
3536
|
-
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
3537
|
-
export {
|
|
3538
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. This alias will be removed in v1.0 */
|
|
3539
|
-
default as UserCheck2Icon
|
|
3540
|
-
} from '../icons/user-round-check';
|
|
3541
4039
|
// University aliases
|
|
3542
4040
|
export { default as UniversityIcon } from '../icons/university';
|
|
3543
4041
|
export {
|
|
3544
4042
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
|
|
3545
4043
|
default as School2Icon
|
|
3546
4044
|
} from '../icons/university';
|
|
3547
|
-
// UserRoundCog aliases
|
|
3548
|
-
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
3549
|
-
export {
|
|
3550
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. This alias will be removed in v1.0 */
|
|
3551
|
-
default as UserCog2Icon
|
|
3552
|
-
} from '../icons/user-round-cog';
|
|
3553
4045
|
// UserRoundMinus aliases
|
|
3554
4046
|
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
3555
4047
|
export {
|
|
3556
4048
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. This alias will be removed in v1.0 */
|
|
3557
4049
|
default as UserMinus2Icon
|
|
3558
4050
|
} from '../icons/user-round-minus';
|
|
4051
|
+
// UserRoundCheck aliases
|
|
4052
|
+
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
4053
|
+
export {
|
|
4054
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. This alias will be removed in v1.0 */
|
|
4055
|
+
default as UserCheck2Icon
|
|
4056
|
+
} from '../icons/user-round-check';
|
|
4057
|
+
// UserRoundCog aliases
|
|
4058
|
+
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
4059
|
+
export {
|
|
4060
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. This alias will be removed in v1.0 */
|
|
4061
|
+
default as UserCog2Icon
|
|
4062
|
+
} from '../icons/user-round-cog';
|
|
3559
4063
|
// UserRoundPlus aliases
|
|
3560
4064
|
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
3561
4065
|
export {
|
|
@@ -3582,16 +4086,22 @@ export {
|
|
|
3582
4086
|
} from '../icons/users-round';
|
|
3583
4087
|
// UtensilsCrossed aliases
|
|
3584
4088
|
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
3585
|
-
export {
|
|
4089
|
+
export {
|
|
4090
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. This alias will be removed in v1.0 */
|
|
4091
|
+
default as ForkKnifeCrossedIcon
|
|
4092
|
+
} from '../icons/utensils-crossed';
|
|
4093
|
+
// Utensils aliases
|
|
4094
|
+
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4095
|
+
export {
|
|
4096
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. This alias will be removed in v1.0 */
|
|
4097
|
+
default as ForkKnifeIcon
|
|
4098
|
+
} from '../icons/utensils';
|
|
3586
4099
|
// WalletMinimal aliases
|
|
3587
4100
|
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
3588
4101
|
export {
|
|
3589
4102
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. This alias will be removed in v1.0 */
|
|
3590
4103
|
default as Wallet2Icon
|
|
3591
4104
|
} from '../icons/wallet-minimal';
|
|
3592
|
-
// Utensils aliases
|
|
3593
|
-
export { default as UtensilsIcon } from '../icons/utensils';
|
|
3594
|
-
export { default as ForkKnifeIcon } from '../icons/utensils';
|
|
3595
4105
|
// WandSparkles aliases
|
|
3596
4106
|
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
3597
4107
|
export {
|