@lucide/astro 0.557.0 → 0.558.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 +64 -64
- package/src/aliases/prefixed.ts +550 -548
- package/src/aliases/suffixed.ts +947 -945
- package/src/icons/hd.ts +18 -0
- package/src/icons/index.ts +115 -114
package/src/aliases/suffixed.ts
CHANGED
|
@@ -1,69 +1,69 @@
|
|
|
1
1
|
// AArrowDown aliases
|
|
2
2
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
|
+
// ALargeSmall aliases
|
|
4
|
+
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
3
5
|
// AArrowUp aliases
|
|
4
6
|
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
7
|
+
// Accessibility aliases
|
|
8
|
+
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
5
9
|
// Activity aliases
|
|
6
10
|
export { default as ActivityIcon } from '../icons/activity';
|
|
7
11
|
// AirVent aliases
|
|
8
12
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
9
|
-
// Accessibility aliases
|
|
10
|
-
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
11
13
|
// Airplay aliases
|
|
12
14
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
13
|
-
// AlarmClockOff aliases
|
|
14
|
-
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
15
|
-
// ALargeSmall aliases
|
|
16
|
-
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
17
15
|
// AlarmClock aliases
|
|
18
16
|
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
17
|
+
// AlarmClockOff aliases
|
|
18
|
+
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
19
19
|
// AlarmSmoke aliases
|
|
20
20
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
21
21
|
// Album aliases
|
|
22
22
|
export { default as AlbumIcon } from '../icons/album';
|
|
23
|
-
// AlignCenterVertical aliases
|
|
24
|
-
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
25
23
|
// AlignCenterHorizontal aliases
|
|
26
24
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
25
|
+
// AlignCenterVertical aliases
|
|
26
|
+
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
27
27
|
// AlignEndHorizontal aliases
|
|
28
28
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
29
|
-
// AlignEndVertical aliases
|
|
30
|
-
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
31
29
|
// AlignHorizontalDistributeCenter aliases
|
|
32
30
|
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
31
|
+
// AlignEndVertical aliases
|
|
32
|
+
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
33
33
|
// AlignHorizontalDistributeEnd aliases
|
|
34
34
|
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
35
|
-
// AlignHorizontalDistributeStart aliases
|
|
36
|
-
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
37
35
|
// AlignHorizontalJustifyCenter aliases
|
|
38
36
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
39
|
-
//
|
|
40
|
-
export { default as
|
|
37
|
+
// AlignHorizontalDistributeStart aliases
|
|
38
|
+
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
41
39
|
// AlignHorizontalJustifyStart aliases
|
|
42
40
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
43
|
-
//
|
|
44
|
-
export { default as
|
|
41
|
+
// AlignHorizontalJustifyEnd aliases
|
|
42
|
+
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
45
43
|
// AlignHorizontalSpaceBetween aliases
|
|
46
44
|
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
45
|
+
// AlignHorizontalSpaceAround aliases
|
|
46
|
+
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
47
47
|
// AlignStartHorizontal aliases
|
|
48
48
|
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
49
49
|
// AlignStartVertical aliases
|
|
50
50
|
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
51
|
-
// AlignVerticalDistributeEnd aliases
|
|
52
|
-
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
53
51
|
// AlignVerticalDistributeCenter aliases
|
|
54
52
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
55
|
-
//
|
|
56
|
-
export { default as
|
|
53
|
+
// AlignVerticalDistributeEnd aliases
|
|
54
|
+
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
57
55
|
// AlignVerticalDistributeStart aliases
|
|
58
56
|
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
59
|
-
//
|
|
60
|
-
export { default as
|
|
57
|
+
// AlignVerticalJustifyCenter aliases
|
|
58
|
+
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
61
59
|
// AlignVerticalJustifyStart aliases
|
|
62
60
|
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';
|
|
65
63
|
// AlignVerticalSpaceBetween aliases
|
|
66
64
|
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
65
|
+
// AlignVerticalJustifyEnd aliases
|
|
66
|
+
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
67
67
|
// Ambulance aliases
|
|
68
68
|
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
69
69
|
// Ampersand aliases
|
|
@@ -76,30 +76,30 @@ export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
|
76
76
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
77
77
|
// Angry aliases
|
|
78
78
|
export { default as AngryIcon } from '../icons/angry';
|
|
79
|
-
// Antenna aliases
|
|
80
|
-
export { default as AntennaIcon } from '../icons/antenna';
|
|
81
79
|
// Annoyed aliases
|
|
82
80
|
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
81
|
+
// Antenna aliases
|
|
82
|
+
export { default as AntennaIcon } from '../icons/antenna';
|
|
83
83
|
// Anvil aliases
|
|
84
84
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
85
|
-
// Aperture aliases
|
|
86
|
-
export { default as ApertureIcon } from '../icons/aperture';
|
|
87
85
|
// AppWindowMac aliases
|
|
88
86
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
89
|
-
//
|
|
90
|
-
export { default as
|
|
87
|
+
// Aperture aliases
|
|
88
|
+
export { default as ApertureIcon } from '../icons/aperture';
|
|
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
|
+
// ArchiveX aliases
|
|
94
|
+
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
95
|
+
// AppWindow aliases
|
|
96
|
+
export { default as AppWindowIcon } from '../icons/app-window';
|
|
97
97
|
// Archive aliases
|
|
98
98
|
export { default as ArchiveIcon } from '../icons/archive';
|
|
99
|
-
// ArrowBigDownDash aliases
|
|
100
|
-
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
101
99
|
// Armchair aliases
|
|
102
100
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
101
|
+
// ArrowBigDownDash aliases
|
|
102
|
+
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
103
103
|
// ArrowBigDown aliases
|
|
104
104
|
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
105
105
|
// ArrowBigLeftDash aliases
|
|
@@ -108,10 +108,10 @@ export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
|
108
108
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
109
109
|
// ArrowBigRightDash aliases
|
|
110
110
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
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
115
|
// ArrowBigUp aliases
|
|
116
116
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
117
117
|
// ArrowDownFromLine aliases
|
|
@@ -122,82 +122,82 @@ export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
|
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
|
-
// ArrowDownToDot aliases
|
|
126
|
-
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
127
125
|
// ArrowDownToLine aliases
|
|
128
126
|
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
129
127
|
// ArrowDownUp aliases
|
|
130
128
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
129
|
+
// ArrowDownToDot aliases
|
|
130
|
+
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
131
|
+
// ArrowDown aliases
|
|
132
|
+
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
131
133
|
// ArrowLeftFromLine aliases
|
|
132
134
|
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
133
135
|
// ArrowLeftRight aliases
|
|
134
136
|
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
135
|
-
// ArrowDown aliases
|
|
136
|
-
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
137
137
|
// ArrowLeftToLine aliases
|
|
138
138
|
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
139
139
|
// ArrowLeft aliases
|
|
140
140
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
141
|
-
// ArrowRightLeft aliases
|
|
142
|
-
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
143
141
|
// ArrowRightFromLine aliases
|
|
144
142
|
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
143
|
+
// ArrowRightLeft aliases
|
|
144
|
+
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
145
145
|
// ArrowRight aliases
|
|
146
146
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
147
147
|
// ArrowRightToLine aliases
|
|
148
148
|
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
149
|
-
// ArrowUpDown aliases
|
|
150
|
-
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
151
|
-
// ArrowUpLeft aliases
|
|
152
|
-
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
153
149
|
// ArrowUpFromDot aliases
|
|
154
150
|
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
151
|
+
// ArrowUpDown aliases
|
|
152
|
+
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
155
153
|
// ArrowUpFromLine aliases
|
|
156
154
|
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
155
|
+
// ArrowUpLeft aliases
|
|
156
|
+
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
157
157
|
// ArrowUpRight aliases
|
|
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
|
-
// ArrowUp aliases
|
|
162
|
-
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
163
161
|
// ArrowUpWideNarrow aliases
|
|
164
162
|
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
163
|
+
// ArrowUp aliases
|
|
164
|
+
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
165
|
+
// Asterisk aliases
|
|
166
|
+
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
165
167
|
// ArrowsUpFromLine aliases
|
|
166
168
|
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
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
173
|
// AudioLines aliases
|
|
174
174
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
175
175
|
// AudioWaveform aliases
|
|
176
176
|
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
177
177
|
// Award aliases
|
|
178
178
|
export { default as AwardIcon } from '../icons/award';
|
|
179
|
-
// Axe aliases
|
|
180
|
-
export { default as AxeIcon } from '../icons/axe';
|
|
181
179
|
// Baby aliases
|
|
182
180
|
export { default as BabyIcon } from '../icons/baby';
|
|
181
|
+
// Axe aliases
|
|
182
|
+
export { default as AxeIcon } from '../icons/axe';
|
|
183
183
|
// Backpack aliases
|
|
184
184
|
export { default as BackpackIcon } from '../icons/backpack';
|
|
185
|
-
// BadgeAlert aliases
|
|
186
|
-
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
187
185
|
// BadgeCent aliases
|
|
188
186
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
187
|
+
// BadgeAlert aliases
|
|
188
|
+
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
189
189
|
// BadgeDollarSign aliases
|
|
190
190
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
191
191
|
// BadgeEuro aliases
|
|
192
192
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
193
|
-
// BadgeInfo aliases
|
|
194
|
-
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
195
|
-
// BadgeJapaneseYen aliases
|
|
196
|
-
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
197
193
|
// BadgeIndianRupee aliases
|
|
198
194
|
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
195
|
+
// BadgeInfo aliases
|
|
196
|
+
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
199
197
|
// BadgeMinus aliases
|
|
200
198
|
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
199
|
+
// BadgeJapaneseYen aliases
|
|
200
|
+
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
201
201
|
// BadgePercent aliases
|
|
202
202
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
203
203
|
// BadgePlus aliases
|
|
@@ -206,22 +206,22 @@ export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
|
206
206
|
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
207
207
|
// BadgeRussianRuble aliases
|
|
208
208
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
209
|
-
// BadgeX aliases
|
|
210
|
-
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
211
209
|
// BadgeSwissFranc aliases
|
|
212
210
|
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
213
211
|
// BadgeTurkishLira aliases
|
|
214
212
|
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
215
|
-
//
|
|
216
|
-
export { default as
|
|
213
|
+
// BadgeX aliases
|
|
214
|
+
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
217
215
|
// Badge aliases
|
|
218
216
|
export { default as BadgeIcon } from '../icons/badge';
|
|
219
217
|
// Balloon aliases
|
|
220
218
|
export { default as BalloonIcon } from '../icons/balloon';
|
|
221
|
-
//
|
|
222
|
-
export { default as
|
|
219
|
+
// BaggageClaim aliases
|
|
220
|
+
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
223
221
|
// Banana aliases
|
|
224
222
|
export { default as BananaIcon } from '../icons/banana';
|
|
223
|
+
// Ban aliases
|
|
224
|
+
export { default as BanIcon } from '../icons/ban';
|
|
225
225
|
// BanknoteArrowDown aliases
|
|
226
226
|
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
227
227
|
// BanknoteArrowUp aliases
|
|
@@ -232,62 +232,62 @@ export { default as BandageIcon } from '../icons/bandage';
|
|
|
232
232
|
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
233
233
|
// Banknote aliases
|
|
234
234
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
235
|
-
// Barrel aliases
|
|
236
|
-
export { default as BarrelIcon } from '../icons/barrel';
|
|
237
235
|
// Barcode aliases
|
|
238
236
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
239
|
-
//
|
|
240
|
-
export { default as
|
|
237
|
+
// Barrel aliases
|
|
238
|
+
export { default as BarrelIcon } from '../icons/barrel';
|
|
241
239
|
// Baseline aliases
|
|
242
240
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
243
|
-
//
|
|
244
|
-
export { default as
|
|
241
|
+
// Bath aliases
|
|
242
|
+
export { default as BathIcon } from '../icons/bath';
|
|
245
243
|
// BatteryFull aliases
|
|
246
244
|
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
247
|
-
// BatteryMedium aliases
|
|
248
|
-
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
249
|
-
// BatteryPlus aliases
|
|
250
|
-
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
251
245
|
// BatteryLow aliases
|
|
252
246
|
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
247
|
+
// BatteryCharging aliases
|
|
248
|
+
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
249
|
+
// BatteryPlus aliases
|
|
250
|
+
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
253
251
|
// BatteryWarning aliases
|
|
254
252
|
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
255
253
|
// Battery aliases
|
|
256
254
|
export { default as BatteryIcon } from '../icons/battery';
|
|
257
|
-
// Bean aliases
|
|
258
|
-
export { default as BeanIcon } from '../icons/bean';
|
|
259
255
|
// Beaker aliases
|
|
260
256
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
257
|
+
// BatteryMedium aliases
|
|
258
|
+
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
261
259
|
// BeanOff aliases
|
|
262
260
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
261
|
+
// Bean aliases
|
|
262
|
+
export { default as BeanIcon } from '../icons/bean';
|
|
263
263
|
// BedDouble aliases
|
|
264
264
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
265
|
-
// BedSingle aliases
|
|
266
|
-
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
267
265
|
// Beef aliases
|
|
268
266
|
export { default as BeefIcon } from '../icons/beef';
|
|
267
|
+
// BedSingle aliases
|
|
268
|
+
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
269
269
|
// Bed aliases
|
|
270
270
|
export { default as BedIcon } from '../icons/bed';
|
|
271
271
|
// BeerOff aliases
|
|
272
272
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
273
273
|
// Beer aliases
|
|
274
274
|
export { default as BeerIcon } from '../icons/beer';
|
|
275
|
-
// BellElectric aliases
|
|
276
|
-
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
277
275
|
// BellDot aliases
|
|
278
276
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
277
|
+
// BellElectric aliases
|
|
278
|
+
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
279
279
|
// BellOff aliases
|
|
280
280
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
281
281
|
// BellMinus aliases
|
|
282
282
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
283
283
|
// BellPlus aliases
|
|
284
284
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
285
|
-
// BellRing aliases
|
|
286
|
-
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
287
285
|
// Bell aliases
|
|
288
286
|
export { default as BellIcon } from '../icons/bell';
|
|
289
287
|
// BetweenVerticalEnd aliases
|
|
290
288
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
289
|
+
// BellRing aliases
|
|
290
|
+
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
291
291
|
// BetweenVerticalStart aliases
|
|
292
292
|
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
293
293
|
// BicepsFlexed aliases
|
|
@@ -298,28 +298,28 @@ export { default as BikeIcon } from '../icons/bike';
|
|
|
298
298
|
export { default as BinaryIcon } from '../icons/binary';
|
|
299
299
|
// Binoculars aliases
|
|
300
300
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
301
|
+
// Biohazard aliases
|
|
302
|
+
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
301
303
|
// Bird aliases
|
|
302
304
|
export { default as BirdIcon } from '../icons/bird';
|
|
303
305
|
// Birdhouse aliases
|
|
304
306
|
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
305
|
-
// Biohazard aliases
|
|
306
|
-
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
307
307
|
// Bitcoin aliases
|
|
308
308
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
309
309
|
// Blend aliases
|
|
310
310
|
export { default as BlendIcon } from '../icons/blend';
|
|
311
|
-
// Blinds aliases
|
|
312
|
-
export { default as BlindsIcon } from '../icons/blinds';
|
|
313
311
|
// Blocks aliases
|
|
314
312
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
313
|
+
// Blinds aliases
|
|
314
|
+
export { default as BlindsIcon } from '../icons/blinds';
|
|
315
315
|
// BluetoothConnected aliases
|
|
316
316
|
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
317
317
|
// BluetoothOff aliases
|
|
318
318
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
319
|
-
// Bluetooth aliases
|
|
320
|
-
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
321
319
|
// BluetoothSearching aliases
|
|
322
320
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
321
|
+
// Bluetooth aliases
|
|
322
|
+
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
323
323
|
// Bold aliases
|
|
324
324
|
export { default as BoldIcon } from '../icons/bold';
|
|
325
325
|
// Bolt aliases
|
|
@@ -336,38 +336,38 @@ export { default as BookAlertIcon } from '../icons/book-alert';
|
|
|
336
336
|
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
337
337
|
// BookCheck aliases
|
|
338
338
|
export { default as BookCheckIcon } from '../icons/book-check';
|
|
339
|
+
// BookCopy aliases
|
|
340
|
+
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
339
341
|
// BookDown aliases
|
|
340
342
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
341
343
|
// BookHeadphones aliases
|
|
342
344
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
343
|
-
// BookCopy aliases
|
|
344
|
-
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
345
|
-
// BookHeart aliases
|
|
346
|
-
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
347
345
|
// BookImage aliases
|
|
348
346
|
export { default as BookImageIcon } from '../icons/book-image';
|
|
347
|
+
// BookHeart aliases
|
|
348
|
+
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
349
349
|
// BookKey aliases
|
|
350
350
|
export { default as BookKeyIcon } from '../icons/book-key';
|
|
351
351
|
// BookLock aliases
|
|
352
352
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
353
353
|
// BookMarked aliases
|
|
354
354
|
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
355
|
-
// BookOpenCheck aliases
|
|
356
|
-
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
357
355
|
// BookMinus aliases
|
|
358
356
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
359
|
-
//
|
|
360
|
-
export { default as
|
|
357
|
+
// BookOpenCheck aliases
|
|
358
|
+
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
|
+
// BookOpen aliases
|
|
362
|
+
export { default as BookOpenIcon } from '../icons/book-open';
|
|
363
363
|
// BookPlus aliases
|
|
364
364
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
365
365
|
// BookSearch aliases
|
|
366
366
|
export { default as BookSearchIcon } from '../icons/book-search';
|
|
367
|
-
// BookType aliases
|
|
368
|
-
export { default as BookTypeIcon } from '../icons/book-type';
|
|
369
367
|
// BookText aliases
|
|
370
368
|
export { default as BookTextIcon } from '../icons/book-text';
|
|
369
|
+
// BookType aliases
|
|
370
|
+
export { default as BookTypeIcon } from '../icons/book-type';
|
|
371
371
|
// BookUp2 aliases
|
|
372
372
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
373
373
|
// BookUp aliases
|
|
@@ -398,12 +398,12 @@ export { default as BotOffIcon } from '../icons/bot-off';
|
|
|
398
398
|
export { default as BotIcon } from '../icons/bot';
|
|
399
399
|
// BottleWine aliases
|
|
400
400
|
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
401
|
-
// BowArrow aliases
|
|
402
|
-
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
403
401
|
// Box aliases
|
|
404
402
|
export { default as BoxIcon } from '../icons/box';
|
|
405
403
|
// Boxes aliases
|
|
406
404
|
export { default as BoxesIcon } from '../icons/boxes';
|
|
405
|
+
// BowArrow aliases
|
|
406
|
+
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
407
407
|
// Brackets aliases
|
|
408
408
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
409
409
|
// BrainCircuit aliases
|
|
@@ -414,14 +414,14 @@ export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
|
414
414
|
export { default as BrainIcon } from '../icons/brain';
|
|
415
415
|
// BrickWallFire aliases
|
|
416
416
|
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
417
|
-
// BrickWallShield aliases
|
|
418
|
-
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
419
|
-
// BriefcaseBusiness aliases
|
|
420
|
-
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
421
417
|
// BrickWall aliases
|
|
422
418
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
419
|
+
// BriefcaseBusiness aliases
|
|
420
|
+
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
423
421
|
// BriefcaseConveyorBelt aliases
|
|
424
422
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
423
|
+
// BrickWallShield aliases
|
|
424
|
+
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
425
425
|
// BriefcaseMedical aliases
|
|
426
426
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
427
427
|
// Briefcase aliases
|
|
@@ -434,10 +434,10 @@ export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
|
434
434
|
export { default as BrushIcon } from '../icons/brush';
|
|
435
435
|
// Bubbles aliases
|
|
436
436
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
437
|
-
// BugOff aliases
|
|
438
|
-
export { default as BugOffIcon } from '../icons/bug-off';
|
|
439
437
|
// BugPlay aliases
|
|
440
438
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
439
|
+
// BugOff aliases
|
|
440
|
+
export { default as BugOffIcon } from '../icons/bug-off';
|
|
441
441
|
// Bug aliases
|
|
442
442
|
export { default as BugIcon } from '../icons/bug';
|
|
443
443
|
// Building2 aliases
|
|
@@ -448,50 +448,50 @@ export { default as BuildingIcon } from '../icons/building';
|
|
|
448
448
|
export { default as BusIcon } from '../icons/bus';
|
|
449
449
|
// BusFront aliases
|
|
450
450
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
451
|
-
// Cable aliases
|
|
452
|
-
export { default as CableIcon } from '../icons/cable';
|
|
453
451
|
// CableCar aliases
|
|
454
452
|
export { default as CableCarIcon } from '../icons/cable-car';
|
|
455
453
|
// CakeSlice aliases
|
|
456
454
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
455
|
+
// Cable aliases
|
|
456
|
+
export { default as CableIcon } from '../icons/cable';
|
|
457
457
|
// Cake aliases
|
|
458
458
|
export { default as CakeIcon } from '../icons/cake';
|
|
459
459
|
// Calculator aliases
|
|
460
460
|
export { default as CalculatorIcon } from '../icons/calculator';
|
|
461
461
|
// Calendar1 aliases
|
|
462
462
|
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
463
|
-
// CalendarCheck2 aliases
|
|
464
|
-
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
465
463
|
// CalendarArrowDown aliases
|
|
466
464
|
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
467
465
|
// CalendarArrowUp aliases
|
|
468
466
|
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
467
|
+
// CalendarCheck2 aliases
|
|
468
|
+
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
469
469
|
// CalendarCheck aliases
|
|
470
470
|
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
471
|
-
// CalendarCog aliases
|
|
472
|
-
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
473
471
|
// CalendarClock aliases
|
|
474
472
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
473
|
+
// CalendarCog aliases
|
|
474
|
+
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
475
475
|
// CalendarDays aliases
|
|
476
476
|
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
477
477
|
// CalendarFold aliases
|
|
478
478
|
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
479
|
-
// CalendarHeart aliases
|
|
480
|
-
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
481
479
|
// CalendarMinus2 aliases
|
|
482
480
|
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
483
481
|
// CalendarMinus aliases
|
|
484
482
|
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
483
|
+
// CalendarHeart aliases
|
|
484
|
+
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
485
485
|
// CalendarOff aliases
|
|
486
486
|
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
487
487
|
// CalendarPlus2 aliases
|
|
488
488
|
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
489
489
|
// CalendarPlus aliases
|
|
490
490
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
491
|
-
// CalendarRange aliases
|
|
492
|
-
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
493
491
|
// CalendarSearch aliases
|
|
494
492
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
493
|
+
// CalendarRange aliases
|
|
494
|
+
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
495
495
|
// CalendarSync aliases
|
|
496
496
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
497
497
|
// CalendarX2 aliases
|
|
@@ -500,20 +500,18 @@ export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
|
500
500
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
501
501
|
// Calendar aliases
|
|
502
502
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
503
|
-
// CameraOff aliases
|
|
504
|
-
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
505
503
|
// Calendars aliases
|
|
506
504
|
export { default as CalendarsIcon } from '../icons/calendars';
|
|
507
|
-
//
|
|
508
|
-
export { default as
|
|
509
|
-
// CandyCane aliases
|
|
510
|
-
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
505
|
+
// CameraOff aliases
|
|
506
|
+
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
511
507
|
// CandyOff aliases
|
|
512
508
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
509
|
+
// CandyCane aliases
|
|
510
|
+
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
511
|
+
// Camera aliases
|
|
512
|
+
export { default as CameraIcon } from '../icons/camera';
|
|
513
513
|
// Candy aliases
|
|
514
514
|
export { default as CandyIcon } from '../icons/candy';
|
|
515
|
-
// CaptionsOff aliases
|
|
516
|
-
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
517
515
|
// Cannabis aliases
|
|
518
516
|
export { default as CannabisIcon } from '../icons/cannabis';
|
|
519
517
|
// CarFront aliases
|
|
@@ -522,22 +520,24 @@ export { default as CarFrontIcon } from '../icons/car-front';
|
|
|
522
520
|
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
523
521
|
// Car aliases
|
|
524
522
|
export { default as CarIcon } from '../icons/car';
|
|
523
|
+
// CaptionsOff aliases
|
|
524
|
+
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
525
525
|
// Caravan aliases
|
|
526
526
|
export { default as CaravanIcon } from '../icons/caravan';
|
|
527
527
|
// CardSim aliases
|
|
528
528
|
export { default as CardSimIcon } from '../icons/card-sim';
|
|
529
|
-
// CaseLower aliases
|
|
530
|
-
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
531
529
|
// Carrot aliases
|
|
532
530
|
export { default as CarrotIcon } from '../icons/carrot';
|
|
533
|
-
//
|
|
534
|
-
export { default as
|
|
531
|
+
// CaseLower aliases
|
|
532
|
+
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
535
533
|
// CaseUpper aliases
|
|
536
534
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
537
|
-
//
|
|
538
|
-
export { default as
|
|
535
|
+
// CaseSensitive aliases
|
|
536
|
+
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
539
537
|
// CassetteTape aliases
|
|
540
538
|
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
539
|
+
// Cast aliases
|
|
540
|
+
export { default as CastIcon } from '../icons/cast';
|
|
541
541
|
// Castle aliases
|
|
542
542
|
export { default as CastleIcon } from '../icons/castle';
|
|
543
543
|
// Cat aliases
|
|
@@ -548,10 +548,10 @@ export { default as CctvIcon } from '../icons/cctv';
|
|
|
548
548
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
549
549
|
// ChartBarIncreasing aliases
|
|
550
550
|
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
551
|
-
// ChartColumnDecreasing aliases
|
|
552
|
-
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
553
551
|
// ChartBarStacked aliases
|
|
554
552
|
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
553
|
+
// ChartColumnDecreasing aliases
|
|
554
|
+
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
555
555
|
// ChartColumnStacked aliases
|
|
556
556
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
557
557
|
// ChartGantt aliases
|
|
@@ -562,24 +562,24 @@ export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
|
562
562
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
563
563
|
// ChartNoAxesCombined aliases
|
|
564
564
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
565
|
-
// ChartSpline aliases
|
|
566
|
-
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
567
565
|
// CheckCheck aliases
|
|
568
566
|
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
569
567
|
// CheckLine aliases
|
|
570
568
|
export { default as CheckLineIcon } from '../icons/check-line';
|
|
569
|
+
// ChartSpline aliases
|
|
570
|
+
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
571
|
+
// ChefHat aliases
|
|
572
|
+
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
571
573
|
// Check aliases
|
|
572
574
|
export { default as CheckIcon } from '../icons/check';
|
|
573
575
|
// Cherry aliases
|
|
574
576
|
export { default as CherryIcon } from '../icons/cherry';
|
|
575
|
-
// ChefHat aliases
|
|
576
|
-
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
577
577
|
// ChessBishop aliases
|
|
578
578
|
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
579
|
-
// ChessKing aliases
|
|
580
|
-
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
581
579
|
// ChessKnight aliases
|
|
582
580
|
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
581
|
+
// ChessKing aliases
|
|
582
|
+
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
583
583
|
// ChessPawn aliases
|
|
584
584
|
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
585
585
|
// ChessQueen aliases
|
|
@@ -602,54 +602,54 @@ export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
|
602
602
|
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
603
603
|
// ChevronsDown aliases
|
|
604
604
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
605
|
-
// ChevronsLeftRightEllipsis aliases
|
|
606
|
-
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
607
|
-
// ChevronsLeft aliases
|
|
608
|
-
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
609
605
|
// ChevronsLeftRight aliases
|
|
610
606
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
607
|
+
// ChevronsLeft aliases
|
|
608
|
+
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
609
|
+
// ChevronsLeftRightEllipsis aliases
|
|
610
|
+
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
611
611
|
// ChevronsRightLeft aliases
|
|
612
612
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
613
613
|
// ChevronsRight aliases
|
|
614
614
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
615
|
-
// ChevronsUpDown aliases
|
|
616
|
-
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
617
615
|
// ChevronsUp aliases
|
|
618
616
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
619
|
-
//
|
|
620
|
-
export { default as
|
|
617
|
+
// ChevronsUpDown aliases
|
|
618
|
+
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
621
619
|
// Church aliases
|
|
622
620
|
export { default as ChurchIcon } from '../icons/church';
|
|
623
621
|
// Cigarette aliases
|
|
624
622
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
623
|
+
// CigaretteOff aliases
|
|
624
|
+
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
625
625
|
// CircleDashed aliases
|
|
626
626
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
627
627
|
// CircleDollarSign aliases
|
|
628
628
|
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
629
629
|
// CircleDotDashed aliases
|
|
630
630
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
631
|
-
// CircleEllipsis aliases
|
|
632
|
-
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
633
631
|
// CircleDot aliases
|
|
634
632
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
633
|
+
// CircleEllipsis aliases
|
|
634
|
+
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
635
635
|
// CircleEqual aliases
|
|
636
636
|
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
637
637
|
// CircleFadingArrowUp aliases
|
|
638
638
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
639
|
-
// CircleFadingPlus aliases
|
|
640
|
-
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
641
639
|
// CircleOff aliases
|
|
642
640
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
641
|
+
// CircleFadingPlus aliases
|
|
642
|
+
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
643
643
|
// CirclePile aliases
|
|
644
644
|
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
645
|
-
// CircleSlash aliases
|
|
646
|
-
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
647
645
|
// CirclePoundSterling aliases
|
|
648
646
|
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
649
|
-
//
|
|
650
|
-
export { default as
|
|
647
|
+
// CircleSlash aliases
|
|
648
|
+
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
651
649
|
// CircleSmall aliases
|
|
652
650
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
651
|
+
// CircleStar aliases
|
|
652
|
+
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
653
653
|
// CircuitBoard aliases
|
|
654
654
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
655
655
|
// Circle aliases
|
|
@@ -664,20 +664,20 @@ export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
|
664
664
|
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
665
665
|
// ClipboardList aliases
|
|
666
666
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
667
|
-
// ClipboardCopy aliases
|
|
668
|
-
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
669
667
|
// ClipboardMinus aliases
|
|
670
668
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
669
|
+
// ClipboardCopy aliases
|
|
670
|
+
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
671
671
|
// ClipboardPaste aliases
|
|
672
672
|
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
673
673
|
// ClipboardPlus aliases
|
|
674
674
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
675
675
|
// ClipboardType aliases
|
|
676
676
|
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
677
|
-
// ClipboardX aliases
|
|
678
|
-
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
679
677
|
// Clipboard aliases
|
|
680
678
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
679
|
+
// ClipboardX aliases
|
|
680
|
+
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
681
681
|
// Clock1 aliases
|
|
682
682
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
683
683
|
// Clock10 aliases
|
|
@@ -698,32 +698,32 @@ export { default as Clock5Icon } from '../icons/clock-5';
|
|
|
698
698
|
export { default as Clock6Icon } from '../icons/clock-6';
|
|
699
699
|
// Clock7 aliases
|
|
700
700
|
export { default as Clock7Icon } from '../icons/clock-7';
|
|
701
|
-
// Clock9 aliases
|
|
702
|
-
export { default as Clock9Icon } from '../icons/clock-9';
|
|
703
701
|
// Clock8 aliases
|
|
704
702
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
705
|
-
//
|
|
706
|
-
export { default as
|
|
703
|
+
// Clock9 aliases
|
|
704
|
+
export { default as Clock9Icon } from '../icons/clock-9';
|
|
707
705
|
// ClockAlert aliases
|
|
708
706
|
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
707
|
+
// ClockArrowDown aliases
|
|
708
|
+
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
709
709
|
// ClockArrowUp aliases
|
|
710
710
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
711
|
-
// ClockCheck aliases
|
|
712
|
-
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
713
711
|
// ClockFading aliases
|
|
714
712
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
713
|
+
// ClockCheck aliases
|
|
714
|
+
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
715
715
|
// ClockPlus aliases
|
|
716
716
|
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
717
717
|
// Clock aliases
|
|
718
718
|
export { default as ClockIcon } from '../icons/clock';
|
|
719
|
-
// ClosedCaption aliases
|
|
720
|
-
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
721
719
|
// CloudAlert aliases
|
|
722
720
|
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
723
721
|
// CloudBackup aliases
|
|
724
722
|
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
725
723
|
// CloudCheck aliases
|
|
726
724
|
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
725
|
+
// ClosedCaption aliases
|
|
726
|
+
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
727
727
|
// CloudCog aliases
|
|
728
728
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
729
729
|
// CloudDrizzle aliases
|
|
@@ -732,72 +732,72 @@ export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
|
732
732
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
733
733
|
// CloudHail aliases
|
|
734
734
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
735
|
-
// CloudMoonRain aliases
|
|
736
|
-
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
737
|
-
// CloudLightning aliases
|
|
738
|
-
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
739
735
|
// CloudMoon aliases
|
|
740
736
|
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
741
|
-
//
|
|
742
|
-
export { default as
|
|
737
|
+
// CloudLightning aliases
|
|
738
|
+
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
739
|
+
// CloudMoonRain aliases
|
|
740
|
+
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
743
741
|
// CloudOff aliases
|
|
744
742
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
745
|
-
//
|
|
746
|
-
export { default as
|
|
747
|
-
// CloudSunRain aliases
|
|
748
|
-
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
743
|
+
// CloudRainWind aliases
|
|
744
|
+
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
749
745
|
// CloudRain aliases
|
|
750
746
|
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
747
|
+
// CloudSunRain aliases
|
|
748
|
+
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
749
|
+
// CloudSnow aliases
|
|
750
|
+
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
751
751
|
// CloudSun aliases
|
|
752
752
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
753
753
|
// CloudSync aliases
|
|
754
754
|
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
755
755
|
// Cloud aliases
|
|
756
756
|
export { default as CloudIcon } from '../icons/cloud';
|
|
757
|
+
// Cloudy aliases
|
|
758
|
+
export { default as CloudyIcon } from '../icons/cloudy';
|
|
757
759
|
// Clover aliases
|
|
758
760
|
export { default as CloverIcon } from '../icons/clover';
|
|
759
761
|
// Club aliases
|
|
760
762
|
export { default as ClubIcon } from '../icons/club';
|
|
761
|
-
// Cloudy aliases
|
|
762
|
-
export { default as CloudyIcon } from '../icons/cloudy';
|
|
763
763
|
// Code aliases
|
|
764
764
|
export { default as CodeIcon } from '../icons/code';
|
|
765
765
|
// Codepen aliases
|
|
766
766
|
export { default as CodepenIcon } from '../icons/codepen';
|
|
767
|
-
// Codesandbox aliases
|
|
768
|
-
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
769
767
|
// Coffee aliases
|
|
770
768
|
export { default as CoffeeIcon } from '../icons/coffee';
|
|
771
|
-
//
|
|
772
|
-
export { default as
|
|
769
|
+
// Codesandbox aliases
|
|
770
|
+
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
773
771
|
// Coins aliases
|
|
774
772
|
export { default as CoinsIcon } from '../icons/coins';
|
|
773
|
+
// Cog aliases
|
|
774
|
+
export { default as CogIcon } from '../icons/cog';
|
|
775
775
|
// Columns4 aliases
|
|
776
776
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
777
|
+
// Command aliases
|
|
778
|
+
export { default as CommandIcon } from '../icons/command';
|
|
777
779
|
// Combine aliases
|
|
778
780
|
export { default as CombineIcon } from '../icons/combine';
|
|
779
781
|
// Compass aliases
|
|
780
782
|
export { default as CompassIcon } from '../icons/compass';
|
|
781
|
-
//
|
|
782
|
-
export { default as
|
|
783
|
+
// Component aliases
|
|
784
|
+
export { default as ComponentIcon } from '../icons/component';
|
|
783
785
|
// Computer aliases
|
|
784
786
|
export { default as ComputerIcon } from '../icons/computer';
|
|
785
787
|
// ConciergeBell aliases
|
|
786
788
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
787
|
-
// Component aliases
|
|
788
|
-
export { default as ComponentIcon } from '../icons/component';
|
|
789
789
|
// Cone aliases
|
|
790
790
|
export { default as ConeIcon } from '../icons/cone';
|
|
791
791
|
// Construction aliases
|
|
792
792
|
export { default as ConstructionIcon } from '../icons/construction';
|
|
793
|
-
// Contact aliases
|
|
794
|
-
export { default as ContactIcon } from '../icons/contact';
|
|
795
793
|
// Container aliases
|
|
796
794
|
export { default as ContainerIcon } from '../icons/container';
|
|
797
|
-
//
|
|
798
|
-
export { default as
|
|
795
|
+
// Contact aliases
|
|
796
|
+
export { default as ContactIcon } from '../icons/contact';
|
|
799
797
|
// Contrast aliases
|
|
800
798
|
export { default as ContrastIcon } from '../icons/contrast';
|
|
799
|
+
// Cookie aliases
|
|
800
|
+
export { default as CookieIcon } from '../icons/cookie';
|
|
801
801
|
// CookingPot aliases
|
|
802
802
|
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
803
803
|
// CopyCheck aliases
|
|
@@ -838,24 +838,24 @@ export { default as CpuIcon } from '../icons/cpu';
|
|
|
838
838
|
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
839
839
|
// CreditCard aliases
|
|
840
840
|
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
841
|
-
// Crop aliases
|
|
842
|
-
export { default as CropIcon } from '../icons/crop';
|
|
843
841
|
// Croissant aliases
|
|
844
842
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
843
|
+
// Crop aliases
|
|
844
|
+
export { default as CropIcon } from '../icons/crop';
|
|
845
845
|
// Cross aliases
|
|
846
846
|
export { default as CrossIcon } from '../icons/cross';
|
|
847
847
|
// Crosshair aliases
|
|
848
848
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
849
|
-
// Crown aliases
|
|
850
|
-
export { default as CrownIcon } from '../icons/crown';
|
|
851
849
|
// Cuboid aliases
|
|
852
850
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
851
|
+
// Crown aliases
|
|
852
|
+
export { default as CrownIcon } from '../icons/crown';
|
|
853
|
+
// Currency aliases
|
|
854
|
+
export { default as CurrencyIcon } from '../icons/currency';
|
|
853
855
|
// CupSoda aliases
|
|
854
856
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
855
857
|
// Cylinder aliases
|
|
856
858
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
857
|
-
// Currency aliases
|
|
858
|
-
export { default as CurrencyIcon } from '../icons/currency';
|
|
859
859
|
// DatabaseBackup aliases
|
|
860
860
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
861
861
|
// Dam aliases
|
|
@@ -864,12 +864,12 @@ export { default as DamIcon } from '../icons/dam';
|
|
|
864
864
|
export { default as DatabaseIcon } from '../icons/database';
|
|
865
865
|
// DatabaseZap aliases
|
|
866
866
|
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
867
|
+
// Delete aliases
|
|
868
|
+
export { default as DeleteIcon } from '../icons/delete';
|
|
867
869
|
// DecimalsArrowLeft aliases
|
|
868
870
|
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
869
871
|
// DecimalsArrowRight aliases
|
|
870
872
|
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
871
|
-
// Delete aliases
|
|
872
|
-
export { default as DeleteIcon } from '../icons/delete';
|
|
873
873
|
// Dessert aliases
|
|
874
874
|
export { default as DessertIcon } from '../icons/dessert';
|
|
875
875
|
// Diameter aliases
|
|
@@ -882,10 +882,10 @@ export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
|
882
882
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
883
883
|
// Dice1 aliases
|
|
884
884
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
885
|
-
// Dice3 aliases
|
|
886
|
-
export { default as Dice3Icon } from '../icons/dice-3';
|
|
887
885
|
// Dice2 aliases
|
|
888
886
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
887
|
+
// Dice3 aliases
|
|
888
|
+
export { default as Dice3Icon } from '../icons/dice-3';
|
|
889
889
|
// Dice4 aliases
|
|
890
890
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
891
891
|
// Dice5 aliases
|
|
@@ -894,56 +894,56 @@ export { default as Dice5Icon } from '../icons/dice-5';
|
|
|
894
894
|
export { default as DicesIcon } from '../icons/dices';
|
|
895
895
|
// Dice6 aliases
|
|
896
896
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
897
|
-
// Disc2 aliases
|
|
898
|
-
export { default as Disc2Icon } from '../icons/disc-2';
|
|
899
897
|
// Diff aliases
|
|
900
898
|
export { default as DiffIcon } from '../icons/diff';
|
|
899
|
+
// Disc2 aliases
|
|
900
|
+
export { default as Disc2Icon } from '../icons/disc-2';
|
|
901
901
|
// Disc3 aliases
|
|
902
902
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
903
|
-
// Disc aliases
|
|
904
|
-
export { default as DiscIcon } from '../icons/disc';
|
|
905
903
|
// DiscAlbum aliases
|
|
906
904
|
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
907
|
-
//
|
|
908
|
-
export { default as
|
|
905
|
+
// Disc aliases
|
|
906
|
+
export { default as DiscIcon } from '../icons/disc';
|
|
909
907
|
// DnaOff aliases
|
|
910
908
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
909
|
+
// Divide aliases
|
|
910
|
+
export { default as DivideIcon } from '../icons/divide';
|
|
911
|
+
// Dog aliases
|
|
912
|
+
export { default as DogIcon } from '../icons/dog';
|
|
911
913
|
// Dna aliases
|
|
912
914
|
export { default as DnaIcon } from '../icons/dna';
|
|
913
915
|
// Dock aliases
|
|
914
916
|
export { default as DockIcon } from '../icons/dock';
|
|
915
917
|
// DollarSign aliases
|
|
916
918
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
917
|
-
// Dog aliases
|
|
918
|
-
export { default as DogIcon } from '../icons/dog';
|
|
919
919
|
// Donut aliases
|
|
920
920
|
export { default as DonutIcon } from '../icons/donut';
|
|
921
|
-
// DoorClosedLocked aliases
|
|
922
|
-
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
923
921
|
// DoorClosed aliases
|
|
924
922
|
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
925
|
-
//
|
|
926
|
-
export { default as
|
|
923
|
+
// DoorClosedLocked aliases
|
|
924
|
+
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
927
925
|
// Dot aliases
|
|
928
926
|
export { default as DotIcon } from '../icons/dot';
|
|
929
|
-
// Download aliases
|
|
930
|
-
export { default as DownloadIcon } from '../icons/download';
|
|
931
927
|
// DraftingCompass aliases
|
|
932
928
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
929
|
+
// DoorOpen aliases
|
|
930
|
+
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
931
|
+
// Download aliases
|
|
932
|
+
export { default as DownloadIcon } from '../icons/download';
|
|
933
933
|
// Drama aliases
|
|
934
934
|
export { default as DramaIcon } from '../icons/drama';
|
|
935
|
-
// Dribbble aliases
|
|
936
|
-
export { default as DribbbleIcon } from '../icons/dribbble';
|
|
937
|
-
// Drone aliases
|
|
938
|
-
export { default as DroneIcon } from '../icons/drone';
|
|
939
935
|
// Drill aliases
|
|
940
936
|
export { default as DrillIcon } from '../icons/drill';
|
|
937
|
+
// Dribbble aliases
|
|
938
|
+
export { default as DribbbleIcon } from '../icons/dribbble';
|
|
941
939
|
// DropletOff aliases
|
|
942
940
|
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
943
941
|
// Droplet aliases
|
|
944
942
|
export { default as DropletIcon } from '../icons/droplet';
|
|
945
943
|
// Droplets aliases
|
|
946
944
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
945
|
+
// Drone aliases
|
|
946
|
+
export { default as DroneIcon } from '../icons/drone';
|
|
947
947
|
// Drum aliases
|
|
948
948
|
export { default as DrumIcon } from '../icons/drum';
|
|
949
949
|
// Drumstick aliases
|
|
@@ -954,52 +954,52 @@ export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
|
954
954
|
export { default as EarIcon } from '../icons/ear';
|
|
955
955
|
// EarOff aliases
|
|
956
956
|
export { default as EarOffIcon } from '../icons/ear-off';
|
|
957
|
-
// EggFried aliases
|
|
958
|
-
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
959
957
|
// EarthLock aliases
|
|
960
958
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
961
|
-
// EggOff aliases
|
|
962
|
-
export { default as EggOffIcon } from '../icons/egg-off';
|
|
963
959
|
// Eclipse aliases
|
|
964
960
|
export { default as EclipseIcon } from '../icons/eclipse';
|
|
965
|
-
//
|
|
966
|
-
export { default as
|
|
961
|
+
// EggFried aliases
|
|
962
|
+
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
963
|
+
// EggOff aliases
|
|
964
|
+
export { default as EggOffIcon } from '../icons/egg-off';
|
|
967
965
|
// EqualApproximately aliases
|
|
968
966
|
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
969
|
-
//
|
|
970
|
-
export { default as
|
|
967
|
+
// Egg aliases
|
|
968
|
+
export { default as EggIcon } from '../icons/egg';
|
|
971
969
|
// Equal aliases
|
|
972
970
|
export { default as EqualIcon } from '../icons/equal';
|
|
971
|
+
// EqualNot aliases
|
|
972
|
+
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
973
973
|
// Eraser aliases
|
|
974
974
|
export { default as EraserIcon } from '../icons/eraser';
|
|
975
975
|
// EthernetPort aliases
|
|
976
976
|
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
977
977
|
// Euro aliases
|
|
978
978
|
export { default as EuroIcon } from '../icons/euro';
|
|
979
|
-
// Expand aliases
|
|
980
|
-
export { default as ExpandIcon } from '../icons/expand';
|
|
981
979
|
// EvCharger aliases
|
|
982
980
|
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
983
|
-
//
|
|
984
|
-
export { default as
|
|
981
|
+
// Expand aliases
|
|
982
|
+
export { default as ExpandIcon } from '../icons/expand';
|
|
985
983
|
// ExternalLink aliases
|
|
986
984
|
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
987
|
-
//
|
|
988
|
-
export { default as
|
|
985
|
+
// EyeClosed aliases
|
|
986
|
+
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
989
987
|
// EyeOff aliases
|
|
990
988
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
991
|
-
//
|
|
992
|
-
export { default as
|
|
989
|
+
// Eye aliases
|
|
990
|
+
export { default as EyeIcon } from '../icons/eye';
|
|
993
991
|
// Factory aliases
|
|
994
992
|
export { default as FactoryIcon } from '../icons/factory';
|
|
993
|
+
// Facebook aliases
|
|
994
|
+
export { default as FacebookIcon } from '../icons/facebook';
|
|
995
995
|
// Fan aliases
|
|
996
996
|
export { default as FanIcon } from '../icons/fan';
|
|
997
|
+
// FastForward aliases
|
|
998
|
+
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
997
999
|
// Feather aliases
|
|
998
1000
|
export { default as FeatherIcon } from '../icons/feather';
|
|
999
1001
|
// Fence aliases
|
|
1000
1002
|
export { default as FenceIcon } from '../icons/fence';
|
|
1001
|
-
// FastForward aliases
|
|
1002
|
-
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
1003
1003
|
// FerrisWheel aliases
|
|
1004
1004
|
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
1005
1005
|
// Figma aliases
|
|
@@ -1008,14 +1008,14 @@ export { default as FigmaIcon } from '../icons/figma';
|
|
|
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
|
+
// FileClock aliases
|
|
1012
|
+
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1011
1013
|
// FileCheck aliases
|
|
1012
1014
|
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1013
1015
|
// FileCode aliases
|
|
1014
1016
|
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1015
1017
|
// FileDiff aliases
|
|
1016
1018
|
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
1017
|
-
// FileClock aliases
|
|
1018
|
-
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1019
1019
|
// FileDigit aliases
|
|
1020
1020
|
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1021
1021
|
// FileDown aliases
|
|
@@ -1036,10 +1036,10 @@ 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
1043
|
// FileSpreadsheet aliases
|
|
1044
1044
|
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1045
1045
|
// FileStack aliases
|
|
@@ -1064,12 +1064,12 @@ export { default as FileXIcon } from '../icons/file-x';
|
|
|
1064
1064
|
export { default as FileIcon } from '../icons/file';
|
|
1065
1065
|
// Files aliases
|
|
1066
1066
|
export { default as FilesIcon } from '../icons/files';
|
|
1067
|
-
// Film aliases
|
|
1068
|
-
export { default as FilmIcon } from '../icons/film';
|
|
1069
1067
|
// FireExtinguisher aliases
|
|
1070
1068
|
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1071
1069
|
// FishOff aliases
|
|
1072
1070
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1071
|
+
// Film aliases
|
|
1072
|
+
export { default as FilmIcon } from '../icons/film';
|
|
1073
1073
|
// FishSymbol aliases
|
|
1074
1074
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1075
1075
|
// Fish aliases
|
|
@@ -1098,54 +1098,54 @@ export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
|
1098
1098
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1099
1099
|
// FlipHorizontal2 aliases
|
|
1100
1100
|
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1101
|
-
// FlipHorizontal aliases
|
|
1102
|
-
export { default as FlipHorizontalIcon } from '../icons/flip-horizontal';
|
|
1103
1101
|
// FlipVertical2 aliases
|
|
1104
1102
|
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1105
|
-
//
|
|
1106
|
-
export { default as
|
|
1103
|
+
// FlipHorizontal aliases
|
|
1104
|
+
export { default as FlipHorizontalIcon } from '../icons/flip-horizontal';
|
|
1107
1105
|
// Flower2 aliases
|
|
1108
1106
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1107
|
+
// FlipVertical aliases
|
|
1108
|
+
export { default as FlipVerticalIcon } from '../icons/flip-vertical';
|
|
1109
1109
|
// Flower aliases
|
|
1110
1110
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1111
1111
|
// Focus aliases
|
|
1112
1112
|
export { default as FocusIcon } from '../icons/focus';
|
|
1113
|
-
// FoldVertical aliases
|
|
1114
|
-
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1115
1113
|
// FoldHorizontal aliases
|
|
1116
1114
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1115
|
+
// FoldVertical aliases
|
|
1116
|
+
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1117
1117
|
// FolderArchive aliases
|
|
1118
1118
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1119
|
-
// FolderCheck aliases
|
|
1120
|
-
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1121
|
-
// FolderCode aliases
|
|
1122
|
-
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1123
1119
|
// FolderClock aliases
|
|
1124
1120
|
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1125
1121
|
// FolderClosed aliases
|
|
1126
1122
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1127
|
-
//
|
|
1128
|
-
export { default as
|
|
1123
|
+
// FolderCheck aliases
|
|
1124
|
+
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1125
|
+
// FolderCode aliases
|
|
1126
|
+
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1129
1127
|
// FolderDot aliases
|
|
1130
1128
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1131
|
-
// FolderGit aliases
|
|
1132
|
-
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1133
1129
|
// FolderGit2 aliases
|
|
1134
1130
|
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1135
|
-
//
|
|
1136
|
-
export { default as
|
|
1131
|
+
// FolderDown aliases
|
|
1132
|
+
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1133
|
+
// FolderGit aliases
|
|
1134
|
+
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1137
1135
|
// FolderHeart aliases
|
|
1138
1136
|
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1137
|
+
// FolderInput aliases
|
|
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
1143
|
// FolderLock aliases
|
|
1144
1144
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1145
|
-
// FolderOpenDot aliases
|
|
1146
|
-
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1147
1145
|
// FolderMinus aliases
|
|
1148
1146
|
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1147
|
+
// FolderOpenDot aliases
|
|
1148
|
+
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1149
1149
|
// FolderOpen aliases
|
|
1150
1150
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1151
1151
|
// FolderOutput aliases
|
|
@@ -1156,50 +1156,50 @@ export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
|
1156
1156
|
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1157
1157
|
// FolderSearch2 aliases
|
|
1158
1158
|
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1159
|
-
// FolderSymlink aliases
|
|
1160
|
-
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1161
1159
|
// FolderSearch aliases
|
|
1162
1160
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1161
|
+
// FolderSymlink aliases
|
|
1162
|
+
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1163
1163
|
// FolderSync aliases
|
|
1164
1164
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1165
|
-
// FolderUp aliases
|
|
1166
|
-
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1167
1165
|
// FolderTree aliases
|
|
1168
1166
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1167
|
+
// FolderUp aliases
|
|
1168
|
+
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1169
1169
|
// FolderX aliases
|
|
1170
1170
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1171
|
-
// Folders aliases
|
|
1172
|
-
export { default as FoldersIcon } from '../icons/folders';
|
|
1173
1171
|
// Folder aliases
|
|
1174
1172
|
export { default as FolderIcon } from '../icons/folder';
|
|
1173
|
+
// Folders aliases
|
|
1174
|
+
export { default as FoldersIcon } from '../icons/folders';
|
|
1175
1175
|
// Footprints aliases
|
|
1176
1176
|
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1177
1177
|
// Forklift aliases
|
|
1178
1178
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1179
1179
|
// Form aliases
|
|
1180
1180
|
export { default as FormIcon } from '../icons/form';
|
|
1181
|
-
// Forward aliases
|
|
1182
|
-
export { default as ForwardIcon } from '../icons/forward';
|
|
1183
1181
|
// Frame aliases
|
|
1184
1182
|
export { default as FrameIcon } from '../icons/frame';
|
|
1185
|
-
//
|
|
1186
|
-
export { default as
|
|
1183
|
+
// Forward aliases
|
|
1184
|
+
export { default as ForwardIcon } from '../icons/forward';
|
|
1187
1185
|
// Frown aliases
|
|
1188
1186
|
export { default as FrownIcon } from '../icons/frown';
|
|
1187
|
+
// Framer aliases
|
|
1188
|
+
export { default as FramerIcon } from '../icons/framer';
|
|
1189
1189
|
// Fuel aliases
|
|
1190
1190
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1191
1191
|
// Fullscreen aliases
|
|
1192
1192
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1193
1193
|
// FunnelPlus aliases
|
|
1194
1194
|
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1195
|
-
// GalleryHorizontal aliases
|
|
1196
|
-
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1197
|
-
// GalleryThumbnails aliases
|
|
1198
|
-
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1199
1195
|
// GalleryHorizontalEnd aliases
|
|
1200
1196
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1197
|
+
// GalleryThumbnails aliases
|
|
1198
|
+
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1201
1199
|
// GalleryVerticalEnd aliases
|
|
1202
1200
|
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1201
|
+
// GalleryHorizontal aliases
|
|
1202
|
+
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1203
1203
|
// GalleryVertical aliases
|
|
1204
1204
|
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1205
1205
|
// Gamepad2 aliases
|
|
@@ -1212,24 +1212,24 @@ export { default as GamepadIcon } from '../icons/gamepad';
|
|
|
1212
1212
|
export { default as GaugeIcon } from '../icons/gauge';
|
|
1213
1213
|
// Gavel aliases
|
|
1214
1214
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1215
|
+
// GeorgianLari aliases
|
|
1216
|
+
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1215
1217
|
// Gem aliases
|
|
1216
1218
|
export { default as GemIcon } from '../icons/gem';
|
|
1217
1219
|
// Ghost aliases
|
|
1218
1220
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1219
|
-
// GeorgianLari aliases
|
|
1220
|
-
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1221
1221
|
// Gift aliases
|
|
1222
1222
|
export { default as GiftIcon } from '../icons/gift';
|
|
1223
|
-
// GitBranchMinus aliases
|
|
1224
|
-
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1225
|
-
// GitBranch aliases
|
|
1226
|
-
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1227
1223
|
// GitBranchPlus aliases
|
|
1228
1224
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1225
|
+
// GitBranchMinus aliases
|
|
1226
|
+
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1229
1227
|
// GitCommitVertical aliases
|
|
1230
1228
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1231
1229
|
// GitCompareArrows aliases
|
|
1232
1230
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1231
|
+
// GitBranch aliases
|
|
1232
|
+
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1233
1233
|
// GitCompare aliases
|
|
1234
1234
|
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1235
1235
|
// GitFork aliases
|
|
@@ -1240,20 +1240,20 @@ export { default as GitGraphIcon } from '../icons/git-graph';
|
|
|
1240
1240
|
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1241
1241
|
// GitPullRequestArrow aliases
|
|
1242
1242
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1243
|
+
// GitPullRequestClosed aliases
|
|
1244
|
+
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1243
1245
|
// GitPullRequestCreateArrow aliases
|
|
1244
1246
|
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1245
1247
|
// GitPullRequestCreate aliases
|
|
1246
1248
|
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1247
|
-
// GitPullRequestClosed aliases
|
|
1248
|
-
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1249
1249
|
// GitPullRequestDraft aliases
|
|
1250
1250
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1251
|
-
// Gitlab aliases
|
|
1252
|
-
export { default as GitlabIcon } from '../icons/gitlab';
|
|
1253
1251
|
// GitPullRequest aliases
|
|
1254
1252
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1255
1253
|
// Github aliases
|
|
1256
1254
|
export { default as GithubIcon } from '../icons/github';
|
|
1255
|
+
// Gitlab aliases
|
|
1256
|
+
export { default as GitlabIcon } from '../icons/gitlab';
|
|
1257
1257
|
// GlassWater aliases
|
|
1258
1258
|
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1259
1259
|
// Glasses aliases
|
|
@@ -1268,14 +1268,14 @@ export { default as GoalIcon } from '../icons/goal';
|
|
|
1268
1268
|
export { default as GpuIcon } from '../icons/gpu';
|
|
1269
1269
|
// GraduationCap aliases
|
|
1270
1270
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1271
|
-
// Grid3x2 aliases
|
|
1272
|
-
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1273
1271
|
// Grape aliases
|
|
1274
1272
|
export { default as GrapeIcon } from '../icons/grape';
|
|
1275
|
-
// GripVertical aliases
|
|
1276
|
-
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1277
1273
|
// GripHorizontal aliases
|
|
1278
1274
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1275
|
+
// GripVertical aliases
|
|
1276
|
+
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1277
|
+
// Grid3x2 aliases
|
|
1278
|
+
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1279
1279
|
// Grip aliases
|
|
1280
1280
|
export { default as GripIcon } from '../icons/grip';
|
|
1281
1281
|
// Group aliases
|
|
@@ -1288,12 +1288,12 @@ export { default as HamIcon } from '../icons/ham';
|
|
|
1288
1288
|
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1289
1289
|
// Hammer aliases
|
|
1290
1290
|
export { default as HammerIcon } from '../icons/hammer';
|
|
1291
|
+
// HandFist aliases
|
|
1292
|
+
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1291
1293
|
// HandCoins aliases
|
|
1292
1294
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1293
1295
|
// HandHeart aliases
|
|
1294
1296
|
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1295
|
-
// HandFist aliases
|
|
1296
|
-
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1297
1297
|
// HandMetal aliases
|
|
1298
1298
|
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1299
1299
|
// HandPlatter aliases
|
|
@@ -1304,44 +1304,46 @@ 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
|
-
// HardDriveDownload aliases
|
|
1308
|
-
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1309
|
-
// HardDrive aliases
|
|
1310
|
-
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1311
1307
|
// HardDriveUpload aliases
|
|
1312
1308
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1309
|
+
// HardDrive aliases
|
|
1310
|
+
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1311
|
+
// HardDriveDownload aliases
|
|
1312
|
+
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1313
1313
|
// HardHat aliases
|
|
1314
1314
|
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1315
|
-
// Hash aliases
|
|
1316
|
-
export { default as HashIcon } from '../icons/hash';
|
|
1317
1315
|
// HatGlasses aliases
|
|
1318
1316
|
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1317
|
+
// Hash aliases
|
|
1318
|
+
export { default as HashIcon } from '../icons/hash';
|
|
1319
1319
|
// Haze aliases
|
|
1320
1320
|
export { default as HazeIcon } from '../icons/haze';
|
|
1321
|
-
//
|
|
1322
|
-
export { default as
|
|
1321
|
+
// Hd aliases
|
|
1322
|
+
export { default as HdIcon } from '../icons/hd';
|
|
1323
1323
|
// Heading1 aliases
|
|
1324
1324
|
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1325
|
+
// HdmiPort aliases
|
|
1326
|
+
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1325
1327
|
// Heading2 aliases
|
|
1326
1328
|
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1327
1329
|
// Heading3 aliases
|
|
1328
1330
|
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1329
|
-
// Heading5 aliases
|
|
1330
|
-
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1331
1331
|
// Heading4 aliases
|
|
1332
1332
|
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1333
|
+
// Heading5 aliases
|
|
1334
|
+
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1333
1335
|
// Heading6 aliases
|
|
1334
1336
|
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1335
1337
|
// Heading aliases
|
|
1336
1338
|
export { default as HeadingIcon } from '../icons/heading';
|
|
1337
1339
|
// HeadphoneOff aliases
|
|
1338
1340
|
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1341
|
+
// Headphones aliases
|
|
1342
|
+
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1339
1343
|
// Headset aliases
|
|
1340
1344
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1341
1345
|
// HeartCrack aliases
|
|
1342
1346
|
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1343
|
-
// Headphones aliases
|
|
1344
|
-
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1345
1347
|
// HeartHandshake aliases
|
|
1346
1348
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1347
1349
|
// HeartMinus aliases
|
|
@@ -1356,10 +1358,10 @@ export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
|
1356
1358
|
export { default as HeartIcon } from '../icons/heart';
|
|
1357
1359
|
// Heater aliases
|
|
1358
1360
|
export { default as HeaterIcon } from '../icons/heater';
|
|
1359
|
-
// Hexagon aliases
|
|
1360
|
-
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1361
1361
|
// Helicopter aliases
|
|
1362
1362
|
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1363
|
+
// Hexagon aliases
|
|
1364
|
+
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1363
1365
|
// Highlighter aliases
|
|
1364
1366
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1365
1367
|
// History aliases
|
|
@@ -1376,24 +1378,24 @@ export { default as HourglassIcon } from '../icons/hourglass';
|
|
|
1376
1378
|
export { default as HotelIcon } from '../icons/hotel';
|
|
1377
1379
|
// HouseHeart aliases
|
|
1378
1380
|
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1379
|
-
// HousePlug aliases
|
|
1380
|
-
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1381
1381
|
// HousePlus aliases
|
|
1382
1382
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1383
|
+
// HousePlug aliases
|
|
1384
|
+
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1383
1385
|
// HouseWifi aliases
|
|
1384
1386
|
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1385
1387
|
// IdCardLanyard aliases
|
|
1386
1388
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1387
1389
|
// IdCard aliases
|
|
1388
1390
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1389
|
-
// ImageMinus aliases
|
|
1390
|
-
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1391
1391
|
// ImageDown aliases
|
|
1392
1392
|
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1393
|
-
//
|
|
1394
|
-
export { default as
|
|
1393
|
+
// ImageMinus aliases
|
|
1394
|
+
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1395
1395
|
// ImageOff aliases
|
|
1396
1396
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1397
|
+
// ImagePlay aliases
|
|
1398
|
+
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1397
1399
|
// ImagePlus aliases
|
|
1398
1400
|
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1399
1401
|
// ImageUp aliases
|
|
@@ -1420,60 +1422,60 @@ export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
|
1420
1422
|
export { default as InstagramIcon } from '../icons/instagram';
|
|
1421
1423
|
// Italic aliases
|
|
1422
1424
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1425
|
+
// IterationCcw aliases
|
|
1426
|
+
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1423
1427
|
// IterationCw aliases
|
|
1424
1428
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1425
1429
|
// JapaneseYen aliases
|
|
1426
1430
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1427
|
-
// IterationCcw aliases
|
|
1428
|
-
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1429
1431
|
// Joystick aliases
|
|
1430
1432
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1431
|
-
// Kayak aliases
|
|
1432
|
-
export { default as KayakIcon } from '../icons/kayak';
|
|
1433
1433
|
// Kanban aliases
|
|
1434
1434
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1435
|
-
//
|
|
1436
|
-
export { default as
|
|
1435
|
+
// Kayak aliases
|
|
1436
|
+
export { default as KayakIcon } from '../icons/kayak';
|
|
1437
1437
|
// KeyRound aliases
|
|
1438
1438
|
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1439
|
+
// KeySquare aliases
|
|
1440
|
+
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1439
1441
|
// Key aliases
|
|
1440
1442
|
export { default as KeyIcon } from '../icons/key';
|
|
1441
1443
|
// KeyboardMusic aliases
|
|
1442
1444
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1443
|
-
// Keyboard aliases
|
|
1444
|
-
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1445
1445
|
// KeyboardOff aliases
|
|
1446
1446
|
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1447
|
-
//
|
|
1448
|
-
export { default as
|
|
1447
|
+
// Keyboard aliases
|
|
1448
|
+
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1449
1449
|
// LampCeiling aliases
|
|
1450
1450
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1451
|
+
// LampDesk aliases
|
|
1452
|
+
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1451
1453
|
// LampFloor aliases
|
|
1452
1454
|
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1453
1455
|
// LampWallDown aliases
|
|
1454
1456
|
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1455
|
-
// Lamp aliases
|
|
1456
|
-
export { default as LampIcon } from '../icons/lamp';
|
|
1457
|
-
// Landmark aliases
|
|
1458
|
-
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1459
1457
|
// LampWallUp aliases
|
|
1460
1458
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1459
|
+
// Lamp aliases
|
|
1460
|
+
export { default as LampIcon } from '../icons/lamp';
|
|
1461
1461
|
// Languages aliases
|
|
1462
1462
|
export { default as LanguagesIcon } from '../icons/languages';
|
|
1463
1463
|
// LandPlot aliases
|
|
1464
1464
|
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1465
1465
|
// LaptopMinimalCheck aliases
|
|
1466
1466
|
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1467
|
-
//
|
|
1468
|
-
export { default as
|
|
1467
|
+
// Landmark aliases
|
|
1468
|
+
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1469
1469
|
// LassoSelect aliases
|
|
1470
1470
|
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1471
|
+
// Laptop aliases
|
|
1472
|
+
export { default as LaptopIcon } from '../icons/laptop';
|
|
1471
1473
|
// Lasso aliases
|
|
1472
1474
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1473
|
-
// Layers2 aliases
|
|
1474
|
-
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1475
1475
|
// Laugh aliases
|
|
1476
1476
|
export { default as LaughIcon } from '../icons/laugh';
|
|
1477
|
+
// Layers2 aliases
|
|
1478
|
+
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1477
1479
|
// LayersPlus aliases
|
|
1478
1480
|
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1479
1481
|
// LayoutDashboard aliases
|
|
@@ -1488,10 +1490,10 @@ export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
|
1488
1490
|
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1489
1491
|
// LayoutTemplate aliases
|
|
1490
1492
|
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1491
|
-
// Leaf aliases
|
|
1492
|
-
export { default as LeafIcon } from '../icons/leaf';
|
|
1493
1493
|
// LeafyGreen aliases
|
|
1494
1494
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1495
|
+
// Leaf aliases
|
|
1496
|
+
export { default as LeafIcon } from '../icons/leaf';
|
|
1495
1497
|
// Lectern aliases
|
|
1496
1498
|
export { default as LecternIcon } from '../icons/lectern';
|
|
1497
1499
|
// LibraryBig aliases
|
|
@@ -1504,64 +1506,64 @@ export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
|
1504
1506
|
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1505
1507
|
// Ligature aliases
|
|
1506
1508
|
export { default as LigatureIcon } from '../icons/ligature';
|
|
1509
|
+
// Lightbulb aliases
|
|
1510
|
+
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1507
1511
|
// LineSquiggle aliases
|
|
1508
1512
|
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1509
|
-
// Link2 aliases
|
|
1510
|
-
export { default as Link2Icon } from '../icons/link-2';
|
|
1511
1513
|
// Link2Off aliases
|
|
1512
1514
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1513
|
-
//
|
|
1514
|
-
export { default as
|
|
1515
|
+
// Link2 aliases
|
|
1516
|
+
export { default as Link2Icon } from '../icons/link-2';
|
|
1517
|
+
// ListCheck aliases
|
|
1518
|
+
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1515
1519
|
// Link aliases
|
|
1516
1520
|
export { default as LinkIcon } from '../icons/link';
|
|
1517
1521
|
// Linkedin aliases
|
|
1518
1522
|
export { default as LinkedinIcon } from '../icons/linkedin';
|
|
1519
|
-
// ListCheck aliases
|
|
1520
|
-
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1521
1523
|
// ListChecks aliases
|
|
1522
1524
|
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1523
1525
|
// ListChevronsUpDown aliases
|
|
1524
1526
|
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1525
|
-
// ListCollapse aliases
|
|
1526
|
-
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1527
1527
|
// ListChevronsDownUp aliases
|
|
1528
1528
|
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1529
|
+
// ListCollapse aliases
|
|
1530
|
+
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1529
1531
|
// ListEnd aliases
|
|
1530
1532
|
export { default as ListEndIcon } from '../icons/list-end';
|
|
1531
1533
|
// ListFilterPlus aliases
|
|
1532
1534
|
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1533
|
-
// ListMinus aliases
|
|
1534
|
-
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1535
1535
|
// ListFilter aliases
|
|
1536
1536
|
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1537
|
+
// ListMinus aliases
|
|
1538
|
+
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1537
1539
|
// ListMusic aliases
|
|
1538
1540
|
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1539
1541
|
// ListOrdered aliases
|
|
1540
1542
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1541
|
-
// ListPlus aliases
|
|
1542
|
-
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1543
1543
|
// ListRestart aliases
|
|
1544
1544
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1545
|
+
// ListPlus aliases
|
|
1546
|
+
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1545
1547
|
// ListStart aliases
|
|
1546
1548
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1547
|
-
// ListTree aliases
|
|
1548
|
-
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1549
|
-
// ListTodo aliases
|
|
1550
|
-
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1551
1549
|
// ListVideo aliases
|
|
1552
1550
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1551
|
+
// ListTodo aliases
|
|
1552
|
+
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1553
|
+
// ListTree aliases
|
|
1554
|
+
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1553
1555
|
// ListX aliases
|
|
1554
1556
|
export { default as ListXIcon } from '../icons/list-x';
|
|
1555
1557
|
// List aliases
|
|
1556
1558
|
export { default as ListIcon } from '../icons/list';
|
|
1557
1559
|
// LoaderPinwheel aliases
|
|
1558
1560
|
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1561
|
+
// LocateFixed aliases
|
|
1562
|
+
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1559
1563
|
// Loader aliases
|
|
1560
1564
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1561
1565
|
// LocateOff aliases
|
|
1562
1566
|
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1563
|
-
// LocateFixed aliases
|
|
1564
|
-
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1565
1567
|
// Locate aliases
|
|
1566
1568
|
export { default as LocateIcon } from '../icons/locate';
|
|
1567
1569
|
// LockKeyhole aliases
|
|
@@ -1580,30 +1582,30 @@ export { default as LollipopIcon } from '../icons/lollipop';
|
|
|
1580
1582
|
export { default as LuggageIcon } from '../icons/luggage';
|
|
1581
1583
|
// Magnet aliases
|
|
1582
1584
|
export { default as MagnetIcon } from '../icons/magnet';
|
|
1583
|
-
// MailCheck aliases
|
|
1584
|
-
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1585
|
-
// MailOpen aliases
|
|
1586
|
-
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1587
1585
|
// MailMinus aliases
|
|
1588
1586
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1587
|
+
// MailOpen aliases
|
|
1588
|
+
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1589
|
+
// MailCheck aliases
|
|
1590
|
+
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1591
|
+
// MailPlus aliases
|
|
1592
|
+
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1589
1593
|
// MailSearch aliases
|
|
1590
1594
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1591
|
-
// MailX aliases
|
|
1592
|
-
export { default as MailXIcon } from '../icons/mail-x';
|
|
1593
1595
|
// MailWarning aliases
|
|
1594
1596
|
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1595
|
-
//
|
|
1596
|
-
export { default as
|
|
1597
|
+
// MailX aliases
|
|
1598
|
+
export { default as MailXIcon } from '../icons/mail-x';
|
|
1597
1599
|
// Mail aliases
|
|
1598
1600
|
export { default as MailIcon } from '../icons/mail';
|
|
1599
1601
|
// Mailbox aliases
|
|
1600
1602
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1601
1603
|
// Mails aliases
|
|
1602
1604
|
export { default as MailsIcon } from '../icons/mails';
|
|
1603
|
-
// MapPinCheckInside aliases
|
|
1604
|
-
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1605
1605
|
// MapMinus aliases
|
|
1606
1606
|
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1607
|
+
// MapPinCheckInside aliases
|
|
1608
|
+
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1607
1609
|
// MapPinCheck aliases
|
|
1608
1610
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1609
1611
|
// MapPinHouse aliases
|
|
@@ -1624,26 +1626,26 @@ export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
|
1624
1626
|
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1625
1627
|
// MapPin aliases
|
|
1626
1628
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1627
|
-
// MapPinned aliases
|
|
1628
|
-
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1629
1629
|
// MapPlus aliases
|
|
1630
1630
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1631
|
+
// MapPinned aliases
|
|
1632
|
+
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1631
1633
|
// Map aliases
|
|
1632
1634
|
export { default as MapIcon } from '../icons/map';
|
|
1633
|
-
// Mars aliases
|
|
1634
|
-
export { default as MarsIcon } from '../icons/mars';
|
|
1635
1635
|
// MarsStroke aliases
|
|
1636
1636
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1637
|
+
// Mars aliases
|
|
1638
|
+
export { default as MarsIcon } from '../icons/mars';
|
|
1637
1639
|
// Martini aliases
|
|
1638
1640
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1641
|
+
// Maximize2 aliases
|
|
1642
|
+
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1639
1643
|
// Maximize aliases
|
|
1640
1644
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1641
|
-
// MegaphoneOff aliases
|
|
1642
|
-
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1643
1645
|
// Medal aliases
|
|
1644
1646
|
export { default as MedalIcon } from '../icons/medal';
|
|
1645
|
-
//
|
|
1646
|
-
export { default as
|
|
1647
|
+
// MegaphoneOff aliases
|
|
1648
|
+
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1647
1649
|
// Megaphone aliases
|
|
1648
1650
|
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1649
1651
|
// Meh aliases
|
|
@@ -1672,26 +1674,26 @@ export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply
|
|
|
1672
1674
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1673
1675
|
// MessageCircleX aliases
|
|
1674
1676
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1675
|
-
// MessageCircle aliases
|
|
1676
|
-
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1677
1677
|
// MessageSquareCode aliases
|
|
1678
1678
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1679
|
+
// MessageCircle aliases
|
|
1680
|
+
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1679
1681
|
// MessageSquareDashed aliases
|
|
1680
1682
|
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1681
|
-
// MessageSquareDiff aliases
|
|
1682
|
-
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1683
1683
|
// MessageSquareDot aliases
|
|
1684
1684
|
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1685
|
+
// MessageSquareDiff aliases
|
|
1686
|
+
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1685
1687
|
// MessageSquareHeart aliases
|
|
1686
1688
|
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1687
1689
|
// MessageSquareLock aliases
|
|
1688
1690
|
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1691
|
+
// MessageSquareOff aliases
|
|
1692
|
+
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1689
1693
|
// MessageSquareMore aliases
|
|
1690
1694
|
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1691
1695
|
// MessageSquarePlus aliases
|
|
1692
1696
|
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1693
|
-
// MessageSquareOff aliases
|
|
1694
|
-
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1695
1697
|
// MessageSquareQuote aliases
|
|
1696
1698
|
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1697
1699
|
// MessageSquareReply aliases
|
|
@@ -1700,10 +1702,10 @@ export { default as MessageSquareReplyIcon } from '../icons/message-square-reply
|
|
|
1700
1702
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1701
1703
|
// MessageSquareText aliases
|
|
1702
1704
|
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1703
|
-
// MessageSquareX aliases
|
|
1704
|
-
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1705
1705
|
// MessageSquareWarning aliases
|
|
1706
1706
|
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1707
|
+
// MessageSquareX aliases
|
|
1708
|
+
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1707
1709
|
// MessageSquare aliases
|
|
1708
1710
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1709
1711
|
// MessagesSquare aliases
|
|
@@ -1714,18 +1716,18 @@ export { default as MicOffIcon } from '../icons/mic-off';
|
|
|
1714
1716
|
export { default as MicIcon } from '../icons/mic';
|
|
1715
1717
|
// Microchip aliases
|
|
1716
1718
|
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1717
|
-
// Microscope aliases
|
|
1718
|
-
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1719
1719
|
// Microwave aliases
|
|
1720
1720
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1721
|
-
//
|
|
1722
|
-
export { default as
|
|
1721
|
+
// Microscope aliases
|
|
1722
|
+
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1723
1723
|
// MilkOff aliases
|
|
1724
1724
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1725
|
-
//
|
|
1726
|
-
export { default as
|
|
1725
|
+
// Milestone aliases
|
|
1726
|
+
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1727
1727
|
// Minimize2 aliases
|
|
1728
1728
|
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1729
|
+
// Milk aliases
|
|
1730
|
+
export { default as MilkIcon } from '../icons/milk';
|
|
1729
1731
|
// Minimize aliases
|
|
1730
1732
|
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1731
1733
|
// Minus aliases
|
|
@@ -1742,196 +1744,196 @@ export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
|
1742
1744
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1743
1745
|
// MonitorOff aliases
|
|
1744
1746
|
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1745
|
-
// MonitorPlay aliases
|
|
1746
|
-
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1747
1747
|
// MonitorPause aliases
|
|
1748
1748
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1749
|
+
// MonitorPlay aliases
|
|
1750
|
+
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1751
|
+
// MonitorSpeaker aliases
|
|
1752
|
+
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1749
1753
|
// MonitorSmartphone aliases
|
|
1750
1754
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1751
1755
|
// MonitorStop aliases
|
|
1752
1756
|
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1753
|
-
// MonitorSpeaker aliases
|
|
1754
|
-
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1755
|
-
// MonitorX aliases
|
|
1756
|
-
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1757
1757
|
// MonitorUp aliases
|
|
1758
1758
|
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1759
|
-
//
|
|
1760
|
-
export { default as
|
|
1759
|
+
// MonitorX aliases
|
|
1760
|
+
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1761
1761
|
// MoonStar aliases
|
|
1762
1762
|
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1763
|
-
//
|
|
1764
|
-
export { default as
|
|
1763
|
+
// Monitor aliases
|
|
1764
|
+
export { default as MonitorIcon } from '../icons/monitor';
|
|
1765
1765
|
// Moon aliases
|
|
1766
1766
|
export { default as MoonIcon } from '../icons/moon';
|
|
1767
|
+
// Motorbike aliases
|
|
1768
|
+
export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
1769
|
+
// MountainSnow aliases
|
|
1770
|
+
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1767
1771
|
// Mountain aliases
|
|
1768
1772
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1769
1773
|
// MouseOff aliases
|
|
1770
1774
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1771
|
-
// MountainSnow aliases
|
|
1772
|
-
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1773
1775
|
// MousePointer2Off aliases
|
|
1774
1776
|
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1775
1777
|
// MousePointer2 aliases
|
|
1776
1778
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1777
|
-
// MousePointerClick aliases
|
|
1778
|
-
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1779
1779
|
// MousePointerBan aliases
|
|
1780
1780
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1781
|
+
// MousePointerClick aliases
|
|
1782
|
+
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1781
1783
|
// MousePointer aliases
|
|
1782
1784
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1783
1785
|
// Mouse aliases
|
|
1784
1786
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1785
1787
|
// MoveDiagonal2 aliases
|
|
1786
1788
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1787
|
-
// MoveDownLeft aliases
|
|
1788
|
-
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1789
1789
|
// MoveDiagonal aliases
|
|
1790
1790
|
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1791
|
+
// MoveDownLeft aliases
|
|
1792
|
+
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1791
1793
|
// MoveDownRight aliases
|
|
1792
1794
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1793
1795
|
// MoveDown aliases
|
|
1794
1796
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1795
1797
|
// MoveHorizontal aliases
|
|
1796
1798
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1799
|
+
// MoveRight aliases
|
|
1800
|
+
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1797
1801
|
// MoveLeft aliases
|
|
1798
1802
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1799
1803
|
// MoveUpRight aliases
|
|
1800
1804
|
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1801
|
-
// MoveRight aliases
|
|
1802
|
-
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1803
1805
|
// MoveUpLeft aliases
|
|
1804
1806
|
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1805
1807
|
// MoveUp aliases
|
|
1806
1808
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1807
|
-
// Move aliases
|
|
1808
|
-
export { default as MoveIcon } from '../icons/move';
|
|
1809
1809
|
// MoveVertical aliases
|
|
1810
1810
|
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1811
|
+
// Move aliases
|
|
1812
|
+
export { default as MoveIcon } from '../icons/move';
|
|
1811
1813
|
// Music2 aliases
|
|
1812
1814
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1813
1815
|
// Music3 aliases
|
|
1814
1816
|
export { default as Music3Icon } from '../icons/music-3';
|
|
1815
1817
|
// Music4 aliases
|
|
1816
1818
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1817
|
-
// Music aliases
|
|
1818
|
-
export { default as MusicIcon } from '../icons/music';
|
|
1819
1819
|
// Navigation2Off aliases
|
|
1820
1820
|
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1821
1821
|
// Navigation2 aliases
|
|
1822
1822
|
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1823
|
+
// Music aliases
|
|
1824
|
+
export { default as MusicIcon } from '../icons/music';
|
|
1823
1825
|
// NavigationOff aliases
|
|
1824
1826
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1825
1827
|
// Navigation aliases
|
|
1826
1828
|
export { default as NavigationIcon } from '../icons/navigation';
|
|
1827
1829
|
// Network aliases
|
|
1828
1830
|
export { default as NetworkIcon } from '../icons/network';
|
|
1829
|
-
// NonBinary aliases
|
|
1830
|
-
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1831
1831
|
// Newspaper aliases
|
|
1832
1832
|
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1833
|
-
// NotebookPen aliases
|
|
1834
|
-
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1835
1833
|
// Nfc aliases
|
|
1836
1834
|
export { default as NfcIcon } from '../icons/nfc';
|
|
1837
|
-
//
|
|
1838
|
-
export { default as
|
|
1835
|
+
// NonBinary aliases
|
|
1836
|
+
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1837
|
+
// NotebookPen aliases
|
|
1838
|
+
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1839
1839
|
// NotebookText aliases
|
|
1840
1840
|
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1841
|
-
//
|
|
1842
|
-
export { default as
|
|
1841
|
+
// NotebookTabs aliases
|
|
1842
|
+
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1843
1843
|
// NotepadTextDashed aliases
|
|
1844
1844
|
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1845
1845
|
// NotepadText aliases
|
|
1846
1846
|
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1847
1847
|
// NutOff aliases
|
|
1848
1848
|
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1849
|
-
// OctagonMinus aliases
|
|
1850
|
-
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1851
1849
|
// Nut aliases
|
|
1852
1850
|
export { default as NutIcon } from '../icons/nut';
|
|
1851
|
+
// OctagonMinus aliases
|
|
1852
|
+
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1853
|
+
// Octagon aliases
|
|
1854
|
+
export { default as OctagonIcon } from '../icons/octagon';
|
|
1853
1855
|
// Omega aliases
|
|
1854
1856
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1857
|
+
// Notebook aliases
|
|
1858
|
+
export { default as NotebookIcon } from '../icons/notebook';
|
|
1855
1859
|
// Option aliases
|
|
1856
1860
|
export { default as OptionIcon } from '../icons/option';
|
|
1857
|
-
// Octagon aliases
|
|
1858
|
-
export { default as OctagonIcon } from '../icons/octagon';
|
|
1859
|
-
// Origami aliases
|
|
1860
|
-
export { default as OrigamiIcon } from '../icons/origami';
|
|
1861
1861
|
// Orbit aliases
|
|
1862
1862
|
export { default as OrbitIcon } from '../icons/orbit';
|
|
1863
|
-
//
|
|
1864
|
-
export { default as
|
|
1863
|
+
// Origami aliases
|
|
1864
|
+
export { default as OrigamiIcon } from '../icons/origami';
|
|
1865
1865
|
// Package2 aliases
|
|
1866
1866
|
export { default as Package2Icon } from '../icons/package-2';
|
|
1867
|
-
//
|
|
1868
|
-
export { default as
|
|
1867
|
+
// PackageCheck aliases
|
|
1868
|
+
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1869
1869
|
// PackageMinus aliases
|
|
1870
1870
|
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1871
|
-
//
|
|
1872
|
-
export { default as
|
|
1871
|
+
// PackageOpen aliases
|
|
1872
|
+
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1873
1873
|
// PackagePlus aliases
|
|
1874
1874
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1875
|
+
// PackageSearch aliases
|
|
1876
|
+
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1877
|
+
// PaintBucket aliases
|
|
1878
|
+
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1875
1879
|
// PackageX aliases
|
|
1876
1880
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
1877
|
-
// Package aliases
|
|
1878
|
-
export { default as PackageIcon } from '../icons/package';
|
|
1879
1881
|
// PaintRoller aliases
|
|
1880
1882
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1881
|
-
//
|
|
1882
|
-
export { default as
|
|
1883
|
-
// PaintBucket aliases
|
|
1884
|
-
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1883
|
+
// Package aliases
|
|
1884
|
+
export { default as PackageIcon } from '../icons/package';
|
|
1885
1885
|
// Paintbrush aliases
|
|
1886
1886
|
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1887
1887
|
// Panda aliases
|
|
1888
1888
|
export { default as PandaIcon } from '../icons/panda';
|
|
1889
|
+
// Palette aliases
|
|
1890
|
+
export { default as PaletteIcon } from '../icons/palette';
|
|
1891
|
+
// PanelBottomClose aliases
|
|
1892
|
+
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1889
1893
|
// PanelBottom aliases
|
|
1890
1894
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1891
1895
|
// PanelBottomOpen aliases
|
|
1892
1896
|
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1893
|
-
// PanelBottomClose aliases
|
|
1894
|
-
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1895
|
-
// PanelLeftRightDashed aliases
|
|
1896
|
-
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1897
|
-
// PanelRightOpen aliases
|
|
1898
|
-
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1899
1897
|
// PanelRightClose aliases
|
|
1900
1898
|
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1899
|
+
// PanelRightOpen aliases
|
|
1900
|
+
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1901
|
+
// PanelLeftRightDashed aliases
|
|
1902
|
+
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1901
1903
|
// PanelRight aliases
|
|
1902
1904
|
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1903
1905
|
// PanelTopBottomDashed aliases
|
|
1904
1906
|
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
1905
1907
|
// PanelTopOpen aliases
|
|
1906
1908
|
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1907
|
-
// PanelTop aliases
|
|
1908
|
-
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1909
1909
|
// PanelTopClose aliases
|
|
1910
1910
|
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1911
|
+
// PanelTop aliases
|
|
1912
|
+
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1911
1913
|
// PanelsLeftBottom aliases
|
|
1912
1914
|
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1913
|
-
// Paperclip aliases
|
|
1914
|
-
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1915
1915
|
// PanelsRightBottom aliases
|
|
1916
1916
|
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1917
1917
|
// ParkingMeter aliases
|
|
1918
1918
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1919
|
-
//
|
|
1920
|
-
export { default as
|
|
1919
|
+
// Paperclip aliases
|
|
1920
|
+
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1921
1921
|
// PartyPopper aliases
|
|
1922
1922
|
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1923
|
+
// Parentheses aliases
|
|
1924
|
+
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1923
1925
|
// Pause aliases
|
|
1924
1926
|
export { default as PauseIcon } from '../icons/pause';
|
|
1925
|
-
// PcCase aliases
|
|
1926
|
-
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1927
|
-
// PenOff aliases
|
|
1928
|
-
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1929
1927
|
// PawPrint aliases
|
|
1930
1928
|
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1929
|
+
// PcCase aliases
|
|
1930
|
+
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1931
1931
|
// PenTool aliases
|
|
1932
1932
|
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1933
1933
|
// PencilLine aliases
|
|
1934
1934
|
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1935
|
+
// PenOff aliases
|
|
1936
|
+
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1935
1937
|
// PencilOff aliases
|
|
1936
1938
|
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1937
1939
|
// PencilRuler aliases
|
|
@@ -1942,100 +1944,100 @@ export { default as PencilIcon } from '../icons/pencil';
|
|
|
1942
1944
|
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1943
1945
|
// Percent aliases
|
|
1944
1946
|
export { default as PercentIcon } from '../icons/percent';
|
|
1947
|
+
// PersonStanding aliases
|
|
1948
|
+
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1945
1949
|
// PhilippinePeso aliases
|
|
1946
1950
|
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1947
1951
|
// PhoneCall aliases
|
|
1948
1952
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1949
|
-
// PersonStanding aliases
|
|
1950
|
-
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1951
1953
|
// PhoneForwarded aliases
|
|
1952
1954
|
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1953
1955
|
// PhoneIncoming aliases
|
|
1954
1956
|
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1955
1957
|
// PhoneMissed aliases
|
|
1956
1958
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1957
|
-
// PhoneOff aliases
|
|
1958
|
-
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1959
1959
|
// PhoneOutgoing aliases
|
|
1960
1960
|
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1961
|
+
// PhoneOff aliases
|
|
1962
|
+
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1961
1963
|
// Phone aliases
|
|
1962
1964
|
export { default as PhoneIcon } from '../icons/phone';
|
|
1963
1965
|
// Pi aliases
|
|
1964
1966
|
export { default as PiIcon } from '../icons/pi';
|
|
1965
|
-
//
|
|
1966
|
-
export { default as
|
|
1967
|
+
// Piano aliases
|
|
1968
|
+
export { default as PianoIcon } from '../icons/piano';
|
|
1967
1969
|
// PictureInPicture2 aliases
|
|
1968
1970
|
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
1971
|
+
// Pickaxe aliases
|
|
1972
|
+
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1969
1973
|
// PictureInPicture aliases
|
|
1970
1974
|
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1971
|
-
// Piano aliases
|
|
1972
|
-
export { default as PianoIcon } from '../icons/piano';
|
|
1973
1975
|
// PiggyBank aliases
|
|
1974
1976
|
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1975
|
-
// Pilcrow aliases
|
|
1976
|
-
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1977
|
-
// PilcrowRight aliases
|
|
1978
|
-
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1979
1977
|
// PilcrowLeft aliases
|
|
1980
1978
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1979
|
+
// PilcrowRight aliases
|
|
1980
|
+
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1981
|
+
// Pilcrow aliases
|
|
1982
|
+
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1983
|
+
// Pill aliases
|
|
1984
|
+
export { default as PillIcon } from '../icons/pill';
|
|
1981
1985
|
// PillBottle aliases
|
|
1982
1986
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
1983
1987
|
// PinOff aliases
|
|
1984
1988
|
export { default as PinOffIcon } from '../icons/pin-off';
|
|
1985
|
-
//
|
|
1986
|
-
export { default as
|
|
1989
|
+
// Pin aliases
|
|
1990
|
+
export { default as PinIcon } from '../icons/pin';
|
|
1987
1991
|
// Pipette aliases
|
|
1988
1992
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
1989
1993
|
// Pizza aliases
|
|
1990
1994
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
1991
|
-
// Pin aliases
|
|
1992
|
-
export { default as PinIcon } from '../icons/pin';
|
|
1993
1995
|
// PlaneLanding aliases
|
|
1994
1996
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
1995
|
-
// Plane aliases
|
|
1996
|
-
export { default as PlaneIcon } from '../icons/plane';
|
|
1997
1997
|
// PlaneTakeoff aliases
|
|
1998
1998
|
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
1999
|
-
//
|
|
2000
|
-
export { default as
|
|
2001
|
-
// Play aliases
|
|
2002
|
-
export { default as PlayIcon } from '../icons/play';
|
|
1999
|
+
// Plane aliases
|
|
2000
|
+
export { default as PlaneIcon } from '../icons/plane';
|
|
2003
2001
|
// Plug2 aliases
|
|
2004
2002
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
2003
|
+
// Play aliases
|
|
2004
|
+
export { default as PlayIcon } from '../icons/play';
|
|
2005
|
+
// Plug aliases
|
|
2006
|
+
export { default as PlugIcon } from '../icons/plug';
|
|
2005
2007
|
// Plus aliases
|
|
2006
2008
|
export { default as PlusIcon } from '../icons/plus';
|
|
2007
2009
|
// Pocket aliases
|
|
2008
2010
|
export { default as PocketIcon } from '../icons/pocket';
|
|
2009
2011
|
// PocketKnife aliases
|
|
2010
2012
|
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2011
|
-
// Podcast aliases
|
|
2012
|
-
export { default as PodcastIcon } from '../icons/podcast';
|
|
2013
2013
|
// PointerOff aliases
|
|
2014
2014
|
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2015
|
+
// Podcast aliases
|
|
2016
|
+
export { default as PodcastIcon } from '../icons/podcast';
|
|
2015
2017
|
// Pointer aliases
|
|
2016
2018
|
export { default as PointerIcon } from '../icons/pointer';
|
|
2017
|
-
// PowerOff aliases
|
|
2018
|
-
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2019
2019
|
// Popcorn aliases
|
|
2020
2020
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2021
2021
|
// Popsicle aliases
|
|
2022
2022
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2023
2023
|
// PoundSterling aliases
|
|
2024
2024
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2025
|
+
// PowerOff aliases
|
|
2026
|
+
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2025
2027
|
// Power aliases
|
|
2026
2028
|
export { default as PowerIcon } from '../icons/power';
|
|
2027
|
-
// PrinterCheck aliases
|
|
2028
|
-
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2029
2029
|
// Presentation aliases
|
|
2030
2030
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
2031
|
-
// Projector aliases
|
|
2032
|
-
export { default as ProjectorIcon } from '../icons/projector';
|
|
2033
2031
|
// Printer aliases
|
|
2034
2032
|
export { default as PrinterIcon } from '../icons/printer';
|
|
2035
|
-
//
|
|
2036
|
-
export { default as
|
|
2033
|
+
// PrinterCheck aliases
|
|
2034
|
+
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2035
|
+
// Projector aliases
|
|
2036
|
+
export { default as ProjectorIcon } from '../icons/projector';
|
|
2037
2037
|
// Proportions aliases
|
|
2038
2038
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2039
|
+
// Puzzle aliases
|
|
2040
|
+
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2039
2041
|
// Pyramid aliases
|
|
2040
2042
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2041
2043
|
// QrCode aliases
|
|
@@ -2050,10 +2052,10 @@ export { default as RadarIcon } from '../icons/radar';
|
|
|
2050
2052
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
2051
2053
|
// Radical aliases
|
|
2052
2054
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2053
|
-
// RadioReceiver aliases
|
|
2054
|
-
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2055
2055
|
// RadioTower aliases
|
|
2056
2056
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2057
|
+
// RadioReceiver aliases
|
|
2058
|
+
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2057
2059
|
// Radius aliases
|
|
2058
2060
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2059
2061
|
// Radio aliases
|
|
@@ -2066,42 +2068,42 @@ export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
|
2066
2068
|
export { default as RatIcon } from '../icons/rat';
|
|
2067
2069
|
// Ratio aliases
|
|
2068
2070
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2069
|
-
// ReceiptEuro aliases
|
|
2070
|
-
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2071
2071
|
// ReceiptCent aliases
|
|
2072
2072
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2073
|
-
//
|
|
2074
|
-
export { default as
|
|
2075
|
-
// ReceiptRussianRuble aliases
|
|
2076
|
-
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2073
|
+
// ReceiptEuro aliases
|
|
2074
|
+
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2077
2075
|
// ReceiptIndianRupee aliases
|
|
2078
2076
|
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2077
|
+
// ReceiptPoundSterling aliases
|
|
2078
|
+
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2079
2079
|
// ReceiptSwissFranc aliases
|
|
2080
2080
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2081
|
+
// ReceiptJapaneseYen aliases
|
|
2082
|
+
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2083
|
+
// ReceiptRussianRuble aliases
|
|
2084
|
+
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2081
2085
|
// ReceiptText aliases
|
|
2082
2086
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2083
|
-
// ReceiptPoundSterling aliases
|
|
2084
|
-
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2085
2087
|
// ReceiptTurkishLira aliases
|
|
2086
2088
|
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2087
2089
|
// Receipt aliases
|
|
2088
2090
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2089
2091
|
// RectangleCircle aliases
|
|
2090
2092
|
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2091
|
-
// RectangleHorizontal aliases
|
|
2092
|
-
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2093
2093
|
// RectangleGoggles aliases
|
|
2094
2094
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2095
|
+
// RectangleHorizontal aliases
|
|
2096
|
+
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2095
2097
|
// RectangleVertical aliases
|
|
2096
2098
|
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2097
2099
|
// Recycle aliases
|
|
2098
2100
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2099
2101
|
// Redo2 aliases
|
|
2100
2102
|
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2101
|
-
// Redo aliases
|
|
2102
|
-
export { default as RedoIcon } from '../icons/redo';
|
|
2103
2103
|
// RedoDot aliases
|
|
2104
2104
|
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2105
|
+
// Redo aliases
|
|
2106
|
+
export { default as RedoIcon } from '../icons/redo';
|
|
2105
2107
|
// RefreshCcwDot aliases
|
|
2106
2108
|
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2107
2109
|
// RefreshCcw aliases
|
|
@@ -2110,148 +2112,148 @@ export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
|
2110
2112
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2111
2113
|
// Refrigerator aliases
|
|
2112
2114
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2113
|
-
// RefreshCw aliases
|
|
2114
|
-
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2115
2115
|
// Regex aliases
|
|
2116
2116
|
export { default as RegexIcon } from '../icons/regex';
|
|
2117
|
+
// RefreshCw aliases
|
|
2118
|
+
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2117
2119
|
// RemoveFormatting aliases
|
|
2118
2120
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2119
|
-
// Repeat1 aliases
|
|
2120
|
-
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2121
2121
|
// Repeat2 aliases
|
|
2122
2122
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2123
|
-
//
|
|
2124
|
-
export { default as
|
|
2123
|
+
// Repeat1 aliases
|
|
2124
|
+
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2125
2125
|
// Repeat aliases
|
|
2126
2126
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2127
2127
|
// Replace aliases
|
|
2128
2128
|
export { default as ReplaceIcon } from '../icons/replace';
|
|
2129
|
+
// ReplaceAll aliases
|
|
2130
|
+
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2129
2131
|
// ReplyAll aliases
|
|
2130
2132
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2131
2133
|
// Reply aliases
|
|
2132
2134
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2133
2135
|
// Rewind aliases
|
|
2134
2136
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2137
|
+
// RockingChair aliases
|
|
2138
|
+
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2135
2139
|
// Ribbon aliases
|
|
2136
2140
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2137
|
-
// Rocket aliases
|
|
2138
|
-
export { default as RocketIcon } from '../icons/rocket';
|
|
2139
2141
|
// RollerCoaster aliases
|
|
2140
2142
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2143
|
+
// Rocket aliases
|
|
2144
|
+
export { default as RocketIcon } from '../icons/rocket';
|
|
2141
2145
|
// Rose aliases
|
|
2142
2146
|
export { default as RoseIcon } from '../icons/rose';
|
|
2143
|
-
// RockingChair aliases
|
|
2144
|
-
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2145
|
-
// RotateCcwKey aliases
|
|
2146
|
-
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2147
2147
|
// RotateCcwSquare aliases
|
|
2148
2148
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2149
|
-
//
|
|
2150
|
-
export { default as
|
|
2149
|
+
// RotateCcwKey aliases
|
|
2150
|
+
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2151
2151
|
// RotateCcw aliases
|
|
2152
2152
|
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2153
2153
|
// RotateCwSquare aliases
|
|
2154
2154
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2155
|
-
//
|
|
2156
|
-
export { default as
|
|
2155
|
+
// RotateCw aliases
|
|
2156
|
+
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2157
2157
|
// RouteOff aliases
|
|
2158
2158
|
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2159
|
+
// Route aliases
|
|
2160
|
+
export { default as RouteIcon } from '../icons/route';
|
|
2159
2161
|
// Router aliases
|
|
2160
2162
|
export { default as RouterIcon } from '../icons/router';
|
|
2161
2163
|
// Rows4 aliases
|
|
2162
2164
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2163
|
-
// RulerDimensionLine aliases
|
|
2164
|
-
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2165
2165
|
// Rss aliases
|
|
2166
2166
|
export { default as RssIcon } from '../icons/rss';
|
|
2167
|
+
// RulerDimensionLine aliases
|
|
2168
|
+
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2167
2169
|
// Ruler aliases
|
|
2168
2170
|
export { default as RulerIcon } from '../icons/ruler';
|
|
2169
|
-
// Sailboat aliases
|
|
2170
|
-
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2171
2171
|
// RussianRuble aliases
|
|
2172
2172
|
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2173
|
-
//
|
|
2174
|
-
export { default as
|
|
2173
|
+
// Sailboat aliases
|
|
2174
|
+
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2175
2175
|
// Salad aliases
|
|
2176
2176
|
export { default as SaladIcon } from '../icons/salad';
|
|
2177
|
+
// Sandwich aliases
|
|
2178
|
+
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2177
2179
|
// SatelliteDish aliases
|
|
2178
2180
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2179
2181
|
// Satellite aliases
|
|
2180
2182
|
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2181
2183
|
// SaudiRiyal aliases
|
|
2182
2184
|
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2185
|
+
// SaveAll aliases
|
|
2186
|
+
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2183
2187
|
// SaveOff aliases
|
|
2184
2188
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2185
2189
|
// Save aliases
|
|
2186
2190
|
export { default as SaveIcon } from '../icons/save';
|
|
2187
2191
|
// Scale aliases
|
|
2188
2192
|
export { default as ScaleIcon } from '../icons/scale';
|
|
2189
|
-
// SaveAll aliases
|
|
2190
|
-
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2191
|
-
// Scaling aliases
|
|
2192
|
-
export { default as ScalingIcon } from '../icons/scaling';
|
|
2193
|
-
// ScanEye aliases
|
|
2194
|
-
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2195
2193
|
// ScanBarcode aliases
|
|
2196
2194
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2195
|
+
// Scaling aliases
|
|
2196
|
+
export { default as ScalingIcon } from '../icons/scaling';
|
|
2197
|
+
// ScanHeart aliases
|
|
2198
|
+
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2197
2199
|
// ScanFace aliases
|
|
2198
2200
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2201
|
+
// ScanEye aliases
|
|
2202
|
+
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2199
2203
|
// ScanLine aliases
|
|
2200
2204
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2201
|
-
// ScanHeart aliases
|
|
2202
|
-
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2203
2205
|
// ScanQrCode aliases
|
|
2204
2206
|
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2205
|
-
// ScanSearch aliases
|
|
2206
|
-
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2207
2207
|
// ScanText aliases
|
|
2208
2208
|
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2209
|
+
// ScanSearch aliases
|
|
2210
|
+
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2209
2211
|
// Scan aliases
|
|
2210
2212
|
export { default as ScanIcon } from '../icons/scan';
|
|
2211
2213
|
// School aliases
|
|
2212
2214
|
export { default as SchoolIcon } from '../icons/school';
|
|
2213
|
-
// ScissorsLineDashed aliases
|
|
2214
|
-
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2215
2215
|
// Scissors aliases
|
|
2216
2216
|
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2217
2217
|
// Scooter aliases
|
|
2218
2218
|
export { default as ScooterIcon } from '../icons/scooter';
|
|
2219
|
+
// ScissorsLineDashed aliases
|
|
2220
|
+
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2219
2221
|
// ScreenShareOff aliases
|
|
2220
2222
|
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2221
|
-
// ScrollText aliases
|
|
2222
|
-
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2223
|
-
// Scroll aliases
|
|
2224
|
-
export { default as ScrollIcon } from '../icons/scroll';
|
|
2225
2223
|
// ScreenShare aliases
|
|
2226
2224
|
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2225
|
+
// ScrollText aliases
|
|
2226
|
+
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2227
2227
|
// SearchAlert aliases
|
|
2228
2228
|
export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
2229
|
-
// SearchCode aliases
|
|
2230
|
-
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2231
|
-
// SearchSlash aliases
|
|
2232
|
-
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2233
2229
|
// SearchCheck aliases
|
|
2234
2230
|
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2231
|
+
// Scroll aliases
|
|
2232
|
+
export { default as ScrollIcon } from '../icons/scroll';
|
|
2233
|
+
// SearchCode aliases
|
|
2234
|
+
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2235
2235
|
// SearchX aliases
|
|
2236
2236
|
export { default as SearchXIcon } from '../icons/search-x';
|
|
2237
|
-
//
|
|
2238
|
-
export { default as
|
|
2237
|
+
// SearchSlash aliases
|
|
2238
|
+
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2239
2239
|
// Search aliases
|
|
2240
2240
|
export { default as SearchIcon } from '../icons/search';
|
|
2241
|
+
// Section aliases
|
|
2242
|
+
export { default as SectionIcon } from '../icons/section';
|
|
2241
2243
|
// SendToBack aliases
|
|
2242
2244
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2243
2245
|
// Send aliases
|
|
2244
2246
|
export { default as SendIcon } from '../icons/send';
|
|
2245
|
-
// SeparatorHorizontal aliases
|
|
2246
|
-
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2247
2247
|
// SeparatorVertical aliases
|
|
2248
2248
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2249
|
+
// SeparatorHorizontal aliases
|
|
2250
|
+
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2251
|
+
// ServerCog aliases
|
|
2252
|
+
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2249
2253
|
// ServerCrash aliases
|
|
2250
2254
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2251
2255
|
// ServerOff aliases
|
|
2252
2256
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2253
|
-
// ServerCog aliases
|
|
2254
|
-
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2255
2257
|
// Server aliases
|
|
2256
2258
|
export { default as ServerIcon } from '../icons/server';
|
|
2257
2259
|
// Settings2 aliases
|
|
@@ -2260,22 +2262,22 @@ export { default as Settings2Icon } from '../icons/settings-2';
|
|
|
2260
2262
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2261
2263
|
// Share2 aliases
|
|
2262
2264
|
export { default as Share2Icon } from '../icons/share-2';
|
|
2263
|
-
// Shapes aliases
|
|
2264
|
-
export { default as ShapesIcon } from '../icons/shapes';
|
|
2265
|
-
// Sheet aliases
|
|
2266
|
-
export { default as SheetIcon } from '../icons/sheet';
|
|
2267
2265
|
// Share aliases
|
|
2268
2266
|
export { default as ShareIcon } from '../icons/share';
|
|
2267
|
+
// Sheet aliases
|
|
2268
|
+
export { default as SheetIcon } from '../icons/sheet';
|
|
2269
|
+
// Shapes aliases
|
|
2270
|
+
export { default as ShapesIcon } from '../icons/shapes';
|
|
2269
2271
|
// Shell aliases
|
|
2270
2272
|
export { default as ShellIcon } from '../icons/shell';
|
|
2271
2273
|
// ShieldAlert aliases
|
|
2272
2274
|
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2273
|
-
// ShieldBan aliases
|
|
2274
|
-
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2275
|
-
// ShieldCheck aliases
|
|
2276
|
-
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2277
2275
|
// ShieldEllipsis aliases
|
|
2278
2276
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2277
|
+
// ShieldCheck aliases
|
|
2278
|
+
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2279
|
+
// ShieldBan aliases
|
|
2280
|
+
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2279
2281
|
// ShieldHalf aliases
|
|
2280
2282
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2281
2283
|
// ShieldMinus aliases
|
|
@@ -2298,62 +2300,62 @@ export { default as ShirtIcon } from '../icons/shirt';
|
|
|
2298
2300
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2299
2301
|
// ShoppingBasket aliases
|
|
2300
2302
|
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2301
|
-
// ShoppingCart aliases
|
|
2302
|
-
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2303
2303
|
// Shovel aliases
|
|
2304
2304
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2305
|
+
// ShoppingCart aliases
|
|
2306
|
+
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2305
2307
|
// ShowerHead aliases
|
|
2306
2308
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2307
2309
|
// Shredder aliases
|
|
2308
2310
|
export { default as ShredderIcon } from '../icons/shredder';
|
|
2309
|
-
// Shrink aliases
|
|
2310
|
-
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2311
2311
|
// Shrimp aliases
|
|
2312
2312
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2313
|
-
//
|
|
2314
|
-
export { default as
|
|
2313
|
+
// Shrink aliases
|
|
2314
|
+
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2315
2315
|
// Shuffle aliases
|
|
2316
2316
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2317
|
+
// Shrub aliases
|
|
2318
|
+
export { default as ShrubIcon } from '../icons/shrub';
|
|
2317
2319
|
// Sigma aliases
|
|
2318
2320
|
export { default as SigmaIcon } from '../icons/sigma';
|
|
2319
|
-
// SignalHigh aliases
|
|
2320
|
-
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2321
2321
|
// SignalLow aliases
|
|
2322
2322
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2323
|
-
//
|
|
2324
|
-
export { default as
|
|
2323
|
+
// SignalHigh aliases
|
|
2324
|
+
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2325
2325
|
// SignalZero aliases
|
|
2326
2326
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2327
2327
|
// Signal aliases
|
|
2328
2328
|
export { default as SignalIcon } from '../icons/signal';
|
|
2329
|
+
// SignalMedium aliases
|
|
2330
|
+
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2329
2331
|
// Signature aliases
|
|
2330
2332
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2331
2333
|
// SignpostBig aliases
|
|
2332
2334
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2333
2335
|
// Signpost aliases
|
|
2334
2336
|
export { default as SignpostIcon } from '../icons/signpost';
|
|
2335
|
-
// Siren aliases
|
|
2336
|
-
export { default as SirenIcon } from '../icons/siren';
|
|
2337
2337
|
// SkipBack aliases
|
|
2338
2338
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2339
|
-
//
|
|
2340
|
-
export { default as
|
|
2339
|
+
// Siren aliases
|
|
2340
|
+
export { default as SirenIcon } from '../icons/siren';
|
|
2341
2341
|
// SkipForward aliases
|
|
2342
2342
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2343
|
-
//
|
|
2344
|
-
export { default as
|
|
2343
|
+
// Skull aliases
|
|
2344
|
+
export { default as SkullIcon } from '../icons/skull';
|
|
2345
2345
|
// Slash aliases
|
|
2346
2346
|
export { default as SlashIcon } from '../icons/slash';
|
|
2347
|
-
//
|
|
2348
|
-
export { default as
|
|
2347
|
+
// Slack aliases
|
|
2348
|
+
export { default as SlackIcon } from '../icons/slack';
|
|
2349
2349
|
// Slice aliases
|
|
2350
2350
|
export { default as SliceIcon } from '../icons/slice';
|
|
2351
|
+
// SlidersHorizontal aliases
|
|
2352
|
+
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2351
2353
|
// SmartphoneCharging aliases
|
|
2352
2354
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2353
|
-
// Smartphone aliases
|
|
2354
|
-
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2355
2355
|
// SmartphoneNfc aliases
|
|
2356
2356
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2357
|
+
// Smartphone aliases
|
|
2358
|
+
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2357
2359
|
// SmilePlus aliases
|
|
2358
2360
|
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2359
2361
|
// Smile aliases
|
|
@@ -2364,26 +2366,26 @@ export { default as SnailIcon } from '../icons/snail';
|
|
|
2364
2366
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2365
2367
|
// SoapDispenserDroplet aliases
|
|
2366
2368
|
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2367
|
-
// Sofa aliases
|
|
2368
|
-
export { default as SofaIcon } from '../icons/sofa';
|
|
2369
2369
|
// SolarPanel aliases
|
|
2370
2370
|
export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
2371
|
+
// Sofa aliases
|
|
2372
|
+
export { default as SofaIcon } from '../icons/sofa';
|
|
2371
2373
|
// Soup aliases
|
|
2372
2374
|
export { default as SoupIcon } from '../icons/soup';
|
|
2373
2375
|
// Space aliases
|
|
2374
2376
|
export { default as SpaceIcon } from '../icons/space';
|
|
2375
|
-
// Sparkle aliases
|
|
2376
|
-
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2377
2377
|
// Spade aliases
|
|
2378
2378
|
export { default as SpadeIcon } from '../icons/spade';
|
|
2379
2379
|
// Speaker aliases
|
|
2380
2380
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2381
|
+
// Speech aliases
|
|
2382
|
+
export { default as SpeechIcon } from '../icons/speech';
|
|
2383
|
+
// Sparkle aliases
|
|
2384
|
+
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2381
2385
|
// SpellCheck2 aliases
|
|
2382
2386
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2383
2387
|
// SpellCheck aliases
|
|
2384
2388
|
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2385
|
-
// Speech aliases
|
|
2386
|
-
export { default as SpeechIcon } from '../icons/speech';
|
|
2387
2389
|
// SplinePointer aliases
|
|
2388
2390
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2389
2391
|
// Spline aliases
|
|
@@ -2392,42 +2394,42 @@ export { default as SplineIcon } from '../icons/spline';
|
|
|
2392
2394
|
export { default as SplitIcon } from '../icons/split';
|
|
2393
2395
|
// Spool aliases
|
|
2394
2396
|
export { default as SpoolIcon } from '../icons/spool';
|
|
2395
|
-
// SprayCan aliases
|
|
2396
|
-
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2397
2397
|
// Spotlight aliases
|
|
2398
2398
|
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2399
|
+
// SprayCan aliases
|
|
2400
|
+
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2399
2401
|
// Sprout aliases
|
|
2400
2402
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2401
2403
|
// SquareDashedBottomCode aliases
|
|
2402
2404
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2403
|
-
// SquareDashedTopSolid aliases
|
|
2404
|
-
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2405
2405
|
// SquareDashedBottom aliases
|
|
2406
2406
|
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2407
|
+
// SquareDashedTopSolid aliases
|
|
2408
|
+
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2407
2409
|
// SquarePause aliases
|
|
2408
2410
|
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2409
2411
|
// SquareRadical aliases
|
|
2410
2412
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2411
|
-
// SquareSquare aliases
|
|
2412
|
-
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2413
2413
|
// SquareRoundCorner aliases
|
|
2414
2414
|
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2415
|
+
// SquareSquare aliases
|
|
2416
|
+
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2415
2417
|
// SquareStack aliases
|
|
2416
2418
|
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2417
2419
|
// SquareStar aliases
|
|
2418
2420
|
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2419
2421
|
// Square aliases
|
|
2420
2422
|
export { default as SquareIcon } from '../icons/square';
|
|
2421
|
-
// SquaresExclude aliases
|
|
2422
|
-
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2423
2423
|
// SquareStop aliases
|
|
2424
2424
|
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2425
|
-
//
|
|
2426
|
-
export { default as
|
|
2425
|
+
// SquaresExclude aliases
|
|
2426
|
+
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2427
2427
|
// SquaresIntersect aliases
|
|
2428
2428
|
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2429
2429
|
// SquaresUnite aliases
|
|
2430
2430
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2431
|
+
// SquaresSubtract aliases
|
|
2432
|
+
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2431
2433
|
// SquircleDashed aliases
|
|
2432
2434
|
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2433
2435
|
// Squircle aliases
|
|
@@ -2436,62 +2438,62 @@ export { default as SquircleIcon } from '../icons/squircle';
|
|
|
2436
2438
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2437
2439
|
// Stamp aliases
|
|
2438
2440
|
export { default as StampIcon } from '../icons/stamp';
|
|
2439
|
-
// StarOff aliases
|
|
2440
|
-
export { default as StarOffIcon } from '../icons/star-off';
|
|
2441
|
-
// Star aliases
|
|
2442
|
-
export { default as StarIcon } from '../icons/star';
|
|
2443
2441
|
// StarHalf aliases
|
|
2444
2442
|
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2443
|
+
// Star aliases
|
|
2444
|
+
export { default as StarIcon } from '../icons/star';
|
|
2445
|
+
// StarOff aliases
|
|
2446
|
+
export { default as StarOffIcon } from '../icons/star-off';
|
|
2445
2447
|
// StepBack aliases
|
|
2446
2448
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2447
|
-
// StepForward aliases
|
|
2448
|
-
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2449
2449
|
// Stethoscope aliases
|
|
2450
2450
|
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2451
|
+
// StepForward aliases
|
|
2452
|
+
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2451
2453
|
// Sticker aliases
|
|
2452
2454
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2453
|
-
// Store aliases
|
|
2454
|
-
export { default as StoreIcon } from '../icons/store';
|
|
2455
2455
|
// StickyNote aliases
|
|
2456
2456
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2457
|
-
//
|
|
2458
|
-
export { default as
|
|
2457
|
+
// Store aliases
|
|
2458
|
+
export { default as StoreIcon } from '../icons/store';
|
|
2459
2459
|
// StretchVertical aliases
|
|
2460
2460
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2461
|
+
// StretchHorizontal aliases
|
|
2462
|
+
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2461
2463
|
// Strikethrough aliases
|
|
2462
2464
|
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2463
|
-
// Subscript aliases
|
|
2464
|
-
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2465
2465
|
// SunDim aliases
|
|
2466
2466
|
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2467
|
+
// Subscript aliases
|
|
2468
|
+
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2467
2469
|
// SunMedium aliases
|
|
2468
2470
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2469
2471
|
// SunMoon aliases
|
|
2470
2472
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2471
2473
|
// SunSnow aliases
|
|
2472
2474
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2473
|
-
// Sun aliases
|
|
2474
|
-
export { default as SunIcon } from '../icons/sun';
|
|
2475
2475
|
// Sunrise aliases
|
|
2476
2476
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2477
|
+
// Sun aliases
|
|
2478
|
+
export { default as SunIcon } from '../icons/sun';
|
|
2477
2479
|
// Sunset aliases
|
|
2478
2480
|
export { default as SunsetIcon } from '../icons/sunset';
|
|
2479
2481
|
// Superscript aliases
|
|
2480
2482
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2481
|
-
// SwatchBook aliases
|
|
2482
|
-
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2483
2483
|
// SwissFranc aliases
|
|
2484
2484
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2485
|
-
//
|
|
2486
|
-
export { default as
|
|
2485
|
+
// SwatchBook aliases
|
|
2486
|
+
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2487
2487
|
// Sword aliases
|
|
2488
2488
|
export { default as SwordIcon } from '../icons/sword';
|
|
2489
|
+
// SwitchCamera aliases
|
|
2490
|
+
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2489
2491
|
// Swords aliases
|
|
2490
2492
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2491
|
-
// Syringe aliases
|
|
2492
|
-
export { default as SyringeIcon } from '../icons/syringe';
|
|
2493
2493
|
// Table2 aliases
|
|
2494
2494
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2495
|
+
// Syringe aliases
|
|
2496
|
+
export { default as SyringeIcon } from '../icons/syringe';
|
|
2495
2497
|
// TableCellsMerge aliases
|
|
2496
2498
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2497
2499
|
// TableCellsSplit aliases
|
|
@@ -2502,20 +2504,20 @@ export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
|
2502
2504
|
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2503
2505
|
// TableProperties aliases
|
|
2504
2506
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2505
|
-
// Table aliases
|
|
2506
|
-
export { default as TableIcon } from '../icons/table';
|
|
2507
2507
|
// TableRowsSplit aliases
|
|
2508
2508
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2509
|
-
// Tablets aliases
|
|
2510
|
-
export { default as TabletsIcon } from '../icons/tablets';
|
|
2511
2509
|
// TabletSmartphone aliases
|
|
2512
2510
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2511
|
+
// Table aliases
|
|
2512
|
+
export { default as TableIcon } from '../icons/table';
|
|
2513
2513
|
// Tablet aliases
|
|
2514
2514
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2515
|
-
//
|
|
2516
|
-
export { default as
|
|
2515
|
+
// Tablets aliases
|
|
2516
|
+
export { default as TabletsIcon } from '../icons/tablets';
|
|
2517
2517
|
// Tags aliases
|
|
2518
2518
|
export { default as TagsIcon } from '../icons/tags';
|
|
2519
|
+
// Tag aliases
|
|
2520
|
+
export { default as TagIcon } from '../icons/tag';
|
|
2519
2521
|
// Tally1 aliases
|
|
2520
2522
|
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2521
2523
|
// Tally2 aliases
|
|
@@ -2532,10 +2534,10 @@ export { default as TangentIcon } from '../icons/tangent';
|
|
|
2532
2534
|
export { default as TargetIcon } from '../icons/target';
|
|
2533
2535
|
// Telescope aliases
|
|
2534
2536
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2535
|
-
// TentTree aliases
|
|
2536
|
-
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2537
2537
|
// Tent aliases
|
|
2538
2538
|
export { default as TentIcon } from '../icons/tent';
|
|
2539
|
+
// TentTree aliases
|
|
2540
|
+
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2539
2541
|
// Terminal aliases
|
|
2540
2542
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2541
2543
|
// TestTube aliases
|
|
@@ -2548,76 +2550,76 @@ export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
|
2548
2550
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2549
2551
|
// TextQuote aliases
|
|
2550
2552
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2551
|
-
// Theater aliases
|
|
2552
|
-
export { default as TheaterIcon } from '../icons/theater';
|
|
2553
2553
|
// TextSearch aliases
|
|
2554
2554
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2555
|
-
//
|
|
2556
|
-
export { default as
|
|
2555
|
+
// Theater aliases
|
|
2556
|
+
export { default as TheaterIcon } from '../icons/theater';
|
|
2557
2557
|
// ThermometerSnowflake aliases
|
|
2558
2558
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2559
|
+
// ThermometerSun aliases
|
|
2560
|
+
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2559
2561
|
// Thermometer aliases
|
|
2560
2562
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2561
2563
|
// ThumbsDown aliases
|
|
2562
2564
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2563
2565
|
// ThumbsUp aliases
|
|
2564
2566
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2565
|
-
// TicketCheck aliases
|
|
2566
|
-
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2567
2567
|
// TicketMinus aliases
|
|
2568
2568
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2569
2569
|
// TicketPercent aliases
|
|
2570
2570
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2571
|
+
// TicketCheck aliases
|
|
2572
|
+
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2571
2573
|
// TicketPlus aliases
|
|
2572
2574
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2573
|
-
// TicketSlash aliases
|
|
2574
|
-
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2575
2575
|
// TicketX aliases
|
|
2576
2576
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2577
|
+
// TicketSlash aliases
|
|
2578
|
+
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2577
2579
|
// Ticket aliases
|
|
2578
2580
|
export { default as TicketIcon } from '../icons/ticket';
|
|
2581
|
+
// TimerOff aliases
|
|
2582
|
+
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2579
2583
|
// TicketsPlane aliases
|
|
2580
2584
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2581
2585
|
// Tickets aliases
|
|
2582
2586
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2583
|
-
// TimerOff aliases
|
|
2584
|
-
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2585
2587
|
// TimerReset aliases
|
|
2586
2588
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2587
2589
|
// Timer aliases
|
|
2588
2590
|
export { default as TimerIcon } from '../icons/timer';
|
|
2589
2591
|
// ToggleLeft aliases
|
|
2590
2592
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2591
|
-
// Toilet aliases
|
|
2592
|
-
export { default as ToiletIcon } from '../icons/toilet';
|
|
2593
2593
|
// ToggleRight aliases
|
|
2594
2594
|
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2595
|
-
// Tornado aliases
|
|
2596
|
-
export { default as TornadoIcon } from '../icons/tornado';
|
|
2597
2595
|
// ToolCase aliases
|
|
2598
2596
|
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2597
|
+
// Toilet aliases
|
|
2598
|
+
export { default as ToiletIcon } from '../icons/toilet';
|
|
2599
|
+
// Tornado aliases
|
|
2600
|
+
export { default as TornadoIcon } from '../icons/tornado';
|
|
2599
2601
|
// Torus aliases
|
|
2600
2602
|
export { default as TorusIcon } from '../icons/torus';
|
|
2601
|
-
// TouchpadOff aliases
|
|
2602
|
-
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2603
2603
|
// Touchpad aliases
|
|
2604
2604
|
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2605
|
+
// TouchpadOff aliases
|
|
2606
|
+
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2605
2607
|
// TowerControl aliases
|
|
2606
2608
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2607
2609
|
// ToyBrick aliases
|
|
2608
2610
|
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2609
2611
|
// Tractor aliases
|
|
2610
2612
|
export { default as TractorIcon } from '../icons/tractor';
|
|
2611
|
-
// TrainFrontTunnel aliases
|
|
2612
|
-
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2613
|
-
// TrainTrack aliases
|
|
2614
|
-
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2615
2613
|
// TrafficCone aliases
|
|
2616
2614
|
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2615
|
+
// TrainFrontTunnel aliases
|
|
2616
|
+
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2617
2617
|
// TrainFront aliases
|
|
2618
2618
|
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2619
2619
|
// Transgender aliases
|
|
2620
2620
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2621
|
+
// TrainTrack aliases
|
|
2622
|
+
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2621
2623
|
// Trash2 aliases
|
|
2622
2624
|
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2623
2625
|
// Trash aliases
|
|
@@ -2626,16 +2628,16 @@ export { default as TrashIcon } from '../icons/trash';
|
|
|
2626
2628
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2627
2629
|
// TreePine aliases
|
|
2628
2630
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2629
|
-
// Trees aliases
|
|
2630
|
-
export { default as TreesIcon } from '../icons/trees';
|
|
2631
2631
|
// Trello aliases
|
|
2632
2632
|
export { default as TrelloIcon } from '../icons/trello';
|
|
2633
|
-
// TrendingUpDown aliases
|
|
2634
|
-
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2635
2633
|
// TrendingDown aliases
|
|
2636
2634
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2635
|
+
// Trees aliases
|
|
2636
|
+
export { default as TreesIcon } from '../icons/trees';
|
|
2637
2637
|
// TrendingUp aliases
|
|
2638
2638
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2639
|
+
// TrendingUpDown aliases
|
|
2640
|
+
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2639
2641
|
// TriangleDashed aliases
|
|
2640
2642
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2641
2643
|
// TriangleRight aliases
|
|
@@ -2644,14 +2646,14 @@ export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
|
2644
2646
|
export { default as TriangleIcon } from '../icons/triangle';
|
|
2645
2647
|
// Trophy aliases
|
|
2646
2648
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2647
|
-
// TruckElectric aliases
|
|
2648
|
-
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2649
2649
|
// Truck aliases
|
|
2650
2650
|
export { default as TruckIcon } from '../icons/truck';
|
|
2651
|
-
//
|
|
2652
|
-
export { default as
|
|
2651
|
+
// TruckElectric aliases
|
|
2652
|
+
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2653
2653
|
// Turntable aliases
|
|
2654
2654
|
export { default as TurntableIcon } from '../icons/turntable';
|
|
2655
|
+
// TurkishLira aliases
|
|
2656
|
+
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2655
2657
|
// TvMinimalPlay aliases
|
|
2656
2658
|
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2657
2659
|
// Turtle aliases
|
|
@@ -2662,44 +2664,44 @@ export { default as TvIcon } from '../icons/tv';
|
|
|
2662
2664
|
export { default as TwitchIcon } from '../icons/twitch';
|
|
2663
2665
|
// Twitter aliases
|
|
2664
2666
|
export { default as TwitterIcon } from '../icons/twitter';
|
|
2665
|
-
// TypeOutline aliases
|
|
2666
|
-
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2667
2667
|
// Type aliases
|
|
2668
2668
|
export { default as TypeIcon } from '../icons/type';
|
|
2669
|
-
//
|
|
2670
|
-
export { default as
|
|
2669
|
+
// TypeOutline aliases
|
|
2670
|
+
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2671
2671
|
// Umbrella aliases
|
|
2672
2672
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2673
|
+
// UmbrellaOff aliases
|
|
2674
|
+
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2673
2675
|
// Underline aliases
|
|
2674
2676
|
export { default as UnderlineIcon } from '../icons/underline';
|
|
2675
2677
|
// Undo2 aliases
|
|
2676
2678
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2677
|
-
// Undo aliases
|
|
2678
|
-
export { default as UndoIcon } from '../icons/undo';
|
|
2679
2679
|
// UndoDot aliases
|
|
2680
2680
|
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2681
|
+
// Undo aliases
|
|
2682
|
+
export { default as UndoIcon } from '../icons/undo';
|
|
2681
2683
|
// UnfoldHorizontal aliases
|
|
2682
2684
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2683
2685
|
// UnfoldVertical aliases
|
|
2684
2686
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2685
2687
|
// Ungroup aliases
|
|
2686
2688
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2687
|
-
// Unlink aliases
|
|
2688
|
-
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2689
2689
|
// Unlink2 aliases
|
|
2690
2690
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2691
|
-
//
|
|
2692
|
-
export { default as
|
|
2691
|
+
// Unlink aliases
|
|
2692
|
+
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2693
2693
|
// Unplug aliases
|
|
2694
2694
|
export { default as UnplugIcon } from '../icons/unplug';
|
|
2695
|
+
// Upload aliases
|
|
2696
|
+
export { default as UploadIcon } from '../icons/upload';
|
|
2695
2697
|
// Usb aliases
|
|
2696
2698
|
export { default as UsbIcon } from '../icons/usb';
|
|
2697
2699
|
// UserCheck aliases
|
|
2698
2700
|
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2699
|
-
// UserLock aliases
|
|
2700
|
-
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2701
2701
|
// UserCog aliases
|
|
2702
2702
|
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2703
|
+
// UserLock aliases
|
|
2704
|
+
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2703
2705
|
// UserMinus aliases
|
|
2704
2706
|
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2705
2707
|
// UserPen aliases
|
|
@@ -2710,22 +2712,22 @@ export { default as UserPlusIcon } from '../icons/user-plus';
|
|
|
2710
2712
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2711
2713
|
// UserSearch aliases
|
|
2712
2714
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2713
|
-
// UserRoundSearch aliases
|
|
2714
|
-
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2715
2715
|
// UserStar aliases
|
|
2716
2716
|
export { default as UserStarIcon } from '../icons/user-star';
|
|
2717
|
+
// UserRoundSearch aliases
|
|
2718
|
+
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2717
2719
|
// UserX aliases
|
|
2718
2720
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2719
2721
|
// User aliases
|
|
2720
2722
|
export { default as UserIcon } from '../icons/user';
|
|
2721
2723
|
// Users aliases
|
|
2722
2724
|
export { default as UsersIcon } from '../icons/users';
|
|
2723
|
-
// Van aliases
|
|
2724
|
-
export { default as VanIcon } from '../icons/van';
|
|
2725
2725
|
// UtilityPole aliases
|
|
2726
2726
|
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2727
2727
|
// Variable aliases
|
|
2728
2728
|
export { default as VariableIcon } from '../icons/variable';
|
|
2729
|
+
// Van aliases
|
|
2730
|
+
export { default as VanIcon } from '../icons/van';
|
|
2729
2731
|
// Vault aliases
|
|
2730
2732
|
export { default as VaultIcon } from '../icons/vault';
|
|
2731
2733
|
// VectorSquare aliases
|
|
@@ -2734,62 +2736,62 @@ export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
|
2734
2736
|
export { default as VeganIcon } from '../icons/vegan';
|
|
2735
2737
|
// VenetianMask aliases
|
|
2736
2738
|
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2737
|
-
// Venus aliases
|
|
2738
|
-
export { default as VenusIcon } from '../icons/venus';
|
|
2739
2739
|
// VenusAndMars aliases
|
|
2740
2740
|
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2741
|
-
//
|
|
2742
|
-
export { default as
|
|
2741
|
+
// Venus aliases
|
|
2742
|
+
export { default as VenusIcon } from '../icons/venus';
|
|
2743
2743
|
// VibrateOff aliases
|
|
2744
2744
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2745
2745
|
// Vibrate aliases
|
|
2746
2746
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2747
|
+
// VideoOff aliases
|
|
2748
|
+
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2747
2749
|
// Video aliases
|
|
2748
2750
|
export { default as VideoIcon } from '../icons/video';
|
|
2749
2751
|
// View aliases
|
|
2750
2752
|
export { default as ViewIcon } from '../icons/view';
|
|
2751
2753
|
// Videotape aliases
|
|
2752
2754
|
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2753
|
-
// Volleyball aliases
|
|
2754
|
-
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2755
2755
|
// Voicemail aliases
|
|
2756
2756
|
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2757
|
+
// Volleyball aliases
|
|
2758
|
+
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2757
2759
|
// Volume2 aliases
|
|
2758
2760
|
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2759
2761
|
// Volume1 aliases
|
|
2760
2762
|
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2761
2763
|
// VolumeOff aliases
|
|
2762
2764
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2763
|
-
// Volume aliases
|
|
2764
|
-
export { default as VolumeIcon } from '../icons/volume';
|
|
2765
2765
|
// VolumeX aliases
|
|
2766
2766
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2767
|
+
// Volume aliases
|
|
2768
|
+
export { default as VolumeIcon } from '../icons/volume';
|
|
2767
2769
|
// Vote aliases
|
|
2768
2770
|
export { default as VoteIcon } from '../icons/vote';
|
|
2769
|
-
// WalletCards aliases
|
|
2770
|
-
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2771
2771
|
// Wallet aliases
|
|
2772
2772
|
export { default as WalletIcon } from '../icons/wallet';
|
|
2773
|
-
//
|
|
2774
|
-
export { default as
|
|
2773
|
+
// WalletCards aliases
|
|
2774
|
+
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2775
2775
|
// Wallpaper aliases
|
|
2776
2776
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2777
|
-
//
|
|
2778
|
-
export { default as
|
|
2779
|
-
// Watch aliases
|
|
2780
|
-
export { default as WatchIcon } from '../icons/watch';
|
|
2777
|
+
// Wand aliases
|
|
2778
|
+
export { default as WandIcon } from '../icons/wand';
|
|
2781
2779
|
// WashingMachine aliases
|
|
2782
2780
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2781
|
+
// Watch aliases
|
|
2782
|
+
export { default as WatchIcon } from '../icons/watch';
|
|
2783
|
+
// Warehouse aliases
|
|
2784
|
+
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2783
2785
|
// WavesArrowDown aliases
|
|
2784
2786
|
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
2785
|
-
// WavesLadder aliases
|
|
2786
|
-
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2787
2787
|
// WavesArrowUp aliases
|
|
2788
2788
|
export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
2789
|
-
//
|
|
2790
|
-
export { default as
|
|
2789
|
+
// WavesLadder aliases
|
|
2790
|
+
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2791
2791
|
// Waves aliases
|
|
2792
2792
|
export { default as WavesIcon } from '../icons/waves';
|
|
2793
|
+
// Waypoints aliases
|
|
2794
|
+
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2793
2795
|
// Webcam aliases
|
|
2794
2796
|
export { default as WebcamIcon } from '../icons/webcam';
|
|
2795
2797
|
// WebhookOff aliases
|
|
@@ -2798,30 +2800,30 @@ export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
|
2798
2800
|
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
2799
2801
|
// Webhook aliases
|
|
2800
2802
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2801
|
-
// WheatOff aliases
|
|
2802
|
-
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2803
2803
|
// Weight aliases
|
|
2804
2804
|
export { default as WeightIcon } from '../icons/weight';
|
|
2805
|
+
// WheatOff aliases
|
|
2806
|
+
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2805
2807
|
// Wheat aliases
|
|
2806
2808
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2807
2809
|
// WholeWord aliases
|
|
2808
2810
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2809
|
-
// WifiCog aliases
|
|
2810
|
-
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2811
2811
|
// WifiHigh aliases
|
|
2812
2812
|
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2813
2813
|
// WifiLow aliases
|
|
2814
2814
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2815
|
+
// WifiCog aliases
|
|
2816
|
+
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2815
2817
|
// WifiOff aliases
|
|
2816
2818
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2817
2819
|
// WifiPen aliases
|
|
2818
2820
|
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2819
2821
|
// WifiSync aliases
|
|
2820
2822
|
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2821
|
-
// WifiZero aliases
|
|
2822
|
-
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2823
2823
|
// Wifi aliases
|
|
2824
2824
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2825
|
+
// WifiZero aliases
|
|
2826
|
+
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2825
2827
|
// WindArrowDown aliases
|
|
2826
2828
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2827
2829
|
// Wind aliases
|
|
@@ -2848,14 +2850,14 @@ export { default as ZapIcon } from '../icons/zap';
|
|
|
2848
2850
|
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2849
2851
|
// ZoomOut aliases
|
|
2850
2852
|
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2851
|
-
// ArrowDown10 aliases
|
|
2852
|
-
export { default as ArrowDown10Icon } from '../icons/arrow-down-1-0';
|
|
2853
2853
|
// ArrowDown01 aliases
|
|
2854
2854
|
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
2855
|
-
//
|
|
2856
|
-
export { default as
|
|
2855
|
+
// ArrowDown10 aliases
|
|
2856
|
+
export { default as ArrowDown10Icon } from '../icons/arrow-down-1-0';
|
|
2857
2857
|
// ArrowUp10 aliases
|
|
2858
2858
|
export { default as ArrowUp10Icon } from '../icons/arrow-up-1-0';
|
|
2859
|
+
// ArrowUp01 aliases
|
|
2860
|
+
export { default as ArrowUp01Icon } from '../icons/arrow-up-0-1';
|
|
2859
2861
|
// AlarmClockCheck aliases
|
|
2860
2862
|
export { default as AlarmClockCheckIcon } from '../icons/alarm-clock-check';
|
|
2861
2863
|
export {
|
|
@@ -2892,6 +2894,12 @@ export {
|
|
|
2892
2894
|
/** @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 */
|
|
2893
2895
|
default as ArrowDownZaIcon
|
|
2894
2896
|
} from '../icons/arrow-down-z-a';
|
|
2897
|
+
// ArrowUpNarrowWide aliases
|
|
2898
|
+
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
2899
|
+
export {
|
|
2900
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. This alias will be removed in v1.0 */
|
|
2901
|
+
default as SortAscIcon
|
|
2902
|
+
} from '../icons/arrow-up-narrow-wide';
|
|
2895
2903
|
// ArrowUpAZ aliases
|
|
2896
2904
|
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
2897
2905
|
export {
|
|
@@ -2904,12 +2912,6 @@ export {
|
|
|
2904
2912
|
/** @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 */
|
|
2905
2913
|
default as ArrowUpZaIcon
|
|
2906
2914
|
} from '../icons/arrow-up-z-a';
|
|
2907
|
-
// ArrowUpNarrowWide aliases
|
|
2908
|
-
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
2909
|
-
export {
|
|
2910
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. This alias will be removed in v1.0 */
|
|
2911
|
-
default as SortAscIcon
|
|
2912
|
-
} from '../icons/arrow-up-narrow-wide';
|
|
2913
2915
|
// Axis3d aliases
|
|
2914
2916
|
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2915
2917
|
export {
|
|
@@ -2922,6 +2924,12 @@ export {
|
|
|
2922
2924
|
/** @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 */
|
|
2923
2925
|
default as VerifiedIcon
|
|
2924
2926
|
} from '../icons/badge-check';
|
|
2927
|
+
// BetweenHorizontalStart aliases
|
|
2928
|
+
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
2929
|
+
export {
|
|
2930
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
2931
|
+
default as BetweenHorizonalStartIcon
|
|
2932
|
+
} from '../icons/between-horizontal-start';
|
|
2925
2933
|
// BadgeQuestionMark aliases
|
|
2926
2934
|
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
2927
2935
|
export {
|
|
@@ -2934,48 +2942,42 @@ export {
|
|
|
2934
2942
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
2935
2943
|
default as BetweenHorizonalEndIcon
|
|
2936
2944
|
} from '../icons/between-horizontal-end';
|
|
2937
|
-
// BetweenHorizontalStart aliases
|
|
2938
|
-
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
2939
|
-
export {
|
|
2940
|
-
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
2941
|
-
default as BetweenHorizonalStartIcon
|
|
2942
|
-
} from '../icons/between-horizontal-start';
|
|
2943
2945
|
// BookDashed aliases
|
|
2944
2946
|
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2945
2947
|
export {
|
|
2946
2948
|
/** @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 */
|
|
2947
2949
|
default as BookTemplateIcon
|
|
2948
2950
|
} from '../icons/book-dashed';
|
|
2949
|
-
// Braces aliases
|
|
2950
|
-
export { default as BracesIcon } from '../icons/braces';
|
|
2951
|
-
export {
|
|
2952
|
-
/** @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 */
|
|
2953
|
-
default as CurlyBracesIcon
|
|
2954
|
-
} from '../icons/braces';
|
|
2955
2951
|
// Captions aliases
|
|
2956
2952
|
export { default as CaptionsIcon } from '../icons/captions';
|
|
2957
2953
|
export {
|
|
2958
2954
|
/** @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 */
|
|
2959
2955
|
default as SubtitlesIcon
|
|
2960
2956
|
} from '../icons/captions';
|
|
2957
|
+
// Braces aliases
|
|
2958
|
+
export { default as BracesIcon } from '../icons/braces';
|
|
2959
|
+
export {
|
|
2960
|
+
/** @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 */
|
|
2961
|
+
default as CurlyBracesIcon
|
|
2962
|
+
} from '../icons/braces';
|
|
2961
2963
|
// ChartArea aliases
|
|
2962
2964
|
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
2963
2965
|
export {
|
|
2964
2966
|
/** @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 */
|
|
2965
2967
|
default as AreaChartIcon
|
|
2966
2968
|
} from '../icons/chart-area';
|
|
2967
|
-
// ChartBar aliases
|
|
2968
|
-
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
2969
|
-
export {
|
|
2970
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. This alias will be removed in v1.0 */
|
|
2971
|
-
default as BarChartHorizontalIcon
|
|
2972
|
-
} from '../icons/chart-bar';
|
|
2973
2969
|
// ChartBarBig aliases
|
|
2974
2970
|
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
2975
2971
|
export {
|
|
2976
2972
|
/** @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 */
|
|
2977
2973
|
default as BarChartHorizontalBigIcon
|
|
2978
2974
|
} from '../icons/chart-bar-big';
|
|
2975
|
+
// ChartBar aliases
|
|
2976
|
+
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
2977
|
+
export {
|
|
2978
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. This alias will be removed in v1.0 */
|
|
2979
|
+
default as BarChartHorizontalIcon
|
|
2980
|
+
} from '../icons/chart-bar';
|
|
2979
2981
|
// ChartCandlestick aliases
|
|
2980
2982
|
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
2981
2983
|
export {
|
|
@@ -3042,18 +3044,18 @@ export {
|
|
|
3042
3044
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. This alias will be removed in v1.0 */
|
|
3043
3045
|
default as ScatterChartIcon
|
|
3044
3046
|
} from '../icons/chart-scatter';
|
|
3045
|
-
// CircleAlert aliases
|
|
3046
|
-
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3047
|
-
export {
|
|
3048
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. This alias will be removed in v1.0 */
|
|
3049
|
-
default as AlertCircleIcon
|
|
3050
|
-
} from '../icons/circle-alert';
|
|
3051
3047
|
// CircleArrowDown aliases
|
|
3052
3048
|
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
3053
3049
|
export {
|
|
3054
3050
|
/** @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 */
|
|
3055
3051
|
default as ArrowDownCircleIcon
|
|
3056
3052
|
} from '../icons/circle-arrow-down';
|
|
3053
|
+
// CircleAlert aliases
|
|
3054
|
+
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3055
|
+
export {
|
|
3056
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. This alias will be removed in v1.0 */
|
|
3057
|
+
default as AlertCircleIcon
|
|
3058
|
+
} from '../icons/circle-alert';
|
|
3057
3059
|
// CircleArrowLeft aliases
|
|
3058
3060
|
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
3059
3061
|
export {
|
|
@@ -3066,18 +3068,18 @@ export {
|
|
|
3066
3068
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3067
3069
|
default as ArrowDownLeftFromCircleIcon
|
|
3068
3070
|
} from '../icons/circle-arrow-out-down-left';
|
|
3069
|
-
// CircleArrowOutUpLeft aliases
|
|
3070
|
-
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3071
|
-
export {
|
|
3072
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3073
|
-
default as ArrowUpLeftFromCircleIcon
|
|
3074
|
-
} from '../icons/circle-arrow-out-up-left';
|
|
3075
3071
|
// CircleArrowOutDownRight aliases
|
|
3076
3072
|
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
3077
3073
|
export {
|
|
3078
3074
|
/** @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 */
|
|
3079
3075
|
default as ArrowDownRightFromCircleIcon
|
|
3080
3076
|
} from '../icons/circle-arrow-out-down-right';
|
|
3077
|
+
// CircleArrowOutUpLeft aliases
|
|
3078
|
+
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3079
|
+
export {
|
|
3080
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3081
|
+
default as ArrowUpLeftFromCircleIcon
|
|
3082
|
+
} from '../icons/circle-arrow-out-up-left';
|
|
3081
3083
|
// CircleArrowOutUpRight aliases
|
|
3082
3084
|
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3083
3085
|
export {
|
|
@@ -3090,6 +3092,12 @@ export {
|
|
|
3090
3092
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. This alias will be removed in v1.0 */
|
|
3091
3093
|
default as ArrowRightCircleIcon
|
|
3092
3094
|
} from '../icons/circle-arrow-right';
|
|
3095
|
+
// CircleArrowUp aliases
|
|
3096
|
+
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3097
|
+
export {
|
|
3098
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. This alias will be removed in v1.0 */
|
|
3099
|
+
default as ArrowUpCircleIcon
|
|
3100
|
+
} from '../icons/circle-arrow-up';
|
|
3093
3101
|
// CircleCheckBig aliases
|
|
3094
3102
|
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3095
3103
|
export {
|
|
@@ -3102,30 +3110,24 @@ export {
|
|
|
3102
3110
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. This alias will be removed in v1.0 */
|
|
3103
3111
|
default as CheckCircle2Icon
|
|
3104
3112
|
} from '../icons/circle-check';
|
|
3105
|
-
// CircleArrowUp aliases
|
|
3106
|
-
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3107
|
-
export {
|
|
3108
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. This alias will be removed in v1.0 */
|
|
3109
|
-
default as ArrowUpCircleIcon
|
|
3110
|
-
} from '../icons/circle-arrow-up';
|
|
3111
3113
|
// CircleChevronLeft aliases
|
|
3112
3114
|
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3113
3115
|
export {
|
|
3114
3116
|
/** @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 */
|
|
3115
3117
|
default as ChevronLeftCircleIcon
|
|
3116
3118
|
} from '../icons/circle-chevron-left';
|
|
3117
|
-
// CircleChevronRight aliases
|
|
3118
|
-
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3119
|
-
export {
|
|
3120
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. This alias will be removed in v1.0 */
|
|
3121
|
-
default as ChevronRightCircleIcon
|
|
3122
|
-
} from '../icons/circle-chevron-right';
|
|
3123
3119
|
// CircleChevronDown aliases
|
|
3124
3120
|
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3125
3121
|
export {
|
|
3126
3122
|
/** @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 */
|
|
3127
3123
|
default as ChevronDownCircleIcon
|
|
3128
3124
|
} from '../icons/circle-chevron-down';
|
|
3125
|
+
// CircleChevronRight aliases
|
|
3126
|
+
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3127
|
+
export {
|
|
3128
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. This alias will be removed in v1.0 */
|
|
3129
|
+
default as ChevronRightCircleIcon
|
|
3130
|
+
} from '../icons/circle-chevron-right';
|
|
3129
3131
|
// CircleChevronUp aliases
|
|
3130
3132
|
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3131
3133
|
export {
|
|
@@ -3156,6 +3158,12 @@ export {
|
|
|
3156
3158
|
/** @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 */
|
|
3157
3159
|
default as MinusCircleIcon
|
|
3158
3160
|
} from '../icons/circle-minus';
|
|
3161
|
+
// CircleParking aliases
|
|
3162
|
+
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3163
|
+
export {
|
|
3164
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. This alias will be removed in v1.0 */
|
|
3165
|
+
default as ParkingCircleIcon
|
|
3166
|
+
} from '../icons/circle-parking';
|
|
3159
3167
|
// CirclePause aliases
|
|
3160
3168
|
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3161
3169
|
export {
|
|
@@ -3168,12 +3176,6 @@ export {
|
|
|
3168
3176
|
/** @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 */
|
|
3169
3177
|
default as PercentCircleIcon
|
|
3170
3178
|
} from '../icons/circle-percent';
|
|
3171
|
-
// CircleParking aliases
|
|
3172
|
-
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3173
|
-
export {
|
|
3174
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. This alias will be removed in v1.0 */
|
|
3175
|
-
default as ParkingCircleIcon
|
|
3176
|
-
} from '../icons/circle-parking';
|
|
3177
3179
|
// CirclePlay aliases
|
|
3178
3180
|
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3179
3181
|
export {
|
|
@@ -3220,24 +3222,24 @@ export {
|
|
|
3220
3222
|
/** @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 */
|
|
3221
3223
|
default as UserCircle2Icon
|
|
3222
3224
|
} from '../icons/circle-user-round';
|
|
3223
|
-
//
|
|
3224
|
-
export { default as
|
|
3225
|
+
// ClipboardPenLine aliases
|
|
3226
|
+
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3225
3227
|
export {
|
|
3226
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3227
|
-
default as
|
|
3228
|
-
} from '../icons/
|
|
3228
|
+
/** @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 */
|
|
3229
|
+
default as ClipboardSignatureIcon
|
|
3230
|
+
} from '../icons/clipboard-pen-line';
|
|
3229
3231
|
// CircleX aliases
|
|
3230
3232
|
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3231
3233
|
export {
|
|
3232
3234
|
/** @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 */
|
|
3233
3235
|
default as XCircleIcon
|
|
3234
3236
|
} from '../icons/circle-x';
|
|
3235
|
-
//
|
|
3236
|
-
export { default as
|
|
3237
|
+
// CircleUser aliases
|
|
3238
|
+
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3237
3239
|
export {
|
|
3238
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3239
|
-
default as
|
|
3240
|
-
} from '../icons/
|
|
3240
|
+
/** @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 */
|
|
3241
|
+
default as UserCircleIcon
|
|
3242
|
+
} from '../icons/circle-user';
|
|
3241
3243
|
// ClipboardPen aliases
|
|
3242
3244
|
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3243
3245
|
export {
|
|
@@ -3250,12 +3252,6 @@ export {
|
|
|
3250
3252
|
/** @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 */
|
|
3251
3253
|
default as DownloadCloudIcon
|
|
3252
3254
|
} from '../icons/cloud-download';
|
|
3253
|
-
// Columns2 aliases
|
|
3254
|
-
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3255
|
-
export {
|
|
3256
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. This alias will be removed in v1.0 */
|
|
3257
|
-
default as ColumnsIcon
|
|
3258
|
-
} from '../icons/columns-2';
|
|
3259
3255
|
// CloudUpload aliases
|
|
3260
3256
|
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3261
3257
|
export {
|
|
@@ -3268,6 +3264,12 @@ export {
|
|
|
3268
3264
|
/** @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 */
|
|
3269
3265
|
default as Code2Icon
|
|
3270
3266
|
} from '../icons/code-xml';
|
|
3267
|
+
// Columns2 aliases
|
|
3268
|
+
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3269
|
+
export {
|
|
3270
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. This alias will be removed in v1.0 */
|
|
3271
|
+
default as ColumnsIcon
|
|
3272
|
+
} from '../icons/columns-2';
|
|
3271
3273
|
// Columns3Cog aliases
|
|
3272
3274
|
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3273
3275
|
export {
|
|
@@ -3308,18 +3310,18 @@ export {
|
|
|
3308
3310
|
/** @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 */
|
|
3309
3311
|
default as MoreVerticalIcon
|
|
3310
3312
|
} from '../icons/ellipsis-vertical';
|
|
3311
|
-
// Ellipsis aliases
|
|
3312
|
-
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3313
|
-
export {
|
|
3314
|
-
/** @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 */
|
|
3315
|
-
default as MoreHorizontalIcon
|
|
3316
|
-
} from '../icons/ellipsis';
|
|
3317
3313
|
// FileAxis3d aliases
|
|
3318
3314
|
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3319
3315
|
export {
|
|
3320
3316
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. This alias will be removed in v1.0 */
|
|
3321
3317
|
default as FileAxis3DIcon
|
|
3322
3318
|
} from '../icons/file-axis-3d';
|
|
3319
|
+
// Ellipsis aliases
|
|
3320
|
+
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3321
|
+
export {
|
|
3322
|
+
/** @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 */
|
|
3323
|
+
default as MoreHorizontalIcon
|
|
3324
|
+
} from '../icons/ellipsis';
|
|
3323
3325
|
// FileBadge aliases
|
|
3324
3326
|
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
3325
3327
|
export {
|
|
@@ -3338,18 +3340,18 @@ export {
|
|
|
3338
3340
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} instead. This alias will be removed in v1.0 */
|
|
3339
3341
|
default as FileJsonIcon
|
|
3340
3342
|
} from '../icons/file-braces';
|
|
3341
|
-
// FileChartColumn aliases
|
|
3342
|
-
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3343
|
-
export {
|
|
3344
|
-
/** @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 */
|
|
3345
|
-
default as FileBarChart2Icon
|
|
3346
|
-
} from '../icons/file-chart-column';
|
|
3347
3343
|
// FileChartColumnIncreasing aliases
|
|
3348
3344
|
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3349
3345
|
export {
|
|
3350
3346
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3351
3347
|
default as FileBarChartIcon
|
|
3352
3348
|
} from '../icons/file-chart-column-increasing';
|
|
3349
|
+
// FileChartColumn aliases
|
|
3350
|
+
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3351
|
+
export {
|
|
3352
|
+
/** @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 */
|
|
3353
|
+
default as FileBarChart2Icon
|
|
3354
|
+
} from '../icons/file-chart-column';
|
|
3353
3355
|
// FileChartLine aliases
|
|
3354
3356
|
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3355
3357
|
export {
|
|
@@ -3362,12 +3364,6 @@ export {
|
|
|
3362
3364
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. This alias will be removed in v1.0 */
|
|
3363
3365
|
default as FilePieChartIcon
|
|
3364
3366
|
} from '../icons/file-chart-pie';
|
|
3365
|
-
// FileCheckCorner aliases
|
|
3366
|
-
export { default as FileCheckCornerIcon } from '../icons/file-check-corner';
|
|
3367
|
-
export {
|
|
3368
|
-
/** @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 */
|
|
3369
|
-
default as FileCheck2Icon
|
|
3370
|
-
} from '../icons/file-check-corner';
|
|
3371
3367
|
// FileCodeCorner aliases
|
|
3372
3368
|
export { default as FileCodeCornerIcon } from '../icons/file-code-corner';
|
|
3373
3369
|
export {
|
|
@@ -3380,6 +3376,12 @@ export {
|
|
|
3380
3376
|
/** @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 */
|
|
3381
3377
|
default as FileCog2Icon
|
|
3382
3378
|
} from '../icons/file-cog';
|
|
3379
|
+
// FileCheckCorner aliases
|
|
3380
|
+
export { default as FileCheckCornerIcon } from '../icons/file-check-corner';
|
|
3381
|
+
export {
|
|
3382
|
+
/** @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 */
|
|
3383
|
+
default as FileCheck2Icon
|
|
3384
|
+
} from '../icons/file-check-corner';
|
|
3383
3385
|
// FileExclamationPoint aliases
|
|
3384
3386
|
export { default as FileExclamationPointIcon } from '../icons/file-exclamation-point';
|
|
3385
3387
|
export {
|
|
@@ -3402,30 +3404,36 @@ export {
|
|
|
3402
3404
|
/** @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 */
|
|
3403
3405
|
default as FileKey2Icon
|
|
3404
3406
|
} from '../icons/file-key';
|
|
3405
|
-
//
|
|
3406
|
-
export { default as
|
|
3407
|
+
// FilePenLine aliases
|
|
3408
|
+
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3407
3409
|
export {
|
|
3408
|
-
/** @deprecated The icon was
|
|
3409
|
-
default as
|
|
3410
|
-
} from '../icons/file-
|
|
3410
|
+
/** @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 */
|
|
3411
|
+
default as FileSignatureIcon
|
|
3412
|
+
} from '../icons/file-pen-line';
|
|
3411
3413
|
// FileMinusCorner aliases
|
|
3412
3414
|
export { default as FileMinusCornerIcon } from '../icons/file-minus-corner';
|
|
3413
3415
|
export {
|
|
3414
3416
|
/** @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 */
|
|
3415
3417
|
default as FileMinus2Icon
|
|
3416
3418
|
} from '../icons/file-minus-corner';
|
|
3417
|
-
//
|
|
3418
|
-
export { default as
|
|
3419
|
+
// FileLock aliases
|
|
3420
|
+
export { default as FileLockIcon } from '../icons/file-lock';
|
|
3419
3421
|
export {
|
|
3420
|
-
/** @deprecated The
|
|
3421
|
-
default as
|
|
3422
|
-
} from '../icons/file-
|
|
3422
|
+
/** @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 */
|
|
3423
|
+
default as FileLock2Icon
|
|
3424
|
+
} from '../icons/file-lock';
|
|
3423
3425
|
// FilePen aliases
|
|
3424
3426
|
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3425
3427
|
export {
|
|
3426
3428
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. This alias will be removed in v1.0 */
|
|
3427
3429
|
default as FileEditIcon
|
|
3428
3430
|
} from '../icons/file-pen';
|
|
3431
|
+
// FilePlusCorner aliases
|
|
3432
|
+
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3433
|
+
export {
|
|
3434
|
+
/** @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 */
|
|
3435
|
+
default as FilePlus2Icon
|
|
3436
|
+
} from '../icons/file-plus-corner';
|
|
3429
3437
|
// FilePlay aliases
|
|
3430
3438
|
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3431
3439
|
export {
|
|
@@ -3438,12 +3446,6 @@ export {
|
|
|
3438
3446
|
/** @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 */
|
|
3439
3447
|
default as FileQuestionIcon
|
|
3440
3448
|
} from '../icons/file-question-mark';
|
|
3441
|
-
// FilePlusCorner aliases
|
|
3442
|
-
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3443
|
-
export {
|
|
3444
|
-
/** @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 */
|
|
3445
|
-
default as FilePlus2Icon
|
|
3446
|
-
} from '../icons/file-plus-corner';
|
|
3447
3449
|
// FileSearchCorner aliases
|
|
3448
3450
|
export { default as FileSearchCornerIcon } from '../icons/file-search-corner';
|
|
3449
3451
|
export {
|
|
@@ -3492,18 +3494,24 @@ export {
|
|
|
3492
3494
|
/** @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 */
|
|
3493
3495
|
default as FolderEditIcon
|
|
3494
3496
|
} from '../icons/folder-pen';
|
|
3497
|
+
// Funnel aliases
|
|
3498
|
+
export { default as FunnelIcon } from '../icons/funnel';
|
|
3499
|
+
export {
|
|
3500
|
+
/** @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 */
|
|
3501
|
+
default as FilterIcon
|
|
3502
|
+
} from '../icons/funnel';
|
|
3495
3503
|
// FunnelX aliases
|
|
3496
3504
|
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3497
3505
|
export {
|
|
3498
3506
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. This alias will be removed in v1.0 */
|
|
3499
3507
|
default as FilterXIcon
|
|
3500
3508
|
} from '../icons/funnel-x';
|
|
3501
|
-
//
|
|
3502
|
-
export { default as
|
|
3509
|
+
// GitCommitHorizontal aliases
|
|
3510
|
+
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3503
3511
|
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/
|
|
3512
|
+
/** @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 */
|
|
3513
|
+
default as GitCommitIcon
|
|
3514
|
+
} from '../icons/git-commit-horizontal';
|
|
3507
3515
|
// Grid2x2Check aliases
|
|
3508
3516
|
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3509
3517
|
export {
|
|
@@ -3516,12 +3524,6 @@ export {
|
|
|
3516
3524
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. This alias will be removed in v1.0 */
|
|
3517
3525
|
default as Grid2X2PlusIcon
|
|
3518
3526
|
} from '../icons/grid-2x2-plus';
|
|
3519
|
-
// GitCommitHorizontal aliases
|
|
3520
|
-
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3521
|
-
export {
|
|
3522
|
-
/** @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 */
|
|
3523
|
-
default as GitCommitIcon
|
|
3524
|
-
} from '../icons/git-commit-horizontal';
|
|
3525
3527
|
// Grid2x2X aliases
|
|
3526
3528
|
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3527
3529
|
export {
|
|
@@ -3550,12 +3552,6 @@ export {
|
|
|
3550
3552
|
/** @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 */
|
|
3551
3553
|
default as GrabIcon
|
|
3552
3554
|
} from '../icons/hand-grab';
|
|
3553
|
-
// HandHelping aliases
|
|
3554
|
-
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3555
|
-
export {
|
|
3556
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. This alias will be removed in v1.0 */
|
|
3557
|
-
default as HelpingHandIcon
|
|
3558
|
-
} from '../icons/hand-helping';
|
|
3559
3555
|
// House aliases
|
|
3560
3556
|
export { default as HouseIcon } from '../icons/house';
|
|
3561
3557
|
export {
|
|
@@ -3568,6 +3564,12 @@ export {
|
|
|
3568
3564
|
/** @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 */
|
|
3569
3565
|
default as IceCream2Icon
|
|
3570
3566
|
} from '../icons/ice-cream-bowl';
|
|
3567
|
+
// HandHelping aliases
|
|
3568
|
+
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3569
|
+
export {
|
|
3570
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. This alias will be removed in v1.0 */
|
|
3571
|
+
default as HelpingHandIcon
|
|
3572
|
+
} from '../icons/hand-helping';
|
|
3571
3573
|
// IceCreamCone aliases
|
|
3572
3574
|
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3573
3575
|
export {
|
|
@@ -3580,6 +3582,16 @@ export {
|
|
|
3580
3582
|
/** @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 */
|
|
3581
3583
|
default as Laptop2Icon
|
|
3582
3584
|
} from '../icons/laptop-minimal';
|
|
3585
|
+
// ListIndentDecrease aliases
|
|
3586
|
+
export { default as ListIndentDecreaseIcon } from '../icons/list-indent-decrease';
|
|
3587
|
+
export {
|
|
3588
|
+
/** @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 */
|
|
3589
|
+
default as OutdentIcon
|
|
3590
|
+
} from '../icons/list-indent-decrease';
|
|
3591
|
+
export {
|
|
3592
|
+
/** @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 */
|
|
3593
|
+
default as IndentDecreaseIcon
|
|
3594
|
+
} from '../icons/list-indent-decrease';
|
|
3583
3595
|
// Layers aliases
|
|
3584
3596
|
export { default as LayersIcon } from '../icons/layers';
|
|
3585
3597
|
export {
|
|
@@ -3596,16 +3608,6 @@ export {
|
|
|
3596
3608
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
|
|
3597
3609
|
default as IndentIncreaseIcon
|
|
3598
3610
|
} from '../icons/list-indent-increase';
|
|
3599
|
-
// ListIndentDecrease aliases
|
|
3600
|
-
export { default as ListIndentDecreaseIcon } from '../icons/list-indent-decrease';
|
|
3601
|
-
export {
|
|
3602
|
-
/** @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 */
|
|
3603
|
-
default as OutdentIcon
|
|
3604
|
-
} from '../icons/list-indent-decrease';
|
|
3605
|
-
export {
|
|
3606
|
-
/** @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 */
|
|
3607
|
-
default as IndentDecreaseIcon
|
|
3608
|
-
} from '../icons/list-indent-decrease';
|
|
3609
3611
|
// LoaderCircle aliases
|
|
3610
3612
|
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3611
3613
|
export {
|
|
@@ -3618,18 +3620,18 @@ export {
|
|
|
3618
3620
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. This alias will be removed in v1.0 */
|
|
3619
3621
|
default as UnlockKeyholeIcon
|
|
3620
3622
|
} from '../icons/lock-keyhole-open';
|
|
3621
|
-
// MailQuestionMark aliases
|
|
3622
|
-
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3623
|
-
export {
|
|
3624
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3625
|
-
default as MailQuestionIcon
|
|
3626
|
-
} from '../icons/mail-question-mark';
|
|
3627
3623
|
// LockOpen aliases
|
|
3628
3624
|
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3629
3625
|
export {
|
|
3630
3626
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. This alias will be removed in v1.0 */
|
|
3631
3627
|
default as UnlockIcon
|
|
3632
3628
|
} from '../icons/lock-open';
|
|
3629
|
+
// MailQuestionMark aliases
|
|
3630
|
+
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3631
|
+
export {
|
|
3632
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3633
|
+
default as MailQuestionIcon
|
|
3634
|
+
} from '../icons/mail-question-mark';
|
|
3633
3635
|
// MapPinPen aliases
|
|
3634
3636
|
export { default as MapPinPenIcon } from '../icons/map-pin-pen';
|
|
3635
3637
|
export {
|
|
@@ -3672,30 +3674,30 @@ export {
|
|
|
3672
3674
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. This alias will be removed in v1.0 */
|
|
3673
3675
|
default as XOctagonIcon
|
|
3674
3676
|
} from '../icons/octagon-x';
|
|
3675
|
-
// PaintbrushVertical aliases
|
|
3676
|
-
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3677
|
-
export {
|
|
3678
|
-
/** @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 */
|
|
3679
|
-
default as Paintbrush2Icon
|
|
3680
|
-
} from '../icons/paintbrush-vertical';
|
|
3681
3677
|
// PanelBottomDashed aliases
|
|
3682
3678
|
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3683
3679
|
export {
|
|
3684
3680
|
/** @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 */
|
|
3685
3681
|
default as PanelBottomInactiveIcon
|
|
3686
3682
|
} from '../icons/panel-bottom-dashed';
|
|
3687
|
-
//
|
|
3688
|
-
export { default as
|
|
3683
|
+
// PaintbrushVertical aliases
|
|
3684
|
+
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3689
3685
|
export {
|
|
3690
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3691
|
-
default as
|
|
3692
|
-
} from '../icons/
|
|
3686
|
+
/** @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 */
|
|
3687
|
+
default as Paintbrush2Icon
|
|
3688
|
+
} from '../icons/paintbrush-vertical';
|
|
3693
3689
|
// PanelLeftClose aliases
|
|
3694
3690
|
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3695
3691
|
export {
|
|
3696
3692
|
/** @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 */
|
|
3697
3693
|
default as SidebarCloseIcon
|
|
3698
3694
|
} from '../icons/panel-left-close';
|
|
3695
|
+
// PanelLeftDashed aliases
|
|
3696
|
+
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3697
|
+
export {
|
|
3698
|
+
/** @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 */
|
|
3699
|
+
default as PanelLeftInactiveIcon
|
|
3700
|
+
} from '../icons/panel-left-dashed';
|
|
3699
3701
|
// PanelLeft aliases
|
|
3700
3702
|
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3701
3703
|
export {
|
|
@@ -3720,36 +3722,36 @@ export {
|
|
|
3720
3722
|
/** @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 */
|
|
3721
3723
|
default as PanelTopInactiveIcon
|
|
3722
3724
|
} from '../icons/panel-top-dashed';
|
|
3725
|
+
// PenLine aliases
|
|
3726
|
+
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3727
|
+
export {
|
|
3728
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
|
|
3729
|
+
default as Edit3Icon
|
|
3730
|
+
} from '../icons/pen-line';
|
|
3723
3731
|
// PanelsTopLeft aliases
|
|
3724
3732
|
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3725
3733
|
export {
|
|
3726
3734
|
/** @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 */
|
|
3727
3735
|
default as LayoutIcon
|
|
3728
3736
|
} from '../icons/panels-top-left';
|
|
3737
|
+
// PlugZap aliases
|
|
3738
|
+
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3739
|
+
export {
|
|
3740
|
+
/** @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 */
|
|
3741
|
+
default as PlugZap2Icon
|
|
3742
|
+
} from '../icons/plug-zap';
|
|
3729
3743
|
// Pen aliases
|
|
3730
3744
|
export { default as PenIcon } from '../icons/pen';
|
|
3731
3745
|
export {
|
|
3732
3746
|
/** @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 */
|
|
3733
3747
|
default as Edit2Icon
|
|
3734
3748
|
} from '../icons/pen';
|
|
3735
|
-
// PenLine aliases
|
|
3736
|
-
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3737
|
-
export {
|
|
3738
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
|
|
3739
|
-
default as Edit3Icon
|
|
3740
|
-
} from '../icons/pen-line';
|
|
3741
3749
|
// RectangleEllipsis aliases
|
|
3742
3750
|
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3743
3751
|
export {
|
|
3744
3752
|
/** @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 */
|
|
3745
3753
|
default as FormInputIcon
|
|
3746
3754
|
} from '../icons/rectangle-ellipsis';
|
|
3747
|
-
// PlugZap aliases
|
|
3748
|
-
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3749
|
-
export {
|
|
3750
|
-
/** @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 */
|
|
3751
|
-
default as PlugZap2Icon
|
|
3752
|
-
} from '../icons/plug-zap';
|
|
3753
3755
|
// Rotate3d aliases
|
|
3754
3756
|
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3755
3757
|
export {
|
|
@@ -3762,12 +3764,6 @@ export {
|
|
|
3762
3764
|
/** @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 */
|
|
3763
3765
|
default as RowsIcon
|
|
3764
3766
|
} from '../icons/rows-2';
|
|
3765
|
-
// Rows3 aliases
|
|
3766
|
-
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3767
|
-
export {
|
|
3768
|
-
/** @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 */
|
|
3769
|
-
default as PanelsTopBottomIcon
|
|
3770
|
-
} from '../icons/rows-3';
|
|
3771
3767
|
// Scale3d aliases
|
|
3772
3768
|
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3773
3769
|
export {
|
|
@@ -3780,6 +3776,12 @@ export {
|
|
|
3780
3776
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3781
3777
|
default as SendHorizonalIcon
|
|
3782
3778
|
} from '../icons/send-horizontal';
|
|
3779
|
+
// Rows3 aliases
|
|
3780
|
+
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3781
|
+
export {
|
|
3782
|
+
/** @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 */
|
|
3783
|
+
default as PanelsTopBottomIcon
|
|
3784
|
+
} from '../icons/rows-3';
|
|
3783
3785
|
// ShieldQuestionMark aliases
|
|
3784
3786
|
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
3785
3787
|
export {
|
|
@@ -3822,18 +3824,18 @@ export {
|
|
|
3822
3824
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. This alias will be removed in v1.0 */
|
|
3823
3825
|
default as ArrowDownRightSquareIcon
|
|
3824
3826
|
} from '../icons/square-arrow-down-right';
|
|
3825
|
-
// SquareArrowLeft aliases
|
|
3826
|
-
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3827
|
-
export {
|
|
3828
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. This alias will be removed in v1.0 */
|
|
3829
|
-
default as ArrowLeftSquareIcon
|
|
3830
|
-
} from '../icons/square-arrow-left';
|
|
3831
3827
|
// SquareArrowDown aliases
|
|
3832
3828
|
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3833
3829
|
export {
|
|
3834
3830
|
/** @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 */
|
|
3835
3831
|
default as ArrowDownSquareIcon
|
|
3836
3832
|
} from '../icons/square-arrow-down';
|
|
3833
|
+
// SquareArrowLeft aliases
|
|
3834
|
+
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3835
|
+
export {
|
|
3836
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. This alias will be removed in v1.0 */
|
|
3837
|
+
default as ArrowLeftSquareIcon
|
|
3838
|
+
} from '../icons/square-arrow-left';
|
|
3837
3839
|
// SquareArrowOutDownLeft aliases
|
|
3838
3840
|
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3839
3841
|
export {
|
|
@@ -3846,48 +3848,60 @@ export {
|
|
|
3846
3848
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3847
3849
|
default as ArrowUpLeftFromSquareIcon
|
|
3848
3850
|
} from '../icons/square-arrow-out-up-left';
|
|
3849
|
-
// SquareArrowOutDownRight aliases
|
|
3850
|
-
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3851
|
-
export {
|
|
3852
|
-
/** @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 */
|
|
3853
|
-
default as ArrowDownRightFromSquareIcon
|
|
3854
|
-
} from '../icons/square-arrow-out-down-right';
|
|
3855
3851
|
// SquareArrowOutUpRight aliases
|
|
3856
3852
|
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3857
3853
|
export {
|
|
3858
3854
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3859
3855
|
default as ArrowUpRightFromSquareIcon
|
|
3860
3856
|
} from '../icons/square-arrow-out-up-right';
|
|
3857
|
+
// SquareArrowOutDownRight aliases
|
|
3858
|
+
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3859
|
+
export {
|
|
3860
|
+
/** @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 */
|
|
3861
|
+
default as ArrowDownRightFromSquareIcon
|
|
3862
|
+
} from '../icons/square-arrow-out-down-right';
|
|
3861
3863
|
// SquareArrowRight aliases
|
|
3862
3864
|
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3863
3865
|
export {
|
|
3864
3866
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. This alias will be removed in v1.0 */
|
|
3865
3867
|
default as ArrowRightSquareIcon
|
|
3866
3868
|
} from '../icons/square-arrow-right';
|
|
3869
|
+
// SquareArrowUpLeft aliases
|
|
3870
|
+
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3871
|
+
export {
|
|
3872
|
+
/** @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 */
|
|
3873
|
+
default as ArrowUpLeftSquareIcon
|
|
3874
|
+
} from '../icons/square-arrow-up-left';
|
|
3867
3875
|
// SquareArrowUpRight aliases
|
|
3868
3876
|
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3869
3877
|
export {
|
|
3870
3878
|
/** @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 */
|
|
3871
3879
|
default as ArrowUpRightSquareIcon
|
|
3872
3880
|
} from '../icons/square-arrow-up-right';
|
|
3873
|
-
//
|
|
3874
|
-
export { default as
|
|
3881
|
+
// SquareArrowUp aliases
|
|
3882
|
+
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3875
3883
|
export {
|
|
3876
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3877
|
-
default as
|
|
3878
|
-
} from '../icons/square-arrow-up
|
|
3884
|
+
/** @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 */
|
|
3885
|
+
default as ArrowUpSquareIcon
|
|
3886
|
+
} from '../icons/square-arrow-up';
|
|
3887
|
+
// SquareBottomDashedScissors aliases
|
|
3888
|
+
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3889
|
+
export {
|
|
3890
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. This alias will be removed in v1.0 */
|
|
3891
|
+
default as ScissorsSquareDashedBottomIcon
|
|
3892
|
+
} from '../icons/square-bottom-dashed-scissors';
|
|
3879
3893
|
// SquareAsterisk aliases
|
|
3880
3894
|
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3881
3895
|
export {
|
|
3882
3896
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. This alias will be removed in v1.0 */
|
|
3883
3897
|
default as AsteriskSquareIcon
|
|
3884
3898
|
} from '../icons/square-asterisk';
|
|
3885
|
-
//
|
|
3886
|
-
export { default as
|
|
3899
|
+
// SquareCheckBig aliases
|
|
3900
|
+
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3887
3901
|
export {
|
|
3888
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3889
|
-
default as
|
|
3890
|
-
} from '../icons/square-
|
|
3902
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. This alias will be removed in v1.0 */
|
|
3903
|
+
default as CheckSquareIcon
|
|
3904
|
+
} from '../icons/square-check-big';
|
|
3891
3905
|
// SquareChartGantt aliases
|
|
3892
3906
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
3893
3907
|
export {
|
|
@@ -3898,18 +3912,6 @@ export {
|
|
|
3898
3912
|
/** @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 */
|
|
3899
3913
|
default as SquareGanttChartIcon
|
|
3900
3914
|
} from '../icons/square-chart-gantt';
|
|
3901
|
-
// SquareArrowUp aliases
|
|
3902
|
-
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3903
|
-
export {
|
|
3904
|
-
/** @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 */
|
|
3905
|
-
default as ArrowUpSquareIcon
|
|
3906
|
-
} from '../icons/square-arrow-up';
|
|
3907
|
-
// SquareCheckBig aliases
|
|
3908
|
-
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3909
|
-
export {
|
|
3910
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. This alias will be removed in v1.0 */
|
|
3911
|
-
default as CheckSquareIcon
|
|
3912
|
-
} from '../icons/square-check-big';
|
|
3913
3915
|
// SquareCheck aliases
|
|
3914
3916
|
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3915
3917
|
export {
|
|
@@ -3964,24 +3966,18 @@ export {
|
|
|
3964
3966
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. This alias will be removed in v1.0 */
|
|
3965
3967
|
default as BoxSelectIcon
|
|
3966
3968
|
} from '../icons/square-dashed';
|
|
3967
|
-
// SquareDivide aliases
|
|
3968
|
-
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
3969
|
-
export {
|
|
3970
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. This alias will be removed in v1.0 */
|
|
3971
|
-
default as DivideSquareIcon
|
|
3972
|
-
} from '../icons/square-divide';
|
|
3973
3969
|
// SquareDot aliases
|
|
3974
3970
|
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
3975
3971
|
export {
|
|
3976
3972
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. This alias will be removed in v1.0 */
|
|
3977
3973
|
default as DotSquareIcon
|
|
3978
3974
|
} from '../icons/square-dot';
|
|
3979
|
-
//
|
|
3980
|
-
export { default as
|
|
3975
|
+
// SquareDivide aliases
|
|
3976
|
+
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
3981
3977
|
export {
|
|
3982
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3983
|
-
default as
|
|
3984
|
-
} from '../icons/square-
|
|
3978
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. This alias will be removed in v1.0 */
|
|
3979
|
+
default as DivideSquareIcon
|
|
3980
|
+
} from '../icons/square-divide';
|
|
3985
3981
|
// SquareFunction aliases
|
|
3986
3982
|
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
3987
3983
|
export {
|
|
@@ -3994,6 +3990,18 @@ export {
|
|
|
3994
3990
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. This alias will be removed in v1.0 */
|
|
3995
3991
|
default as KanbanSquareIcon
|
|
3996
3992
|
} from '../icons/square-kanban';
|
|
3993
|
+
// SquareEqual aliases
|
|
3994
|
+
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
3995
|
+
export {
|
|
3996
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. This alias will be removed in v1.0 */
|
|
3997
|
+
default as EqualSquareIcon
|
|
3998
|
+
} from '../icons/square-equal';
|
|
3999
|
+
// SquareLibrary aliases
|
|
4000
|
+
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
4001
|
+
export {
|
|
4002
|
+
/** @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 */
|
|
4003
|
+
default as LibrarySquareIcon
|
|
4004
|
+
} from '../icons/square-library';
|
|
3997
4005
|
// SquareM aliases
|
|
3998
4006
|
export { default as SquareMIcon } from '../icons/square-m';
|
|
3999
4007
|
export {
|
|
@@ -4006,12 +4014,6 @@ export {
|
|
|
4006
4014
|
/** @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 */
|
|
4007
4015
|
default as MenuSquareIcon
|
|
4008
4016
|
} from '../icons/square-menu';
|
|
4009
|
-
// SquareLibrary aliases
|
|
4010
|
-
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
4011
|
-
export {
|
|
4012
|
-
/** @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 */
|
|
4013
|
-
default as LibrarySquareIcon
|
|
4014
|
-
} from '../icons/square-library';
|
|
4015
4017
|
// SquareMinus aliases
|
|
4016
4018
|
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
4017
4019
|
export {
|
|
@@ -4036,6 +4038,12 @@ export {
|
|
|
4036
4038
|
/** @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 */
|
|
4037
4039
|
default as ParkingSquareIcon
|
|
4038
4040
|
} from '../icons/square-parking';
|
|
4041
|
+
// SquarePercent aliases
|
|
4042
|
+
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
4043
|
+
export {
|
|
4044
|
+
/** @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 */
|
|
4045
|
+
default as PercentSquareIcon
|
|
4046
|
+
} from '../icons/square-percent';
|
|
4039
4047
|
// SquarePen aliases
|
|
4040
4048
|
export { default as SquarePenIcon } from '../icons/square-pen';
|
|
4041
4049
|
export {
|
|
@@ -4050,12 +4058,6 @@ export {
|
|
|
4050
4058
|
/** @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 */
|
|
4051
4059
|
default as PenSquareIcon
|
|
4052
4060
|
} from '../icons/square-pen';
|
|
4053
|
-
// SquarePercent aliases
|
|
4054
|
-
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
4055
|
-
export {
|
|
4056
|
-
/** @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 */
|
|
4057
|
-
default as PercentSquareIcon
|
|
4058
|
-
} from '../icons/square-percent';
|
|
4059
4061
|
// SquarePi aliases
|
|
4060
4062
|
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4061
4063
|
export {
|
|
@@ -4128,30 +4130,36 @@ export {
|
|
|
4128
4130
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. This alias will be removed in v1.0 */
|
|
4129
4131
|
default as UserSquare2Icon
|
|
4130
4132
|
} from '../icons/square-user-round';
|
|
4133
|
+
// SquareUser aliases
|
|
4134
|
+
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4135
|
+
export {
|
|
4136
|
+
/** @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 */
|
|
4137
|
+
default as UserSquareIcon
|
|
4138
|
+
} from '../icons/square-user';
|
|
4131
4139
|
// SquareX aliases
|
|
4132
4140
|
export { default as SquareXIcon } from '../icons/square-x';
|
|
4133
4141
|
export {
|
|
4134
4142
|
/** @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 */
|
|
4135
4143
|
default as XSquareIcon
|
|
4136
4144
|
} from '../icons/square-x';
|
|
4137
|
-
//
|
|
4138
|
-
export { default as
|
|
4145
|
+
// TestTubeDiagonal aliases
|
|
4146
|
+
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
4139
4147
|
export {
|
|
4140
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4141
|
-
default as
|
|
4142
|
-
} from '../icons/
|
|
4148
|
+
/** @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 */
|
|
4149
|
+
default as TestTube2Icon
|
|
4150
|
+
} from '../icons/test-tube-diagonal';
|
|
4143
4151
|
// TextAlignCenter aliases
|
|
4144
4152
|
export { default as TextAlignCenterIcon } from '../icons/text-align-center';
|
|
4145
4153
|
export {
|
|
4146
4154
|
/** @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 */
|
|
4147
4155
|
default as AlignCenterIcon
|
|
4148
4156
|
} from '../icons/text-align-center';
|
|
4149
|
-
//
|
|
4150
|
-
export { default as
|
|
4157
|
+
// TextAlignEnd aliases
|
|
4158
|
+
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4151
4159
|
export {
|
|
4152
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4153
|
-
default as
|
|
4154
|
-
} from '../icons/
|
|
4160
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. This alias will be removed in v1.0 */
|
|
4161
|
+
default as AlignRightIcon
|
|
4162
|
+
} from '../icons/text-align-end';
|
|
4155
4163
|
// TextAlignJustify aliases
|
|
4156
4164
|
export { default as TextAlignJustifyIcon } from '../icons/text-align-justify';
|
|
4157
4165
|
export {
|
|
@@ -4168,36 +4176,36 @@ export {
|
|
|
4168
4176
|
/** @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 */
|
|
4169
4177
|
default as AlignLeftIcon
|
|
4170
4178
|
} from '../icons/text-align-start';
|
|
4171
|
-
// TextAlignEnd aliases
|
|
4172
|
-
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4173
|
-
export {
|
|
4174
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. This alias will be removed in v1.0 */
|
|
4175
|
-
default as AlignRightIcon
|
|
4176
|
-
} from '../icons/text-align-end';
|
|
4177
4179
|
// TextInitial aliases
|
|
4178
4180
|
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4179
4181
|
export {
|
|
4180
4182
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. This alias will be removed in v1.0 */
|
|
4181
4183
|
default as LetterTextIcon
|
|
4182
4184
|
} from '../icons/text-initial';
|
|
4183
|
-
// TextWrap aliases
|
|
4184
|
-
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4185
|
-
export {
|
|
4186
|
-
/** @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 */
|
|
4187
|
-
default as WrapTextIcon
|
|
4188
|
-
} from '../icons/text-wrap';
|
|
4189
4185
|
// TextSelect aliases
|
|
4190
4186
|
export { default as TextSelectIcon } from '../icons/text-select';
|
|
4191
4187
|
export {
|
|
4192
4188
|
/** @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 */
|
|
4193
4189
|
default as TextSelectionIcon
|
|
4194
4190
|
} from '../icons/text-select';
|
|
4191
|
+
// TextWrap aliases
|
|
4192
|
+
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4193
|
+
export {
|
|
4194
|
+
/** @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 */
|
|
4195
|
+
default as WrapTextIcon
|
|
4196
|
+
} from '../icons/text-wrap';
|
|
4195
4197
|
// TramFront aliases
|
|
4196
4198
|
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4197
4199
|
export {
|
|
4198
4200
|
/** @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 */
|
|
4199
4201
|
default as TrainIcon
|
|
4200
4202
|
} from '../icons/tram-front';
|
|
4203
|
+
// TreePalm aliases
|
|
4204
|
+
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4205
|
+
export {
|
|
4206
|
+
/** @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 */
|
|
4207
|
+
default as PalmtreeIcon
|
|
4208
|
+
} from '../icons/tree-palm';
|
|
4201
4209
|
// TriangleAlert aliases
|
|
4202
4210
|
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4203
4211
|
export {
|
|
@@ -4210,18 +4218,18 @@ export {
|
|
|
4210
4218
|
/** @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 */
|
|
4211
4219
|
default as Tv2Icon
|
|
4212
4220
|
} from '../icons/tv-minimal';
|
|
4221
|
+
// UserRoundCog aliases
|
|
4222
|
+
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
4223
|
+
export {
|
|
4224
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. This alias will be removed in v1.0 */
|
|
4225
|
+
default as UserCog2Icon
|
|
4226
|
+
} from '../icons/user-round-cog';
|
|
4213
4227
|
// University aliases
|
|
4214
4228
|
export { default as UniversityIcon } from '../icons/university';
|
|
4215
4229
|
export {
|
|
4216
4230
|
/** @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 */
|
|
4217
4231
|
default as School2Icon
|
|
4218
4232
|
} from '../icons/university';
|
|
4219
|
-
// TreePalm aliases
|
|
4220
|
-
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4221
|
-
export {
|
|
4222
|
-
/** @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 */
|
|
4223
|
-
default as PalmtreeIcon
|
|
4224
|
-
} from '../icons/tree-palm';
|
|
4225
4233
|
// UserRoundCheck aliases
|
|
4226
4234
|
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
4227
4235
|
export {
|
|
@@ -4234,12 +4242,6 @@ export {
|
|
|
4234
4242
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. This alias will be removed in v1.0 */
|
|
4235
4243
|
default as UserMinus2Icon
|
|
4236
4244
|
} from '../icons/user-round-minus';
|
|
4237
|
-
// UserRoundCog aliases
|
|
4238
|
-
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
4239
|
-
export {
|
|
4240
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. This alias will be removed in v1.0 */
|
|
4241
|
-
default as UserCog2Icon
|
|
4242
|
-
} from '../icons/user-round-cog';
|
|
4243
4245
|
// UserRoundPlus aliases
|
|
4244
4246
|
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
4245
4247
|
export {
|
|
@@ -4258,6 +4260,12 @@ export {
|
|
|
4258
4260
|
/** @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 */
|
|
4259
4261
|
default as User2Icon
|
|
4260
4262
|
} from '../icons/user-round';
|
|
4263
|
+
// UtensilsCrossed aliases
|
|
4264
|
+
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4265
|
+
export {
|
|
4266
|
+
/** @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 */
|
|
4267
|
+
default as ForkKnifeCrossedIcon
|
|
4268
|
+
} from '../icons/utensils-crossed';
|
|
4261
4269
|
// UsersRound aliases
|
|
4262
4270
|
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4263
4271
|
export {
|
|
@@ -4270,12 +4278,6 @@ export {
|
|
|
4270
4278
|
/** @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 */
|
|
4271
4279
|
default as ForkKnifeIcon
|
|
4272
4280
|
} from '../icons/utensils';
|
|
4273
|
-
// UtensilsCrossed aliases
|
|
4274
|
-
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4275
|
-
export {
|
|
4276
|
-
/** @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 */
|
|
4277
|
-
default as ForkKnifeCrossedIcon
|
|
4278
|
-
} from '../icons/utensils-crossed';
|
|
4279
4281
|
// WalletMinimal aliases
|
|
4280
4282
|
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4281
4283
|
export {
|