@lucide/astro 1.5.0 → 1.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/aliases/aliases.ts +160 -160
- package/src/aliases/prefixed.ts +791 -787
- package/src/aliases/suffixed.ts +1079 -1075
- package/src/icons/index.ts +137 -135
- package/src/icons/map-pin-search.ts +18 -0
- package/src/icons/radio-off.ts +18 -0
package/src/aliases/suffixed.ts
CHANGED
|
@@ -2,12 +2,12 @@
|
|
|
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
|
-
// ALargeSmall aliases
|
|
6
|
-
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
7
|
-
// Activity aliases
|
|
8
|
-
export { default as ActivityIcon } from '../icons/activity';
|
|
9
5
|
// Accessibility aliases
|
|
10
6
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
7
|
+
// Activity aliases
|
|
8
|
+
export { default as ActivityIcon } from '../icons/activity';
|
|
9
|
+
// ALargeSmall aliases
|
|
10
|
+
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
11
11
|
// AirVent aliases
|
|
12
12
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
13
13
|
// Airplay aliases
|
|
@@ -16,32 +16,32 @@ export { default as AirplayIcon } from '../icons/airplay';
|
|
|
16
16
|
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
17
17
|
// AlarmClock aliases
|
|
18
18
|
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
19
|
-
// Album aliases
|
|
20
|
-
export { default as AlbumIcon } from '../icons/album';
|
|
21
19
|
// AlarmSmoke aliases
|
|
22
20
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
23
21
|
// AlignCenterHorizontal aliases
|
|
24
22
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
25
|
-
//
|
|
26
|
-
export { default as
|
|
23
|
+
// Album aliases
|
|
24
|
+
export { default as AlbumIcon } from '../icons/album';
|
|
27
25
|
// AlignCenterVertical aliases
|
|
28
26
|
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
29
|
-
//
|
|
30
|
-
export { default as
|
|
27
|
+
// AlignEndHorizontal aliases
|
|
28
|
+
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
31
29
|
// AlignHorizontalDistributeCenter aliases
|
|
32
30
|
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
33
31
|
// AlignHorizontalDistributeEnd aliases
|
|
34
32
|
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
33
|
+
// AlignEndVertical aliases
|
|
34
|
+
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
35
35
|
// AlignHorizontalDistributeStart aliases
|
|
36
36
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
37
|
-
// AlignHorizontalJustifyCenter aliases
|
|
38
|
-
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
39
37
|
// AlignHorizontalJustifyEnd aliases
|
|
40
38
|
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
41
|
-
//
|
|
42
|
-
export { default as
|
|
39
|
+
// AlignHorizontalJustifyCenter aliases
|
|
40
|
+
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
43
41
|
// AlignHorizontalSpaceAround aliases
|
|
44
42
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
43
|
+
// AlignHorizontalJustifyStart aliases
|
|
44
|
+
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
45
45
|
// AlignHorizontalSpaceBetween aliases
|
|
46
46
|
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
47
47
|
// AlignStartHorizontal aliases
|
|
@@ -52,98 +52,98 @@ export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical
|
|
|
52
52
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
53
53
|
// AlignVerticalDistributeEnd aliases
|
|
54
54
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
55
|
-
// AlignVerticalDistributeStart aliases
|
|
56
|
-
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
57
55
|
// AlignVerticalJustifyCenter aliases
|
|
58
56
|
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
57
|
+
// AlignVerticalDistributeStart aliases
|
|
58
|
+
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
59
59
|
// AlignVerticalJustifyEnd aliases
|
|
60
60
|
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
61
|
-
// AlignVerticalJustifyStart aliases
|
|
62
|
-
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
63
61
|
// AlignVerticalSpaceAround aliases
|
|
64
62
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
63
|
+
// AlignVerticalJustifyStart aliases
|
|
64
|
+
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
65
|
+
// AlignVerticalSpaceBetween aliases
|
|
66
|
+
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
65
67
|
// Ambulance aliases
|
|
66
68
|
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
67
69
|
// Ampersand aliases
|
|
68
70
|
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
69
|
-
// AlignVerticalSpaceBetween aliases
|
|
70
|
-
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
71
71
|
// Ampersands aliases
|
|
72
72
|
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
73
73
|
// Amphora aliases
|
|
74
74
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
75
|
+
// Anchor aliases
|
|
76
|
+
export { default as AnchorIcon } from '../icons/anchor';
|
|
75
77
|
// Angry aliases
|
|
76
78
|
export { default as AngryIcon } from '../icons/angry';
|
|
77
79
|
// Annoyed aliases
|
|
78
80
|
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
79
|
-
// Anchor aliases
|
|
80
|
-
export { default as AnchorIcon } from '../icons/anchor';
|
|
81
81
|
// Antenna aliases
|
|
82
82
|
export { default as AntennaIcon } from '../icons/antenna';
|
|
83
83
|
// Anvil aliases
|
|
84
84
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
85
|
-
// AppWindowMac aliases
|
|
86
|
-
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
87
85
|
// Aperture aliases
|
|
88
86
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
89
|
-
//
|
|
90
|
-
export { default as
|
|
87
|
+
// AppWindowMac aliases
|
|
88
|
+
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
91
89
|
// Apple aliases
|
|
92
90
|
export { default as AppleIcon } from '../icons/apple';
|
|
93
|
-
// ArchiveX aliases
|
|
94
|
-
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
95
91
|
// ArchiveRestore aliases
|
|
96
92
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
93
|
+
// AppWindow aliases
|
|
94
|
+
export { default as AppWindowIcon } from '../icons/app-window';
|
|
95
|
+
// ArchiveX aliases
|
|
96
|
+
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
97
97
|
// Archive aliases
|
|
98
98
|
export { default as ArchiveIcon } from '../icons/archive';
|
|
99
99
|
// Armchair aliases
|
|
100
100
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
101
|
-
// ArrowBigDown aliases
|
|
102
|
-
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
103
101
|
// ArrowBigDownDash aliases
|
|
104
102
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
105
|
-
//
|
|
106
|
-
export { default as
|
|
103
|
+
// ArrowBigDown aliases
|
|
104
|
+
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
107
105
|
// ArrowBigLeftDash aliases
|
|
108
106
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
107
|
+
// ArrowBigRightDash aliases
|
|
108
|
+
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
109
109
|
// ArrowBigLeft aliases
|
|
110
110
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
111
|
-
// ArrowBigRight aliases
|
|
112
|
-
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
113
111
|
// ArrowBigUpDash aliases
|
|
114
112
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
113
|
+
// ArrowBigRight aliases
|
|
114
|
+
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
115
|
+
// ArrowBigUp aliases
|
|
116
|
+
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
115
117
|
// ArrowDownFromLine aliases
|
|
116
118
|
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
117
119
|
// ArrowDownLeft aliases
|
|
118
120
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
119
|
-
// ArrowBigUp aliases
|
|
120
|
-
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
121
121
|
// ArrowDownNarrowWide aliases
|
|
122
122
|
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
123
123
|
// ArrowDownRight aliases
|
|
124
124
|
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
125
125
|
// ArrowDownToDot aliases
|
|
126
126
|
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
127
|
-
// ArrowDownUp aliases
|
|
128
|
-
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
129
|
-
// ArrowDown aliases
|
|
130
|
-
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
131
|
-
// ArrowLeftToLine aliases
|
|
132
|
-
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
133
127
|
// ArrowDownToLine aliases
|
|
134
128
|
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
129
|
+
// ArrowDown aliases
|
|
130
|
+
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
131
|
+
// ArrowDownUp aliases
|
|
132
|
+
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
135
133
|
// ArrowLeftRight aliases
|
|
136
134
|
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
137
|
-
// ArrowLeft aliases
|
|
138
|
-
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
139
135
|
// ArrowLeftFromLine aliases
|
|
140
136
|
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
141
|
-
//
|
|
142
|
-
export { default as
|
|
143
|
-
//
|
|
144
|
-
export { default as
|
|
137
|
+
// ArrowLeftToLine aliases
|
|
138
|
+
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
139
|
+
// ArrowLeft aliases
|
|
140
|
+
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
145
141
|
// ArrowRightLeft aliases
|
|
146
142
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
143
|
+
// ArrowRightToLine aliases
|
|
144
|
+
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
145
|
+
// ArrowRightFromLine aliases
|
|
146
|
+
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
147
147
|
// ArrowRight aliases
|
|
148
148
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
149
149
|
// ArrowUpDown aliases
|
|
@@ -158,30 +158,30 @@ export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
|
158
158
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
159
159
|
// ArrowUpToLine aliases
|
|
160
160
|
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
161
|
-
// ArrowUpWideNarrow aliases
|
|
162
|
-
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
163
161
|
// ArrowUp aliases
|
|
164
162
|
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
163
|
+
// ArrowUpWideNarrow aliases
|
|
164
|
+
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
165
165
|
// ArrowsUpFromLine aliases
|
|
166
166
|
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
167
|
+
// Asterisk aliases
|
|
168
|
+
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
167
169
|
// AtSign aliases
|
|
168
170
|
export { default as AtSignIcon } from '../icons/at-sign';
|
|
169
171
|
// Atom aliases
|
|
170
172
|
export { default as AtomIcon } from '../icons/atom';
|
|
171
|
-
// Asterisk aliases
|
|
172
|
-
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
173
|
-
// AudioWaveform aliases
|
|
174
|
-
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
175
173
|
// AudioLines aliases
|
|
176
174
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
177
|
-
//
|
|
178
|
-
export { default as
|
|
175
|
+
// AudioWaveform aliases
|
|
176
|
+
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
177
|
+
// Award aliases
|
|
178
|
+
export { default as AwardIcon } from '../icons/award';
|
|
179
179
|
// Axe aliases
|
|
180
180
|
export { default as AxeIcon } from '../icons/axe';
|
|
181
|
+
// Baby aliases
|
|
182
|
+
export { default as BabyIcon } from '../icons/baby';
|
|
181
183
|
// Backpack aliases
|
|
182
184
|
export { default as BackpackIcon } from '../icons/backpack';
|
|
183
|
-
// Award aliases
|
|
184
|
-
export { default as AwardIcon } from '../icons/award';
|
|
185
185
|
// BadgeAlert aliases
|
|
186
186
|
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
187
187
|
// BadgeCent aliases
|
|
@@ -194,42 +194,42 @@ export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
|
194
194
|
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
195
195
|
// BadgeInfo aliases
|
|
196
196
|
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
197
|
-
// BadgeMinus aliases
|
|
198
|
-
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
199
|
-
// BadgePercent aliases
|
|
200
|
-
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
201
197
|
// BadgeJapaneseYen aliases
|
|
202
198
|
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
203
|
-
//
|
|
204
|
-
export { default as
|
|
205
|
-
// BadgeRussianRuble aliases
|
|
206
|
-
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
199
|
+
// BadgePercent aliases
|
|
200
|
+
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
207
201
|
// BadgePlus aliases
|
|
208
202
|
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
203
|
+
// BadgeMinus aliases
|
|
204
|
+
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
205
|
+
// BadgeRussianRuble aliases
|
|
206
|
+
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
207
|
+
// BadgePoundSterling aliases
|
|
208
|
+
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
209
209
|
// BadgeSwissFranc aliases
|
|
210
210
|
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
211
|
-
// BadgeX aliases
|
|
212
|
-
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
213
211
|
// BadgeTurkishLira aliases
|
|
214
212
|
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
215
|
-
// BaggageClaim aliases
|
|
216
|
-
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
217
213
|
// Badge aliases
|
|
218
214
|
export { default as BadgeIcon } from '../icons/badge';
|
|
219
|
-
//
|
|
220
|
-
export { default as
|
|
215
|
+
// BadgeX aliases
|
|
216
|
+
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
217
|
+
// BaggageClaim aliases
|
|
218
|
+
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
221
219
|
// Ban aliases
|
|
222
220
|
export { default as BanIcon } from '../icons/ban';
|
|
223
|
-
//
|
|
224
|
-
export { default as
|
|
221
|
+
// Balloon aliases
|
|
222
|
+
export { default as BalloonIcon } from '../icons/balloon';
|
|
225
223
|
// Banana aliases
|
|
226
224
|
export { default as BananaIcon } from '../icons/banana';
|
|
225
|
+
// Bandage aliases
|
|
226
|
+
export { default as BandageIcon } from '../icons/bandage';
|
|
227
227
|
// BanknoteArrowDown aliases
|
|
228
228
|
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
229
|
-
// BanknoteX aliases
|
|
230
|
-
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
231
229
|
// BanknoteArrowUp aliases
|
|
232
230
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
231
|
+
// BanknoteX aliases
|
|
232
|
+
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
233
233
|
// Banknote aliases
|
|
234
234
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
235
235
|
// Barcode aliases
|
|
@@ -240,56 +240,56 @@ export { default as BarrelIcon } from '../icons/barrel';
|
|
|
240
240
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
241
241
|
// Bath aliases
|
|
242
242
|
export { default as BathIcon } from '../icons/bath';
|
|
243
|
-
// BatteryFull aliases
|
|
244
|
-
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
245
|
-
// BatteryLow aliases
|
|
246
|
-
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
247
243
|
// BatteryCharging aliases
|
|
248
244
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
245
|
+
// BatteryFull aliases
|
|
246
|
+
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
249
247
|
// BatteryMedium aliases
|
|
250
248
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
249
|
+
// BatteryLow aliases
|
|
250
|
+
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
251
251
|
// BatteryWarning aliases
|
|
252
252
|
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
253
253
|
// BatteryPlus aliases
|
|
254
254
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
255
|
-
// Battery aliases
|
|
256
|
-
export { default as BatteryIcon } from '../icons/battery';
|
|
257
255
|
// Beaker aliases
|
|
258
256
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
259
|
-
//
|
|
260
|
-
export { default as
|
|
257
|
+
// Battery aliases
|
|
258
|
+
export { default as BatteryIcon } from '../icons/battery';
|
|
261
259
|
// BeanOff aliases
|
|
262
260
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
263
261
|
// Bean aliases
|
|
264
262
|
export { default as BeanIcon } from '../icons/bean';
|
|
265
|
-
// Bed aliases
|
|
266
|
-
export { default as BedIcon } from '../icons/bed';
|
|
267
263
|
// BedSingle aliases
|
|
268
264
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
265
|
+
// BedDouble aliases
|
|
266
|
+
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
269
267
|
// BeefOff aliases
|
|
270
268
|
export { default as BeefOffIcon } from '../icons/beef-off';
|
|
269
|
+
// Bed aliases
|
|
270
|
+
export { default as BedIcon } from '../icons/bed';
|
|
271
271
|
// Beef aliases
|
|
272
272
|
export { default as BeefIcon } from '../icons/beef';
|
|
273
|
-
// BeerOff aliases
|
|
274
|
-
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
275
273
|
// Beer aliases
|
|
276
274
|
export { default as BeerIcon } from '../icons/beer';
|
|
277
275
|
// BellDot aliases
|
|
278
276
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
277
|
+
// BeerOff aliases
|
|
278
|
+
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
279
279
|
// BellElectric aliases
|
|
280
280
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
281
|
-
// BellMinus aliases
|
|
282
|
-
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
283
281
|
// BellOff aliases
|
|
284
282
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
283
|
+
// BellMinus aliases
|
|
284
|
+
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
285
285
|
// BellPlus aliases
|
|
286
286
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
287
|
-
// BellRing aliases
|
|
288
|
-
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
289
|
-
// BetweenVerticalEnd aliases
|
|
290
|
-
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
291
287
|
// Bell aliases
|
|
292
288
|
export { default as BellIcon } from '../icons/bell';
|
|
289
|
+
// BetweenVerticalEnd aliases
|
|
290
|
+
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
291
|
+
// BellRing aliases
|
|
292
|
+
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
293
293
|
// BetweenVerticalStart aliases
|
|
294
294
|
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
295
295
|
// BicepsFlexed aliases
|
|
@@ -300,16 +300,16 @@ export { default as BikeIcon } from '../icons/bike';
|
|
|
300
300
|
export { default as BinaryIcon } from '../icons/binary';
|
|
301
301
|
// Binoculars aliases
|
|
302
302
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
303
|
-
// Biohazard aliases
|
|
304
|
-
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
305
303
|
// Bird aliases
|
|
306
304
|
export { default as BirdIcon } from '../icons/bird';
|
|
305
|
+
// Biohazard aliases
|
|
306
|
+
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
307
307
|
// Birdhouse aliases
|
|
308
308
|
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
309
|
-
// Bitcoin aliases
|
|
310
|
-
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
311
309
|
// Blend aliases
|
|
312
310
|
export { default as BlendIcon } from '../icons/blend';
|
|
311
|
+
// Bitcoin aliases
|
|
312
|
+
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
313
313
|
// Blinds aliases
|
|
314
314
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
315
315
|
// BluetoothConnected aliases
|
|
@@ -322,182 +322,182 @@ export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
|
322
322
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
323
323
|
// Bluetooth aliases
|
|
324
324
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
325
|
+
// Bomb aliases
|
|
326
|
+
export { default as BombIcon } from '../icons/bomb';
|
|
325
327
|
// Bold aliases
|
|
326
328
|
export { default as BoldIcon } from '../icons/bold';
|
|
327
329
|
// Bolt aliases
|
|
328
330
|
export { default as BoltIcon } from '../icons/bolt';
|
|
329
|
-
// Bomb aliases
|
|
330
|
-
export { default as BombIcon } from '../icons/bomb';
|
|
331
|
-
// Bone aliases
|
|
332
|
-
export { default as BoneIcon } from '../icons/bone';
|
|
333
331
|
// BookA aliases
|
|
334
332
|
export { default as BookAIcon } from '../icons/book-a';
|
|
335
|
-
//
|
|
336
|
-
export { default as
|
|
333
|
+
// Bone aliases
|
|
334
|
+
export { default as BoneIcon } from '../icons/bone';
|
|
337
335
|
// BookAlert aliases
|
|
338
336
|
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
337
|
+
// BookAudio aliases
|
|
338
|
+
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
339
339
|
// BookCheck aliases
|
|
340
340
|
export { default as BookCheckIcon } from '../icons/book-check';
|
|
341
|
-
// BookCopy aliases
|
|
342
|
-
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
343
341
|
// BookDown aliases
|
|
344
342
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
345
|
-
//
|
|
346
|
-
export { default as
|
|
343
|
+
// BookCopy aliases
|
|
344
|
+
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
347
345
|
// BookHeadphones aliases
|
|
348
346
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
349
|
-
//
|
|
350
|
-
export { default as
|
|
347
|
+
// BookImage aliases
|
|
348
|
+
export { default as BookImageIcon } from '../icons/book-image';
|
|
351
349
|
// BookHeart aliases
|
|
352
350
|
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
351
|
+
// BookKey aliases
|
|
352
|
+
export { default as BookKeyIcon } from '../icons/book-key';
|
|
353
353
|
// BookLock aliases
|
|
354
354
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
355
355
|
// BookMarked aliases
|
|
356
356
|
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
357
357
|
// BookMinus aliases
|
|
358
358
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
359
|
-
// BookOpenCheck aliases
|
|
360
|
-
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
361
359
|
// BookOpenText aliases
|
|
362
360
|
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
361
|
+
// BookOpenCheck aliases
|
|
362
|
+
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
363
363
|
// BookOpen aliases
|
|
364
364
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
365
|
-
// BookSearch aliases
|
|
366
|
-
export { default as BookSearchIcon } from '../icons/book-search';
|
|
367
365
|
// BookPlus aliases
|
|
368
366
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
367
|
+
// BookSearch aliases
|
|
368
|
+
export { default as BookSearchIcon } from '../icons/book-search';
|
|
369
|
+
// BookText aliases
|
|
370
|
+
export { default as BookTextIcon } from '../icons/book-text';
|
|
369
371
|
// BookType aliases
|
|
370
372
|
export { default as BookTypeIcon } from '../icons/book-type';
|
|
371
373
|
// BookUp2 aliases
|
|
372
374
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
373
|
-
// BookText aliases
|
|
374
|
-
export { default as BookTextIcon } from '../icons/book-text';
|
|
375
375
|
// BookUp aliases
|
|
376
376
|
export { default as BookUpIcon } from '../icons/book-up';
|
|
377
|
-
// BookUser aliases
|
|
378
|
-
export { default as BookUserIcon } from '../icons/book-user';
|
|
379
377
|
// BookX aliases
|
|
380
378
|
export { default as BookXIcon } from '../icons/book-x';
|
|
381
379
|
// Book aliases
|
|
382
380
|
export { default as BookIcon } from '../icons/book';
|
|
381
|
+
// BookUser aliases
|
|
382
|
+
export { default as BookUserIcon } from '../icons/book-user';
|
|
383
|
+
// BookmarkMinus aliases
|
|
384
|
+
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
383
385
|
// BookmarkCheck aliases
|
|
384
386
|
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
387
|
+
// BookmarkPlus aliases
|
|
388
|
+
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
385
389
|
// BookmarkX aliases
|
|
386
390
|
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
387
|
-
// BookmarkMinus aliases
|
|
388
|
-
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
389
391
|
// Bookmark aliases
|
|
390
392
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
391
|
-
// BookmarkPlus aliases
|
|
392
|
-
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
393
393
|
// BoomBox aliases
|
|
394
394
|
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
395
395
|
// BotMessageSquare aliases
|
|
396
396
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
397
|
+
// Bot aliases
|
|
398
|
+
export { default as BotIcon } from '../icons/bot';
|
|
397
399
|
// BotOff aliases
|
|
398
400
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
399
401
|
// BottleWine aliases
|
|
400
402
|
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
401
|
-
// Bot aliases
|
|
402
|
-
export { default as BotIcon } from '../icons/bot';
|
|
403
403
|
// BowArrow aliases
|
|
404
404
|
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
405
|
-
// Boxes aliases
|
|
406
|
-
export { default as BoxesIcon } from '../icons/boxes';
|
|
407
405
|
// Box aliases
|
|
408
406
|
export { default as BoxIcon } from '../icons/box';
|
|
407
|
+
// Boxes aliases
|
|
408
|
+
export { default as BoxesIcon } from '../icons/boxes';
|
|
409
409
|
// Brackets aliases
|
|
410
410
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
411
|
-
//
|
|
412
|
-
export { default as
|
|
411
|
+
// BrainCircuit aliases
|
|
412
|
+
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
413
413
|
// BrainCog aliases
|
|
414
414
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
415
|
+
// Brain aliases
|
|
416
|
+
export { default as BrainIcon } from '../icons/brain';
|
|
415
417
|
// BrickWallFire aliases
|
|
416
418
|
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
417
|
-
// BrainCircuit aliases
|
|
418
|
-
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
419
419
|
// BrickWallShield aliases
|
|
420
420
|
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
421
421
|
// BrickWall aliases
|
|
422
422
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
423
|
-
// BriefcaseConveyorBelt aliases
|
|
424
|
-
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
425
423
|
// BriefcaseBusiness aliases
|
|
426
424
|
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
425
|
+
// BriefcaseConveyorBelt aliases
|
|
426
|
+
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
427
427
|
// BriefcaseMedical aliases
|
|
428
428
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
429
429
|
// Briefcase aliases
|
|
430
430
|
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
431
|
-
// BringToFront aliases
|
|
432
|
-
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
433
431
|
// BrushCleaning aliases
|
|
434
432
|
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
433
|
+
// BringToFront aliases
|
|
434
|
+
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
435
435
|
// Brush aliases
|
|
436
436
|
export { default as BrushIcon } from '../icons/brush';
|
|
437
437
|
// Bubbles aliases
|
|
438
438
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
439
|
-
// BugOff aliases
|
|
440
|
-
export { default as BugOffIcon } from '../icons/bug-off';
|
|
441
439
|
// BugPlay aliases
|
|
442
440
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
441
|
+
// BugOff aliases
|
|
442
|
+
export { default as BugOffIcon } from '../icons/bug-off';
|
|
443
443
|
// Bug aliases
|
|
444
444
|
export { default as BugIcon } from '../icons/bug';
|
|
445
|
-
// Building2 aliases
|
|
446
|
-
export { default as Building2Icon } from '../icons/building-2';
|
|
447
445
|
// Building aliases
|
|
448
446
|
export { default as BuildingIcon } from '../icons/building';
|
|
449
|
-
//
|
|
450
|
-
export { default as
|
|
447
|
+
// Building2 aliases
|
|
448
|
+
export { default as Building2Icon } from '../icons/building-2';
|
|
451
449
|
// Bus aliases
|
|
452
450
|
export { default as BusIcon } from '../icons/bus';
|
|
451
|
+
// BusFront aliases
|
|
452
|
+
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
453
453
|
// CableCar aliases
|
|
454
454
|
export { default as CableCarIcon } from '../icons/cable-car';
|
|
455
455
|
// Cable aliases
|
|
456
456
|
export { default as CableIcon } from '../icons/cable';
|
|
457
457
|
// CakeSlice aliases
|
|
458
458
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
459
|
-
// Calculator aliases
|
|
460
|
-
export { default as CalculatorIcon } from '../icons/calculator';
|
|
461
459
|
// Cake aliases
|
|
462
460
|
export { default as CakeIcon } from '../icons/cake';
|
|
463
461
|
// Calendar1 aliases
|
|
464
462
|
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
463
|
+
// Calculator aliases
|
|
464
|
+
export { default as CalculatorIcon } from '../icons/calculator';
|
|
465
465
|
// CalendarArrowDown aliases
|
|
466
466
|
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
467
467
|
// CalendarArrowUp aliases
|
|
468
468
|
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
469
|
+
// CalendarClock aliases
|
|
470
|
+
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
469
471
|
// CalendarCheck2 aliases
|
|
470
472
|
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
471
473
|
// CalendarCheck aliases
|
|
472
474
|
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
473
|
-
// CalendarClock aliases
|
|
474
|
-
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
475
475
|
// CalendarCog aliases
|
|
476
476
|
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
477
|
-
//
|
|
478
|
-
export { default as
|
|
477
|
+
// CalendarHeart aliases
|
|
478
|
+
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
479
479
|
// CalendarFold aliases
|
|
480
480
|
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
481
|
+
// CalendarDays aliases
|
|
482
|
+
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
481
483
|
// CalendarMinus2 aliases
|
|
482
484
|
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
485
|
+
// CalendarPlus2 aliases
|
|
486
|
+
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
483
487
|
// CalendarMinus aliases
|
|
484
488
|
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
485
|
-
// CalendarHeart aliases
|
|
486
|
-
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
487
489
|
// CalendarOff aliases
|
|
488
490
|
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
489
|
-
// CalendarPlus2 aliases
|
|
490
|
-
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
491
491
|
// CalendarPlus aliases
|
|
492
492
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
493
493
|
// CalendarRange aliases
|
|
494
494
|
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
495
495
|
// CalendarSearch aliases
|
|
496
496
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
497
|
-
// CalendarSync aliases
|
|
498
|
-
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
499
497
|
// CalendarX2 aliases
|
|
500
498
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
499
|
+
// CalendarSync aliases
|
|
500
|
+
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
501
501
|
// CalendarX aliases
|
|
502
502
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
503
503
|
// Calendar aliases
|
|
@@ -512,56 +512,56 @@ export { default as CameraIcon } from '../icons/camera';
|
|
|
512
512
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
513
513
|
// CandyOff aliases
|
|
514
514
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
515
|
-
// Candy aliases
|
|
516
|
-
export { default as CandyIcon } from '../icons/candy';
|
|
517
515
|
// CannabisOff aliases
|
|
518
516
|
export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
519
517
|
// Cannabis aliases
|
|
520
518
|
export { default as CannabisIcon } from '../icons/cannabis';
|
|
519
|
+
// Candy aliases
|
|
520
|
+
export { default as CandyIcon } from '../icons/candy';
|
|
521
521
|
// CaptionsOff aliases
|
|
522
522
|
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
523
523
|
// CarFront aliases
|
|
524
524
|
export { default as CarFrontIcon } from '../icons/car-front';
|
|
525
|
-
// CarTaxiFront aliases
|
|
526
|
-
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
527
525
|
// Car aliases
|
|
528
526
|
export { default as CarIcon } from '../icons/car';
|
|
527
|
+
// CarTaxiFront aliases
|
|
528
|
+
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
529
529
|
// Caravan aliases
|
|
530
530
|
export { default as CaravanIcon } from '../icons/caravan';
|
|
531
531
|
// CardSim aliases
|
|
532
532
|
export { default as CardSimIcon } from '../icons/card-sim';
|
|
533
533
|
// Carrot aliases
|
|
534
534
|
export { default as CarrotIcon } from '../icons/carrot';
|
|
535
|
-
// CaseSensitive aliases
|
|
536
|
-
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
537
535
|
// CaseLower aliases
|
|
538
536
|
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
539
|
-
//
|
|
540
|
-
export { default as
|
|
537
|
+
// CaseSensitive aliases
|
|
538
|
+
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
541
539
|
// CassetteTape aliases
|
|
542
540
|
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
541
|
+
// CaseUpper aliases
|
|
542
|
+
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
543
543
|
// Cast aliases
|
|
544
544
|
export { default as CastIcon } from '../icons/cast';
|
|
545
545
|
// Castle aliases
|
|
546
546
|
export { default as CastleIcon } from '../icons/castle';
|
|
547
547
|
// Cat aliases
|
|
548
548
|
export { default as CatIcon } from '../icons/cat';
|
|
549
|
-
// ChartBarDecreasing aliases
|
|
550
|
-
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
551
549
|
// CctvOff aliases
|
|
552
550
|
export { default as CctvOffIcon } from '../icons/cctv-off';
|
|
553
551
|
// Cctv aliases
|
|
554
552
|
export { default as CctvIcon } from '../icons/cctv';
|
|
553
|
+
// ChartBarDecreasing aliases
|
|
554
|
+
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
555
555
|
// ChartBarIncreasing aliases
|
|
556
556
|
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
557
|
-
// ChartColumnDecreasing aliases
|
|
558
|
-
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
559
|
-
// ChartColumnStacked aliases
|
|
560
|
-
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
561
557
|
// ChartBarStacked aliases
|
|
562
558
|
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
559
|
+
// ChartColumnDecreasing aliases
|
|
560
|
+
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
563
561
|
// ChartGantt aliases
|
|
564
562
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
563
|
+
// ChartColumnStacked aliases
|
|
564
|
+
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
565
565
|
// ChartNetwork aliases
|
|
566
566
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
567
567
|
// ChartNoAxesColumnDecreasing aliases
|
|
@@ -578,28 +578,28 @@ export { default as CheckLineIcon } from '../icons/check-line';
|
|
|
578
578
|
export { default as CheckIcon } from '../icons/check';
|
|
579
579
|
// ChefHat aliases
|
|
580
580
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
581
|
-
// ChessBishop aliases
|
|
582
|
-
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
583
581
|
// Cherry aliases
|
|
584
582
|
export { default as CherryIcon } from '../icons/cherry';
|
|
585
583
|
// ChessKing aliases
|
|
586
584
|
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
585
|
+
// ChessBishop aliases
|
|
586
|
+
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
587
587
|
// ChessKnight aliases
|
|
588
588
|
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
589
|
-
// ChessQueen aliases
|
|
590
|
-
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
591
589
|
// ChessPawn aliases
|
|
592
590
|
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
591
|
+
// ChessQueen aliases
|
|
592
|
+
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
593
593
|
// ChessRook aliases
|
|
594
594
|
export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
595
|
-
//
|
|
596
|
-
export { default as
|
|
595
|
+
// ChevronLeft aliases
|
|
596
|
+
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
597
597
|
// ChevronFirst aliases
|
|
598
598
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
599
|
+
// ChevronDown aliases
|
|
600
|
+
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
599
601
|
// ChevronLast aliases
|
|
600
602
|
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
601
|
-
// ChevronLeft aliases
|
|
602
|
-
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
603
603
|
// ChevronRight aliases
|
|
604
604
|
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
605
605
|
// ChevronUp aliases
|
|
@@ -620,24 +620,24 @@ export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
|
620
620
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
621
621
|
// ChevronsUpDown aliases
|
|
622
622
|
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
623
|
-
// ChevronsUp aliases
|
|
624
|
-
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
625
623
|
// Church aliases
|
|
626
624
|
export { default as ChurchIcon } from '../icons/church';
|
|
627
625
|
// CigaretteOff aliases
|
|
628
626
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
627
|
+
// ChevronsUp aliases
|
|
628
|
+
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
629
|
+
// Cigarette aliases
|
|
630
|
+
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
629
631
|
// CircleDashed aliases
|
|
630
632
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
631
633
|
// CircleDollarSign aliases
|
|
632
634
|
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
633
|
-
// Cigarette aliases
|
|
634
|
-
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
635
|
-
// CircleEllipsis aliases
|
|
636
|
-
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
637
635
|
// CircleDotDashed aliases
|
|
638
636
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
639
637
|
// CircleDot aliases
|
|
640
638
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
639
|
+
// CircleEllipsis aliases
|
|
640
|
+
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
641
641
|
// CircleEqual aliases
|
|
642
642
|
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
643
643
|
// CircleFadingArrowUp aliases
|
|
@@ -648,76 +648,76 @@ export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
|
648
648
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
649
649
|
// CirclePile aliases
|
|
650
650
|
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
651
|
-
// CircleSlash aliases
|
|
652
|
-
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
653
651
|
// CirclePoundSterling aliases
|
|
654
652
|
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
655
|
-
//
|
|
656
|
-
export { default as
|
|
653
|
+
// CircleSlash aliases
|
|
654
|
+
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
657
655
|
// CircleStar aliases
|
|
658
656
|
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
657
|
+
// CircleSmall aliases
|
|
658
|
+
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
659
659
|
// Circle aliases
|
|
660
660
|
export { default as CircleIcon } from '../icons/circle';
|
|
661
|
-
// Citrus aliases
|
|
662
|
-
export { default as CitrusIcon } from '../icons/citrus';
|
|
663
661
|
// CircuitBoard aliases
|
|
664
662
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
663
|
+
// Citrus aliases
|
|
664
|
+
export { default as CitrusIcon } from '../icons/citrus';
|
|
665
665
|
// ClipboardClock aliases
|
|
666
666
|
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
667
|
-
// Clapperboard aliases
|
|
668
|
-
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
669
667
|
// ClipboardCheck aliases
|
|
670
668
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
671
|
-
//
|
|
672
|
-
export { default as
|
|
669
|
+
// Clapperboard aliases
|
|
670
|
+
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
673
671
|
// ClipboardCopy aliases
|
|
674
672
|
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
673
|
+
// ClipboardList aliases
|
|
674
|
+
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
675
|
+
// ClipboardMinus aliases
|
|
676
|
+
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
675
677
|
// ClipboardPaste aliases
|
|
676
678
|
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
677
679
|
// ClipboardPlus aliases
|
|
678
680
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
679
|
-
// ClipboardMinus aliases
|
|
680
|
-
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
681
681
|
// ClipboardType aliases
|
|
682
682
|
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
683
|
-
// Clock1 aliases
|
|
684
|
-
export { default as Clock1Icon } from '../icons/clock-1';
|
|
685
683
|
// ClipboardX aliases
|
|
686
684
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
687
685
|
// Clipboard aliases
|
|
688
686
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
687
|
+
// Clock1 aliases
|
|
688
|
+
export { default as Clock1Icon } from '../icons/clock-1';
|
|
689
689
|
// Clock11 aliases
|
|
690
690
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
691
691
|
// Clock10 aliases
|
|
692
692
|
export { default as Clock10Icon } from '../icons/clock-10';
|
|
693
|
-
// Clock12 aliases
|
|
694
|
-
export { default as Clock12Icon } from '../icons/clock-12';
|
|
695
693
|
// Clock2 aliases
|
|
696
694
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
697
|
-
//
|
|
698
|
-
export { default as
|
|
695
|
+
// Clock12 aliases
|
|
696
|
+
export { default as Clock12Icon } from '../icons/clock-12';
|
|
699
697
|
// Clock4 aliases
|
|
700
698
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
699
|
+
// Clock3 aliases
|
|
700
|
+
export { default as Clock3Icon } from '../icons/clock-3';
|
|
701
701
|
// Clock5 aliases
|
|
702
702
|
export { default as Clock5Icon } from '../icons/clock-5';
|
|
703
|
-
// Clock6 aliases
|
|
704
|
-
export { default as Clock6Icon } from '../icons/clock-6';
|
|
705
703
|
// Clock7 aliases
|
|
706
704
|
export { default as Clock7Icon } from '../icons/clock-7';
|
|
705
|
+
// Clock6 aliases
|
|
706
|
+
export { default as Clock6Icon } from '../icons/clock-6';
|
|
707
707
|
// Clock8 aliases
|
|
708
708
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
709
709
|
// Clock9 aliases
|
|
710
710
|
export { default as Clock9Icon } from '../icons/clock-9';
|
|
711
711
|
// ClockAlert aliases
|
|
712
712
|
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
713
|
-
// ClockArrowUp aliases
|
|
714
|
-
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
715
713
|
// ClockArrowDown aliases
|
|
716
714
|
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
717
|
-
//
|
|
718
|
-
export { default as
|
|
715
|
+
// ClockArrowUp aliases
|
|
716
|
+
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
719
717
|
// ClockFading aliases
|
|
720
718
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
719
|
+
// ClockCheck aliases
|
|
720
|
+
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
721
721
|
// ClockPlus aliases
|
|
722
722
|
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
723
723
|
// Clock aliases
|
|
@@ -732,20 +732,20 @@ export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
|
732
732
|
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
733
733
|
// CloudCog aliases
|
|
734
734
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
735
|
+
// CloudHail aliases
|
|
736
|
+
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
735
737
|
// CloudDrizzle aliases
|
|
736
738
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
737
739
|
// CloudFog aliases
|
|
738
740
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
739
|
-
// CloudHail aliases
|
|
740
|
-
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
741
|
-
// CloudLightning aliases
|
|
742
|
-
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
743
741
|
// CloudMoonRain aliases
|
|
744
742
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
745
|
-
//
|
|
746
|
-
export { default as
|
|
743
|
+
// CloudLightning aliases
|
|
744
|
+
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
747
745
|
// CloudMoon aliases
|
|
748
746
|
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
747
|
+
// CloudOff aliases
|
|
748
|
+
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
749
749
|
// CloudRainWind aliases
|
|
750
750
|
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
751
751
|
// CloudRain aliases
|
|
@@ -754,22 +754,22 @@ export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
|
754
754
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
755
755
|
// CloudSunRain aliases
|
|
756
756
|
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
757
|
-
// CloudSun aliases
|
|
758
|
-
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
759
757
|
// CloudSync aliases
|
|
760
758
|
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
761
|
-
//
|
|
762
|
-
export { default as
|
|
759
|
+
// CloudSun aliases
|
|
760
|
+
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
763
761
|
// Cloud aliases
|
|
764
762
|
export { default as CloudIcon } from '../icons/cloud';
|
|
763
|
+
// Cloudy aliases
|
|
764
|
+
export { default as CloudyIcon } from '../icons/cloudy';
|
|
765
765
|
// Clover aliases
|
|
766
766
|
export { default as CloverIcon } from '../icons/clover';
|
|
767
767
|
// Club aliases
|
|
768
768
|
export { default as ClubIcon } from '../icons/club';
|
|
769
|
-
// Code aliases
|
|
770
|
-
export { default as CodeIcon } from '../icons/code';
|
|
771
769
|
// Coffee aliases
|
|
772
770
|
export { default as CoffeeIcon } from '../icons/coffee';
|
|
771
|
+
// Code aliases
|
|
772
|
+
export { default as CodeIcon } from '../icons/code';
|
|
773
773
|
// Cog aliases
|
|
774
774
|
export { default as CogIcon } from '../icons/cog';
|
|
775
775
|
// Coins aliases
|
|
@@ -782,10 +782,10 @@ export { default as Columns4Icon } from '../icons/columns-4';
|
|
|
782
782
|
export { default as CommandIcon } from '../icons/command';
|
|
783
783
|
// Compass aliases
|
|
784
784
|
export { default as CompassIcon } from '../icons/compass';
|
|
785
|
-
// Component aliases
|
|
786
|
-
export { default as ComponentIcon } from '../icons/component';
|
|
787
785
|
// Computer aliases
|
|
788
786
|
export { default as ComputerIcon } from '../icons/computer';
|
|
787
|
+
// Component aliases
|
|
788
|
+
export { default as ComponentIcon } from '../icons/component';
|
|
789
789
|
// ConciergeBell aliases
|
|
790
790
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
791
791
|
// Cone aliases
|
|
@@ -808,54 +808,54 @@ export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
|
808
808
|
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
809
809
|
// CopyPlus aliases
|
|
810
810
|
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
811
|
+
// CopySlash aliases
|
|
812
|
+
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
811
813
|
// CopyX aliases
|
|
812
814
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
813
815
|
// Copy aliases
|
|
814
816
|
export { default as CopyIcon } from '../icons/copy';
|
|
815
|
-
// CopySlash aliases
|
|
816
|
-
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
817
817
|
// Copyleft aliases
|
|
818
818
|
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
819
819
|
// Copyright aliases
|
|
820
820
|
export { default as CopyrightIcon } from '../icons/copyright';
|
|
821
|
-
// CornerDownRight aliases
|
|
822
|
-
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
823
|
-
// CornerLeftDown aliases
|
|
824
|
-
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
825
821
|
// CornerDownLeft aliases
|
|
826
822
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
823
|
+
// CornerLeftDown aliases
|
|
824
|
+
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
825
|
+
// CornerDownRight aliases
|
|
826
|
+
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
827
827
|
// CornerRightDown aliases
|
|
828
828
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
829
829
|
// CornerLeftUp aliases
|
|
830
830
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
831
|
-
// CornerUpLeft aliases
|
|
832
|
-
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
833
831
|
// CornerRightUp aliases
|
|
834
832
|
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
835
|
-
//
|
|
836
|
-
export { default as
|
|
833
|
+
// CornerUpLeft aliases
|
|
834
|
+
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
837
835
|
// CornerUpRight aliases
|
|
838
836
|
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
837
|
+
// Cpu aliases
|
|
838
|
+
export { default as CpuIcon } from '../icons/cpu';
|
|
839
839
|
// CreativeCommons aliases
|
|
840
840
|
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
841
|
-
// Croissant aliases
|
|
842
|
-
export { default as CroissantIcon } from '../icons/croissant';
|
|
843
841
|
// CreditCard aliases
|
|
844
842
|
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
843
|
+
// Croissant aliases
|
|
844
|
+
export { default as CroissantIcon } from '../icons/croissant';
|
|
845
|
+
// Crop aliases
|
|
846
|
+
export { default as CropIcon } from '../icons/crop';
|
|
845
847
|
// Cross aliases
|
|
846
848
|
export { default as CrossIcon } from '../icons/cross';
|
|
847
849
|
// Crosshair aliases
|
|
848
850
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
849
|
-
// Crop aliases
|
|
850
|
-
export { default as CropIcon } from '../icons/crop';
|
|
851
851
|
// Crown aliases
|
|
852
852
|
export { default as CrownIcon } from '../icons/crown';
|
|
853
|
-
// Cuboid aliases
|
|
854
|
-
export { default as CuboidIcon } from '../icons/cuboid';
|
|
855
853
|
// CupSoda aliases
|
|
856
854
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
857
855
|
// Currency aliases
|
|
858
856
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
857
|
+
// Cuboid aliases
|
|
858
|
+
export { default as CuboidIcon } from '../icons/cuboid';
|
|
859
859
|
// Cylinder aliases
|
|
860
860
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
861
861
|
// Dam aliases
|
|
@@ -864,12 +864,12 @@ export { default as DamIcon } from '../icons/dam';
|
|
|
864
864
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
865
865
|
// DatabaseZap aliases
|
|
866
866
|
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
867
|
+
// DatabaseSearch aliases
|
|
868
|
+
export { default as DatabaseSearchIcon } from '../icons/database-search';
|
|
867
869
|
// Database aliases
|
|
868
870
|
export { default as DatabaseIcon } from '../icons/database';
|
|
869
871
|
// DecimalsArrowLeft aliases
|
|
870
872
|
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
871
|
-
// DatabaseSearch aliases
|
|
872
|
-
export { default as DatabaseSearchIcon } from '../icons/database-search';
|
|
873
873
|
// DecimalsArrowRight aliases
|
|
874
874
|
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
875
875
|
// Delete aliases
|
|
@@ -886,16 +886,16 @@ export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
|
886
886
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
887
887
|
// Dice1 aliases
|
|
888
888
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
889
|
-
// Dice3 aliases
|
|
890
|
-
export { default as Dice3Icon } from '../icons/dice-3';
|
|
891
889
|
// Dice2 aliases
|
|
892
890
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
893
|
-
//
|
|
894
|
-
export { default as
|
|
895
|
-
// Dice4 aliases
|
|
896
|
-
export { default as Dice4Icon } from '../icons/dice-4';
|
|
891
|
+
// Dice3 aliases
|
|
892
|
+
export { default as Dice3Icon } from '../icons/dice-3';
|
|
897
893
|
// Dice6 aliases
|
|
898
894
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
895
|
+
// Dice4 aliases
|
|
896
|
+
export { default as Dice4Icon } from '../icons/dice-4';
|
|
897
|
+
// Dice5 aliases
|
|
898
|
+
export { default as Dice5Icon } from '../icons/dice-5';
|
|
899
899
|
// Dices aliases
|
|
900
900
|
export { default as DicesIcon } from '../icons/dices';
|
|
901
901
|
// Diff aliases
|
|
@@ -904,20 +904,20 @@ export { default as DiffIcon } from '../icons/diff';
|
|
|
904
904
|
export { default as Disc2Icon } from '../icons/disc-2';
|
|
905
905
|
// Disc3 aliases
|
|
906
906
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
907
|
-
// Disc aliases
|
|
908
|
-
export { default as DiscIcon } from '../icons/disc';
|
|
909
|
-
// Divide aliases
|
|
910
|
-
export { default as DivideIcon } from '../icons/divide';
|
|
911
907
|
// DiscAlbum aliases
|
|
912
908
|
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
913
|
-
//
|
|
914
|
-
export { default as
|
|
909
|
+
// Divide aliases
|
|
910
|
+
export { default as DivideIcon } from '../icons/divide';
|
|
915
911
|
// DnaOff aliases
|
|
916
912
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
917
|
-
//
|
|
918
|
-
export { default as
|
|
913
|
+
// Dna aliases
|
|
914
|
+
export { default as DnaIcon } from '../icons/dna';
|
|
915
|
+
// Disc aliases
|
|
916
|
+
export { default as DiscIcon } from '../icons/disc';
|
|
919
917
|
// Dock aliases
|
|
920
918
|
export { default as DockIcon } from '../icons/dock';
|
|
919
|
+
// Dog aliases
|
|
920
|
+
export { default as DogIcon } from '../icons/dog';
|
|
921
921
|
// DollarSign aliases
|
|
922
922
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
923
923
|
// Donut aliases
|
|
@@ -926,28 +926,28 @@ export { default as DonutIcon } from '../icons/donut';
|
|
|
926
926
|
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
927
927
|
// DoorClosed aliases
|
|
928
928
|
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
929
|
-
// Dot aliases
|
|
930
|
-
export { default as DotIcon } from '../icons/dot';
|
|
931
929
|
// DoorOpen aliases
|
|
932
930
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
931
|
+
// Dot aliases
|
|
932
|
+
export { default as DotIcon } from '../icons/dot';
|
|
933
933
|
// Download aliases
|
|
934
934
|
export { default as DownloadIcon } from '../icons/download';
|
|
935
935
|
// DraftingCompass aliases
|
|
936
936
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
937
937
|
// Drama aliases
|
|
938
938
|
export { default as DramaIcon } from '../icons/drama';
|
|
939
|
-
// Drone aliases
|
|
940
|
-
export { default as DroneIcon } from '../icons/drone';
|
|
941
939
|
// Drill aliases
|
|
942
940
|
export { default as DrillIcon } from '../icons/drill';
|
|
943
|
-
//
|
|
944
|
-
export { default as
|
|
941
|
+
// Drone aliases
|
|
942
|
+
export { default as DroneIcon } from '../icons/drone';
|
|
945
943
|
// DropletOff aliases
|
|
946
944
|
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
947
|
-
//
|
|
948
|
-
export { default as
|
|
945
|
+
// Droplet aliases
|
|
946
|
+
export { default as DropletIcon } from '../icons/droplet';
|
|
949
947
|
// Drum aliases
|
|
950
948
|
export { default as DrumIcon } from '../icons/drum';
|
|
949
|
+
// Droplets aliases
|
|
950
|
+
export { default as DropletsIcon } from '../icons/droplets';
|
|
951
951
|
// Drumstick aliases
|
|
952
952
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
953
953
|
// Dumbbell aliases
|
|
@@ -960,38 +960,38 @@ export { default as EarIcon } from '../icons/ear';
|
|
|
960
960
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
961
961
|
// Eclipse aliases
|
|
962
962
|
export { default as EclipseIcon } from '../icons/eclipse';
|
|
963
|
+
// EggOff aliases
|
|
964
|
+
export { default as EggOffIcon } from '../icons/egg-off';
|
|
963
965
|
// EggFried aliases
|
|
964
966
|
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
965
967
|
// Egg aliases
|
|
966
968
|
export { default as EggIcon } from '../icons/egg';
|
|
967
|
-
// EggOff aliases
|
|
968
|
-
export { default as EggOffIcon } from '../icons/egg-off';
|
|
969
|
-
// EqualApproximately aliases
|
|
970
|
-
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
971
969
|
// Ellipse aliases
|
|
972
970
|
export { default as EllipseIcon } from '../icons/ellipse';
|
|
973
971
|
// EqualNot aliases
|
|
974
972
|
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
975
|
-
//
|
|
976
|
-
export { default as
|
|
973
|
+
// EqualApproximately aliases
|
|
974
|
+
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
977
975
|
// Equal aliases
|
|
978
976
|
export { default as EqualIcon } from '../icons/equal';
|
|
979
977
|
// EthernetPort aliases
|
|
980
978
|
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
979
|
+
// Eraser aliases
|
|
980
|
+
export { default as EraserIcon } from '../icons/eraser';
|
|
981
|
+
// EvCharger aliases
|
|
982
|
+
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
981
983
|
// Euro aliases
|
|
982
984
|
export { default as EuroIcon } from '../icons/euro';
|
|
983
985
|
// Expand aliases
|
|
984
986
|
export { default as ExpandIcon } from '../icons/expand';
|
|
985
|
-
// EvCharger aliases
|
|
986
|
-
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
987
|
-
// ExternalLink aliases
|
|
988
|
-
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
989
987
|
// EyeClosed aliases
|
|
990
988
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
991
|
-
//
|
|
992
|
-
export { default as
|
|
989
|
+
// ExternalLink aliases
|
|
990
|
+
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
993
991
|
// Eye aliases
|
|
994
992
|
export { default as EyeIcon } from '../icons/eye';
|
|
993
|
+
// EyeOff aliases
|
|
994
|
+
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
995
995
|
// Factory aliases
|
|
996
996
|
export { default as FactoryIcon } from '../icons/factory';
|
|
997
997
|
// Fan aliases
|
|
@@ -1000,20 +1000,20 @@ export { default as FanIcon } from '../icons/fan';
|
|
|
1000
1000
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
1001
1001
|
// Feather aliases
|
|
1002
1002
|
export { default as FeatherIcon } from '../icons/feather';
|
|
1003
|
-
// Fence aliases
|
|
1004
|
-
export { default as FenceIcon } from '../icons/fence';
|
|
1005
1003
|
// FerrisWheel aliases
|
|
1006
1004
|
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
1005
|
+
// Fence aliases
|
|
1006
|
+
export { default as FenceIcon } from '../icons/fence';
|
|
1007
1007
|
// FileArchive aliases
|
|
1008
1008
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
1009
1009
|
// FileBox aliases
|
|
1010
1010
|
export { default as FileBoxIcon } from '../icons/file-box';
|
|
1011
1011
|
// FileCheck aliases
|
|
1012
1012
|
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1013
|
-
// FileClock aliases
|
|
1014
|
-
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1015
1013
|
// FileCode aliases
|
|
1016
1014
|
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1015
|
+
// FileClock aliases
|
|
1016
|
+
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1017
1017
|
// FileDiff aliases
|
|
1018
1018
|
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
1019
1019
|
// FileDigit aliases
|
|
@@ -1036,26 +1036,26 @@ export { default as FileOutputIcon } from '../icons/file-output';
|
|
|
1036
1036
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1037
1037
|
// FileScan aliases
|
|
1038
1038
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1039
|
-
// FileSliders aliases
|
|
1040
|
-
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1041
1039
|
// FileSearch aliases
|
|
1042
1040
|
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1041
|
+
// FileSliders aliases
|
|
1042
|
+
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1043
|
+
// FileStack aliases
|
|
1044
|
+
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1043
1045
|
// FileSpreadsheet aliases
|
|
1044
1046
|
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1045
1047
|
// FileSymlink aliases
|
|
1046
1048
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1047
|
-
// FileStack aliases
|
|
1048
|
-
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1049
|
-
// FileText aliases
|
|
1050
|
-
export { default as FileTextIcon } from '../icons/file-text';
|
|
1051
1049
|
// FileTerminal aliases
|
|
1052
1050
|
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1051
|
+
// FileText aliases
|
|
1052
|
+
export { default as FileTextIcon } from '../icons/file-text';
|
|
1053
1053
|
// FileType aliases
|
|
1054
1054
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1055
|
-
// FileUp aliases
|
|
1056
|
-
export { default as FileUpIcon } from '../icons/file-up';
|
|
1057
1055
|
// FileUser aliases
|
|
1058
1056
|
export { default as FileUserIcon } from '../icons/file-user';
|
|
1057
|
+
// FileUp aliases
|
|
1058
|
+
export { default as FileUpIcon } from '../icons/file-up';
|
|
1059
1059
|
// FileVolume aliases
|
|
1060
1060
|
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1061
1061
|
// FileX aliases
|
|
@@ -1080,10 +1080,10 @@ export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
|
1080
1080
|
export { default as FishingRodIcon } from '../icons/fishing-rod';
|
|
1081
1081
|
// FlagOff aliases
|
|
1082
1082
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1083
|
-
// FlagTriangleRight aliases
|
|
1084
|
-
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1085
1083
|
// FlagTriangleLeft aliases
|
|
1086
1084
|
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1085
|
+
// FlagTriangleRight aliases
|
|
1086
|
+
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1087
1087
|
// Flag aliases
|
|
1088
1088
|
export { default as FlagIcon } from '../icons/flag';
|
|
1089
1089
|
// FlameKindling aliases
|
|
@@ -1098,24 +1098,24 @@ export { default as FlashlightIcon } from '../icons/flashlight';
|
|
|
1098
1098
|
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1099
1099
|
// FlaskConical aliases
|
|
1100
1100
|
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1101
|
+
// FlipHorizontal2 aliases
|
|
1102
|
+
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1101
1103
|
// FlaskRound aliases
|
|
1102
1104
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1103
1105
|
// FlipVertical2 aliases
|
|
1104
1106
|
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1105
|
-
// FlipHorizontal2 aliases
|
|
1106
|
-
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1107
|
-
// Flower2 aliases
|
|
1108
|
-
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1109
|
-
// Focus aliases
|
|
1110
|
-
export { default as FocusIcon } from '../icons/focus';
|
|
1111
1107
|
// Flower aliases
|
|
1112
1108
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1109
|
+
// Focus aliases
|
|
1110
|
+
export { default as FocusIcon } from '../icons/focus';
|
|
1111
|
+
// Flower2 aliases
|
|
1112
|
+
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1113
1113
|
// FoldHorizontal aliases
|
|
1114
1114
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1115
|
-
// FoldVertical aliases
|
|
1116
|
-
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1117
1115
|
// FolderArchive aliases
|
|
1118
1116
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1117
|
+
// FoldVertical aliases
|
|
1118
|
+
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1119
1119
|
// FolderCheck aliases
|
|
1120
1120
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1121
1121
|
// FolderClock aliases
|
|
@@ -1124,32 +1124,32 @@ export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
|
1124
1124
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1125
1125
|
// FolderCode aliases
|
|
1126
1126
|
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1127
|
-
// FolderDot aliases
|
|
1128
|
-
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1129
1127
|
// FolderDown aliases
|
|
1130
1128
|
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1129
|
+
// FolderDot aliases
|
|
1130
|
+
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1131
1131
|
// FolderGit2 aliases
|
|
1132
1132
|
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1133
|
-
// FolderGit aliases
|
|
1134
|
-
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1135
1133
|
// FolderHeart aliases
|
|
1136
1134
|
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1135
|
+
// FolderGit aliases
|
|
1136
|
+
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1137
1137
|
// FolderInput aliases
|
|
1138
1138
|
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1139
1139
|
// FolderKanban aliases
|
|
1140
1140
|
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1141
1141
|
// FolderKey aliases
|
|
1142
1142
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1143
|
-
// FolderOpenDot aliases
|
|
1144
|
-
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1145
|
-
// FolderMinus aliases
|
|
1146
|
-
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1147
1143
|
// FolderLock aliases
|
|
1148
1144
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1149
|
-
//
|
|
1150
|
-
export { default as
|
|
1145
|
+
// FolderMinus aliases
|
|
1146
|
+
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1147
|
+
// FolderOpenDot aliases
|
|
1148
|
+
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1151
1149
|
// FolderOpen aliases
|
|
1152
1150
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1151
|
+
// FolderOutput aliases
|
|
1152
|
+
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1153
1153
|
// FolderPlus aliases
|
|
1154
1154
|
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1155
1155
|
// FolderRoot aliases
|
|
@@ -1160,62 +1160,62 @@ export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
|
1160
1160
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1161
1161
|
// FolderSymlink aliases
|
|
1162
1162
|
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1163
|
-
// FolderTree aliases
|
|
1164
|
-
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1165
1163
|
// FolderSync aliases
|
|
1166
1164
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1167
|
-
//
|
|
1168
|
-
export { default as
|
|
1165
|
+
// FolderTree aliases
|
|
1166
|
+
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1169
1167
|
// FolderX aliases
|
|
1170
1168
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1171
1169
|
// Folder aliases
|
|
1172
1170
|
export { default as FolderIcon } from '../icons/folder';
|
|
1171
|
+
// FolderUp aliases
|
|
1172
|
+
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1173
1173
|
// Folders aliases
|
|
1174
1174
|
export { default as FoldersIcon } from '../icons/folders';
|
|
1175
|
-
// Footprints aliases
|
|
1176
|
-
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1177
1175
|
// Forklift aliases
|
|
1178
1176
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1177
|
+
// Footprints aliases
|
|
1178
|
+
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1179
1179
|
// Form aliases
|
|
1180
1180
|
export { default as FormIcon } from '../icons/form';
|
|
1181
1181
|
// Forward aliases
|
|
1182
1182
|
export { default as ForwardIcon } from '../icons/forward';
|
|
1183
|
-
// Frame aliases
|
|
1184
|
-
export { default as FrameIcon } from '../icons/frame';
|
|
1185
1183
|
// Frown aliases
|
|
1186
1184
|
export { default as FrownIcon } from '../icons/frown';
|
|
1185
|
+
// Frame aliases
|
|
1186
|
+
export { default as FrameIcon } from '../icons/frame';
|
|
1187
1187
|
// Fuel aliases
|
|
1188
1188
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1189
|
-
// FunnelPlus aliases
|
|
1190
|
-
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1191
1189
|
// Fullscreen aliases
|
|
1192
1190
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1191
|
+
// FunnelPlus aliases
|
|
1192
|
+
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1193
1193
|
// GalleryHorizontalEnd aliases
|
|
1194
1194
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1195
|
-
// GalleryThumbnails aliases
|
|
1196
|
-
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1197
1195
|
// GalleryHorizontal aliases
|
|
1198
1196
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1197
|
+
// GalleryThumbnails aliases
|
|
1198
|
+
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1199
1199
|
// GalleryVerticalEnd aliases
|
|
1200
1200
|
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1201
1201
|
// GalleryVertical aliases
|
|
1202
1202
|
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1203
|
-
// Gamepad aliases
|
|
1204
|
-
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1205
1203
|
// Gamepad2 aliases
|
|
1206
1204
|
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1207
1205
|
// GamepadDirectional aliases
|
|
1208
1206
|
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1209
1207
|
// Gauge aliases
|
|
1210
1208
|
export { default as GaugeIcon } from '../icons/gauge';
|
|
1209
|
+
// Gamepad aliases
|
|
1210
|
+
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1211
1211
|
// Gavel aliases
|
|
1212
1212
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1213
|
-
// GeorgianLari aliases
|
|
1214
|
-
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1215
1213
|
// Gem aliases
|
|
1216
1214
|
export { default as GemIcon } from '../icons/gem';
|
|
1217
1215
|
// Ghost aliases
|
|
1218
1216
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1217
|
+
// GeorgianLari aliases
|
|
1218
|
+
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1219
1219
|
// Gift aliases
|
|
1220
1220
|
export { default as GiftIcon } from '../icons/gift';
|
|
1221
1221
|
// GitBranchMinus aliases
|
|
@@ -1224,78 +1224,78 @@ export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
|
1224
1224
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1225
1225
|
// GitBranch aliases
|
|
1226
1226
|
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1227
|
-
// GitCommitVertical aliases
|
|
1228
|
-
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1229
1227
|
// GitCompareArrows aliases
|
|
1230
1228
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1229
|
+
// GitCommitVertical aliases
|
|
1230
|
+
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1231
1231
|
// GitCompare aliases
|
|
1232
1232
|
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1233
|
-
// GitMergeConflict aliases
|
|
1234
|
-
export { default as GitMergeConflictIcon } from '../icons/git-merge-conflict';
|
|
1235
1233
|
// GitFork aliases
|
|
1236
1234
|
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1237
|
-
// GitGraph aliases
|
|
1238
|
-
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1239
1235
|
// GitMerge aliases
|
|
1240
1236
|
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1241
|
-
//
|
|
1242
|
-
export { default as
|
|
1237
|
+
// GitGraph aliases
|
|
1238
|
+
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1243
1239
|
// GitPullRequestArrow aliases
|
|
1244
1240
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1241
|
+
// GitMergeConflict aliases
|
|
1242
|
+
export { default as GitMergeConflictIcon } from '../icons/git-merge-conflict';
|
|
1243
|
+
// GitPullRequestClosed aliases
|
|
1244
|
+
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1245
1245
|
// GitPullRequestCreateArrow aliases
|
|
1246
1246
|
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1247
1247
|
// GitPullRequestCreate aliases
|
|
1248
1248
|
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1249
|
+
// GlassWater aliases
|
|
1250
|
+
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1249
1251
|
// GitPullRequestDraft aliases
|
|
1250
1252
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1251
1253
|
// GitPullRequest aliases
|
|
1252
1254
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1253
|
-
// GlassWater aliases
|
|
1254
|
-
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1255
1255
|
// Glasses aliases
|
|
1256
1256
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1257
|
-
//
|
|
1258
|
-
export { default as
|
|
1257
|
+
// GlobeX aliases
|
|
1258
|
+
export { default as GlobeXIcon } from '../icons/globe-x';
|
|
1259
1259
|
// GlobeOff aliases
|
|
1260
1260
|
export { default as GlobeOffIcon } from '../icons/globe-off';
|
|
1261
|
+
// GlobeLock aliases
|
|
1262
|
+
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1261
1263
|
// Globe aliases
|
|
1262
1264
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1263
1265
|
// Goal aliases
|
|
1264
1266
|
export { default as GoalIcon } from '../icons/goal';
|
|
1265
|
-
// GlobeX aliases
|
|
1266
|
-
export { default as GlobeXIcon } from '../icons/globe-x';
|
|
1267
1267
|
// Gpu aliases
|
|
1268
1268
|
export { default as GpuIcon } from '../icons/gpu';
|
|
1269
1269
|
// Grape aliases
|
|
1270
1270
|
export { default as GrapeIcon } from '../icons/grape';
|
|
1271
1271
|
// GraduationCap aliases
|
|
1272
1272
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1273
|
-
// Grid3x2 aliases
|
|
1274
|
-
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1275
1273
|
// GripHorizontal aliases
|
|
1276
1274
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1275
|
+
// Grid3x2 aliases
|
|
1276
|
+
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1277
1277
|
// GripVertical aliases
|
|
1278
1278
|
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1279
1279
|
// Grip aliases
|
|
1280
1280
|
export { default as GripIcon } from '../icons/grip';
|
|
1281
1281
|
// Group aliases
|
|
1282
1282
|
export { default as GroupIcon } from '../icons/group';
|
|
1283
|
-
// Guitar aliases
|
|
1284
|
-
export { default as GuitarIcon } from '../icons/guitar';
|
|
1285
1283
|
// Ham aliases
|
|
1286
1284
|
export { default as HamIcon } from '../icons/ham';
|
|
1285
|
+
// Guitar aliases
|
|
1286
|
+
export { default as GuitarIcon } from '../icons/guitar';
|
|
1287
1287
|
// Hamburger aliases
|
|
1288
1288
|
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1289
1289
|
// HandCoins aliases
|
|
1290
1290
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1291
1291
|
// Hammer aliases
|
|
1292
1292
|
export { default as HammerIcon } from '../icons/hammer';
|
|
1293
|
-
// HandHeart aliases
|
|
1294
|
-
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1295
1293
|
// HandFist aliases
|
|
1296
1294
|
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1297
1295
|
// HandMetal aliases
|
|
1298
1296
|
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1297
|
+
// HandHeart aliases
|
|
1298
|
+
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1299
1299
|
// HandPlatter aliases
|
|
1300
1300
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1301
1301
|
// Hand aliases
|
|
@@ -1304,24 +1304,24 @@ export { default as HandIcon } from '../icons/hand';
|
|
|
1304
1304
|
export { default as HandbagIcon } from '../icons/handbag';
|
|
1305
1305
|
// Handshake aliases
|
|
1306
1306
|
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1307
|
+
// HardDrive aliases
|
|
1308
|
+
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1307
1309
|
// HardDriveDownload aliases
|
|
1308
1310
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1309
1311
|
// HardDriveUpload aliases
|
|
1310
1312
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1311
|
-
// HardDrive aliases
|
|
1312
|
-
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1313
1313
|
// HardHat aliases
|
|
1314
1314
|
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1315
1315
|
// Hash aliases
|
|
1316
1316
|
export { default as HashIcon } from '../icons/hash';
|
|
1317
|
-
// HatGlasses aliases
|
|
1318
|
-
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1319
1317
|
// Haze aliases
|
|
1320
1318
|
export { default as HazeIcon } from '../icons/haze';
|
|
1321
|
-
// Hd aliases
|
|
1322
|
-
export { default as HdIcon } from '../icons/hd';
|
|
1323
1319
|
// HdmiPort aliases
|
|
1324
1320
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1321
|
+
// HatGlasses aliases
|
|
1322
|
+
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1323
|
+
// Hd aliases
|
|
1324
|
+
export { default as HdIcon } from '../icons/hd';
|
|
1325
1325
|
// Heading1 aliases
|
|
1326
1326
|
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1327
1327
|
// Heading2 aliases
|
|
@@ -1348,90 +1348,90 @@ export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
|
1348
1348
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1349
1349
|
// HeartOff aliases
|
|
1350
1350
|
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1351
|
-
// HeartPlus aliases
|
|
1352
|
-
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1353
1351
|
// HeartMinus aliases
|
|
1354
1352
|
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1355
1353
|
// HeartPulse aliases
|
|
1356
1354
|
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1355
|
+
// HeartPlus aliases
|
|
1356
|
+
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1357
1357
|
// Heart aliases
|
|
1358
1358
|
export { default as HeartIcon } from '../icons/heart';
|
|
1359
|
-
// Helicopter aliases
|
|
1360
|
-
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1361
1359
|
// Heater aliases
|
|
1362
1360
|
export { default as HeaterIcon } from '../icons/heater';
|
|
1363
|
-
//
|
|
1364
|
-
export { default as
|
|
1365
|
-
// Hexagon aliases
|
|
1366
|
-
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1361
|
+
// Helicopter aliases
|
|
1362
|
+
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1367
1363
|
// Highlighter aliases
|
|
1368
1364
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1365
|
+
// Hexagon aliases
|
|
1366
|
+
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1367
|
+
// History aliases
|
|
1368
|
+
export { default as HistoryIcon } from '../icons/history';
|
|
1369
1369
|
// HopOff aliases
|
|
1370
1370
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1371
1371
|
// Hop aliases
|
|
1372
1372
|
export { default as HopIcon } from '../icons/hop';
|
|
1373
|
-
// Hotel aliases
|
|
1374
|
-
export { default as HotelIcon } from '../icons/hotel';
|
|
1375
1373
|
// Hospital aliases
|
|
1376
1374
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1377
|
-
//
|
|
1378
|
-
export { default as
|
|
1375
|
+
// Hotel aliases
|
|
1376
|
+
export { default as HotelIcon } from '../icons/hotel';
|
|
1379
1377
|
// Hourglass aliases
|
|
1380
1378
|
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1379
|
+
// HouseHeart aliases
|
|
1380
|
+
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1381
1381
|
// HousePlug aliases
|
|
1382
1382
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1383
|
-
// HouseWifi aliases
|
|
1384
|
-
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1385
1383
|
// HousePlus aliases
|
|
1386
1384
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1385
|
+
// HouseWifi aliases
|
|
1386
|
+
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1387
1387
|
// IdCardLanyard aliases
|
|
1388
1388
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1389
1389
|
// IdCard aliases
|
|
1390
1390
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1391
1391
|
// ImageDown aliases
|
|
1392
1392
|
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1393
|
-
// ImagePlay aliases
|
|
1394
|
-
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1395
|
-
// ImageOff aliases
|
|
1396
|
-
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1397
1393
|
// ImageMinus aliases
|
|
1398
1394
|
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1399
|
-
//
|
|
1400
|
-
export { default as
|
|
1395
|
+
// ImageOff aliases
|
|
1396
|
+
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1397
|
+
// ImagePlay aliases
|
|
1398
|
+
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1401
1399
|
// ImagePlus aliases
|
|
1402
1400
|
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1401
|
+
// ImageUp aliases
|
|
1402
|
+
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1403
1403
|
// ImageUpscale aliases
|
|
1404
1404
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1405
|
-
// Images aliases
|
|
1406
|
-
export { default as ImagesIcon } from '../icons/images';
|
|
1407
1405
|
// Image aliases
|
|
1408
1406
|
export { default as ImageIcon } from '../icons/image';
|
|
1409
1407
|
// Import aliases
|
|
1410
1408
|
export { default as ImportIcon } from '../icons/import';
|
|
1409
|
+
// Images aliases
|
|
1410
|
+
export { default as ImagesIcon } from '../icons/images';
|
|
1411
1411
|
// Inbox aliases
|
|
1412
1412
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1413
|
-
// IndianRupee aliases
|
|
1414
|
-
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1415
|
-
// Info aliases
|
|
1416
|
-
export { default as InfoIcon } from '../icons/info';
|
|
1417
1413
|
// Infinity aliases
|
|
1418
1414
|
export { default as InfinityIcon } from '../icons/infinity';
|
|
1415
|
+
// IndianRupee aliases
|
|
1416
|
+
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1419
1417
|
// InspectionPanel aliases
|
|
1420
1418
|
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1419
|
+
// Info aliases
|
|
1420
|
+
export { default as InfoIcon } from '../icons/info';
|
|
1421
1421
|
// Italic aliases
|
|
1422
1422
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1423
1423
|
// IterationCcw aliases
|
|
1424
1424
|
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1425
|
-
// IterationCw aliases
|
|
1426
|
-
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1427
1425
|
// JapaneseYen aliases
|
|
1428
1426
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1429
|
-
//
|
|
1430
|
-
export { default as
|
|
1427
|
+
// IterationCw aliases
|
|
1428
|
+
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1431
1429
|
// Joystick aliases
|
|
1432
1430
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1433
1431
|
// Kayak aliases
|
|
1434
1432
|
export { default as KayakIcon } from '../icons/kayak';
|
|
1433
|
+
// Kanban aliases
|
|
1434
|
+
export { default as KanbanIcon } from '../icons/kanban';
|
|
1435
1435
|
// KeyRound aliases
|
|
1436
1436
|
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1437
1437
|
// KeySquare aliases
|
|
@@ -1440,70 +1440,70 @@ export { default as KeySquareIcon } from '../icons/key-square';
|
|
|
1440
1440
|
export { default as KeyIcon } from '../icons/key';
|
|
1441
1441
|
// KeyboardMusic aliases
|
|
1442
1442
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1443
|
-
// KeyboardOff aliases
|
|
1444
|
-
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1445
1443
|
// Keyboard aliases
|
|
1446
1444
|
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1447
|
-
//
|
|
1448
|
-
export { default as
|
|
1445
|
+
// KeyboardOff aliases
|
|
1446
|
+
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1449
1447
|
// LampCeiling aliases
|
|
1450
1448
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1451
1449
|
// LampFloor aliases
|
|
1452
1450
|
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1451
|
+
// LampDesk aliases
|
|
1452
|
+
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1453
1453
|
// LampWallDown aliases
|
|
1454
1454
|
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1455
|
-
// LampWallUp aliases
|
|
1456
|
-
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1457
1455
|
// Lamp aliases
|
|
1458
1456
|
export { default as LampIcon } from '../icons/lamp';
|
|
1457
|
+
// LampWallUp aliases
|
|
1458
|
+
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1459
1459
|
// LandPlot aliases
|
|
1460
1460
|
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1461
1461
|
// Landmark aliases
|
|
1462
1462
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1463
1463
|
// Languages aliases
|
|
1464
1464
|
export { default as LanguagesIcon } from '../icons/languages';
|
|
1465
|
-
// Laptop aliases
|
|
1466
|
-
export { default as LaptopIcon } from '../icons/laptop';
|
|
1467
1465
|
// LaptopMinimalCheck aliases
|
|
1468
1466
|
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1469
1467
|
// LassoSelect aliases
|
|
1470
1468
|
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1469
|
+
// Laptop aliases
|
|
1470
|
+
export { default as LaptopIcon } from '../icons/laptop';
|
|
1471
1471
|
// Lasso aliases
|
|
1472
1472
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1473
|
+
// LayersPlus aliases
|
|
1474
|
+
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1473
1475
|
// Laugh aliases
|
|
1474
1476
|
export { default as LaughIcon } from '../icons/laugh';
|
|
1475
1477
|
// Layers2 aliases
|
|
1476
1478
|
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1477
|
-
// LayoutDashboard aliases
|
|
1478
|
-
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1479
|
-
// LayersPlus aliases
|
|
1480
|
-
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1481
1479
|
// LayoutGrid aliases
|
|
1482
1480
|
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1481
|
+
// LayoutDashboard aliases
|
|
1482
|
+
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1483
1483
|
// LayoutList aliases
|
|
1484
1484
|
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1485
1485
|
// LayoutPanelLeft aliases
|
|
1486
1486
|
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1487
|
-
// LayoutPanelTop aliases
|
|
1488
|
-
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1489
1487
|
// LayoutTemplate aliases
|
|
1490
1488
|
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1489
|
+
// LayoutPanelTop aliases
|
|
1490
|
+
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1491
1491
|
// Leaf aliases
|
|
1492
1492
|
export { default as LeafIcon } from '../icons/leaf';
|
|
1493
|
-
// Lectern aliases
|
|
1494
|
-
export { default as LecternIcon } from '../icons/lectern';
|
|
1495
1493
|
// LeafyGreen aliases
|
|
1496
1494
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1495
|
+
// Lectern aliases
|
|
1496
|
+
export { default as LecternIcon } from '../icons/lectern';
|
|
1497
1497
|
// LensConcave aliases
|
|
1498
1498
|
export { default as LensConcaveIcon } from '../icons/lens-concave';
|
|
1499
1499
|
// LensConvex aliases
|
|
1500
1500
|
export { default as LensConvexIcon } from '../icons/lens-convex';
|
|
1501
|
+
// LibraryBig aliases
|
|
1502
|
+
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1501
1503
|
// Library aliases
|
|
1502
1504
|
export { default as LibraryIcon } from '../icons/library';
|
|
1503
1505
|
// LifeBuoy aliases
|
|
1504
1506
|
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1505
|
-
// LibraryBig aliases
|
|
1506
|
-
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1507
1507
|
// Ligature aliases
|
|
1508
1508
|
export { default as LigatureIcon } from '../icons/ligature';
|
|
1509
1509
|
// LightbulbOff aliases
|
|
@@ -1526,68 +1526,68 @@ export { default as LinkIcon } from '../icons/link';
|
|
|
1526
1526
|
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1527
1527
|
// ListChecks aliases
|
|
1528
1528
|
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1529
|
-
// ListChevronsUpDown aliases
|
|
1530
|
-
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1531
1529
|
// ListCollapse aliases
|
|
1532
1530
|
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1533
1531
|
// ListChevronsDownUp aliases
|
|
1534
1532
|
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1533
|
+
// ListChevronsUpDown aliases
|
|
1534
|
+
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1535
1535
|
// ListEnd aliases
|
|
1536
1536
|
export { default as ListEndIcon } from '../icons/list-end';
|
|
1537
1537
|
// ListFilterPlus aliases
|
|
1538
1538
|
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1539
1539
|
// ListFilter aliases
|
|
1540
1540
|
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1541
|
-
// ListMusic aliases
|
|
1542
|
-
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1543
1541
|
// ListMinus aliases
|
|
1544
1542
|
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1543
|
+
// ListMusic aliases
|
|
1544
|
+
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1545
1545
|
// ListOrdered aliases
|
|
1546
1546
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1547
|
-
// ListRestart aliases
|
|
1548
|
-
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1549
1547
|
// ListPlus aliases
|
|
1550
1548
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1551
|
-
//
|
|
1552
|
-
export { default as
|
|
1549
|
+
// ListRestart aliases
|
|
1550
|
+
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1553
1551
|
// ListStart aliases
|
|
1554
1552
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1553
|
+
// ListTodo aliases
|
|
1554
|
+
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1555
1555
|
// ListTree aliases
|
|
1556
1556
|
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1557
1557
|
// ListX aliases
|
|
1558
1558
|
export { default as ListXIcon } from '../icons/list-x';
|
|
1559
|
-
// ListVideo aliases
|
|
1560
|
-
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1561
1559
|
// List aliases
|
|
1562
1560
|
export { default as ListIcon } from '../icons/list';
|
|
1563
1561
|
// LoaderPinwheel aliases
|
|
1564
1562
|
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1563
|
+
// ListVideo aliases
|
|
1564
|
+
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1565
1565
|
// Loader aliases
|
|
1566
1566
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1567
1567
|
// LocateFixed aliases
|
|
1568
1568
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1569
1569
|
// LocateOff aliases
|
|
1570
1570
|
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1571
|
-
// Locate aliases
|
|
1572
|
-
export { default as LocateIcon } from '../icons/locate';
|
|
1573
1571
|
// LockKeyhole aliases
|
|
1574
1572
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1573
|
+
// Locate aliases
|
|
1574
|
+
export { default as LocateIcon } from '../icons/locate';
|
|
1575
1575
|
// Lock aliases
|
|
1576
1576
|
export { default as LockIcon } from '../icons/lock';
|
|
1577
|
-
// LogIn aliases
|
|
1578
|
-
export { default as LogInIcon } from '../icons/log-in';
|
|
1579
1577
|
// LogOut aliases
|
|
1580
1578
|
export { default as LogOutIcon } from '../icons/log-out';
|
|
1579
|
+
// LogIn aliases
|
|
1580
|
+
export { default as LogInIcon } from '../icons/log-in';
|
|
1581
1581
|
// Logs aliases
|
|
1582
1582
|
export { default as LogsIcon } from '../icons/logs';
|
|
1583
1583
|
// Lollipop aliases
|
|
1584
1584
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1585
|
-
// MailCheck aliases
|
|
1586
|
-
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1587
|
-
// Luggage aliases
|
|
1588
|
-
export { default as LuggageIcon } from '../icons/luggage';
|
|
1589
1585
|
// Magnet aliases
|
|
1590
1586
|
export { default as MagnetIcon } from '../icons/magnet';
|
|
1587
|
+
// Luggage aliases
|
|
1588
|
+
export { default as LuggageIcon } from '../icons/luggage';
|
|
1589
|
+
// MailCheck aliases
|
|
1590
|
+
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1591
1591
|
// MailMinus aliases
|
|
1592
1592
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1593
1593
|
// MailPlus aliases
|
|
@@ -1596,70 +1596,72 @@ export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
|
1596
1596
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1597
1597
|
// MailSearch aliases
|
|
1598
1598
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1599
|
-
// MailX aliases
|
|
1600
|
-
export { default as MailXIcon } from '../icons/mail-x';
|
|
1601
1599
|
// MailWarning aliases
|
|
1602
1600
|
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1601
|
+
// MailX aliases
|
|
1602
|
+
export { default as MailXIcon } from '../icons/mail-x';
|
|
1603
1603
|
// Mail aliases
|
|
1604
1604
|
export { default as MailIcon } from '../icons/mail';
|
|
1605
|
-
// Mails aliases
|
|
1606
|
-
export { default as MailsIcon } from '../icons/mails';
|
|
1607
1605
|
// Mailbox aliases
|
|
1608
1606
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1609
|
-
//
|
|
1610
|
-
export { default as
|
|
1607
|
+
// Mails aliases
|
|
1608
|
+
export { default as MailsIcon } from '../icons/mails';
|
|
1611
1609
|
// MapPinCheckInside aliases
|
|
1612
1610
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1611
|
+
// MapMinus aliases
|
|
1612
|
+
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1613
1613
|
// MapPinCheck aliases
|
|
1614
1614
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1615
|
-
// MapPinMinusInside aliases
|
|
1616
|
-
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1617
1615
|
// MapPinHouse aliases
|
|
1618
1616
|
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1617
|
+
// MapPinMinusInside aliases
|
|
1618
|
+
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1619
1619
|
// MapPinMinus aliases
|
|
1620
1620
|
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1621
|
-
// MapPinPlusInside aliases
|
|
1622
|
-
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1623
1621
|
// MapPinOff aliases
|
|
1624
1622
|
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1623
|
+
// MapPinPlus aliases
|
|
1624
|
+
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1625
|
+
// MapPinPlusInside aliases
|
|
1626
|
+
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1627
|
+
// MapPinSearch aliases
|
|
1628
|
+
export { default as MapPinSearchIcon } from '../icons/map-pin-search';
|
|
1625
1629
|
// MapPinXInside aliases
|
|
1626
1630
|
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1627
1631
|
// MapPinX aliases
|
|
1628
1632
|
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1629
|
-
// MapPinPlus aliases
|
|
1630
|
-
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1631
|
-
// MapPin aliases
|
|
1632
|
-
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1633
1633
|
// MapPinned aliases
|
|
1634
1634
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1635
1635
|
// MapPlus aliases
|
|
1636
1636
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1637
|
+
// MapPin aliases
|
|
1638
|
+
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1637
1639
|
// Map aliases
|
|
1638
1640
|
export { default as MapIcon } from '../icons/map';
|
|
1641
|
+
// Mars aliases
|
|
1642
|
+
export { default as MarsIcon } from '../icons/mars';
|
|
1639
1643
|
// MarsStroke aliases
|
|
1640
1644
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1645
|
+
// Martini aliases
|
|
1646
|
+
export { default as MartiniIcon } from '../icons/martini';
|
|
1641
1647
|
// Maximize aliases
|
|
1642
1648
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1643
|
-
// Mars aliases
|
|
1644
|
-
export { default as MarsIcon } from '../icons/mars';
|
|
1645
1649
|
// Maximize2 aliases
|
|
1646
1650
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1647
1651
|
// Medal aliases
|
|
1648
1652
|
export { default as MedalIcon } from '../icons/medal';
|
|
1649
|
-
// Martini aliases
|
|
1650
|
-
export { default as MartiniIcon } from '../icons/martini';
|
|
1651
|
-
// MegaphoneOff aliases
|
|
1652
|
-
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1653
1653
|
// Megaphone aliases
|
|
1654
1654
|
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1655
1655
|
// Meh aliases
|
|
1656
1656
|
export { default as MehIcon } from '../icons/meh';
|
|
1657
|
+
// MegaphoneOff aliases
|
|
1658
|
+
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1657
1659
|
// MemoryStick aliases
|
|
1658
1660
|
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1659
|
-
// Menu aliases
|
|
1660
|
-
export { default as MenuIcon } from '../icons/menu';
|
|
1661
1661
|
// Merge aliases
|
|
1662
1662
|
export { default as MergeIcon } from '../icons/merge';
|
|
1663
|
+
// Menu aliases
|
|
1664
|
+
export { default as MenuIcon } from '../icons/menu';
|
|
1663
1665
|
// MessageCircleCheck aliases
|
|
1664
1666
|
export { default as MessageCircleCheckIcon } from '../icons/message-circle-check';
|
|
1665
1667
|
// MessageCircleCode aliases
|
|
@@ -1672,38 +1674,38 @@ export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart
|
|
|
1672
1674
|
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1673
1675
|
// MessageCircleOff aliases
|
|
1674
1676
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1677
|
+
// MessageCirclePlus aliases
|
|
1678
|
+
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1675
1679
|
// MessageCircleWarning aliases
|
|
1676
1680
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1677
1681
|
// MessageCircleReply aliases
|
|
1678
1682
|
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1679
|
-
// MessageCirclePlus aliases
|
|
1680
|
-
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1681
1683
|
// MessageCircleX aliases
|
|
1682
1684
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1685
|
+
// MessageSquareCheck aliases
|
|
1686
|
+
export { default as MessageSquareCheckIcon } from '../icons/message-square-check';
|
|
1683
1687
|
// MessageCircle aliases
|
|
1684
1688
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1685
1689
|
// MessageSquareCode aliases
|
|
1686
1690
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1687
|
-
//
|
|
1688
|
-
export { default as
|
|
1691
|
+
// MessageSquareDashed aliases
|
|
1692
|
+
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1689
1693
|
// MessageSquareDiff aliases
|
|
1690
1694
|
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1691
1695
|
// MessageSquareDot aliases
|
|
1692
1696
|
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1693
1697
|
// MessageSquareHeart aliases
|
|
1694
1698
|
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1695
|
-
// MessageSquareDashed aliases
|
|
1696
|
-
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1697
1699
|
// MessageSquareLock aliases
|
|
1698
1700
|
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1699
1701
|
// MessageSquareMore aliases
|
|
1700
1702
|
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1701
1703
|
// MessageSquareOff aliases
|
|
1702
1704
|
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1703
|
-
// MessageSquarePlus aliases
|
|
1704
|
-
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1705
1705
|
// MessageSquareQuote aliases
|
|
1706
1706
|
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1707
|
+
// MessageSquarePlus aliases
|
|
1708
|
+
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1707
1709
|
// MessageSquareReply aliases
|
|
1708
1710
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1709
1711
|
// MessageSquareText aliases
|
|
@@ -1722,12 +1724,12 @@ export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
|
1722
1724
|
export { default as MetronomeIcon } from '../icons/metronome';
|
|
1723
1725
|
// MicOff aliases
|
|
1724
1726
|
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1725
|
-
// Mic aliases
|
|
1726
|
-
export { default as MicIcon } from '../icons/mic';
|
|
1727
|
-
// Microchip aliases
|
|
1728
|
-
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1729
1727
|
// Microscope aliases
|
|
1730
1728
|
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1729
|
+
// Microchip aliases
|
|
1730
|
+
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1731
|
+
// Mic aliases
|
|
1732
|
+
export { default as MicIcon } from '../icons/mic';
|
|
1731
1733
|
// Microwave aliases
|
|
1732
1734
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1733
1735
|
// Milestone aliases
|
|
@@ -1752,40 +1754,40 @@ export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
|
1752
1754
|
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1753
1755
|
// MonitorDot aliases
|
|
1754
1756
|
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1755
|
-
// MonitorOff aliases
|
|
1756
|
-
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1757
|
-
// MonitorCog aliases
|
|
1758
|
-
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1759
1757
|
// MonitorDown aliases
|
|
1760
1758
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1761
|
-
//
|
|
1762
|
-
export { default as
|
|
1759
|
+
// MonitorCog aliases
|
|
1760
|
+
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1761
|
+
// MonitorOff aliases
|
|
1762
|
+
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1763
1763
|
// MonitorPause aliases
|
|
1764
1764
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1765
|
+
// MonitorPlay aliases
|
|
1766
|
+
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1765
1767
|
// MonitorSmartphone aliases
|
|
1766
1768
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1767
|
-
// MonitorSpeaker aliases
|
|
1768
|
-
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1769
1769
|
// MonitorStop aliases
|
|
1770
1770
|
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1771
|
+
// MonitorSpeaker aliases
|
|
1772
|
+
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1771
1773
|
// MonitorUp aliases
|
|
1772
1774
|
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1773
|
-
// Monitor aliases
|
|
1774
|
-
export { default as MonitorIcon } from '../icons/monitor';
|
|
1775
1775
|
// MonitorX aliases
|
|
1776
1776
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1777
|
-
//
|
|
1778
|
-
export { default as
|
|
1777
|
+
// Monitor aliases
|
|
1778
|
+
export { default as MonitorIcon } from '../icons/monitor';
|
|
1779
1779
|
// Moon aliases
|
|
1780
1780
|
export { default as MoonIcon } from '../icons/moon';
|
|
1781
|
+
// MoonStar aliases
|
|
1782
|
+
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1781
1783
|
// Motorbike aliases
|
|
1782
1784
|
export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
1783
1785
|
// MountainSnow aliases
|
|
1784
1786
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1785
|
-
// Mountain aliases
|
|
1786
|
-
export { default as MountainIcon } from '../icons/mountain';
|
|
1787
1787
|
// MouseLeft aliases
|
|
1788
1788
|
export { default as MouseLeftIcon } from '../icons/mouse-left';
|
|
1789
|
+
// Mountain aliases
|
|
1790
|
+
export { default as MountainIcon } from '../icons/mountain';
|
|
1789
1791
|
// MouseOff aliases
|
|
1790
1792
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1791
1793
|
// MousePointer2Off aliases
|
|
@@ -1794,32 +1796,32 @@ export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
|
1794
1796
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1795
1797
|
// MousePointerBan aliases
|
|
1796
1798
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1799
|
+
// MousePointerClick aliases
|
|
1800
|
+
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1797
1801
|
// MousePointer aliases
|
|
1798
1802
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1799
1803
|
// MouseRight aliases
|
|
1800
1804
|
export { default as MouseRightIcon } from '../icons/mouse-right';
|
|
1801
|
-
// MousePointerClick aliases
|
|
1802
|
-
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1803
1805
|
// Mouse aliases
|
|
1804
1806
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1805
|
-
// MoveDiagonal2 aliases
|
|
1806
|
-
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1807
1807
|
// MoveDiagonal aliases
|
|
1808
1808
|
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1809
|
+
// MoveDiagonal2 aliases
|
|
1810
|
+
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1809
1811
|
// MoveDownLeft aliases
|
|
1810
1812
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1811
1813
|
// MoveDownRight aliases
|
|
1812
1814
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1813
1815
|
// MoveDown aliases
|
|
1814
1816
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1815
|
-
// MoveHorizontal aliases
|
|
1816
|
-
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1817
1817
|
// MoveLeft aliases
|
|
1818
1818
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1819
|
-
//
|
|
1820
|
-
export { default as
|
|
1819
|
+
// MoveHorizontal aliases
|
|
1820
|
+
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1821
1821
|
// MoveUpLeft aliases
|
|
1822
1822
|
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1823
|
+
// MoveRight aliases
|
|
1824
|
+
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1823
1825
|
// MoveUpRight aliases
|
|
1824
1826
|
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1825
1827
|
// MoveUp aliases
|
|
@@ -1834,48 +1836,48 @@ export { default as Music3Icon } from '../icons/music-3';
|
|
|
1834
1836
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1835
1837
|
// Music4 aliases
|
|
1836
1838
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1839
|
+
// Music aliases
|
|
1840
|
+
export { default as MusicIcon } from '../icons/music';
|
|
1837
1841
|
// Navigation2 aliases
|
|
1838
1842
|
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1839
1843
|
// Navigation2Off aliases
|
|
1840
1844
|
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1841
|
-
// Music aliases
|
|
1842
|
-
export { default as MusicIcon } from '../icons/music';
|
|
1843
1845
|
// NavigationOff aliases
|
|
1844
1846
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1845
1847
|
// Network aliases
|
|
1846
1848
|
export { default as NetworkIcon } from '../icons/network';
|
|
1849
|
+
// Newspaper aliases
|
|
1850
|
+
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1847
1851
|
// Navigation aliases
|
|
1848
1852
|
export { default as NavigationIcon } from '../icons/navigation';
|
|
1849
1853
|
// Nfc aliases
|
|
1850
1854
|
export { default as NfcIcon } from '../icons/nfc';
|
|
1851
|
-
//
|
|
1852
|
-
export { default as
|
|
1855
|
+
// NonBinary aliases
|
|
1856
|
+
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1853
1857
|
// NotebookPen aliases
|
|
1854
1858
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1855
1859
|
// NotebookTabs aliases
|
|
1856
1860
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1857
|
-
// NonBinary aliases
|
|
1858
|
-
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1859
|
-
// Notebook aliases
|
|
1860
|
-
export { default as NotebookIcon } from '../icons/notebook';
|
|
1861
1861
|
// NotebookText aliases
|
|
1862
1862
|
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1863
|
-
// NotepadText aliases
|
|
1864
|
-
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1865
1863
|
// NotepadTextDashed aliases
|
|
1866
1864
|
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1865
|
+
// Notebook aliases
|
|
1866
|
+
export { default as NotebookIcon } from '../icons/notebook';
|
|
1867
1867
|
// NutOff aliases
|
|
1868
1868
|
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1869
|
+
// NotepadText aliases
|
|
1870
|
+
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1869
1871
|
// Nut aliases
|
|
1870
1872
|
export { default as NutIcon } from '../icons/nut';
|
|
1871
1873
|
// OctagonMinus aliases
|
|
1872
1874
|
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1873
|
-
// Omega aliases
|
|
1874
|
-
export { default as OmegaIcon } from '../icons/omega';
|
|
1875
1875
|
// Octagon aliases
|
|
1876
1876
|
export { default as OctagonIcon } from '../icons/octagon';
|
|
1877
1877
|
// Option aliases
|
|
1878
1878
|
export { default as OptionIcon } from '../icons/option';
|
|
1879
|
+
// Omega aliases
|
|
1880
|
+
export { default as OmegaIcon } from '../icons/omega';
|
|
1879
1881
|
// Orbit aliases
|
|
1880
1882
|
export { default as OrbitIcon } from '../icons/orbit';
|
|
1881
1883
|
// Origami aliases
|
|
@@ -1884,36 +1886,36 @@ export { default as OrigamiIcon } from '../icons/origami';
|
|
|
1884
1886
|
export { default as Package2Icon } from '../icons/package-2';
|
|
1885
1887
|
// PackageCheck aliases
|
|
1886
1888
|
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1887
|
-
// PackageMinus aliases
|
|
1888
|
-
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1889
1889
|
// PackageOpen aliases
|
|
1890
1890
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1891
|
-
//
|
|
1892
|
-
export { default as
|
|
1891
|
+
// PackageMinus aliases
|
|
1892
|
+
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1893
1893
|
// PackageSearch aliases
|
|
1894
1894
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1895
|
+
// PackagePlus aliases
|
|
1896
|
+
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1895
1897
|
// PackageX aliases
|
|
1896
1898
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
1897
1899
|
// Package aliases
|
|
1898
1900
|
export { default as PackageIcon } from '../icons/package';
|
|
1899
1901
|
// PaintBucket aliases
|
|
1900
1902
|
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1901
|
-
// PaintRoller aliases
|
|
1902
|
-
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1903
1903
|
// Paintbrush aliases
|
|
1904
1904
|
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1905
|
-
//
|
|
1906
|
-
export { default as
|
|
1905
|
+
// PaintRoller aliases
|
|
1906
|
+
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1907
1907
|
// Panda aliases
|
|
1908
1908
|
export { default as PandaIcon } from '../icons/panda';
|
|
1909
|
-
//
|
|
1910
|
-
export { default as
|
|
1911
|
-
// PanelBottom aliases
|
|
1912
|
-
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1909
|
+
// Palette aliases
|
|
1910
|
+
export { default as PaletteIcon } from '../icons/palette';
|
|
1913
1911
|
// PanelBottomClose aliases
|
|
1914
1912
|
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1913
|
+
// PanelBottomOpen aliases
|
|
1914
|
+
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1915
1915
|
// PanelLeftRightDashed aliases
|
|
1916
1916
|
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1917
|
+
// PanelBottom aliases
|
|
1918
|
+
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1917
1919
|
// PanelRightClose aliases
|
|
1918
1920
|
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1919
1921
|
// PanelRightOpen aliases
|
|
@@ -1924,20 +1926,20 @@ export { default as PanelRightIcon } from '../icons/panel-right';
|
|
|
1924
1926
|
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
1925
1927
|
// PanelTopClose aliases
|
|
1926
1928
|
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1927
|
-
// PanelTop aliases
|
|
1928
|
-
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1929
1929
|
// PanelTopOpen aliases
|
|
1930
1930
|
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1931
|
+
// PanelTop aliases
|
|
1932
|
+
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1931
1933
|
// PanelsLeftBottom aliases
|
|
1932
1934
|
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1933
1935
|
// PanelsRightBottom aliases
|
|
1934
1936
|
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1937
|
+
// Parentheses aliases
|
|
1938
|
+
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1935
1939
|
// Paperclip aliases
|
|
1936
1940
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1937
1941
|
// ParkingMeter aliases
|
|
1938
1942
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1939
|
-
// Parentheses aliases
|
|
1940
|
-
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1941
1943
|
// PartyPopper aliases
|
|
1942
1944
|
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1943
1945
|
// Pause aliases
|
|
@@ -1946,14 +1948,14 @@ export { default as PauseIcon } from '../icons/pause';
|
|
|
1946
1948
|
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1947
1949
|
// PcCase aliases
|
|
1948
1950
|
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1949
|
-
// PenTool aliases
|
|
1950
|
-
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1951
1951
|
// PenOff aliases
|
|
1952
1952
|
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1953
|
-
//
|
|
1954
|
-
export { default as
|
|
1953
|
+
// PenTool aliases
|
|
1954
|
+
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1955
1955
|
// PencilLine aliases
|
|
1956
1956
|
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1957
|
+
// PencilOff aliases
|
|
1958
|
+
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1957
1959
|
// PencilRuler aliases
|
|
1958
1960
|
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1959
1961
|
// Pencil aliases
|
|
@@ -1962,48 +1964,48 @@ export { default as PencilIcon } from '../icons/pencil';
|
|
|
1962
1964
|
export { default as PercentIcon } from '../icons/percent';
|
|
1963
1965
|
// Pentagon aliases
|
|
1964
1966
|
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1965
|
-
// PhilippinePeso aliases
|
|
1966
|
-
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1967
1967
|
// PersonStanding aliases
|
|
1968
1968
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1969
|
+
// PhilippinePeso aliases
|
|
1970
|
+
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1969
1971
|
// PhoneCall aliases
|
|
1970
1972
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1971
1973
|
// PhoneIncoming aliases
|
|
1972
1974
|
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1973
1975
|
// PhoneForwarded aliases
|
|
1974
1976
|
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1975
|
-
// PhoneMissed aliases
|
|
1976
|
-
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1977
1977
|
// PhoneOff aliases
|
|
1978
1978
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1979
|
-
//
|
|
1980
|
-
export { default as
|
|
1979
|
+
// PhoneMissed aliases
|
|
1980
|
+
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1981
1981
|
// Phone aliases
|
|
1982
1982
|
export { default as PhoneIcon } from '../icons/phone';
|
|
1983
|
+
// PhoneOutgoing aliases
|
|
1984
|
+
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1983
1985
|
// Pi aliases
|
|
1984
1986
|
export { default as PiIcon } from '../icons/pi';
|
|
1985
|
-
// Pickaxe aliases
|
|
1986
|
-
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1987
1987
|
// Piano aliases
|
|
1988
1988
|
export { default as PianoIcon } from '../icons/piano';
|
|
1989
|
-
//
|
|
1990
|
-
export { default as
|
|
1989
|
+
// Pickaxe aliases
|
|
1990
|
+
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1991
1991
|
// PictureInPicture2 aliases
|
|
1992
1992
|
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
1993
|
+
// PictureInPicture aliases
|
|
1994
|
+
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1993
1995
|
// PiggyBank aliases
|
|
1994
1996
|
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1995
1997
|
// PilcrowLeft aliases
|
|
1996
1998
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1997
|
-
// PilcrowRight aliases
|
|
1998
|
-
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1999
1999
|
// Pilcrow aliases
|
|
2000
2000
|
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
2001
|
-
//
|
|
2002
|
-
export { default as
|
|
2001
|
+
// PilcrowRight aliases
|
|
2002
|
+
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
2003
2003
|
// PillBottle aliases
|
|
2004
2004
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
2005
2005
|
// PinOff aliases
|
|
2006
2006
|
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2007
|
+
// Pill aliases
|
|
2008
|
+
export { default as PillIcon } from '../icons/pill';
|
|
2007
2009
|
// Pipette aliases
|
|
2008
2010
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
2009
2011
|
// Pizza aliases
|
|
@@ -2016,20 +2018,18 @@ export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
|
2016
2018
|
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
2017
2019
|
// Plane aliases
|
|
2018
2020
|
export { default as PlaneIcon } from '../icons/plane';
|
|
2019
|
-
// Plug2 aliases
|
|
2020
|
-
export { default as Plug2Icon } from '../icons/plug-2';
|
|
2021
2021
|
// Play aliases
|
|
2022
2022
|
export { default as PlayIcon } from '../icons/play';
|
|
2023
|
+
// Plug2 aliases
|
|
2024
|
+
export { default as Plug2Icon } from '../icons/plug-2';
|
|
2023
2025
|
// Plug aliases
|
|
2024
2026
|
export { default as PlugIcon } from '../icons/plug';
|
|
2027
|
+
// Plus aliases
|
|
2028
|
+
export { default as PlusIcon } from '../icons/plus';
|
|
2025
2029
|
// PocketKnife aliases
|
|
2026
2030
|
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2027
2031
|
// Podcast aliases
|
|
2028
2032
|
export { default as PodcastIcon } from '../icons/podcast';
|
|
2029
|
-
// Plus aliases
|
|
2030
|
-
export { default as PlusIcon } from '../icons/plus';
|
|
2031
|
-
// Pointer aliases
|
|
2032
|
-
export { default as PointerIcon } from '../icons/pointer';
|
|
2033
2033
|
// PointerOff aliases
|
|
2034
2034
|
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2035
2035
|
// Popcorn aliases
|
|
@@ -2040,104 +2040,108 @@ export { default as PopsicleIcon } from '../icons/popsicle';
|
|
|
2040
2040
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2041
2041
|
// PowerOff aliases
|
|
2042
2042
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2043
|
-
// Power aliases
|
|
2044
|
-
export { default as PowerIcon } from '../icons/power';
|
|
2045
|
-
// Presentation aliases
|
|
2046
|
-
export { default as PresentationIcon } from '../icons/presentation';
|
|
2047
2043
|
// PrinterCheck aliases
|
|
2048
2044
|
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2045
|
+
// Power aliases
|
|
2046
|
+
export { default as PowerIcon } from '../icons/power';
|
|
2049
2047
|
// PrinterX aliases
|
|
2050
2048
|
export { default as PrinterXIcon } from '../icons/printer-x';
|
|
2049
|
+
// Presentation aliases
|
|
2050
|
+
export { default as PresentationIcon } from '../icons/presentation';
|
|
2051
2051
|
// Printer aliases
|
|
2052
2052
|
export { default as PrinterIcon } from '../icons/printer';
|
|
2053
2053
|
// Projector aliases
|
|
2054
2054
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
2055
|
-
// Puzzle aliases
|
|
2056
|
-
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2057
|
-
// QrCode aliases
|
|
2058
|
-
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2059
2055
|
// Proportions aliases
|
|
2060
2056
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2057
|
+
// Pointer aliases
|
|
2058
|
+
export { default as PointerIcon } from '../icons/pointer';
|
|
2059
|
+
// Puzzle aliases
|
|
2060
|
+
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2061
2061
|
// Pyramid aliases
|
|
2062
2062
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2063
2063
|
// Quote aliases
|
|
2064
2064
|
export { default as QuoteIcon } from '../icons/quote';
|
|
2065
|
-
// Radar aliases
|
|
2066
|
-
export { default as RadarIcon } from '../icons/radar';
|
|
2067
2065
|
// Rabbit aliases
|
|
2068
2066
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2067
|
+
// QrCode aliases
|
|
2068
|
+
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2069
|
+
// Radar aliases
|
|
2070
|
+
export { default as RadarIcon } from '../icons/radar';
|
|
2069
2071
|
// Radical aliases
|
|
2070
2072
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2071
2073
|
// Radiation aliases
|
|
2072
2074
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
2073
2075
|
// RadioReceiver aliases
|
|
2074
2076
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2075
|
-
//
|
|
2076
|
-
export { default as
|
|
2077
|
+
// RadioOff aliases
|
|
2078
|
+
export { default as RadioOffIcon } from '../icons/radio-off';
|
|
2077
2079
|
// Radio aliases
|
|
2078
2080
|
export { default as RadioIcon } from '../icons/radio';
|
|
2081
|
+
// RadioTower aliases
|
|
2082
|
+
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2079
2083
|
// Radius aliases
|
|
2080
2084
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2081
2085
|
// Rainbow aliases
|
|
2082
2086
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2083
|
-
// Ratio aliases
|
|
2084
|
-
export { default as RatioIcon } from '../icons/ratio';
|
|
2085
2087
|
// Rat aliases
|
|
2086
2088
|
export { default as RatIcon } from '../icons/rat';
|
|
2089
|
+
// Ratio aliases
|
|
2090
|
+
export { default as RatioIcon } from '../icons/ratio';
|
|
2087
2091
|
// ReceiptCent aliases
|
|
2088
2092
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2089
2093
|
// ReceiptEuro aliases
|
|
2090
2094
|
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2091
|
-
// ReceiptIndianRupee aliases
|
|
2092
|
-
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2093
|
-
// ReceiptPoundSterling aliases
|
|
2094
|
-
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2095
2095
|
// ReceiptJapaneseYen aliases
|
|
2096
2096
|
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2097
|
+
// ReceiptIndianRupee aliases
|
|
2098
|
+
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2097
2099
|
// ReceiptRussianRuble aliases
|
|
2098
2100
|
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2101
|
+
// ReceiptPoundSterling aliases
|
|
2102
|
+
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2099
2103
|
// ReceiptSwissFranc aliases
|
|
2100
2104
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2101
2105
|
// ReceiptText aliases
|
|
2102
2106
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2103
2107
|
// ReceiptTurkishLira aliases
|
|
2104
2108
|
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2105
|
-
// Receipt aliases
|
|
2106
|
-
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2107
2109
|
// RectangleCircle aliases
|
|
2108
2110
|
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2109
|
-
//
|
|
2110
|
-
export { default as
|
|
2111
|
-
// RectangleGoggles aliases
|
|
2112
|
-
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2111
|
+
// Receipt aliases
|
|
2112
|
+
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2113
2113
|
// RectangleVertical aliases
|
|
2114
2114
|
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2115
|
-
//
|
|
2116
|
-
export { default as
|
|
2115
|
+
// RectangleGoggles aliases
|
|
2116
|
+
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2117
|
+
// RectangleHorizontal aliases
|
|
2118
|
+
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2117
2119
|
// Recycle aliases
|
|
2118
2120
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2121
|
+
// Redo2 aliases
|
|
2122
|
+
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2119
2123
|
// RedoDot aliases
|
|
2120
2124
|
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2121
|
-
// RefreshCcw aliases
|
|
2122
|
-
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2123
2125
|
// Redo aliases
|
|
2124
2126
|
export { default as RedoIcon } from '../icons/redo';
|
|
2125
2127
|
// RefreshCcwDot aliases
|
|
2126
2128
|
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2127
|
-
// RefreshCwOff aliases
|
|
2128
|
-
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2129
2129
|
// RefreshCw aliases
|
|
2130
2130
|
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2131
|
-
//
|
|
2132
|
-
export { default as
|
|
2131
|
+
// RefreshCcw aliases
|
|
2132
|
+
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2133
|
+
// RefreshCwOff aliases
|
|
2134
|
+
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2135
|
+
// Refrigerator aliases
|
|
2136
|
+
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2133
2137
|
// RemoveFormatting aliases
|
|
2134
2138
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2135
|
-
//
|
|
2136
|
-
export { default as
|
|
2139
|
+
// Regex aliases
|
|
2140
|
+
export { default as RegexIcon } from '../icons/regex';
|
|
2137
2141
|
// Repeat2 aliases
|
|
2138
2142
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2139
|
-
//
|
|
2140
|
-
export { default as
|
|
2143
|
+
// Repeat1 aliases
|
|
2144
|
+
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2141
2145
|
// Repeat aliases
|
|
2142
2146
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2143
2147
|
// ReplaceAll aliases
|
|
@@ -2146,14 +2150,14 @@ export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
|
2146
2150
|
export { default as ReplaceIcon } from '../icons/replace';
|
|
2147
2151
|
// ReplyAll aliases
|
|
2148
2152
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2149
|
-
// Rewind aliases
|
|
2150
|
-
export { default as RewindIcon } from '../icons/rewind';
|
|
2151
2153
|
// Reply aliases
|
|
2152
2154
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2153
2155
|
// Ribbon aliases
|
|
2154
2156
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2155
2157
|
// Road aliases
|
|
2156
2158
|
export { default as RoadIcon } from '../icons/road';
|
|
2159
|
+
// Rewind aliases
|
|
2160
|
+
export { default as RewindIcon } from '../icons/rewind';
|
|
2157
2161
|
// Rocket aliases
|
|
2158
2162
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2159
2163
|
// RockingChair aliases
|
|
@@ -2164,20 +2168,20 @@ export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
|
2164
2168
|
export { default as RoseIcon } from '../icons/rose';
|
|
2165
2169
|
// RotateCcwKey aliases
|
|
2166
2170
|
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2167
|
-
// RotateCcwSquare aliases
|
|
2168
|
-
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2169
2171
|
// RotateCcw aliases
|
|
2170
2172
|
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2173
|
+
// RotateCcwSquare aliases
|
|
2174
|
+
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2175
|
+
// RouteOff aliases
|
|
2176
|
+
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2171
2177
|
// RotateCwSquare aliases
|
|
2172
2178
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2173
2179
|
// RotateCw aliases
|
|
2174
2180
|
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2175
|
-
// Route aliases
|
|
2176
|
-
export { default as RouteIcon } from '../icons/route';
|
|
2177
|
-
// RouteOff aliases
|
|
2178
|
-
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2179
2181
|
// Router aliases
|
|
2180
2182
|
export { default as RouterIcon } from '../icons/router';
|
|
2183
|
+
// Route aliases
|
|
2184
|
+
export { default as RouteIcon } from '../icons/route';
|
|
2181
2185
|
// Rows4 aliases
|
|
2182
2186
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2183
2187
|
// Rss aliases
|
|
@@ -2202,26 +2206,26 @@ export { default as SatelliteIcon } from '../icons/satellite';
|
|
|
2202
2206
|
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2203
2207
|
// SaveAll aliases
|
|
2204
2208
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2205
|
-
// Save aliases
|
|
2206
|
-
export { default as SaveIcon } from '../icons/save';
|
|
2207
2209
|
// SaveOff aliases
|
|
2208
2210
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2211
|
+
// Save aliases
|
|
2212
|
+
export { default as SaveIcon } from '../icons/save';
|
|
2209
2213
|
// Scale aliases
|
|
2210
2214
|
export { default as ScaleIcon } from '../icons/scale';
|
|
2211
2215
|
// Scaling aliases
|
|
2212
2216
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2213
|
-
// ScanBarcode aliases
|
|
2214
|
-
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2215
2217
|
// ScanEye aliases
|
|
2216
2218
|
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2219
|
+
// ScanBarcode aliases
|
|
2220
|
+
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2217
2221
|
// ScanFace aliases
|
|
2218
2222
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2219
2223
|
// ScanHeart aliases
|
|
2220
2224
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2221
|
-
// ScanQrCode aliases
|
|
2222
|
-
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2223
2225
|
// ScanLine aliases
|
|
2224
2226
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2227
|
+
// ScanQrCode aliases
|
|
2228
|
+
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2225
2229
|
// ScanSearch aliases
|
|
2226
2230
|
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2227
2231
|
// ScanText aliases
|
|
@@ -2230,72 +2234,72 @@ export { default as ScanTextIcon } from '../icons/scan-text';
|
|
|
2230
2234
|
export { default as ScanIcon } from '../icons/scan';
|
|
2231
2235
|
// School aliases
|
|
2232
2236
|
export { default as SchoolIcon } from '../icons/school';
|
|
2233
|
-
// ScissorsLineDashed aliases
|
|
2234
|
-
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2235
2237
|
// Scissors aliases
|
|
2236
2238
|
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2239
|
+
// ScissorsLineDashed aliases
|
|
2240
|
+
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2237
2241
|
// Scooter aliases
|
|
2238
2242
|
export { default as ScooterIcon } from '../icons/scooter';
|
|
2239
2243
|
// ScreenShareOff aliases
|
|
2240
2244
|
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2241
2245
|
// ScreenShare aliases
|
|
2242
2246
|
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2243
|
-
// ScrollText aliases
|
|
2244
|
-
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2245
2247
|
// Scroll aliases
|
|
2246
2248
|
export { default as ScrollIcon } from '../icons/scroll';
|
|
2249
|
+
// ScrollText aliases
|
|
2250
|
+
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2247
2251
|
// SearchAlert aliases
|
|
2248
2252
|
export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
2249
2253
|
// SearchCheck aliases
|
|
2250
2254
|
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2251
|
-
// SearchSlash aliases
|
|
2252
|
-
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2253
2255
|
// SearchCode aliases
|
|
2254
2256
|
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2257
|
+
// SearchSlash aliases
|
|
2258
|
+
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2255
2259
|
// SearchX aliases
|
|
2256
2260
|
export { default as SearchXIcon } from '../icons/search-x';
|
|
2257
2261
|
// Search aliases
|
|
2258
2262
|
export { default as SearchIcon } from '../icons/search';
|
|
2259
2263
|
// Section aliases
|
|
2260
2264
|
export { default as SectionIcon } from '../icons/section';
|
|
2261
|
-
// SendToBack aliases
|
|
2262
|
-
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2263
2265
|
// Send aliases
|
|
2264
2266
|
export { default as SendIcon } from '../icons/send';
|
|
2265
|
-
// SeparatorVertical aliases
|
|
2266
|
-
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2267
2267
|
// SeparatorHorizontal aliases
|
|
2268
2268
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2269
|
+
// SendToBack aliases
|
|
2270
|
+
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2271
|
+
// SeparatorVertical aliases
|
|
2272
|
+
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2269
2273
|
// ServerCog aliases
|
|
2270
2274
|
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2271
2275
|
// ServerCrash aliases
|
|
2272
2276
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2273
|
-
// Server aliases
|
|
2274
|
-
export { default as ServerIcon } from '../icons/server';
|
|
2275
|
-
// Settings2 aliases
|
|
2276
|
-
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2277
2277
|
// ServerOff aliases
|
|
2278
2278
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2279
|
+
// Server aliases
|
|
2280
|
+
export { default as ServerIcon } from '../icons/server';
|
|
2279
2281
|
// Shapes aliases
|
|
2280
2282
|
export { default as ShapesIcon } from '../icons/shapes';
|
|
2283
|
+
// Settings2 aliases
|
|
2284
|
+
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2281
2285
|
// Settings aliases
|
|
2282
2286
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2283
|
-
// Share2 aliases
|
|
2284
|
-
export { default as Share2Icon } from '../icons/share-2';
|
|
2285
2287
|
// Share aliases
|
|
2286
2288
|
export { default as ShareIcon } from '../icons/share';
|
|
2287
|
-
// Shell aliases
|
|
2288
|
-
export { default as ShellIcon } from '../icons/shell';
|
|
2289
2289
|
// Sheet aliases
|
|
2290
2290
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2291
|
+
// Share2 aliases
|
|
2292
|
+
export { default as Share2Icon } from '../icons/share-2';
|
|
2293
|
+
// Shell aliases
|
|
2294
|
+
export { default as ShellIcon } from '../icons/shell';
|
|
2291
2295
|
// ShelvingUnit aliases
|
|
2292
2296
|
export { default as ShelvingUnitIcon } from '../icons/shelving-unit';
|
|
2293
2297
|
// ShieldAlert aliases
|
|
2294
2298
|
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2295
|
-
// ShieldCheck aliases
|
|
2296
|
-
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2297
2299
|
// ShieldBan aliases
|
|
2298
2300
|
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2301
|
+
// ShieldCheck aliases
|
|
2302
|
+
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2299
2303
|
// ShieldCogCorner aliases
|
|
2300
2304
|
export { default as ShieldCogCornerIcon } from '../icons/shield-cog-corner';
|
|
2301
2305
|
// ShieldCog aliases
|
|
@@ -2304,22 +2308,22 @@ export { default as ShieldCogIcon } from '../icons/shield-cog';
|
|
|
2304
2308
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2305
2309
|
// ShieldHalf aliases
|
|
2306
2310
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2307
|
-
// ShieldPlus aliases
|
|
2308
|
-
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2309
|
-
// ShieldMinus aliases
|
|
2310
|
-
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2311
2311
|
// ShieldOff aliases
|
|
2312
2312
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2313
|
+
// ShieldMinus aliases
|
|
2314
|
+
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2315
|
+
// ShieldPlus aliases
|
|
2316
|
+
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2313
2317
|
// ShieldUser aliases
|
|
2314
2318
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2315
2319
|
// Shield aliases
|
|
2316
2320
|
export { default as ShieldIcon } from '../icons/shield';
|
|
2317
2321
|
// ShipWheel aliases
|
|
2318
2322
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2319
|
-
// Shirt aliases
|
|
2320
|
-
export { default as ShirtIcon } from '../icons/shirt';
|
|
2321
2323
|
// Ship aliases
|
|
2322
2324
|
export { default as ShipIcon } from '../icons/ship';
|
|
2325
|
+
// Shirt aliases
|
|
2326
|
+
export { default as ShirtIcon } from '../icons/shirt';
|
|
2323
2327
|
// ShoppingBag aliases
|
|
2324
2328
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2325
2329
|
// ShoppingBasket aliases
|
|
@@ -2328,32 +2332,32 @@ export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
|
2328
2332
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2329
2333
|
// ShoppingCart aliases
|
|
2330
2334
|
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2331
|
-
// ShowerHead aliases
|
|
2332
|
-
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2333
2335
|
// Shredder aliases
|
|
2334
2336
|
export { default as ShredderIcon } from '../icons/shredder';
|
|
2337
|
+
// ShowerHead aliases
|
|
2338
|
+
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2339
|
+
// Shrimp aliases
|
|
2340
|
+
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2335
2341
|
// Shrink aliases
|
|
2336
2342
|
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2337
2343
|
// Shrub aliases
|
|
2338
2344
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2339
|
-
//
|
|
2340
|
-
export { default as
|
|
2345
|
+
// Shuffle aliases
|
|
2346
|
+
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2341
2347
|
// Sigma aliases
|
|
2342
2348
|
export { default as SigmaIcon } from '../icons/sigma';
|
|
2343
2349
|
// SignalHigh aliases
|
|
2344
2350
|
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2345
|
-
// SignalMedium aliases
|
|
2346
|
-
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2347
|
-
// Shuffle aliases
|
|
2348
|
-
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2349
|
-
// SignalZero aliases
|
|
2350
|
-
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2351
2351
|
// SignalLow aliases
|
|
2352
2352
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2353
|
-
//
|
|
2354
|
-
export { default as
|
|
2353
|
+
// SignalZero aliases
|
|
2354
|
+
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2355
|
+
// SignalMedium aliases
|
|
2356
|
+
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2355
2357
|
// Signal aliases
|
|
2356
2358
|
export { default as SignalIcon } from '../icons/signal';
|
|
2359
|
+
// Signature aliases
|
|
2360
|
+
export { default as SignatureIcon } from '../icons/signature';
|
|
2357
2361
|
// SignpostBig aliases
|
|
2358
2362
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2359
2363
|
// Signpost aliases
|
|
@@ -2374,22 +2378,22 @@ export { default as SliceIcon } from '../icons/slice';
|
|
|
2374
2378
|
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2375
2379
|
// SmartphoneCharging aliases
|
|
2376
2380
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2377
|
-
// SmartphoneNfc aliases
|
|
2378
|
-
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2379
2381
|
// Smartphone aliases
|
|
2380
2382
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2381
2383
|
// SmilePlus aliases
|
|
2382
2384
|
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2385
|
+
// SmartphoneNfc aliases
|
|
2386
|
+
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2383
2387
|
// Smile aliases
|
|
2384
2388
|
export { default as SmileIcon } from '../icons/smile';
|
|
2385
|
-
// Snail aliases
|
|
2386
|
-
export { default as SnailIcon } from '../icons/snail';
|
|
2387
2389
|
// Snowflake aliases
|
|
2388
2390
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2389
|
-
//
|
|
2390
|
-
export { default as
|
|
2391
|
+
// Snail aliases
|
|
2392
|
+
export { default as SnailIcon } from '../icons/snail';
|
|
2391
2393
|
// Sofa aliases
|
|
2392
2394
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2395
|
+
// SoapDispenserDroplet aliases
|
|
2396
|
+
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2393
2397
|
// SolarPanel aliases
|
|
2394
2398
|
export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
2395
2399
|
// Soup aliases
|
|
@@ -2424,14 +2428,14 @@ export { default as SpotlightIcon } from '../icons/spotlight';
|
|
|
2424
2428
|
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2425
2429
|
// Sprout aliases
|
|
2426
2430
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2427
|
-
// SquareArrowRightExit aliases
|
|
2428
|
-
export { default as SquareArrowRightExitIcon } from '../icons/square-arrow-right-exit';
|
|
2429
2431
|
// SquareArrowRightEnter aliases
|
|
2430
2432
|
export { default as SquareArrowRightEnterIcon } from '../icons/square-arrow-right-enter';
|
|
2431
2433
|
// SquareDashedBottomCode aliases
|
|
2432
2434
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2433
2435
|
// SquareDashedBottom aliases
|
|
2434
2436
|
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2437
|
+
// SquareArrowRightExit aliases
|
|
2438
|
+
export { default as SquareArrowRightExitIcon } from '../icons/square-arrow-right-exit';
|
|
2435
2439
|
// SquareDashedTopSolid aliases
|
|
2436
2440
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2437
2441
|
// SquarePause aliases
|
|
@@ -2442,74 +2446,74 @@ export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
|
2442
2446
|
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2443
2447
|
// SquareStack aliases
|
|
2444
2448
|
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2445
|
-
// SquareStop aliases
|
|
2446
|
-
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2447
2449
|
// SquareSquare aliases
|
|
2448
2450
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2449
|
-
// Square aliases
|
|
2450
|
-
export { default as SquareIcon } from '../icons/square';
|
|
2451
2451
|
// SquareStar aliases
|
|
2452
2452
|
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2453
|
+
// SquareStop aliases
|
|
2454
|
+
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2455
|
+
// Square aliases
|
|
2456
|
+
export { default as SquareIcon } from '../icons/square';
|
|
2453
2457
|
// SquaresExclude aliases
|
|
2454
2458
|
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2459
|
+
// SquaresSubtract aliases
|
|
2460
|
+
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2455
2461
|
// SquaresIntersect aliases
|
|
2456
2462
|
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2457
2463
|
// SquaresUnite aliases
|
|
2458
2464
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2459
2465
|
// SquircleDashed aliases
|
|
2460
2466
|
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2461
|
-
// SquaresSubtract aliases
|
|
2462
|
-
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2463
2467
|
// Squircle aliases
|
|
2464
2468
|
export { default as SquircleIcon } from '../icons/squircle';
|
|
2465
2469
|
// Squirrel aliases
|
|
2466
2470
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2467
|
-
// Stamp aliases
|
|
2468
|
-
export { default as StampIcon } from '../icons/stamp';
|
|
2469
2471
|
// StarHalf aliases
|
|
2470
2472
|
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2471
|
-
//
|
|
2472
|
-
export { default as
|
|
2473
|
+
// Stamp aliases
|
|
2474
|
+
export { default as StampIcon } from '../icons/stamp';
|
|
2475
|
+
// StepBack aliases
|
|
2476
|
+
export { default as StepBackIcon } from '../icons/step-back';
|
|
2473
2477
|
// Star aliases
|
|
2474
2478
|
export { default as StarIcon } from '../icons/star';
|
|
2479
|
+
// StarOff aliases
|
|
2480
|
+
export { default as StarOffIcon } from '../icons/star-off';
|
|
2475
2481
|
// StepForward aliases
|
|
2476
2482
|
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2477
|
-
// StepBack aliases
|
|
2478
|
-
export { default as StepBackIcon } from '../icons/step-back';
|
|
2479
2483
|
// Stethoscope aliases
|
|
2480
2484
|
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2485
|
+
// Sticker aliases
|
|
2486
|
+
export { default as StickerIcon } from '../icons/sticker';
|
|
2481
2487
|
// StickyNote aliases
|
|
2482
2488
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2483
2489
|
// Stone aliases
|
|
2484
2490
|
export { default as StoneIcon } from '../icons/stone';
|
|
2485
|
-
// Sticker aliases
|
|
2486
|
-
export { default as StickerIcon } from '../icons/sticker';
|
|
2487
|
-
// Store aliases
|
|
2488
|
-
export { default as StoreIcon } from '../icons/store';
|
|
2489
2491
|
// StretchHorizontal aliases
|
|
2490
2492
|
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2491
|
-
//
|
|
2492
|
-
export { default as
|
|
2493
|
+
// Store aliases
|
|
2494
|
+
export { default as StoreIcon } from '../icons/store';
|
|
2493
2495
|
// StretchVertical aliases
|
|
2494
2496
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2497
|
+
// Strikethrough aliases
|
|
2498
|
+
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2495
2499
|
// Subscript aliases
|
|
2496
2500
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2497
2501
|
// SunDim aliases
|
|
2498
2502
|
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2499
2503
|
// SunMedium aliases
|
|
2500
2504
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2501
|
-
// SunMoon aliases
|
|
2502
|
-
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2503
2505
|
// SunSnow aliases
|
|
2504
2506
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2507
|
+
// SunMoon aliases
|
|
2508
|
+
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2505
2509
|
// Sun aliases
|
|
2506
2510
|
export { default as SunIcon } from '../icons/sun';
|
|
2507
2511
|
// Sunrise aliases
|
|
2508
2512
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2509
|
-
// Superscript aliases
|
|
2510
|
-
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2511
2513
|
// Sunset aliases
|
|
2512
2514
|
export { default as SunsetIcon } from '../icons/sunset';
|
|
2515
|
+
// Superscript aliases
|
|
2516
|
+
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2513
2517
|
// SwatchBook aliases
|
|
2514
2518
|
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2515
2519
|
// SwissFranc aliases
|
|
@@ -2518,116 +2522,116 @@ export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
|
2518
2522
|
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2519
2523
|
// Sword aliases
|
|
2520
2524
|
export { default as SwordIcon } from '../icons/sword';
|
|
2521
|
-
// Syringe aliases
|
|
2522
|
-
export { default as SyringeIcon } from '../icons/syringe';
|
|
2523
2525
|
// Swords aliases
|
|
2524
2526
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2527
|
+
// Syringe aliases
|
|
2528
|
+
export { default as SyringeIcon } from '../icons/syringe';
|
|
2525
2529
|
// Table2 aliases
|
|
2526
2530
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2527
2531
|
// TableCellsMerge aliases
|
|
2528
2532
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2529
|
-
// TableCellsSplit aliases
|
|
2530
|
-
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2531
2533
|
// TableColumnsSplit aliases
|
|
2532
2534
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2535
|
+
// TableCellsSplit aliases
|
|
2536
|
+
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2533
2537
|
// TableOfContents aliases
|
|
2534
2538
|
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2535
|
-
// TableRowsSplit aliases
|
|
2536
|
-
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2537
2539
|
// TableProperties aliases
|
|
2538
2540
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2541
|
+
// TableRowsSplit aliases
|
|
2542
|
+
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2539
2543
|
// Table aliases
|
|
2540
2544
|
export { default as TableIcon } from '../icons/table';
|
|
2545
|
+
// Tablet aliases
|
|
2546
|
+
export { default as TabletIcon } from '../icons/tablet';
|
|
2541
2547
|
// TabletSmartphone aliases
|
|
2542
2548
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2543
2549
|
// Tablets aliases
|
|
2544
2550
|
export { default as TabletsIcon } from '../icons/tablets';
|
|
2545
2551
|
// Tag aliases
|
|
2546
2552
|
export { default as TagIcon } from '../icons/tag';
|
|
2547
|
-
// Tablet aliases
|
|
2548
|
-
export { default as TabletIcon } from '../icons/tablet';
|
|
2549
2553
|
// Tags aliases
|
|
2550
2554
|
export { default as TagsIcon } from '../icons/tags';
|
|
2551
2555
|
// Tally1 aliases
|
|
2552
2556
|
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2553
|
-
// Tally2 aliases
|
|
2554
|
-
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2555
2557
|
// Tally3 aliases
|
|
2556
2558
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2559
|
+
// Tally2 aliases
|
|
2560
|
+
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2557
2561
|
// Tally4 aliases
|
|
2558
2562
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2559
|
-
// Tally5 aliases
|
|
2560
|
-
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2561
2563
|
// Tangent aliases
|
|
2562
2564
|
export { default as TangentIcon } from '../icons/tangent';
|
|
2565
|
+
// Tally5 aliases
|
|
2566
|
+
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2563
2567
|
// Target aliases
|
|
2564
2568
|
export { default as TargetIcon } from '../icons/target';
|
|
2565
|
-
// TentTree aliases
|
|
2566
|
-
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2567
2569
|
// Telescope aliases
|
|
2568
2570
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2571
|
+
// TentTree aliases
|
|
2572
|
+
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2569
2573
|
// Tent aliases
|
|
2570
2574
|
export { default as TentIcon } from '../icons/tent';
|
|
2571
2575
|
// Terminal aliases
|
|
2572
2576
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2573
|
-
//
|
|
2574
|
-
export { default as
|
|
2577
|
+
// TextCursorInput aliases
|
|
2578
|
+
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2575
2579
|
// TestTubes aliases
|
|
2576
2580
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2577
2581
|
// TextCursor aliases
|
|
2578
2582
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2579
|
-
//
|
|
2580
|
-
export { default as
|
|
2583
|
+
// TestTube aliases
|
|
2584
|
+
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2581
2585
|
// TextQuote aliases
|
|
2582
2586
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2583
2587
|
// TextSearch aliases
|
|
2584
2588
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2585
|
-
// Theater aliases
|
|
2586
|
-
export { default as TheaterIcon } from '../icons/theater';
|
|
2587
2589
|
// ThermometerSnowflake aliases
|
|
2588
2590
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2589
|
-
//
|
|
2590
|
-
export { default as
|
|
2591
|
+
// Theater aliases
|
|
2592
|
+
export { default as TheaterIcon } from '../icons/theater';
|
|
2591
2593
|
// Thermometer aliases
|
|
2592
2594
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2595
|
+
// ThermometerSun aliases
|
|
2596
|
+
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2593
2597
|
// ThumbsDown aliases
|
|
2594
2598
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2595
|
-
// TicketCheck aliases
|
|
2596
|
-
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2597
2599
|
// ThumbsUp aliases
|
|
2598
2600
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2599
2601
|
// TicketMinus aliases
|
|
2600
2602
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2601
|
-
// TicketPlus aliases
|
|
2602
|
-
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2603
2603
|
// TicketPercent aliases
|
|
2604
2604
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2605
|
-
//
|
|
2606
|
-
export { default as
|
|
2605
|
+
// TicketPlus aliases
|
|
2606
|
+
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2607
|
+
// TicketCheck aliases
|
|
2608
|
+
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2607
2609
|
// TicketX aliases
|
|
2608
2610
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2609
2611
|
// TicketSlash aliases
|
|
2610
2612
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2613
|
+
// Ticket aliases
|
|
2614
|
+
export { default as TicketIcon } from '../icons/ticket';
|
|
2611
2615
|
// TicketsPlane aliases
|
|
2612
2616
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2617
|
+
// TimerOff aliases
|
|
2618
|
+
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2613
2619
|
// Tickets aliases
|
|
2614
2620
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2615
2621
|
// TimerReset aliases
|
|
2616
2622
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2617
|
-
// TimerOff aliases
|
|
2618
|
-
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2619
2623
|
// Timer aliases
|
|
2620
2624
|
export { default as TimerIcon } from '../icons/timer';
|
|
2621
|
-
// Toilet aliases
|
|
2622
|
-
export { default as ToiletIcon } from '../icons/toilet';
|
|
2623
|
-
// ToggleRight aliases
|
|
2624
|
-
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2625
2625
|
// ToggleLeft aliases
|
|
2626
2626
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2627
|
-
//
|
|
2628
|
-
export { default as
|
|
2627
|
+
// ToggleRight aliases
|
|
2628
|
+
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2629
|
+
// Toilet aliases
|
|
2630
|
+
export { default as ToiletIcon } from '../icons/toilet';
|
|
2629
2631
|
// ToolCase aliases
|
|
2630
2632
|
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2633
|
+
// Toolbox aliases
|
|
2634
|
+
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2631
2635
|
// Tornado aliases
|
|
2632
2636
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2633
2637
|
// Torus aliases
|
|
@@ -2648,16 +2652,16 @@ export { default as TractorIcon } from '../icons/tractor';
|
|
|
2648
2652
|
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2649
2653
|
// TrainFrontTunnel aliases
|
|
2650
2654
|
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2651
|
-
// TrainTrack aliases
|
|
2652
|
-
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2653
2655
|
// TrainFront aliases
|
|
2654
2656
|
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2657
|
+
// TrainTrack aliases
|
|
2658
|
+
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2655
2659
|
// Transgender aliases
|
|
2656
2660
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2657
|
-
// Trash2 aliases
|
|
2658
|
-
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2659
2661
|
// Trash aliases
|
|
2660
2662
|
export { default as TrashIcon } from '../icons/trash';
|
|
2663
|
+
// Trash2 aliases
|
|
2664
|
+
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2661
2665
|
// TreeDeciduous aliases
|
|
2662
2666
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2663
2667
|
// TreePine aliases
|
|
@@ -2670,26 +2674,26 @@ export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
|
2670
2674
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2671
2675
|
// TrendingUpDown aliases
|
|
2672
2676
|
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2673
|
-
// TriangleRight aliases
|
|
2674
|
-
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2675
2677
|
// TriangleDashed aliases
|
|
2676
2678
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2679
|
+
// TriangleRight aliases
|
|
2680
|
+
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2677
2681
|
// Triangle aliases
|
|
2678
2682
|
export { default as TriangleIcon } from '../icons/triangle';
|
|
2679
|
-
// Trophy aliases
|
|
2680
|
-
export { default as TrophyIcon } from '../icons/trophy';
|
|
2681
2683
|
// TruckElectric aliases
|
|
2682
2684
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2685
|
+
// Trophy aliases
|
|
2686
|
+
export { default as TrophyIcon } from '../icons/trophy';
|
|
2683
2687
|
// Truck aliases
|
|
2684
2688
|
export { default as TruckIcon } from '../icons/truck';
|
|
2685
2689
|
// TurkishLira aliases
|
|
2686
2690
|
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2687
2691
|
// Turtle aliases
|
|
2688
2692
|
export { default as TurtleIcon } from '../icons/turtle';
|
|
2689
|
-
// TvMinimalPlay aliases
|
|
2690
|
-
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2691
2693
|
// Turntable aliases
|
|
2692
2694
|
export { default as TurntableIcon } from '../icons/turntable';
|
|
2695
|
+
// TvMinimalPlay aliases
|
|
2696
|
+
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2693
2697
|
// Tv aliases
|
|
2694
2698
|
export { default as TvIcon } from '../icons/tv';
|
|
2695
2699
|
// TypeOutline aliases
|
|
@@ -2706,66 +2710,66 @@ export { default as UnderlineIcon } from '../icons/underline';
|
|
|
2706
2710
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2707
2711
|
// UndoDot aliases
|
|
2708
2712
|
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2709
|
-
// Undo aliases
|
|
2710
|
-
export { default as UndoIcon } from '../icons/undo';
|
|
2711
2713
|
// UnfoldHorizontal aliases
|
|
2712
2714
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2713
|
-
//
|
|
2714
|
-
export { default as
|
|
2715
|
+
// Undo aliases
|
|
2716
|
+
export { default as UndoIcon } from '../icons/undo';
|
|
2715
2717
|
// UnfoldVertical aliases
|
|
2716
2718
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2717
2719
|
// Unlink2 aliases
|
|
2718
2720
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2719
|
-
//
|
|
2720
|
-
export { default as
|
|
2721
|
+
// Ungroup aliases
|
|
2722
|
+
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2721
2723
|
// Unlink aliases
|
|
2722
2724
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2725
|
+
// Unplug aliases
|
|
2726
|
+
export { default as UnplugIcon } from '../icons/unplug';
|
|
2723
2727
|
// Upload aliases
|
|
2724
2728
|
export { default as UploadIcon } from '../icons/upload';
|
|
2725
2729
|
// UserCheck aliases
|
|
2726
2730
|
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2727
2731
|
// Usb aliases
|
|
2728
2732
|
export { default as UsbIcon } from '../icons/usb';
|
|
2729
|
-
// UserCog aliases
|
|
2730
|
-
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2731
2733
|
// UserKey aliases
|
|
2732
2734
|
export { default as UserKeyIcon } from '../icons/user-key';
|
|
2733
|
-
//
|
|
2734
|
-
export { default as
|
|
2735
|
+
// UserCog aliases
|
|
2736
|
+
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2735
2737
|
// UserMinus aliases
|
|
2736
2738
|
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2739
|
+
// UserLock aliases
|
|
2740
|
+
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2737
2741
|
// UserPen aliases
|
|
2738
2742
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2739
|
-
// UserPlus aliases
|
|
2740
|
-
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2741
2743
|
// UserRoundKey aliases
|
|
2742
2744
|
export { default as UserRoundKeyIcon } from '../icons/user-round-key';
|
|
2743
|
-
//
|
|
2744
|
-
export { default as
|
|
2745
|
+
// UserPlus aliases
|
|
2746
|
+
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2745
2747
|
// UserRoundSearch aliases
|
|
2746
2748
|
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2747
|
-
//
|
|
2748
|
-
export { default as
|
|
2749
|
+
// UserRoundPen aliases
|
|
2750
|
+
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2749
2751
|
// UserSearch aliases
|
|
2750
2752
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2751
|
-
//
|
|
2752
|
-
export { default as
|
|
2753
|
+
// UserStar aliases
|
|
2754
|
+
export { default as UserStarIcon } from '../icons/user-star';
|
|
2753
2755
|
// UserX aliases
|
|
2754
2756
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2757
|
+
// Users aliases
|
|
2758
|
+
export { default as UsersIcon } from '../icons/users';
|
|
2755
2759
|
// User aliases
|
|
2756
2760
|
export { default as UserIcon } from '../icons/user';
|
|
2757
2761
|
// UtilityPole aliases
|
|
2758
2762
|
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2759
2763
|
// Van aliases
|
|
2760
2764
|
export { default as VanIcon } from '../icons/van';
|
|
2761
|
-
//
|
|
2762
|
-
export { default as
|
|
2765
|
+
// Vault aliases
|
|
2766
|
+
export { default as VaultIcon } from '../icons/vault';
|
|
2763
2767
|
// VectorSquare aliases
|
|
2764
2768
|
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2769
|
+
// Variable aliases
|
|
2770
|
+
export { default as VariableIcon } from '../icons/variable';
|
|
2765
2771
|
// Vegan aliases
|
|
2766
2772
|
export { default as VeganIcon } from '../icons/vegan';
|
|
2767
|
-
// Vault aliases
|
|
2768
|
-
export { default as VaultIcon } from '../icons/vault';
|
|
2769
2773
|
// VenetianMask aliases
|
|
2770
2774
|
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2771
2775
|
// VenusAndMars aliases
|
|
@@ -2784,18 +2788,18 @@ export { default as VideoIcon } from '../icons/video';
|
|
|
2784
2788
|
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2785
2789
|
// View aliases
|
|
2786
2790
|
export { default as ViewIcon } from '../icons/view';
|
|
2787
|
-
// Volleyball aliases
|
|
2788
|
-
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2789
2791
|
// Voicemail aliases
|
|
2790
2792
|
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2793
|
+
// Volleyball aliases
|
|
2794
|
+
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2791
2795
|
// Volume1 aliases
|
|
2792
2796
|
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2797
|
+
// VolumeOff aliases
|
|
2798
|
+
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2793
2799
|
// Volume2 aliases
|
|
2794
2800
|
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2795
2801
|
// VolumeX aliases
|
|
2796
2802
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2797
|
-
// VolumeOff aliases
|
|
2798
|
-
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2799
2803
|
// Volume aliases
|
|
2800
2804
|
export { default as VolumeIcon } from '../icons/volume';
|
|
2801
2805
|
// Vote aliases
|
|
@@ -2810,10 +2814,10 @@ export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
|
2810
2814
|
export { default as WandIcon } from '../icons/wand';
|
|
2811
2815
|
// Warehouse aliases
|
|
2812
2816
|
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2813
|
-
// WashingMachine aliases
|
|
2814
|
-
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2815
2817
|
// Watch aliases
|
|
2816
2818
|
export { default as WatchIcon } from '../icons/watch';
|
|
2819
|
+
// WashingMachine aliases
|
|
2820
|
+
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2817
2821
|
// WavesArrowDown aliases
|
|
2818
2822
|
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
2819
2823
|
// WavesArrowUp aliases
|
|
@@ -2822,52 +2826,52 @@ export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
|
2822
2826
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2823
2827
|
// Waves aliases
|
|
2824
2828
|
export { default as WavesIcon } from '../icons/waves';
|
|
2825
|
-
// WebhookOff aliases
|
|
2826
|
-
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2827
2829
|
// Webcam aliases
|
|
2828
2830
|
export { default as WebcamIcon } from '../icons/webcam';
|
|
2831
|
+
// WebhookOff aliases
|
|
2832
|
+
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2829
2833
|
// Waypoints aliases
|
|
2830
2834
|
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2831
|
-
// Weight aliases
|
|
2832
|
-
export { default as WeightIcon } from '../icons/weight';
|
|
2833
|
-
// Webhook aliases
|
|
2834
|
-
export { default as WebhookIcon } from '../icons/webhook';
|
|
2835
2835
|
// WeightTilde aliases
|
|
2836
2836
|
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
2837
|
+
// Webhook aliases
|
|
2838
|
+
export { default as WebhookIcon } from '../icons/webhook';
|
|
2839
|
+
// Weight aliases
|
|
2840
|
+
export { default as WeightIcon } from '../icons/weight';
|
|
2837
2841
|
// WheatOff aliases
|
|
2838
2842
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2839
2843
|
// Wheat aliases
|
|
2840
2844
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2841
2845
|
// WholeWord aliases
|
|
2842
2846
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2843
|
-
// WifiCog aliases
|
|
2844
|
-
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2845
2847
|
// WifiHigh aliases
|
|
2846
2848
|
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2847
2849
|
// WifiLow aliases
|
|
2848
2850
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2851
|
+
// WifiCog aliases
|
|
2852
|
+
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2849
2853
|
// WifiOff aliases
|
|
2850
2854
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2851
2855
|
// WifiPen aliases
|
|
2852
2856
|
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2853
2857
|
// WifiSync aliases
|
|
2854
2858
|
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2855
|
-
// WifiZero aliases
|
|
2856
|
-
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2857
2859
|
// Wifi aliases
|
|
2858
2860
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2861
|
+
// WifiZero aliases
|
|
2862
|
+
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2863
|
+
// Wind aliases
|
|
2864
|
+
export { default as WindIcon } from '../icons/wind';
|
|
2859
2865
|
// WindArrowDown aliases
|
|
2860
2866
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2861
2867
|
// WineOff aliases
|
|
2862
2868
|
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2863
2869
|
// Wine aliases
|
|
2864
2870
|
export { default as WineIcon } from '../icons/wine';
|
|
2865
|
-
// Wind aliases
|
|
2866
|
-
export { default as WindIcon } from '../icons/wind';
|
|
2867
|
-
// Worm aliases
|
|
2868
|
-
export { default as WormIcon } from '../icons/worm';
|
|
2869
2871
|
// Workflow aliases
|
|
2870
2872
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2873
|
+
// Worm aliases
|
|
2874
|
+
export { default as WormIcon } from '../icons/worm';
|
|
2871
2875
|
// Wrench aliases
|
|
2872
2876
|
export { default as WrenchIcon } from '../icons/wrench';
|
|
2873
2877
|
// XLineTop aliases
|
|
@@ -2876,38 +2880,38 @@ export { default as XLineTopIcon } from '../icons/x-line-top';
|
|
|
2876
2880
|
export { default as XIcon } from '../icons/x';
|
|
2877
2881
|
// ZapOff aliases
|
|
2878
2882
|
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2883
|
+
// ZodiacAquarius aliases
|
|
2884
|
+
export { default as ZodiacAquariusIcon } from '../icons/zodiac-aquarius';
|
|
2879
2885
|
// Zap aliases
|
|
2880
2886
|
export { default as ZapIcon } from '../icons/zap';
|
|
2881
2887
|
// ZodiacAries aliases
|
|
2882
2888
|
export { default as ZodiacAriesIcon } from '../icons/zodiac-aries';
|
|
2883
|
-
// ZodiacAquarius aliases
|
|
2884
|
-
export { default as ZodiacAquariusIcon } from '../icons/zodiac-aquarius';
|
|
2885
2889
|
// ZodiacCancer aliases
|
|
2886
2890
|
export { default as ZodiacCancerIcon } from '../icons/zodiac-cancer';
|
|
2887
2891
|
// ZodiacCapricorn aliases
|
|
2888
2892
|
export { default as ZodiacCapricornIcon } from '../icons/zodiac-capricorn';
|
|
2889
|
-
// ZodiacLibra aliases
|
|
2890
|
-
export { default as ZodiacLibraIcon } from '../icons/zodiac-libra';
|
|
2891
|
-
// ZodiacGemini aliases
|
|
2892
|
-
export { default as ZodiacGeminiIcon } from '../icons/zodiac-gemini';
|
|
2893
2893
|
// ZodiacLeo aliases
|
|
2894
2894
|
export { default as ZodiacLeoIcon } from '../icons/zodiac-leo';
|
|
2895
2895
|
// ZodiacOphiuchus aliases
|
|
2896
2896
|
export { default as ZodiacOphiuchusIcon } from '../icons/zodiac-ophiuchus';
|
|
2897
|
-
//
|
|
2898
|
-
export { default as
|
|
2897
|
+
// ZodiacGemini aliases
|
|
2898
|
+
export { default as ZodiacGeminiIcon } from '../icons/zodiac-gemini';
|
|
2899
2899
|
// ZodiacPisces aliases
|
|
2900
2900
|
export { default as ZodiacPiscesIcon } from '../icons/zodiac-pisces';
|
|
2901
|
+
// ZodiacLibra aliases
|
|
2902
|
+
export { default as ZodiacLibraIcon } from '../icons/zodiac-libra';
|
|
2903
|
+
// ZodiacSagittarius aliases
|
|
2904
|
+
export { default as ZodiacSagittariusIcon } from '../icons/zodiac-sagittarius';
|
|
2901
2905
|
// ZodiacScorpio aliases
|
|
2902
2906
|
export { default as ZodiacScorpioIcon } from '../icons/zodiac-scorpio';
|
|
2903
|
-
// ZodiacTaurus aliases
|
|
2904
|
-
export { default as ZodiacTaurusIcon } from '../icons/zodiac-taurus';
|
|
2905
2907
|
// ZodiacVirgo aliases
|
|
2906
2908
|
export { default as ZodiacVirgoIcon } from '../icons/zodiac-virgo';
|
|
2907
|
-
//
|
|
2908
|
-
export { default as
|
|
2909
|
+
// ZodiacTaurus aliases
|
|
2910
|
+
export { default as ZodiacTaurusIcon } from '../icons/zodiac-taurus';
|
|
2909
2911
|
// ZoomIn aliases
|
|
2910
2912
|
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2913
|
+
// ZoomOut aliases
|
|
2914
|
+
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2911
2915
|
// ArrowDown01 aliases
|
|
2912
2916
|
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
2913
2917
|
// ArrowDown10 aliases
|
|
@@ -2940,18 +2944,18 @@ export {
|
|
|
2940
2944
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. This alias will be removed in v1.0 */
|
|
2941
2945
|
default as ArrowDownAzIcon
|
|
2942
2946
|
} from '../icons/arrow-down-a-z';
|
|
2943
|
-
// ArrowDownZA aliases
|
|
2944
|
-
export { default as ArrowDownZAIcon } from '../icons/arrow-down-z-a';
|
|
2945
|
-
export {
|
|
2946
|
-
/** @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 */
|
|
2947
|
-
default as ArrowDownZaIcon
|
|
2948
|
-
} from '../icons/arrow-down-z-a';
|
|
2949
2947
|
// ArrowDownWideNarrow aliases
|
|
2950
2948
|
export { default as ArrowDownWideNarrowIcon } from '../icons/arrow-down-wide-narrow';
|
|
2951
2949
|
export {
|
|
2952
2950
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. This alias will be removed in v1.0 */
|
|
2953
2951
|
default as SortDescIcon
|
|
2954
2952
|
} from '../icons/arrow-down-wide-narrow';
|
|
2953
|
+
// ArrowDownZA aliases
|
|
2954
|
+
export { default as ArrowDownZAIcon } from '../icons/arrow-down-z-a';
|
|
2955
|
+
export {
|
|
2956
|
+
/** @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 */
|
|
2957
|
+
default as ArrowDownZaIcon
|
|
2958
|
+
} from '../icons/arrow-down-z-a';
|
|
2955
2959
|
// ArrowUpAZ aliases
|
|
2956
2960
|
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
2957
2961
|
export {
|
|
@@ -2976,60 +2980,60 @@ export {
|
|
|
2976
2980
|
/** @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 */
|
|
2977
2981
|
default as ArrowUpZaIcon
|
|
2978
2982
|
} from '../icons/arrow-up-z-a';
|
|
2979
|
-
// BadgeCheck aliases
|
|
2980
|
-
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2981
|
-
export {
|
|
2982
|
-
/** @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 */
|
|
2983
|
-
default as VerifiedIcon
|
|
2984
|
-
} from '../icons/badge-check';
|
|
2985
2983
|
// BadgeQuestionMark aliases
|
|
2986
2984
|
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
2987
2985
|
export {
|
|
2988
2986
|
/** @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 */
|
|
2989
2987
|
default as BadgeHelpIcon
|
|
2990
2988
|
} from '../icons/badge-question-mark';
|
|
2989
|
+
// BadgeCheck aliases
|
|
2990
|
+
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2991
|
+
export {
|
|
2992
|
+
/** @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 */
|
|
2993
|
+
default as VerifiedIcon
|
|
2994
|
+
} from '../icons/badge-check';
|
|
2991
2995
|
// BetweenHorizontalEnd aliases
|
|
2992
2996
|
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
2993
2997
|
export {
|
|
2994
2998
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
2995
2999
|
default as BetweenHorizonalEndIcon
|
|
2996
3000
|
} from '../icons/between-horizontal-end';
|
|
2997
|
-
// BookDashed aliases
|
|
2998
|
-
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2999
|
-
export {
|
|
3000
|
-
/** @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 */
|
|
3001
|
-
default as BookTemplateIcon
|
|
3002
|
-
} from '../icons/book-dashed';
|
|
3003
3001
|
// BetweenHorizontalStart aliases
|
|
3004
3002
|
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
3005
3003
|
export {
|
|
3006
3004
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
3007
3005
|
default as BetweenHorizonalStartIcon
|
|
3008
3006
|
} from '../icons/between-horizontal-start';
|
|
3009
|
-
//
|
|
3010
|
-
export { default as
|
|
3011
|
-
export {
|
|
3012
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. This alias will be removed in v1.0 */
|
|
3013
|
-
default as CurlyBracesIcon
|
|
3014
|
-
} from '../icons/braces';
|
|
3015
|
-
// ChartArea aliases
|
|
3016
|
-
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
3007
|
+
// BookDashed aliases
|
|
3008
|
+
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
3017
3009
|
export {
|
|
3018
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3019
|
-
default as
|
|
3020
|
-
} from '../icons/
|
|
3010
|
+
/** @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 */
|
|
3011
|
+
default as BookTemplateIcon
|
|
3012
|
+
} from '../icons/book-dashed';
|
|
3021
3013
|
// Captions aliases
|
|
3022
3014
|
export { default as CaptionsIcon } from '../icons/captions';
|
|
3023
3015
|
export {
|
|
3024
3016
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. This alias will be removed in v1.0 */
|
|
3025
3017
|
default as SubtitlesIcon
|
|
3026
3018
|
} from '../icons/captions';
|
|
3019
|
+
// Braces aliases
|
|
3020
|
+
export { default as BracesIcon } from '../icons/braces';
|
|
3021
|
+
export {
|
|
3022
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. This alias will be removed in v1.0 */
|
|
3023
|
+
default as CurlyBracesIcon
|
|
3024
|
+
} from '../icons/braces';
|
|
3027
3025
|
// ChartBarBig aliases
|
|
3028
3026
|
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
3029
3027
|
export {
|
|
3030
3028
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. This alias will be removed in v1.0 */
|
|
3031
3029
|
default as BarChartHorizontalBigIcon
|
|
3032
3030
|
} from '../icons/chart-bar-big';
|
|
3031
|
+
// ChartArea aliases
|
|
3032
|
+
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
3033
|
+
export {
|
|
3034
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. This alias will be removed in v1.0 */
|
|
3035
|
+
default as AreaChartIcon
|
|
3036
|
+
} from '../icons/chart-area';
|
|
3033
3037
|
// ChartCandlestick aliases
|
|
3034
3038
|
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
3035
3039
|
export {
|
|
@@ -3048,18 +3052,18 @@ export {
|
|
|
3048
3052
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. This alias will be removed in v1.0 */
|
|
3049
3053
|
default as BarChartBigIcon
|
|
3050
3054
|
} from '../icons/chart-column-big';
|
|
3051
|
-
// ChartColumn aliases
|
|
3052
|
-
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
3053
|
-
export {
|
|
3054
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. This alias will be removed in v1.0 */
|
|
3055
|
-
default as BarChart3Icon
|
|
3056
|
-
} from '../icons/chart-column';
|
|
3057
3055
|
// ChartColumnIncreasing aliases
|
|
3058
3056
|
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
3059
3057
|
export {
|
|
3060
3058
|
/** @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 */
|
|
3061
3059
|
default as BarChart4Icon
|
|
3062
3060
|
} from '../icons/chart-column-increasing';
|
|
3061
|
+
// ChartColumn aliases
|
|
3062
|
+
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
3063
|
+
export {
|
|
3064
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. This alias will be removed in v1.0 */
|
|
3065
|
+
default as BarChart3Icon
|
|
3066
|
+
} from '../icons/chart-column';
|
|
3063
3067
|
// ChartLine aliases
|
|
3064
3068
|
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
3065
3069
|
export {
|
|
@@ -3108,12 +3112,6 @@ export {
|
|
|
3108
3112
|
/** @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 */
|
|
3109
3113
|
default as ArrowDownCircleIcon
|
|
3110
3114
|
} from '../icons/circle-arrow-down';
|
|
3111
|
-
// CircleArrowLeft aliases
|
|
3112
|
-
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
3113
|
-
export {
|
|
3114
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. This alias will be removed in v1.0 */
|
|
3115
|
-
default as ArrowLeftCircleIcon
|
|
3116
|
-
} from '../icons/circle-arrow-left';
|
|
3117
3115
|
// CircleArrowOutDownLeft aliases
|
|
3118
3116
|
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3119
3117
|
export {
|
|
@@ -3126,6 +3124,12 @@ export {
|
|
|
3126
3124
|
/** @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 */
|
|
3127
3125
|
default as ArrowDownRightFromCircleIcon
|
|
3128
3126
|
} from '../icons/circle-arrow-out-down-right';
|
|
3127
|
+
// CircleArrowLeft aliases
|
|
3128
|
+
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
3129
|
+
export {
|
|
3130
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. This alias will be removed in v1.0 */
|
|
3131
|
+
default as ArrowLeftCircleIcon
|
|
3132
|
+
} from '../icons/circle-arrow-left';
|
|
3129
3133
|
// CircleArrowOutUpLeft aliases
|
|
3130
3134
|
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3131
3135
|
export {
|
|
@@ -3168,12 +3172,6 @@ export {
|
|
|
3168
3172
|
/** @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 */
|
|
3169
3173
|
default as ChevronDownCircleIcon
|
|
3170
3174
|
} from '../icons/circle-chevron-down';
|
|
3171
|
-
// CircleChevronLeft aliases
|
|
3172
|
-
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3173
|
-
export {
|
|
3174
|
-
/** @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 */
|
|
3175
|
-
default as ChevronLeftCircleIcon
|
|
3176
|
-
} from '../icons/circle-chevron-left';
|
|
3177
3175
|
// CircleChevronRight aliases
|
|
3178
3176
|
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3179
3177
|
export {
|
|
@@ -3192,18 +3190,24 @@ export {
|
|
|
3192
3190
|
/** @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 */
|
|
3193
3191
|
default as DivideCircleIcon
|
|
3194
3192
|
} from '../icons/circle-divide';
|
|
3195
|
-
//
|
|
3196
|
-
export { default as
|
|
3193
|
+
// CircleChevronLeft aliases
|
|
3194
|
+
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3197
3195
|
export {
|
|
3198
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3199
|
-
default as
|
|
3200
|
-
} from '../icons/circle-
|
|
3196
|
+
/** @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 */
|
|
3197
|
+
default as ChevronLeftCircleIcon
|
|
3198
|
+
} from '../icons/circle-chevron-left';
|
|
3201
3199
|
// CircleGauge aliases
|
|
3202
3200
|
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3203
3201
|
export {
|
|
3204
3202
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. This alias will be removed in v1.0 */
|
|
3205
3203
|
default as GaugeCircleIcon
|
|
3206
3204
|
} from '../icons/circle-gauge';
|
|
3205
|
+
// CircleMinus aliases
|
|
3206
|
+
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3207
|
+
export {
|
|
3208
|
+
/** @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 */
|
|
3209
|
+
default as MinusCircleIcon
|
|
3210
|
+
} from '../icons/circle-minus';
|
|
3207
3211
|
// CircleParkingOff aliases
|
|
3208
3212
|
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3209
3213
|
export {
|
|
@@ -3222,24 +3226,30 @@ export {
|
|
|
3222
3226
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. This alias will be removed in v1.0 */
|
|
3223
3227
|
default as PauseCircleIcon
|
|
3224
3228
|
} from '../icons/circle-pause';
|
|
3225
|
-
// CirclePlay aliases
|
|
3226
|
-
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3227
|
-
export {
|
|
3228
|
-
/** @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 */
|
|
3229
|
-
default as PlayCircleIcon
|
|
3230
|
-
} from '../icons/circle-play';
|
|
3231
3229
|
// CirclePercent aliases
|
|
3232
3230
|
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3233
3231
|
export {
|
|
3234
3232
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. This alias will be removed in v1.0 */
|
|
3235
3233
|
default as PercentCircleIcon
|
|
3236
3234
|
} from '../icons/circle-percent';
|
|
3235
|
+
// CirclePlay aliases
|
|
3236
|
+
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3237
|
+
export {
|
|
3238
|
+
/** @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 */
|
|
3239
|
+
default as PlayCircleIcon
|
|
3240
|
+
} from '../icons/circle-play';
|
|
3237
3241
|
// CirclePower aliases
|
|
3238
3242
|
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3239
3243
|
export {
|
|
3240
3244
|
/** @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 */
|
|
3241
3245
|
default as PowerCircleIcon
|
|
3242
3246
|
} from '../icons/circle-power';
|
|
3247
|
+
// CirclePlus aliases
|
|
3248
|
+
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3249
|
+
export {
|
|
3250
|
+
/** @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 */
|
|
3251
|
+
default as PlusCircleIcon
|
|
3252
|
+
} from '../icons/circle-plus';
|
|
3243
3253
|
// CircleQuestionMark aliases
|
|
3244
3254
|
export { default as CircleQuestionMarkIcon } from '../icons/circle-question-mark';
|
|
3245
3255
|
export {
|
|
@@ -3250,72 +3260,66 @@ export {
|
|
|
3250
3260
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3251
3261
|
default as CircleHelpIcon
|
|
3252
3262
|
} from '../icons/circle-question-mark';
|
|
3253
|
-
// CirclePlus aliases
|
|
3254
|
-
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3255
|
-
export {
|
|
3256
|
-
/** @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 */
|
|
3257
|
-
default as PlusCircleIcon
|
|
3258
|
-
} from '../icons/circle-plus';
|
|
3259
3263
|
// CircleSlash2 aliases
|
|
3260
3264
|
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3261
3265
|
export {
|
|
3262
3266
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. This alias will be removed in v1.0 */
|
|
3263
3267
|
default as CircleSlashedIcon
|
|
3264
3268
|
} from '../icons/circle-slash-2';
|
|
3265
|
-
//
|
|
3266
|
-
export { default as
|
|
3269
|
+
// CircleUser aliases
|
|
3270
|
+
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3267
3271
|
export {
|
|
3268
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3269
|
-
default as
|
|
3270
|
-
} from '../icons/circle-
|
|
3272
|
+
/** @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 */
|
|
3273
|
+
default as UserCircleIcon
|
|
3274
|
+
} from '../icons/circle-user';
|
|
3271
3275
|
// CircleUserRound aliases
|
|
3272
3276
|
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3273
3277
|
export {
|
|
3274
3278
|
/** @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 */
|
|
3275
3279
|
default as UserCircle2Icon
|
|
3276
3280
|
} from '../icons/circle-user-round';
|
|
3277
|
-
//
|
|
3278
|
-
export { default as
|
|
3281
|
+
// CircleStop aliases
|
|
3282
|
+
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3279
3283
|
export {
|
|
3280
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3281
|
-
default as
|
|
3282
|
-
} from '../icons/circle-
|
|
3284
|
+
/** @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 */
|
|
3285
|
+
default as StopCircleIcon
|
|
3286
|
+
} from '../icons/circle-stop';
|
|
3283
3287
|
// CircleX aliases
|
|
3284
3288
|
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3285
3289
|
export {
|
|
3286
3290
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. This alias will be removed in v1.0 */
|
|
3287
3291
|
default as XCircleIcon
|
|
3288
3292
|
} from '../icons/circle-x';
|
|
3289
|
-
// ClipboardPenLine aliases
|
|
3290
|
-
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3291
|
-
export {
|
|
3292
|
-
/** @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 */
|
|
3293
|
-
default as ClipboardSignatureIcon
|
|
3294
|
-
} from '../icons/clipboard-pen-line';
|
|
3295
3293
|
// ClipboardPen aliases
|
|
3296
3294
|
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3297
3295
|
export {
|
|
3298
3296
|
/** @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 */
|
|
3299
3297
|
default as ClipboardEditIcon
|
|
3300
3298
|
} from '../icons/clipboard-pen';
|
|
3299
|
+
// ClipboardPenLine aliases
|
|
3300
|
+
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3301
|
+
export {
|
|
3302
|
+
/** @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 */
|
|
3303
|
+
default as ClipboardSignatureIcon
|
|
3304
|
+
} from '../icons/clipboard-pen-line';
|
|
3301
3305
|
// CloudDownload aliases
|
|
3302
3306
|
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3303
3307
|
export {
|
|
3304
3308
|
/** @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 */
|
|
3305
3309
|
default as DownloadCloudIcon
|
|
3306
3310
|
} from '../icons/cloud-download';
|
|
3307
|
-
// CodeXml aliases
|
|
3308
|
-
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3309
|
-
export {
|
|
3310
|
-
/** @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 */
|
|
3311
|
-
default as Code2Icon
|
|
3312
|
-
} from '../icons/code-xml';
|
|
3313
3311
|
// CloudUpload aliases
|
|
3314
3312
|
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3315
3313
|
export {
|
|
3316
3314
|
/** @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 */
|
|
3317
3315
|
default as UploadCloudIcon
|
|
3318
3316
|
} from '../icons/cloud-upload';
|
|
3317
|
+
// CodeXml aliases
|
|
3318
|
+
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3319
|
+
export {
|
|
3320
|
+
/** @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 */
|
|
3321
|
+
default as Code2Icon
|
|
3322
|
+
} from '../icons/code-xml';
|
|
3319
3323
|
// Columns2 aliases
|
|
3320
3324
|
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3321
3325
|
export {
|
|
@@ -3344,30 +3348,30 @@ export {
|
|
|
3344
3348
|
/** @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 */
|
|
3345
3349
|
default as Contact2Icon
|
|
3346
3350
|
} from '../icons/contact-round';
|
|
3347
|
-
//
|
|
3348
|
-
export { default as
|
|
3351
|
+
// EllipsisVertical aliases
|
|
3352
|
+
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3349
3353
|
export {
|
|
3350
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3351
|
-
default as
|
|
3352
|
-
} from '../icons/
|
|
3354
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. This alias will be removed in v1.0 */
|
|
3355
|
+
default as MoreVerticalIcon
|
|
3356
|
+
} from '../icons/ellipsis-vertical';
|
|
3353
3357
|
// Earth aliases
|
|
3354
3358
|
export { default as EarthIcon } from '../icons/earth';
|
|
3355
3359
|
export {
|
|
3356
3360
|
/** @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 */
|
|
3357
3361
|
default as Globe2Icon
|
|
3358
3362
|
} from '../icons/earth';
|
|
3363
|
+
// DiamondPercent aliases
|
|
3364
|
+
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3365
|
+
export {
|
|
3366
|
+
/** @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 */
|
|
3367
|
+
default as PercentDiamondIcon
|
|
3368
|
+
} from '../icons/diamond-percent';
|
|
3359
3369
|
// Ellipsis aliases
|
|
3360
3370
|
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3361
3371
|
export {
|
|
3362
3372
|
/** @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 */
|
|
3363
3373
|
default as MoreHorizontalIcon
|
|
3364
3374
|
} from '../icons/ellipsis';
|
|
3365
|
-
// EllipsisVertical aliases
|
|
3366
|
-
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3367
|
-
export {
|
|
3368
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. This alias will be removed in v1.0 */
|
|
3369
|
-
default as MoreVerticalIcon
|
|
3370
|
-
} from '../icons/ellipsis-vertical';
|
|
3371
3375
|
// FileAxis3d aliases
|
|
3372
3376
|
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3373
3377
|
export {
|
|
@@ -3386,6 +3390,12 @@ export {
|
|
|
3386
3390
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. This alias will be removed in v1.0 */
|
|
3387
3391
|
default as FileJson2Icon
|
|
3388
3392
|
} from '../icons/file-braces-corner';
|
|
3393
|
+
// FileChartColumn aliases
|
|
3394
|
+
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3395
|
+
export {
|
|
3396
|
+
/** @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 */
|
|
3397
|
+
default as FileBarChart2Icon
|
|
3398
|
+
} from '../icons/file-chart-column';
|
|
3389
3399
|
// FileBraces aliases
|
|
3390
3400
|
export { default as FileBracesIcon } from '../icons/file-braces';
|
|
3391
3401
|
export {
|
|
@@ -3404,12 +3414,18 @@ export {
|
|
|
3404
3414
|
/** @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 */
|
|
3405
3415
|
default as FileLineChartIcon
|
|
3406
3416
|
} from '../icons/file-chart-line';
|
|
3407
|
-
//
|
|
3408
|
-
export { default as
|
|
3417
|
+
// FileCheckCorner aliases
|
|
3418
|
+
export { default as FileCheckCornerIcon } from '../icons/file-check-corner';
|
|
3409
3419
|
export {
|
|
3410
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3411
|
-
default as
|
|
3412
|
-
} from '../icons/file-
|
|
3420
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead. This alias will be removed in v1.0 */
|
|
3421
|
+
default as FileCheck2Icon
|
|
3422
|
+
} from '../icons/file-check-corner';
|
|
3423
|
+
// FileCodeCorner aliases
|
|
3424
|
+
export { default as FileCodeCornerIcon } from '../icons/file-code-corner';
|
|
3425
|
+
export {
|
|
3426
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. This alias will be removed in v1.0 */
|
|
3427
|
+
default as FileCode2Icon
|
|
3428
|
+
} from '../icons/file-code-corner';
|
|
3413
3429
|
// FileChartPie aliases
|
|
3414
3430
|
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3415
3431
|
export {
|
|
@@ -3422,18 +3438,6 @@ export {
|
|
|
3422
3438
|
/** @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 */
|
|
3423
3439
|
default as FileCog2Icon
|
|
3424
3440
|
} from '../icons/file-cog';
|
|
3425
|
-
// FileCheckCorner aliases
|
|
3426
|
-
export { default as FileCheckCornerIcon } from '../icons/file-check-corner';
|
|
3427
|
-
export {
|
|
3428
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead. This alias will be removed in v1.0 */
|
|
3429
|
-
default as FileCheck2Icon
|
|
3430
|
-
} from '../icons/file-check-corner';
|
|
3431
|
-
// FileCodeCorner aliases
|
|
3432
|
-
export { default as FileCodeCornerIcon } from '../icons/file-code-corner';
|
|
3433
|
-
export {
|
|
3434
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. This alias will be removed in v1.0 */
|
|
3435
|
-
default as FileCode2Icon
|
|
3436
|
-
} from '../icons/file-code-corner';
|
|
3437
3441
|
// FileExclamationPoint aliases
|
|
3438
3442
|
export { default as FileExclamationPointIcon } from '../icons/file-exclamation-point';
|
|
3439
3443
|
export {
|
|
@@ -3450,30 +3454,24 @@ export {
|
|
|
3450
3454
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
|
|
3451
3455
|
default as FileAudio2Icon
|
|
3452
3456
|
} from '../icons/file-headphone';
|
|
3453
|
-
// FileKey aliases
|
|
3454
|
-
export { default as FileKeyIcon } from '../icons/file-key';
|
|
3455
|
-
export {
|
|
3456
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. This alias will be removed in v1.0 */
|
|
3457
|
-
default as FileKey2Icon
|
|
3458
|
-
} from '../icons/file-key';
|
|
3459
3457
|
// FileLock aliases
|
|
3460
3458
|
export { default as FileLockIcon } from '../icons/file-lock';
|
|
3461
3459
|
export {
|
|
3462
3460
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. This alias will be removed in v1.0 */
|
|
3463
3461
|
default as FileLock2Icon
|
|
3464
3462
|
} from '../icons/file-lock';
|
|
3463
|
+
// FileKey aliases
|
|
3464
|
+
export { default as FileKeyIcon } from '../icons/file-key';
|
|
3465
|
+
export {
|
|
3466
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. This alias will be removed in v1.0 */
|
|
3467
|
+
default as FileKey2Icon
|
|
3468
|
+
} from '../icons/file-key';
|
|
3465
3469
|
// FileMinusCorner aliases
|
|
3466
3470
|
export { default as FileMinusCornerIcon } from '../icons/file-minus-corner';
|
|
3467
3471
|
export {
|
|
3468
3472
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. This alias will be removed in v1.0 */
|
|
3469
3473
|
default as FileMinus2Icon
|
|
3470
3474
|
} from '../icons/file-minus-corner';
|
|
3471
|
-
// FilePenLine aliases
|
|
3472
|
-
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3473
|
-
export {
|
|
3474
|
-
/** @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 */
|
|
3475
|
-
default as FileSignatureIcon
|
|
3476
|
-
} from '../icons/file-pen-line';
|
|
3477
3475
|
// FilePen aliases
|
|
3478
3476
|
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3479
3477
|
export {
|
|
@@ -3486,30 +3484,36 @@ export {
|
|
|
3486
3484
|
/** @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 */
|
|
3487
3485
|
default as FileVideoIcon
|
|
3488
3486
|
} from '../icons/file-play';
|
|
3489
|
-
//
|
|
3490
|
-
export { default as
|
|
3487
|
+
// FilePenLine aliases
|
|
3488
|
+
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3491
3489
|
export {
|
|
3492
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3493
|
-
default as
|
|
3494
|
-
} from '../icons/file-
|
|
3490
|
+
/** @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 */
|
|
3491
|
+
default as FileSignatureIcon
|
|
3492
|
+
} from '../icons/file-pen-line';
|
|
3495
3493
|
// FilePlusCorner aliases
|
|
3496
3494
|
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3497
3495
|
export {
|
|
3498
3496
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. This alias will be removed in v1.0 */
|
|
3499
3497
|
default as FilePlus2Icon
|
|
3500
3498
|
} from '../icons/file-plus-corner';
|
|
3501
|
-
//
|
|
3502
|
-
export { default as
|
|
3499
|
+
// FileQuestionMark aliases
|
|
3500
|
+
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3503
3501
|
export {
|
|
3504
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3505
|
-
default as
|
|
3506
|
-
} from '../icons/file-
|
|
3502
|
+
/** @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 */
|
|
3503
|
+
default as FileQuestionIcon
|
|
3504
|
+
} from '../icons/file-question-mark';
|
|
3507
3505
|
// FileSignal aliases
|
|
3508
3506
|
export { default as FileSignalIcon } from '../icons/file-signal';
|
|
3509
3507
|
export {
|
|
3510
3508
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. This alias will be removed in v1.0 */
|
|
3511
3509
|
default as FileVolume2Icon
|
|
3512
3510
|
} from '../icons/file-signal';
|
|
3511
|
+
// FileSearchCorner aliases
|
|
3512
|
+
export { default as FileSearchCornerIcon } from '../icons/file-search-corner';
|
|
3513
|
+
export {
|
|
3514
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. This alias will be removed in v1.0 */
|
|
3515
|
+
default as FileSearch2Icon
|
|
3516
|
+
} from '../icons/file-search-corner';
|
|
3513
3517
|
// FileTypeCorner aliases
|
|
3514
3518
|
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3515
3519
|
export {
|
|
@@ -3522,30 +3526,36 @@ export {
|
|
|
3522
3526
|
/** @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 */
|
|
3523
3527
|
default as FileVideo2Icon
|
|
3524
3528
|
} from '../icons/file-video-camera';
|
|
3529
|
+
// FolderCog aliases
|
|
3530
|
+
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3531
|
+
export {
|
|
3532
|
+
/** @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 */
|
|
3533
|
+
default as FolderCog2Icon
|
|
3534
|
+
} from '../icons/folder-cog';
|
|
3525
3535
|
// FileXCorner aliases
|
|
3526
3536
|
export { default as FileXCornerIcon } from '../icons/file-x-corner';
|
|
3527
3537
|
export {
|
|
3528
3538
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. This alias will be removed in v1.0 */
|
|
3529
3539
|
default as FileX2Icon
|
|
3530
3540
|
} from '../icons/file-x-corner';
|
|
3541
|
+
// FolderPen aliases
|
|
3542
|
+
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3543
|
+
export {
|
|
3544
|
+
/** @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 */
|
|
3545
|
+
default as FolderEditIcon
|
|
3546
|
+
} from '../icons/folder-pen';
|
|
3531
3547
|
// FingerprintPattern aliases
|
|
3532
3548
|
export { default as FingerprintPatternIcon } from '../icons/fingerprint-pattern';
|
|
3533
3549
|
export {
|
|
3534
3550
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. This alias will be removed in v1.0 */
|
|
3535
3551
|
default as FingerprintIcon
|
|
3536
3552
|
} from '../icons/fingerprint-pattern';
|
|
3537
|
-
//
|
|
3538
|
-
export { default as
|
|
3539
|
-
export {
|
|
3540
|
-
/** @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 */
|
|
3541
|
-
default as FolderCog2Icon
|
|
3542
|
-
} from '../icons/folder-cog';
|
|
3543
|
-
// FolderPen aliases
|
|
3544
|
-
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3553
|
+
// Funnel aliases
|
|
3554
|
+
export { default as FunnelIcon } from '../icons/funnel';
|
|
3545
3555
|
export {
|
|
3546
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3547
|
-
default as
|
|
3548
|
-
} from '../icons/
|
|
3556
|
+
/** @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 */
|
|
3557
|
+
default as FilterIcon
|
|
3558
|
+
} from '../icons/funnel';
|
|
3549
3559
|
// FunnelX aliases
|
|
3550
3560
|
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3551
3561
|
export {
|
|
@@ -3558,12 +3568,6 @@ export {
|
|
|
3558
3568
|
/** @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 */
|
|
3559
3569
|
default as GitCommitIcon
|
|
3560
3570
|
} from '../icons/git-commit-horizontal';
|
|
3561
|
-
// Funnel aliases
|
|
3562
|
-
export { default as FunnelIcon } from '../icons/funnel';
|
|
3563
|
-
export {
|
|
3564
|
-
/** @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 */
|
|
3565
|
-
default as FilterIcon
|
|
3566
|
-
} from '../icons/funnel';
|
|
3567
3571
|
// Grid2x2Check aliases
|
|
3568
3572
|
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3569
3573
|
export {
|
|
@@ -3592,18 +3596,18 @@ export {
|
|
|
3592
3596
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. This alias will be removed in v1.0 */
|
|
3593
3597
|
default as Grid3X3Icon
|
|
3594
3598
|
} from '../icons/grid-3x3';
|
|
3595
|
-
// Grid2x2 aliases
|
|
3596
|
-
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3597
|
-
export {
|
|
3598
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. This alias will be removed in v1.0 */
|
|
3599
|
-
default as Grid2X2Icon
|
|
3600
|
-
} from '../icons/grid-2x2';
|
|
3601
3599
|
// HandGrab aliases
|
|
3602
3600
|
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3603
3601
|
export {
|
|
3604
3602
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. This alias will be removed in v1.0 */
|
|
3605
3603
|
default as GrabIcon
|
|
3606
3604
|
} from '../icons/hand-grab';
|
|
3605
|
+
// Grid2x2 aliases
|
|
3606
|
+
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3607
|
+
export {
|
|
3608
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. This alias will be removed in v1.0 */
|
|
3609
|
+
default as Grid2X2Icon
|
|
3610
|
+
} from '../icons/grid-2x2';
|
|
3607
3611
|
// HandHelping aliases
|
|
3608
3612
|
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3609
3613
|
export {
|
|
@@ -3622,18 +3626,24 @@ export {
|
|
|
3622
3626
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. This alias will be removed in v1.0 */
|
|
3623
3627
|
default as IceCream2Icon
|
|
3624
3628
|
} from '../icons/ice-cream-bowl';
|
|
3629
|
+
// IceCreamCone aliases
|
|
3630
|
+
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3631
|
+
export {
|
|
3632
|
+
/** @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 */
|
|
3633
|
+
default as IceCreamIcon
|
|
3634
|
+
} from '../icons/ice-cream-cone';
|
|
3625
3635
|
// LaptopMinimal aliases
|
|
3626
3636
|
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3627
3637
|
export {
|
|
3628
3638
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. This alias will be removed in v1.0 */
|
|
3629
3639
|
default as Laptop2Icon
|
|
3630
3640
|
} from '../icons/laptop-minimal';
|
|
3631
|
-
//
|
|
3632
|
-
export { default as
|
|
3641
|
+
// Layers aliases
|
|
3642
|
+
export { default as LayersIcon } from '../icons/layers';
|
|
3633
3643
|
export {
|
|
3634
|
-
/** @deprecated The
|
|
3635
|
-
default as
|
|
3636
|
-
} from '../icons/
|
|
3644
|
+
/** @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 */
|
|
3645
|
+
default as Layers3Icon
|
|
3646
|
+
} from '../icons/layers';
|
|
3637
3647
|
// ListIndentDecrease aliases
|
|
3638
3648
|
export { default as ListIndentDecreaseIcon } from '../icons/list-indent-decrease';
|
|
3639
3649
|
export {
|
|
@@ -3644,12 +3654,6 @@ export {
|
|
|
3644
3654
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. This alias will be removed in v1.0 */
|
|
3645
3655
|
default as IndentDecreaseIcon
|
|
3646
3656
|
} from '../icons/list-indent-decrease';
|
|
3647
|
-
// Layers aliases
|
|
3648
|
-
export { default as LayersIcon } from '../icons/layers';
|
|
3649
|
-
export {
|
|
3650
|
-
/** @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 */
|
|
3651
|
-
default as Layers3Icon
|
|
3652
|
-
} from '../icons/layers';
|
|
3653
3657
|
// ListIndentIncrease aliases
|
|
3654
3658
|
export { default as ListIndentIncreaseIcon } from '../icons/list-indent-increase';
|
|
3655
3659
|
export {
|
|
@@ -3690,18 +3694,18 @@ export {
|
|
|
3690
3694
|
/** @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 */
|
|
3691
3695
|
default as LocationEditIcon
|
|
3692
3696
|
} from '../icons/map-pin-pen';
|
|
3693
|
-
// MessageCircleQuestionMark aliases
|
|
3694
|
-
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3695
|
-
export {
|
|
3696
|
-
/** @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 */
|
|
3697
|
-
default as MessageCircleQuestionIcon
|
|
3698
|
-
} from '../icons/message-circle-question-mark';
|
|
3699
3697
|
// MicVocal aliases
|
|
3700
3698
|
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3701
3699
|
export {
|
|
3702
3700
|
/** @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 */
|
|
3703
3701
|
default as Mic2Icon
|
|
3704
3702
|
} from '../icons/mic-vocal';
|
|
3703
|
+
// MessageCircleQuestionMark aliases
|
|
3704
|
+
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3705
|
+
export {
|
|
3706
|
+
/** @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 */
|
|
3707
|
+
default as MessageCircleQuestionIcon
|
|
3708
|
+
} from '../icons/message-circle-question-mark';
|
|
3705
3709
|
// Move3d aliases
|
|
3706
3710
|
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3707
3711
|
export {
|
|
@@ -3732,60 +3736,54 @@ export {
|
|
|
3732
3736
|
/** @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 */
|
|
3733
3737
|
default as Paintbrush2Icon
|
|
3734
3738
|
} from '../icons/paintbrush-vertical';
|
|
3735
|
-
// PanelLeftClose aliases
|
|
3736
|
-
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3737
|
-
export {
|
|
3738
|
-
/** @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 */
|
|
3739
|
-
default as SidebarCloseIcon
|
|
3740
|
-
} from '../icons/panel-left-close';
|
|
3741
|
-
// PanelLeftDashed aliases
|
|
3742
|
-
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3743
|
-
export {
|
|
3744
|
-
/** @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 */
|
|
3745
|
-
default as PanelLeftInactiveIcon
|
|
3746
|
-
} from '../icons/panel-left-dashed';
|
|
3747
3739
|
// PanelBottomDashed aliases
|
|
3748
3740
|
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3749
3741
|
export {
|
|
3750
3742
|
/** @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 */
|
|
3751
3743
|
default as PanelBottomInactiveIcon
|
|
3752
3744
|
} from '../icons/panel-bottom-dashed';
|
|
3753
|
-
//
|
|
3754
|
-
export { default as
|
|
3745
|
+
// PanelLeftClose aliases
|
|
3746
|
+
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3755
3747
|
export {
|
|
3756
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3757
|
-
default as
|
|
3758
|
-
} from '../icons/panel-left-
|
|
3748
|
+
/** @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 */
|
|
3749
|
+
default as SidebarCloseIcon
|
|
3750
|
+
} from '../icons/panel-left-close';
|
|
3759
3751
|
// PanelLeft aliases
|
|
3760
3752
|
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3761
3753
|
export {
|
|
3762
3754
|
/** @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 */
|
|
3763
3755
|
default as SidebarIcon
|
|
3764
3756
|
} from '../icons/panel-left';
|
|
3757
|
+
// PanelLeftDashed aliases
|
|
3758
|
+
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3759
|
+
export {
|
|
3760
|
+
/** @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 */
|
|
3761
|
+
default as PanelLeftInactiveIcon
|
|
3762
|
+
} from '../icons/panel-left-dashed';
|
|
3765
3763
|
// PanelRightDashed aliases
|
|
3766
3764
|
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3767
3765
|
export {
|
|
3768
3766
|
/** @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 */
|
|
3769
3767
|
default as PanelRightInactiveIcon
|
|
3770
3768
|
} from '../icons/panel-right-dashed';
|
|
3771
|
-
//
|
|
3772
|
-
export { default as
|
|
3769
|
+
// PanelLeftOpen aliases
|
|
3770
|
+
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3773
3771
|
export {
|
|
3774
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3775
|
-
default as
|
|
3776
|
-
} from '../icons/
|
|
3772
|
+
/** @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 */
|
|
3773
|
+
default as SidebarOpenIcon
|
|
3774
|
+
} from '../icons/panel-left-open';
|
|
3777
3775
|
// PanelTopDashed aliases
|
|
3778
3776
|
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3779
3777
|
export {
|
|
3780
3778
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. This alias will be removed in v1.0 */
|
|
3781
3779
|
default as PanelTopInactiveIcon
|
|
3782
3780
|
} from '../icons/panel-top-dashed';
|
|
3783
|
-
//
|
|
3784
|
-
export { default as
|
|
3781
|
+
// PanelsTopLeft aliases
|
|
3782
|
+
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3785
3783
|
export {
|
|
3786
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3787
|
-
default as
|
|
3788
|
-
} from '../icons/
|
|
3784
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. This alias will be removed in v1.0 */
|
|
3785
|
+
default as LayoutIcon
|
|
3786
|
+
} from '../icons/panels-top-left';
|
|
3789
3787
|
// PenLine aliases
|
|
3790
3788
|
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3791
3789
|
export {
|
|
@@ -3798,30 +3796,30 @@ export {
|
|
|
3798
3796
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. This alias will be removed in v1.0 */
|
|
3799
3797
|
default as Edit2Icon
|
|
3800
3798
|
} from '../icons/pen';
|
|
3801
|
-
//
|
|
3802
|
-
export { default as
|
|
3799
|
+
// PlugZap aliases
|
|
3800
|
+
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3803
3801
|
export {
|
|
3804
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3805
|
-
default as
|
|
3806
|
-
} from '../icons/
|
|
3802
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
|
|
3803
|
+
default as PlugZap2Icon
|
|
3804
|
+
} from '../icons/plug-zap';
|
|
3807
3805
|
// RectangleEllipsis aliases
|
|
3808
3806
|
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3809
3807
|
export {
|
|
3810
3808
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. This alias will be removed in v1.0 */
|
|
3811
3809
|
default as FormInputIcon
|
|
3812
3810
|
} from '../icons/rectangle-ellipsis';
|
|
3811
|
+
// Rotate3d aliases
|
|
3812
|
+
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3813
|
+
export {
|
|
3814
|
+
/** @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 */
|
|
3815
|
+
default as Rotate3DIcon
|
|
3816
|
+
} from '../icons/rotate-3d';
|
|
3813
3817
|
// Rows2 aliases
|
|
3814
3818
|
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3815
3819
|
export {
|
|
3816
3820
|
/** @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 */
|
|
3817
3821
|
default as RowsIcon
|
|
3818
3822
|
} from '../icons/rows-2';
|
|
3819
|
-
// Rows3 aliases
|
|
3820
|
-
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3821
|
-
export {
|
|
3822
|
-
/** @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 */
|
|
3823
|
-
default as PanelsTopBottomIcon
|
|
3824
|
-
} from '../icons/rows-3';
|
|
3825
3823
|
// Scale3d aliases
|
|
3826
3824
|
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3827
3825
|
export {
|
|
@@ -3834,6 +3832,12 @@ export {
|
|
|
3834
3832
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3835
3833
|
default as SendHorizonalIcon
|
|
3836
3834
|
} from '../icons/send-horizontal';
|
|
3835
|
+
// Rows3 aliases
|
|
3836
|
+
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3837
|
+
export {
|
|
3838
|
+
/** @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 */
|
|
3839
|
+
default as PanelsTopBottomIcon
|
|
3840
|
+
} from '../icons/rows-3';
|
|
3837
3841
|
// ShieldQuestionMark aliases
|
|
3838
3842
|
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
3839
3843
|
export {
|
|
@@ -3846,12 +3850,6 @@ export {
|
|
|
3846
3850
|
/** @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 */
|
|
3847
3851
|
default as ShieldCloseIcon
|
|
3848
3852
|
} from '../icons/shield-x';
|
|
3849
|
-
// Sparkles aliases
|
|
3850
|
-
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3851
|
-
export {
|
|
3852
|
-
/** @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 */
|
|
3853
|
-
default as StarsIcon
|
|
3854
|
-
} from '../icons/sparkles';
|
|
3855
3853
|
// SlidersVertical aliases
|
|
3856
3854
|
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3857
3855
|
export {
|
|
@@ -3864,6 +3862,12 @@ export {
|
|
|
3864
3862
|
/** @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 */
|
|
3865
3863
|
default as ActivitySquareIcon
|
|
3866
3864
|
} from '../icons/square-activity';
|
|
3865
|
+
// Sparkles aliases
|
|
3866
|
+
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3867
|
+
export {
|
|
3868
|
+
/** @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 */
|
|
3869
|
+
default as StarsIcon
|
|
3870
|
+
} from '../icons/sparkles';
|
|
3867
3871
|
// SquareArrowDownLeft aliases
|
|
3868
3872
|
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3869
3873
|
export {
|
|
@@ -3882,6 +3886,12 @@ export {
|
|
|
3882
3886
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. This alias will be removed in v1.0 */
|
|
3883
3887
|
default as ArrowDownSquareIcon
|
|
3884
3888
|
} from '../icons/square-arrow-down';
|
|
3889
|
+
// SquareArrowOutDownLeft aliases
|
|
3890
|
+
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3891
|
+
export {
|
|
3892
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3893
|
+
default as ArrowDownLeftFromSquareIcon
|
|
3894
|
+
} from '../icons/square-arrow-out-down-left';
|
|
3885
3895
|
// SquareArrowLeft aliases
|
|
3886
3896
|
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3887
3897
|
export {
|
|
@@ -3894,12 +3904,6 @@ export {
|
|
|
3894
3904
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3895
3905
|
default as ArrowDownRightFromSquareIcon
|
|
3896
3906
|
} from '../icons/square-arrow-out-down-right';
|
|
3897
|
-
// SquareArrowOutDownLeft aliases
|
|
3898
|
-
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3899
|
-
export {
|
|
3900
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3901
|
-
default as ArrowDownLeftFromSquareIcon
|
|
3902
|
-
} from '../icons/square-arrow-out-down-left';
|
|
3903
3907
|
// SquareArrowOutUpLeft aliases
|
|
3904
3908
|
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
3905
3909
|
export {
|
|
@@ -3924,6 +3928,12 @@ export {
|
|
|
3924
3928
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. This alias will be removed in v1.0 */
|
|
3925
3929
|
default as ArrowUpLeftSquareIcon
|
|
3926
3930
|
} from '../icons/square-arrow-up-left';
|
|
3931
|
+
// SquareArrowUpRight aliases
|
|
3932
|
+
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3933
|
+
export {
|
|
3934
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. This alias will be removed in v1.0 */
|
|
3935
|
+
default as ArrowUpRightSquareIcon
|
|
3936
|
+
} from '../icons/square-arrow-up-right';
|
|
3927
3937
|
// SquareAsterisk aliases
|
|
3928
3938
|
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3929
3939
|
export {
|
|
@@ -3936,18 +3946,6 @@ export {
|
|
|
3936
3946
|
/** @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 */
|
|
3937
3947
|
default as ArrowUpSquareIcon
|
|
3938
3948
|
} from '../icons/square-arrow-up';
|
|
3939
|
-
// SquareArrowUpRight aliases
|
|
3940
|
-
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3941
|
-
export {
|
|
3942
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. This alias will be removed in v1.0 */
|
|
3943
|
-
default as ArrowUpRightSquareIcon
|
|
3944
|
-
} from '../icons/square-arrow-up-right';
|
|
3945
|
-
// SquareCenterlineDashedHorizontal aliases
|
|
3946
|
-
export { default as SquareCenterlineDashedHorizontalIcon } from '../icons/square-centerline-dashed-horizontal';
|
|
3947
|
-
export {
|
|
3948
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedHorizontal} instead. This alias will be removed in v1.0 */
|
|
3949
|
-
default as FlipHorizontalIcon
|
|
3950
|
-
} from '../icons/square-centerline-dashed-horizontal';
|
|
3951
3949
|
// SquareBottomDashedScissors aliases
|
|
3952
3950
|
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3953
3951
|
export {
|
|
@@ -3960,12 +3958,12 @@ export {
|
|
|
3960
3958
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. This alias will be removed in v1.0 */
|
|
3961
3959
|
default as FlipVerticalIcon
|
|
3962
3960
|
} from '../icons/square-centerline-dashed-vertical';
|
|
3963
|
-
//
|
|
3964
|
-
export { default as
|
|
3961
|
+
// SquareCenterlineDashedHorizontal aliases
|
|
3962
|
+
export { default as SquareCenterlineDashedHorizontalIcon } from '../icons/square-centerline-dashed-horizontal';
|
|
3965
3963
|
export {
|
|
3966
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3967
|
-
default as
|
|
3968
|
-
} from '../icons/square-
|
|
3964
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedHorizontal} instead. This alias will be removed in v1.0 */
|
|
3965
|
+
default as FlipHorizontalIcon
|
|
3966
|
+
} from '../icons/square-centerline-dashed-horizontal';
|
|
3969
3967
|
// SquareChartGantt aliases
|
|
3970
3968
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
3971
3969
|
export {
|
|
@@ -3976,6 +3974,12 @@ export {
|
|
|
3976
3974
|
/** @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 */
|
|
3977
3975
|
default as SquareGanttChartIcon
|
|
3978
3976
|
} from '../icons/square-chart-gantt';
|
|
3977
|
+
// SquareCheck aliases
|
|
3978
|
+
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3979
|
+
export {
|
|
3980
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. This alias will be removed in v1.0 */
|
|
3981
|
+
default as CheckSquare2Icon
|
|
3982
|
+
} from '../icons/square-check';
|
|
3979
3983
|
// SquareCheckBig aliases
|
|
3980
3984
|
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3981
3985
|
export {
|
|
@@ -4012,18 +4016,18 @@ export {
|
|
|
4012
4016
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. This alias will be removed in v1.0 */
|
|
4013
4017
|
default as CodeSquareIcon
|
|
4014
4018
|
} from '../icons/square-code';
|
|
4015
|
-
// SquareDashedKanban aliases
|
|
4016
|
-
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
4017
|
-
export {
|
|
4018
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. This alias will be removed in v1.0 */
|
|
4019
|
-
default as KanbanSquareDashedIcon
|
|
4020
|
-
} from '../icons/square-dashed-kanban';
|
|
4021
4019
|
// SquareDashedMousePointer aliases
|
|
4022
4020
|
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
4023
4021
|
export {
|
|
4024
4022
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. This alias will be removed in v1.0 */
|
|
4025
4023
|
default as MousePointerSquareDashedIcon
|
|
4026
4024
|
} from '../icons/square-dashed-mouse-pointer';
|
|
4025
|
+
// SquareDashedKanban aliases
|
|
4026
|
+
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
4027
|
+
export {
|
|
4028
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. This alias will be removed in v1.0 */
|
|
4029
|
+
default as KanbanSquareDashedIcon
|
|
4030
|
+
} from '../icons/square-dashed-kanban';
|
|
4027
4031
|
// SquareDashed aliases
|
|
4028
4032
|
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
4029
4033
|
export {
|
|
@@ -4066,42 +4070,48 @@ export {
|
|
|
4066
4070
|
/** @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 */
|
|
4067
4071
|
default as MSquareIcon
|
|
4068
4072
|
} from '../icons/square-m';
|
|
4069
|
-
// SquareLibrary aliases
|
|
4070
|
-
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
4071
|
-
export {
|
|
4072
|
-
/** @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 */
|
|
4073
|
-
default as LibrarySquareIcon
|
|
4074
|
-
} from '../icons/square-library';
|
|
4075
|
-
// SquareMenu aliases
|
|
4076
|
-
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
4077
|
-
export {
|
|
4078
|
-
/** @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 */
|
|
4079
|
-
default as MenuSquareIcon
|
|
4080
|
-
} from '../icons/square-menu';
|
|
4081
4073
|
// SquareMinus aliases
|
|
4082
4074
|
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
4083
4075
|
export {
|
|
4084
4076
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. This alias will be removed in v1.0 */
|
|
4085
4077
|
default as MinusSquareIcon
|
|
4086
4078
|
} from '../icons/square-minus';
|
|
4079
|
+
// SquareParkingOff aliases
|
|
4080
|
+
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
4081
|
+
export {
|
|
4082
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. This alias will be removed in v1.0 */
|
|
4083
|
+
default as ParkingSquareOffIcon
|
|
4084
|
+
} from '../icons/square-parking-off';
|
|
4085
|
+
// SquareLibrary aliases
|
|
4086
|
+
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
4087
|
+
export {
|
|
4088
|
+
/** @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 */
|
|
4089
|
+
default as LibrarySquareIcon
|
|
4090
|
+
} from '../icons/square-library';
|
|
4087
4091
|
// SquareMousePointer aliases
|
|
4088
4092
|
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
4089
4093
|
export {
|
|
4090
4094
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. This alias will be removed in v1.0 */
|
|
4091
4095
|
default as InspectIcon
|
|
4092
4096
|
} from '../icons/square-mouse-pointer';
|
|
4093
|
-
//
|
|
4094
|
-
export { default as
|
|
4097
|
+
// SquareMenu aliases
|
|
4098
|
+
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
4095
4099
|
export {
|
|
4096
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4097
|
-
default as
|
|
4098
|
-
} from '../icons/square-
|
|
4100
|
+
/** @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 */
|
|
4101
|
+
default as MenuSquareIcon
|
|
4102
|
+
} from '../icons/square-menu';
|
|
4099
4103
|
// SquareParking aliases
|
|
4100
4104
|
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
4101
4105
|
export {
|
|
4102
4106
|
/** @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 */
|
|
4103
4107
|
default as ParkingSquareIcon
|
|
4104
4108
|
} from '../icons/square-parking';
|
|
4109
|
+
// SquarePercent aliases
|
|
4110
|
+
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
4111
|
+
export {
|
|
4112
|
+
/** @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 */
|
|
4113
|
+
default as PercentSquareIcon
|
|
4114
|
+
} from '../icons/square-percent';
|
|
4105
4115
|
// SquarePen aliases
|
|
4106
4116
|
export { default as SquarePenIcon } from '../icons/square-pen';
|
|
4107
4117
|
export {
|
|
@@ -4116,24 +4126,24 @@ export {
|
|
|
4116
4126
|
/** @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 */
|
|
4117
4127
|
default as PenSquareIcon
|
|
4118
4128
|
} from '../icons/square-pen';
|
|
4129
|
+
// SquarePilcrow aliases
|
|
4130
|
+
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4131
|
+
export {
|
|
4132
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. This alias will be removed in v1.0 */
|
|
4133
|
+
default as PilcrowSquareIcon
|
|
4134
|
+
} from '../icons/square-pilcrow';
|
|
4119
4135
|
// SquarePi aliases
|
|
4120
4136
|
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4121
4137
|
export {
|
|
4122
4138
|
/** @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 */
|
|
4123
4139
|
default as PiSquareIcon
|
|
4124
4140
|
} from '../icons/square-pi';
|
|
4125
|
-
//
|
|
4126
|
-
export { default as
|
|
4127
|
-
export {
|
|
4128
|
-
/** @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 */
|
|
4129
|
-
default as PercentSquareIcon
|
|
4130
|
-
} from '../icons/square-percent';
|
|
4131
|
-
// SquarePilcrow aliases
|
|
4132
|
-
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4141
|
+
// SquarePower aliases
|
|
4142
|
+
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
4133
4143
|
export {
|
|
4134
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4135
|
-
default as
|
|
4136
|
-
} from '../icons/square-
|
|
4144
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. This alias will be removed in v1.0 */
|
|
4145
|
+
default as PowerSquareIcon
|
|
4146
|
+
} from '../icons/square-power';
|
|
4137
4147
|
// SquarePlay aliases
|
|
4138
4148
|
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
4139
4149
|
export {
|
|
@@ -4146,12 +4156,6 @@ export {
|
|
|
4146
4156
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. This alias will be removed in v1.0 */
|
|
4147
4157
|
default as PlusSquareIcon
|
|
4148
4158
|
} from '../icons/square-plus';
|
|
4149
|
-
// SquarePower aliases
|
|
4150
|
-
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
4151
|
-
export {
|
|
4152
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. This alias will be removed in v1.0 */
|
|
4153
|
-
default as PowerSquareIcon
|
|
4154
|
-
} from '../icons/square-power';
|
|
4155
4159
|
// SquareScissors aliases
|
|
4156
4160
|
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4157
4161
|
export {
|
|
@@ -4176,6 +4180,12 @@ export {
|
|
|
4176
4180
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. This alias will be removed in v1.0 */
|
|
4177
4181
|
default as SplitSquareHorizontalIcon
|
|
4178
4182
|
} from '../icons/square-split-horizontal';
|
|
4183
|
+
// SquareTerminal aliases
|
|
4184
|
+
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
4185
|
+
export {
|
|
4186
|
+
/** @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 */
|
|
4187
|
+
default as TerminalSquareIcon
|
|
4188
|
+
} from '../icons/square-terminal';
|
|
4179
4189
|
// SquareSplitVertical aliases
|
|
4180
4190
|
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
4181
4191
|
export {
|
|
@@ -4194,30 +4204,30 @@ export {
|
|
|
4194
4204
|
/** @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 */
|
|
4195
4205
|
default as UserSquareIcon
|
|
4196
4206
|
} from '../icons/square-user';
|
|
4197
|
-
//
|
|
4198
|
-
export { default as
|
|
4199
|
-
export {
|
|
4200
|
-
/** @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 */
|
|
4201
|
-
default as TestTube2Icon
|
|
4202
|
-
} from '../icons/test-tube-diagonal';
|
|
4203
|
-
// SquareTerminal aliases
|
|
4204
|
-
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
4207
|
+
// SquareX aliases
|
|
4208
|
+
export { default as SquareXIcon } from '../icons/square-x';
|
|
4205
4209
|
export {
|
|
4206
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4207
|
-
default as
|
|
4208
|
-
} from '../icons/square-
|
|
4210
|
+
/** @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 */
|
|
4211
|
+
default as XSquareIcon
|
|
4212
|
+
} from '../icons/square-x';
|
|
4209
4213
|
// TextAlignCenter aliases
|
|
4210
4214
|
export { default as TextAlignCenterIcon } from '../icons/text-align-center';
|
|
4211
4215
|
export {
|
|
4212
4216
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. This alias will be removed in v1.0 */
|
|
4213
4217
|
default as AlignCenterIcon
|
|
4214
4218
|
} from '../icons/text-align-center';
|
|
4215
|
-
//
|
|
4216
|
-
export { default as
|
|
4219
|
+
// TestTubeDiagonal aliases
|
|
4220
|
+
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
4217
4221
|
export {
|
|
4218
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4219
|
-
default as
|
|
4220
|
-
} from '../icons/
|
|
4222
|
+
/** @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 */
|
|
4223
|
+
default as TestTube2Icon
|
|
4224
|
+
} from '../icons/test-tube-diagonal';
|
|
4225
|
+
// TextAlignJustify aliases
|
|
4226
|
+
export { default as TextAlignJustifyIcon } from '../icons/text-align-justify';
|
|
4227
|
+
export {
|
|
4228
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. This alias will be removed in v1.0 */
|
|
4229
|
+
default as AlignJustifyIcon
|
|
4230
|
+
} from '../icons/text-align-justify';
|
|
4221
4231
|
// TextAlignEnd aliases
|
|
4222
4232
|
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4223
4233
|
export {
|
|
@@ -4234,12 +4244,18 @@ export {
|
|
|
4234
4244
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignStart} instead. This alias will be removed in v1.0 */
|
|
4235
4245
|
default as AlignLeftIcon
|
|
4236
4246
|
} from '../icons/text-align-start';
|
|
4237
|
-
//
|
|
4238
|
-
export { default as
|
|
4247
|
+
// TextWrap aliases
|
|
4248
|
+
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4239
4249
|
export {
|
|
4240
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4241
|
-
default as
|
|
4242
|
-
} from '../icons/text-
|
|
4250
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. This alias will be removed in v1.0 */
|
|
4251
|
+
default as WrapTextIcon
|
|
4252
|
+
} from '../icons/text-wrap';
|
|
4253
|
+
// TramFront aliases
|
|
4254
|
+
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4255
|
+
export {
|
|
4256
|
+
/** @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 */
|
|
4257
|
+
default as TrainIcon
|
|
4258
|
+
} from '../icons/tram-front';
|
|
4243
4259
|
// TextInitial aliases
|
|
4244
4260
|
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4245
4261
|
export {
|
|
@@ -4252,48 +4268,36 @@ export {
|
|
|
4252
4268
|
/** @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 */
|
|
4253
4269
|
default as TextSelectionIcon
|
|
4254
4270
|
} from '../icons/text-select';
|
|
4255
|
-
// TextWrap aliases
|
|
4256
|
-
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4257
|
-
export {
|
|
4258
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. This alias will be removed in v1.0 */
|
|
4259
|
-
default as WrapTextIcon
|
|
4260
|
-
} from '../icons/text-wrap';
|
|
4261
|
-
// TramFront aliases
|
|
4262
|
-
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4263
|
-
export {
|
|
4264
|
-
/** @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 */
|
|
4265
|
-
default as TrainIcon
|
|
4266
|
-
} from '../icons/tram-front';
|
|
4267
4271
|
// TreePalm aliases
|
|
4268
4272
|
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4269
4273
|
export {
|
|
4270
4274
|
/** @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 */
|
|
4271
4275
|
default as PalmtreeIcon
|
|
4272
4276
|
} from '../icons/tree-palm';
|
|
4273
|
-
// TriangleAlert aliases
|
|
4274
|
-
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4275
|
-
export {
|
|
4276
|
-
/** @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 */
|
|
4277
|
-
default as AlertTriangleIcon
|
|
4278
|
-
} from '../icons/triangle-alert';
|
|
4279
4277
|
// TvMinimal aliases
|
|
4280
4278
|
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4281
4279
|
export {
|
|
4282
4280
|
/** @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 */
|
|
4283
4281
|
default as Tv2Icon
|
|
4284
4282
|
} from '../icons/tv-minimal';
|
|
4285
|
-
//
|
|
4286
|
-
export { default as
|
|
4283
|
+
// TriangleAlert aliases
|
|
4284
|
+
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4287
4285
|
export {
|
|
4288
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4289
|
-
default as
|
|
4290
|
-
} from '../icons/
|
|
4286
|
+
/** @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 */
|
|
4287
|
+
default as AlertTriangleIcon
|
|
4288
|
+
} from '../icons/triangle-alert';
|
|
4291
4289
|
// UserRoundCheck aliases
|
|
4292
4290
|
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
4293
4291
|
export {
|
|
4294
4292
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. This alias will be removed in v1.0 */
|
|
4295
4293
|
default as UserCheck2Icon
|
|
4296
4294
|
} from '../icons/user-round-check';
|
|
4295
|
+
// University aliases
|
|
4296
|
+
export { default as UniversityIcon } from '../icons/university';
|
|
4297
|
+
export {
|
|
4298
|
+
/** @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 */
|
|
4299
|
+
default as School2Icon
|
|
4300
|
+
} from '../icons/university';
|
|
4297
4301
|
// UserRoundCog aliases
|
|
4298
4302
|
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
4299
4303
|
export {
|
|
@@ -4318,30 +4322,30 @@ export {
|
|
|
4318
4322
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. This alias will be removed in v1.0 */
|
|
4319
4323
|
default as UserPlus2Icon
|
|
4320
4324
|
} from '../icons/user-round-plus';
|
|
4321
|
-
// UsersRound aliases
|
|
4322
|
-
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4323
|
-
export {
|
|
4324
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. This alias will be removed in v1.0 */
|
|
4325
|
-
default as Users2Icon
|
|
4326
|
-
} from '../icons/users-round';
|
|
4327
4325
|
// UserRound aliases
|
|
4328
4326
|
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4329
4327
|
export {
|
|
4330
4328
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. This alias will be removed in v1.0 */
|
|
4331
4329
|
default as User2Icon
|
|
4332
4330
|
} from '../icons/user-round';
|
|
4333
|
-
// UtensilsCrossed aliases
|
|
4334
|
-
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4335
|
-
export {
|
|
4336
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. This alias will be removed in v1.0 */
|
|
4337
|
-
default as ForkKnifeCrossedIcon
|
|
4338
|
-
} from '../icons/utensils-crossed';
|
|
4339
4331
|
// Utensils aliases
|
|
4340
4332
|
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4341
4333
|
export {
|
|
4342
4334
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. This alias will be removed in v1.0 */
|
|
4343
4335
|
default as ForkKnifeIcon
|
|
4344
4336
|
} from '../icons/utensils';
|
|
4337
|
+
// UsersRound aliases
|
|
4338
|
+
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4339
|
+
export {
|
|
4340
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. This alias will be removed in v1.0 */
|
|
4341
|
+
default as Users2Icon
|
|
4342
|
+
} from '../icons/users-round';
|
|
4343
|
+
// UtensilsCrossed aliases
|
|
4344
|
+
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4345
|
+
export {
|
|
4346
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. This alias will be removed in v1.0 */
|
|
4347
|
+
default as ForkKnifeCrossedIcon
|
|
4348
|
+
} from '../icons/utensils-crossed';
|
|
4345
4349
|
// WalletMinimal aliases
|
|
4346
4350
|
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4347
4351
|
export {
|