@lucide/astro 0.538.0 → 0.540.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/LICENSE +25 -1
- package/package.json +1 -1
- package/src/aliases/aliases.ts +94 -94
- package/src/aliases/prefixed.ts +564 -560
- package/src/aliases/suffixed.ts +934 -930
- package/src/icons/brick-wall-shield.ts +18 -0
- package/src/icons/camera-off.ts +2 -2
- package/src/icons/camera.ts +2 -2
- package/src/icons/index.ts +142 -140
- package/src/icons/rose.ts +18 -0
- package/src/icons/umbrella-off.ts +2 -2
- package/src/icons/umbrella.ts +2 -2
package/src/aliases/suffixed.ts
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
3
|
// AArrowUp aliases
|
|
4
4
|
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
5
|
-
// Accessibility aliases
|
|
6
|
-
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
7
5
|
// ALargeSmall aliases
|
|
8
6
|
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
7
|
+
// Accessibility aliases
|
|
8
|
+
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
9
9
|
// Activity aliases
|
|
10
10
|
export { default as ActivityIcon } from '../icons/activity';
|
|
11
11
|
// Airplay aliases
|
|
@@ -24,10 +24,10 @@ export { default as AlbumIcon } from '../icons/album';
|
|
|
24
24
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
25
25
|
// AlignCenterVertical aliases
|
|
26
26
|
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
27
|
-
// AlignCenter aliases
|
|
28
|
-
export { default as AlignCenterIcon } from '../icons/align-center';
|
|
29
27
|
// AlignEndHorizontal aliases
|
|
30
28
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
29
|
+
// AlignCenter aliases
|
|
30
|
+
export { default as AlignCenterIcon } from '../icons/align-center';
|
|
31
31
|
// AlignEndVertical aliases
|
|
32
32
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
33
33
|
// AlignHorizontalDistributeCenter aliases
|
|
@@ -38,84 +38,84 @@ export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-hori
|
|
|
38
38
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
39
39
|
// AlignHorizontalJustifyCenter aliases
|
|
40
40
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
41
|
-
// AlignHorizontalJustifyStart aliases
|
|
42
|
-
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
43
41
|
// AlignHorizontalJustifyEnd aliases
|
|
44
42
|
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
45
43
|
// AlignHorizontalSpaceAround aliases
|
|
46
44
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
45
|
+
// AlignHorizontalJustifyStart aliases
|
|
46
|
+
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
47
47
|
// AlignHorizontalSpaceBetween aliases
|
|
48
48
|
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
49
|
-
// AlignLeft aliases
|
|
50
|
-
export { default as AlignLeftIcon } from '../icons/align-left';
|
|
51
49
|
// AlignJustify aliases
|
|
52
50
|
export { default as AlignJustifyIcon } from '../icons/align-justify';
|
|
53
|
-
//
|
|
54
|
-
export { default as
|
|
51
|
+
// AlignLeft aliases
|
|
52
|
+
export { default as AlignLeftIcon } from '../icons/align-left';
|
|
55
53
|
// AlignStartHorizontal aliases
|
|
56
54
|
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
55
|
+
// AlignRight aliases
|
|
56
|
+
export { default as AlignRightIcon } from '../icons/align-right';
|
|
57
|
+
// AlignStartVertical aliases
|
|
58
|
+
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
57
59
|
// AlignVerticalDistributeCenter aliases
|
|
58
60
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
59
61
|
// AlignVerticalDistributeEnd aliases
|
|
60
62
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
61
|
-
// AlignStartVertical aliases
|
|
62
|
-
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
63
|
-
// AlignVerticalDistributeStart aliases
|
|
64
|
-
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
65
63
|
// AlignVerticalJustifyCenter aliases
|
|
66
64
|
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
65
|
+
// AlignVerticalDistributeStart aliases
|
|
66
|
+
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
67
67
|
// AlignVerticalJustifyEnd aliases
|
|
68
68
|
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
69
69
|
// AlignVerticalJustifyStart aliases
|
|
70
70
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
71
71
|
// AlignVerticalSpaceAround aliases
|
|
72
72
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
73
|
+
// Ambulance aliases
|
|
74
|
+
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
73
75
|
// AlignVerticalSpaceBetween aliases
|
|
74
76
|
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
75
|
-
// Ampersand aliases
|
|
76
|
-
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
77
77
|
// Ampersands aliases
|
|
78
78
|
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
79
|
-
// Ambulance aliases
|
|
80
|
-
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
81
|
-
// Anchor aliases
|
|
82
|
-
export { default as AnchorIcon } from '../icons/anchor';
|
|
83
|
-
// Angry aliases
|
|
84
|
-
export { default as AngryIcon } from '../icons/angry';
|
|
85
79
|
// Amphora aliases
|
|
86
80
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
81
|
+
// Ampersand aliases
|
|
82
|
+
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
83
|
+
// Anchor aliases
|
|
84
|
+
export { default as AnchorIcon } from '../icons/anchor';
|
|
87
85
|
// Annoyed aliases
|
|
88
86
|
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
87
|
+
// Angry aliases
|
|
88
|
+
export { default as AngryIcon } from '../icons/angry';
|
|
89
89
|
// Antenna aliases
|
|
90
90
|
export { default as AntennaIcon } from '../icons/antenna';
|
|
91
|
-
// Aperture aliases
|
|
92
|
-
export { default as ApertureIcon } from '../icons/aperture';
|
|
93
91
|
// Anvil aliases
|
|
94
92
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
93
|
+
// Aperture aliases
|
|
94
|
+
export { default as ApertureIcon } from '../icons/aperture';
|
|
95
95
|
// AppWindowMac aliases
|
|
96
96
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
97
|
-
// AppWindow aliases
|
|
98
|
-
export { default as AppWindowIcon } from '../icons/app-window';
|
|
99
97
|
// Apple aliases
|
|
100
98
|
export { default as AppleIcon } from '../icons/apple';
|
|
99
|
+
// AppWindow aliases
|
|
100
|
+
export { default as AppWindowIcon } from '../icons/app-window';
|
|
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
105
|
// Archive aliases
|
|
106
106
|
export { default as ArchiveIcon } from '../icons/archive';
|
|
107
|
+
// Armchair aliases
|
|
108
|
+
export { default as ArmchairIcon } from '../icons/armchair';
|
|
107
109
|
// ArrowBigDownDash aliases
|
|
108
110
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
109
111
|
// ArrowBigDown aliases
|
|
110
112
|
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
111
113
|
// ArrowBigLeftDash aliases
|
|
112
114
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
113
|
-
// Armchair aliases
|
|
114
|
-
export { default as ArmchairIcon } from '../icons/armchair';
|
|
115
|
-
// ArrowBigRightDash aliases
|
|
116
|
-
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
117
115
|
// ArrowBigLeft aliases
|
|
118
116
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
117
|
+
// ArrowBigRightDash aliases
|
|
118
|
+
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
119
119
|
// ArrowBigRight aliases
|
|
120
120
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
121
121
|
// ArrowBigUpDash aliases
|
|
@@ -124,10 +124,10 @@ export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
|
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
|
-
// ArrowDownNarrowWide aliases
|
|
128
|
-
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
129
127
|
// ArrowDownLeft aliases
|
|
130
128
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
129
|
+
// ArrowDownNarrowWide aliases
|
|
130
|
+
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
131
131
|
// ArrowDownRight aliases
|
|
132
132
|
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
133
133
|
// ArrowDownToDot aliases
|
|
@@ -144,142 +144,142 @@ export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
|
144
144
|
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
145
145
|
// ArrowLeftToLine aliases
|
|
146
146
|
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
147
|
-
// ArrowRightFromLine aliases
|
|
148
|
-
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
149
147
|
// ArrowLeft aliases
|
|
150
148
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
149
|
+
// ArrowRightFromLine aliases
|
|
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';
|
|
151
153
|
// ArrowRightLeft aliases
|
|
152
154
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
153
155
|
// ArrowRight aliases
|
|
154
156
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
155
|
-
// ArrowRightToLine aliases
|
|
156
|
-
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
157
157
|
// ArrowUpDown aliases
|
|
158
158
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
159
159
|
// ArrowUpFromDot aliases
|
|
160
160
|
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
161
161
|
// ArrowUpFromLine aliases
|
|
162
162
|
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
163
|
-
// ArrowUpRight aliases
|
|
164
|
-
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
165
163
|
// ArrowUpLeft aliases
|
|
166
164
|
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
165
|
+
// ArrowUpRight aliases
|
|
166
|
+
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
167
167
|
// ArrowUpToLine aliases
|
|
168
168
|
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
169
169
|
// ArrowUpWideNarrow aliases
|
|
170
170
|
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
171
|
-
// ArrowsUpFromLine aliases
|
|
172
|
-
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
173
171
|
// ArrowUp aliases
|
|
174
172
|
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
173
|
+
// ArrowsUpFromLine aliases
|
|
174
|
+
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
175
175
|
// Asterisk aliases
|
|
176
176
|
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
177
177
|
// AtSign aliases
|
|
178
178
|
export { default as AtSignIcon } from '../icons/at-sign';
|
|
179
179
|
// Atom aliases
|
|
180
180
|
export { default as AtomIcon } from '../icons/atom';
|
|
181
|
-
// AudioWaveform aliases
|
|
182
|
-
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
183
181
|
// AudioLines aliases
|
|
184
182
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
183
|
+
// AudioWaveform aliases
|
|
184
|
+
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
185
185
|
// Award aliases
|
|
186
186
|
export { default as AwardIcon } from '../icons/award';
|
|
187
|
-
// Axe aliases
|
|
188
|
-
export { default as AxeIcon } from '../icons/axe';
|
|
189
187
|
// Baby aliases
|
|
190
188
|
export { default as BabyIcon } from '../icons/baby';
|
|
191
189
|
// Backpack aliases
|
|
192
190
|
export { default as BackpackIcon } from '../icons/backpack';
|
|
191
|
+
// Axe aliases
|
|
192
|
+
export { default as AxeIcon } from '../icons/axe';
|
|
193
|
+
// BadgeAlert aliases
|
|
194
|
+
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
193
195
|
// BadgeCent aliases
|
|
194
196
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
195
197
|
// BadgeDollarSign aliases
|
|
196
198
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
197
|
-
// BadgeAlert aliases
|
|
198
|
-
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
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
203
|
// BadgeInfo aliases
|
|
204
204
|
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
205
|
-
// BadgeJapaneseYen aliases
|
|
206
|
-
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
207
205
|
// BadgeMinus aliases
|
|
208
206
|
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
207
|
+
// BadgeJapaneseYen aliases
|
|
208
|
+
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
209
209
|
// BadgePercent aliases
|
|
210
210
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
211
|
-
// BadgePoundSterling aliases
|
|
212
|
-
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
213
211
|
// BadgePlus aliases
|
|
214
212
|
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
215
213
|
// BadgeRussianRuble aliases
|
|
216
214
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
217
215
|
// BadgeSwissFranc aliases
|
|
218
216
|
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
217
|
+
// BadgePoundSterling aliases
|
|
218
|
+
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
219
219
|
// BadgeTurkishLira aliases
|
|
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
|
-
//
|
|
228
|
-
export { default as
|
|
225
|
+
// Badge aliases
|
|
226
|
+
export { default as BadgeIcon } from '../icons/badge';
|
|
229
227
|
// Banana aliases
|
|
230
228
|
export { default as BananaIcon } from '../icons/banana';
|
|
231
229
|
// Bandage aliases
|
|
232
230
|
export { default as BandageIcon } from '../icons/bandage';
|
|
231
|
+
// Ban aliases
|
|
232
|
+
export { default as BanIcon } from '../icons/ban';
|
|
233
233
|
// BanknoteArrowDown aliases
|
|
234
234
|
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
235
235
|
// BanknoteArrowUp aliases
|
|
236
236
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
237
237
|
// BanknoteX aliases
|
|
238
238
|
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
239
|
-
// Barcode aliases
|
|
240
|
-
export { default as BarcodeIcon } from '../icons/barcode';
|
|
241
239
|
// Banknote aliases
|
|
242
240
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
243
241
|
// Barrel aliases
|
|
244
242
|
export { default as BarrelIcon } from '../icons/barrel';
|
|
243
|
+
// Barcode aliases
|
|
244
|
+
export { default as BarcodeIcon } from '../icons/barcode';
|
|
245
245
|
// Baseline aliases
|
|
246
246
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
247
|
-
// BatteryCharging aliases
|
|
248
|
-
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
249
247
|
// Bath aliases
|
|
250
248
|
export { default as BathIcon } from '../icons/bath';
|
|
251
|
-
//
|
|
252
|
-
export { default as
|
|
249
|
+
// BatteryCharging aliases
|
|
250
|
+
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
253
251
|
// BatteryLow aliases
|
|
254
252
|
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
255
|
-
//
|
|
256
|
-
export { default as
|
|
253
|
+
// BatteryFull aliases
|
|
254
|
+
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
257
255
|
// BatteryMedium aliases
|
|
258
256
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
259
|
-
//
|
|
260
|
-
export { default as
|
|
257
|
+
// BatteryPlus aliases
|
|
258
|
+
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
261
259
|
// Battery aliases
|
|
262
260
|
export { default as BatteryIcon } from '../icons/battery';
|
|
261
|
+
// BatteryWarning aliases
|
|
262
|
+
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
263
263
|
// Beaker aliases
|
|
264
264
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
265
|
-
// Bean aliases
|
|
266
|
-
export { default as BeanIcon } from '../icons/bean';
|
|
267
265
|
// BeanOff aliases
|
|
268
266
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
267
|
+
// Bean aliases
|
|
268
|
+
export { default as BeanIcon } from '../icons/bean';
|
|
269
269
|
// BedDouble aliases
|
|
270
270
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
271
|
-
// Bed aliases
|
|
272
|
-
export { default as BedIcon } from '../icons/bed';
|
|
273
271
|
// BedSingle aliases
|
|
274
272
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
273
|
+
// Bed aliases
|
|
274
|
+
export { default as BedIcon } from '../icons/bed';
|
|
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';
|
|
277
279
|
// Beer aliases
|
|
278
280
|
export { default as BeerIcon } from '../icons/beer';
|
|
279
281
|
// BellDot aliases
|
|
280
282
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
281
|
-
// BeerOff aliases
|
|
282
|
-
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
283
283
|
// BellElectric aliases
|
|
284
284
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
285
285
|
// BellMinus aliases
|
|
@@ -288,58 +288,58 @@ export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
|
288
288
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
289
289
|
// BellPlus aliases
|
|
290
290
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
291
|
-
// Bell aliases
|
|
292
|
-
export { default as BellIcon } from '../icons/bell';
|
|
293
291
|
// BellRing aliases
|
|
294
292
|
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
293
|
+
// Bell aliases
|
|
294
|
+
export { default as BellIcon } from '../icons/bell';
|
|
295
295
|
// BetweenVerticalEnd aliases
|
|
296
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
299
|
// Bike aliases
|
|
300
300
|
export { default as BikeIcon } from '../icons/bike';
|
|
301
|
-
// BicepsFlexed aliases
|
|
302
|
-
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
303
301
|
// Binary aliases
|
|
304
302
|
export { default as BinaryIcon } from '../icons/binary';
|
|
305
|
-
//
|
|
306
|
-
export { default as
|
|
303
|
+
// BicepsFlexed aliases
|
|
304
|
+
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
307
305
|
// Biohazard aliases
|
|
308
306
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
309
|
-
//
|
|
310
|
-
export { default as
|
|
307
|
+
// Binoculars aliases
|
|
308
|
+
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
311
309
|
// Bitcoin aliases
|
|
312
310
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
311
|
+
// Bird aliases
|
|
312
|
+
export { default as BirdIcon } from '../icons/bird';
|
|
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';
|
|
317
319
|
// BluetoothConnected aliases
|
|
318
320
|
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
319
321
|
// BluetoothOff aliases
|
|
320
322
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
321
|
-
//
|
|
322
|
-
export { default as
|
|
323
|
+
// Bluetooth aliases
|
|
324
|
+
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
323
325
|
// BluetoothSearching aliases
|
|
324
326
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
325
327
|
// Bold aliases
|
|
326
328
|
export { default as BoldIcon } from '../icons/bold';
|
|
327
|
-
// Bluetooth aliases
|
|
328
|
-
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
329
329
|
// Bolt aliases
|
|
330
330
|
export { default as BoltIcon } from '../icons/bolt';
|
|
331
331
|
// Bomb aliases
|
|
332
332
|
export { default as BombIcon } from '../icons/bomb';
|
|
333
333
|
// Bone aliases
|
|
334
334
|
export { default as BoneIcon } from '../icons/bone';
|
|
335
|
-
// BookAlert aliases
|
|
336
|
-
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
337
335
|
// BookA aliases
|
|
338
336
|
export { default as BookAIcon } from '../icons/book-a';
|
|
339
|
-
//
|
|
340
|
-
export { default as
|
|
337
|
+
// BookAlert aliases
|
|
338
|
+
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
341
339
|
// BookAudio aliases
|
|
342
340
|
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
341
|
+
// BookCheck aliases
|
|
342
|
+
export { default as BookCheckIcon } from '../icons/book-check';
|
|
343
343
|
// BookCopy aliases
|
|
344
344
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
345
345
|
// BookDown aliases
|
|
@@ -348,12 +348,12 @@ export { default as BookDownIcon } from '../icons/book-down';
|
|
|
348
348
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
349
349
|
// BookHeart aliases
|
|
350
350
|
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
351
|
-
// BookImage aliases
|
|
352
|
-
export { default as BookImageIcon } from '../icons/book-image';
|
|
353
351
|
// BookKey aliases
|
|
354
352
|
export { default as BookKeyIcon } from '../icons/book-key';
|
|
355
353
|
// BookLock aliases
|
|
356
354
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
355
|
+
// BookImage aliases
|
|
356
|
+
export { default as BookImageIcon } from '../icons/book-image';
|
|
357
357
|
// BookMinus aliases
|
|
358
358
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
359
359
|
// BookMarked aliases
|
|
@@ -364,80 +364,82 @@ export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
|
364
364
|
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
365
365
|
// BookOpen aliases
|
|
366
366
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
367
|
-
// BookText aliases
|
|
368
|
-
export { default as BookTextIcon } from '../icons/book-text';
|
|
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';
|
|
375
|
+
// BookType aliases
|
|
376
|
+
export { default as BookTypeIcon } from '../icons/book-type';
|
|
377
377
|
// BookUser aliases
|
|
378
378
|
export { default as BookUserIcon } from '../icons/book-user';
|
|
379
379
|
// BookX aliases
|
|
380
380
|
export { default as BookXIcon } from '../icons/book-x';
|
|
381
381
|
// Book aliases
|
|
382
382
|
export { default as BookIcon } from '../icons/book';
|
|
383
|
-
// BookmarkMinus aliases
|
|
384
|
-
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
385
383
|
// BookmarkCheck aliases
|
|
386
384
|
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
385
|
+
// BookmarkMinus aliases
|
|
386
|
+
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
387
387
|
// BookmarkPlus aliases
|
|
388
388
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
389
|
-
// BookmarkX aliases
|
|
390
|
-
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
391
389
|
// Bookmark aliases
|
|
392
390
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
393
|
-
//
|
|
394
|
-
export { default as
|
|
391
|
+
// BookmarkX aliases
|
|
392
|
+
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
395
393
|
// BoomBox aliases
|
|
396
394
|
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
397
395
|
// BotMessageSquare aliases
|
|
398
396
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
397
|
+
// BotOff aliases
|
|
398
|
+
export { default as BotOffIcon } from '../icons/bot-off';
|
|
399
399
|
// Bot aliases
|
|
400
400
|
export { default as BotIcon } from '../icons/bot';
|
|
401
401
|
// BottleWine aliases
|
|
402
402
|
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
403
403
|
// BowArrow aliases
|
|
404
404
|
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
405
|
-
// Box aliases
|
|
406
|
-
export { default as BoxIcon } from '../icons/box';
|
|
407
405
|
// Boxes aliases
|
|
408
406
|
export { default as BoxesIcon } from '../icons/boxes';
|
|
407
|
+
// Box aliases
|
|
408
|
+
export { default as BoxIcon } from '../icons/box';
|
|
409
409
|
// Brackets aliases
|
|
410
410
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
411
|
-
// BrainCircuit aliases
|
|
412
|
-
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
413
411
|
// BrainCog aliases
|
|
414
412
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
413
|
+
// BrainCircuit aliases
|
|
414
|
+
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
415
415
|
// Brain aliases
|
|
416
416
|
export { default as BrainIcon } from '../icons/brain';
|
|
417
417
|
// BrickWallFire aliases
|
|
418
418
|
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
419
|
+
// BrickWallShield aliases
|
|
420
|
+
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
419
421
|
// BrickWall aliases
|
|
420
422
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
421
|
-
// BriefcaseConveyorBelt aliases
|
|
422
|
-
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
423
423
|
// BriefcaseBusiness aliases
|
|
424
424
|
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
425
|
+
// BriefcaseConveyorBelt aliases
|
|
426
|
+
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
425
427
|
// BriefcaseMedical aliases
|
|
426
428
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
427
429
|
// Briefcase aliases
|
|
428
430
|
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
429
|
-
// BringToFront aliases
|
|
430
|
-
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
431
431
|
// BrushCleaning aliases
|
|
432
432
|
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
433
|
+
// BringToFront aliases
|
|
434
|
+
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
433
435
|
// Brush aliases
|
|
434
436
|
export { default as BrushIcon } from '../icons/brush';
|
|
435
|
-
// BugOff aliases
|
|
436
|
-
export { default as BugOffIcon } from '../icons/bug-off';
|
|
437
437
|
// Bubbles aliases
|
|
438
438
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
439
439
|
// BugPlay aliases
|
|
440
440
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
441
|
+
// BugOff aliases
|
|
442
|
+
export { default as BugOffIcon } from '../icons/bug-off';
|
|
441
443
|
// Bug aliases
|
|
442
444
|
export { default as BugIcon } from '../icons/bug';
|
|
443
445
|
// Building2 aliases
|
|
@@ -452,34 +454,34 @@ export { default as BusIcon } from '../icons/bus';
|
|
|
452
454
|
export { default as CableCarIcon } from '../icons/cable-car';
|
|
453
455
|
// Cable aliases
|
|
454
456
|
export { default as CableIcon } from '../icons/cable';
|
|
455
|
-
// Cake aliases
|
|
456
|
-
export { default as CakeIcon } from '../icons/cake';
|
|
457
457
|
// CakeSlice aliases
|
|
458
458
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
459
459
|
// Calculator aliases
|
|
460
460
|
export { default as CalculatorIcon } from '../icons/calculator';
|
|
461
|
-
// CalendarArrowDown aliases
|
|
462
|
-
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
463
461
|
// Calendar1 aliases
|
|
464
462
|
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
463
|
+
// Cake aliases
|
|
464
|
+
export { default as CakeIcon } from '../icons/cake';
|
|
465
|
+
// CalendarArrowDown aliases
|
|
466
|
+
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
465
467
|
// CalendarArrowUp aliases
|
|
466
468
|
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
467
469
|
// CalendarCheck2 aliases
|
|
468
470
|
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
469
471
|
// CalendarCheck aliases
|
|
470
472
|
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
473
|
+
// CalendarCog aliases
|
|
474
|
+
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
471
475
|
// CalendarClock aliases
|
|
472
476
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
473
477
|
// CalendarDays aliases
|
|
474
478
|
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
475
|
-
//
|
|
476
|
-
export { default as
|
|
479
|
+
// CalendarFold aliases
|
|
480
|
+
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
477
481
|
// CalendarHeart aliases
|
|
478
482
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
479
483
|
// CalendarMinus2 aliases
|
|
480
484
|
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
481
|
-
// CalendarFold aliases
|
|
482
|
-
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
483
485
|
// CalendarMinus aliases
|
|
484
486
|
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
485
487
|
// CalendarOff aliases
|
|
@@ -488,10 +490,10 @@ export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
|
488
490
|
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
489
491
|
// CalendarPlus aliases
|
|
490
492
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
491
|
-
// CalendarSearch aliases
|
|
492
|
-
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
493
493
|
// CalendarRange aliases
|
|
494
494
|
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
495
|
+
// CalendarSearch aliases
|
|
496
|
+
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
495
497
|
// CalendarSync aliases
|
|
496
498
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
497
499
|
// CalendarX2 aliases
|
|
@@ -500,36 +502,36 @@ export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
|
500
502
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
501
503
|
// Calendar aliases
|
|
502
504
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
503
|
-
// CameraOff aliases
|
|
504
|
-
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
505
505
|
// Camera aliases
|
|
506
506
|
export { default as CameraIcon } from '../icons/camera';
|
|
507
|
+
// CameraOff aliases
|
|
508
|
+
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
507
509
|
// CandyCane aliases
|
|
508
510
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
509
|
-
// Cannabis aliases
|
|
510
|
-
export { default as CannabisIcon } from '../icons/cannabis';
|
|
511
|
-
// Candy aliases
|
|
512
|
-
export { default as CandyIcon } from '../icons/candy';
|
|
513
511
|
// CandyOff aliases
|
|
514
512
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
513
|
+
// Candy aliases
|
|
514
|
+
export { default as CandyIcon } from '../icons/candy';
|
|
515
515
|
// CaptionsOff aliases
|
|
516
516
|
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
517
|
-
//
|
|
518
|
-
export { default as
|
|
517
|
+
// Cannabis aliases
|
|
518
|
+
export { default as CannabisIcon } from '../icons/cannabis';
|
|
519
519
|
// CarTaxiFront aliases
|
|
520
520
|
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
521
|
+
// CarFront aliases
|
|
522
|
+
export { default as CarFrontIcon } from '../icons/car-front';
|
|
521
523
|
// Car aliases
|
|
522
524
|
export { default as CarIcon } from '../icons/car';
|
|
523
525
|
// Caravan aliases
|
|
524
526
|
export { default as CaravanIcon } from '../icons/caravan';
|
|
525
527
|
// CardSim aliases
|
|
526
528
|
export { default as CardSimIcon } from '../icons/card-sim';
|
|
527
|
-
// Carrot aliases
|
|
528
|
-
export { default as CarrotIcon } from '../icons/carrot';
|
|
529
529
|
// CaseLower aliases
|
|
530
530
|
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
531
531
|
// CaseSensitive aliases
|
|
532
532
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
533
|
+
// Carrot aliases
|
|
534
|
+
export { default as CarrotIcon } from '../icons/carrot';
|
|
533
535
|
// CaseUpper aliases
|
|
534
536
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
535
537
|
// CassetteTape aliases
|
|
@@ -538,28 +540,28 @@ export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
|
538
540
|
export { default as CastIcon } from '../icons/cast';
|
|
539
541
|
// Castle aliases
|
|
540
542
|
export { default as CastleIcon } from '../icons/castle';
|
|
541
|
-
// Cat aliases
|
|
542
|
-
export { default as CatIcon } from '../icons/cat';
|
|
543
543
|
// Cctv aliases
|
|
544
544
|
export { default as CctvIcon } from '../icons/cctv';
|
|
545
|
-
//
|
|
546
|
-
export { default as
|
|
545
|
+
// Cat aliases
|
|
546
|
+
export { default as CatIcon } from '../icons/cat';
|
|
547
547
|
// ChartBarDecreasing aliases
|
|
548
548
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
549
|
+
// ChartBarIncreasing aliases
|
|
550
|
+
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
549
551
|
// ChartBarStacked aliases
|
|
550
552
|
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
551
553
|
// ChartColumnDecreasing aliases
|
|
552
554
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
553
|
-
// ChartNetwork aliases
|
|
554
|
-
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
555
|
-
// ChartGantt aliases
|
|
556
|
-
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
557
555
|
// ChartColumnStacked aliases
|
|
558
556
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
559
|
-
//
|
|
560
|
-
export { default as
|
|
557
|
+
// ChartGantt aliases
|
|
558
|
+
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
559
|
+
// ChartNetwork aliases
|
|
560
|
+
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
561
561
|
// ChartNoAxesCombined aliases
|
|
562
562
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
563
|
+
// ChartNoAxesColumnDecreasing aliases
|
|
564
|
+
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
563
565
|
// ChartSpline aliases
|
|
564
566
|
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
565
567
|
// CheckCheck aliases
|
|
@@ -568,28 +570,28 @@ export { default as CheckCheckIcon } from '../icons/check-check';
|
|
|
568
570
|
export { default as CheckLineIcon } from '../icons/check-line';
|
|
569
571
|
// Check aliases
|
|
570
572
|
export { default as CheckIcon } from '../icons/check';
|
|
571
|
-
// Cherry aliases
|
|
572
|
-
export { default as CherryIcon } from '../icons/cherry';
|
|
573
573
|
// ChefHat aliases
|
|
574
574
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
575
|
-
//
|
|
576
|
-
export { default as
|
|
575
|
+
// Cherry aliases
|
|
576
|
+
export { default as CherryIcon } from '../icons/cherry';
|
|
577
577
|
// ChevronDown aliases
|
|
578
578
|
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
579
579
|
// ChevronLast aliases
|
|
580
580
|
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
581
|
+
// ChevronFirst aliases
|
|
582
|
+
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
581
583
|
// ChevronLeft aliases
|
|
582
584
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
583
|
-
// ChevronUp aliases
|
|
584
|
-
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
585
585
|
// ChevronRight aliases
|
|
586
586
|
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
587
|
+
// ChevronUp aliases
|
|
588
|
+
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
587
589
|
// ChevronsDownUp aliases
|
|
588
590
|
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
|
+
// ChevronsDown aliases
|
|
594
|
+
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
593
595
|
// ChevronsLeftRight aliases
|
|
594
596
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
595
597
|
// ChevronsLeft aliases
|
|
@@ -598,10 +600,10 @@ export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
|
598
600
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
599
601
|
// ChevronsRight aliases
|
|
600
602
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
601
|
-
// ChevronsUpDown aliases
|
|
602
|
-
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
603
603
|
// ChevronsUp aliases
|
|
604
604
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
605
|
+
// ChevronsUpDown aliases
|
|
606
|
+
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
605
607
|
// Chrome aliases
|
|
606
608
|
export { default as ChromeIcon } from '../icons/chrome';
|
|
607
609
|
// Church aliases
|
|
@@ -618,22 +620,22 @@ export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
|
618
620
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
619
621
|
// CircleDot aliases
|
|
620
622
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
621
|
-
// CircleEllipsis aliases
|
|
622
|
-
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
623
623
|
// CircleEqual aliases
|
|
624
624
|
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
625
|
-
//
|
|
626
|
-
export { default as
|
|
625
|
+
// CircleEllipsis aliases
|
|
626
|
+
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
627
627
|
// CircleFadingPlus aliases
|
|
628
628
|
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
629
|
-
//
|
|
630
|
-
export { default as
|
|
629
|
+
// CircleFadingArrowUp aliases
|
|
630
|
+
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
631
631
|
// CircleOff aliases
|
|
632
632
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
633
|
-
//
|
|
634
|
-
export { default as
|
|
633
|
+
// CirclePoundSterling aliases
|
|
634
|
+
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
635
635
|
// CircleSmall aliases
|
|
636
636
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
637
|
+
// CircleSlash aliases
|
|
638
|
+
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
637
639
|
// CircleStar aliases
|
|
638
640
|
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
639
641
|
// Circle aliases
|
|
@@ -650,28 +652,28 @@ export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
|
650
652
|
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
651
653
|
// ClipboardCopy aliases
|
|
652
654
|
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
653
|
-
// ClipboardMinus aliases
|
|
654
|
-
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
655
655
|
// ClipboardList aliases
|
|
656
656
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
657
|
+
// ClipboardMinus aliases
|
|
658
|
+
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
657
659
|
// ClipboardPaste aliases
|
|
658
660
|
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
659
661
|
// ClipboardPlus aliases
|
|
660
662
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
661
663
|
// ClipboardType aliases
|
|
662
664
|
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
665
|
+
// Clipboard aliases
|
|
666
|
+
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
663
667
|
// ClipboardX aliases
|
|
664
668
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
665
669
|
// Clock1 aliases
|
|
666
670
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
667
|
-
// Clipboard aliases
|
|
668
|
-
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
669
671
|
// Clock10 aliases
|
|
670
672
|
export { default as Clock10Icon } from '../icons/clock-10';
|
|
671
|
-
// Clock12 aliases
|
|
672
|
-
export { default as Clock12Icon } from '../icons/clock-12';
|
|
673
673
|
// Clock11 aliases
|
|
674
674
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
675
|
+
// Clock12 aliases
|
|
676
|
+
export { default as Clock12Icon } from '../icons/clock-12';
|
|
675
677
|
// Clock2 aliases
|
|
676
678
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
677
679
|
// Clock3 aliases
|
|
@@ -682,10 +684,10 @@ export { default as Clock4Icon } from '../icons/clock-4';
|
|
|
682
684
|
export { default as Clock5Icon } from '../icons/clock-5';
|
|
683
685
|
// Clock6 aliases
|
|
684
686
|
export { default as Clock6Icon } from '../icons/clock-6';
|
|
685
|
-
// Clock7 aliases
|
|
686
|
-
export { default as Clock7Icon } from '../icons/clock-7';
|
|
687
687
|
// Clock8 aliases
|
|
688
688
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
689
|
+
// Clock7 aliases
|
|
690
|
+
export { default as Clock7Icon } from '../icons/clock-7';
|
|
689
691
|
// Clock9 aliases
|
|
690
692
|
export { default as Clock9Icon } from '../icons/clock-9';
|
|
691
693
|
// ClockAlert aliases
|
|
@@ -698,34 +700,34 @@ export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
|
698
700
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
699
701
|
// ClockPlus aliases
|
|
700
702
|
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
701
|
-
// ClosedCaption aliases
|
|
702
|
-
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
703
|
-
// CloudAlert aliases
|
|
704
|
-
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
705
703
|
// Clock aliases
|
|
706
704
|
export { default as ClockIcon } from '../icons/clock';
|
|
705
|
+
// ClosedCaption aliases
|
|
706
|
+
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
707
707
|
// CloudCheck aliases
|
|
708
708
|
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
709
|
-
// CloudDrizzle aliases
|
|
710
|
-
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
711
709
|
// CloudCog aliases
|
|
712
710
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
713
|
-
//
|
|
714
|
-
export { default as
|
|
711
|
+
// CloudAlert aliases
|
|
712
|
+
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
713
|
+
// CloudDrizzle aliases
|
|
714
|
+
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
715
715
|
// CloudFog aliases
|
|
716
716
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
717
|
+
// CloudHail aliases
|
|
718
|
+
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
717
719
|
// CloudLightning aliases
|
|
718
720
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
719
721
|
// CloudMoon aliases
|
|
720
722
|
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
721
723
|
// CloudMoonRain aliases
|
|
722
724
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
723
|
-
// CloudOff aliases
|
|
724
|
-
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
725
725
|
// CloudRainWind aliases
|
|
726
726
|
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
727
727
|
// CloudRain aliases
|
|
728
728
|
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
729
|
+
// CloudOff aliases
|
|
730
|
+
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
729
731
|
// CloudSnow aliases
|
|
730
732
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
731
733
|
// CloudSunRain aliases
|
|
@@ -740,30 +742,30 @@ export { default as CloudyIcon } from '../icons/cloudy';
|
|
|
740
742
|
export { default as ClubIcon } from '../icons/club';
|
|
741
743
|
// Clover aliases
|
|
742
744
|
export { default as CloverIcon } from '../icons/clover';
|
|
743
|
-
// Codepen aliases
|
|
744
|
-
export { default as CodepenIcon } from '../icons/codepen';
|
|
745
745
|
// Code aliases
|
|
746
746
|
export { default as CodeIcon } from '../icons/code';
|
|
747
|
+
// Codepen aliases
|
|
748
|
+
export { default as CodepenIcon } from '../icons/codepen';
|
|
747
749
|
// Codesandbox aliases
|
|
748
750
|
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
749
751
|
// Coffee aliases
|
|
750
752
|
export { default as CoffeeIcon } from '../icons/coffee';
|
|
751
753
|
// Cog aliases
|
|
752
754
|
export { default as CogIcon } from '../icons/cog';
|
|
753
|
-
// Columns4 aliases
|
|
754
|
-
export { default as Columns4Icon } from '../icons/columns-4';
|
|
755
755
|
// Coins aliases
|
|
756
756
|
export { default as CoinsIcon } from '../icons/coins';
|
|
757
|
+
// Columns4 aliases
|
|
758
|
+
export { default as Columns4Icon } from '../icons/columns-4';
|
|
757
759
|
// Combine aliases
|
|
758
760
|
export { default as CombineIcon } from '../icons/combine';
|
|
759
|
-
// Command aliases
|
|
760
|
-
export { default as CommandIcon } from '../icons/command';
|
|
761
761
|
// Compass aliases
|
|
762
762
|
export { default as CompassIcon } from '../icons/compass';
|
|
763
|
-
//
|
|
764
|
-
export { default as
|
|
763
|
+
// Command aliases
|
|
764
|
+
export { default as CommandIcon } from '../icons/command';
|
|
765
765
|
// Component aliases
|
|
766
766
|
export { default as ComponentIcon } from '../icons/component';
|
|
767
|
+
// Computer aliases
|
|
768
|
+
export { default as ComputerIcon } from '../icons/computer';
|
|
767
769
|
// ConciergeBell aliases
|
|
768
770
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
769
771
|
// Cone aliases
|
|
@@ -776,28 +778,28 @@ export { default as ContainerIcon } from '../icons/container';
|
|
|
776
778
|
export { default as ContactIcon } from '../icons/contact';
|
|
777
779
|
// Contrast aliases
|
|
778
780
|
export { default as ContrastIcon } from '../icons/contrast';
|
|
781
|
+
// CookingPot aliases
|
|
782
|
+
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
779
783
|
// Cookie aliases
|
|
780
784
|
export { default as CookieIcon } from '../icons/cookie';
|
|
781
785
|
// CopyCheck aliases
|
|
782
786
|
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
783
|
-
// CookingPot aliases
|
|
784
|
-
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
785
|
-
// CopyPlus aliases
|
|
786
|
-
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
787
787
|
// CopyMinus aliases
|
|
788
788
|
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
789
|
-
//
|
|
790
|
-
export { default as
|
|
789
|
+
// CopyPlus aliases
|
|
790
|
+
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
791
791
|
// CopySlash aliases
|
|
792
792
|
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
793
|
-
//
|
|
794
|
-
export { default as
|
|
793
|
+
// CopyX aliases
|
|
794
|
+
export { default as CopyXIcon } from '../icons/copy-x';
|
|
795
795
|
// Copyleft aliases
|
|
796
796
|
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
797
|
-
//
|
|
798
|
-
export { default as
|
|
797
|
+
// Copy aliases
|
|
798
|
+
export { default as CopyIcon } from '../icons/copy';
|
|
799
799
|
// Copyright aliases
|
|
800
800
|
export { default as CopyrightIcon } from '../icons/copyright';
|
|
801
|
+
// CornerDownLeft aliases
|
|
802
|
+
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
801
803
|
// CornerDownRight aliases
|
|
802
804
|
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
803
805
|
// CornerLeftDown aliases
|
|
@@ -808,10 +810,10 @@ export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
|
808
810
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
809
811
|
// CornerRightUp aliases
|
|
810
812
|
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
811
|
-
// CornerUpLeft aliases
|
|
812
|
-
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
813
813
|
// CornerUpRight aliases
|
|
814
814
|
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
815
|
+
// CornerUpLeft aliases
|
|
816
|
+
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
815
817
|
// Cpu aliases
|
|
816
818
|
export { default as CpuIcon } from '../icons/cpu';
|
|
817
819
|
// CreativeCommons aliases
|
|
@@ -830,34 +832,34 @@ export { default as CrosshairIcon } from '../icons/crosshair';
|
|
|
830
832
|
export { default as CrownIcon } from '../icons/crown';
|
|
831
833
|
// Cuboid aliases
|
|
832
834
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
833
|
-
// CupSoda aliases
|
|
834
|
-
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
835
835
|
// Currency aliases
|
|
836
836
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
837
|
+
// CupSoda aliases
|
|
838
|
+
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
837
839
|
// Cylinder aliases
|
|
838
840
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
839
841
|
// Dam aliases
|
|
840
842
|
export { default as DamIcon } from '../icons/dam';
|
|
841
|
-
// DatabaseZap aliases
|
|
842
|
-
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
843
843
|
// DatabaseBackup aliases
|
|
844
844
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
845
845
|
// Database aliases
|
|
846
846
|
export { default as DatabaseIcon } from '../icons/database';
|
|
847
847
|
// DecimalsArrowLeft aliases
|
|
848
848
|
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
849
|
+
// DecimalsArrowRight aliases
|
|
850
|
+
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
851
|
+
// DatabaseZap aliases
|
|
852
|
+
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
849
853
|
// Delete aliases
|
|
850
854
|
export { default as DeleteIcon } from '../icons/delete';
|
|
851
855
|
// Dessert aliases
|
|
852
856
|
export { default as DessertIcon } from '../icons/dessert';
|
|
853
|
-
// DecimalsArrowRight aliases
|
|
854
|
-
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
855
857
|
// Diameter aliases
|
|
856
858
|
export { default as DiameterIcon } from '../icons/diameter';
|
|
857
|
-
// DiamondMinus aliases
|
|
858
|
-
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
859
859
|
// DiamondPlus aliases
|
|
860
860
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
861
|
+
// DiamondMinus aliases
|
|
862
|
+
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
861
863
|
// Diamond aliases
|
|
862
864
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
863
865
|
// Dice1 aliases
|
|
@@ -866,68 +868,68 @@ export { default as Dice1Icon } from '../icons/dice-1';
|
|
|
866
868
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
867
869
|
// Dice3 aliases
|
|
868
870
|
export { default as Dice3Icon } from '../icons/dice-3';
|
|
869
|
-
// Dice5 aliases
|
|
870
|
-
export { default as Dice5Icon } from '../icons/dice-5';
|
|
871
871
|
// Dice4 aliases
|
|
872
872
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
873
|
+
// Dice5 aliases
|
|
874
|
+
export { default as Dice5Icon } from '../icons/dice-5';
|
|
873
875
|
// Dice6 aliases
|
|
874
876
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
877
|
+
// Dices aliases
|
|
878
|
+
export { default as DicesIcon } from '../icons/dices';
|
|
875
879
|
// Diff aliases
|
|
876
880
|
export { default as DiffIcon } from '../icons/diff';
|
|
877
881
|
// Disc2 aliases
|
|
878
882
|
export { default as Disc2Icon } from '../icons/disc-2';
|
|
879
|
-
// Dices aliases
|
|
880
|
-
export { default as DicesIcon } from '../icons/dices';
|
|
881
883
|
// Disc3 aliases
|
|
882
884
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
883
885
|
// Disc aliases
|
|
884
886
|
export { default as DiscIcon } from '../icons/disc';
|
|
885
|
-
// Divide aliases
|
|
886
|
-
export { default as DivideIcon } from '../icons/divide';
|
|
887
887
|
// DiscAlbum aliases
|
|
888
888
|
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
889
|
-
//
|
|
890
|
-
export { default as
|
|
889
|
+
// Divide aliases
|
|
890
|
+
export { default as DivideIcon } from '../icons/divide';
|
|
891
891
|
// DnaOff aliases
|
|
892
892
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
893
|
-
//
|
|
894
|
-
export { default as
|
|
893
|
+
// Dna aliases
|
|
894
|
+
export { default as DnaIcon } from '../icons/dna';
|
|
895
895
|
// Dock aliases
|
|
896
896
|
export { default as DockIcon } from '../icons/dock';
|
|
897
|
+
// Dog aliases
|
|
898
|
+
export { default as DogIcon } from '../icons/dog';
|
|
897
899
|
// DollarSign aliases
|
|
898
900
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
899
|
-
// DoorClosedLocked aliases
|
|
900
|
-
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
901
901
|
// Donut aliases
|
|
902
902
|
export { default as DonutIcon } from '../icons/donut';
|
|
903
|
+
// DoorClosedLocked aliases
|
|
904
|
+
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
903
905
|
// DoorClosed aliases
|
|
904
906
|
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
905
907
|
// DoorOpen aliases
|
|
906
908
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
909
|
+
// Dot aliases
|
|
910
|
+
export { default as DotIcon } from '../icons/dot';
|
|
907
911
|
// Download aliases
|
|
908
912
|
export { default as DownloadIcon } from '../icons/download';
|
|
909
913
|
// DraftingCompass aliases
|
|
910
914
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
911
915
|
// Drama aliases
|
|
912
916
|
export { default as DramaIcon } from '../icons/drama';
|
|
913
|
-
// Dot aliases
|
|
914
|
-
export { default as DotIcon } from '../icons/dot';
|
|
915
917
|
// Dribbble aliases
|
|
916
918
|
export { default as DribbbleIcon } from '../icons/dribbble';
|
|
917
|
-
// Drill aliases
|
|
918
|
-
export { default as DrillIcon } from '../icons/drill';
|
|
919
919
|
// Drone aliases
|
|
920
920
|
export { default as DroneIcon } from '../icons/drone';
|
|
921
|
+
// Drill aliases
|
|
922
|
+
export { default as DrillIcon } from '../icons/drill';
|
|
921
923
|
// DropletOff aliases
|
|
922
924
|
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
923
925
|
// Droplet aliases
|
|
924
926
|
export { default as DropletIcon } from '../icons/droplet';
|
|
925
927
|
// Droplets aliases
|
|
926
928
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
927
|
-
// Drum aliases
|
|
928
|
-
export { default as DrumIcon } from '../icons/drum';
|
|
929
929
|
// Drumstick aliases
|
|
930
930
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
931
|
+
// Drum aliases
|
|
932
|
+
export { default as DrumIcon } from '../icons/drum';
|
|
931
933
|
// Dumbbell aliases
|
|
932
934
|
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
933
935
|
// EarOff aliases
|
|
@@ -942,10 +944,10 @@ export { default as EclipseIcon } from '../icons/eclipse';
|
|
|
942
944
|
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
943
945
|
// EggOff aliases
|
|
944
946
|
export { default as EggOffIcon } from '../icons/egg-off';
|
|
945
|
-
// EqualApproximately aliases
|
|
946
|
-
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
947
947
|
// Egg aliases
|
|
948
948
|
export { default as EggIcon } from '../icons/egg';
|
|
949
|
+
// EqualApproximately aliases
|
|
950
|
+
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
949
951
|
// EqualNot aliases
|
|
950
952
|
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
951
953
|
// Equal aliases
|
|
@@ -956,102 +958,102 @@ export { default as EraserIcon } from '../icons/eraser';
|
|
|
956
958
|
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
957
959
|
// Euro aliases
|
|
958
960
|
export { default as EuroIcon } from '../icons/euro';
|
|
959
|
-
// ExternalLink aliases
|
|
960
|
-
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
961
961
|
// Expand aliases
|
|
962
962
|
export { default as ExpandIcon } from '../icons/expand';
|
|
963
|
+
// ExternalLink aliases
|
|
964
|
+
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
963
965
|
// EyeClosed aliases
|
|
964
966
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
967
|
+
// EyeOff aliases
|
|
968
|
+
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
965
969
|
// Facebook aliases
|
|
966
970
|
export { default as FacebookIcon } from '../icons/facebook';
|
|
967
971
|
// Eye aliases
|
|
968
972
|
export { default as EyeIcon } from '../icons/eye';
|
|
969
|
-
// EyeOff aliases
|
|
970
|
-
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
971
|
-
// Fan aliases
|
|
972
|
-
export { default as FanIcon } from '../icons/fan';
|
|
973
973
|
// Factory aliases
|
|
974
974
|
export { default as FactoryIcon } from '../icons/factory';
|
|
975
|
+
// Fan aliases
|
|
976
|
+
export { default as FanIcon } from '../icons/fan';
|
|
975
977
|
// FastForward aliases
|
|
976
978
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
977
979
|
// Feather aliases
|
|
978
980
|
export { default as FeatherIcon } from '../icons/feather';
|
|
979
|
-
// FerrisWheel aliases
|
|
980
|
-
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
981
981
|
// Fence aliases
|
|
982
982
|
export { default as FenceIcon } from '../icons/fence';
|
|
983
|
+
// FerrisWheel aliases
|
|
984
|
+
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
983
985
|
// Figma aliases
|
|
984
986
|
export { default as FigmaIcon } from '../icons/figma';
|
|
985
987
|
// FileArchive aliases
|
|
986
988
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
987
|
-
// FileBadge2 aliases
|
|
988
|
-
export { default as FileBadge2Icon } from '../icons/file-badge-2';
|
|
989
989
|
// FileAudio2 aliases
|
|
990
990
|
export { default as FileAudio2Icon } from '../icons/file-audio-2';
|
|
991
|
-
// FileBadge aliases
|
|
992
|
-
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
993
991
|
// FileAudio aliases
|
|
994
992
|
export { default as FileAudioIcon } from '../icons/file-audio';
|
|
993
|
+
// FileBadge2 aliases
|
|
994
|
+
export { default as FileBadge2Icon } from '../icons/file-badge-2';
|
|
995
|
+
// FileBadge aliases
|
|
996
|
+
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
997
|
+
// FileBox aliases
|
|
998
|
+
export { default as FileBoxIcon } from '../icons/file-box';
|
|
995
999
|
// FileCheck2 aliases
|
|
996
1000
|
export { default as FileCheck2Icon } from '../icons/file-check-2';
|
|
997
1001
|
// FileCheck aliases
|
|
998
1002
|
export { default as FileCheckIcon } from '../icons/file-check';
|
|
999
|
-
// FileBox aliases
|
|
1000
|
-
export { default as FileBoxIcon } from '../icons/file-box';
|
|
1001
1003
|
// FileClock aliases
|
|
1002
1004
|
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1003
1005
|
// FileCode2 aliases
|
|
1004
1006
|
export { default as FileCode2Icon } from '../icons/file-code-2';
|
|
1005
1007
|
// FileCode aliases
|
|
1006
1008
|
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1007
|
-
// FileDigit aliases
|
|
1008
|
-
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1009
1009
|
// FileDiff aliases
|
|
1010
1010
|
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
1011
|
+
// FileDigit aliases
|
|
1012
|
+
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1011
1013
|
// FileDown aliases
|
|
1012
1014
|
export { default as FileDownIcon } from '../icons/file-down';
|
|
1013
|
-
// FileInput aliases
|
|
1014
|
-
export { default as FileInputIcon } from '../icons/file-input';
|
|
1015
1015
|
// FileHeart aliases
|
|
1016
1016
|
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1017
1017
|
// FileImage aliases
|
|
1018
1018
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
1019
|
+
// FileInput aliases
|
|
1020
|
+
export { default as FileInputIcon } from '../icons/file-input';
|
|
1019
1021
|
// FileJson2 aliases
|
|
1020
1022
|
export { default as FileJson2Icon } from '../icons/file-json-2';
|
|
1021
|
-
// FileKey2 aliases
|
|
1022
|
-
export { default as FileKey2Icon } from '../icons/file-key-2';
|
|
1023
1023
|
// FileJson aliases
|
|
1024
1024
|
export { default as FileJsonIcon } from '../icons/file-json';
|
|
1025
|
+
// FileKey2 aliases
|
|
1026
|
+
export { default as FileKey2Icon } from '../icons/file-key-2';
|
|
1025
1027
|
// FileKey aliases
|
|
1026
1028
|
export { default as FileKeyIcon } from '../icons/file-key';
|
|
1029
|
+
// FileLock2 aliases
|
|
1030
|
+
export { default as FileLock2Icon } from '../icons/file-lock-2';
|
|
1027
1031
|
// FileLock aliases
|
|
1028
1032
|
export { default as FileLockIcon } from '../icons/file-lock';
|
|
1029
1033
|
// FileMinus2 aliases
|
|
1030
1034
|
export { default as FileMinus2Icon } from '../icons/file-minus-2';
|
|
1031
1035
|
// FileMinus aliases
|
|
1032
1036
|
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1033
|
-
// FileLock2 aliases
|
|
1034
|
-
export { default as FileLock2Icon } from '../icons/file-lock-2';
|
|
1035
1037
|
// FileMusic aliases
|
|
1036
1038
|
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1037
|
-
// FilePlus2 aliases
|
|
1038
|
-
export { default as FilePlus2Icon } from '../icons/file-plus-2';
|
|
1039
1039
|
// FileOutput aliases
|
|
1040
1040
|
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1041
|
-
//
|
|
1042
|
-
export { default as
|
|
1041
|
+
// FilePlus2 aliases
|
|
1042
|
+
export { default as FilePlus2Icon } from '../icons/file-plus-2';
|
|
1043
1043
|
// FilePlus aliases
|
|
1044
1044
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1045
|
+
// FileScan aliases
|
|
1046
|
+
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1045
1047
|
// FileSearch2 aliases
|
|
1046
1048
|
export { default as FileSearch2Icon } from '../icons/file-search-2';
|
|
1047
1049
|
// FileSearch aliases
|
|
1048
1050
|
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1049
1051
|
// FileSliders aliases
|
|
1050
1052
|
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1051
|
-
// FileStack aliases
|
|
1052
|
-
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1053
1053
|
// FileSpreadsheet aliases
|
|
1054
1054
|
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1055
|
+
// FileStack aliases
|
|
1056
|
+
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1055
1057
|
// FileSymlink aliases
|
|
1056
1058
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1057
1059
|
// FileTerminal aliases
|
|
@@ -1060,42 +1062,42 @@ export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
|
1060
1062
|
export { default as FileTextIcon } from '../icons/file-text';
|
|
1061
1063
|
// FileType2 aliases
|
|
1062
1064
|
export { default as FileType2Icon } from '../icons/file-type-2';
|
|
1065
|
+
// FileUser aliases
|
|
1066
|
+
export { default as FileUserIcon } from '../icons/file-user';
|
|
1063
1067
|
// FileType aliases
|
|
1064
1068
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1065
1069
|
// FileUp aliases
|
|
1066
1070
|
export { default as FileUpIcon } from '../icons/file-up';
|
|
1067
|
-
// FileUser aliases
|
|
1068
|
-
export { default as FileUserIcon } from '../icons/file-user';
|
|
1069
1071
|
// FileVolume2 aliases
|
|
1070
1072
|
export { default as FileVolume2Icon } from '../icons/file-volume-2';
|
|
1071
|
-
// FileVolume aliases
|
|
1072
|
-
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1073
1073
|
// FileWarning aliases
|
|
1074
1074
|
export { default as FileWarningIcon } from '../icons/file-warning';
|
|
1075
|
-
// FileX aliases
|
|
1076
|
-
export { default as FileXIcon } from '../icons/file-x';
|
|
1077
1075
|
// FileX2 aliases
|
|
1078
1076
|
export { default as FileX2Icon } from '../icons/file-x-2';
|
|
1077
|
+
// FileVolume aliases
|
|
1078
|
+
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1079
|
+
// FileX aliases
|
|
1080
|
+
export { default as FileXIcon } from '../icons/file-x';
|
|
1079
1081
|
// File aliases
|
|
1080
1082
|
export { default as FileIcon } from '../icons/file';
|
|
1081
|
-
// Files aliases
|
|
1082
|
-
export { default as FilesIcon } from '../icons/files';
|
|
1083
1083
|
// Film aliases
|
|
1084
1084
|
export { default as FilmIcon } from '../icons/film';
|
|
1085
1085
|
// Fingerprint aliases
|
|
1086
1086
|
export { default as FingerprintIcon } from '../icons/fingerprint';
|
|
1087
|
+
// Files aliases
|
|
1088
|
+
export { default as FilesIcon } from '../icons/files';
|
|
1087
1089
|
// FireExtinguisher aliases
|
|
1088
1090
|
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1089
1091
|
// FishOff aliases
|
|
1090
1092
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1091
1093
|
// FishSymbol aliases
|
|
1092
1094
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1095
|
+
// FlagOff aliases
|
|
1096
|
+
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1093
1097
|
// Fish aliases
|
|
1094
1098
|
export { default as FishIcon } from '../icons/fish';
|
|
1095
1099
|
// FlagTriangleLeft aliases
|
|
1096
1100
|
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1097
|
-
// FlagOff aliases
|
|
1098
|
-
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1099
1101
|
// FlagTriangleRight aliases
|
|
1100
1102
|
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1101
1103
|
// Flag aliases
|
|
@@ -1108,64 +1110,64 @@ export { default as FlameIcon } from '../icons/flame';
|
|
|
1108
1110
|
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1109
1111
|
// Flashlight aliases
|
|
1110
1112
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1111
|
-
// FlaskConical aliases
|
|
1112
|
-
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1113
1113
|
// FlaskConicalOff aliases
|
|
1114
1114
|
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1115
|
+
// FlaskConical aliases
|
|
1116
|
+
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1115
1117
|
// FlaskRound aliases
|
|
1116
1118
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1117
|
-
// FlipHorizontal aliases
|
|
1118
|
-
export { default as FlipHorizontalIcon } from '../icons/flip-horizontal';
|
|
1119
1119
|
// FlipHorizontal2 aliases
|
|
1120
1120
|
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1121
|
-
//
|
|
1122
|
-
export { default as
|
|
1121
|
+
// FlipHorizontal aliases
|
|
1122
|
+
export { default as FlipHorizontalIcon } from '../icons/flip-horizontal';
|
|
1123
1123
|
// FlipVertical2 aliases
|
|
1124
1124
|
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1125
|
-
//
|
|
1126
|
-
export { default as
|
|
1125
|
+
// FlipVertical aliases
|
|
1126
|
+
export { default as FlipVerticalIcon } from '../icons/flip-vertical';
|
|
1127
1127
|
// Flower2 aliases
|
|
1128
1128
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1129
|
+
// Flower aliases
|
|
1130
|
+
export { default as FlowerIcon } from '../icons/flower';
|
|
1129
1131
|
// Focus aliases
|
|
1130
1132
|
export { default as FocusIcon } from '../icons/focus';
|
|
1131
|
-
// FoldHorizontal aliases
|
|
1132
|
-
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1133
1133
|
// FoldVertical aliases
|
|
1134
1134
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1135
|
-
//
|
|
1136
|
-
export { default as
|
|
1135
|
+
// FoldHorizontal aliases
|
|
1136
|
+
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1137
1137
|
// FolderCheck aliases
|
|
1138
1138
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1139
|
+
// FolderArchive aliases
|
|
1140
|
+
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1139
1141
|
// FolderClock aliases
|
|
1140
1142
|
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1141
1143
|
// FolderClosed aliases
|
|
1142
1144
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1143
1145
|
// FolderCode aliases
|
|
1144
1146
|
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1145
|
-
// FolderDown aliases
|
|
1146
|
-
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1147
1147
|
// FolderDot aliases
|
|
1148
1148
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1149
|
+
// FolderDown aliases
|
|
1150
|
+
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1149
1151
|
// FolderGit2 aliases
|
|
1150
1152
|
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1153
|
+
// FolderHeart aliases
|
|
1154
|
+
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1151
1155
|
// FolderGit aliases
|
|
1152
1156
|
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1153
1157
|
// FolderInput aliases
|
|
1154
1158
|
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1155
|
-
// FolderHeart aliases
|
|
1156
|
-
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1157
1159
|
// FolderKanban aliases
|
|
1158
1160
|
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1159
1161
|
// FolderKey aliases
|
|
1160
1162
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1161
|
-
// FolderMinus aliases
|
|
1162
|
-
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1163
1163
|
// FolderLock aliases
|
|
1164
1164
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1165
|
-
//
|
|
1166
|
-
export { default as
|
|
1165
|
+
// FolderMinus aliases
|
|
1166
|
+
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1167
1167
|
// FolderOpen aliases
|
|
1168
1168
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1169
|
+
// FolderOpenDot aliases
|
|
1170
|
+
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1169
1171
|
// FolderOutput aliases
|
|
1170
1172
|
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1171
1173
|
// FolderPlus aliases
|
|
@@ -1174,20 +1176,20 @@ export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
|
1174
1176
|
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1175
1177
|
// FolderSearch2 aliases
|
|
1176
1178
|
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1177
|
-
// FolderSymlink aliases
|
|
1178
|
-
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1179
|
-
// FolderTree aliases
|
|
1180
|
-
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1181
1179
|
// FolderSearch aliases
|
|
1182
1180
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1181
|
+
// FolderSymlink aliases
|
|
1182
|
+
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1183
1183
|
// FolderSync aliases
|
|
1184
1184
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1185
1185
|
// FolderUp aliases
|
|
1186
1186
|
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1187
|
-
//
|
|
1188
|
-
export { default as
|
|
1187
|
+
// FolderTree aliases
|
|
1188
|
+
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1189
1189
|
// Folder aliases
|
|
1190
1190
|
export { default as FolderIcon } from '../icons/folder';
|
|
1191
|
+
// FolderX aliases
|
|
1192
|
+
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1191
1193
|
// Folders aliases
|
|
1192
1194
|
export { default as FoldersIcon } from '../icons/folders';
|
|
1193
1195
|
// Footprints aliases
|
|
@@ -1198,48 +1200,48 @@ export { default as ForkliftIcon } from '../icons/forklift';
|
|
|
1198
1200
|
export { default as ForwardIcon } from '../icons/forward';
|
|
1199
1201
|
// Frame aliases
|
|
1200
1202
|
export { default as FrameIcon } from '../icons/frame';
|
|
1203
|
+
// Framer aliases
|
|
1204
|
+
export { default as FramerIcon } from '../icons/framer';
|
|
1201
1205
|
// Frown aliases
|
|
1202
1206
|
export { default as FrownIcon } from '../icons/frown';
|
|
1203
1207
|
// Fuel aliases
|
|
1204
1208
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1205
|
-
// Framer aliases
|
|
1206
|
-
export { default as FramerIcon } from '../icons/framer';
|
|
1207
1209
|
// Fullscreen aliases
|
|
1208
1210
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1209
1211
|
// FunnelPlus aliases
|
|
1210
1212
|
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1211
|
-
// GalleryHorizontal aliases
|
|
1212
|
-
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1213
1213
|
// GalleryHorizontalEnd aliases
|
|
1214
1214
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1215
|
-
//
|
|
1216
|
-
export { default as
|
|
1215
|
+
// GalleryHorizontal aliases
|
|
1216
|
+
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1217
1217
|
// GalleryVerticalEnd aliases
|
|
1218
1218
|
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1219
|
+
// GalleryThumbnails aliases
|
|
1220
|
+
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1219
1221
|
// GalleryVertical aliases
|
|
1220
1222
|
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1221
1223
|
// Gamepad2 aliases
|
|
1222
1224
|
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1223
|
-
// Gauge aliases
|
|
1224
|
-
export { default as GaugeIcon } from '../icons/gauge';
|
|
1225
1225
|
// Gamepad aliases
|
|
1226
1226
|
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1227
1227
|
// Gavel aliases
|
|
1228
1228
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1229
|
+
// Gauge aliases
|
|
1230
|
+
export { default as GaugeIcon } from '../icons/gauge';
|
|
1229
1231
|
// Gem aliases
|
|
1230
1232
|
export { default as GemIcon } from '../icons/gem';
|
|
1233
|
+
// Gift aliases
|
|
1234
|
+
export { default as GiftIcon } from '../icons/gift';
|
|
1231
1235
|
// GeorgianLari aliases
|
|
1232
1236
|
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1233
1237
|
// Ghost aliases
|
|
1234
1238
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1235
|
-
// Gift aliases
|
|
1236
|
-
export { default as GiftIcon } from '../icons/gift';
|
|
1237
1239
|
// GitBranchPlus aliases
|
|
1238
1240
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1239
|
-
// GitCommitVertical aliases
|
|
1240
|
-
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1241
1241
|
// GitBranch aliases
|
|
1242
1242
|
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1243
|
+
// GitCommitVertical aliases
|
|
1244
|
+
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1243
1245
|
// GitCompareArrows aliases
|
|
1244
1246
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1245
1247
|
// GitCompare aliases
|
|
@@ -1248,16 +1250,16 @@ export { default as GitCompareIcon } from '../icons/git-compare';
|
|
|
1248
1250
|
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1249
1251
|
// GitGraph aliases
|
|
1250
1252
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1251
|
-
// GitPullRequestArrow aliases
|
|
1252
|
-
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1253
1253
|
// GitMerge aliases
|
|
1254
1254
|
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1255
|
+
// GitPullRequestArrow aliases
|
|
1256
|
+
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1257
|
+
// GitPullRequestCreateArrow aliases
|
|
1258
|
+
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1255
1259
|
// GitPullRequestClosed aliases
|
|
1256
1260
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1257
1261
|
// GitPullRequestCreate aliases
|
|
1258
1262
|
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1259
|
-
// GitPullRequestCreateArrow aliases
|
|
1260
|
-
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1261
1263
|
// GitPullRequestDraft aliases
|
|
1262
1264
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1263
1265
|
// GitPullRequest aliases
|
|
@@ -1284,10 +1286,10 @@ export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
|
1284
1286
|
export { default as GrapeIcon } from '../icons/grape';
|
|
1285
1287
|
// Grid3x2 aliases
|
|
1286
1288
|
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1287
|
-
// GripHorizontal aliases
|
|
1288
|
-
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1289
1289
|
// GripVertical aliases
|
|
1290
1290
|
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1291
|
+
// GripHorizontal aliases
|
|
1292
|
+
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1291
1293
|
// Grip aliases
|
|
1292
1294
|
export { default as GripIcon } from '../icons/grip';
|
|
1293
1295
|
// Group aliases
|
|
@@ -1322,150 +1324,150 @@ export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
|
1322
1324
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1323
1325
|
// HardDrive aliases
|
|
1324
1326
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1325
|
-
// Hash aliases
|
|
1326
|
-
export { default as HashIcon } from '../icons/hash';
|
|
1327
|
-
// HatGlasses aliases
|
|
1328
|
-
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1329
1327
|
// HardHat aliases
|
|
1330
1328
|
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1329
|
+
// Hash aliases
|
|
1330
|
+
export { default as HashIcon } from '../icons/hash';
|
|
1331
1331
|
// Haze aliases
|
|
1332
1332
|
export { default as HazeIcon } from '../icons/haze';
|
|
1333
|
+
// HatGlasses aliases
|
|
1334
|
+
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1333
1335
|
// HdmiPort aliases
|
|
1334
1336
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1335
1337
|
// Heading1 aliases
|
|
1336
1338
|
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1337
|
-
// Heading3 aliases
|
|
1338
|
-
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1339
1339
|
// Heading2 aliases
|
|
1340
1340
|
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1341
|
+
// Heading3 aliases
|
|
1342
|
+
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1341
1343
|
// Heading4 aliases
|
|
1342
1344
|
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1343
|
-
// Heading6 aliases
|
|
1344
|
-
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1345
1345
|
// Heading5 aliases
|
|
1346
1346
|
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1347
|
-
//
|
|
1348
|
-
export { default as
|
|
1347
|
+
// Heading6 aliases
|
|
1348
|
+
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1349
1349
|
// Heading aliases
|
|
1350
1350
|
export { default as HeadingIcon } from '../icons/heading';
|
|
1351
|
+
// HeadphoneOff aliases
|
|
1352
|
+
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1351
1353
|
// Headphones aliases
|
|
1352
1354
|
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1353
1355
|
// Headset aliases
|
|
1354
1356
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1355
1357
|
// HeartCrack aliases
|
|
1356
1358
|
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1357
|
-
// HeartHandshake aliases
|
|
1358
|
-
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1359
1359
|
// HeartMinus aliases
|
|
1360
1360
|
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1361
|
+
// HeartHandshake aliases
|
|
1362
|
+
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1361
1363
|
// HeartOff aliases
|
|
1362
1364
|
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1363
1365
|
// HeartPlus aliases
|
|
1364
1366
|
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1365
|
-
// HeartPulse aliases
|
|
1366
|
-
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1367
1367
|
// Heart aliases
|
|
1368
1368
|
export { default as HeartIcon } from '../icons/heart';
|
|
1369
|
+
// HeartPulse aliases
|
|
1370
|
+
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1369
1371
|
// Heater aliases
|
|
1370
1372
|
export { default as HeaterIcon } from '../icons/heater';
|
|
1371
1373
|
// Hexagon aliases
|
|
1372
1374
|
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1373
|
-
// History aliases
|
|
1374
|
-
export { default as HistoryIcon } from '../icons/history';
|
|
1375
1375
|
// Highlighter aliases
|
|
1376
1376
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1377
|
-
//
|
|
1378
|
-
export { default as
|
|
1377
|
+
// History aliases
|
|
1378
|
+
export { default as HistoryIcon } from '../icons/history';
|
|
1379
1379
|
// HopOff aliases
|
|
1380
1380
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1381
|
+
// Hop aliases
|
|
1382
|
+
export { default as HopIcon } from '../icons/hop';
|
|
1381
1383
|
// Hospital aliases
|
|
1382
1384
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1383
1385
|
// Hotel aliases
|
|
1384
1386
|
export { default as HotelIcon } from '../icons/hotel';
|
|
1385
|
-
// HousePlug aliases
|
|
1386
|
-
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1387
1387
|
// Hourglass aliases
|
|
1388
1388
|
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1389
|
+
// HousePlug aliases
|
|
1390
|
+
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1389
1391
|
// HousePlus aliases
|
|
1390
1392
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1391
1393
|
// HouseWifi aliases
|
|
1392
1394
|
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1393
|
-
// ImageDown aliases
|
|
1394
|
-
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1395
1395
|
// IdCard aliases
|
|
1396
1396
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1397
1397
|
// IdCardLanyard aliases
|
|
1398
1398
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1399
|
-
//
|
|
1400
|
-
export { default as
|
|
1399
|
+
// ImageDown aliases
|
|
1400
|
+
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1401
1401
|
// ImageOff aliases
|
|
1402
1402
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1403
|
+
// ImageMinus aliases
|
|
1404
|
+
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1403
1405
|
// ImagePlay aliases
|
|
1404
1406
|
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1405
1407
|
// ImageUp aliases
|
|
1406
1408
|
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1407
|
-
// ImagePlus aliases
|
|
1408
|
-
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1409
1409
|
// Image aliases
|
|
1410
1410
|
export { default as ImageIcon } from '../icons/image';
|
|
1411
|
+
// ImagePlus aliases
|
|
1412
|
+
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1411
1413
|
// ImageUpscale aliases
|
|
1412
1414
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1413
|
-
// Images aliases
|
|
1414
|
-
export { default as ImagesIcon } from '../icons/images';
|
|
1415
|
-
// Inbox aliases
|
|
1416
|
-
export { default as InboxIcon } from '../icons/inbox';
|
|
1417
1415
|
// Import aliases
|
|
1418
1416
|
export { default as ImportIcon } from '../icons/import';
|
|
1417
|
+
// Images aliases
|
|
1418
|
+
export { default as ImagesIcon } from '../icons/images';
|
|
1419
1419
|
// IndianRupee aliases
|
|
1420
1420
|
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1421
|
+
// Inbox aliases
|
|
1422
|
+
export { default as InboxIcon } from '../icons/inbox';
|
|
1421
1423
|
// Infinity aliases
|
|
1422
1424
|
export { default as InfinityIcon } from '../icons/infinity';
|
|
1423
|
-
// Info aliases
|
|
1424
|
-
export { default as InfoIcon } from '../icons/info';
|
|
1425
1425
|
// InspectionPanel aliases
|
|
1426
1426
|
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1427
|
+
// Info aliases
|
|
1428
|
+
export { default as InfoIcon } from '../icons/info';
|
|
1427
1429
|
// Instagram aliases
|
|
1428
1430
|
export { default as InstagramIcon } from '../icons/instagram';
|
|
1429
|
-
// Italic aliases
|
|
1430
|
-
export { default as ItalicIcon } from '../icons/italic';
|
|
1431
1431
|
// IterationCcw aliases
|
|
1432
1432
|
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1433
|
+
// Italic aliases
|
|
1434
|
+
export { default as ItalicIcon } from '../icons/italic';
|
|
1433
1435
|
// IterationCw aliases
|
|
1434
1436
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1435
1437
|
// JapaneseYen aliases
|
|
1436
1438
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1437
|
-
// Joystick aliases
|
|
1438
|
-
export { default as JoystickIcon } from '../icons/joystick';
|
|
1439
1439
|
// Kanban aliases
|
|
1440
1440
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1441
|
+
// Joystick aliases
|
|
1442
|
+
export { default as JoystickIcon } from '../icons/joystick';
|
|
1441
1443
|
// Kayak aliases
|
|
1442
1444
|
export { default as KayakIcon } from '../icons/kayak';
|
|
1443
1445
|
// KeyRound aliases
|
|
1444
1446
|
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1445
|
-
// Key aliases
|
|
1446
|
-
export { default as KeyIcon } from '../icons/key';
|
|
1447
1447
|
// KeySquare aliases
|
|
1448
1448
|
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1449
|
+
// Key aliases
|
|
1450
|
+
export { default as KeyIcon } from '../icons/key';
|
|
1449
1451
|
// KeyboardMusic aliases
|
|
1450
1452
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1451
|
-
// Keyboard aliases
|
|
1452
|
-
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1453
1453
|
// KeyboardOff aliases
|
|
1454
1454
|
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1455
|
-
//
|
|
1456
|
-
export { default as
|
|
1455
|
+
// Keyboard aliases
|
|
1456
|
+
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1457
1457
|
// LampDesk aliases
|
|
1458
1458
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1459
|
-
//
|
|
1460
|
-
export { default as
|
|
1459
|
+
// LampCeiling aliases
|
|
1460
|
+
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1461
1461
|
// LampWallDown aliases
|
|
1462
1462
|
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1463
|
+
// LampFloor aliases
|
|
1464
|
+
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1463
1465
|
// Lamp aliases
|
|
1464
1466
|
export { default as LampIcon } from '../icons/lamp';
|
|
1465
|
-
// Landmark aliases
|
|
1466
|
-
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1467
1467
|
// LampWallUp aliases
|
|
1468
1468
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1469
|
+
// Landmark aliases
|
|
1470
|
+
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1469
1471
|
// LandPlot aliases
|
|
1470
1472
|
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1471
1473
|
// Languages aliases
|
|
@@ -1474,10 +1476,10 @@ export { default as LanguagesIcon } from '../icons/languages';
|
|
|
1474
1476
|
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1475
1477
|
// Laptop aliases
|
|
1476
1478
|
export { default as LaptopIcon } from '../icons/laptop';
|
|
1477
|
-
// Lasso aliases
|
|
1478
|
-
export { default as LassoIcon } from '../icons/lasso';
|
|
1479
1479
|
// LassoSelect aliases
|
|
1480
1480
|
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1481
|
+
// Lasso aliases
|
|
1482
|
+
export { default as LassoIcon } from '../icons/lasso';
|
|
1481
1483
|
// Laugh aliases
|
|
1482
1484
|
export { default as LaughIcon } from '../icons/laugh';
|
|
1483
1485
|
// Layers2 aliases
|
|
@@ -1488,34 +1490,34 @@ export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
|
1488
1490
|
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1489
1491
|
// LayoutList aliases
|
|
1490
1492
|
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1491
|
-
// LayoutPanelTop aliases
|
|
1492
|
-
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1493
1493
|
// LayoutPanelLeft aliases
|
|
1494
1494
|
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1495
|
+
// LayoutPanelTop aliases
|
|
1496
|
+
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1495
1497
|
// LayoutTemplate aliases
|
|
1496
1498
|
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1497
1499
|
// Leaf aliases
|
|
1498
1500
|
export { default as LeafIcon } from '../icons/leaf';
|
|
1501
|
+
// LeafyGreen aliases
|
|
1502
|
+
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1499
1503
|
// Lectern aliases
|
|
1500
1504
|
export { default as LecternIcon } from '../icons/lectern';
|
|
1501
1505
|
// LetterText aliases
|
|
1502
1506
|
export { default as LetterTextIcon } from '../icons/letter-text';
|
|
1503
|
-
// LeafyGreen aliases
|
|
1504
|
-
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1505
1507
|
// LibraryBig aliases
|
|
1506
1508
|
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1507
1509
|
// Library aliases
|
|
1508
1510
|
export { default as LibraryIcon } from '../icons/library';
|
|
1509
1511
|
// Ligature aliases
|
|
1510
1512
|
export { default as LigatureIcon } from '../icons/ligature';
|
|
1511
|
-
// LightbulbOff aliases
|
|
1512
|
-
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1513
1513
|
// LifeBuoy aliases
|
|
1514
1514
|
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1515
|
-
//
|
|
1516
|
-
export { default as
|
|
1515
|
+
// LightbulbOff aliases
|
|
1516
|
+
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1517
1517
|
// LineSquiggle aliases
|
|
1518
1518
|
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1519
|
+
// Lightbulb aliases
|
|
1520
|
+
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1519
1521
|
// Link2Off aliases
|
|
1520
1522
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1521
1523
|
// Link2 aliases
|
|
@@ -1536,30 +1538,30 @@ export { default as ListEndIcon } from '../icons/list-end';
|
|
|
1536
1538
|
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1537
1539
|
// ListMinus aliases
|
|
1538
1540
|
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1539
|
-
// ListOrdered aliases
|
|
1540
|
-
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1541
1541
|
// ListFilter aliases
|
|
1542
1542
|
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1543
1543
|
// ListMusic aliases
|
|
1544
1544
|
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1545
|
+
// ListOrdered aliases
|
|
1546
|
+
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1545
1547
|
// ListPlus aliases
|
|
1546
1548
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1547
|
-
// ListStart aliases
|
|
1548
|
-
export { default as ListStartIcon } from '../icons/list-start';
|
|
1549
1549
|
// ListRestart aliases
|
|
1550
1550
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1551
|
+
// ListStart aliases
|
|
1552
|
+
export { default as ListStartIcon } from '../icons/list-start';
|
|
1551
1553
|
// ListTodo aliases
|
|
1552
1554
|
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1553
1555
|
// ListTree aliases
|
|
1554
1556
|
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1555
1557
|
// ListVideo aliases
|
|
1556
1558
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1559
|
+
// ListX aliases
|
|
1560
|
+
export { default as ListXIcon } from '../icons/list-x';
|
|
1557
1561
|
// List aliases
|
|
1558
1562
|
export { default as ListIcon } from '../icons/list';
|
|
1559
1563
|
// LoaderPinwheel aliases
|
|
1560
1564
|
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1561
|
-
// ListX aliases
|
|
1562
|
-
export { default as ListXIcon } from '../icons/list-x';
|
|
1563
1565
|
// Loader aliases
|
|
1564
1566
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1565
1567
|
// LocateFixed aliases
|
|
@@ -1572,10 +1574,10 @@ export { default as LocateIcon } from '../icons/locate';
|
|
|
1572
1574
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1573
1575
|
// Lock aliases
|
|
1574
1576
|
export { default as LockIcon } from '../icons/lock';
|
|
1575
|
-
// LogOut aliases
|
|
1576
|
-
export { default as LogOutIcon } from '../icons/log-out';
|
|
1577
1577
|
// LogIn aliases
|
|
1578
1578
|
export { default as LogInIcon } from '../icons/log-in';
|
|
1579
|
+
// LogOut aliases
|
|
1580
|
+
export { default as LogOutIcon } from '../icons/log-out';
|
|
1579
1581
|
// Logs aliases
|
|
1580
1582
|
export { default as LogsIcon } from '../icons/logs';
|
|
1581
1583
|
// Lollipop aliases
|
|
@@ -1586,12 +1588,12 @@ export { default as LuggageIcon } from '../icons/luggage';
|
|
|
1586
1588
|
export { default as MagnetIcon } from '../icons/magnet';
|
|
1587
1589
|
// MailCheck aliases
|
|
1588
1590
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1591
|
+
// MailMinus aliases
|
|
1592
|
+
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1589
1593
|
// MailOpen aliases
|
|
1590
1594
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1591
1595
|
// MailPlus aliases
|
|
1592
1596
|
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1593
|
-
// MailMinus aliases
|
|
1594
|
-
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1595
1597
|
// MailSearch aliases
|
|
1596
1598
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1597
1599
|
// MailWarning aliases
|
|
@@ -1604,42 +1606,42 @@ export { default as MailIcon } from '../icons/mail';
|
|
|
1604
1606
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1605
1607
|
// Mails aliases
|
|
1606
1608
|
export { default as MailsIcon } from '../icons/mails';
|
|
1607
|
-
// MapPinCheckInside aliases
|
|
1608
|
-
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1609
1609
|
// MapMinus aliases
|
|
1610
1610
|
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1611
|
+
// MapPinCheckInside aliases
|
|
1612
|
+
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1611
1613
|
// MapPinCheck aliases
|
|
1612
1614
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1613
1615
|
// MapPinHouse aliases
|
|
1614
1616
|
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1615
1617
|
// MapPinMinusInside aliases
|
|
1616
1618
|
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1617
|
-
// MapPinOff aliases
|
|
1618
|
-
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1619
1619
|
// MapPinMinus aliases
|
|
1620
1620
|
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1621
|
+
// MapPinOff aliases
|
|
1622
|
+
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1621
1623
|
// MapPinPlusInside aliases
|
|
1622
1624
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1623
|
-
// MapPinPlus aliases
|
|
1624
|
-
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1625
1625
|
// MapPinXInside aliases
|
|
1626
1626
|
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1627
|
+
// MapPinPlus aliases
|
|
1628
|
+
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1627
1629
|
// MapPinX aliases
|
|
1628
1630
|
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1629
1631
|
// MapPinned aliases
|
|
1630
1632
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1631
1633
|
// MapPin aliases
|
|
1632
1634
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1633
|
-
// Map aliases
|
|
1634
|
-
export { default as MapIcon } from '../icons/map';
|
|
1635
1635
|
// MapPlus aliases
|
|
1636
1636
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1637
|
+
// Map aliases
|
|
1638
|
+
export { default as MapIcon } from '../icons/map';
|
|
1637
1639
|
// MarsStroke aliases
|
|
1638
1640
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1639
|
-
// Mars aliases
|
|
1640
|
-
export { default as MarsIcon } from '../icons/mars';
|
|
1641
1641
|
// Martini aliases
|
|
1642
1642
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1643
|
+
// Mars aliases
|
|
1644
|
+
export { default as MarsIcon } from '../icons/mars';
|
|
1643
1645
|
// Maximize2 aliases
|
|
1644
1646
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1645
1647
|
// Maximize aliases
|
|
@@ -1648,98 +1650,98 @@ export { default as MaximizeIcon } from '../icons/maximize';
|
|
|
1648
1650
|
export { default as MedalIcon } from '../icons/medal';
|
|
1649
1651
|
// MegaphoneOff aliases
|
|
1650
1652
|
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1651
|
-
// Megaphone aliases
|
|
1652
|
-
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1653
1653
|
// Meh aliases
|
|
1654
1654
|
export { default as MehIcon } from '../icons/meh';
|
|
1655
1655
|
// MemoryStick aliases
|
|
1656
1656
|
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1657
|
+
// Megaphone aliases
|
|
1658
|
+
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1657
1659
|
// Menu aliases
|
|
1658
1660
|
export { default as MenuIcon } from '../icons/menu';
|
|
1659
1661
|
// Merge aliases
|
|
1660
1662
|
export { default as MergeIcon } from '../icons/merge';
|
|
1661
|
-
// MessageCircleDashed aliases
|
|
1662
|
-
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1663
1663
|
// MessageCircleCode aliases
|
|
1664
1664
|
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1665
|
+
// MessageCircleDashed aliases
|
|
1666
|
+
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1665
1667
|
// MessageCircleHeart aliases
|
|
1666
1668
|
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1667
|
-
// MessageCircleMore aliases
|
|
1668
|
-
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1669
|
-
// MessageCircleOff aliases
|
|
1670
|
-
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1671
1669
|
// MessageCirclePlus aliases
|
|
1672
1670
|
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1671
|
+
// MessageCircleMore aliases
|
|
1672
|
+
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1673
1673
|
// MessageCircleReply aliases
|
|
1674
1674
|
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1675
|
+
// MessageCircleOff aliases
|
|
1676
|
+
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1675
1677
|
// MessageCircleWarning aliases
|
|
1676
1678
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1677
1679
|
// MessageCircleX aliases
|
|
1678
1680
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1679
1681
|
// MessageCircle aliases
|
|
1680
1682
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1681
|
-
// MessageSquareCode aliases
|
|
1682
|
-
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1683
1683
|
// MessageSquareDashed aliases
|
|
1684
1684
|
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1685
|
+
// MessageSquareCode aliases
|
|
1686
|
+
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1685
1687
|
// MessageSquareDiff aliases
|
|
1686
1688
|
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1687
1689
|
// MessageSquareDot aliases
|
|
1688
1690
|
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1689
|
-
// MessageSquareLock aliases
|
|
1690
|
-
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1691
1691
|
// MessageSquareHeart aliases
|
|
1692
1692
|
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1693
1693
|
// MessageSquareMore aliases
|
|
1694
1694
|
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1695
|
+
// MessageSquareLock aliases
|
|
1696
|
+
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1695
1697
|
// MessageSquareOff aliases
|
|
1696
1698
|
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1697
|
-
// MessageSquareQuote aliases
|
|
1698
|
-
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1699
1699
|
// MessageSquarePlus aliases
|
|
1700
1700
|
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1701
|
+
// MessageSquareQuote aliases
|
|
1702
|
+
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1701
1703
|
// MessageSquareReply aliases
|
|
1702
1704
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1703
|
-
// MessageSquareText aliases
|
|
1704
|
-
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1705
1705
|
// MessageSquareShare aliases
|
|
1706
1706
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1707
1707
|
// MessageSquareWarning aliases
|
|
1708
1708
|
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1709
|
+
// MessageSquareText aliases
|
|
1710
|
+
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1709
1711
|
// MessageSquareX aliases
|
|
1710
1712
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1711
|
-
// MessageSquare aliases
|
|
1712
|
-
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1713
1713
|
// MessagesSquare aliases
|
|
1714
1714
|
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1715
|
-
//
|
|
1716
|
-
export { default as
|
|
1715
|
+
// MessageSquare aliases
|
|
1716
|
+
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1717
1717
|
// MicOff aliases
|
|
1718
1718
|
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1719
|
-
// Microscope aliases
|
|
1720
|
-
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1721
1719
|
// Microchip aliases
|
|
1722
1720
|
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1721
|
+
// Mic aliases
|
|
1722
|
+
export { default as MicIcon } from '../icons/mic';
|
|
1723
1723
|
// Microwave aliases
|
|
1724
1724
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1725
1725
|
// Milestone aliases
|
|
1726
1726
|
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1727
|
+
// Microscope aliases
|
|
1728
|
+
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1727
1729
|
// MilkOff aliases
|
|
1728
1730
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1729
1731
|
// Milk aliases
|
|
1730
1732
|
export { default as MilkIcon } from '../icons/milk';
|
|
1731
|
-
// Minus aliases
|
|
1732
|
-
export { default as MinusIcon } from '../icons/minus';
|
|
1733
|
-
// Minimize aliases
|
|
1734
|
-
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1735
1733
|
// Minimize2 aliases
|
|
1736
1734
|
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1735
|
+
// Minimize aliases
|
|
1736
|
+
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1737
|
+
// Minus aliases
|
|
1738
|
+
export { default as MinusIcon } from '../icons/minus';
|
|
1737
1739
|
// MonitorCog aliases
|
|
1738
1740
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1739
|
-
// MonitorCheck aliases
|
|
1740
|
-
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1741
1741
|
// MonitorDot aliases
|
|
1742
1742
|
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1743
|
+
// MonitorCheck aliases
|
|
1744
|
+
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1743
1745
|
// MonitorDown aliases
|
|
1744
1746
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1745
1747
|
// MonitorOff aliases
|
|
@@ -1750,18 +1752,18 @@ export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
|
1750
1752
|
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1751
1753
|
// MonitorSmartphone aliases
|
|
1752
1754
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1753
|
-
// MonitorSpeaker aliases
|
|
1754
|
-
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1755
|
-
// MonitorUp aliases
|
|
1756
|
-
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1757
1755
|
// MonitorStop aliases
|
|
1758
1756
|
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1757
|
+
// MonitorSpeaker aliases
|
|
1758
|
+
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1759
1759
|
// MonitorX aliases
|
|
1760
1760
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1761
|
-
// MoonStar aliases
|
|
1762
|
-
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1763
1761
|
// Monitor aliases
|
|
1764
1762
|
export { default as MonitorIcon } from '../icons/monitor';
|
|
1763
|
+
// MonitorUp aliases
|
|
1764
|
+
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1765
|
+
// MoonStar aliases
|
|
1766
|
+
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1765
1767
|
// Moon aliases
|
|
1766
1768
|
export { default as MoonIcon } from '../icons/moon';
|
|
1767
1769
|
// MountainSnow aliases
|
|
@@ -1770,36 +1772,36 @@ export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
|
1770
1772
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1771
1773
|
// MousePointer2 aliases
|
|
1772
1774
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1773
|
-
// MousePointerBan aliases
|
|
1774
|
-
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1775
|
-
// MousePointerClick aliases
|
|
1776
|
-
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1777
1775
|
// MouseOff aliases
|
|
1778
1776
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1779
|
-
//
|
|
1780
|
-
export { default as
|
|
1777
|
+
// MousePointerBan aliases
|
|
1778
|
+
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1781
1779
|
// Mouse aliases
|
|
1782
1780
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1781
|
+
// MousePointer aliases
|
|
1782
|
+
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1783
|
+
// MousePointerClick aliases
|
|
1784
|
+
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1783
1785
|
// MoveDiagonal2 aliases
|
|
1784
1786
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1785
|
-
// MoveDiagonal aliases
|
|
1786
|
-
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1787
1787
|
// MoveDownLeft aliases
|
|
1788
1788
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1789
1789
|
// MoveDownRight aliases
|
|
1790
1790
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1791
1791
|
// MoveHorizontal aliases
|
|
1792
1792
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1793
|
+
// MoveDiagonal aliases
|
|
1794
|
+
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1793
1795
|
// MoveDown aliases
|
|
1794
1796
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1795
1797
|
// MoveLeft aliases
|
|
1796
1798
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1797
1799
|
// MoveRight aliases
|
|
1798
1800
|
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1799
|
-
// MoveUpRight aliases
|
|
1800
|
-
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1801
1801
|
// MoveUpLeft aliases
|
|
1802
1802
|
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1803
|
+
// MoveUpRight aliases
|
|
1804
|
+
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1803
1805
|
// MoveUp aliases
|
|
1804
1806
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1805
1807
|
// MoveVertical aliases
|
|
@@ -1816,20 +1818,20 @@ export { default as Music4Icon } from '../icons/music-4';
|
|
|
1816
1818
|
export { default as MusicIcon } from '../icons/music';
|
|
1817
1819
|
// Navigation2Off aliases
|
|
1818
1820
|
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1819
|
-
// NavigationOff aliases
|
|
1820
|
-
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1821
1821
|
// Navigation2 aliases
|
|
1822
1822
|
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1823
|
+
// NavigationOff aliases
|
|
1824
|
+
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1823
1825
|
// Navigation aliases
|
|
1824
1826
|
export { default as NavigationIcon } from '../icons/navigation';
|
|
1825
1827
|
// Network aliases
|
|
1826
1828
|
export { default as NetworkIcon } from '../icons/network';
|
|
1827
1829
|
// Newspaper aliases
|
|
1828
1830
|
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1829
|
-
// NonBinary aliases
|
|
1830
|
-
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1831
1831
|
// Nfc aliases
|
|
1832
1832
|
export { default as NfcIcon } from '../icons/nfc';
|
|
1833
|
+
// NonBinary aliases
|
|
1834
|
+
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1833
1835
|
// NotebookPen aliases
|
|
1834
1836
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1835
1837
|
// NotebookTabs aliases
|
|
@@ -1838,10 +1840,10 @@ export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
|
1838
1840
|
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1839
1841
|
// Notebook aliases
|
|
1840
1842
|
export { default as NotebookIcon } from '../icons/notebook';
|
|
1841
|
-
// NotepadText aliases
|
|
1842
|
-
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1843
1843
|
// NotepadTextDashed aliases
|
|
1844
1844
|
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1845
|
+
// NotepadText aliases
|
|
1846
|
+
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1845
1847
|
// NutOff aliases
|
|
1846
1848
|
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1847
1849
|
// Nut aliases
|
|
@@ -1852,18 +1854,18 @@ export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
|
1852
1854
|
export { default as OctagonIcon } from '../icons/octagon';
|
|
1853
1855
|
// Omega aliases
|
|
1854
1856
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1855
|
-
// Orbit aliases
|
|
1856
|
-
export { default as OrbitIcon } from '../icons/orbit';
|
|
1857
1857
|
// Option aliases
|
|
1858
1858
|
export { default as OptionIcon } from '../icons/option';
|
|
1859
|
+
// Orbit aliases
|
|
1860
|
+
export { default as OrbitIcon } from '../icons/orbit';
|
|
1859
1861
|
// Origami aliases
|
|
1860
1862
|
export { default as OrigamiIcon } from '../icons/origami';
|
|
1863
|
+
// PackageMinus aliases
|
|
1864
|
+
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1861
1865
|
// Package2 aliases
|
|
1862
1866
|
export { default as Package2Icon } from '../icons/package-2';
|
|
1863
1867
|
// PackageCheck aliases
|
|
1864
1868
|
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1865
|
-
// PackageMinus aliases
|
|
1866
|
-
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1867
1869
|
// PackageOpen aliases
|
|
1868
1870
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1869
1871
|
// PackagePlus aliases
|
|
@@ -1874,58 +1876,58 @@ export { default as PackageSearchIcon } from '../icons/package-search';
|
|
|
1874
1876
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
1875
1877
|
// Package aliases
|
|
1876
1878
|
export { default as PackageIcon } from '../icons/package';
|
|
1877
|
-
// PaintBucket aliases
|
|
1878
|
-
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1879
1879
|
// PaintRoller aliases
|
|
1880
1880
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1881
|
+
// PaintBucket aliases
|
|
1882
|
+
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1881
1883
|
// Paintbrush aliases
|
|
1882
1884
|
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1883
1885
|
// Palette aliases
|
|
1884
1886
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1885
1887
|
// Panda aliases
|
|
1886
1888
|
export { default as PandaIcon } from '../icons/panda';
|
|
1887
|
-
// PanelBottomClose aliases
|
|
1888
|
-
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1889
1889
|
// PanelBottomOpen aliases
|
|
1890
1890
|
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1891
|
+
// PanelBottomClose aliases
|
|
1892
|
+
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1891
1893
|
// PanelBottom aliases
|
|
1892
1894
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1893
|
-
// PanelRightOpen aliases
|
|
1894
|
-
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1895
1895
|
// PanelRightClose aliases
|
|
1896
1896
|
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1897
|
+
// PanelRightOpen aliases
|
|
1898
|
+
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1897
1899
|
// PanelRight aliases
|
|
1898
1900
|
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1899
1901
|
// PanelTopClose aliases
|
|
1900
1902
|
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1901
1903
|
// PanelTopOpen aliases
|
|
1902
1904
|
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1903
|
-
// PanelTop aliases
|
|
1904
|
-
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1905
1905
|
// PanelsLeftBottom aliases
|
|
1906
1906
|
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1907
|
+
// PanelTop aliases
|
|
1908
|
+
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1907
1909
|
// PanelsRightBottom aliases
|
|
1908
1910
|
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1909
1911
|
// Paperclip aliases
|
|
1910
1912
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1911
|
-
// ParkingMeter aliases
|
|
1912
|
-
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1913
1913
|
// Parentheses aliases
|
|
1914
1914
|
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1915
|
+
// ParkingMeter aliases
|
|
1916
|
+
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1915
1917
|
// PartyPopper aliases
|
|
1916
1918
|
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1917
1919
|
// Pause aliases
|
|
1918
1920
|
export { default as PauseIcon } from '../icons/pause';
|
|
1919
1921
|
// PawPrint aliases
|
|
1920
1922
|
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1921
|
-
// PenOff aliases
|
|
1922
|
-
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1923
1923
|
// PcCase aliases
|
|
1924
1924
|
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1925
|
-
//
|
|
1926
|
-
export { default as
|
|
1925
|
+
// PenOff aliases
|
|
1926
|
+
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1927
1927
|
// PencilLine aliases
|
|
1928
1928
|
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1929
|
+
// PenTool aliases
|
|
1930
|
+
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1929
1931
|
// PencilOff aliases
|
|
1930
1932
|
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1931
1933
|
// PencilRuler aliases
|
|
@@ -1934,18 +1936,18 @@ export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
|
1934
1936
|
export { default as PencilIcon } from '../icons/pencil';
|
|
1935
1937
|
// Pentagon aliases
|
|
1936
1938
|
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1937
|
-
// Percent aliases
|
|
1938
|
-
export { default as PercentIcon } from '../icons/percent';
|
|
1939
1939
|
// PersonStanding aliases
|
|
1940
1940
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1941
|
-
//
|
|
1942
|
-
export { default as
|
|
1941
|
+
// PhilippinePeso aliases
|
|
1942
|
+
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1943
1943
|
// PhoneForwarded aliases
|
|
1944
1944
|
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1945
|
+
// Percent aliases
|
|
1946
|
+
export { default as PercentIcon } from '../icons/percent';
|
|
1947
|
+
// PhoneCall aliases
|
|
1948
|
+
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1945
1949
|
// PhoneIncoming aliases
|
|
1946
1950
|
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1947
|
-
// PhilippinePeso aliases
|
|
1948
|
-
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1949
1951
|
// PhoneOff aliases
|
|
1950
1952
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1951
1953
|
// PhoneMissed aliases
|
|
@@ -1954,22 +1956,24 @@ export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
|
1954
1956
|
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1955
1957
|
// Phone aliases
|
|
1956
1958
|
export { default as PhoneIcon } from '../icons/phone';
|
|
1957
|
-
// Pickaxe aliases
|
|
1958
|
-
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1959
1959
|
// Pi aliases
|
|
1960
1960
|
export { default as PiIcon } from '../icons/pi';
|
|
1961
|
-
//
|
|
1962
|
-
export { default as
|
|
1961
|
+
// Pickaxe aliases
|
|
1962
|
+
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1963
1963
|
// Piano aliases
|
|
1964
1964
|
export { default as PianoIcon } from '../icons/piano';
|
|
1965
|
-
// PiggyBank aliases
|
|
1966
|
-
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1967
1965
|
// PictureInPicture aliases
|
|
1968
1966
|
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1969
|
-
//
|
|
1970
|
-
export { default as
|
|
1967
|
+
// PictureInPicture2 aliases
|
|
1968
|
+
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
1969
|
+
// PiggyBank aliases
|
|
1970
|
+
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1971
1971
|
// PilcrowLeft aliases
|
|
1972
1972
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1973
|
+
// PilcrowRight aliases
|
|
1974
|
+
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1975
|
+
// PillBottle aliases
|
|
1976
|
+
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
1973
1977
|
// Pilcrow aliases
|
|
1974
1978
|
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1975
1979
|
// Pill aliases
|
|
@@ -1980,142 +1984,140 @@ export { default as PinOffIcon } from '../icons/pin-off';
|
|
|
1980
1984
|
export { default as PinIcon } from '../icons/pin';
|
|
1981
1985
|
// Pipette aliases
|
|
1982
1986
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
1983
|
-
// PillBottle aliases
|
|
1984
|
-
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
1985
1987
|
// Pizza aliases
|
|
1986
1988
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
1987
|
-
// Plane aliases
|
|
1988
|
-
export { default as PlaneIcon } from '../icons/plane';
|
|
1989
1989
|
// PlaneLanding aliases
|
|
1990
1990
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
1991
|
+
// PlaneTakeoff aliases
|
|
1992
|
+
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
1993
|
+
// Plane aliases
|
|
1994
|
+
export { default as PlaneIcon } from '../icons/plane';
|
|
1991
1995
|
// Play aliases
|
|
1992
1996
|
export { default as PlayIcon } from '../icons/play';
|
|
1993
1997
|
// Plug2 aliases
|
|
1994
1998
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
1995
|
-
// PlaneTakeoff aliases
|
|
1996
|
-
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
1997
1999
|
// Plug aliases
|
|
1998
2000
|
export { default as PlugIcon } from '../icons/plug';
|
|
1999
2001
|
// Plus aliases
|
|
2000
2002
|
export { default as PlusIcon } from '../icons/plus';
|
|
2001
2003
|
// PocketKnife aliases
|
|
2002
2004
|
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2003
|
-
// Pocket aliases
|
|
2004
|
-
export { default as PocketIcon } from '../icons/pocket';
|
|
2005
2005
|
// Podcast aliases
|
|
2006
2006
|
export { default as PodcastIcon } from '../icons/podcast';
|
|
2007
|
-
//
|
|
2008
|
-
export { default as
|
|
2007
|
+
// Pocket aliases
|
|
2008
|
+
export { default as PocketIcon } from '../icons/pocket';
|
|
2009
2009
|
// PointerOff aliases
|
|
2010
2010
|
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2011
|
+
// Pointer aliases
|
|
2012
|
+
export { default as PointerIcon } from '../icons/pointer';
|
|
2011
2013
|
// Popcorn aliases
|
|
2012
2014
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2013
|
-
// Popsicle aliases
|
|
2014
|
-
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2015
2015
|
// PoundSterling aliases
|
|
2016
2016
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2017
|
+
// Popsicle aliases
|
|
2018
|
+
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2017
2019
|
// PowerOff aliases
|
|
2018
2020
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2021
|
+
// Presentation aliases
|
|
2022
|
+
export { default as PresentationIcon } from '../icons/presentation';
|
|
2019
2023
|
// Power aliases
|
|
2020
2024
|
export { default as PowerIcon } from '../icons/power';
|
|
2021
2025
|
// PrinterCheck aliases
|
|
2022
2026
|
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2023
|
-
// Presentation aliases
|
|
2024
|
-
export { default as PresentationIcon } from '../icons/presentation';
|
|
2025
|
-
// Projector aliases
|
|
2026
|
-
export { default as ProjectorIcon } from '../icons/projector';
|
|
2027
2027
|
// Printer aliases
|
|
2028
2028
|
export { default as PrinterIcon } from '../icons/printer';
|
|
2029
|
-
//
|
|
2030
|
-
export { default as
|
|
2029
|
+
// Projector aliases
|
|
2030
|
+
export { default as ProjectorIcon } from '../icons/projector';
|
|
2031
2031
|
// Proportions aliases
|
|
2032
2032
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2033
|
-
//
|
|
2034
|
-
export { default as
|
|
2035
|
-
// Quote aliases
|
|
2036
|
-
export { default as QuoteIcon } from '../icons/quote';
|
|
2033
|
+
// Puzzle aliases
|
|
2034
|
+
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2037
2035
|
// QrCode aliases
|
|
2038
2036
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2037
|
+
// Quote aliases
|
|
2038
|
+
export { default as QuoteIcon } from '../icons/quote';
|
|
2039
|
+
// Pyramid aliases
|
|
2040
|
+
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2039
2041
|
// Rabbit aliases
|
|
2040
2042
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2041
|
-
// Radar aliases
|
|
2042
|
-
export { default as RadarIcon } from '../icons/radar';
|
|
2043
2043
|
// Radiation aliases
|
|
2044
2044
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
2045
|
+
// Radar aliases
|
|
2046
|
+
export { default as RadarIcon } from '../icons/radar';
|
|
2045
2047
|
// Radical aliases
|
|
2046
2048
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2047
|
-
// RadioTower aliases
|
|
2048
|
-
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2049
2049
|
// RadioReceiver aliases
|
|
2050
2050
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2051
|
+
// RadioTower aliases
|
|
2052
|
+
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2051
2053
|
// Radio aliases
|
|
2052
2054
|
export { default as RadioIcon } from '../icons/radio';
|
|
2053
2055
|
// Radius aliases
|
|
2054
2056
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2055
|
-
// RailSymbol aliases
|
|
2056
|
-
export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
2057
|
-
// Rainbow aliases
|
|
2058
|
-
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2059
2057
|
// Rat aliases
|
|
2060
2058
|
export { default as RatIcon } from '../icons/rat';
|
|
2059
|
+
// RailSymbol aliases
|
|
2060
|
+
export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
2061
2061
|
// Ratio aliases
|
|
2062
2062
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2063
|
+
// Rainbow aliases
|
|
2064
|
+
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2063
2065
|
// ReceiptCent aliases
|
|
2064
2066
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2065
2067
|
// ReceiptEuro aliases
|
|
2066
2068
|
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2067
2069
|
// ReceiptIndianRupee aliases
|
|
2068
2070
|
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2069
|
-
// ReceiptPoundSterling aliases
|
|
2070
|
-
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2071
|
-
// ReceiptSwissFranc aliases
|
|
2072
|
-
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2073
2071
|
// ReceiptJapaneseYen aliases
|
|
2074
2072
|
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2075
2073
|
// ReceiptRussianRuble aliases
|
|
2076
2074
|
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2075
|
+
// ReceiptPoundSterling aliases
|
|
2076
|
+
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2077
2077
|
// ReceiptText aliases
|
|
2078
2078
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2079
|
+
// ReceiptSwissFranc aliases
|
|
2080
|
+
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2079
2081
|
// ReceiptTurkishLira aliases
|
|
2080
2082
|
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2083
|
+
// Receipt aliases
|
|
2084
|
+
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2081
2085
|
// RectangleCircle aliases
|
|
2082
2086
|
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2083
2087
|
// RectangleGoggles aliases
|
|
2084
2088
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2085
|
-
// Receipt aliases
|
|
2086
|
-
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2087
2089
|
// RectangleHorizontal aliases
|
|
2088
2090
|
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2089
2091
|
// Recycle aliases
|
|
2090
2092
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2093
|
+
// Redo2 aliases
|
|
2094
|
+
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2091
2095
|
// RectangleVertical aliases
|
|
2092
2096
|
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2093
2097
|
// RedoDot aliases
|
|
2094
2098
|
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2095
|
-
//
|
|
2096
|
-
export { default as
|
|
2099
|
+
// RefreshCcwDot aliases
|
|
2100
|
+
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2097
2101
|
// Redo aliases
|
|
2098
2102
|
export { default as RedoIcon } from '../icons/redo';
|
|
2099
2103
|
// RefreshCcw aliases
|
|
2100
2104
|
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2101
2105
|
// RefreshCwOff aliases
|
|
2102
2106
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2103
|
-
// RefreshCcwDot aliases
|
|
2104
|
-
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2105
|
-
// RefreshCw aliases
|
|
2106
|
-
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2107
2107
|
// Refrigerator aliases
|
|
2108
2108
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2109
2109
|
// Regex aliases
|
|
2110
2110
|
export { default as RegexIcon } from '../icons/regex';
|
|
2111
|
-
//
|
|
2112
|
-
export { default as
|
|
2113
|
-
// Repeat2 aliases
|
|
2114
|
-
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2111
|
+
// RefreshCw aliases
|
|
2112
|
+
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2115
2113
|
// RemoveFormatting aliases
|
|
2116
2114
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2115
|
+
// Repeat1 aliases
|
|
2116
|
+
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2117
2117
|
// Repeat aliases
|
|
2118
2118
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2119
|
+
// Repeat2 aliases
|
|
2120
|
+
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2119
2121
|
// ReplaceAll aliases
|
|
2120
2122
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2121
2123
|
// Replace aliases
|
|
@@ -2128,42 +2130,44 @@ export { default as ReplyIcon } from '../icons/reply';
|
|
|
2128
2130
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2129
2131
|
// Ribbon aliases
|
|
2130
2132
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2131
|
-
// RockingChair aliases
|
|
2132
|
-
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2133
2133
|
// Rocket aliases
|
|
2134
2134
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2135
|
+
// RockingChair aliases
|
|
2136
|
+
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2137
|
+
// RollerCoaster aliases
|
|
2138
|
+
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2135
2139
|
// RotateCcwKey aliases
|
|
2136
2140
|
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2141
|
+
// Rose aliases
|
|
2142
|
+
export { default as RoseIcon } from '../icons/rose';
|
|
2137
2143
|
// RotateCcwSquare aliases
|
|
2138
2144
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2139
|
-
// RotateCwSquare aliases
|
|
2140
|
-
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2141
2145
|
// RotateCcw aliases
|
|
2142
2146
|
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2143
|
-
//
|
|
2144
|
-
export { default as
|
|
2145
|
-
// RouteOff aliases
|
|
2146
|
-
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2147
|
+
// RotateCwSquare aliases
|
|
2148
|
+
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2147
2149
|
// RotateCw aliases
|
|
2148
2150
|
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2149
2151
|
// Route aliases
|
|
2150
2152
|
export { default as RouteIcon } from '../icons/route';
|
|
2153
|
+
// RouteOff aliases
|
|
2154
|
+
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2151
2155
|
// Router aliases
|
|
2152
2156
|
export { default as RouterIcon } from '../icons/router';
|
|
2153
2157
|
// Rows4 aliases
|
|
2154
2158
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2155
|
-
// Rss aliases
|
|
2156
|
-
export { default as RssIcon } from '../icons/rss';
|
|
2157
2159
|
// RulerDimensionLine aliases
|
|
2158
2160
|
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2161
|
+
// Rss aliases
|
|
2162
|
+
export { default as RssIcon } from '../icons/rss';
|
|
2159
2163
|
// Ruler aliases
|
|
2160
2164
|
export { default as RulerIcon } from '../icons/ruler';
|
|
2161
2165
|
// RussianRuble aliases
|
|
2162
2166
|
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2163
|
-
// Salad aliases
|
|
2164
|
-
export { default as SaladIcon } from '../icons/salad';
|
|
2165
2167
|
// Sailboat aliases
|
|
2166
2168
|
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2169
|
+
// Salad aliases
|
|
2170
|
+
export { default as SaladIcon } from '../icons/salad';
|
|
2167
2171
|
// SatelliteDish aliases
|
|
2168
2172
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2169
2173
|
// Satellite aliases
|
|
@@ -2180,10 +2184,10 @@ export { default as SaveOffIcon } from '../icons/save-off';
|
|
|
2180
2184
|
export { default as SaveIcon } from '../icons/save';
|
|
2181
2185
|
// Scale aliases
|
|
2182
2186
|
export { default as ScaleIcon } from '../icons/scale';
|
|
2183
|
-
// ScanBarcode aliases
|
|
2184
|
-
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2185
2187
|
// Scaling aliases
|
|
2186
2188
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2189
|
+
// ScanBarcode aliases
|
|
2190
|
+
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2187
2191
|
// ScanEye aliases
|
|
2188
2192
|
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2189
2193
|
// ScanFace aliases
|
|
@@ -2194,30 +2198,30 @@ export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
|
2194
2198
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2195
2199
|
// ScanQrCode aliases
|
|
2196
2200
|
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2197
|
-
// ScanText aliases
|
|
2198
|
-
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2199
2201
|
// ScanSearch aliases
|
|
2200
2202
|
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2203
|
+
// ScanText aliases
|
|
2204
|
+
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2201
2205
|
// Scan aliases
|
|
2202
2206
|
export { default as ScanIcon } from '../icons/scan';
|
|
2203
2207
|
// School aliases
|
|
2204
2208
|
export { default as SchoolIcon } from '../icons/school';
|
|
2205
|
-
// Scissors aliases
|
|
2206
|
-
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2207
2209
|
// ScissorsLineDashed aliases
|
|
2208
2210
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2209
2211
|
// ScreenShareOff aliases
|
|
2210
2212
|
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2213
|
+
// Scissors aliases
|
|
2214
|
+
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2211
2215
|
// ScreenShare aliases
|
|
2212
2216
|
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2213
|
-
// ScrollText aliases
|
|
2214
|
-
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2215
|
-
// SearchCheck aliases
|
|
2216
|
-
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2217
2217
|
// Scroll aliases
|
|
2218
2218
|
export { default as ScrollIcon } from '../icons/scroll';
|
|
2219
2219
|
// SearchCode aliases
|
|
2220
2220
|
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2221
|
+
// ScrollText aliases
|
|
2222
|
+
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2223
|
+
// SearchCheck aliases
|
|
2224
|
+
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2221
2225
|
// SearchSlash aliases
|
|
2222
2226
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2223
2227
|
// SearchX aliases
|
|
@@ -2226,12 +2230,12 @@ export { default as SearchXIcon } from '../icons/search-x';
|
|
|
2226
2230
|
export { default as SearchIcon } from '../icons/search';
|
|
2227
2231
|
// Section aliases
|
|
2228
2232
|
export { default as SectionIcon } from '../icons/section';
|
|
2229
|
-
// Send aliases
|
|
2230
|
-
export { default as SendIcon } from '../icons/send';
|
|
2231
2233
|
// SendToBack aliases
|
|
2232
2234
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2233
2235
|
// SeparatorHorizontal aliases
|
|
2234
2236
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2237
|
+
// Send aliases
|
|
2238
|
+
export { default as SendIcon } from '../icons/send';
|
|
2235
2239
|
// ServerCog aliases
|
|
2236
2240
|
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2237
2241
|
// SeparatorVertical aliases
|
|
@@ -2240,10 +2244,10 @@ export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
|
2240
2244
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2241
2245
|
// ServerOff aliases
|
|
2242
2246
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2243
|
-
// Server aliases
|
|
2244
|
-
export { default as ServerIcon } from '../icons/server';
|
|
2245
2247
|
// Settings2 aliases
|
|
2246
2248
|
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2249
|
+
// Server aliases
|
|
2250
|
+
export { default as ServerIcon } from '../icons/server';
|
|
2247
2251
|
// Settings aliases
|
|
2248
2252
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2249
2253
|
// Shapes aliases
|
|
@@ -2256,12 +2260,12 @@ export { default as ShareIcon } from '../icons/share';
|
|
|
2256
2260
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2257
2261
|
// Shell aliases
|
|
2258
2262
|
export { default as ShellIcon } from '../icons/shell';
|
|
2263
|
+
// ShieldAlert aliases
|
|
2264
|
+
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2259
2265
|
// ShieldBan aliases
|
|
2260
2266
|
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2261
2267
|
// ShieldCheck aliases
|
|
2262
2268
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2263
|
-
// ShieldAlert aliases
|
|
2264
|
-
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2265
2269
|
// ShieldEllipsis aliases
|
|
2266
2270
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2267
2271
|
// ShieldHalf aliases
|
|
@@ -2274,24 +2278,24 @@ export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
|
2274
2278
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2275
2279
|
// Shield aliases
|
|
2276
2280
|
export { default as ShieldIcon } from '../icons/shield';
|
|
2277
|
-
// Ship aliases
|
|
2278
|
-
export { default as ShipIcon } from '../icons/ship';
|
|
2279
2281
|
// ShieldUser aliases
|
|
2280
2282
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2281
|
-
// Shirt aliases
|
|
2282
|
-
export { default as ShirtIcon } from '../icons/shirt';
|
|
2283
2283
|
// ShipWheel aliases
|
|
2284
2284
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2285
|
+
// Ship aliases
|
|
2286
|
+
export { default as ShipIcon } from '../icons/ship';
|
|
2285
2287
|
// ShoppingBag aliases
|
|
2286
2288
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2289
|
+
// Shirt aliases
|
|
2290
|
+
export { default as ShirtIcon } from '../icons/shirt';
|
|
2287
2291
|
// ShoppingBasket aliases
|
|
2288
2292
|
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2289
2293
|
// ShoppingCart aliases
|
|
2290
2294
|
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2291
|
-
// ShowerHead aliases
|
|
2292
|
-
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2293
2295
|
// Shovel aliases
|
|
2294
2296
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2297
|
+
// ShowerHead aliases
|
|
2298
|
+
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2295
2299
|
// Shredder aliases
|
|
2296
2300
|
export { default as ShredderIcon } from '../icons/shredder';
|
|
2297
2301
|
// Shrimp aliases
|
|
@@ -2302,32 +2306,32 @@ export { default as ShrinkIcon } from '../icons/shrink';
|
|
|
2302
2306
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2303
2307
|
// Shuffle aliases
|
|
2304
2308
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2305
|
-
// SignalHigh aliases
|
|
2306
|
-
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2307
|
-
// SignalLow aliases
|
|
2308
|
-
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2309
2309
|
// Sigma aliases
|
|
2310
2310
|
export { default as SigmaIcon } from '../icons/sigma';
|
|
2311
|
+
// SignalHigh aliases
|
|
2312
|
+
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2311
2313
|
// SignalMedium aliases
|
|
2312
2314
|
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2315
|
+
// SignalLow aliases
|
|
2316
|
+
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2313
2317
|
// SignalZero aliases
|
|
2314
2318
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2315
2319
|
// Signal aliases
|
|
2316
2320
|
export { default as SignalIcon } from '../icons/signal';
|
|
2317
2321
|
// Signature aliases
|
|
2318
2322
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2319
|
-
// Signpost aliases
|
|
2320
|
-
export { default as SignpostIcon } from '../icons/signpost';
|
|
2321
2323
|
// SignpostBig aliases
|
|
2322
2324
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2323
2325
|
// Siren aliases
|
|
2324
2326
|
export { default as SirenIcon } from '../icons/siren';
|
|
2325
2327
|
// SkipBack aliases
|
|
2326
2328
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2327
|
-
//
|
|
2328
|
-
export { default as
|
|
2329
|
+
// Signpost aliases
|
|
2330
|
+
export { default as SignpostIcon } from '../icons/signpost';
|
|
2329
2331
|
// Skull aliases
|
|
2330
2332
|
export { default as SkullIcon } from '../icons/skull';
|
|
2333
|
+
// SkipForward aliases
|
|
2334
|
+
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2331
2335
|
// Slack aliases
|
|
2332
2336
|
export { default as SlackIcon } from '../icons/slack';
|
|
2333
2337
|
// Slash aliases
|
|
@@ -2338,38 +2342,38 @@ export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
|
2338
2342
|
export { default as SliceIcon } from '../icons/slice';
|
|
2339
2343
|
// SmartphoneCharging aliases
|
|
2340
2344
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2341
|
-
// Smartphone aliases
|
|
2342
|
-
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2343
2345
|
// SmartphoneNfc aliases
|
|
2344
2346
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2347
|
+
// Smartphone aliases
|
|
2348
|
+
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2345
2349
|
// SmilePlus aliases
|
|
2346
2350
|
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2347
2351
|
// Smile aliases
|
|
2348
2352
|
export { default as SmileIcon } from '../icons/smile';
|
|
2349
2353
|
// Snail aliases
|
|
2350
2354
|
export { default as SnailIcon } from '../icons/snail';
|
|
2351
|
-
// SoapDispenserDroplet aliases
|
|
2352
|
-
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2353
|
-
// Soup aliases
|
|
2354
|
-
export { default as SoupIcon } from '../icons/soup';
|
|
2355
2355
|
// Snowflake aliases
|
|
2356
2356
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2357
|
+
// SoapDispenserDroplet aliases
|
|
2358
|
+
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2357
2359
|
// Sofa aliases
|
|
2358
2360
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2361
|
+
// Soup aliases
|
|
2362
|
+
export { default as SoupIcon } from '../icons/soup';
|
|
2359
2363
|
// Space aliases
|
|
2360
2364
|
export { default as SpaceIcon } from '../icons/space';
|
|
2361
2365
|
// Spade aliases
|
|
2362
2366
|
export { default as SpadeIcon } from '../icons/spade';
|
|
2363
2367
|
// Sparkle aliases
|
|
2364
2368
|
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2365
|
-
// Speech aliases
|
|
2366
|
-
export { default as SpeechIcon } from '../icons/speech';
|
|
2367
2369
|
// Speaker aliases
|
|
2368
2370
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2369
|
-
//
|
|
2370
|
-
export { default as
|
|
2371
|
+
// Speech aliases
|
|
2372
|
+
export { default as SpeechIcon } from '../icons/speech';
|
|
2371
2373
|
// SpellCheck aliases
|
|
2372
2374
|
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2375
|
+
// SpellCheck2 aliases
|
|
2376
|
+
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2373
2377
|
// SplinePointer aliases
|
|
2374
2378
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2375
2379
|
// Spline aliases
|
|
@@ -2382,32 +2386,32 @@ export { default as SpoolIcon } from '../icons/spool';
|
|
|
2382
2386
|
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2383
2387
|
// SprayCan aliases
|
|
2384
2388
|
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2385
|
-
// SquareDashedBottomCode aliases
|
|
2386
|
-
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2387
2389
|
// Sprout aliases
|
|
2388
2390
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2391
|
+
// SquareDashedBottomCode aliases
|
|
2392
|
+
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2389
2393
|
// SquareDashedBottom aliases
|
|
2390
2394
|
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2391
|
-
// SquareDashedTopSolid aliases
|
|
2392
|
-
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2393
2395
|
// SquarePause aliases
|
|
2394
2396
|
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2397
|
+
// SquareDashedTopSolid aliases
|
|
2398
|
+
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2395
2399
|
// SquareRadical aliases
|
|
2396
2400
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2397
2401
|
// SquareRoundCorner aliases
|
|
2398
2402
|
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2399
2403
|
// SquareSquare aliases
|
|
2400
2404
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2401
|
-
// SquareStar aliases
|
|
2402
|
-
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2403
2405
|
// SquareStack aliases
|
|
2404
2406
|
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2407
|
+
// SquareStar aliases
|
|
2408
|
+
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2405
2409
|
// SquareStop aliases
|
|
2406
2410
|
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2407
|
-
// SquaresExclude aliases
|
|
2408
|
-
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2409
2411
|
// Square aliases
|
|
2410
2412
|
export { default as SquareIcon } from '../icons/square';
|
|
2413
|
+
// SquaresExclude aliases
|
|
2414
|
+
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2411
2415
|
// SquaresIntersect aliases
|
|
2412
2416
|
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2413
2417
|
// SquaresSubtract aliases
|
|
@@ -2430,160 +2434,160 @@ export { default as StarOffIcon } from '../icons/star-off';
|
|
|
2430
2434
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2431
2435
|
// Star aliases
|
|
2432
2436
|
export { default as StarIcon } from '../icons/star';
|
|
2433
|
-
// Stethoscope aliases
|
|
2434
|
-
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2435
2437
|
// StepForward aliases
|
|
2436
2438
|
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2439
|
+
// Stethoscope aliases
|
|
2440
|
+
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2437
2441
|
// Sticker aliases
|
|
2438
2442
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2439
2443
|
// StickyNote aliases
|
|
2440
2444
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2441
2445
|
// Store aliases
|
|
2442
2446
|
export { default as StoreIcon } from '../icons/store';
|
|
2443
|
-
// StretchVertical aliases
|
|
2444
|
-
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2445
2447
|
// StretchHorizontal aliases
|
|
2446
2448
|
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2449
|
+
// StretchVertical aliases
|
|
2450
|
+
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2451
|
+
// Subscript aliases
|
|
2452
|
+
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2447
2453
|
// Strikethrough aliases
|
|
2448
2454
|
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2449
2455
|
// SunDim aliases
|
|
2450
2456
|
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2451
2457
|
// SunMedium aliases
|
|
2452
2458
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2453
|
-
// Subscript aliases
|
|
2454
|
-
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2455
2459
|
// SunMoon aliases
|
|
2456
2460
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2457
|
-
// Sun aliases
|
|
2458
|
-
export { default as SunIcon } from '../icons/sun';
|
|
2459
2461
|
// SunSnow aliases
|
|
2460
2462
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2463
|
+
// Sun aliases
|
|
2464
|
+
export { default as SunIcon } from '../icons/sun';
|
|
2461
2465
|
// Sunset aliases
|
|
2462
2466
|
export { default as SunsetIcon } from '../icons/sunset';
|
|
2463
2467
|
// Sunrise aliases
|
|
2464
2468
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2465
2469
|
// Superscript aliases
|
|
2466
2470
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2467
|
-
// SwissFranc aliases
|
|
2468
|
-
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2469
2471
|
// SwatchBook aliases
|
|
2470
2472
|
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2473
|
+
// SwissFranc aliases
|
|
2474
|
+
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2471
2475
|
// SwitchCamera aliases
|
|
2472
2476
|
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2473
|
-
// Sword aliases
|
|
2474
|
-
export { default as SwordIcon } from '../icons/sword';
|
|
2475
2477
|
// Swords aliases
|
|
2476
2478
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2479
|
+
// Sword aliases
|
|
2480
|
+
export { default as SwordIcon } from '../icons/sword';
|
|
2477
2481
|
// Syringe aliases
|
|
2478
2482
|
export { default as SyringeIcon } from '../icons/syringe';
|
|
2483
|
+
// Table2 aliases
|
|
2484
|
+
export { default as Table2Icon } from '../icons/table-2';
|
|
2479
2485
|
// TableCellsMerge aliases
|
|
2480
2486
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2481
2487
|
// TableCellsSplit aliases
|
|
2482
2488
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2483
|
-
// Table2 aliases
|
|
2484
|
-
export { default as Table2Icon } from '../icons/table-2';
|
|
2485
2489
|
// TableColumnsSplit aliases
|
|
2486
2490
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2487
2491
|
// TableOfContents aliases
|
|
2488
2492
|
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2493
|
+
// Table aliases
|
|
2494
|
+
export { default as TableIcon } from '../icons/table';
|
|
2489
2495
|
// TableProperties aliases
|
|
2490
2496
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2491
2497
|
// TableRowsSplit aliases
|
|
2492
2498
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2493
|
-
// Table aliases
|
|
2494
|
-
export { default as TableIcon } from '../icons/table';
|
|
2495
2499
|
// TabletSmartphone aliases
|
|
2496
2500
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2497
2501
|
// Tablet aliases
|
|
2498
2502
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2499
|
-
// Tablets aliases
|
|
2500
|
-
export { default as TabletsIcon } from '../icons/tablets';
|
|
2501
2503
|
// Tag aliases
|
|
2502
2504
|
export { default as TagIcon } from '../icons/tag';
|
|
2505
|
+
// Tablets aliases
|
|
2506
|
+
export { default as TabletsIcon } from '../icons/tablets';
|
|
2503
2507
|
// Tags aliases
|
|
2504
2508
|
export { default as TagsIcon } from '../icons/tags';
|
|
2505
|
-
// Tally2 aliases
|
|
2506
|
-
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2507
2509
|
// Tally1 aliases
|
|
2508
2510
|
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2511
|
+
// Tally2 aliases
|
|
2512
|
+
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2509
2513
|
// Tally3 aliases
|
|
2510
2514
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2511
|
-
// Tally5 aliases
|
|
2512
|
-
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2513
2515
|
// Tally4 aliases
|
|
2514
2516
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2517
|
+
// Tally5 aliases
|
|
2518
|
+
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2515
2519
|
// Tangent aliases
|
|
2516
2520
|
export { default as TangentIcon } from '../icons/tangent';
|
|
2517
|
-
// Target aliases
|
|
2518
|
-
export { default as TargetIcon } from '../icons/target';
|
|
2519
2521
|
// Telescope aliases
|
|
2520
2522
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2521
|
-
//
|
|
2522
|
-
export { default as
|
|
2523
|
+
// Target aliases
|
|
2524
|
+
export { default as TargetIcon } from '../icons/target';
|
|
2523
2525
|
// Tent aliases
|
|
2524
2526
|
export { default as TentIcon } from '../icons/tent';
|
|
2527
|
+
// TentTree aliases
|
|
2528
|
+
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2529
|
+
// Terminal aliases
|
|
2530
|
+
export { default as TerminalIcon } from '../icons/terminal';
|
|
2525
2531
|
// TestTube aliases
|
|
2526
2532
|
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2527
2533
|
// TestTubes aliases
|
|
2528
2534
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2529
2535
|
// TextCursorInput aliases
|
|
2530
2536
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2531
|
-
// Terminal aliases
|
|
2532
|
-
export { default as TerminalIcon } from '../icons/terminal';
|
|
2533
2537
|
// TextCursor aliases
|
|
2534
2538
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2535
2539
|
// TextQuote aliases
|
|
2536
2540
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2537
|
-
// TextSearch aliases
|
|
2538
|
-
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2539
2541
|
// Text aliases
|
|
2540
2542
|
export { default as TextIcon } from '../icons/text';
|
|
2543
|
+
// TextSearch aliases
|
|
2544
|
+
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2541
2545
|
// Theater aliases
|
|
2542
2546
|
export { default as TheaterIcon } from '../icons/theater';
|
|
2543
|
-
// ThermometerSnowflake aliases
|
|
2544
|
-
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2545
2547
|
// ThermometerSun aliases
|
|
2546
2548
|
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2549
|
+
// ThermometerSnowflake aliases
|
|
2550
|
+
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2547
2551
|
// Thermometer aliases
|
|
2548
2552
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2553
|
+
// ThumbsDown aliases
|
|
2554
|
+
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2549
2555
|
// ThumbsUp aliases
|
|
2550
2556
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2557
|
+
// TicketMinus aliases
|
|
2558
|
+
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2551
2559
|
// TicketCheck aliases
|
|
2552
2560
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2553
|
-
// ThumbsDown aliases
|
|
2554
|
-
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2555
2561
|
// TicketPlus aliases
|
|
2556
2562
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2557
|
-
// TicketMinus aliases
|
|
2558
|
-
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2559
2563
|
// TicketPercent aliases
|
|
2560
2564
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2561
|
-
// TicketSlash aliases
|
|
2562
|
-
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2563
|
-
// Ticket aliases
|
|
2564
|
-
export { default as TicketIcon } from '../icons/ticket';
|
|
2565
2565
|
// TicketX aliases
|
|
2566
2566
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2567
|
+
// TicketSlash aliases
|
|
2568
|
+
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2567
2569
|
// TicketsPlane aliases
|
|
2568
2570
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2569
|
-
//
|
|
2570
|
-
export { default as
|
|
2571
|
+
// Ticket aliases
|
|
2572
|
+
export { default as TicketIcon } from '../icons/ticket';
|
|
2571
2573
|
// Tickets aliases
|
|
2572
2574
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2575
|
+
// TimerOff aliases
|
|
2576
|
+
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2573
2577
|
// TimerReset aliases
|
|
2574
2578
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2575
2579
|
// Timer aliases
|
|
2576
2580
|
export { default as TimerIcon } from '../icons/timer';
|
|
2581
|
+
// ToggleLeft aliases
|
|
2582
|
+
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2577
2583
|
// ToggleRight aliases
|
|
2578
2584
|
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2579
2585
|
// Toilet aliases
|
|
2580
2586
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2581
|
-
// ToggleLeft aliases
|
|
2582
|
-
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2583
|
-
// ToolCase aliases
|
|
2584
|
-
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2585
2587
|
// Tornado aliases
|
|
2586
2588
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2589
|
+
// ToolCase aliases
|
|
2590
|
+
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2587
2591
|
// Torus aliases
|
|
2588
2592
|
export { default as TorusIcon } from '../icons/torus';
|
|
2589
2593
|
// TouchpadOff aliases
|
|
@@ -2592,36 +2596,36 @@ export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
|
2592
2596
|
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2593
2597
|
// TowerControl aliases
|
|
2594
2598
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2595
|
-
// ToyBrick aliases
|
|
2596
|
-
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2597
2599
|
// Tractor aliases
|
|
2598
2600
|
export { default as TractorIcon } from '../icons/tractor';
|
|
2601
|
+
// ToyBrick aliases
|
|
2602
|
+
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2599
2603
|
// TrafficCone aliases
|
|
2600
2604
|
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2601
|
-
// TrainFrontTunnel aliases
|
|
2602
|
-
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2603
2605
|
// TrainFront aliases
|
|
2604
2606
|
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2607
|
+
// TrainFrontTunnel aliases
|
|
2608
|
+
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2605
2609
|
// TrainTrack aliases
|
|
2606
2610
|
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2607
|
-
// Transgender aliases
|
|
2608
|
-
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2609
2611
|
// Trash2 aliases
|
|
2610
2612
|
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2611
|
-
//
|
|
2612
|
-
export { default as
|
|
2613
|
+
// Transgender aliases
|
|
2614
|
+
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2613
2615
|
// TreeDeciduous aliases
|
|
2614
2616
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2617
|
+
// Trash aliases
|
|
2618
|
+
export { default as TrashIcon } from '../icons/trash';
|
|
2615
2619
|
// TreePine aliases
|
|
2616
2620
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2617
|
-
// Trello aliases
|
|
2618
|
-
export { default as TrelloIcon } from '../icons/trello';
|
|
2619
2621
|
// Trees aliases
|
|
2620
2622
|
export { default as TreesIcon } from '../icons/trees';
|
|
2621
|
-
//
|
|
2622
|
-
export { default as
|
|
2623
|
+
// Trello aliases
|
|
2624
|
+
export { default as TrelloIcon } from '../icons/trello';
|
|
2623
2625
|
// TrendingUpDown aliases
|
|
2624
2626
|
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2627
|
+
// TrendingDown aliases
|
|
2628
|
+
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2625
2629
|
// TrendingUp aliases
|
|
2626
2630
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2627
2631
|
// TriangleDashed aliases
|
|
@@ -2632,58 +2636,58 @@ export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
|
2632
2636
|
export { default as TriangleIcon } from '../icons/triangle';
|
|
2633
2637
|
// Trophy aliases
|
|
2634
2638
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2639
|
+
// TruckElectric aliases
|
|
2640
|
+
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2635
2641
|
// Truck aliases
|
|
2636
2642
|
export { default as TruckIcon } from '../icons/truck';
|
|
2637
2643
|
// TurkishLira aliases
|
|
2638
2644
|
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2639
|
-
// TruckElectric aliases
|
|
2640
|
-
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2641
2645
|
// Turntable aliases
|
|
2642
2646
|
export { default as TurntableIcon } from '../icons/turntable';
|
|
2643
2647
|
// Turtle aliases
|
|
2644
2648
|
export { default as TurtleIcon } from '../icons/turtle';
|
|
2645
|
-
// TvMinimalPlay aliases
|
|
2646
|
-
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2647
2649
|
// Tv aliases
|
|
2648
2650
|
export { default as TvIcon } from '../icons/tv';
|
|
2651
|
+
// TvMinimalPlay aliases
|
|
2652
|
+
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2653
|
+
// Twitter aliases
|
|
2654
|
+
export { default as TwitterIcon } from '../icons/twitter';
|
|
2649
2655
|
// Twitch aliases
|
|
2650
2656
|
export { default as TwitchIcon } from '../icons/twitch';
|
|
2651
2657
|
// TypeOutline aliases
|
|
2652
2658
|
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2653
|
-
// Twitter aliases
|
|
2654
|
-
export { default as TwitterIcon } from '../icons/twitter';
|
|
2655
2659
|
// Type aliases
|
|
2656
2660
|
export { default as TypeIcon } from '../icons/type';
|
|
2657
|
-
// Umbrella aliases
|
|
2658
|
-
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2659
2661
|
// UmbrellaOff aliases
|
|
2660
2662
|
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2663
|
+
// Umbrella aliases
|
|
2664
|
+
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2661
2665
|
// Underline aliases
|
|
2662
2666
|
export { default as UnderlineIcon } from '../icons/underline';
|
|
2663
2667
|
// Undo2 aliases
|
|
2664
2668
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2665
|
-
// UndoDot aliases
|
|
2666
|
-
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2667
|
-
// Undo aliases
|
|
2668
|
-
export { default as UndoIcon } from '../icons/undo';
|
|
2669
2669
|
// UnfoldHorizontal aliases
|
|
2670
2670
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2671
|
+
// UndoDot aliases
|
|
2672
|
+
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2671
2673
|
// UnfoldVertical aliases
|
|
2672
2674
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2675
|
+
// Undo aliases
|
|
2676
|
+
export { default as UndoIcon } from '../icons/undo';
|
|
2673
2677
|
// Ungroup aliases
|
|
2674
2678
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2675
|
-
// Unplug aliases
|
|
2676
|
-
export { default as UnplugIcon } from '../icons/unplug';
|
|
2677
2679
|
// Unlink2 aliases
|
|
2678
2680
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2679
2681
|
// Unlink aliases
|
|
2680
2682
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2683
|
+
// Unplug aliases
|
|
2684
|
+
export { default as UnplugIcon } from '../icons/unplug';
|
|
2681
2685
|
// Upload aliases
|
|
2682
2686
|
export { default as UploadIcon } from '../icons/upload';
|
|
2683
|
-
// Usb aliases
|
|
2684
|
-
export { default as UsbIcon } from '../icons/usb';
|
|
2685
2687
|
// UserCheck aliases
|
|
2686
2688
|
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2689
|
+
// Usb aliases
|
|
2690
|
+
export { default as UsbIcon } from '../icons/usb';
|
|
2687
2691
|
// UserCog aliases
|
|
2688
2692
|
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2689
2693
|
// UserLock aliases
|
|
@@ -2694,10 +2698,10 @@ export { default as UserMinusIcon } from '../icons/user-minus';
|
|
|
2694
2698
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2695
2699
|
// UserPlus aliases
|
|
2696
2700
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2697
|
-
// UserRoundSearch aliases
|
|
2698
|
-
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2699
2701
|
// UserRoundPen aliases
|
|
2700
2702
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2703
|
+
// UserRoundSearch aliases
|
|
2704
|
+
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2701
2705
|
// UserSearch aliases
|
|
2702
2706
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2703
2707
|
// UserStar aliases
|
|
@@ -2712,58 +2716,58 @@ export { default as UsersIcon } from '../icons/users';
|
|
|
2712
2716
|
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2713
2717
|
// Variable aliases
|
|
2714
2718
|
export { default as VariableIcon } from '../icons/variable';
|
|
2715
|
-
// Vault aliases
|
|
2716
|
-
export { default as VaultIcon } from '../icons/vault';
|
|
2717
2719
|
// VectorSquare aliases
|
|
2718
2720
|
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2719
|
-
// Vegan aliases
|
|
2720
|
-
export { default as VeganIcon } from '../icons/vegan';
|
|
2721
2721
|
// VenetianMask aliases
|
|
2722
2722
|
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2723
|
+
// Vault aliases
|
|
2724
|
+
export { default as VaultIcon } from '../icons/vault';
|
|
2725
|
+
// Vegan aliases
|
|
2726
|
+
export { default as VeganIcon } from '../icons/vegan';
|
|
2723
2727
|
// VenusAndMars aliases
|
|
2724
2728
|
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2725
2729
|
// Venus aliases
|
|
2726
2730
|
export { default as VenusIcon } from '../icons/venus';
|
|
2727
|
-
// VibrateOff aliases
|
|
2728
|
-
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2729
2731
|
// Vibrate aliases
|
|
2730
2732
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2733
|
+
// VibrateOff aliases
|
|
2734
|
+
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2731
2735
|
// VideoOff aliases
|
|
2732
2736
|
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2733
2737
|
// Video aliases
|
|
2734
2738
|
export { default as VideoIcon } from '../icons/video';
|
|
2735
2739
|
// Videotape aliases
|
|
2736
2740
|
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2737
|
-
// Voicemail aliases
|
|
2738
|
-
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2739
2741
|
// View aliases
|
|
2740
2742
|
export { default as ViewIcon } from '../icons/view';
|
|
2743
|
+
// Voicemail aliases
|
|
2744
|
+
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2741
2745
|
// Volleyball aliases
|
|
2742
2746
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2743
|
-
// VolumeOff aliases
|
|
2744
|
-
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2745
2747
|
// Volume1 aliases
|
|
2746
2748
|
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2747
2749
|
// Volume2 aliases
|
|
2748
2750
|
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2751
|
+
// VolumeOff aliases
|
|
2752
|
+
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2749
2753
|
// VolumeX aliases
|
|
2750
2754
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2751
2755
|
// Volume aliases
|
|
2752
2756
|
export { default as VolumeIcon } from '../icons/volume';
|
|
2753
2757
|
// Vote aliases
|
|
2754
2758
|
export { default as VoteIcon } from '../icons/vote';
|
|
2755
|
-
// WalletCards aliases
|
|
2756
|
-
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2757
2759
|
// Wallet aliases
|
|
2758
2760
|
export { default as WalletIcon } from '../icons/wallet';
|
|
2761
|
+
// WalletCards aliases
|
|
2762
|
+
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2759
2763
|
// Wallpaper aliases
|
|
2760
2764
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2765
|
+
// WashingMachine aliases
|
|
2766
|
+
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2761
2767
|
// Wand aliases
|
|
2762
2768
|
export { default as WandIcon } from '../icons/wand';
|
|
2763
2769
|
// Warehouse aliases
|
|
2764
2770
|
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2765
|
-
// WashingMachine aliases
|
|
2766
|
-
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2767
2771
|
// Watch aliases
|
|
2768
2772
|
export { default as WatchIcon } from '../icons/watch';
|
|
2769
2773
|
// WavesLadder aliases
|
|
@@ -2772,16 +2776,16 @@ export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
|
2772
2776
|
export { default as WavesIcon } from '../icons/waves';
|
|
2773
2777
|
// Waypoints aliases
|
|
2774
2778
|
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2775
|
-
// Webcam aliases
|
|
2776
|
-
export { default as WebcamIcon } from '../icons/webcam';
|
|
2777
2779
|
// WebhookOff aliases
|
|
2778
2780
|
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2781
|
+
// Webcam aliases
|
|
2782
|
+
export { default as WebcamIcon } from '../icons/webcam';
|
|
2779
2783
|
// Webhook aliases
|
|
2780
2784
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2781
|
-
// WheatOff aliases
|
|
2782
|
-
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2783
2785
|
// Weight aliases
|
|
2784
2786
|
export { default as WeightIcon } from '../icons/weight';
|
|
2787
|
+
// WheatOff aliases
|
|
2788
|
+
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2785
2789
|
// Wheat aliases
|
|
2786
2790
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2787
2791
|
// WholeWord aliases
|
|
@@ -2794,16 +2798,16 @@ export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
|
2794
2798
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2795
2799
|
// WifiOff aliases
|
|
2796
2800
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2797
|
-
// WifiPen aliases
|
|
2798
|
-
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2799
2801
|
// WifiSync aliases
|
|
2800
2802
|
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2803
|
+
// WifiPen aliases
|
|
2804
|
+
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2801
2805
|
// WifiZero aliases
|
|
2802
2806
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2803
|
-
// WindArrowDown aliases
|
|
2804
|
-
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2805
2807
|
// Wifi aliases
|
|
2806
2808
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2809
|
+
// WindArrowDown aliases
|
|
2810
|
+
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2807
2811
|
// Wind aliases
|
|
2808
2812
|
export { default as WindIcon } from '../icons/wind';
|
|
2809
2813
|
// WineOff aliases
|
|
@@ -2814,22 +2818,22 @@ export { default as WineIcon } from '../icons/wine';
|
|
|
2814
2818
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2815
2819
|
// Worm aliases
|
|
2816
2820
|
export { default as WormIcon } from '../icons/worm';
|
|
2821
|
+
// WrapText aliases
|
|
2822
|
+
export { default as WrapTextIcon } from '../icons/wrap-text';
|
|
2817
2823
|
// Wrench aliases
|
|
2818
2824
|
export { default as WrenchIcon } from '../icons/wrench';
|
|
2819
2825
|
// X aliases
|
|
2820
2826
|
export { default as XIcon } from '../icons/x';
|
|
2821
|
-
// WrapText aliases
|
|
2822
|
-
export { default as WrapTextIcon } from '../icons/wrap-text';
|
|
2823
2827
|
// Youtube aliases
|
|
2824
2828
|
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2825
2829
|
// ZapOff aliases
|
|
2826
2830
|
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2831
|
+
// Zap aliases
|
|
2832
|
+
export { default as ZapIcon } from '../icons/zap';
|
|
2827
2833
|
// ZoomIn aliases
|
|
2828
2834
|
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2829
2835
|
// ZoomOut aliases
|
|
2830
2836
|
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2831
|
-
// Zap aliases
|
|
2832
|
-
export { default as ZapIcon } from '../icons/zap';
|
|
2833
2837
|
// ArrowDown01 aliases
|
|
2834
2838
|
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
2835
2839
|
// ArrowDown10 aliases
|
|
@@ -2872,38 +2876,44 @@ export {
|
|
|
2872
2876
|
export { default as ArrowDownZAIcon } from '../icons/arrow-down-z-a';
|
|
2873
2877
|
export {
|
|
2874
2878
|
/** @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 */
|
|
2875
|
-
default as ArrowDownZaIcon
|
|
2876
|
-
} from '../icons/arrow-down-z-a';
|
|
2877
|
-
// ArrowUpNarrowWide aliases
|
|
2878
|
-
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
2879
|
-
export {
|
|
2880
|
-
/** @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 */
|
|
2881
|
-
default as SortAscIcon
|
|
2882
|
-
} from '../icons/arrow-up-narrow-wide';
|
|
2879
|
+
default as ArrowDownZaIcon
|
|
2880
|
+
} from '../icons/arrow-down-z-a';
|
|
2883
2881
|
// ArrowUpAZ aliases
|
|
2884
2882
|
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
2885
2883
|
export {
|
|
2886
2884
|
/** @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 */
|
|
2887
2885
|
default as ArrowUpAzIcon
|
|
2888
2886
|
} from '../icons/arrow-up-a-z';
|
|
2889
|
-
//
|
|
2890
|
-
export { default as
|
|
2887
|
+
// ArrowUpNarrowWide aliases
|
|
2888
|
+
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
2891
2889
|
export {
|
|
2892
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
2893
|
-
default as
|
|
2894
|
-
} from '../icons/
|
|
2890
|
+
/** @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 */
|
|
2891
|
+
default as SortAscIcon
|
|
2892
|
+
} from '../icons/arrow-up-narrow-wide';
|
|
2895
2893
|
// ArrowUpZA aliases
|
|
2896
2894
|
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2897
2895
|
export {
|
|
2898
2896
|
/** @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 */
|
|
2899
2897
|
default as ArrowUpZaIcon
|
|
2900
2898
|
} from '../icons/arrow-up-z-a';
|
|
2899
|
+
// Axis3d aliases
|
|
2900
|
+
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2901
|
+
export {
|
|
2902
|
+
/** @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 */
|
|
2903
|
+
default as Axis3DIcon
|
|
2904
|
+
} from '../icons/axis-3d';
|
|
2901
2905
|
// BadgeCheck aliases
|
|
2902
2906
|
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2903
2907
|
export {
|
|
2904
2908
|
/** @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 */
|
|
2905
2909
|
default as VerifiedIcon
|
|
2906
2910
|
} from '../icons/badge-check';
|
|
2911
|
+
// BadgeQuestionMark aliases
|
|
2912
|
+
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
2913
|
+
export {
|
|
2914
|
+
/** @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 */
|
|
2915
|
+
default as BadgeHelpIcon
|
|
2916
|
+
} from '../icons/badge-question-mark';
|
|
2907
2917
|
// BetweenHorizontalEnd aliases
|
|
2908
2918
|
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
2909
2919
|
export {
|
|
@@ -2922,12 +2932,6 @@ export {
|
|
|
2922
2932
|
/** @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 */
|
|
2923
2933
|
default as BookTemplateIcon
|
|
2924
2934
|
} from '../icons/book-dashed';
|
|
2925
|
-
// BadgeQuestionMark aliases
|
|
2926
|
-
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
2927
|
-
export {
|
|
2928
|
-
/** @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 */
|
|
2929
|
-
default as BadgeHelpIcon
|
|
2930
|
-
} from '../icons/badge-question-mark';
|
|
2931
2935
|
// Braces aliases
|
|
2932
2936
|
export { default as BracesIcon } from '../icons/braces';
|
|
2933
2937
|
export {
|
|
@@ -2958,6 +2962,12 @@ export {
|
|
|
2958
2962
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. This alias will be removed in v1.0 */
|
|
2959
2963
|
default as BarChartHorizontalIcon
|
|
2960
2964
|
} from '../icons/chart-bar';
|
|
2965
|
+
// ChartCandlestick aliases
|
|
2966
|
+
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
2967
|
+
export {
|
|
2968
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. This alias will be removed in v1.0 */
|
|
2969
|
+
default as CandlestickChartIcon
|
|
2970
|
+
} from '../icons/chart-candlestick';
|
|
2961
2971
|
// ChartColumnBig aliases
|
|
2962
2972
|
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
2963
2973
|
export {
|
|
@@ -2970,12 +2980,6 @@ export {
|
|
|
2970
2980
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
2971
2981
|
default as BarChart4Icon
|
|
2972
2982
|
} from '../icons/chart-column-increasing';
|
|
2973
|
-
// ChartCandlestick aliases
|
|
2974
|
-
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
2975
|
-
export {
|
|
2976
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. This alias will be removed in v1.0 */
|
|
2977
|
-
default as CandlestickChartIcon
|
|
2978
|
-
} from '../icons/chart-candlestick';
|
|
2979
2983
|
// ChartColumn aliases
|
|
2980
2984
|
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
2981
2985
|
export {
|
|
@@ -3018,18 +3022,18 @@ export {
|
|
|
3018
3022
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. This alias will be removed in v1.0 */
|
|
3019
3023
|
default as ScatterChartIcon
|
|
3020
3024
|
} from '../icons/chart-scatter';
|
|
3021
|
-
// CircleArrowDown aliases
|
|
3022
|
-
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
3023
|
-
export {
|
|
3024
|
-
/** @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 */
|
|
3025
|
-
default as ArrowDownCircleIcon
|
|
3026
|
-
} from '../icons/circle-arrow-down';
|
|
3027
3025
|
// CircleAlert aliases
|
|
3028
3026
|
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3029
3027
|
export {
|
|
3030
3028
|
/** @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 */
|
|
3031
3029
|
default as AlertCircleIcon
|
|
3032
3030
|
} from '../icons/circle-alert';
|
|
3031
|
+
// CircleArrowDown aliases
|
|
3032
|
+
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
3033
|
+
export {
|
|
3034
|
+
/** @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 */
|
|
3035
|
+
default as ArrowDownCircleIcon
|
|
3036
|
+
} from '../icons/circle-arrow-down';
|
|
3033
3037
|
// CircleArrowLeft aliases
|
|
3034
3038
|
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
3035
3039
|
export {
|
|
@@ -3042,30 +3046,36 @@ export {
|
|
|
3042
3046
|
/** @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 */
|
|
3043
3047
|
default as ArrowDownLeftFromCircleIcon
|
|
3044
3048
|
} from '../icons/circle-arrow-out-down-left';
|
|
3049
|
+
// CircleArrowOutDownRight aliases
|
|
3050
|
+
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
3051
|
+
export {
|
|
3052
|
+
/** @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 */
|
|
3053
|
+
default as ArrowDownRightFromCircleIcon
|
|
3054
|
+
} from '../icons/circle-arrow-out-down-right';
|
|
3045
3055
|
// CircleArrowOutUpLeft aliases
|
|
3046
3056
|
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3047
3057
|
export {
|
|
3048
3058
|
/** @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 */
|
|
3049
3059
|
default as ArrowUpLeftFromCircleIcon
|
|
3050
3060
|
} from '../icons/circle-arrow-out-up-left';
|
|
3051
|
-
//
|
|
3052
|
-
export { default as
|
|
3061
|
+
// CircleArrowRight aliases
|
|
3062
|
+
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3053
3063
|
export {
|
|
3054
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3055
|
-
default as
|
|
3056
|
-
} from '../icons/circle-arrow-
|
|
3064
|
+
/** @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 */
|
|
3065
|
+
default as ArrowRightCircleIcon
|
|
3066
|
+
} from '../icons/circle-arrow-right';
|
|
3057
3067
|
// CircleArrowOutUpRight aliases
|
|
3058
3068
|
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3059
3069
|
export {
|
|
3060
3070
|
/** @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 */
|
|
3061
3071
|
default as ArrowUpRightFromCircleIcon
|
|
3062
3072
|
} from '../icons/circle-arrow-out-up-right';
|
|
3063
|
-
//
|
|
3064
|
-
export { default as
|
|
3073
|
+
// CircleArrowUp aliases
|
|
3074
|
+
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3065
3075
|
export {
|
|
3066
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3067
|
-
default as
|
|
3068
|
-
} from '../icons/circle-arrow-
|
|
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';
|
|
3069
3079
|
// CircleCheckBig aliases
|
|
3070
3080
|
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3071
3081
|
export {
|
|
@@ -3078,36 +3088,36 @@ export {
|
|
|
3078
3088
|
/** @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 */
|
|
3079
3089
|
default as CheckCircle2Icon
|
|
3080
3090
|
} from '../icons/circle-check';
|
|
3081
|
-
// CircleArrowUp aliases
|
|
3082
|
-
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3083
|
-
export {
|
|
3084
|
-
/** @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 */
|
|
3085
|
-
default as ArrowUpCircleIcon
|
|
3086
|
-
} from '../icons/circle-arrow-up';
|
|
3087
3091
|
// CircleChevronDown aliases
|
|
3088
3092
|
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3089
3093
|
export {
|
|
3090
3094
|
/** @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 */
|
|
3091
3095
|
default as ChevronDownCircleIcon
|
|
3092
3096
|
} from '../icons/circle-chevron-down';
|
|
3093
|
-
// CircleChevronRight aliases
|
|
3094
|
-
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3095
|
-
export {
|
|
3096
|
-
/** @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 */
|
|
3097
|
-
default as ChevronRightCircleIcon
|
|
3098
|
-
} from '../icons/circle-chevron-right';
|
|
3099
3097
|
// CircleChevronLeft aliases
|
|
3100
3098
|
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3101
3099
|
export {
|
|
3102
3100
|
/** @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 */
|
|
3103
3101
|
default as ChevronLeftCircleIcon
|
|
3104
3102
|
} from '../icons/circle-chevron-left';
|
|
3103
|
+
// CircleChevronRight aliases
|
|
3104
|
+
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3105
|
+
export {
|
|
3106
|
+
/** @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 */
|
|
3107
|
+
default as ChevronRightCircleIcon
|
|
3108
|
+
} from '../icons/circle-chevron-right';
|
|
3105
3109
|
// CircleChevronUp aliases
|
|
3106
3110
|
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3107
3111
|
export {
|
|
3108
3112
|
/** @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 */
|
|
3109
3113
|
default as ChevronUpCircleIcon
|
|
3110
3114
|
} from '../icons/circle-chevron-up';
|
|
3115
|
+
// CircleDivide aliases
|
|
3116
|
+
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3117
|
+
export {
|
|
3118
|
+
/** @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 */
|
|
3119
|
+
default as DivideCircleIcon
|
|
3120
|
+
} from '../icons/circle-divide';
|
|
3111
3121
|
// CircleGauge aliases
|
|
3112
3122
|
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3113
3123
|
export {
|
|
@@ -3120,12 +3130,6 @@ export {
|
|
|
3120
3130
|
/** @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 */
|
|
3121
3131
|
default as MinusCircleIcon
|
|
3122
3132
|
} from '../icons/circle-minus';
|
|
3123
|
-
// CircleDivide aliases
|
|
3124
|
-
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3125
|
-
export {
|
|
3126
|
-
/** @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 */
|
|
3127
|
-
default as DivideCircleIcon
|
|
3128
|
-
} from '../icons/circle-divide';
|
|
3129
3133
|
// CircleParkingOff aliases
|
|
3130
3134
|
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3131
3135
|
export {
|
|
@@ -3156,18 +3160,18 @@ export {
|
|
|
3156
3160
|
/** @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 */
|
|
3157
3161
|
default as PlayCircleIcon
|
|
3158
3162
|
} from '../icons/circle-play';
|
|
3159
|
-
// CirclePower aliases
|
|
3160
|
-
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3161
|
-
export {
|
|
3162
|
-
/** @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 */
|
|
3163
|
-
default as PowerCircleIcon
|
|
3164
|
-
} from '../icons/circle-power';
|
|
3165
3163
|
// CirclePlus aliases
|
|
3166
3164
|
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3167
3165
|
export {
|
|
3168
3166
|
/** @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 */
|
|
3169
3167
|
default as PlusCircleIcon
|
|
3170
3168
|
} from '../icons/circle-plus';
|
|
3169
|
+
// CirclePower aliases
|
|
3170
|
+
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3171
|
+
export {
|
|
3172
|
+
/** @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 */
|
|
3173
|
+
default as PowerCircleIcon
|
|
3174
|
+
} from '../icons/circle-power';
|
|
3171
3175
|
// CircleQuestionMark aliases
|
|
3172
3176
|
export { default as CircleQuestionMarkIcon } from '../icons/circle-question-mark';
|
|
3173
3177
|
export {
|
|
@@ -3190,18 +3194,18 @@ export {
|
|
|
3190
3194
|
/** @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 */
|
|
3191
3195
|
default as StopCircleIcon
|
|
3192
3196
|
} from '../icons/circle-stop';
|
|
3193
|
-
// CircleUserRound aliases
|
|
3194
|
-
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3195
|
-
export {
|
|
3196
|
-
/** @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 */
|
|
3197
|
-
default as UserCircle2Icon
|
|
3198
|
-
} from '../icons/circle-user-round';
|
|
3199
3197
|
// CircleUser aliases
|
|
3200
3198
|
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3201
3199
|
export {
|
|
3202
3200
|
/** @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 */
|
|
3203
3201
|
default as UserCircleIcon
|
|
3204
3202
|
} from '../icons/circle-user';
|
|
3203
|
+
// CircleUserRound aliases
|
|
3204
|
+
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3205
|
+
export {
|
|
3206
|
+
/** @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 */
|
|
3207
|
+
default as UserCircle2Icon
|
|
3208
|
+
} from '../icons/circle-user-round';
|
|
3205
3209
|
// CircleX aliases
|
|
3206
3210
|
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3207
3211
|
export {
|
|
@@ -3214,36 +3218,36 @@ export {
|
|
|
3214
3218
|
/** @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 */
|
|
3215
3219
|
default as ClipboardSignatureIcon
|
|
3216
3220
|
} from '../icons/clipboard-pen-line';
|
|
3221
|
+
// ClipboardPen aliases
|
|
3222
|
+
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3223
|
+
export {
|
|
3224
|
+
/** @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 */
|
|
3225
|
+
default as ClipboardEditIcon
|
|
3226
|
+
} from '../icons/clipboard-pen';
|
|
3217
3227
|
// CloudDownload aliases
|
|
3218
3228
|
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3219
3229
|
export {
|
|
3220
3230
|
/** @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 */
|
|
3221
3231
|
default as DownloadCloudIcon
|
|
3222
3232
|
} from '../icons/cloud-download';
|
|
3223
|
-
//
|
|
3224
|
-
export { default as
|
|
3233
|
+
// CodeXml aliases
|
|
3234
|
+
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3225
3235
|
export {
|
|
3226
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3227
|
-
default as
|
|
3228
|
-
} from '../icons/
|
|
3236
|
+
/** @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 */
|
|
3237
|
+
default as Code2Icon
|
|
3238
|
+
} from '../icons/code-xml';
|
|
3229
3239
|
// Columns2 aliases
|
|
3230
3240
|
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3231
3241
|
export {
|
|
3232
3242
|
/** @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 */
|
|
3233
3243
|
default as ColumnsIcon
|
|
3234
3244
|
} from '../icons/columns-2';
|
|
3235
|
-
//
|
|
3236
|
-
export { default as
|
|
3237
|
-
export {
|
|
3238
|
-
/** @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 */
|
|
3239
|
-
default as ClipboardEditIcon
|
|
3240
|
-
} from '../icons/clipboard-pen';
|
|
3241
|
-
// CodeXml aliases
|
|
3242
|
-
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3245
|
+
// CloudUpload aliases
|
|
3246
|
+
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3243
3247
|
export {
|
|
3244
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3245
|
-
default as
|
|
3246
|
-
} from '../icons/
|
|
3248
|
+
/** @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 */
|
|
3249
|
+
default as UploadCloudIcon
|
|
3250
|
+
} from '../icons/cloud-upload';
|
|
3247
3251
|
// Columns3Cog aliases
|
|
3248
3252
|
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3249
3253
|
export {
|
|
@@ -3260,18 +3264,24 @@ export {
|
|
|
3260
3264
|
/** @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 */
|
|
3261
3265
|
default as PanelsLeftRightIcon
|
|
3262
3266
|
} from '../icons/columns-3';
|
|
3267
|
+
// DiamondPercent aliases
|
|
3268
|
+
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3269
|
+
export {
|
|
3270
|
+
/** @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 */
|
|
3271
|
+
default as PercentDiamondIcon
|
|
3272
|
+
} from '../icons/diamond-percent';
|
|
3263
3273
|
// ContactRound aliases
|
|
3264
3274
|
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3265
3275
|
export {
|
|
3266
3276
|
/** @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 */
|
|
3267
3277
|
default as Contact2Icon
|
|
3268
3278
|
} from '../icons/contact-round';
|
|
3269
|
-
//
|
|
3270
|
-
export { default as
|
|
3279
|
+
// Earth aliases
|
|
3280
|
+
export { default as EarthIcon } from '../icons/earth';
|
|
3271
3281
|
export {
|
|
3272
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3273
|
-
default as
|
|
3274
|
-
} from '../icons/
|
|
3282
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. This alias will be removed in v1.0 */
|
|
3283
|
+
default as Globe2Icon
|
|
3284
|
+
} from '../icons/earth';
|
|
3275
3285
|
// EllipsisVertical aliases
|
|
3276
3286
|
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3277
3287
|
export {
|
|
@@ -3284,96 +3294,84 @@ export {
|
|
|
3284
3294
|
/** @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 */
|
|
3285
3295
|
default as FileAxis3DIcon
|
|
3286
3296
|
} from '../icons/file-axis-3d';
|
|
3287
|
-
//
|
|
3288
|
-
export { default as
|
|
3297
|
+
// FileChartColumnIncreasing aliases
|
|
3298
|
+
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3289
3299
|
export {
|
|
3290
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3291
|
-
default as
|
|
3292
|
-
} from '../icons/
|
|
3300
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3301
|
+
default as FileBarChartIcon
|
|
3302
|
+
} from '../icons/file-chart-column-increasing';
|
|
3293
3303
|
// Ellipsis aliases
|
|
3294
3304
|
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3295
3305
|
export {
|
|
3296
3306
|
/** @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 */
|
|
3297
3307
|
default as MoreHorizontalIcon
|
|
3298
3308
|
} from '../icons/ellipsis';
|
|
3299
|
-
//
|
|
3300
|
-
export { default as
|
|
3309
|
+
// FileChartLine aliases
|
|
3310
|
+
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3301
3311
|
export {
|
|
3302
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3303
|
-
default as
|
|
3304
|
-
} from '../icons/file-chart-
|
|
3312
|
+
/** @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 */
|
|
3313
|
+
default as FileLineChartIcon
|
|
3314
|
+
} from '../icons/file-chart-line';
|
|
3305
3315
|
// FileChartColumn aliases
|
|
3306
3316
|
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3307
3317
|
export {
|
|
3308
3318
|
/** @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 */
|
|
3309
3319
|
default as FileBarChart2Icon
|
|
3310
3320
|
} from '../icons/file-chart-column';
|
|
3311
|
-
// FileChartLine aliases
|
|
3312
|
-
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3313
|
-
export {
|
|
3314
|
-
/** @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 */
|
|
3315
|
-
default as FileLineChartIcon
|
|
3316
|
-
} from '../icons/file-chart-line';
|
|
3317
3321
|
// FileChartPie aliases
|
|
3318
3322
|
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3319
3323
|
export {
|
|
3320
3324
|
/** @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 */
|
|
3321
3325
|
default as FilePieChartIcon
|
|
3322
3326
|
} from '../icons/file-chart-pie';
|
|
3323
|
-
// FilePenLine aliases
|
|
3324
|
-
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3325
|
-
export {
|
|
3326
|
-
/** @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 */
|
|
3327
|
-
default as FileSignatureIcon
|
|
3328
|
-
} from '../icons/file-pen-line';
|
|
3329
3327
|
// FileCog aliases
|
|
3330
3328
|
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3331
3329
|
export {
|
|
3332
3330
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. This alias will be removed in v1.0 */
|
|
3333
3331
|
default as FileCog2Icon
|
|
3334
3332
|
} from '../icons/file-cog';
|
|
3333
|
+
// FilePenLine aliases
|
|
3334
|
+
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3335
|
+
export {
|
|
3336
|
+
/** @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 */
|
|
3337
|
+
default as FileSignatureIcon
|
|
3338
|
+
} from '../icons/file-pen-line';
|
|
3335
3339
|
// FilePen aliases
|
|
3336
3340
|
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3337
3341
|
export {
|
|
3338
3342
|
/** @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 */
|
|
3339
3343
|
default as FileEditIcon
|
|
3340
3344
|
} from '../icons/file-pen';
|
|
3341
|
-
// FileQuestionMark aliases
|
|
3342
|
-
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3343
|
-
export {
|
|
3344
|
-
/** @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 */
|
|
3345
|
-
default as FileQuestionIcon
|
|
3346
|
-
} from '../icons/file-question-mark';
|
|
3347
3345
|
// FilePlay aliases
|
|
3348
3346
|
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3349
3347
|
export {
|
|
3350
3348
|
/** @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 */
|
|
3351
3349
|
default as FileVideoIcon
|
|
3352
3350
|
} from '../icons/file-play';
|
|
3351
|
+
// FileQuestionMark aliases
|
|
3352
|
+
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3353
|
+
export {
|
|
3354
|
+
/** @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 */
|
|
3355
|
+
default as FileQuestionIcon
|
|
3356
|
+
} from '../icons/file-question-mark';
|
|
3353
3357
|
// FileVideoCamera aliases
|
|
3354
3358
|
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3355
3359
|
export {
|
|
3356
3360
|
/** @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 */
|
|
3357
3361
|
default as FileVideo2Icon
|
|
3358
3362
|
} from '../icons/file-video-camera';
|
|
3359
|
-
// FolderPen aliases
|
|
3360
|
-
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3361
|
-
export {
|
|
3362
|
-
/** @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 */
|
|
3363
|
-
default as FolderEditIcon
|
|
3364
|
-
} from '../icons/folder-pen';
|
|
3365
3363
|
// FolderCog aliases
|
|
3366
3364
|
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3367
3365
|
export {
|
|
3368
3366
|
/** @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 */
|
|
3369
3367
|
default as FolderCog2Icon
|
|
3370
3368
|
} from '../icons/folder-cog';
|
|
3371
|
-
//
|
|
3372
|
-
export { default as
|
|
3369
|
+
// FolderPen aliases
|
|
3370
|
+
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3373
3371
|
export {
|
|
3374
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3375
|
-
default as
|
|
3376
|
-
} from '../icons/
|
|
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';
|
|
3377
3375
|
// FunnelX aliases
|
|
3378
3376
|
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3379
3377
|
export {
|
|
@@ -3386,6 +3384,12 @@ export {
|
|
|
3386
3384
|
/** @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 */
|
|
3387
3385
|
default as FilterIcon
|
|
3388
3386
|
} from '../icons/funnel';
|
|
3387
|
+
// GitCommitHorizontal aliases
|
|
3388
|
+
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3389
|
+
export {
|
|
3390
|
+
/** @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 */
|
|
3391
|
+
default as GitCommitIcon
|
|
3392
|
+
} from '../icons/git-commit-horizontal';
|
|
3389
3393
|
// Grid2x2Check aliases
|
|
3390
3394
|
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3391
3395
|
export {
|
|
@@ -3432,6 +3436,12 @@ export {
|
|
|
3432
3436
|
/** @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 */
|
|
3433
3437
|
default as HelpingHandIcon
|
|
3434
3438
|
} from '../icons/hand-helping';
|
|
3439
|
+
// House aliases
|
|
3440
|
+
export { default as HouseIcon } from '../icons/house';
|
|
3441
|
+
export {
|
|
3442
|
+
/** @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 */
|
|
3443
|
+
default as HomeIcon
|
|
3444
|
+
} from '../icons/house';
|
|
3435
3445
|
// IceCreamBowl aliases
|
|
3436
3446
|
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3437
3447
|
export {
|
|
@@ -3444,12 +3454,6 @@ export {
|
|
|
3444
3454
|
/** @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 */
|
|
3445
3455
|
default as IceCreamIcon
|
|
3446
3456
|
} from '../icons/ice-cream-cone';
|
|
3447
|
-
// House aliases
|
|
3448
|
-
export { default as HouseIcon } from '../icons/house';
|
|
3449
|
-
export {
|
|
3450
|
-
/** @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 */
|
|
3451
|
-
default as HomeIcon
|
|
3452
|
-
} from '../icons/house';
|
|
3453
3457
|
// IndentDecrease aliases
|
|
3454
3458
|
export { default as IndentDecreaseIcon } from '../icons/indent-decrease';
|
|
3455
3459
|
export {
|
|
@@ -3462,6 +3466,12 @@ export {
|
|
|
3462
3466
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IndentIncrease} instead. This alias will be removed in v1.0 */
|
|
3463
3467
|
default as IndentIcon
|
|
3464
3468
|
} from '../icons/indent-increase';
|
|
3469
|
+
// LoaderCircle aliases
|
|
3470
|
+
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
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';
|
|
3465
3475
|
// LaptopMinimal aliases
|
|
3466
3476
|
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3467
3477
|
export {
|
|
@@ -3474,72 +3484,60 @@ export {
|
|
|
3474
3484
|
/** @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 */
|
|
3475
3485
|
default as Layers3Icon
|
|
3476
3486
|
} from '../icons/layers';
|
|
3477
|
-
// LoaderCircle aliases
|
|
3478
|
-
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3479
|
-
export {
|
|
3480
|
-
/** @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 */
|
|
3481
|
-
default as Loader2Icon
|
|
3482
|
-
} from '../icons/loader-circle';
|
|
3483
3487
|
// LockKeyholeOpen aliases
|
|
3484
3488
|
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3485
3489
|
export {
|
|
3486
3490
|
/** @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 */
|
|
3487
3491
|
default as UnlockKeyholeIcon
|
|
3488
3492
|
} from '../icons/lock-keyhole-open';
|
|
3489
|
-
// MailQuestionMark aliases
|
|
3490
|
-
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3491
|
-
export {
|
|
3492
|
-
/** @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 */
|
|
3493
|
-
default as MailQuestionIcon
|
|
3494
|
-
} from '../icons/mail-question-mark';
|
|
3495
3493
|
// LockOpen aliases
|
|
3496
3494
|
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3497
3495
|
export {
|
|
3498
3496
|
/** @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 */
|
|
3499
3497
|
default as UnlockIcon
|
|
3500
3498
|
} from '../icons/lock-open';
|
|
3499
|
+
// MailQuestionMark aliases
|
|
3500
|
+
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3501
|
+
export {
|
|
3502
|
+
/** @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 */
|
|
3503
|
+
default as MailQuestionIcon
|
|
3504
|
+
} from '../icons/mail-question-mark';
|
|
3501
3505
|
// MapPinPen aliases
|
|
3502
3506
|
export { default as MapPinPenIcon } from '../icons/map-pin-pen';
|
|
3503
3507
|
export {
|
|
3504
3508
|
/** @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 */
|
|
3505
3509
|
default as LocationEditIcon
|
|
3506
3510
|
} from '../icons/map-pin-pen';
|
|
3507
|
-
// MicVocal aliases
|
|
3508
|
-
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3509
|
-
export {
|
|
3510
|
-
/** @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 */
|
|
3511
|
-
default as Mic2Icon
|
|
3512
|
-
} from '../icons/mic-vocal';
|
|
3513
3511
|
// MessageCircleQuestionMark aliases
|
|
3514
3512
|
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3515
3513
|
export {
|
|
3516
3514
|
/** @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 */
|
|
3517
3515
|
default as MessageCircleQuestionIcon
|
|
3518
3516
|
} from '../icons/message-circle-question-mark';
|
|
3517
|
+
// MicVocal aliases
|
|
3518
|
+
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3519
|
+
export {
|
|
3520
|
+
/** @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 */
|
|
3521
|
+
default as Mic2Icon
|
|
3522
|
+
} from '../icons/mic-vocal';
|
|
3519
3523
|
// Move3d aliases
|
|
3520
3524
|
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3521
3525
|
export {
|
|
3522
3526
|
/** @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 */
|
|
3523
3527
|
default as Move3DIcon
|
|
3524
3528
|
} from '../icons/move-3d';
|
|
3525
|
-
// OctagonPause aliases
|
|
3526
|
-
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3527
|
-
export {
|
|
3528
|
-
/** @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 */
|
|
3529
|
-
default as PauseOctagonIcon
|
|
3530
|
-
} from '../icons/octagon-pause';
|
|
3531
3529
|
// OctagonAlert aliases
|
|
3532
3530
|
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3533
3531
|
export {
|
|
3534
3532
|
/** @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 */
|
|
3535
3533
|
default as AlertOctagonIcon
|
|
3536
3534
|
} from '../icons/octagon-alert';
|
|
3537
|
-
//
|
|
3538
|
-
export { default as
|
|
3535
|
+
// OctagonPause aliases
|
|
3536
|
+
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3539
3537
|
export {
|
|
3540
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3541
|
-
default as
|
|
3542
|
-
} from '../icons/
|
|
3538
|
+
/** @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 */
|
|
3539
|
+
default as PauseOctagonIcon
|
|
3540
|
+
} from '../icons/octagon-pause';
|
|
3543
3541
|
// OctagonX aliases
|
|
3544
3542
|
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3545
3543
|
export {
|
|
@@ -3552,36 +3550,42 @@ export {
|
|
|
3552
3550
|
/** @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 */
|
|
3553
3551
|
default as PanelBottomInactiveIcon
|
|
3554
3552
|
} from '../icons/panel-bottom-dashed';
|
|
3553
|
+
// PaintbrushVertical aliases
|
|
3554
|
+
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3555
|
+
export {
|
|
3556
|
+
/** @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 */
|
|
3557
|
+
default as Paintbrush2Icon
|
|
3558
|
+
} from '../icons/paintbrush-vertical';
|
|
3555
3559
|
// PanelLeftClose aliases
|
|
3556
3560
|
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3557
3561
|
export {
|
|
3558
3562
|
/** @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 */
|
|
3559
3563
|
default as SidebarCloseIcon
|
|
3560
3564
|
} from '../icons/panel-left-close';
|
|
3561
|
-
// PanelLeftOpen aliases
|
|
3562
|
-
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3563
|
-
export {
|
|
3564
|
-
/** @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 */
|
|
3565
|
-
default as SidebarOpenIcon
|
|
3566
|
-
} from '../icons/panel-left-open';
|
|
3567
3565
|
// PanelLeftDashed aliases
|
|
3568
3566
|
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3569
3567
|
export {
|
|
3570
3568
|
/** @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 */
|
|
3571
3569
|
default as PanelLeftInactiveIcon
|
|
3572
3570
|
} from '../icons/panel-left-dashed';
|
|
3573
|
-
//
|
|
3574
|
-
export { default as
|
|
3571
|
+
// PanelLeftOpen aliases
|
|
3572
|
+
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3575
3573
|
export {
|
|
3576
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3577
|
-
default as
|
|
3578
|
-
} from '../icons/panel-left';
|
|
3574
|
+
/** @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 */
|
|
3575
|
+
default as SidebarOpenIcon
|
|
3576
|
+
} from '../icons/panel-left-open';
|
|
3579
3577
|
// PanelRightDashed aliases
|
|
3580
3578
|
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3581
3579
|
export {
|
|
3582
3580
|
/** @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 */
|
|
3583
3581
|
default as PanelRightInactiveIcon
|
|
3584
3582
|
} from '../icons/panel-right-dashed';
|
|
3583
|
+
// PanelLeft aliases
|
|
3584
|
+
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3585
|
+
export {
|
|
3586
|
+
/** @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 */
|
|
3587
|
+
default as SidebarIcon
|
|
3588
|
+
} from '../icons/panel-left';
|
|
3585
3589
|
// PanelTopDashed aliases
|
|
3586
3590
|
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3587
3591
|
export {
|
|
@@ -3624,18 +3628,18 @@ export {
|
|
|
3624
3628
|
/** @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 */
|
|
3625
3629
|
default as Rotate3DIcon
|
|
3626
3630
|
} from '../icons/rotate-3d';
|
|
3627
|
-
// Rows2 aliases
|
|
3628
|
-
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3629
|
-
export {
|
|
3630
|
-
/** @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 */
|
|
3631
|
-
default as RowsIcon
|
|
3632
|
-
} from '../icons/rows-2';
|
|
3633
3631
|
// Rows3 aliases
|
|
3634
3632
|
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3635
3633
|
export {
|
|
3636
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 */
|
|
3637
3635
|
default as PanelsTopBottomIcon
|
|
3638
3636
|
} from '../icons/rows-3';
|
|
3637
|
+
// Rows2 aliases
|
|
3638
|
+
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3639
|
+
export {
|
|
3640
|
+
/** @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 */
|
|
3641
|
+
default as RowsIcon
|
|
3642
|
+
} from '../icons/rows-2';
|
|
3639
3643
|
// Scale3d aliases
|
|
3640
3644
|
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3641
3645
|
export {
|
|
@@ -3654,30 +3658,30 @@ export {
|
|
|
3654
3658
|
/** @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 */
|
|
3655
3659
|
default as ShieldQuestionIcon
|
|
3656
3660
|
} from '../icons/shield-question-mark';
|
|
3657
|
-
// ShieldX aliases
|
|
3658
|
-
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3659
|
-
export {
|
|
3660
|
-
/** @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 */
|
|
3661
|
-
default as ShieldCloseIcon
|
|
3662
|
-
} from '../icons/shield-x';
|
|
3663
3661
|
// Sparkles aliases
|
|
3664
3662
|
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3665
3663
|
export {
|
|
3666
3664
|
/** @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 */
|
|
3667
3665
|
default as StarsIcon
|
|
3668
3666
|
} from '../icons/sparkles';
|
|
3669
|
-
// SquareActivity aliases
|
|
3670
|
-
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3671
|
-
export {
|
|
3672
|
-
/** @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 */
|
|
3673
|
-
default as ActivitySquareIcon
|
|
3674
|
-
} from '../icons/square-activity';
|
|
3675
3667
|
// SlidersVertical aliases
|
|
3676
3668
|
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3677
3669
|
export {
|
|
3678
3670
|
/** @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 */
|
|
3679
3671
|
default as SlidersIcon
|
|
3680
3672
|
} from '../icons/sliders-vertical';
|
|
3673
|
+
// ShieldX aliases
|
|
3674
|
+
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3675
|
+
export {
|
|
3676
|
+
/** @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 */
|
|
3677
|
+
default as ShieldCloseIcon
|
|
3678
|
+
} from '../icons/shield-x';
|
|
3679
|
+
// SquareActivity aliases
|
|
3680
|
+
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3681
|
+
export {
|
|
3682
|
+
/** @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 */
|
|
3683
|
+
default as ActivitySquareIcon
|
|
3684
|
+
} from '../icons/square-activity';
|
|
3681
3685
|
// SquareArrowDownLeft aliases
|
|
3682
3686
|
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3683
3687
|
export {
|
|
@@ -3726,6 +3730,12 @@ export {
|
|
|
3726
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 */
|
|
3727
3731
|
default as ArrowRightSquareIcon
|
|
3728
3732
|
} from '../icons/square-arrow-right';
|
|
3733
|
+
// SquareArrowOutUpRight aliases
|
|
3734
|
+
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3735
|
+
export {
|
|
3736
|
+
/** @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 */
|
|
3737
|
+
default as ArrowUpRightFromSquareIcon
|
|
3738
|
+
} from '../icons/square-arrow-out-up-right';
|
|
3729
3739
|
// SquareArrowUpLeft aliases
|
|
3730
3740
|
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3731
3741
|
export {
|
|
@@ -3744,30 +3754,18 @@ export {
|
|
|
3744
3754
|
/** @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 */
|
|
3745
3755
|
default as ArrowUpSquareIcon
|
|
3746
3756
|
} from '../icons/square-arrow-up';
|
|
3747
|
-
// SquareBottomDashedScissors aliases
|
|
3748
|
-
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3749
|
-
export {
|
|
3750
|
-
/** @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 */
|
|
3751
|
-
default as ScissorsSquareDashedBottomIcon
|
|
3752
|
-
} from '../icons/square-bottom-dashed-scissors';
|
|
3753
|
-
// SquareArrowOutUpRight aliases
|
|
3754
|
-
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3755
|
-
export {
|
|
3756
|
-
/** @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 */
|
|
3757
|
-
default as ArrowUpRightFromSquareIcon
|
|
3758
|
-
} from '../icons/square-arrow-out-up-right';
|
|
3759
3757
|
// SquareAsterisk aliases
|
|
3760
3758
|
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3761
3759
|
export {
|
|
3762
3760
|
/** @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 */
|
|
3763
3761
|
default as AsteriskSquareIcon
|
|
3764
3762
|
} from '../icons/square-asterisk';
|
|
3765
|
-
//
|
|
3766
|
-
export { default as
|
|
3763
|
+
// SquareBottomDashedScissors aliases
|
|
3764
|
+
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3767
3765
|
export {
|
|
3768
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3769
|
-
default as
|
|
3770
|
-
} from '../icons/square-
|
|
3766
|
+
/** @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 */
|
|
3767
|
+
default as ScissorsSquareDashedBottomIcon
|
|
3768
|
+
} from '../icons/square-bottom-dashed-scissors';
|
|
3771
3769
|
// SquareChartGantt aliases
|
|
3772
3770
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
3773
3771
|
export {
|
|
@@ -3778,6 +3776,12 @@ export {
|
|
|
3778
3776
|
/** @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 */
|
|
3779
3777
|
default as SquareGanttChartIcon
|
|
3780
3778
|
} from '../icons/square-chart-gantt';
|
|
3779
|
+
// SquareCheckBig aliases
|
|
3780
|
+
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3781
|
+
export {
|
|
3782
|
+
/** @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 */
|
|
3783
|
+
default as CheckSquareIcon
|
|
3784
|
+
} from '../icons/square-check-big';
|
|
3781
3785
|
// SquareCheck aliases
|
|
3782
3786
|
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3783
3787
|
export {
|
|
@@ -3832,6 +3836,12 @@ export {
|
|
|
3832
3836
|
/** @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 */
|
|
3833
3837
|
default as BoxSelectIcon
|
|
3834
3838
|
} from '../icons/square-dashed';
|
|
3839
|
+
// SquareDivide aliases
|
|
3840
|
+
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
3841
|
+
export {
|
|
3842
|
+
/** @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 */
|
|
3843
|
+
default as DivideSquareIcon
|
|
3844
|
+
} from '../icons/square-divide';
|
|
3835
3845
|
// SquareDot aliases
|
|
3836
3846
|
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
3837
3847
|
export {
|
|
@@ -3844,12 +3854,6 @@ export {
|
|
|
3844
3854
|
/** @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 */
|
|
3845
3855
|
default as EqualSquareIcon
|
|
3846
3856
|
} from '../icons/square-equal';
|
|
3847
|
-
// SquareDivide aliases
|
|
3848
|
-
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
3849
|
-
export {
|
|
3850
|
-
/** @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 */
|
|
3851
|
-
default as DivideSquareIcon
|
|
3852
|
-
} from '../icons/square-divide';
|
|
3853
3857
|
// SquareFunction aliases
|
|
3854
3858
|
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
3855
3859
|
export {
|
|
@@ -3868,18 +3872,18 @@ export {
|
|
|
3868
3872
|
/** @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 */
|
|
3869
3873
|
default as MSquareIcon
|
|
3870
3874
|
} from '../icons/square-m';
|
|
3871
|
-
// SquareMenu aliases
|
|
3872
|
-
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
3873
|
-
export {
|
|
3874
|
-
/** @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 */
|
|
3875
|
-
default as MenuSquareIcon
|
|
3876
|
-
} from '../icons/square-menu';
|
|
3877
3875
|
// SquareLibrary aliases
|
|
3878
3876
|
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
3879
3877
|
export {
|
|
3880
3878
|
/** @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 */
|
|
3881
3879
|
default as LibrarySquareIcon
|
|
3882
3880
|
} from '../icons/square-library';
|
|
3881
|
+
// SquareMenu aliases
|
|
3882
|
+
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
3883
|
+
export {
|
|
3884
|
+
/** @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 */
|
|
3885
|
+
default as MenuSquareIcon
|
|
3886
|
+
} from '../icons/square-menu';
|
|
3883
3887
|
// SquareMinus aliases
|
|
3884
3888
|
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
3885
3889
|
export {
|
|
@@ -3904,12 +3908,12 @@ export {
|
|
|
3904
3908
|
/** @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 */
|
|
3905
3909
|
default as ParkingSquareIcon
|
|
3906
3910
|
} from '../icons/square-parking';
|
|
3907
|
-
//
|
|
3908
|
-
export { default as
|
|
3911
|
+
// SquarePi aliases
|
|
3912
|
+
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
3909
3913
|
export {
|
|
3910
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3911
|
-
default as
|
|
3912
|
-
} from '../icons/square-
|
|
3914
|
+
/** @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 */
|
|
3915
|
+
default as PiSquareIcon
|
|
3916
|
+
} from '../icons/square-pi';
|
|
3913
3917
|
// SquarePen aliases
|
|
3914
3918
|
export { default as SquarePenIcon } from '../icons/square-pen';
|
|
3915
3919
|
export {
|
|
@@ -3924,12 +3928,12 @@ export {
|
|
|
3924
3928
|
/** @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 */
|
|
3925
3929
|
default as PenSquareIcon
|
|
3926
3930
|
} from '../icons/square-pen';
|
|
3927
|
-
//
|
|
3928
|
-
export { default as
|
|
3931
|
+
// SquarePercent aliases
|
|
3932
|
+
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
3929
3933
|
export {
|
|
3930
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3931
|
-
default as
|
|
3932
|
-
} from '../icons/square-
|
|
3934
|
+
/** @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 */
|
|
3935
|
+
default as PercentSquareIcon
|
|
3936
|
+
} from '../icons/square-percent';
|
|
3933
3937
|
// SquarePilcrow aliases
|
|
3934
3938
|
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
3935
3939
|
export {
|
|
@@ -3990,66 +3994,66 @@ export {
|
|
|
3990
3994
|
/** @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 */
|
|
3991
3995
|
default as TerminalSquareIcon
|
|
3992
3996
|
} from '../icons/square-terminal';
|
|
3993
|
-
// SquareUser aliases
|
|
3994
|
-
export { default as SquareUserIcon } from '../icons/square-user';
|
|
3995
|
-
export {
|
|
3996
|
-
/** @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 */
|
|
3997
|
-
default as UserSquareIcon
|
|
3998
|
-
} from '../icons/square-user';
|
|
3999
3997
|
// SquareUserRound aliases
|
|
4000
3998
|
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
4001
3999
|
export {
|
|
4002
4000
|
/** @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 */
|
|
4003
4001
|
default as UserSquare2Icon
|
|
4004
4002
|
} from '../icons/square-user-round';
|
|
4005
|
-
//
|
|
4006
|
-
export { default as
|
|
4003
|
+
// SquareUser aliases
|
|
4004
|
+
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4007
4005
|
export {
|
|
4008
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4009
|
-
default as
|
|
4010
|
-
} from '../icons/square-
|
|
4006
|
+
/** @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 */
|
|
4007
|
+
default as UserSquareIcon
|
|
4008
|
+
} from '../icons/square-user';
|
|
4011
4009
|
// TestTubeDiagonal aliases
|
|
4012
4010
|
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
4013
4011
|
export {
|
|
4014
4012
|
/** @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 */
|
|
4015
4013
|
default as TestTube2Icon
|
|
4016
4014
|
} from '../icons/test-tube-diagonal';
|
|
4017
|
-
//
|
|
4018
|
-
export { default as
|
|
4015
|
+
// SquareX aliases
|
|
4016
|
+
export { default as SquareXIcon } from '../icons/square-x';
|
|
4019
4017
|
export {
|
|
4020
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4021
|
-
default as
|
|
4022
|
-
} from '../icons/
|
|
4018
|
+
/** @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 */
|
|
4019
|
+
default as XSquareIcon
|
|
4020
|
+
} from '../icons/square-x';
|
|
4023
4021
|
// TextSelect aliases
|
|
4024
4022
|
export { default as TextSelectIcon } from '../icons/text-select';
|
|
4025
4023
|
export {
|
|
4026
4024
|
/** @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 */
|
|
4027
4025
|
default as TextSelectionIcon
|
|
4028
4026
|
} from '../icons/text-select';
|
|
4029
|
-
//
|
|
4030
|
-
export { default as
|
|
4027
|
+
// TramFront aliases
|
|
4028
|
+
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4031
4029
|
export {
|
|
4032
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4033
|
-
default as
|
|
4034
|
-
} from '../icons/
|
|
4030
|
+
/** @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 */
|
|
4031
|
+
default as TrainIcon
|
|
4032
|
+
} from '../icons/tram-front';
|
|
4035
4033
|
// TreePalm aliases
|
|
4036
4034
|
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4037
4035
|
export {
|
|
4038
4036
|
/** @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 */
|
|
4039
4037
|
default as PalmtreeIcon
|
|
4040
4038
|
} from '../icons/tree-palm';
|
|
4041
|
-
//
|
|
4042
|
-
export { default as
|
|
4039
|
+
// TriangleAlert aliases
|
|
4040
|
+
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4043
4041
|
export {
|
|
4044
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4045
|
-
default as
|
|
4046
|
-
} from '../icons/
|
|
4042
|
+
/** @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 */
|
|
4043
|
+
default as AlertTriangleIcon
|
|
4044
|
+
} from '../icons/triangle-alert';
|
|
4047
4045
|
// TvMinimal aliases
|
|
4048
4046
|
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4049
4047
|
export {
|
|
4050
4048
|
/** @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 */
|
|
4051
4049
|
default as Tv2Icon
|
|
4052
4050
|
} from '../icons/tv-minimal';
|
|
4051
|
+
// University aliases
|
|
4052
|
+
export { default as UniversityIcon } from '../icons/university';
|
|
4053
|
+
export {
|
|
4054
|
+
/** @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 */
|
|
4055
|
+
default as School2Icon
|
|
4056
|
+
} from '../icons/university';
|
|
4053
4057
|
// UserRoundCheck aliases
|
|
4054
4058
|
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
4055
4059
|
export {
|