@lucide/astro 0.555.0 → 0.557.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 +4 -2
- package/src/aliases/aliases.ts +70 -70
- package/src/aliases/prefixed.ts +611 -591
- package/src/aliases/suffixed.ts +936 -916
- package/src/icons/balloon.ts +18 -0
- package/src/icons/book-search.ts +18 -0
- package/src/icons/brush-cleaning.ts +2 -2
- package/src/icons/bubbles.ts +2 -2
- package/src/icons/circle-pile.ts +18 -0
- package/src/icons/cloud-backup.ts +18 -0
- package/src/icons/cloud-sync.ts +18 -0
- package/src/icons/flashlight-off.ts +2 -2
- package/src/icons/flashlight.ts +2 -2
- package/src/icons/index.ts +138 -128
- package/src/icons/layers-plus.ts +18 -0
- package/src/icons/memory-stick.ts +2 -2
- package/src/icons/microchip.ts +2 -2
- package/src/icons/paint-bucket.ts +2 -2
- package/src/icons/plug.ts +2 -2
- package/src/icons/scooter.ts +18 -0
- package/src/icons/search-alert.ts +18 -0
- package/src/icons/square-bottom-dashed-scissors.ts +2 -2
- package/src/icons/square-scissors.ts +2 -2
- package/src/icons/thermometer-sun.ts +2 -2
- package/src/icons/thumbs-down.ts +2 -2
- package/src/icons/thumbs-up.ts +2 -2
- package/src/icons/tickets-plane.ts +2 -2
- package/src/icons/tickets.ts +2 -2
- package/src/icons/van.ts +18 -0
- package/src/icons/weight-tilde.ts +18 -0
package/src/aliases/suffixed.ts
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
// ALargeSmall aliases
|
|
2
|
-
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
3
|
-
// AArrowUp aliases
|
|
4
|
-
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
5
1
|
// AArrowDown aliases
|
|
6
2
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
7
|
-
//
|
|
8
|
-
export { default as
|
|
3
|
+
// AArrowUp aliases
|
|
4
|
+
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
9
5
|
// Activity aliases
|
|
10
6
|
export { default as ActivityIcon } from '../icons/activity';
|
|
11
7
|
// AirVent aliases
|
|
12
8
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
9
|
+
// Accessibility aliases
|
|
10
|
+
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
13
11
|
// Airplay aliases
|
|
14
12
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
15
13
|
// AlarmClockOff aliases
|
|
16
14
|
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
15
|
+
// ALargeSmall aliases
|
|
16
|
+
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
17
17
|
// AlarmClock aliases
|
|
18
18
|
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
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
|
-
// AlignCenterHorizontal aliases
|
|
24
|
-
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
25
23
|
// AlignCenterVertical aliases
|
|
26
24
|
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
25
|
+
// AlignCenterHorizontal aliases
|
|
26
|
+
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
27
27
|
// AlignEndHorizontal aliases
|
|
28
28
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
29
29
|
// AlignEndVertical aliases
|
|
@@ -40,22 +40,22 @@ export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-hori
|
|
|
40
40
|
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
41
41
|
// AlignHorizontalJustifyStart aliases
|
|
42
42
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
43
|
+
// AlignHorizontalSpaceAround aliases
|
|
44
|
+
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
43
45
|
// AlignHorizontalSpaceBetween aliases
|
|
44
46
|
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
45
47
|
// AlignStartHorizontal aliases
|
|
46
48
|
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
47
49
|
// AlignStartVertical aliases
|
|
48
50
|
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
49
|
-
// AlignVerticalDistributeCenter aliases
|
|
50
|
-
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
51
51
|
// AlignVerticalDistributeEnd aliases
|
|
52
52
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
53
|
-
//
|
|
54
|
-
export { default as
|
|
55
|
-
// AlignHorizontalSpaceAround aliases
|
|
56
|
-
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
53
|
+
// AlignVerticalDistributeCenter aliases
|
|
54
|
+
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
57
55
|
// AlignVerticalJustifyCenter aliases
|
|
58
56
|
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
57
|
+
// AlignVerticalDistributeStart aliases
|
|
58
|
+
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
59
59
|
// AlignVerticalJustifyEnd aliases
|
|
60
60
|
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
61
61
|
// AlignVerticalJustifyStart aliases
|
|
@@ -72,16 +72,16 @@ export { default as AmpersandIcon } from '../icons/ampersand';
|
|
|
72
72
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
73
73
|
// Ampersands aliases
|
|
74
74
|
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
75
|
-
// Angry aliases
|
|
76
|
-
export { default as AngryIcon } from '../icons/angry';
|
|
77
75
|
// Anchor aliases
|
|
78
76
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
77
|
+
// Angry aliases
|
|
78
|
+
export { default as AngryIcon } from '../icons/angry';
|
|
79
|
+
// Antenna aliases
|
|
80
|
+
export { default as AntennaIcon } from '../icons/antenna';
|
|
79
81
|
// Annoyed aliases
|
|
80
82
|
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
81
83
|
// Anvil aliases
|
|
82
84
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
83
|
-
// Antenna aliases
|
|
84
|
-
export { default as AntennaIcon } from '../icons/antenna';
|
|
85
85
|
// Aperture aliases
|
|
86
86
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
87
87
|
// AppWindowMac aliases
|
|
@@ -90,34 +90,34 @@ export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
|
90
90
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
91
91
|
// Apple aliases
|
|
92
92
|
export { default as AppleIcon } from '../icons/apple';
|
|
93
|
+
// ArchiveX aliases
|
|
94
|
+
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
93
95
|
// ArchiveRestore aliases
|
|
94
96
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
95
97
|
// Archive aliases
|
|
96
98
|
export { default as ArchiveIcon } from '../icons/archive';
|
|
97
|
-
// ArchiveX aliases
|
|
98
|
-
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
99
|
-
// Armchair aliases
|
|
100
|
-
export { default as ArmchairIcon } from '../icons/armchair';
|
|
101
99
|
// ArrowBigDownDash aliases
|
|
102
100
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
101
|
+
// Armchair aliases
|
|
102
|
+
export { default as ArmchairIcon } from '../icons/armchair';
|
|
103
103
|
// ArrowBigDown aliases
|
|
104
104
|
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
105
|
+
// ArrowBigLeftDash aliases
|
|
106
|
+
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
105
107
|
// ArrowBigLeft aliases
|
|
106
108
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
107
109
|
// ArrowBigRightDash aliases
|
|
108
110
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
109
|
-
// ArrowBigLeftDash aliases
|
|
110
|
-
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
111
111
|
// ArrowBigRight aliases
|
|
112
112
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
113
113
|
// ArrowBigUpDash aliases
|
|
114
114
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
115
115
|
// ArrowBigUp aliases
|
|
116
116
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
117
|
-
// ArrowDownLeft aliases
|
|
118
|
-
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
119
117
|
// ArrowDownFromLine aliases
|
|
120
118
|
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
119
|
+
// ArrowDownLeft aliases
|
|
120
|
+
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
121
121
|
// ArrowDownNarrowWide aliases
|
|
122
122
|
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
123
123
|
// ArrowDownRight aliases
|
|
@@ -128,12 +128,12 @@ export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
|
128
128
|
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
129
129
|
// ArrowDownUp aliases
|
|
130
130
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
131
|
-
// ArrowDown aliases
|
|
132
|
-
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
133
131
|
// ArrowLeftFromLine aliases
|
|
134
132
|
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
135
133
|
// ArrowLeftRight aliases
|
|
136
134
|
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
|
|
@@ -142,90 +142,92 @@ export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
|
142
142
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
143
143
|
// ArrowRightFromLine aliases
|
|
144
144
|
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
145
|
-
// ArrowRightToLine aliases
|
|
146
|
-
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
147
145
|
// ArrowRight aliases
|
|
148
146
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
147
|
+
// ArrowRightToLine aliases
|
|
148
|
+
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
149
149
|
// ArrowUpDown aliases
|
|
150
150
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
151
|
+
// ArrowUpLeft aliases
|
|
152
|
+
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
151
153
|
// ArrowUpFromDot aliases
|
|
152
154
|
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
153
155
|
// ArrowUpFromLine aliases
|
|
154
156
|
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
|
-
// ArrowUp aliases
|
|
160
|
-
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
161
159
|
// ArrowUpToLine aliases
|
|
162
160
|
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
161
|
+
// ArrowUp aliases
|
|
162
|
+
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
163
163
|
// ArrowUpWideNarrow aliases
|
|
164
164
|
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
165
165
|
// ArrowsUpFromLine aliases
|
|
166
166
|
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
167
|
-
// Asterisk aliases
|
|
168
|
-
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
169
167
|
// AtSign aliases
|
|
170
168
|
export { default as AtSignIcon } from '../icons/at-sign';
|
|
171
169
|
// Atom aliases
|
|
172
170
|
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';
|
|
179
181
|
// Baby aliases
|
|
180
182
|
export { default as BabyIcon } from '../icons/baby';
|
|
181
183
|
// Backpack aliases
|
|
182
184
|
export { default as BackpackIcon } from '../icons/backpack';
|
|
183
|
-
// Axe aliases
|
|
184
|
-
export { default as AxeIcon } from '../icons/axe';
|
|
185
185
|
// BadgeAlert aliases
|
|
186
186
|
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
187
|
-
// BadgeDollarSign aliases
|
|
188
|
-
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
189
187
|
// BadgeCent aliases
|
|
190
188
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
189
|
+
// BadgeDollarSign aliases
|
|
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
|
-
// BadgeIndianRupee aliases
|
|
194
|
-
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
195
193
|
// BadgeInfo aliases
|
|
196
194
|
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
197
195
|
// BadgeJapaneseYen aliases
|
|
198
196
|
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
197
|
+
// BadgeIndianRupee aliases
|
|
198
|
+
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
199
199
|
// BadgeMinus aliases
|
|
200
200
|
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
201
|
-
// BadgePlus aliases
|
|
202
|
-
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
203
201
|
// BadgePercent aliases
|
|
204
202
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
203
|
+
// BadgePlus aliases
|
|
204
|
+
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
205
205
|
// BadgePoundSterling aliases
|
|
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
|
-
// BadgeTurkishLira aliases
|
|
210
|
-
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
211
|
-
// BadgeSwissFranc aliases
|
|
212
|
-
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
213
209
|
// BadgeX aliases
|
|
214
210
|
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
215
|
-
//
|
|
216
|
-
export { default as
|
|
211
|
+
// BadgeSwissFranc aliases
|
|
212
|
+
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
213
|
+
// BadgeTurkishLira aliases
|
|
214
|
+
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
217
215
|
// BaggageClaim aliases
|
|
218
216
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
217
|
+
// Badge aliases
|
|
218
|
+
export { default as BadgeIcon } from '../icons/badge';
|
|
219
|
+
// Balloon aliases
|
|
220
|
+
export { default as BalloonIcon } from '../icons/balloon';
|
|
219
221
|
// Ban aliases
|
|
220
222
|
export { default as BanIcon } from '../icons/ban';
|
|
221
223
|
// Banana aliases
|
|
222
224
|
export { default as BananaIcon } from '../icons/banana';
|
|
223
|
-
// Bandage aliases
|
|
224
|
-
export { default as BandageIcon } from '../icons/bandage';
|
|
225
225
|
// BanknoteArrowDown aliases
|
|
226
226
|
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
227
227
|
// BanknoteArrowUp aliases
|
|
228
228
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
229
|
+
// Bandage aliases
|
|
230
|
+
export { default as BandageIcon } from '../icons/bandage';
|
|
229
231
|
// BanknoteX aliases
|
|
230
232
|
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
231
233
|
// Banknote aliases
|
|
@@ -234,74 +236,74 @@ export { default as BanknoteIcon } from '../icons/banknote';
|
|
|
234
236
|
export { default as BarrelIcon } from '../icons/barrel';
|
|
235
237
|
// Barcode aliases
|
|
236
238
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
239
|
+
// Bath aliases
|
|
240
|
+
export { default as BathIcon } from '../icons/bath';
|
|
237
241
|
// Baseline aliases
|
|
238
242
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
239
243
|
// BatteryCharging aliases
|
|
240
244
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
241
|
-
// Bath aliases
|
|
242
|
-
export { default as BathIcon } from '../icons/bath';
|
|
243
245
|
// BatteryFull aliases
|
|
244
246
|
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
245
|
-
// BatteryLow aliases
|
|
246
|
-
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
247
247
|
// BatteryMedium aliases
|
|
248
248
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
249
|
-
// BatteryWarning aliases
|
|
250
|
-
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
251
249
|
// BatteryPlus aliases
|
|
252
250
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
251
|
+
// BatteryLow aliases
|
|
252
|
+
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
253
|
+
// BatteryWarning aliases
|
|
254
|
+
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
253
255
|
// Battery aliases
|
|
254
256
|
export { default as BatteryIcon } from '../icons/battery';
|
|
257
|
+
// Bean aliases
|
|
258
|
+
export { default as BeanIcon } from '../icons/bean';
|
|
255
259
|
// Beaker aliases
|
|
256
260
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
257
261
|
// BeanOff aliases
|
|
258
262
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
259
263
|
// BedDouble aliases
|
|
260
264
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
261
|
-
// Bean aliases
|
|
262
|
-
export { default as BeanIcon } from '../icons/bean';
|
|
263
265
|
// BedSingle aliases
|
|
264
266
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
265
|
-
// Bed aliases
|
|
266
|
-
export { default as BedIcon } from '../icons/bed';
|
|
267
267
|
// Beef aliases
|
|
268
268
|
export { default as BeefIcon } from '../icons/beef';
|
|
269
|
+
// Bed aliases
|
|
270
|
+
export { default as BedIcon } from '../icons/bed';
|
|
269
271
|
// BeerOff aliases
|
|
270
272
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
271
273
|
// Beer aliases
|
|
272
274
|
export { default as BeerIcon } from '../icons/beer';
|
|
273
|
-
// BellDot aliases
|
|
274
|
-
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
275
275
|
// BellElectric aliases
|
|
276
276
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
277
|
-
//
|
|
278
|
-
export { default as
|
|
279
|
-
// BellRing aliases
|
|
280
|
-
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
277
|
+
// BellDot aliases
|
|
278
|
+
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
281
279
|
// BellOff aliases
|
|
282
280
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
281
|
+
// BellMinus aliases
|
|
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';
|
|
285
287
|
// Bell aliases
|
|
286
288
|
export { default as BellIcon } from '../icons/bell';
|
|
287
289
|
// BetweenVerticalEnd aliases
|
|
288
290
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
289
291
|
// BetweenVerticalStart aliases
|
|
290
292
|
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
291
|
-
// Bike aliases
|
|
292
|
-
export { default as BikeIcon } from '../icons/bike';
|
|
293
293
|
// BicepsFlexed aliases
|
|
294
294
|
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
295
|
+
// Bike aliases
|
|
296
|
+
export { default as BikeIcon } from '../icons/bike';
|
|
295
297
|
// Binary aliases
|
|
296
298
|
export { default as BinaryIcon } from '../icons/binary';
|
|
297
299
|
// Binoculars aliases
|
|
298
300
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
299
|
-
// Biohazard aliases
|
|
300
|
-
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
301
301
|
// Bird aliases
|
|
302
302
|
export { default as BirdIcon } from '../icons/bird';
|
|
303
303
|
// Birdhouse aliases
|
|
304
304
|
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
305
|
+
// Biohazard aliases
|
|
306
|
+
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
305
307
|
// Bitcoin aliases
|
|
306
308
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
307
309
|
// Blend aliases
|
|
@@ -314,32 +316,32 @@ export { default as BlocksIcon } from '../icons/blocks';
|
|
|
314
316
|
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
315
317
|
// BluetoothOff aliases
|
|
316
318
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
317
|
-
// Bold aliases
|
|
318
|
-
export { default as BoldIcon } from '../icons/bold';
|
|
319
|
-
// BluetoothSearching aliases
|
|
320
|
-
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
321
319
|
// Bluetooth aliases
|
|
322
320
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
321
|
+
// BluetoothSearching aliases
|
|
322
|
+
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
323
|
+
// Bold aliases
|
|
324
|
+
export { default as BoldIcon } from '../icons/bold';
|
|
323
325
|
// Bolt aliases
|
|
324
326
|
export { default as BoltIcon } from '../icons/bolt';
|
|
325
327
|
// Bomb aliases
|
|
326
328
|
export { default as BombIcon } from '../icons/bomb';
|
|
327
|
-
// BookA aliases
|
|
328
|
-
export { default as BookAIcon } from '../icons/book-a';
|
|
329
|
-
// BookAudio aliases
|
|
330
|
-
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
331
329
|
// Bone aliases
|
|
332
330
|
export { default as BoneIcon } from '../icons/bone';
|
|
331
|
+
// BookA aliases
|
|
332
|
+
export { default as BookAIcon } from '../icons/book-a';
|
|
333
333
|
// BookAlert aliases
|
|
334
334
|
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
335
|
+
// BookAudio aliases
|
|
336
|
+
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
335
337
|
// BookCheck aliases
|
|
336
338
|
export { default as BookCheckIcon } from '../icons/book-check';
|
|
337
|
-
// BookCopy aliases
|
|
338
|
-
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
339
339
|
// BookDown aliases
|
|
340
340
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
341
341
|
// BookHeadphones aliases
|
|
342
342
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
343
|
+
// BookCopy aliases
|
|
344
|
+
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
343
345
|
// BookHeart aliases
|
|
344
346
|
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
345
347
|
// BookImage aliases
|
|
@@ -350,20 +352,22 @@ export { default as BookKeyIcon } from '../icons/book-key';
|
|
|
350
352
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
351
353
|
// BookMarked aliases
|
|
352
354
|
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
353
|
-
// BookMinus aliases
|
|
354
|
-
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
355
|
-
// BookOpenText aliases
|
|
356
|
-
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
357
355
|
// BookOpenCheck aliases
|
|
358
356
|
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
357
|
+
// BookMinus aliases
|
|
358
|
+
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
359
359
|
// BookOpen aliases
|
|
360
360
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
361
|
+
// BookOpenText aliases
|
|
362
|
+
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
361
363
|
// BookPlus aliases
|
|
362
364
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
363
|
-
//
|
|
364
|
-
export { default as
|
|
365
|
+
// BookSearch aliases
|
|
366
|
+
export { default as BookSearchIcon } from '../icons/book-search';
|
|
365
367
|
// BookType aliases
|
|
366
368
|
export { default as BookTypeIcon } from '../icons/book-type';
|
|
369
|
+
// BookText aliases
|
|
370
|
+
export { default as BookTextIcon } from '../icons/book-text';
|
|
367
371
|
// BookUp2 aliases
|
|
368
372
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
369
373
|
// BookUp aliases
|
|
@@ -374,10 +378,10 @@ export { default as BookUserIcon } from '../icons/book-user';
|
|
|
374
378
|
export { default as BookXIcon } from '../icons/book-x';
|
|
375
379
|
// Book aliases
|
|
376
380
|
export { default as BookIcon } from '../icons/book';
|
|
377
|
-
// BookmarkMinus aliases
|
|
378
|
-
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
379
381
|
// BookmarkCheck aliases
|
|
380
382
|
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
383
|
+
// BookmarkMinus aliases
|
|
384
|
+
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
381
385
|
// BookmarkPlus aliases
|
|
382
386
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
383
387
|
// BookmarkX aliases
|
|
@@ -402,20 +406,20 @@ export { default as BoxIcon } from '../icons/box';
|
|
|
402
406
|
export { default as BoxesIcon } from '../icons/boxes';
|
|
403
407
|
// Brackets aliases
|
|
404
408
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
405
|
-
// BrainCog aliases
|
|
406
|
-
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
407
409
|
// BrainCircuit aliases
|
|
408
410
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
411
|
+
// BrainCog aliases
|
|
412
|
+
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
409
413
|
// Brain aliases
|
|
410
414
|
export { default as BrainIcon } from '../icons/brain';
|
|
411
415
|
// BrickWallFire aliases
|
|
412
416
|
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
413
417
|
// BrickWallShield aliases
|
|
414
418
|
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
415
|
-
// BrickWall aliases
|
|
416
|
-
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
417
419
|
// BriefcaseBusiness aliases
|
|
418
420
|
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
421
|
+
// BrickWall aliases
|
|
422
|
+
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
419
423
|
// BriefcaseConveyorBelt aliases
|
|
420
424
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
421
425
|
// BriefcaseMedical aliases
|
|
@@ -440,34 +444,34 @@ export { default as BugIcon } from '../icons/bug';
|
|
|
440
444
|
export { default as Building2Icon } from '../icons/building-2';
|
|
441
445
|
// Building aliases
|
|
442
446
|
export { default as BuildingIcon } from '../icons/building';
|
|
443
|
-
// BusFront aliases
|
|
444
|
-
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
445
|
-
// CableCar aliases
|
|
446
|
-
export { default as CableCarIcon } from '../icons/cable-car';
|
|
447
447
|
// Bus aliases
|
|
448
448
|
export { default as BusIcon } from '../icons/bus';
|
|
449
|
+
// BusFront aliases
|
|
450
|
+
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
449
451
|
// Cable aliases
|
|
450
452
|
export { default as CableIcon } from '../icons/cable';
|
|
453
|
+
// CableCar aliases
|
|
454
|
+
export { default as CableCarIcon } from '../icons/cable-car';
|
|
451
455
|
// CakeSlice aliases
|
|
452
456
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
453
457
|
// Cake aliases
|
|
454
458
|
export { default as CakeIcon } from '../icons/cake';
|
|
455
|
-
// Calendar1 aliases
|
|
456
|
-
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
457
459
|
// Calculator aliases
|
|
458
460
|
export { default as CalculatorIcon } from '../icons/calculator';
|
|
461
|
+
// Calendar1 aliases
|
|
462
|
+
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
463
|
+
// CalendarCheck2 aliases
|
|
464
|
+
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
459
465
|
// CalendarArrowDown aliases
|
|
460
466
|
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
461
467
|
// CalendarArrowUp aliases
|
|
462
468
|
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
463
|
-
// CalendarCheck2 aliases
|
|
464
|
-
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
465
469
|
// CalendarCheck aliases
|
|
466
470
|
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
467
|
-
// CalendarClock aliases
|
|
468
|
-
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
469
471
|
// CalendarCog aliases
|
|
470
472
|
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
473
|
+
// CalendarClock aliases
|
|
474
|
+
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
471
475
|
// CalendarDays aliases
|
|
472
476
|
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
473
477
|
// CalendarFold aliases
|
|
@@ -490,10 +494,10 @@ export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
|
490
494
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
491
495
|
// CalendarSync aliases
|
|
492
496
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
493
|
-
// CalendarX aliases
|
|
494
|
-
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
495
497
|
// CalendarX2 aliases
|
|
496
498
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
499
|
+
// CalendarX aliases
|
|
500
|
+
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
497
501
|
// Calendar aliases
|
|
498
502
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
499
503
|
// CameraOff aliases
|
|
@@ -504,14 +508,14 @@ export { default as CalendarsIcon } from '../icons/calendars';
|
|
|
504
508
|
export { default as CameraIcon } from '../icons/camera';
|
|
505
509
|
// CandyCane aliases
|
|
506
510
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
507
|
-
// Candy aliases
|
|
508
|
-
export { default as CandyIcon } from '../icons/candy';
|
|
509
511
|
// CandyOff aliases
|
|
510
512
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
511
|
-
//
|
|
512
|
-
export { default as
|
|
513
|
+
// Candy aliases
|
|
514
|
+
export { default as CandyIcon } from '../icons/candy';
|
|
513
515
|
// CaptionsOff aliases
|
|
514
516
|
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
517
|
+
// Cannabis aliases
|
|
518
|
+
export { default as CannabisIcon } from '../icons/cannabis';
|
|
515
519
|
// CarFront aliases
|
|
516
520
|
export { default as CarFrontIcon } from '../icons/car-front';
|
|
517
521
|
// CarTaxiFront aliases
|
|
@@ -522,18 +526,18 @@ export { default as CarIcon } from '../icons/car';
|
|
|
522
526
|
export { default as CaravanIcon } from '../icons/caravan';
|
|
523
527
|
// CardSim aliases
|
|
524
528
|
export { default as CardSimIcon } from '../icons/card-sim';
|
|
525
|
-
// Carrot aliases
|
|
526
|
-
export { default as CarrotIcon } from '../icons/carrot';
|
|
527
529
|
// CaseLower aliases
|
|
528
530
|
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
529
|
-
//
|
|
530
|
-
export { default as
|
|
531
|
-
// CassetteTape aliases
|
|
532
|
-
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
531
|
+
// Carrot aliases
|
|
532
|
+
export { default as CarrotIcon } from '../icons/carrot';
|
|
533
533
|
// CaseSensitive aliases
|
|
534
534
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
535
|
+
// CaseUpper aliases
|
|
536
|
+
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
535
537
|
// Cast aliases
|
|
536
538
|
export { default as CastIcon } from '../icons/cast';
|
|
539
|
+
// CassetteTape aliases
|
|
540
|
+
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
537
541
|
// Castle aliases
|
|
538
542
|
export { default as CastleIcon } from '../icons/castle';
|
|
539
543
|
// Cat aliases
|
|
@@ -544,16 +548,16 @@ export { default as CctvIcon } from '../icons/cctv';
|
|
|
544
548
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
545
549
|
// ChartBarIncreasing aliases
|
|
546
550
|
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
551
|
+
// ChartColumnDecreasing aliases
|
|
552
|
+
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
547
553
|
// ChartBarStacked aliases
|
|
548
554
|
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
549
|
-
// ChartGantt aliases
|
|
550
|
-
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
551
555
|
// ChartColumnStacked aliases
|
|
552
556
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
557
|
+
// ChartGantt aliases
|
|
558
|
+
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
553
559
|
// ChartNetwork aliases
|
|
554
560
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
555
|
-
// ChartColumnDecreasing aliases
|
|
556
|
-
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
557
561
|
// ChartNoAxesColumnDecreasing aliases
|
|
558
562
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
559
563
|
// ChartNoAxesCombined aliases
|
|
@@ -566,30 +570,30 @@ export { default as CheckCheckIcon } from '../icons/check-check';
|
|
|
566
570
|
export { default as CheckLineIcon } from '../icons/check-line';
|
|
567
571
|
// Check aliases
|
|
568
572
|
export { default as CheckIcon } from '../icons/check';
|
|
569
|
-
// ChefHat aliases
|
|
570
|
-
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
571
573
|
// Cherry aliases
|
|
572
574
|
export { default as CherryIcon } from '../icons/cherry';
|
|
575
|
+
// ChefHat aliases
|
|
576
|
+
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
573
577
|
// ChessBishop aliases
|
|
574
578
|
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
575
579
|
// ChessKing aliases
|
|
576
580
|
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
577
|
-
// ChessPawn aliases
|
|
578
|
-
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
579
581
|
// ChessKnight aliases
|
|
580
582
|
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
581
|
-
//
|
|
582
|
-
export { default as
|
|
583
|
+
// ChessPawn aliases
|
|
584
|
+
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
583
585
|
// ChessQueen aliases
|
|
584
586
|
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
587
|
+
// ChessRook aliases
|
|
588
|
+
export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
585
589
|
// ChevronDown aliases
|
|
586
590
|
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
587
|
-
// ChevronLeft aliases
|
|
588
|
-
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
589
591
|
// ChevronFirst aliases
|
|
590
592
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
591
593
|
// ChevronLast aliases
|
|
592
594
|
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
595
|
+
// ChevronLeft aliases
|
|
596
|
+
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
593
597
|
// ChevronRight aliases
|
|
594
598
|
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
595
599
|
// ChevronUp aliases
|
|
@@ -600,22 +604,22 @@ export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
|
600
604
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
601
605
|
// ChevronsLeftRightEllipsis aliases
|
|
602
606
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
607
|
+
// ChevronsLeft aliases
|
|
608
|
+
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
603
609
|
// ChevronsLeftRight aliases
|
|
604
610
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
605
611
|
// ChevronsRightLeft aliases
|
|
606
612
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
607
|
-
// ChevronsLeft aliases
|
|
608
|
-
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
609
613
|
// ChevronsRight aliases
|
|
610
614
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
611
615
|
// ChevronsUpDown aliases
|
|
612
616
|
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
613
617
|
// ChevronsUp aliases
|
|
614
618
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
615
|
-
// Church aliases
|
|
616
|
-
export { default as ChurchIcon } from '../icons/church';
|
|
617
619
|
// CigaretteOff aliases
|
|
618
620
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
621
|
+
// Church aliases
|
|
622
|
+
export { default as ChurchIcon } from '../icons/church';
|
|
619
623
|
// Cigarette aliases
|
|
620
624
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
621
625
|
// CircleDashed aliases
|
|
@@ -624,10 +628,10 @@ export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
|
624
628
|
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
625
629
|
// CircleDotDashed aliases
|
|
626
630
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
627
|
-
// CircleDot aliases
|
|
628
|
-
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
629
631
|
// CircleEllipsis aliases
|
|
630
632
|
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
633
|
+
// CircleDot aliases
|
|
634
|
+
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
631
635
|
// CircleEqual aliases
|
|
632
636
|
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
633
637
|
// CircleFadingArrowUp aliases
|
|
@@ -636,18 +640,20 @@ export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow
|
|
|
636
640
|
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
637
641
|
// CircleOff aliases
|
|
638
642
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
639
|
-
//
|
|
640
|
-
export { default as
|
|
643
|
+
// CirclePile aliases
|
|
644
|
+
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
641
645
|
// CircleSlash aliases
|
|
642
646
|
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
643
|
-
//
|
|
644
|
-
export { default as
|
|
647
|
+
// CirclePoundSterling aliases
|
|
648
|
+
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
645
649
|
// CircleStar aliases
|
|
646
650
|
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
647
|
-
//
|
|
648
|
-
export { default as
|
|
651
|
+
// CircleSmall aliases
|
|
652
|
+
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
649
653
|
// CircuitBoard aliases
|
|
650
654
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
655
|
+
// Circle aliases
|
|
656
|
+
export { default as CircleIcon } from '../icons/circle';
|
|
651
657
|
// Citrus aliases
|
|
652
658
|
export { default as CitrusIcon } from '../icons/citrus';
|
|
653
659
|
// Clapperboard aliases
|
|
@@ -656,18 +662,18 @@ export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
|
656
662
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
657
663
|
// ClipboardClock aliases
|
|
658
664
|
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
659
|
-
// ClipboardCopy aliases
|
|
660
|
-
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
661
665
|
// ClipboardList aliases
|
|
662
666
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
667
|
+
// ClipboardCopy aliases
|
|
668
|
+
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
663
669
|
// ClipboardMinus aliases
|
|
664
670
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
665
671
|
// ClipboardPaste aliases
|
|
666
672
|
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
667
|
-
// ClipboardType aliases
|
|
668
|
-
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
669
673
|
// ClipboardPlus aliases
|
|
670
674
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
675
|
+
// ClipboardType aliases
|
|
676
|
+
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
671
677
|
// ClipboardX aliases
|
|
672
678
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
673
679
|
// Clipboard aliases
|
|
@@ -678,10 +684,10 @@ export { default as Clock1Icon } from '../icons/clock-1';
|
|
|
678
684
|
export { default as Clock10Icon } from '../icons/clock-10';
|
|
679
685
|
// Clock11 aliases
|
|
680
686
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
681
|
-
// Clock2 aliases
|
|
682
|
-
export { default as Clock2Icon } from '../icons/clock-2';
|
|
683
687
|
// Clock12 aliases
|
|
684
688
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
689
|
+
// Clock2 aliases
|
|
690
|
+
export { default as Clock2Icon } from '../icons/clock-2';
|
|
685
691
|
// Clock3 aliases
|
|
686
692
|
export { default as Clock3Icon } from '../icons/clock-3';
|
|
687
693
|
// Clock4 aliases
|
|
@@ -692,14 +698,14 @@ export { default as Clock5Icon } from '../icons/clock-5';
|
|
|
692
698
|
export { default as Clock6Icon } from '../icons/clock-6';
|
|
693
699
|
// Clock7 aliases
|
|
694
700
|
export { default as Clock7Icon } from '../icons/clock-7';
|
|
695
|
-
// Clock8 aliases
|
|
696
|
-
export { default as Clock8Icon } from '../icons/clock-8';
|
|
697
701
|
// Clock9 aliases
|
|
698
702
|
export { default as Clock9Icon } from '../icons/clock-9';
|
|
699
|
-
//
|
|
700
|
-
export { default as
|
|
703
|
+
// Clock8 aliases
|
|
704
|
+
export { default as Clock8Icon } from '../icons/clock-8';
|
|
701
705
|
// ClockArrowDown aliases
|
|
702
706
|
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
707
|
+
// ClockAlert aliases
|
|
708
|
+
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
703
709
|
// ClockArrowUp aliases
|
|
704
710
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
705
711
|
// ClockCheck aliases
|
|
@@ -714,50 +720,54 @@ export { default as ClockIcon } from '../icons/clock';
|
|
|
714
720
|
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
715
721
|
// CloudAlert aliases
|
|
716
722
|
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
717
|
-
//
|
|
718
|
-
export { default as
|
|
723
|
+
// CloudBackup aliases
|
|
724
|
+
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
719
725
|
// CloudCheck aliases
|
|
720
726
|
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
727
|
+
// CloudCog aliases
|
|
728
|
+
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
721
729
|
// CloudDrizzle aliases
|
|
722
730
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
723
731
|
// CloudFog aliases
|
|
724
732
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
725
733
|
// CloudHail aliases
|
|
726
734
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
727
|
-
// CloudLightning aliases
|
|
728
|
-
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
729
735
|
// CloudMoonRain aliases
|
|
730
736
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
737
|
+
// CloudLightning aliases
|
|
738
|
+
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
731
739
|
// CloudMoon aliases
|
|
732
740
|
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
733
|
-
// CloudOff aliases
|
|
734
|
-
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
735
741
|
// CloudRainWind aliases
|
|
736
742
|
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
737
|
-
//
|
|
738
|
-
export { default as
|
|
743
|
+
// CloudOff aliases
|
|
744
|
+
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
739
745
|
// CloudSnow aliases
|
|
740
746
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
741
747
|
// CloudSunRain aliases
|
|
742
748
|
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
749
|
+
// CloudRain aliases
|
|
750
|
+
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
743
751
|
// CloudSun aliases
|
|
744
752
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
753
|
+
// CloudSync aliases
|
|
754
|
+
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
745
755
|
// Cloud aliases
|
|
746
756
|
export { default as CloudIcon } from '../icons/cloud';
|
|
747
|
-
// Cloudy aliases
|
|
748
|
-
export { default as CloudyIcon } from '../icons/cloudy';
|
|
749
757
|
// Clover aliases
|
|
750
758
|
export { default as CloverIcon } from '../icons/clover';
|
|
751
759
|
// Club aliases
|
|
752
760
|
export { default as ClubIcon } from '../icons/club';
|
|
761
|
+
// Cloudy aliases
|
|
762
|
+
export { default as CloudyIcon } from '../icons/cloudy';
|
|
753
763
|
// Code aliases
|
|
754
764
|
export { default as CodeIcon } from '../icons/code';
|
|
755
765
|
// Codepen aliases
|
|
756
766
|
export { default as CodepenIcon } from '../icons/codepen';
|
|
757
|
-
// Coffee aliases
|
|
758
|
-
export { default as CoffeeIcon } from '../icons/coffee';
|
|
759
767
|
// Codesandbox aliases
|
|
760
768
|
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
769
|
+
// Coffee aliases
|
|
770
|
+
export { default as CoffeeIcon } from '../icons/coffee';
|
|
761
771
|
// Cog aliases
|
|
762
772
|
export { default as CogIcon } from '../icons/cog';
|
|
763
773
|
// Coins aliases
|
|
@@ -766,32 +776,32 @@ export { default as CoinsIcon } from '../icons/coins';
|
|
|
766
776
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
767
777
|
// Combine aliases
|
|
768
778
|
export { default as CombineIcon } from '../icons/combine';
|
|
769
|
-
// Command aliases
|
|
770
|
-
export { default as CommandIcon } from '../icons/command';
|
|
771
779
|
// Compass aliases
|
|
772
780
|
export { default as CompassIcon } from '../icons/compass';
|
|
773
|
-
//
|
|
774
|
-
export { default as
|
|
781
|
+
// Command aliases
|
|
782
|
+
export { default as CommandIcon } from '../icons/command';
|
|
775
783
|
// Computer aliases
|
|
776
784
|
export { default as ComputerIcon } from '../icons/computer';
|
|
777
785
|
// ConciergeBell aliases
|
|
778
786
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
787
|
+
// Component aliases
|
|
788
|
+
export { default as ComponentIcon } from '../icons/component';
|
|
779
789
|
// Cone aliases
|
|
780
790
|
export { default as ConeIcon } from '../icons/cone';
|
|
781
|
-
// Contact aliases
|
|
782
|
-
export { default as ContactIcon } from '../icons/contact';
|
|
783
791
|
// Construction aliases
|
|
784
792
|
export { default as ConstructionIcon } from '../icons/construction';
|
|
793
|
+
// Contact aliases
|
|
794
|
+
export { default as ContactIcon } from '../icons/contact';
|
|
785
795
|
// Container aliases
|
|
786
796
|
export { default as ContainerIcon } from '../icons/container';
|
|
787
|
-
// Contrast aliases
|
|
788
|
-
export { default as ContrastIcon } from '../icons/contrast';
|
|
789
797
|
// Cookie aliases
|
|
790
798
|
export { default as CookieIcon } from '../icons/cookie';
|
|
791
|
-
//
|
|
792
|
-
export { default as
|
|
799
|
+
// Contrast aliases
|
|
800
|
+
export { default as ContrastIcon } from '../icons/contrast';
|
|
793
801
|
// CookingPot aliases
|
|
794
802
|
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
803
|
+
// CopyCheck aliases
|
|
804
|
+
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
795
805
|
// CopyMinus aliases
|
|
796
806
|
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
797
807
|
// CopyPlus aliases
|
|
@@ -824,14 +834,14 @@ export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
|
824
834
|
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
825
835
|
// Cpu aliases
|
|
826
836
|
export { default as CpuIcon } from '../icons/cpu';
|
|
827
|
-
// CreditCard aliases
|
|
828
|
-
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
829
837
|
// CreativeCommons aliases
|
|
830
838
|
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
831
|
-
//
|
|
832
|
-
export { default as
|
|
839
|
+
// CreditCard aliases
|
|
840
|
+
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
833
841
|
// Crop aliases
|
|
834
842
|
export { default as CropIcon } from '../icons/crop';
|
|
843
|
+
// Croissant aliases
|
|
844
|
+
export { default as CroissantIcon } from '../icons/croissant';
|
|
835
845
|
// Cross aliases
|
|
836
846
|
export { default as CrossIcon } from '../icons/cross';
|
|
837
847
|
// Crosshair aliases
|
|
@@ -842,22 +852,22 @@ export { default as CrownIcon } from '../icons/crown';
|
|
|
842
852
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
843
853
|
// CupSoda aliases
|
|
844
854
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
845
|
-
// Currency aliases
|
|
846
|
-
export { default as CurrencyIcon } from '../icons/currency';
|
|
847
855
|
// Cylinder aliases
|
|
848
856
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
849
|
-
//
|
|
850
|
-
export { default as
|
|
857
|
+
// Currency aliases
|
|
858
|
+
export { default as CurrencyIcon } from '../icons/currency';
|
|
851
859
|
// DatabaseBackup aliases
|
|
852
860
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
853
|
-
//
|
|
854
|
-
export { default as
|
|
861
|
+
// Dam aliases
|
|
862
|
+
export { default as DamIcon } from '../icons/dam';
|
|
855
863
|
// Database aliases
|
|
856
864
|
export { default as DatabaseIcon } from '../icons/database';
|
|
857
|
-
//
|
|
858
|
-
export { default as
|
|
865
|
+
// DatabaseZap aliases
|
|
866
|
+
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
859
867
|
// DecimalsArrowLeft aliases
|
|
860
868
|
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
869
|
+
// DecimalsArrowRight aliases
|
|
870
|
+
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
861
871
|
// Delete aliases
|
|
862
872
|
export { default as DeleteIcon } from '../icons/delete';
|
|
863
873
|
// Dessert aliases
|
|
@@ -872,28 +882,28 @@ export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
|
872
882
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
873
883
|
// Dice1 aliases
|
|
874
884
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
875
|
-
// Dice2 aliases
|
|
876
|
-
export { default as Dice2Icon } from '../icons/dice-2';
|
|
877
885
|
// Dice3 aliases
|
|
878
886
|
export { default as Dice3Icon } from '../icons/dice-3';
|
|
887
|
+
// Dice2 aliases
|
|
888
|
+
export { default as Dice2Icon } from '../icons/dice-2';
|
|
879
889
|
// Dice4 aliases
|
|
880
890
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
881
891
|
// Dice5 aliases
|
|
882
892
|
export { default as Dice5Icon } from '../icons/dice-5';
|
|
883
|
-
// Dice6 aliases
|
|
884
|
-
export { default as Dice6Icon } from '../icons/dice-6';
|
|
885
893
|
// Dices aliases
|
|
886
894
|
export { default as DicesIcon } from '../icons/dices';
|
|
887
|
-
//
|
|
888
|
-
export { default as
|
|
895
|
+
// Dice6 aliases
|
|
896
|
+
export { default as Dice6Icon } from '../icons/dice-6';
|
|
889
897
|
// Disc2 aliases
|
|
890
898
|
export { default as Disc2Icon } from '../icons/disc-2';
|
|
899
|
+
// Diff aliases
|
|
900
|
+
export { default as DiffIcon } from '../icons/diff';
|
|
891
901
|
// Disc3 aliases
|
|
892
902
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
893
|
-
// DiscAlbum aliases
|
|
894
|
-
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
895
903
|
// Disc aliases
|
|
896
904
|
export { default as DiscIcon } from '../icons/disc';
|
|
905
|
+
// DiscAlbum aliases
|
|
906
|
+
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
897
907
|
// Divide aliases
|
|
898
908
|
export { default as DivideIcon } from '../icons/divide';
|
|
899
909
|
// DnaOff aliases
|
|
@@ -902,16 +912,16 @@ export { default as DnaOffIcon } from '../icons/dna-off';
|
|
|
902
912
|
export { default as DnaIcon } from '../icons/dna';
|
|
903
913
|
// Dock aliases
|
|
904
914
|
export { default as DockIcon } from '../icons/dock';
|
|
905
|
-
// Dog aliases
|
|
906
|
-
export { default as DogIcon } from '../icons/dog';
|
|
907
915
|
// DollarSign aliases
|
|
908
916
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
917
|
+
// Dog aliases
|
|
918
|
+
export { default as DogIcon } from '../icons/dog';
|
|
909
919
|
// Donut aliases
|
|
910
920
|
export { default as DonutIcon } from '../icons/donut';
|
|
911
|
-
// DoorClosed aliases
|
|
912
|
-
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
913
921
|
// DoorClosedLocked aliases
|
|
914
922
|
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
923
|
+
// DoorClosed aliases
|
|
924
|
+
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
915
925
|
// DoorOpen aliases
|
|
916
926
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
917
927
|
// Dot aliases
|
|
@@ -924,10 +934,10 @@ export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
|
924
934
|
export { default as DramaIcon } from '../icons/drama';
|
|
925
935
|
// Dribbble aliases
|
|
926
936
|
export { default as DribbbleIcon } from '../icons/dribbble';
|
|
927
|
-
// Drill aliases
|
|
928
|
-
export { default as DrillIcon } from '../icons/drill';
|
|
929
937
|
// Drone aliases
|
|
930
938
|
export { default as DroneIcon } from '../icons/drone';
|
|
939
|
+
// Drill aliases
|
|
940
|
+
export { default as DrillIcon } from '../icons/drill';
|
|
931
941
|
// DropletOff aliases
|
|
932
942
|
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
933
943
|
// Droplet aliases
|
|
@@ -940,18 +950,18 @@ export { default as DrumIcon } from '../icons/drum';
|
|
|
940
950
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
941
951
|
// Dumbbell aliases
|
|
942
952
|
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
943
|
-
// EarOff aliases
|
|
944
|
-
export { default as EarOffIcon } from '../icons/ear-off';
|
|
945
953
|
// Ear aliases
|
|
946
954
|
export { default as EarIcon } from '../icons/ear';
|
|
947
|
-
//
|
|
948
|
-
export { default as
|
|
955
|
+
// EarOff aliases
|
|
956
|
+
export { default as EarOffIcon } from '../icons/ear-off';
|
|
949
957
|
// EggFried aliases
|
|
950
958
|
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
951
|
-
//
|
|
952
|
-
export { default as
|
|
959
|
+
// EarthLock aliases
|
|
960
|
+
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
953
961
|
// EggOff aliases
|
|
954
962
|
export { default as EggOffIcon } from '../icons/egg-off';
|
|
963
|
+
// Eclipse aliases
|
|
964
|
+
export { default as EclipseIcon } from '../icons/eclipse';
|
|
955
965
|
// Egg aliases
|
|
956
966
|
export { default as EggIcon } from '../icons/egg';
|
|
957
967
|
// EqualApproximately aliases
|
|
@@ -964,32 +974,32 @@ export { default as EqualIcon } from '../icons/equal';
|
|
|
964
974
|
export { default as EraserIcon } from '../icons/eraser';
|
|
965
975
|
// EthernetPort aliases
|
|
966
976
|
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
967
|
-
// EvCharger aliases
|
|
968
|
-
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
969
|
-
// Expand aliases
|
|
970
|
-
export { default as ExpandIcon } from '../icons/expand';
|
|
971
|
-
// ExternalLink aliases
|
|
972
|
-
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
973
977
|
// Euro aliases
|
|
974
978
|
export { default as EuroIcon } from '../icons/euro';
|
|
979
|
+
// Expand aliases
|
|
980
|
+
export { default as ExpandIcon } from '../icons/expand';
|
|
981
|
+
// EvCharger aliases
|
|
982
|
+
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
975
983
|
// EyeClosed aliases
|
|
976
984
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
977
|
-
//
|
|
978
|
-
export { default as
|
|
985
|
+
// ExternalLink aliases
|
|
986
|
+
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
979
987
|
// Eye aliases
|
|
980
988
|
export { default as EyeIcon } from '../icons/eye';
|
|
989
|
+
// EyeOff aliases
|
|
990
|
+
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
981
991
|
// Facebook aliases
|
|
982
992
|
export { default as FacebookIcon } from '../icons/facebook';
|
|
983
993
|
// Factory aliases
|
|
984
994
|
export { default as FactoryIcon } from '../icons/factory';
|
|
985
995
|
// Fan aliases
|
|
986
996
|
export { default as FanIcon } from '../icons/fan';
|
|
987
|
-
// FastForward aliases
|
|
988
|
-
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
989
997
|
// Feather aliases
|
|
990
998
|
export { default as FeatherIcon } from '../icons/feather';
|
|
991
999
|
// Fence aliases
|
|
992
1000
|
export { default as FenceIcon } from '../icons/fence';
|
|
1001
|
+
// FastForward aliases
|
|
1002
|
+
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
993
1003
|
// FerrisWheel aliases
|
|
994
1004
|
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
995
1005
|
// Figma aliases
|
|
@@ -998,24 +1008,24 @@ export { default as FigmaIcon } from '../icons/figma';
|
|
|
998
1008
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
999
1009
|
// FileBox aliases
|
|
1000
1010
|
export { default as FileBoxIcon } from '../icons/file-box';
|
|
1001
|
-
// FileClock aliases
|
|
1002
|
-
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1003
1011
|
// FileCheck aliases
|
|
1004
1012
|
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1005
1013
|
// FileCode aliases
|
|
1006
1014
|
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1007
1015
|
// FileDiff aliases
|
|
1008
1016
|
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
1017
|
+
// FileClock aliases
|
|
1018
|
+
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1009
1019
|
// FileDigit aliases
|
|
1010
1020
|
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1011
1021
|
// FileDown aliases
|
|
1012
1022
|
export { default as FileDownIcon } from '../icons/file-down';
|
|
1013
1023
|
// FileHeart aliases
|
|
1014
1024
|
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1015
|
-
// FileImage aliases
|
|
1016
|
-
export { default as FileImageIcon } from '../icons/file-image';
|
|
1017
1025
|
// FileInput aliases
|
|
1018
1026
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
1027
|
+
// FileImage aliases
|
|
1028
|
+
export { default as FileImageIcon } from '../icons/file-image';
|
|
1019
1029
|
// FileMinus aliases
|
|
1020
1030
|
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1021
1031
|
// FileMusic aliases
|
|
@@ -1026,10 +1036,10 @@ export { default as FileOutputIcon } from '../icons/file-output';
|
|
|
1026
1036
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1027
1037
|
// FileScan aliases
|
|
1028
1038
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1029
|
-
// FileSearch aliases
|
|
1030
|
-
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1031
1039
|
// FileSliders aliases
|
|
1032
1040
|
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1041
|
+
// FileSearch aliases
|
|
1042
|
+
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1033
1043
|
// FileSpreadsheet aliases
|
|
1034
1044
|
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1035
1045
|
// FileStack aliases
|
|
@@ -1054,10 +1064,10 @@ export { default as FileXIcon } from '../icons/file-x';
|
|
|
1054
1064
|
export { default as FileIcon } from '../icons/file';
|
|
1055
1065
|
// Files aliases
|
|
1056
1066
|
export { default as FilesIcon } from '../icons/files';
|
|
1057
|
-
// FireExtinguisher aliases
|
|
1058
|
-
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1059
1067
|
// Film aliases
|
|
1060
1068
|
export { default as FilmIcon } from '../icons/film';
|
|
1069
|
+
// FireExtinguisher aliases
|
|
1070
|
+
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1061
1071
|
// FishOff aliases
|
|
1062
1072
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1063
1073
|
// FishSymbol aliases
|
|
@@ -1080,18 +1090,18 @@ export { default as FlameIcon } from '../icons/flame';
|
|
|
1080
1090
|
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1081
1091
|
// Flashlight aliases
|
|
1082
1092
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1083
|
-
// FlaskConicalOff aliases
|
|
1084
|
-
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1085
1093
|
// FlaskConical aliases
|
|
1086
1094
|
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1087
|
-
//
|
|
1088
|
-
export { default as
|
|
1095
|
+
// FlaskConicalOff aliases
|
|
1096
|
+
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1089
1097
|
// FlaskRound aliases
|
|
1090
1098
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1091
|
-
//
|
|
1092
|
-
export { default as
|
|
1099
|
+
// FlipHorizontal2 aliases
|
|
1100
|
+
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1093
1101
|
// FlipHorizontal aliases
|
|
1094
1102
|
export { default as FlipHorizontalIcon } from '../icons/flip-horizontal';
|
|
1103
|
+
// FlipVertical2 aliases
|
|
1104
|
+
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1095
1105
|
// FlipVertical aliases
|
|
1096
1106
|
export { default as FlipVerticalIcon } from '../icons/flip-vertical';
|
|
1097
1107
|
// Flower2 aliases
|
|
@@ -1100,28 +1110,28 @@ export { default as Flower2Icon } from '../icons/flower-2';
|
|
|
1100
1110
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1101
1111
|
// Focus aliases
|
|
1102
1112
|
export { default as FocusIcon } from '../icons/focus';
|
|
1103
|
-
// FoldHorizontal aliases
|
|
1104
|
-
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1105
1113
|
// FoldVertical aliases
|
|
1106
1114
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1115
|
+
// FoldHorizontal aliases
|
|
1116
|
+
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1107
1117
|
// FolderArchive aliases
|
|
1108
1118
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1109
1119
|
// FolderCheck aliases
|
|
1110
1120
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1111
|
-
// FolderClock aliases
|
|
1112
|
-
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1113
1121
|
// FolderCode aliases
|
|
1114
1122
|
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1123
|
+
// FolderClock aliases
|
|
1124
|
+
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1115
1125
|
// FolderClosed aliases
|
|
1116
1126
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1117
1127
|
// FolderDown aliases
|
|
1118
1128
|
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1119
1129
|
// FolderDot aliases
|
|
1120
1130
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1121
|
-
// FolderGit2 aliases
|
|
1122
|
-
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1123
1131
|
// FolderGit aliases
|
|
1124
1132
|
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1133
|
+
// FolderGit2 aliases
|
|
1134
|
+
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1125
1135
|
// FolderInput aliases
|
|
1126
1136
|
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1127
1137
|
// FolderHeart aliases
|
|
@@ -1132,10 +1142,10 @@ export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
|
1132
1142
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1133
1143
|
// FolderLock aliases
|
|
1134
1144
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1135
|
-
// FolderMinus aliases
|
|
1136
|
-
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1137
1145
|
// FolderOpenDot aliases
|
|
1138
1146
|
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1147
|
+
// FolderMinus aliases
|
|
1148
|
+
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1139
1149
|
// FolderOpen aliases
|
|
1140
1150
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1141
1151
|
// FolderOutput aliases
|
|
@@ -1146,28 +1156,28 @@ export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
|
1146
1156
|
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1147
1157
|
// FolderSearch2 aliases
|
|
1148
1158
|
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1149
|
-
// FolderSearch aliases
|
|
1150
|
-
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1151
1159
|
// FolderSymlink aliases
|
|
1152
1160
|
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1161
|
+
// FolderSearch aliases
|
|
1162
|
+
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1153
1163
|
// FolderSync aliases
|
|
1154
1164
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1165
|
+
// FolderUp aliases
|
|
1166
|
+
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1155
1167
|
// FolderTree aliases
|
|
1156
1168
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1157
1169
|
// FolderX aliases
|
|
1158
1170
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1159
|
-
// FolderUp aliases
|
|
1160
|
-
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1161
|
-
// Folder aliases
|
|
1162
|
-
export { default as FolderIcon } from '../icons/folder';
|
|
1163
1171
|
// Folders aliases
|
|
1164
1172
|
export { default as FoldersIcon } from '../icons/folders';
|
|
1173
|
+
// Folder aliases
|
|
1174
|
+
export { default as FolderIcon } from '../icons/folder';
|
|
1175
|
+
// Footprints aliases
|
|
1176
|
+
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1165
1177
|
// Forklift aliases
|
|
1166
1178
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1167
1179
|
// Form aliases
|
|
1168
1180
|
export { default as FormIcon } from '../icons/form';
|
|
1169
|
-
// Footprints aliases
|
|
1170
|
-
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1171
1181
|
// Forward aliases
|
|
1172
1182
|
export { default as ForwardIcon } from '../icons/forward';
|
|
1173
1183
|
// Frame aliases
|
|
@@ -1182,12 +1192,12 @@ export { default as FuelIcon } from '../icons/fuel';
|
|
|
1182
1192
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1183
1193
|
// FunnelPlus aliases
|
|
1184
1194
|
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1185
|
-
// GalleryHorizontalEnd aliases
|
|
1186
|
-
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1187
1195
|
// GalleryHorizontal aliases
|
|
1188
1196
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1189
1197
|
// GalleryThumbnails aliases
|
|
1190
1198
|
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1199
|
+
// GalleryHorizontalEnd aliases
|
|
1200
|
+
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1191
1201
|
// GalleryVerticalEnd aliases
|
|
1192
1202
|
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1193
1203
|
// GalleryVertical aliases
|
|
@@ -1204,10 +1214,10 @@ export { default as GaugeIcon } from '../icons/gauge';
|
|
|
1204
1214
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1205
1215
|
// Gem aliases
|
|
1206
1216
|
export { default as GemIcon } from '../icons/gem';
|
|
1207
|
-
// GeorgianLari aliases
|
|
1208
|
-
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1209
1217
|
// Ghost aliases
|
|
1210
1218
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1219
|
+
// GeorgianLari aliases
|
|
1220
|
+
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1211
1221
|
// Gift aliases
|
|
1212
1222
|
export { default as GiftIcon } from '../icons/gift';
|
|
1213
1223
|
// GitBranchMinus aliases
|
|
@@ -1218,10 +1228,10 @@ export { default as GitBranchIcon } from '../icons/git-branch';
|
|
|
1218
1228
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1219
1229
|
// GitCommitVertical aliases
|
|
1220
1230
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1221
|
-
// GitCompare aliases
|
|
1222
|
-
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1223
1231
|
// GitCompareArrows aliases
|
|
1224
1232
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1233
|
+
// GitCompare aliases
|
|
1234
|
+
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1225
1235
|
// GitFork aliases
|
|
1226
1236
|
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1227
1237
|
// GitGraph aliases
|
|
@@ -1230,20 +1240,20 @@ export { default as GitGraphIcon } from '../icons/git-graph';
|
|
|
1230
1240
|
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1231
1241
|
// GitPullRequestArrow aliases
|
|
1232
1242
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1233
|
-
// GitPullRequestClosed aliases
|
|
1234
|
-
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1235
|
-
// GitPullRequestCreate aliases
|
|
1236
|
-
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1237
1243
|
// GitPullRequestCreateArrow aliases
|
|
1238
1244
|
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1245
|
+
// GitPullRequestCreate aliases
|
|
1246
|
+
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1247
|
+
// GitPullRequestClosed aliases
|
|
1248
|
+
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1239
1249
|
// GitPullRequestDraft aliases
|
|
1240
1250
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1251
|
+
// Gitlab aliases
|
|
1252
|
+
export { default as GitlabIcon } from '../icons/gitlab';
|
|
1241
1253
|
// GitPullRequest aliases
|
|
1242
1254
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1243
1255
|
// Github aliases
|
|
1244
1256
|
export { default as GithubIcon } from '../icons/github';
|
|
1245
|
-
// Gitlab aliases
|
|
1246
|
-
export { default as GitlabIcon } from '../icons/gitlab';
|
|
1247
1257
|
// GlassWater aliases
|
|
1248
1258
|
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1249
1259
|
// Glasses aliases
|
|
@@ -1280,12 +1290,12 @@ export { default as HamburgerIcon } from '../icons/hamburger';
|
|
|
1280
1290
|
export { default as HammerIcon } from '../icons/hammer';
|
|
1281
1291
|
// HandCoins aliases
|
|
1282
1292
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1293
|
+
// HandHeart aliases
|
|
1294
|
+
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1283
1295
|
// HandFist aliases
|
|
1284
1296
|
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1285
1297
|
// HandMetal aliases
|
|
1286
1298
|
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1287
|
-
// HandHeart aliases
|
|
1288
|
-
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1289
1299
|
// HandPlatter aliases
|
|
1290
1300
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1291
1301
|
// Hand aliases
|
|
@@ -1296,10 +1306,10 @@ export { default as HandbagIcon } from '../icons/handbag';
|
|
|
1296
1306
|
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1297
1307
|
// HardDriveDownload aliases
|
|
1298
1308
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1299
|
-
// HardDriveUpload aliases
|
|
1300
|
-
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1301
1309
|
// HardDrive aliases
|
|
1302
1310
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1311
|
+
// HardDriveUpload aliases
|
|
1312
|
+
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1303
1313
|
// HardHat aliases
|
|
1304
1314
|
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1305
1315
|
// Hash aliases
|
|
@@ -1308,30 +1318,30 @@ export { default as HashIcon } from '../icons/hash';
|
|
|
1308
1318
|
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1309
1319
|
// Haze aliases
|
|
1310
1320
|
export { default as HazeIcon } from '../icons/haze';
|
|
1311
|
-
// Heading1 aliases
|
|
1312
|
-
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1313
1321
|
// HdmiPort aliases
|
|
1314
1322
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1323
|
+
// Heading1 aliases
|
|
1324
|
+
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1315
1325
|
// Heading2 aliases
|
|
1316
1326
|
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1317
|
-
// Heading4 aliases
|
|
1318
|
-
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1319
1327
|
// Heading3 aliases
|
|
1320
1328
|
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1321
1329
|
// Heading5 aliases
|
|
1322
1330
|
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1331
|
+
// Heading4 aliases
|
|
1332
|
+
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1323
1333
|
// Heading6 aliases
|
|
1324
1334
|
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1325
1335
|
// Heading aliases
|
|
1326
1336
|
export { default as HeadingIcon } from '../icons/heading';
|
|
1327
1337
|
// HeadphoneOff aliases
|
|
1328
1338
|
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1329
|
-
// Headphones aliases
|
|
1330
|
-
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1331
1339
|
// Headset aliases
|
|
1332
1340
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1333
1341
|
// HeartCrack aliases
|
|
1334
1342
|
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1343
|
+
// Headphones aliases
|
|
1344
|
+
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1335
1345
|
// HeartHandshake aliases
|
|
1336
1346
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1337
1347
|
// HeartMinus aliases
|
|
@@ -1346,10 +1356,10 @@ export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
|
1346
1356
|
export { default as HeartIcon } from '../icons/heart';
|
|
1347
1357
|
// Heater aliases
|
|
1348
1358
|
export { default as HeaterIcon } from '../icons/heater';
|
|
1349
|
-
// Helicopter aliases
|
|
1350
|
-
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1351
1359
|
// Hexagon aliases
|
|
1352
1360
|
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1361
|
+
// Helicopter aliases
|
|
1362
|
+
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1353
1363
|
// Highlighter aliases
|
|
1354
1364
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1355
1365
|
// History aliases
|
|
@@ -1360,10 +1370,10 @@ export { default as HopOffIcon } from '../icons/hop-off';
|
|
|
1360
1370
|
export { default as HopIcon } from '../icons/hop';
|
|
1361
1371
|
// Hospital aliases
|
|
1362
1372
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1363
|
-
// Hotel aliases
|
|
1364
|
-
export { default as HotelIcon } from '../icons/hotel';
|
|
1365
1373
|
// Hourglass aliases
|
|
1366
1374
|
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1375
|
+
// Hotel aliases
|
|
1376
|
+
export { default as HotelIcon } from '../icons/hotel';
|
|
1367
1377
|
// HouseHeart aliases
|
|
1368
1378
|
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1369
1379
|
// HousePlug aliases
|
|
@@ -1376,28 +1386,28 @@ export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
|
1376
1386
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1377
1387
|
// IdCard aliases
|
|
1378
1388
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1379
|
-
// ImageDown aliases
|
|
1380
|
-
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1381
1389
|
// ImageMinus aliases
|
|
1382
1390
|
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1383
|
-
//
|
|
1384
|
-
export { default as
|
|
1391
|
+
// ImageDown aliases
|
|
1392
|
+
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1385
1393
|
// ImagePlay aliases
|
|
1386
1394
|
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1395
|
+
// ImageOff aliases
|
|
1396
|
+
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1397
|
+
// ImagePlus aliases
|
|
1398
|
+
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1387
1399
|
// ImageUp aliases
|
|
1388
1400
|
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1389
1401
|
// ImageUpscale aliases
|
|
1390
1402
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1391
|
-
// ImagePlus aliases
|
|
1392
|
-
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1393
1403
|
// Image aliases
|
|
1394
1404
|
export { default as ImageIcon } from '../icons/image';
|
|
1395
1405
|
// Images aliases
|
|
1396
1406
|
export { default as ImagesIcon } from '../icons/images';
|
|
1397
|
-
// Inbox aliases
|
|
1398
|
-
export { default as InboxIcon } from '../icons/inbox';
|
|
1399
1407
|
// Import aliases
|
|
1400
1408
|
export { default as ImportIcon } from '../icons/import';
|
|
1409
|
+
// Inbox aliases
|
|
1410
|
+
export { default as InboxIcon } from '../icons/inbox';
|
|
1401
1411
|
// IndianRupee aliases
|
|
1402
1412
|
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1403
1413
|
// Infinity aliases
|
|
@@ -1410,48 +1420,48 @@ export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
|
1410
1420
|
export { default as InstagramIcon } from '../icons/instagram';
|
|
1411
1421
|
// Italic aliases
|
|
1412
1422
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1413
|
-
// IterationCcw aliases
|
|
1414
|
-
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1415
1423
|
// IterationCw aliases
|
|
1416
1424
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1417
1425
|
// JapaneseYen aliases
|
|
1418
1426
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1427
|
+
// IterationCcw aliases
|
|
1428
|
+
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1419
1429
|
// Joystick aliases
|
|
1420
1430
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1421
1431
|
// Kayak aliases
|
|
1422
1432
|
export { default as KayakIcon } from '../icons/kayak';
|
|
1423
1433
|
// Kanban aliases
|
|
1424
1434
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1425
|
-
// KeyRound aliases
|
|
1426
|
-
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1427
1435
|
// KeySquare aliases
|
|
1428
1436
|
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1437
|
+
// KeyRound aliases
|
|
1438
|
+
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1429
1439
|
// Key aliases
|
|
1430
1440
|
export { default as KeyIcon } from '../icons/key';
|
|
1431
1441
|
// KeyboardMusic aliases
|
|
1432
1442
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1433
|
-
// KeyboardOff aliases
|
|
1434
|
-
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1435
1443
|
// Keyboard aliases
|
|
1436
1444
|
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1445
|
+
// KeyboardOff aliases
|
|
1446
|
+
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1447
|
+
// LampDesk aliases
|
|
1448
|
+
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1437
1449
|
// LampCeiling aliases
|
|
1438
1450
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1439
1451
|
// LampFloor aliases
|
|
1440
1452
|
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1441
|
-
// LampDesk aliases
|
|
1442
|
-
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1443
1453
|
// LampWallDown aliases
|
|
1444
1454
|
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1445
1455
|
// Lamp aliases
|
|
1446
1456
|
export { default as LampIcon } from '../icons/lamp';
|
|
1447
|
-
// LandPlot aliases
|
|
1448
|
-
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1449
|
-
// LampWallUp aliases
|
|
1450
|
-
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1451
1457
|
// Landmark aliases
|
|
1452
1458
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1459
|
+
// LampWallUp aliases
|
|
1460
|
+
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1453
1461
|
// Languages aliases
|
|
1454
1462
|
export { default as LanguagesIcon } from '../icons/languages';
|
|
1463
|
+
// LandPlot aliases
|
|
1464
|
+
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1455
1465
|
// LaptopMinimalCheck aliases
|
|
1456
1466
|
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1457
1467
|
// Laptop aliases
|
|
@@ -1460,10 +1470,12 @@ export { default as LaptopIcon } from '../icons/laptop';
|
|
|
1460
1470
|
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1461
1471
|
// Lasso aliases
|
|
1462
1472
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1463
|
-
// Laugh aliases
|
|
1464
|
-
export { default as LaughIcon } from '../icons/laugh';
|
|
1465
1473
|
// Layers2 aliases
|
|
1466
1474
|
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1475
|
+
// Laugh aliases
|
|
1476
|
+
export { default as LaughIcon } from '../icons/laugh';
|
|
1477
|
+
// LayersPlus aliases
|
|
1478
|
+
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1467
1479
|
// LayoutDashboard aliases
|
|
1468
1480
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1469
1481
|
// LayoutGrid aliases
|
|
@@ -1482,46 +1494,46 @@ export { default as LeafIcon } from '../icons/leaf';
|
|
|
1482
1494
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1483
1495
|
// Lectern aliases
|
|
1484
1496
|
export { default as LecternIcon } from '../icons/lectern';
|
|
1485
|
-
// Library aliases
|
|
1486
|
-
export { default as LibraryIcon } from '../icons/library';
|
|
1487
1497
|
// LibraryBig aliases
|
|
1488
1498
|
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1499
|
+
// Library aliases
|
|
1500
|
+
export { default as LibraryIcon } from '../icons/library';
|
|
1489
1501
|
// LifeBuoy aliases
|
|
1490
1502
|
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1491
|
-
// Ligature aliases
|
|
1492
|
-
export { default as LigatureIcon } from '../icons/ligature';
|
|
1493
1503
|
// LightbulbOff aliases
|
|
1494
1504
|
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1505
|
+
// Ligature aliases
|
|
1506
|
+
export { default as LigatureIcon } from '../icons/ligature';
|
|
1507
|
+
// LineSquiggle aliases
|
|
1508
|
+
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1509
|
+
// Link2 aliases
|
|
1510
|
+
export { default as Link2Icon } from '../icons/link-2';
|
|
1495
1511
|
// Link2Off aliases
|
|
1496
1512
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1497
1513
|
// Lightbulb aliases
|
|
1498
1514
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1499
|
-
// Link2 aliases
|
|
1500
|
-
export { default as Link2Icon } from '../icons/link-2';
|
|
1501
|
-
// LineSquiggle aliases
|
|
1502
|
-
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1503
1515
|
// Link aliases
|
|
1504
1516
|
export { default as LinkIcon } from '../icons/link';
|
|
1505
|
-
// ListCheck aliases
|
|
1506
|
-
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1507
1517
|
// Linkedin aliases
|
|
1508
1518
|
export { default as LinkedinIcon } from '../icons/linkedin';
|
|
1519
|
+
// ListCheck aliases
|
|
1520
|
+
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1509
1521
|
// ListChecks aliases
|
|
1510
1522
|
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1511
|
-
// ListChevronsDownUp aliases
|
|
1512
|
-
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1513
1523
|
// ListChevronsUpDown aliases
|
|
1514
1524
|
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1515
1525
|
// ListCollapse aliases
|
|
1516
1526
|
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1527
|
+
// ListChevronsDownUp aliases
|
|
1528
|
+
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1517
1529
|
// ListEnd aliases
|
|
1518
1530
|
export { default as ListEndIcon } from '../icons/list-end';
|
|
1519
1531
|
// ListFilterPlus aliases
|
|
1520
1532
|
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1521
|
-
// ListFilter aliases
|
|
1522
|
-
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1523
1533
|
// ListMinus aliases
|
|
1524
1534
|
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1535
|
+
// ListFilter aliases
|
|
1536
|
+
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1525
1537
|
// ListMusic aliases
|
|
1526
1538
|
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1527
1539
|
// ListOrdered aliases
|
|
@@ -1532,24 +1544,24 @@ export { default as ListPlusIcon } from '../icons/list-plus';
|
|
|
1532
1544
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1533
1545
|
// ListStart aliases
|
|
1534
1546
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1535
|
-
// ListTodo aliases
|
|
1536
|
-
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1537
1547
|
// ListTree aliases
|
|
1538
1548
|
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1549
|
+
// ListTodo aliases
|
|
1550
|
+
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1539
1551
|
// ListVideo aliases
|
|
1540
1552
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1541
1553
|
// ListX aliases
|
|
1542
1554
|
export { default as ListXIcon } from '../icons/list-x';
|
|
1543
|
-
// LoaderPinwheel aliases
|
|
1544
|
-
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1545
1555
|
// List aliases
|
|
1546
1556
|
export { default as ListIcon } from '../icons/list';
|
|
1547
|
-
//
|
|
1548
|
-
export { default as
|
|
1557
|
+
// LoaderPinwheel aliases
|
|
1558
|
+
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1549
1559
|
// Loader aliases
|
|
1550
1560
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1551
1561
|
// LocateOff aliases
|
|
1552
1562
|
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1563
|
+
// LocateFixed aliases
|
|
1564
|
+
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1553
1565
|
// Locate aliases
|
|
1554
1566
|
export { default as LocateIcon } from '../icons/locate';
|
|
1555
1567
|
// LockKeyhole aliases
|
|
@@ -1570,28 +1582,28 @@ export { default as LuggageIcon } from '../icons/luggage';
|
|
|
1570
1582
|
export { default as MagnetIcon } from '../icons/magnet';
|
|
1571
1583
|
// MailCheck aliases
|
|
1572
1584
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1573
|
-
// MailMinus aliases
|
|
1574
|
-
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1575
1585
|
// MailOpen aliases
|
|
1576
1586
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1577
|
-
//
|
|
1578
|
-
export { default as
|
|
1587
|
+
// MailMinus aliases
|
|
1588
|
+
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1579
1589
|
// MailSearch aliases
|
|
1580
1590
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1581
|
-
// MailWarning aliases
|
|
1582
|
-
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1583
1591
|
// MailX aliases
|
|
1584
1592
|
export { default as MailXIcon } from '../icons/mail-x';
|
|
1585
|
-
//
|
|
1586
|
-
export { default as
|
|
1593
|
+
// MailWarning aliases
|
|
1594
|
+
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1595
|
+
// MailPlus aliases
|
|
1596
|
+
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1587
1597
|
// Mail aliases
|
|
1588
1598
|
export { default as MailIcon } from '../icons/mail';
|
|
1589
|
-
//
|
|
1590
|
-
export { default as
|
|
1599
|
+
// Mailbox aliases
|
|
1600
|
+
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1591
1601
|
// Mails aliases
|
|
1592
1602
|
export { default as MailsIcon } from '../icons/mails';
|
|
1593
1603
|
// MapPinCheckInside aliases
|
|
1594
1604
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1605
|
+
// MapMinus aliases
|
|
1606
|
+
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1595
1607
|
// MapPinCheck aliases
|
|
1596
1608
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1597
1609
|
// MapPinHouse aliases
|
|
@@ -1606,10 +1618,10 @@ export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
|
1606
1618
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1607
1619
|
// MapPinPlus aliases
|
|
1608
1620
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1609
|
-
// MapPinXInside aliases
|
|
1610
|
-
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1611
1621
|
// MapPinX aliases
|
|
1612
1622
|
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1623
|
+
// MapPinXInside aliases
|
|
1624
|
+
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1613
1625
|
// MapPin aliases
|
|
1614
1626
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1615
1627
|
// MapPinned aliases
|
|
@@ -1618,20 +1630,20 @@ export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
|
1618
1630
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1619
1631
|
// Map aliases
|
|
1620
1632
|
export { default as MapIcon } from '../icons/map';
|
|
1621
|
-
// MarsStroke aliases
|
|
1622
|
-
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1623
1633
|
// Mars aliases
|
|
1624
1634
|
export { default as MarsIcon } from '../icons/mars';
|
|
1625
|
-
//
|
|
1626
|
-
export { default as
|
|
1635
|
+
// MarsStroke aliases
|
|
1636
|
+
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1627
1637
|
// Martini aliases
|
|
1628
1638
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1629
1639
|
// Maximize aliases
|
|
1630
1640
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1631
|
-
// Medal aliases
|
|
1632
|
-
export { default as MedalIcon } from '../icons/medal';
|
|
1633
1641
|
// MegaphoneOff aliases
|
|
1634
1642
|
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1643
|
+
// Medal aliases
|
|
1644
|
+
export { default as MedalIcon } from '../icons/medal';
|
|
1645
|
+
// Maximize2 aliases
|
|
1646
|
+
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1635
1647
|
// Megaphone aliases
|
|
1636
1648
|
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1637
1649
|
// Meh aliases
|
|
@@ -1662,10 +1674,10 @@ export { default as MessageCircleWarningIcon } from '../icons/message-circle-war
|
|
|
1662
1674
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1663
1675
|
// MessageCircle aliases
|
|
1664
1676
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1665
|
-
// MessageSquareDashed aliases
|
|
1666
|
-
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1667
1677
|
// MessageSquareCode aliases
|
|
1668
1678
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1679
|
+
// MessageSquareDashed aliases
|
|
1680
|
+
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1669
1681
|
// MessageSquareDiff aliases
|
|
1670
1682
|
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1671
1683
|
// MessageSquareDot aliases
|
|
@@ -1676,22 +1688,22 @@ export { default as MessageSquareHeartIcon } from '../icons/message-square-heart
|
|
|
1676
1688
|
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1677
1689
|
// MessageSquareMore aliases
|
|
1678
1690
|
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1691
|
+
// MessageSquarePlus aliases
|
|
1692
|
+
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1679
1693
|
// MessageSquareOff aliases
|
|
1680
1694
|
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1681
1695
|
// MessageSquareQuote aliases
|
|
1682
1696
|
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1683
|
-
// MessageSquarePlus aliases
|
|
1684
|
-
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1685
1697
|
// MessageSquareReply aliases
|
|
1686
1698
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1687
|
-
// MessageSquareText aliases
|
|
1688
|
-
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1689
|
-
// MessageSquareWarning aliases
|
|
1690
|
-
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1691
1699
|
// MessageSquareShare aliases
|
|
1692
1700
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1701
|
+
// MessageSquareText aliases
|
|
1702
|
+
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1693
1703
|
// MessageSquareX aliases
|
|
1694
1704
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1705
|
+
// MessageSquareWarning aliases
|
|
1706
|
+
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1695
1707
|
// MessageSquare aliases
|
|
1696
1708
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1697
1709
|
// MessagesSquare aliases
|
|
@@ -1708,10 +1720,10 @@ export { default as MicroscopeIcon } from '../icons/microscope';
|
|
|
1708
1720
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1709
1721
|
// Milestone aliases
|
|
1710
1722
|
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1711
|
-
// Milk aliases
|
|
1712
|
-
export { default as MilkIcon } from '../icons/milk';
|
|
1713
1723
|
// MilkOff aliases
|
|
1714
1724
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1725
|
+
// Milk aliases
|
|
1726
|
+
export { default as MilkIcon } from '../icons/milk';
|
|
1715
1727
|
// Minimize2 aliases
|
|
1716
1728
|
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1717
1729
|
// Minimize aliases
|
|
@@ -1730,42 +1742,42 @@ export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
|
1730
1742
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1731
1743
|
// MonitorOff aliases
|
|
1732
1744
|
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1733
|
-
// MonitorPause aliases
|
|
1734
|
-
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1735
1745
|
// MonitorPlay aliases
|
|
1736
1746
|
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1747
|
+
// MonitorPause aliases
|
|
1748
|
+
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1737
1749
|
// MonitorSmartphone aliases
|
|
1738
1750
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1739
|
-
// MonitorSpeaker aliases
|
|
1740
|
-
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1741
1751
|
// MonitorStop aliases
|
|
1742
1752
|
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';
|
|
1743
1757
|
// MonitorUp aliases
|
|
1744
1758
|
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1745
1759
|
// Monitor aliases
|
|
1746
1760
|
export { default as MonitorIcon } from '../icons/monitor';
|
|
1747
|
-
// MonitorX aliases
|
|
1748
|
-
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1749
1761
|
// MoonStar aliases
|
|
1750
1762
|
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1751
|
-
// Moon aliases
|
|
1752
|
-
export { default as MoonIcon } from '../icons/moon';
|
|
1753
|
-
// MountainSnow aliases
|
|
1754
|
-
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1755
1763
|
// Motorbike aliases
|
|
1756
1764
|
export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
1765
|
+
// Moon aliases
|
|
1766
|
+
export { default as MoonIcon } from '../icons/moon';
|
|
1757
1767
|
// Mountain aliases
|
|
1758
1768
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1759
1769
|
// MouseOff aliases
|
|
1760
1770
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1761
|
-
//
|
|
1762
|
-
export { default as
|
|
1763
|
-
// MousePointerBan aliases
|
|
1764
|
-
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1771
|
+
// MountainSnow aliases
|
|
1772
|
+
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1765
1773
|
// MousePointer2Off aliases
|
|
1766
1774
|
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1775
|
+
// MousePointer2 aliases
|
|
1776
|
+
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1767
1777
|
// MousePointerClick aliases
|
|
1768
1778
|
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1779
|
+
// MousePointerBan aliases
|
|
1780
|
+
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1769
1781
|
// MousePointer aliases
|
|
1770
1782
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1771
1783
|
// Mouse aliases
|
|
@@ -1780,30 +1792,30 @@ export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
|
1780
1792
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1781
1793
|
// MoveDown aliases
|
|
1782
1794
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1783
|
-
// MoveLeft aliases
|
|
1784
|
-
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1785
1795
|
// MoveHorizontal aliases
|
|
1786
1796
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1787
|
-
//
|
|
1788
|
-
export { default as
|
|
1797
|
+
// MoveLeft aliases
|
|
1798
|
+
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1789
1799
|
// MoveUpRight aliases
|
|
1790
1800
|
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1801
|
+
// MoveRight aliases
|
|
1802
|
+
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1791
1803
|
// MoveUpLeft aliases
|
|
1792
1804
|
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1793
1805
|
// MoveUp aliases
|
|
1794
1806
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1795
|
-
// MoveVertical aliases
|
|
1796
|
-
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1797
1807
|
// Move aliases
|
|
1798
1808
|
export { default as MoveIcon } from '../icons/move';
|
|
1809
|
+
// MoveVertical aliases
|
|
1810
|
+
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1799
1811
|
// Music2 aliases
|
|
1800
1812
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1801
1813
|
// Music3 aliases
|
|
1802
1814
|
export { default as Music3Icon } from '../icons/music-3';
|
|
1803
|
-
// Music aliases
|
|
1804
|
-
export { default as MusicIcon } from '../icons/music';
|
|
1805
1815
|
// Music4 aliases
|
|
1806
1816
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1817
|
+
// Music aliases
|
|
1818
|
+
export { default as MusicIcon } from '../icons/music';
|
|
1807
1819
|
// Navigation2Off aliases
|
|
1808
1820
|
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1809
1821
|
// Navigation2 aliases
|
|
@@ -1814,108 +1826,108 @@ export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
|
1814
1826
|
export { default as NavigationIcon } from '../icons/navigation';
|
|
1815
1827
|
// Network aliases
|
|
1816
1828
|
export { default as NetworkIcon } from '../icons/network';
|
|
1817
|
-
// Newspaper aliases
|
|
1818
|
-
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1819
|
-
// Nfc aliases
|
|
1820
|
-
export { default as NfcIcon } from '../icons/nfc';
|
|
1821
1829
|
// NonBinary aliases
|
|
1822
1830
|
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1831
|
+
// Newspaper aliases
|
|
1832
|
+
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1823
1833
|
// NotebookPen aliases
|
|
1824
1834
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1835
|
+
// Nfc aliases
|
|
1836
|
+
export { default as NfcIcon } from '../icons/nfc';
|
|
1837
|
+
// NotebookTabs aliases
|
|
1838
|
+
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1825
1839
|
// NotebookText aliases
|
|
1826
1840
|
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1827
1841
|
// Notebook aliases
|
|
1828
1842
|
export { default as NotebookIcon } from '../icons/notebook';
|
|
1829
|
-
// NotebookTabs aliases
|
|
1830
|
-
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1831
1843
|
// NotepadTextDashed aliases
|
|
1832
1844
|
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1833
1845
|
// NotepadText aliases
|
|
1834
1846
|
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1835
1847
|
// NutOff aliases
|
|
1836
1848
|
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1837
|
-
// Nut aliases
|
|
1838
|
-
export { default as NutIcon } from '../icons/nut';
|
|
1839
1849
|
// OctagonMinus aliases
|
|
1840
1850
|
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1841
|
-
//
|
|
1842
|
-
export { default as
|
|
1851
|
+
// Nut aliases
|
|
1852
|
+
export { default as NutIcon } from '../icons/nut';
|
|
1843
1853
|
// Omega aliases
|
|
1844
1854
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1845
1855
|
// Option aliases
|
|
1846
1856
|
export { default as OptionIcon } from '../icons/option';
|
|
1847
|
-
//
|
|
1848
|
-
export { default as
|
|
1857
|
+
// Octagon aliases
|
|
1858
|
+
export { default as OctagonIcon } from '../icons/octagon';
|
|
1849
1859
|
// Origami aliases
|
|
1850
1860
|
export { default as OrigamiIcon } from '../icons/origami';
|
|
1851
|
-
//
|
|
1852
|
-
export { default as
|
|
1861
|
+
// Orbit aliases
|
|
1862
|
+
export { default as OrbitIcon } from '../icons/orbit';
|
|
1853
1863
|
// PackageCheck aliases
|
|
1854
1864
|
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1855
|
-
//
|
|
1856
|
-
export { default as
|
|
1865
|
+
// Package2 aliases
|
|
1866
|
+
export { default as Package2Icon } from '../icons/package-2';
|
|
1857
1867
|
// PackageOpen aliases
|
|
1858
1868
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1859
|
-
//
|
|
1860
|
-
export { default as
|
|
1869
|
+
// PackageMinus aliases
|
|
1870
|
+
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1861
1871
|
// PackageSearch aliases
|
|
1862
1872
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1873
|
+
// PackagePlus aliases
|
|
1874
|
+
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1863
1875
|
// PackageX aliases
|
|
1864
1876
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
1865
1877
|
// Package aliases
|
|
1866
1878
|
export { default as PackageIcon } from '../icons/package';
|
|
1867
|
-
// PaintBucket aliases
|
|
1868
|
-
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1869
1879
|
// PaintRoller aliases
|
|
1870
1880
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1871
|
-
// Paintbrush aliases
|
|
1872
|
-
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1873
1881
|
// Palette aliases
|
|
1874
1882
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1883
|
+
// PaintBucket aliases
|
|
1884
|
+
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1885
|
+
// Paintbrush aliases
|
|
1886
|
+
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1875
1887
|
// Panda aliases
|
|
1876
1888
|
export { default as PandaIcon } from '../icons/panda';
|
|
1877
|
-
// PanelBottomClose aliases
|
|
1878
|
-
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1879
|
-
// PanelBottomOpen aliases
|
|
1880
|
-
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1881
1889
|
// PanelBottom aliases
|
|
1882
1890
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1891
|
+
// PanelBottomOpen aliases
|
|
1892
|
+
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1893
|
+
// PanelBottomClose aliases
|
|
1894
|
+
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1883
1895
|
// PanelLeftRightDashed aliases
|
|
1884
1896
|
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1885
|
-
// PanelRightClose aliases
|
|
1886
|
-
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1887
1897
|
// PanelRightOpen aliases
|
|
1888
1898
|
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1899
|
+
// PanelRightClose aliases
|
|
1900
|
+
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1889
1901
|
// PanelRight aliases
|
|
1890
1902
|
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1891
1903
|
// PanelTopBottomDashed aliases
|
|
1892
1904
|
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
1893
|
-
// PanelTopClose aliases
|
|
1894
|
-
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1895
1905
|
// PanelTopOpen aliases
|
|
1896
1906
|
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1897
1907
|
// PanelTop aliases
|
|
1898
1908
|
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1909
|
+
// PanelTopClose aliases
|
|
1910
|
+
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1899
1911
|
// PanelsLeftBottom aliases
|
|
1900
1912
|
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1901
|
-
// PanelsRightBottom aliases
|
|
1902
|
-
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1903
1913
|
// Paperclip aliases
|
|
1904
1914
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1915
|
+
// PanelsRightBottom aliases
|
|
1916
|
+
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1917
|
+
// ParkingMeter aliases
|
|
1918
|
+
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1905
1919
|
// Parentheses aliases
|
|
1906
1920
|
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1907
1921
|
// PartyPopper aliases
|
|
1908
1922
|
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1909
|
-
// ParkingMeter aliases
|
|
1910
|
-
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1911
1923
|
// Pause aliases
|
|
1912
1924
|
export { default as PauseIcon } from '../icons/pause';
|
|
1913
1925
|
// PcCase aliases
|
|
1914
1926
|
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1915
|
-
// PawPrint aliases
|
|
1916
|
-
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1917
1927
|
// PenOff aliases
|
|
1918
1928
|
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1929
|
+
// PawPrint aliases
|
|
1930
|
+
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1919
1931
|
// PenTool aliases
|
|
1920
1932
|
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1921
1933
|
// PencilLine aliases
|
|
@@ -1930,12 +1942,12 @@ export { default as PencilIcon } from '../icons/pencil';
|
|
|
1930
1942
|
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1931
1943
|
// Percent aliases
|
|
1932
1944
|
export { default as PercentIcon } from '../icons/percent';
|
|
1933
|
-
// PersonStanding aliases
|
|
1934
|
-
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1935
1945
|
// PhilippinePeso aliases
|
|
1936
1946
|
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1937
1947
|
// PhoneCall aliases
|
|
1938
1948
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1949
|
+
// PersonStanding aliases
|
|
1950
|
+
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1939
1951
|
// PhoneForwarded aliases
|
|
1940
1952
|
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1941
1953
|
// PhoneIncoming aliases
|
|
@@ -1944,34 +1956,34 @@ export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
|
1944
1956
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1945
1957
|
// PhoneOff aliases
|
|
1946
1958
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1947
|
-
// Phone aliases
|
|
1948
|
-
export { default as PhoneIcon } from '../icons/phone';
|
|
1949
1959
|
// PhoneOutgoing aliases
|
|
1950
1960
|
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1961
|
+
// Phone aliases
|
|
1962
|
+
export { default as PhoneIcon } from '../icons/phone';
|
|
1951
1963
|
// Pi aliases
|
|
1952
1964
|
export { default as PiIcon } from '../icons/pi';
|
|
1953
|
-
// Piano aliases
|
|
1954
|
-
export { default as PianoIcon } from '../icons/piano';
|
|
1955
1965
|
// Pickaxe aliases
|
|
1956
1966
|
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1957
1967
|
// PictureInPicture2 aliases
|
|
1958
1968
|
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
1959
1969
|
// PictureInPicture aliases
|
|
1960
1970
|
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1971
|
+
// Piano aliases
|
|
1972
|
+
export { default as PianoIcon } from '../icons/piano';
|
|
1961
1973
|
// PiggyBank aliases
|
|
1962
1974
|
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1963
|
-
// PilcrowLeft aliases
|
|
1964
|
-
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1965
1975
|
// Pilcrow aliases
|
|
1966
1976
|
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1967
1977
|
// PilcrowRight aliases
|
|
1968
1978
|
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1979
|
+
// PilcrowLeft aliases
|
|
1980
|
+
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1969
1981
|
// PillBottle aliases
|
|
1970
1982
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
1971
|
-
// Pill aliases
|
|
1972
|
-
export { default as PillIcon } from '../icons/pill';
|
|
1973
1983
|
// PinOff aliases
|
|
1974
1984
|
export { default as PinOffIcon } from '../icons/pin-off';
|
|
1985
|
+
// Pill aliases
|
|
1986
|
+
export { default as PillIcon } from '../icons/pill';
|
|
1975
1987
|
// Pipette aliases
|
|
1976
1988
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
1977
1989
|
// Pizza aliases
|
|
@@ -1980,50 +1992,50 @@ export { default as PizzaIcon } from '../icons/pizza';
|
|
|
1980
1992
|
export { default as PinIcon } from '../icons/pin';
|
|
1981
1993
|
// PlaneLanding aliases
|
|
1982
1994
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
1995
|
+
// Plane aliases
|
|
1996
|
+
export { default as PlaneIcon } from '../icons/plane';
|
|
1983
1997
|
// PlaneTakeoff aliases
|
|
1984
1998
|
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
1999
|
+
// Plug aliases
|
|
2000
|
+
export { default as PlugIcon } from '../icons/plug';
|
|
1985
2001
|
// Play aliases
|
|
1986
2002
|
export { default as PlayIcon } from '../icons/play';
|
|
1987
2003
|
// Plug2 aliases
|
|
1988
2004
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
1989
|
-
// Plane aliases
|
|
1990
|
-
export { default as PlaneIcon } from '../icons/plane';
|
|
1991
|
-
// Plug aliases
|
|
1992
|
-
export { default as PlugIcon } from '../icons/plug';
|
|
1993
2005
|
// Plus aliases
|
|
1994
2006
|
export { default as PlusIcon } from '../icons/plus';
|
|
1995
|
-
// PocketKnife aliases
|
|
1996
|
-
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
1997
2007
|
// Pocket aliases
|
|
1998
2008
|
export { default as PocketIcon } from '../icons/pocket';
|
|
2009
|
+
// PocketKnife aliases
|
|
2010
|
+
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2011
|
+
// Podcast aliases
|
|
2012
|
+
export { default as PodcastIcon } from '../icons/podcast';
|
|
1999
2013
|
// PointerOff aliases
|
|
2000
2014
|
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2001
2015
|
// Pointer aliases
|
|
2002
2016
|
export { default as PointerIcon } from '../icons/pointer';
|
|
2003
|
-
//
|
|
2004
|
-
export { default as
|
|
2017
|
+
// PowerOff aliases
|
|
2018
|
+
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2005
2019
|
// Popcorn aliases
|
|
2006
2020
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2007
2021
|
// Popsicle aliases
|
|
2008
2022
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2009
2023
|
// PoundSterling aliases
|
|
2010
2024
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2011
|
-
// PowerOff aliases
|
|
2012
|
-
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2013
2025
|
// Power aliases
|
|
2014
2026
|
export { default as PowerIcon } from '../icons/power';
|
|
2015
2027
|
// PrinterCheck aliases
|
|
2016
2028
|
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2017
2029
|
// Presentation aliases
|
|
2018
2030
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
2031
|
+
// Projector aliases
|
|
2032
|
+
export { default as ProjectorIcon } from '../icons/projector';
|
|
2019
2033
|
// Printer aliases
|
|
2020
2034
|
export { default as PrinterIcon } from '../icons/printer';
|
|
2021
|
-
// Proportions aliases
|
|
2022
|
-
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2023
2035
|
// Puzzle aliases
|
|
2024
2036
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2025
|
-
//
|
|
2026
|
-
export { default as
|
|
2037
|
+
// Proportions aliases
|
|
2038
|
+
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2027
2039
|
// Pyramid aliases
|
|
2028
2040
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2029
2041
|
// QrCode aliases
|
|
@@ -2032,196 +2044,200 @@ export { default as QrCodeIcon } from '../icons/qr-code';
|
|
|
2032
2044
|
export { default as QuoteIcon } from '../icons/quote';
|
|
2033
2045
|
// Rabbit aliases
|
|
2034
2046
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2035
|
-
// Radiation aliases
|
|
2036
|
-
export { default as RadiationIcon } from '../icons/radiation';
|
|
2037
2047
|
// Radar aliases
|
|
2038
2048
|
export { default as RadarIcon } from '../icons/radar';
|
|
2039
|
-
//
|
|
2040
|
-
export { default as
|
|
2049
|
+
// Radiation aliases
|
|
2050
|
+
export { default as RadiationIcon } from '../icons/radiation';
|
|
2041
2051
|
// Radical aliases
|
|
2042
2052
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2043
2053
|
// RadioReceiver aliases
|
|
2044
2054
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2045
|
-
//
|
|
2046
|
-
export { default as
|
|
2055
|
+
// RadioTower aliases
|
|
2056
|
+
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2047
2057
|
// Radius aliases
|
|
2048
2058
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2049
|
-
//
|
|
2050
|
-
export { default as
|
|
2059
|
+
// Radio aliases
|
|
2060
|
+
export { default as RadioIcon } from '../icons/radio';
|
|
2051
2061
|
// Rainbow aliases
|
|
2052
2062
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2063
|
+
// RailSymbol aliases
|
|
2064
|
+
export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
2053
2065
|
// Rat aliases
|
|
2054
2066
|
export { default as RatIcon } from '../icons/rat';
|
|
2055
2067
|
// Ratio aliases
|
|
2056
2068
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2057
|
-
// ReceiptCent aliases
|
|
2058
|
-
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2059
2069
|
// ReceiptEuro aliases
|
|
2060
2070
|
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2061
|
-
//
|
|
2062
|
-
export { default as
|
|
2071
|
+
// ReceiptCent aliases
|
|
2072
|
+
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2063
2073
|
// ReceiptJapaneseYen aliases
|
|
2064
2074
|
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2065
|
-
// ReceiptPoundSterling aliases
|
|
2066
|
-
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2067
2075
|
// ReceiptRussianRuble aliases
|
|
2068
2076
|
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2077
|
+
// ReceiptIndianRupee aliases
|
|
2078
|
+
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2069
2079
|
// ReceiptSwissFranc aliases
|
|
2070
2080
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2071
2081
|
// ReceiptText aliases
|
|
2072
2082
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2083
|
+
// ReceiptPoundSterling aliases
|
|
2084
|
+
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2073
2085
|
// ReceiptTurkishLira aliases
|
|
2074
2086
|
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2075
2087
|
// Receipt aliases
|
|
2076
2088
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2077
2089
|
// RectangleCircle aliases
|
|
2078
2090
|
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2079
|
-
// RectangleGoggles aliases
|
|
2080
|
-
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2081
2091
|
// RectangleHorizontal aliases
|
|
2082
2092
|
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2093
|
+
// RectangleGoggles aliases
|
|
2094
|
+
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2083
2095
|
// RectangleVertical aliases
|
|
2084
2096
|
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2085
2097
|
// Recycle aliases
|
|
2086
2098
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2087
2099
|
// Redo2 aliases
|
|
2088
2100
|
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2089
|
-
// RedoDot aliases
|
|
2090
|
-
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2091
2101
|
// Redo aliases
|
|
2092
2102
|
export { default as RedoIcon } from '../icons/redo';
|
|
2103
|
+
// RedoDot aliases
|
|
2104
|
+
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2093
2105
|
// RefreshCcwDot aliases
|
|
2094
2106
|
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2095
2107
|
// RefreshCcw aliases
|
|
2096
2108
|
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2097
|
-
// RefreshCw aliases
|
|
2098
|
-
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2099
2109
|
// RefreshCwOff aliases
|
|
2100
2110
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2101
2111
|
// Refrigerator aliases
|
|
2102
2112
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2103
|
-
//
|
|
2104
|
-
export { default as
|
|
2113
|
+
// RefreshCw aliases
|
|
2114
|
+
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2105
2115
|
// Regex aliases
|
|
2106
2116
|
export { default as RegexIcon } from '../icons/regex';
|
|
2117
|
+
// RemoveFormatting aliases
|
|
2118
|
+
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2107
2119
|
// Repeat1 aliases
|
|
2108
2120
|
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2109
2121
|
// Repeat2 aliases
|
|
2110
2122
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2111
|
-
// Repeat aliases
|
|
2112
|
-
export { default as RepeatIcon } from '../icons/repeat';
|
|
2113
2123
|
// ReplaceAll aliases
|
|
2114
2124
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2125
|
+
// Repeat aliases
|
|
2126
|
+
export { default as RepeatIcon } from '../icons/repeat';
|
|
2115
2127
|
// Replace aliases
|
|
2116
2128
|
export { default as ReplaceIcon } from '../icons/replace';
|
|
2129
|
+
// ReplyAll aliases
|
|
2130
|
+
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2117
2131
|
// Reply aliases
|
|
2118
2132
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2119
2133
|
// Rewind aliases
|
|
2120
2134
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2121
|
-
// ReplyAll aliases
|
|
2122
|
-
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2123
2135
|
// Ribbon aliases
|
|
2124
2136
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2125
2137
|
// Rocket aliases
|
|
2126
2138
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2127
|
-
// RockingChair aliases
|
|
2128
|
-
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2129
|
-
// Rose aliases
|
|
2130
|
-
export { default as RoseIcon } from '../icons/rose';
|
|
2131
2139
|
// RollerCoaster aliases
|
|
2132
2140
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2141
|
+
// Rose aliases
|
|
2142
|
+
export { default as RoseIcon } from '../icons/rose';
|
|
2143
|
+
// RockingChair aliases
|
|
2144
|
+
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2133
2145
|
// RotateCcwKey aliases
|
|
2134
2146
|
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2135
2147
|
// RotateCcwSquare aliases
|
|
2136
2148
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2149
|
+
// RotateCw aliases
|
|
2150
|
+
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2137
2151
|
// RotateCcw aliases
|
|
2138
2152
|
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2139
2153
|
// RotateCwSquare aliases
|
|
2140
2154
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2141
|
-
// RotateCw aliases
|
|
2142
|
-
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2143
|
-
// RouteOff aliases
|
|
2144
|
-
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2145
2155
|
// Route aliases
|
|
2146
2156
|
export { default as RouteIcon } from '../icons/route';
|
|
2157
|
+
// RouteOff aliases
|
|
2158
|
+
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2147
2159
|
// Router aliases
|
|
2148
2160
|
export { default as RouterIcon } from '../icons/router';
|
|
2149
2161
|
// Rows4 aliases
|
|
2150
2162
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2151
|
-
// Rss aliases
|
|
2152
|
-
export { default as RssIcon } from '../icons/rss';
|
|
2153
2163
|
// RulerDimensionLine aliases
|
|
2154
2164
|
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2165
|
+
// Rss aliases
|
|
2166
|
+
export { default as RssIcon } from '../icons/rss';
|
|
2155
2167
|
// Ruler aliases
|
|
2156
2168
|
export { default as RulerIcon } from '../icons/ruler';
|
|
2157
|
-
// RussianRuble aliases
|
|
2158
|
-
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2159
2169
|
// Sailboat aliases
|
|
2160
2170
|
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2161
|
-
//
|
|
2162
|
-
export { default as
|
|
2171
|
+
// RussianRuble aliases
|
|
2172
|
+
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2163
2173
|
// Sandwich aliases
|
|
2164
2174
|
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2175
|
+
// Salad aliases
|
|
2176
|
+
export { default as SaladIcon } from '../icons/salad';
|
|
2165
2177
|
// SatelliteDish aliases
|
|
2166
2178
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2167
2179
|
// Satellite aliases
|
|
2168
2180
|
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2169
2181
|
// SaudiRiyal aliases
|
|
2170
2182
|
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2171
|
-
// SaveAll aliases
|
|
2172
|
-
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2173
2183
|
// SaveOff aliases
|
|
2174
2184
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2175
2185
|
// Save aliases
|
|
2176
2186
|
export { default as SaveIcon } from '../icons/save';
|
|
2177
|
-
// Scaling aliases
|
|
2178
|
-
export { default as ScalingIcon } from '../icons/scaling';
|
|
2179
2187
|
// Scale aliases
|
|
2180
2188
|
export { default as ScaleIcon } from '../icons/scale';
|
|
2181
|
-
//
|
|
2182
|
-
export { default as
|
|
2189
|
+
// SaveAll aliases
|
|
2190
|
+
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2191
|
+
// Scaling aliases
|
|
2192
|
+
export { default as ScalingIcon } from '../icons/scaling';
|
|
2183
2193
|
// ScanEye aliases
|
|
2184
2194
|
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2195
|
+
// ScanBarcode aliases
|
|
2196
|
+
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2185
2197
|
// ScanFace aliases
|
|
2186
2198
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2187
|
-
// ScanHeart aliases
|
|
2188
|
-
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2189
2199
|
// ScanLine aliases
|
|
2190
2200
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2201
|
+
// ScanHeart aliases
|
|
2202
|
+
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2191
2203
|
// ScanQrCode aliases
|
|
2192
2204
|
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2193
2205
|
// ScanSearch aliases
|
|
2194
2206
|
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2195
2207
|
// ScanText aliases
|
|
2196
2208
|
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2197
|
-
// School aliases
|
|
2198
|
-
export { default as SchoolIcon } from '../icons/school';
|
|
2199
2209
|
// Scan aliases
|
|
2200
2210
|
export { default as ScanIcon } from '../icons/scan';
|
|
2211
|
+
// School aliases
|
|
2212
|
+
export { default as SchoolIcon } from '../icons/school';
|
|
2201
2213
|
// ScissorsLineDashed aliases
|
|
2202
2214
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2203
2215
|
// Scissors aliases
|
|
2204
2216
|
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2217
|
+
// Scooter aliases
|
|
2218
|
+
export { default as ScooterIcon } from '../icons/scooter';
|
|
2205
2219
|
// ScreenShareOff aliases
|
|
2206
2220
|
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2207
|
-
// ScreenShare aliases
|
|
2208
|
-
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2209
2221
|
// ScrollText aliases
|
|
2210
2222
|
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2211
2223
|
// Scroll aliases
|
|
2212
2224
|
export { default as ScrollIcon } from '../icons/scroll';
|
|
2213
|
-
//
|
|
2214
|
-
export { default as
|
|
2225
|
+
// ScreenShare aliases
|
|
2226
|
+
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2227
|
+
// SearchAlert aliases
|
|
2228
|
+
export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
2215
2229
|
// SearchCode aliases
|
|
2216
2230
|
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2217
2231
|
// SearchSlash aliases
|
|
2218
2232
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2233
|
+
// SearchCheck aliases
|
|
2234
|
+
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2219
2235
|
// SearchX aliases
|
|
2220
2236
|
export { default as SearchXIcon } from '../icons/search-x';
|
|
2221
|
-
// Search aliases
|
|
2222
|
-
export { default as SearchIcon } from '../icons/search';
|
|
2223
2237
|
// Section aliases
|
|
2224
2238
|
export { default as SectionIcon } from '../icons/section';
|
|
2239
|
+
// Search aliases
|
|
2240
|
+
export { default as SearchIcon } from '../icons/search';
|
|
2225
2241
|
// SendToBack aliases
|
|
2226
2242
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2227
2243
|
// Send aliases
|
|
@@ -2230,26 +2246,26 @@ export { default as SendIcon } from '../icons/send';
|
|
|
2230
2246
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2231
2247
|
// SeparatorVertical aliases
|
|
2232
2248
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2233
|
-
// ServerCog aliases
|
|
2234
|
-
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2235
2249
|
// ServerCrash aliases
|
|
2236
2250
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2237
2251
|
// ServerOff aliases
|
|
2238
2252
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2253
|
+
// ServerCog aliases
|
|
2254
|
+
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2239
2255
|
// Server aliases
|
|
2240
2256
|
export { default as ServerIcon } from '../icons/server';
|
|
2241
|
-
// Settings aliases
|
|
2242
|
-
export { default as SettingsIcon } from '../icons/settings';
|
|
2243
2257
|
// Settings2 aliases
|
|
2244
2258
|
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2245
|
-
//
|
|
2246
|
-
export { default as
|
|
2259
|
+
// Settings aliases
|
|
2260
|
+
export { default as SettingsIcon } from '../icons/settings';
|
|
2247
2261
|
// Share2 aliases
|
|
2248
2262
|
export { default as Share2Icon } from '../icons/share-2';
|
|
2249
|
-
//
|
|
2250
|
-
export { default as
|
|
2263
|
+
// Shapes aliases
|
|
2264
|
+
export { default as ShapesIcon } from '../icons/shapes';
|
|
2251
2265
|
// Sheet aliases
|
|
2252
2266
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2267
|
+
// Share aliases
|
|
2268
|
+
export { default as ShareIcon } from '../icons/share';
|
|
2253
2269
|
// Shell aliases
|
|
2254
2270
|
export { default as ShellIcon } from '../icons/shell';
|
|
2255
2271
|
// ShieldAlert aliases
|
|
@@ -2270,16 +2286,16 @@ export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
|
2270
2286
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2271
2287
|
// ShieldUser aliases
|
|
2272
2288
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2273
|
-
// ShipWheel aliases
|
|
2274
|
-
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2275
2289
|
// Shield aliases
|
|
2276
2290
|
export { default as ShieldIcon } from '../icons/shield';
|
|
2291
|
+
// ShipWheel aliases
|
|
2292
|
+
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2277
2293
|
// Ship aliases
|
|
2278
2294
|
export { default as ShipIcon } from '../icons/ship';
|
|
2279
|
-
// ShoppingBag aliases
|
|
2280
|
-
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2281
2295
|
// Shirt aliases
|
|
2282
2296
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2297
|
+
// ShoppingBag aliases
|
|
2298
|
+
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2283
2299
|
// ShoppingBasket aliases
|
|
2284
2300
|
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2285
2301
|
// ShoppingCart aliases
|
|
@@ -2290,16 +2306,16 @@ export { default as ShovelIcon } from '../icons/shovel';
|
|
|
2290
2306
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2291
2307
|
// Shredder aliases
|
|
2292
2308
|
export { default as ShredderIcon } from '../icons/shredder';
|
|
2293
|
-
// Shrimp aliases
|
|
2294
|
-
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2295
2309
|
// Shrink aliases
|
|
2296
2310
|
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2311
|
+
// Shrimp aliases
|
|
2312
|
+
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2297
2313
|
// Shrub aliases
|
|
2298
2314
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2299
|
-
// Sigma aliases
|
|
2300
|
-
export { default as SigmaIcon } from '../icons/sigma';
|
|
2301
2315
|
// Shuffle aliases
|
|
2302
2316
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2317
|
+
// Sigma aliases
|
|
2318
|
+
export { default as SigmaIcon } from '../icons/sigma';
|
|
2303
2319
|
// SignalHigh aliases
|
|
2304
2320
|
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2305
2321
|
// SignalLow aliases
|
|
@@ -2320,30 +2336,30 @@ export { default as SignpostIcon } from '../icons/signpost';
|
|
|
2320
2336
|
export { default as SirenIcon } from '../icons/siren';
|
|
2321
2337
|
// SkipBack aliases
|
|
2322
2338
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2323
|
-
// SkipForward aliases
|
|
2324
|
-
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2325
2339
|
// Skull aliases
|
|
2326
2340
|
export { default as SkullIcon } from '../icons/skull';
|
|
2341
|
+
// SkipForward aliases
|
|
2342
|
+
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2327
2343
|
// Slack aliases
|
|
2328
2344
|
export { default as SlackIcon } from '../icons/slack';
|
|
2329
2345
|
// Slash aliases
|
|
2330
2346
|
export { default as SlashIcon } from '../icons/slash';
|
|
2331
|
-
// Slice aliases
|
|
2332
|
-
export { default as SliceIcon } from '../icons/slice';
|
|
2333
2347
|
// SlidersHorizontal aliases
|
|
2334
2348
|
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2349
|
+
// Slice aliases
|
|
2350
|
+
export { default as SliceIcon } from '../icons/slice';
|
|
2335
2351
|
// SmartphoneCharging aliases
|
|
2336
2352
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2337
|
-
// SmartphoneNfc aliases
|
|
2338
|
-
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2339
2353
|
// Smartphone aliases
|
|
2340
2354
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2355
|
+
// SmartphoneNfc aliases
|
|
2356
|
+
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2341
2357
|
// SmilePlus aliases
|
|
2342
2358
|
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2343
|
-
// Snail aliases
|
|
2344
|
-
export { default as SnailIcon } from '../icons/snail';
|
|
2345
2359
|
// Smile aliases
|
|
2346
2360
|
export { default as SmileIcon } from '../icons/smile';
|
|
2361
|
+
// Snail aliases
|
|
2362
|
+
export { default as SnailIcon } from '../icons/snail';
|
|
2347
2363
|
// Snowflake aliases
|
|
2348
2364
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2349
2365
|
// SoapDispenserDroplet aliases
|
|
@@ -2356,76 +2372,76 @@ export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
|
2356
2372
|
export { default as SoupIcon } from '../icons/soup';
|
|
2357
2373
|
// Space aliases
|
|
2358
2374
|
export { default as SpaceIcon } from '../icons/space';
|
|
2359
|
-
// Spade aliases
|
|
2360
|
-
export { default as SpadeIcon } from '../icons/spade';
|
|
2361
2375
|
// Sparkle aliases
|
|
2362
2376
|
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2377
|
+
// Spade aliases
|
|
2378
|
+
export { default as SpadeIcon } from '../icons/spade';
|
|
2363
2379
|
// Speaker aliases
|
|
2364
2380
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2365
|
-
// Speech aliases
|
|
2366
|
-
export { default as SpeechIcon } from '../icons/speech';
|
|
2367
2381
|
// SpellCheck2 aliases
|
|
2368
2382
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2369
2383
|
// SpellCheck aliases
|
|
2370
2384
|
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2371
|
-
//
|
|
2372
|
-
export { default as
|
|
2385
|
+
// Speech aliases
|
|
2386
|
+
export { default as SpeechIcon } from '../icons/speech';
|
|
2387
|
+
// SplinePointer aliases
|
|
2388
|
+
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2373
2389
|
// Spline aliases
|
|
2374
2390
|
export { default as SplineIcon } from '../icons/spline';
|
|
2391
|
+
// Split aliases
|
|
2392
|
+
export { default as SplitIcon } from '../icons/split';
|
|
2375
2393
|
// Spool aliases
|
|
2376
2394
|
export { default as SpoolIcon } from '../icons/spool';
|
|
2377
|
-
// SplinePointer aliases
|
|
2378
|
-
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2379
|
-
// Spotlight aliases
|
|
2380
|
-
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2381
2395
|
// SprayCan aliases
|
|
2382
2396
|
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2397
|
+
// Spotlight aliases
|
|
2398
|
+
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2383
2399
|
// Sprout aliases
|
|
2384
2400
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2385
2401
|
// SquareDashedBottomCode aliases
|
|
2386
2402
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2387
|
-
// SquareDashedBottom aliases
|
|
2388
|
-
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2389
2403
|
// SquareDashedTopSolid aliases
|
|
2390
2404
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2405
|
+
// SquareDashedBottom aliases
|
|
2406
|
+
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2391
2407
|
// SquarePause aliases
|
|
2392
2408
|
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2393
2409
|
// SquareRadical aliases
|
|
2394
2410
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2395
|
-
// SquareRoundCorner aliases
|
|
2396
|
-
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2397
2411
|
// SquareSquare aliases
|
|
2398
2412
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2413
|
+
// SquareRoundCorner aliases
|
|
2414
|
+
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2399
2415
|
// SquareStack aliases
|
|
2400
2416
|
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2401
2417
|
// SquareStar aliases
|
|
2402
2418
|
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2403
|
-
// SquareStop aliases
|
|
2404
|
-
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2405
2419
|
// Square aliases
|
|
2406
2420
|
export { default as SquareIcon } from '../icons/square';
|
|
2407
2421
|
// SquaresExclude aliases
|
|
2408
2422
|
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2409
|
-
//
|
|
2410
|
-
export { default as
|
|
2423
|
+
// SquareStop aliases
|
|
2424
|
+
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2411
2425
|
// SquaresSubtract aliases
|
|
2412
2426
|
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2427
|
+
// SquaresIntersect aliases
|
|
2428
|
+
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2413
2429
|
// SquaresUnite aliases
|
|
2414
2430
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2415
2431
|
// SquircleDashed aliases
|
|
2416
2432
|
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2417
2433
|
// Squircle aliases
|
|
2418
2434
|
export { default as SquircleIcon } from '../icons/squircle';
|
|
2419
|
-
// Stamp aliases
|
|
2420
|
-
export { default as StampIcon } from '../icons/stamp';
|
|
2421
2435
|
// Squirrel aliases
|
|
2422
2436
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2423
|
-
//
|
|
2424
|
-
export { default as
|
|
2437
|
+
// Stamp aliases
|
|
2438
|
+
export { default as StampIcon } from '../icons/stamp';
|
|
2425
2439
|
// StarOff aliases
|
|
2426
2440
|
export { default as StarOffIcon } from '../icons/star-off';
|
|
2427
2441
|
// Star aliases
|
|
2428
2442
|
export { default as StarIcon } from '../icons/star';
|
|
2443
|
+
// StarHalf aliases
|
|
2444
|
+
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2429
2445
|
// StepBack aliases
|
|
2430
2446
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2431
2447
|
// StepForward aliases
|
|
@@ -2434,24 +2450,24 @@ export { default as StepForwardIcon } from '../icons/step-forward';
|
|
|
2434
2450
|
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2435
2451
|
// Sticker aliases
|
|
2436
2452
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2437
|
-
// StickyNote aliases
|
|
2438
|
-
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2439
2453
|
// Store aliases
|
|
2440
2454
|
export { default as StoreIcon } from '../icons/store';
|
|
2455
|
+
// StickyNote aliases
|
|
2456
|
+
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2441
2457
|
// StretchHorizontal aliases
|
|
2442
2458
|
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2443
|
-
// Strikethrough aliases
|
|
2444
|
-
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2445
2459
|
// StretchVertical aliases
|
|
2446
2460
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2447
|
-
//
|
|
2448
|
-
export { default as
|
|
2461
|
+
// Strikethrough aliases
|
|
2462
|
+
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2449
2463
|
// Subscript aliases
|
|
2450
2464
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2451
|
-
//
|
|
2452
|
-
export { default as
|
|
2465
|
+
// SunDim aliases
|
|
2466
|
+
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2453
2467
|
// SunMedium aliases
|
|
2454
2468
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2469
|
+
// SunMoon aliases
|
|
2470
|
+
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2455
2471
|
// SunSnow aliases
|
|
2456
2472
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2457
2473
|
// Sun aliases
|
|
@@ -2486,16 +2502,16 @@ export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
|
2486
2502
|
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2487
2503
|
// TableProperties aliases
|
|
2488
2504
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2489
|
-
// TableRowsSplit aliases
|
|
2490
|
-
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2491
2505
|
// Table aliases
|
|
2492
2506
|
export { default as TableIcon } from '../icons/table';
|
|
2507
|
+
// TableRowsSplit aliases
|
|
2508
|
+
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2509
|
+
// Tablets aliases
|
|
2510
|
+
export { default as TabletsIcon } from '../icons/tablets';
|
|
2493
2511
|
// TabletSmartphone aliases
|
|
2494
2512
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2495
2513
|
// Tablet aliases
|
|
2496
2514
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2497
|
-
// Tablets aliases
|
|
2498
|
-
export { default as TabletsIcon } from '../icons/tablets';
|
|
2499
2515
|
// Tag aliases
|
|
2500
2516
|
export { default as TagIcon } from '../icons/tag';
|
|
2501
2517
|
// Tags aliases
|
|
@@ -2520,26 +2536,26 @@ export { default as TelescopeIcon } from '../icons/telescope';
|
|
|
2520
2536
|
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2521
2537
|
// Tent aliases
|
|
2522
2538
|
export { default as TentIcon } from '../icons/tent';
|
|
2523
|
-
// TestTube aliases
|
|
2524
|
-
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2525
2539
|
// Terminal aliases
|
|
2526
2540
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2541
|
+
// TestTube aliases
|
|
2542
|
+
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2527
2543
|
// TestTubes aliases
|
|
2528
2544
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2529
2545
|
// TextCursorInput aliases
|
|
2530
2546
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2531
2547
|
// TextCursor aliases
|
|
2532
2548
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2533
|
-
// TextSearch aliases
|
|
2534
|
-
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2535
|
-
// Theater aliases
|
|
2536
|
-
export { default as TheaterIcon } from '../icons/theater';
|
|
2537
2549
|
// TextQuote aliases
|
|
2538
2550
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2539
|
-
//
|
|
2540
|
-
export { default as
|
|
2551
|
+
// Theater aliases
|
|
2552
|
+
export { default as TheaterIcon } from '../icons/theater';
|
|
2553
|
+
// TextSearch aliases
|
|
2554
|
+
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2541
2555
|
// ThermometerSun aliases
|
|
2542
2556
|
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2557
|
+
// ThermometerSnowflake aliases
|
|
2558
|
+
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2543
2559
|
// Thermometer aliases
|
|
2544
2560
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2545
2561
|
// ThumbsDown aliases
|
|
@@ -2548,16 +2564,16 @@ export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
|
2548
2564
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2549
2565
|
// TicketCheck aliases
|
|
2550
2566
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2551
|
-
// TicketPercent aliases
|
|
2552
|
-
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2553
2567
|
// TicketMinus aliases
|
|
2554
2568
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2569
|
+
// TicketPercent aliases
|
|
2570
|
+
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2555
2571
|
// TicketPlus aliases
|
|
2556
2572
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2557
|
-
// TicketX aliases
|
|
2558
|
-
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2559
2573
|
// TicketSlash aliases
|
|
2560
2574
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2575
|
+
// TicketX aliases
|
|
2576
|
+
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2561
2577
|
// Ticket aliases
|
|
2562
2578
|
export { default as TicketIcon } from '../icons/ticket';
|
|
2563
2579
|
// TicketsPlane aliases
|
|
@@ -2572,14 +2588,14 @@ export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
|
2572
2588
|
export { default as TimerIcon } from '../icons/timer';
|
|
2573
2589
|
// ToggleLeft aliases
|
|
2574
2590
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2575
|
-
// ToggleRight aliases
|
|
2576
|
-
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2577
2591
|
// Toilet aliases
|
|
2578
2592
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2579
|
-
//
|
|
2580
|
-
export { default as
|
|
2593
|
+
// ToggleRight aliases
|
|
2594
|
+
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2581
2595
|
// Tornado aliases
|
|
2582
2596
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2597
|
+
// ToolCase aliases
|
|
2598
|
+
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2583
2599
|
// Torus aliases
|
|
2584
2600
|
export { default as TorusIcon } from '../icons/torus';
|
|
2585
2601
|
// TouchpadOff aliases
|
|
@@ -2592,18 +2608,18 @@ export { default as TowerControlIcon } from '../icons/tower-control';
|
|
|
2592
2608
|
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2593
2609
|
// Tractor aliases
|
|
2594
2610
|
export { default as TractorIcon } from '../icons/tractor';
|
|
2595
|
-
// TrafficCone aliases
|
|
2596
|
-
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2597
2611
|
// TrainFrontTunnel aliases
|
|
2598
2612
|
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2599
|
-
// TrainFront aliases
|
|
2600
|
-
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2601
2613
|
// TrainTrack aliases
|
|
2602
2614
|
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2603
|
-
//
|
|
2604
|
-
export { default as
|
|
2615
|
+
// TrafficCone aliases
|
|
2616
|
+
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2617
|
+
// TrainFront aliases
|
|
2618
|
+
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2605
2619
|
// Transgender aliases
|
|
2606
2620
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2621
|
+
// Trash2 aliases
|
|
2622
|
+
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2607
2623
|
// Trash aliases
|
|
2608
2624
|
export { default as TrashIcon } from '../icons/trash';
|
|
2609
2625
|
// TreeDeciduous aliases
|
|
@@ -2614,10 +2630,10 @@ export { default as TreePineIcon } from '../icons/tree-pine';
|
|
|
2614
2630
|
export { default as TreesIcon } from '../icons/trees';
|
|
2615
2631
|
// Trello aliases
|
|
2616
2632
|
export { default as TrelloIcon } from '../icons/trello';
|
|
2617
|
-
// TrendingDown aliases
|
|
2618
|
-
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2619
2633
|
// TrendingUpDown aliases
|
|
2620
2634
|
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2635
|
+
// TrendingDown aliases
|
|
2636
|
+
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2621
2637
|
// TrendingUp aliases
|
|
2622
2638
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2623
2639
|
// TriangleDashed aliases
|
|
@@ -2628,18 +2644,18 @@ export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
|
2628
2644
|
export { default as TriangleIcon } from '../icons/triangle';
|
|
2629
2645
|
// Trophy aliases
|
|
2630
2646
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2631
|
-
// Truck aliases
|
|
2632
|
-
export { default as TruckIcon } from '../icons/truck';
|
|
2633
2647
|
// TruckElectric aliases
|
|
2634
2648
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2635
|
-
//
|
|
2636
|
-
export { default as
|
|
2649
|
+
// Truck aliases
|
|
2650
|
+
export { default as TruckIcon } from '../icons/truck';
|
|
2637
2651
|
// TurkishLira aliases
|
|
2638
2652
|
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2639
|
-
//
|
|
2640
|
-
export { default as
|
|
2653
|
+
// Turntable aliases
|
|
2654
|
+
export { default as TurntableIcon } from '../icons/turntable';
|
|
2641
2655
|
// TvMinimalPlay aliases
|
|
2642
2656
|
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2657
|
+
// Turtle aliases
|
|
2658
|
+
export { default as TurtleIcon } from '../icons/turtle';
|
|
2643
2659
|
// Tv aliases
|
|
2644
2660
|
export { default as TvIcon } from '../icons/tv';
|
|
2645
2661
|
// Twitch aliases
|
|
@@ -2658,32 +2674,32 @@ export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
|
2658
2674
|
export { default as UnderlineIcon } from '../icons/underline';
|
|
2659
2675
|
// Undo2 aliases
|
|
2660
2676
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2661
|
-
// UndoDot aliases
|
|
2662
|
-
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2663
2677
|
// Undo aliases
|
|
2664
2678
|
export { default as UndoIcon } from '../icons/undo';
|
|
2679
|
+
// UndoDot aliases
|
|
2680
|
+
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2665
2681
|
// UnfoldHorizontal aliases
|
|
2666
2682
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2667
|
-
// Ungroup aliases
|
|
2668
|
-
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2669
2683
|
// UnfoldVertical aliases
|
|
2670
2684
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2671
|
-
//
|
|
2672
|
-
export { default as
|
|
2685
|
+
// Ungroup aliases
|
|
2686
|
+
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2673
2687
|
// Unlink aliases
|
|
2674
2688
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2675
|
-
//
|
|
2676
|
-
export { default as
|
|
2689
|
+
// Unlink2 aliases
|
|
2690
|
+
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2677
2691
|
// Upload aliases
|
|
2678
2692
|
export { default as UploadIcon } from '../icons/upload';
|
|
2693
|
+
// Unplug aliases
|
|
2694
|
+
export { default as UnplugIcon } from '../icons/unplug';
|
|
2679
2695
|
// Usb aliases
|
|
2680
2696
|
export { default as UsbIcon } from '../icons/usb';
|
|
2681
2697
|
// UserCheck aliases
|
|
2682
2698
|
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2683
|
-
// UserCog aliases
|
|
2684
|
-
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2685
2699
|
// UserLock aliases
|
|
2686
2700
|
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2701
|
+
// UserCog aliases
|
|
2702
|
+
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2687
2703
|
// UserMinus aliases
|
|
2688
2704
|
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2689
2705
|
// UserPen aliases
|
|
@@ -2692,10 +2708,10 @@ export { default as UserPenIcon } from '../icons/user-pen';
|
|
|
2692
2708
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2693
2709
|
// UserRoundPen aliases
|
|
2694
2710
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2695
|
-
// UserRoundSearch aliases
|
|
2696
|
-
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2697
2711
|
// UserSearch aliases
|
|
2698
2712
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2713
|
+
// UserRoundSearch aliases
|
|
2714
|
+
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2699
2715
|
// UserStar aliases
|
|
2700
2716
|
export { default as UserStarIcon } from '../icons/user-star';
|
|
2701
2717
|
// UserX aliases
|
|
@@ -2704,10 +2720,12 @@ export { default as UserXIcon } from '../icons/user-x';
|
|
|
2704
2720
|
export { default as UserIcon } from '../icons/user';
|
|
2705
2721
|
// Users aliases
|
|
2706
2722
|
export { default as UsersIcon } from '../icons/users';
|
|
2707
|
-
//
|
|
2708
|
-
export { default as
|
|
2723
|
+
// Van aliases
|
|
2724
|
+
export { default as VanIcon } from '../icons/van';
|
|
2709
2725
|
// UtilityPole aliases
|
|
2710
2726
|
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2727
|
+
// Variable aliases
|
|
2728
|
+
export { default as VariableIcon } from '../icons/variable';
|
|
2711
2729
|
// Vault aliases
|
|
2712
2730
|
export { default as VaultIcon } from '../icons/vault';
|
|
2713
2731
|
// VectorSquare aliases
|
|
@@ -2716,72 +2734,74 @@ export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
|
2716
2734
|
export { default as VeganIcon } from '../icons/vegan';
|
|
2717
2735
|
// VenetianMask aliases
|
|
2718
2736
|
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2737
|
+
// Venus aliases
|
|
2738
|
+
export { default as VenusIcon } from '../icons/venus';
|
|
2719
2739
|
// VenusAndMars aliases
|
|
2720
2740
|
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2741
|
+
// VideoOff aliases
|
|
2742
|
+
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2721
2743
|
// VibrateOff aliases
|
|
2722
2744
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2723
|
-
// Venus aliases
|
|
2724
|
-
export { default as VenusIcon } from '../icons/venus';
|
|
2725
2745
|
// Vibrate aliases
|
|
2726
2746
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2727
|
-
// VideoOff aliases
|
|
2728
|
-
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2729
2747
|
// Video aliases
|
|
2730
2748
|
export { default as VideoIcon } from '../icons/video';
|
|
2731
|
-
// Videotape aliases
|
|
2732
|
-
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2733
2749
|
// View aliases
|
|
2734
2750
|
export { default as ViewIcon } from '../icons/view';
|
|
2735
|
-
//
|
|
2736
|
-
export { default as
|
|
2751
|
+
// Videotape aliases
|
|
2752
|
+
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2737
2753
|
// Volleyball aliases
|
|
2738
2754
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2739
|
-
//
|
|
2740
|
-
export { default as
|
|
2755
|
+
// Voicemail aliases
|
|
2756
|
+
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2741
2757
|
// Volume2 aliases
|
|
2742
2758
|
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2759
|
+
// Volume1 aliases
|
|
2760
|
+
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2743
2761
|
// VolumeOff aliases
|
|
2744
2762
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2745
|
-
// VolumeX aliases
|
|
2746
|
-
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2747
2763
|
// Volume aliases
|
|
2748
2764
|
export { default as VolumeIcon } from '../icons/volume';
|
|
2765
|
+
// VolumeX aliases
|
|
2766
|
+
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2767
|
+
// Vote aliases
|
|
2768
|
+
export { default as VoteIcon } from '../icons/vote';
|
|
2749
2769
|
// WalletCards aliases
|
|
2750
2770
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2751
2771
|
// Wallet aliases
|
|
2752
2772
|
export { default as WalletIcon } from '../icons/wallet';
|
|
2753
|
-
// Wallpaper aliases
|
|
2754
|
-
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2755
|
-
// Vote aliases
|
|
2756
|
-
export { default as VoteIcon } from '../icons/vote';
|
|
2757
2773
|
// Wand aliases
|
|
2758
2774
|
export { default as WandIcon } from '../icons/wand';
|
|
2775
|
+
// Wallpaper aliases
|
|
2776
|
+
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2759
2777
|
// Warehouse aliases
|
|
2760
2778
|
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2761
|
-
// WashingMachine aliases
|
|
2762
|
-
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2763
2779
|
// Watch aliases
|
|
2764
2780
|
export { default as WatchIcon } from '../icons/watch';
|
|
2781
|
+
// WashingMachine aliases
|
|
2782
|
+
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2765
2783
|
// WavesArrowDown aliases
|
|
2766
2784
|
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
2767
|
-
// WavesArrowUp aliases
|
|
2768
|
-
export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
2769
2785
|
// WavesLadder aliases
|
|
2770
2786
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2771
|
-
//
|
|
2772
|
-
export { default as
|
|
2787
|
+
// WavesArrowUp aliases
|
|
2788
|
+
export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
2773
2789
|
// Waypoints aliases
|
|
2774
2790
|
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2791
|
+
// Waves aliases
|
|
2792
|
+
export { default as WavesIcon } from '../icons/waves';
|
|
2793
|
+
// Webcam aliases
|
|
2794
|
+
export { default as WebcamIcon } from '../icons/webcam';
|
|
2775
2795
|
// WebhookOff aliases
|
|
2776
2796
|
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2797
|
+
// WeightTilde aliases
|
|
2798
|
+
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
2777
2799
|
// Webhook aliases
|
|
2778
2800
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2779
|
-
// Webcam aliases
|
|
2780
|
-
export { default as WebcamIcon } from '../icons/webcam';
|
|
2781
|
-
// Weight aliases
|
|
2782
|
-
export { default as WeightIcon } from '../icons/weight';
|
|
2783
2801
|
// WheatOff aliases
|
|
2784
2802
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2803
|
+
// Weight aliases
|
|
2804
|
+
export { default as WeightIcon } from '../icons/weight';
|
|
2785
2805
|
// Wheat aliases
|
|
2786
2806
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2787
2807
|
// WholeWord aliases
|
|
@@ -2806,20 +2826,20 @@ export { default as WifiIcon } from '../icons/wifi';
|
|
|
2806
2826
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2807
2827
|
// Wind aliases
|
|
2808
2828
|
export { default as WindIcon } from '../icons/wind';
|
|
2809
|
-
// Wine aliases
|
|
2810
|
-
export { default as WineIcon } from '../icons/wine';
|
|
2811
2829
|
// WineOff aliases
|
|
2812
2830
|
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2831
|
+
// Wine aliases
|
|
2832
|
+
export { default as WineIcon } from '../icons/wine';
|
|
2813
2833
|
// Workflow aliases
|
|
2814
2834
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2815
2835
|
// Worm aliases
|
|
2816
2836
|
export { default as WormIcon } from '../icons/worm';
|
|
2817
|
-
// Youtube aliases
|
|
2818
|
-
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2819
|
-
// X aliases
|
|
2820
|
-
export { default as XIcon } from '../icons/x';
|
|
2821
2837
|
// Wrench aliases
|
|
2822
2838
|
export { default as WrenchIcon } from '../icons/wrench';
|
|
2839
|
+
// X aliases
|
|
2840
|
+
export { default as XIcon } from '../icons/x';
|
|
2841
|
+
// Youtube aliases
|
|
2842
|
+
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2823
2843
|
// ZapOff aliases
|
|
2824
2844
|
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2825
2845
|
// Zap aliases
|
|
@@ -2828,10 +2848,10 @@ export { default as ZapIcon } from '../icons/zap';
|
|
|
2828
2848
|
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2829
2849
|
// ZoomOut aliases
|
|
2830
2850
|
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2831
|
-
// ArrowDown01 aliases
|
|
2832
|
-
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
2833
2851
|
// ArrowDown10 aliases
|
|
2834
2852
|
export { default as ArrowDown10Icon } from '../icons/arrow-down-1-0';
|
|
2853
|
+
// ArrowDown01 aliases
|
|
2854
|
+
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
2835
2855
|
// ArrowUp01 aliases
|
|
2836
2856
|
export { default as ArrowUp01Icon } from '../icons/arrow-up-0-1';
|
|
2837
2857
|
// ArrowUp10 aliases
|
|
@@ -2878,36 +2898,36 @@ export {
|
|
|
2878
2898
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpAZ} instead. This alias will be removed in v1.0 */
|
|
2879
2899
|
default as ArrowUpAzIcon
|
|
2880
2900
|
} from '../icons/arrow-up-a-z';
|
|
2881
|
-
// ArrowUpNarrowWide aliases
|
|
2882
|
-
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
2883
|
-
export {
|
|
2884
|
-
/** @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 */
|
|
2885
|
-
default as SortAscIcon
|
|
2886
|
-
} from '../icons/arrow-up-narrow-wide';
|
|
2887
2901
|
// ArrowUpZA aliases
|
|
2888
2902
|
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2889
2903
|
export {
|
|
2890
2904
|
/** @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 */
|
|
2891
2905
|
default as ArrowUpZaIcon
|
|
2892
2906
|
} 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';
|
|
2893
2913
|
// Axis3d aliases
|
|
2894
2914
|
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2895
2915
|
export {
|
|
2896
2916
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. This alias will be removed in v1.0 */
|
|
2897
2917
|
default as Axis3DIcon
|
|
2898
2918
|
} from '../icons/axis-3d';
|
|
2899
|
-
// BadgeQuestionMark aliases
|
|
2900
|
-
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
2901
|
-
export {
|
|
2902
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. This alias will be removed in v1.0 */
|
|
2903
|
-
default as BadgeHelpIcon
|
|
2904
|
-
} from '../icons/badge-question-mark';
|
|
2905
2919
|
// BadgeCheck aliases
|
|
2906
2920
|
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2907
2921
|
export {
|
|
2908
2922
|
/** @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 */
|
|
2909
2923
|
default as VerifiedIcon
|
|
2910
2924
|
} from '../icons/badge-check';
|
|
2925
|
+
// BadgeQuestionMark aliases
|
|
2926
|
+
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
2927
|
+
export {
|
|
2928
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. This alias will be removed in v1.0 */
|
|
2929
|
+
default as BadgeHelpIcon
|
|
2930
|
+
} from '../icons/badge-question-mark';
|
|
2911
2931
|
// BetweenHorizontalEnd aliases
|
|
2912
2932
|
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
2913
2933
|
export {
|
|
@@ -2932,30 +2952,30 @@ export {
|
|
|
2932
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 */
|
|
2933
2953
|
default as CurlyBracesIcon
|
|
2934
2954
|
} from '../icons/braces';
|
|
2935
|
-
// ChartArea aliases
|
|
2936
|
-
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
2937
|
-
export {
|
|
2938
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. This alias will be removed in v1.0 */
|
|
2939
|
-
default as AreaChartIcon
|
|
2940
|
-
} from '../icons/chart-area';
|
|
2941
2955
|
// Captions aliases
|
|
2942
2956
|
export { default as CaptionsIcon } from '../icons/captions';
|
|
2943
2957
|
export {
|
|
2944
2958
|
/** @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 */
|
|
2945
2959
|
default as SubtitlesIcon
|
|
2946
2960
|
} from '../icons/captions';
|
|
2947
|
-
//
|
|
2948
|
-
export { default as
|
|
2961
|
+
// ChartArea aliases
|
|
2962
|
+
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
2949
2963
|
export {
|
|
2950
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
2951
|
-
default as
|
|
2952
|
-
} from '../icons/chart-
|
|
2964
|
+
/** @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
|
+
default as AreaChartIcon
|
|
2966
|
+
} from '../icons/chart-area';
|
|
2953
2967
|
// ChartBar aliases
|
|
2954
2968
|
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
2955
2969
|
export {
|
|
2956
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 */
|
|
2957
2971
|
default as BarChartHorizontalIcon
|
|
2958
2972
|
} from '../icons/chart-bar';
|
|
2973
|
+
// ChartBarBig aliases
|
|
2974
|
+
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
2975
|
+
export {
|
|
2976
|
+
/** @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
|
+
default as BarChartHorizontalBigIcon
|
|
2978
|
+
} from '../icons/chart-bar-big';
|
|
2959
2979
|
// ChartCandlestick aliases
|
|
2960
2980
|
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
2961
2981
|
export {
|
|
@@ -3004,24 +3024,24 @@ export {
|
|
|
3004
3024
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. This alias will be removed in v1.0 */
|
|
3005
3025
|
default as GanttChartIcon
|
|
3006
3026
|
} from '../icons/chart-no-axes-gantt';
|
|
3007
|
-
//
|
|
3008
|
-
export { default as
|
|
3027
|
+
// ChartPie aliases
|
|
3028
|
+
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
3009
3029
|
export {
|
|
3010
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3011
|
-
default as
|
|
3012
|
-
} from '../icons/chart-
|
|
3030
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. This alias will be removed in v1.0 */
|
|
3031
|
+
default as PieChartIcon
|
|
3032
|
+
} from '../icons/chart-pie';
|
|
3013
3033
|
// Chromium aliases
|
|
3014
3034
|
export { default as ChromiumIcon } from '../icons/chromium';
|
|
3015
3035
|
export {
|
|
3016
3036
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Chromium} instead. This alias will be removed in v1.0 */
|
|
3017
3037
|
default as ChromeIcon
|
|
3018
3038
|
} from '../icons/chromium';
|
|
3019
|
-
//
|
|
3020
|
-
export { default as
|
|
3039
|
+
// ChartScatter aliases
|
|
3040
|
+
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3021
3041
|
export {
|
|
3022
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3023
|
-
default as
|
|
3024
|
-
} from '../icons/chart-
|
|
3042
|
+
/** @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
|
+
default as ScatterChartIcon
|
|
3044
|
+
} from '../icons/chart-scatter';
|
|
3025
3045
|
// CircleAlert aliases
|
|
3026
3046
|
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3027
3047
|
export {
|
|
@@ -3046,54 +3066,48 @@ export {
|
|
|
3046
3066
|
/** @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 */
|
|
3047
3067
|
default as ArrowDownLeftFromCircleIcon
|
|
3048
3068
|
} from '../icons/circle-arrow-out-down-left';
|
|
3049
|
-
// CircleArrowOutDownRight aliases
|
|
3050
|
-
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
3051
|
-
export {
|
|
3052
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3053
|
-
default as ArrowDownRightFromCircleIcon
|
|
3054
|
-
} from '../icons/circle-arrow-out-down-right';
|
|
3055
3069
|
// CircleArrowOutUpLeft aliases
|
|
3056
3070
|
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3057
3071
|
export {
|
|
3058
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 */
|
|
3059
3073
|
default as ArrowUpLeftFromCircleIcon
|
|
3060
3074
|
} from '../icons/circle-arrow-out-up-left';
|
|
3075
|
+
// CircleArrowOutDownRight aliases
|
|
3076
|
+
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
3077
|
+
export {
|
|
3078
|
+
/** @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
|
+
default as ArrowDownRightFromCircleIcon
|
|
3080
|
+
} from '../icons/circle-arrow-out-down-right';
|
|
3061
3081
|
// CircleArrowOutUpRight aliases
|
|
3062
3082
|
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3063
3083
|
export {
|
|
3064
3084
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3065
3085
|
default as ArrowUpRightFromCircleIcon
|
|
3066
3086
|
} from '../icons/circle-arrow-out-up-right';
|
|
3067
|
-
// CircleArrowRight aliases
|
|
3068
|
-
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3069
|
-
export {
|
|
3070
|
-
/** @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 */
|
|
3071
|
-
default as ArrowRightCircleIcon
|
|
3072
|
-
} from '../icons/circle-arrow-right';
|
|
3073
|
-
// CircleArrowUp aliases
|
|
3074
|
-
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3075
|
-
export {
|
|
3076
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. This alias will be removed in v1.0 */
|
|
3077
|
-
default as ArrowUpCircleIcon
|
|
3078
|
-
} from '../icons/circle-arrow-up';
|
|
3079
|
-
// CircleCheck aliases
|
|
3080
|
-
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3087
|
+
// CircleArrowRight aliases
|
|
3088
|
+
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3081
3089
|
export {
|
|
3082
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3083
|
-
default as
|
|
3084
|
-
} from '../icons/circle-
|
|
3090
|
+
/** @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
|
+
default as ArrowRightCircleIcon
|
|
3092
|
+
} from '../icons/circle-arrow-right';
|
|
3085
3093
|
// CircleCheckBig aliases
|
|
3086
3094
|
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3087
3095
|
export {
|
|
3088
3096
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. This alias will be removed in v1.0 */
|
|
3089
3097
|
default as CheckCircleIcon
|
|
3090
3098
|
} from '../icons/circle-check-big';
|
|
3091
|
-
//
|
|
3092
|
-
export { default as
|
|
3099
|
+
// CircleCheck aliases
|
|
3100
|
+
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3093
3101
|
export {
|
|
3094
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3095
|
-
default as
|
|
3096
|
-
} from '../icons/circle-
|
|
3102
|
+
/** @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
|
+
default as CheckCircle2Icon
|
|
3104
|
+
} 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';
|
|
3097
3111
|
// CircleChevronLeft aliases
|
|
3098
3112
|
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3099
3113
|
export {
|
|
@@ -3106,42 +3120,42 @@ export {
|
|
|
3106
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 */
|
|
3107
3121
|
default as ChevronRightCircleIcon
|
|
3108
3122
|
} from '../icons/circle-chevron-right';
|
|
3123
|
+
// CircleChevronDown aliases
|
|
3124
|
+
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3125
|
+
export {
|
|
3126
|
+
/** @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
|
+
default as ChevronDownCircleIcon
|
|
3128
|
+
} from '../icons/circle-chevron-down';
|
|
3109
3129
|
// CircleChevronUp aliases
|
|
3110
3130
|
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3111
3131
|
export {
|
|
3112
3132
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. This alias will be removed in v1.0 */
|
|
3113
3133
|
default as ChevronUpCircleIcon
|
|
3114
3134
|
} from '../icons/circle-chevron-up';
|
|
3115
|
-
// CircleGauge aliases
|
|
3116
|
-
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3117
|
-
export {
|
|
3118
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. This alias will be removed in v1.0 */
|
|
3119
|
-
default as GaugeCircleIcon
|
|
3120
|
-
} from '../icons/circle-gauge';
|
|
3121
3135
|
// CircleDivide aliases
|
|
3122
3136
|
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3123
3137
|
export {
|
|
3124
3138
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. This alias will be removed in v1.0 */
|
|
3125
3139
|
default as DivideCircleIcon
|
|
3126
3140
|
} from '../icons/circle-divide';
|
|
3127
|
-
//
|
|
3128
|
-
export { default as
|
|
3141
|
+
// CircleGauge aliases
|
|
3142
|
+
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3129
3143
|
export {
|
|
3130
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3131
|
-
default as
|
|
3132
|
-
} from '../icons/circle-
|
|
3144
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. This alias will be removed in v1.0 */
|
|
3145
|
+
default as GaugeCircleIcon
|
|
3146
|
+
} from '../icons/circle-gauge';
|
|
3133
3147
|
// CircleParkingOff aliases
|
|
3134
3148
|
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3135
3149
|
export {
|
|
3136
3150
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. This alias will be removed in v1.0 */
|
|
3137
3151
|
default as ParkingCircleOffIcon
|
|
3138
3152
|
} from '../icons/circle-parking-off';
|
|
3139
|
-
//
|
|
3140
|
-
export { default as
|
|
3153
|
+
// CircleMinus aliases
|
|
3154
|
+
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3141
3155
|
export {
|
|
3142
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3143
|
-
default as
|
|
3144
|
-
} from '../icons/circle-
|
|
3156
|
+
/** @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
|
+
default as MinusCircleIcon
|
|
3158
|
+
} from '../icons/circle-minus';
|
|
3145
3159
|
// CirclePause aliases
|
|
3146
3160
|
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3147
3161
|
export {
|
|
@@ -3154,6 +3168,12 @@ export {
|
|
|
3154
3168
|
/** @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 */
|
|
3155
3169
|
default as PercentCircleIcon
|
|
3156
3170
|
} 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';
|
|
3157
3177
|
// CirclePlay aliases
|
|
3158
3178
|
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3159
3179
|
export {
|
|
@@ -3218,12 +3238,6 @@ export {
|
|
|
3218
3238
|
/** @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 */
|
|
3219
3239
|
default as ClipboardSignatureIcon
|
|
3220
3240
|
} from '../icons/clipboard-pen-line';
|
|
3221
|
-
// CloudUpload aliases
|
|
3222
|
-
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3223
|
-
export {
|
|
3224
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudUpload} instead. This alias will be removed in v1.0 */
|
|
3225
|
-
default as UploadCloudIcon
|
|
3226
|
-
} from '../icons/cloud-upload';
|
|
3227
3241
|
// ClipboardPen aliases
|
|
3228
3242
|
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3229
3243
|
export {
|
|
@@ -3236,18 +3250,24 @@ export {
|
|
|
3236
3250
|
/** @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 */
|
|
3237
3251
|
default as DownloadCloudIcon
|
|
3238
3252
|
} from '../icons/cloud-download';
|
|
3239
|
-
// CodeXml aliases
|
|
3240
|
-
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3241
|
-
export {
|
|
3242
|
-
/** @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 */
|
|
3243
|
-
default as Code2Icon
|
|
3244
|
-
} from '../icons/code-xml';
|
|
3245
3253
|
// Columns2 aliases
|
|
3246
3254
|
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3247
3255
|
export {
|
|
3248
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 */
|
|
3249
3257
|
default as ColumnsIcon
|
|
3250
3258
|
} from '../icons/columns-2';
|
|
3259
|
+
// CloudUpload aliases
|
|
3260
|
+
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3261
|
+
export {
|
|
3262
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudUpload} instead. This alias will be removed in v1.0 */
|
|
3263
|
+
default as UploadCloudIcon
|
|
3264
|
+
} from '../icons/cloud-upload';
|
|
3265
|
+
// CodeXml aliases
|
|
3266
|
+
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3267
|
+
export {
|
|
3268
|
+
/** @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
|
+
default as Code2Icon
|
|
3270
|
+
} from '../icons/code-xml';
|
|
3251
3271
|
// Columns3Cog aliases
|
|
3252
3272
|
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3253
3273
|
export {
|
|
@@ -3276,6 +3296,12 @@ export {
|
|
|
3276
3296
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. This alias will be removed in v1.0 */
|
|
3277
3297
|
default as PercentDiamondIcon
|
|
3278
3298
|
} from '../icons/diamond-percent';
|
|
3299
|
+
// Earth aliases
|
|
3300
|
+
export { default as EarthIcon } from '../icons/earth';
|
|
3301
|
+
export {
|
|
3302
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. This alias will be removed in v1.0 */
|
|
3303
|
+
default as Globe2Icon
|
|
3304
|
+
} from '../icons/earth';
|
|
3279
3305
|
// EllipsisVertical aliases
|
|
3280
3306
|
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3281
3307
|
export {
|
|
@@ -3288,12 +3314,6 @@ export {
|
|
|
3288
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 */
|
|
3289
3315
|
default as MoreHorizontalIcon
|
|
3290
3316
|
} from '../icons/ellipsis';
|
|
3291
|
-
// Earth aliases
|
|
3292
|
-
export { default as EarthIcon } from '../icons/earth';
|
|
3293
|
-
export {
|
|
3294
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. This alias will be removed in v1.0 */
|
|
3295
|
-
default as Globe2Icon
|
|
3296
|
-
} from '../icons/earth';
|
|
3297
3317
|
// FileAxis3d aliases
|
|
3298
3318
|
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3299
3319
|
export {
|
|
@@ -3318,18 +3338,18 @@ export {
|
|
|
3318
3338
|
/** @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 */
|
|
3319
3339
|
default as FileJsonIcon
|
|
3320
3340
|
} from '../icons/file-braces';
|
|
3321
|
-
// FileChartColumnIncreasing aliases
|
|
3322
|
-
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3323
|
-
export {
|
|
3324
|
-
/** @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 */
|
|
3325
|
-
default as FileBarChartIcon
|
|
3326
|
-
} from '../icons/file-chart-column-increasing';
|
|
3327
3341
|
// FileChartColumn aliases
|
|
3328
3342
|
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3329
3343
|
export {
|
|
3330
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 */
|
|
3331
3345
|
default as FileBarChart2Icon
|
|
3332
3346
|
} from '../icons/file-chart-column';
|
|
3347
|
+
// FileChartColumnIncreasing aliases
|
|
3348
|
+
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3349
|
+
export {
|
|
3350
|
+
/** @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
|
+
default as FileBarChartIcon
|
|
3352
|
+
} from '../icons/file-chart-column-increasing';
|
|
3333
3353
|
// FileChartLine aliases
|
|
3334
3354
|
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3335
3355
|
export {
|
|
@@ -3354,16 +3374,6 @@ export {
|
|
|
3354
3374
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. This alias will be removed in v1.0 */
|
|
3355
3375
|
default as FileCode2Icon
|
|
3356
3376
|
} from '../icons/file-code-corner';
|
|
3357
|
-
// FileHeadphone aliases
|
|
3358
|
-
export { default as FileHeadphoneIcon } from '../icons/file-headphone';
|
|
3359
|
-
export {
|
|
3360
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
|
|
3361
|
-
default as FileAudioIcon
|
|
3362
|
-
} from '../icons/file-headphone';
|
|
3363
|
-
export {
|
|
3364
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
|
|
3365
|
-
default as FileAudio2Icon
|
|
3366
|
-
} from '../icons/file-headphone';
|
|
3367
3377
|
// FileCog aliases
|
|
3368
3378
|
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3369
3379
|
export {
|
|
@@ -3376,6 +3386,16 @@ export {
|
|
|
3376
3386
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. This alias will be removed in v1.0 */
|
|
3377
3387
|
default as FileWarningIcon
|
|
3378
3388
|
} from '../icons/file-exclamation-point';
|
|
3389
|
+
// FileHeadphone aliases
|
|
3390
|
+
export { default as FileHeadphoneIcon } from '../icons/file-headphone';
|
|
3391
|
+
export {
|
|
3392
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
|
|
3393
|
+
default as FileAudioIcon
|
|
3394
|
+
} from '../icons/file-headphone';
|
|
3395
|
+
export {
|
|
3396
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
|
|
3397
|
+
default as FileAudio2Icon
|
|
3398
|
+
} from '../icons/file-headphone';
|
|
3379
3399
|
// FileKey aliases
|
|
3380
3400
|
export { default as FileKeyIcon } from '../icons/file-key';
|
|
3381
3401
|
export {
|
|
@@ -3406,12 +3426,6 @@ export {
|
|
|
3406
3426
|
/** @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 */
|
|
3407
3427
|
default as FileEditIcon
|
|
3408
3428
|
} from '../icons/file-pen';
|
|
3409
|
-
// FilePlusCorner aliases
|
|
3410
|
-
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3411
|
-
export {
|
|
3412
|
-
/** @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 */
|
|
3413
|
-
default as FilePlus2Icon
|
|
3414
|
-
} from '../icons/file-plus-corner';
|
|
3415
3429
|
// FilePlay aliases
|
|
3416
3430
|
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3417
3431
|
export {
|
|
@@ -3424,6 +3438,12 @@ export {
|
|
|
3424
3438
|
/** @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 */
|
|
3425
3439
|
default as FileQuestionIcon
|
|
3426
3440
|
} 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';
|
|
3427
3447
|
// FileSearchCorner aliases
|
|
3428
3448
|
export { default as FileSearchCornerIcon } from '../icons/file-search-corner';
|
|
3429
3449
|
export {
|
|
@@ -3436,36 +3456,36 @@ export {
|
|
|
3436
3456
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. This alias will be removed in v1.0 */
|
|
3437
3457
|
default as FileVolume2Icon
|
|
3438
3458
|
} from '../icons/file-signal';
|
|
3439
|
-
// FileVideoCamera aliases
|
|
3440
|
-
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3441
|
-
export {
|
|
3442
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. This alias will be removed in v1.0 */
|
|
3443
|
-
default as FileVideo2Icon
|
|
3444
|
-
} from '../icons/file-video-camera';
|
|
3445
3459
|
// FileTypeCorner aliases
|
|
3446
3460
|
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3447
3461
|
export {
|
|
3448
3462
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. This alias will be removed in v1.0 */
|
|
3449
3463
|
default as FileType2Icon
|
|
3450
3464
|
} from '../icons/file-type-corner';
|
|
3465
|
+
// FileVideoCamera aliases
|
|
3466
|
+
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3467
|
+
export {
|
|
3468
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. This alias will be removed in v1.0 */
|
|
3469
|
+
default as FileVideo2Icon
|
|
3470
|
+
} from '../icons/file-video-camera';
|
|
3451
3471
|
// FileXCorner aliases
|
|
3452
3472
|
export { default as FileXCornerIcon } from '../icons/file-x-corner';
|
|
3453
3473
|
export {
|
|
3454
3474
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. This alias will be removed in v1.0 */
|
|
3455
3475
|
default as FileX2Icon
|
|
3456
3476
|
} from '../icons/file-x-corner';
|
|
3457
|
-
// FolderCog aliases
|
|
3458
|
-
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3459
|
-
export {
|
|
3460
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. This alias will be removed in v1.0 */
|
|
3461
|
-
default as FolderCog2Icon
|
|
3462
|
-
} from '../icons/folder-cog';
|
|
3463
3477
|
// FingerprintPattern aliases
|
|
3464
3478
|
export { default as FingerprintPatternIcon } from '../icons/fingerprint-pattern';
|
|
3465
3479
|
export {
|
|
3466
3480
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. This alias will be removed in v1.0 */
|
|
3467
3481
|
default as FingerprintIcon
|
|
3468
3482
|
} from '../icons/fingerprint-pattern';
|
|
3483
|
+
// FolderCog aliases
|
|
3484
|
+
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3485
|
+
export {
|
|
3486
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. This alias will be removed in v1.0 */
|
|
3487
|
+
default as FolderCog2Icon
|
|
3488
|
+
} from '../icons/folder-cog';
|
|
3469
3489
|
// FolderPen aliases
|
|
3470
3490
|
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3471
3491
|
export {
|
|
@@ -3484,12 +3504,6 @@ export {
|
|
|
3484
3504
|
/** @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 */
|
|
3485
3505
|
default as FilterIcon
|
|
3486
3506
|
} from '../icons/funnel';
|
|
3487
|
-
// GitCommitHorizontal aliases
|
|
3488
|
-
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3489
|
-
export {
|
|
3490
|
-
/** @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 */
|
|
3491
|
-
default as GitCommitIcon
|
|
3492
|
-
} from '../icons/git-commit-horizontal';
|
|
3493
3507
|
// Grid2x2Check aliases
|
|
3494
3508
|
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3495
3509
|
export {
|
|
@@ -3502,6 +3516,12 @@ export {
|
|
|
3502
3516
|
/** @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 */
|
|
3503
3517
|
default as Grid2X2PlusIcon
|
|
3504
3518
|
} 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';
|
|
3505
3525
|
// Grid2x2X aliases
|
|
3506
3526
|
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3507
3527
|
export {
|
|
@@ -3548,34 +3568,24 @@ export {
|
|
|
3548
3568
|
/** @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 */
|
|
3549
3569
|
default as IceCream2Icon
|
|
3550
3570
|
} from '../icons/ice-cream-bowl';
|
|
3551
|
-
// LaptopMinimal aliases
|
|
3552
|
-
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3553
|
-
export {
|
|
3554
|
-
/** @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 */
|
|
3555
|
-
default as Laptop2Icon
|
|
3556
|
-
} from '../icons/laptop-minimal';
|
|
3557
3571
|
// IceCreamCone aliases
|
|
3558
3572
|
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3559
3573
|
export {
|
|
3560
3574
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. This alias will be removed in v1.0 */
|
|
3561
3575
|
default as IceCreamIcon
|
|
3562
3576
|
} from '../icons/ice-cream-cone';
|
|
3577
|
+
// LaptopMinimal aliases
|
|
3578
|
+
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3579
|
+
export {
|
|
3580
|
+
/** @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
|
+
default as Laptop2Icon
|
|
3582
|
+
} from '../icons/laptop-minimal';
|
|
3563
3583
|
// Layers aliases
|
|
3564
3584
|
export { default as LayersIcon } from '../icons/layers';
|
|
3565
3585
|
export {
|
|
3566
3586
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. This alias will be removed in v1.0 */
|
|
3567
3587
|
default as Layers3Icon
|
|
3568
3588
|
} from '../icons/layers';
|
|
3569
|
-
// ListIndentDecrease aliases
|
|
3570
|
-
export { default as ListIndentDecreaseIcon } from '../icons/list-indent-decrease';
|
|
3571
|
-
export {
|
|
3572
|
-
/** @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 */
|
|
3573
|
-
default as OutdentIcon
|
|
3574
|
-
} from '../icons/list-indent-decrease';
|
|
3575
|
-
export {
|
|
3576
|
-
/** @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 */
|
|
3577
|
-
default as IndentDecreaseIcon
|
|
3578
|
-
} from '../icons/list-indent-decrease';
|
|
3579
3589
|
// ListIndentIncrease aliases
|
|
3580
3590
|
export { default as ListIndentIncreaseIcon } from '../icons/list-indent-increase';
|
|
3581
3591
|
export {
|
|
@@ -3586,30 +3596,40 @@ export {
|
|
|
3586
3596
|
/** @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 */
|
|
3587
3597
|
default as IndentIncreaseIcon
|
|
3588
3598
|
} from '../icons/list-indent-increase';
|
|
3589
|
-
//
|
|
3590
|
-
export { default as
|
|
3599
|
+
// ListIndentDecrease aliases
|
|
3600
|
+
export { default as ListIndentDecreaseIcon } from '../icons/list-indent-decrease';
|
|
3591
3601
|
export {
|
|
3592
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3593
|
-
default as
|
|
3594
|
-
} from '../icons/
|
|
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';
|
|
3595
3609
|
// LoaderCircle aliases
|
|
3596
3610
|
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3597
3611
|
export {
|
|
3598
3612
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. This alias will be removed in v1.0 */
|
|
3599
3613
|
default as Loader2Icon
|
|
3600
3614
|
} from '../icons/loader-circle';
|
|
3601
|
-
//
|
|
3602
|
-
export { default as
|
|
3615
|
+
// LockKeyholeOpen aliases
|
|
3616
|
+
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3603
3617
|
export {
|
|
3604
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3605
|
-
default as
|
|
3606
|
-
} from '../icons/lock-open';
|
|
3618
|
+
/** @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
|
+
default as UnlockKeyholeIcon
|
|
3620
|
+
} from '../icons/lock-keyhole-open';
|
|
3607
3621
|
// MailQuestionMark aliases
|
|
3608
3622
|
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3609
3623
|
export {
|
|
3610
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 */
|
|
3611
3625
|
default as MailQuestionIcon
|
|
3612
3626
|
} from '../icons/mail-question-mark';
|
|
3627
|
+
// LockOpen aliases
|
|
3628
|
+
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3629
|
+
export {
|
|
3630
|
+
/** @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
|
+
default as UnlockIcon
|
|
3632
|
+
} from '../icons/lock-open';
|
|
3613
3633
|
// MapPinPen aliases
|
|
3614
3634
|
export { default as MapPinPenIcon } from '../icons/map-pin-pen';
|
|
3615
3635
|
export {
|
|
@@ -3640,18 +3660,18 @@ export {
|
|
|
3640
3660
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. This alias will be removed in v1.0 */
|
|
3641
3661
|
default as AlertOctagonIcon
|
|
3642
3662
|
} from '../icons/octagon-alert';
|
|
3643
|
-
// OctagonX aliases
|
|
3644
|
-
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3645
|
-
export {
|
|
3646
|
-
/** @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 */
|
|
3647
|
-
default as XOctagonIcon
|
|
3648
|
-
} from '../icons/octagon-x';
|
|
3649
3663
|
// OctagonPause aliases
|
|
3650
3664
|
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3651
3665
|
export {
|
|
3652
3666
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. This alias will be removed in v1.0 */
|
|
3653
3667
|
default as PauseOctagonIcon
|
|
3654
3668
|
} from '../icons/octagon-pause';
|
|
3669
|
+
// OctagonX aliases
|
|
3670
|
+
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3671
|
+
export {
|
|
3672
|
+
/** @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
|
+
default as XOctagonIcon
|
|
3674
|
+
} from '../icons/octagon-x';
|
|
3655
3675
|
// PaintbrushVertical aliases
|
|
3656
3676
|
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3657
3677
|
export {
|
|
@@ -3664,18 +3684,24 @@ export {
|
|
|
3664
3684
|
/** @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 */
|
|
3665
3685
|
default as PanelBottomInactiveIcon
|
|
3666
3686
|
} from '../icons/panel-bottom-dashed';
|
|
3687
|
+
// PanelLeftDashed aliases
|
|
3688
|
+
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3689
|
+
export {
|
|
3690
|
+
/** @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 */
|
|
3691
|
+
default as PanelLeftInactiveIcon
|
|
3692
|
+
} from '../icons/panel-left-dashed';
|
|
3667
3693
|
// PanelLeftClose aliases
|
|
3668
3694
|
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3669
3695
|
export {
|
|
3670
3696
|
/** @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 */
|
|
3671
3697
|
default as SidebarCloseIcon
|
|
3672
3698
|
} from '../icons/panel-left-close';
|
|
3673
|
-
//
|
|
3674
|
-
export { default as
|
|
3699
|
+
// PanelLeft aliases
|
|
3700
|
+
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3675
3701
|
export {
|
|
3676
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3677
|
-
default as
|
|
3678
|
-
} from '../icons/panel-left
|
|
3702
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. This alias will be removed in v1.0 */
|
|
3703
|
+
default as SidebarIcon
|
|
3704
|
+
} from '../icons/panel-left';
|
|
3679
3705
|
// PanelLeftOpen aliases
|
|
3680
3706
|
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3681
3707
|
export {
|
|
@@ -3688,48 +3714,42 @@ export {
|
|
|
3688
3714
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. This alias will be removed in v1.0 */
|
|
3689
3715
|
default as PanelRightInactiveIcon
|
|
3690
3716
|
} from '../icons/panel-right-dashed';
|
|
3717
|
+
// PanelTopDashed aliases
|
|
3718
|
+
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3719
|
+
export {
|
|
3720
|
+
/** @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
|
+
default as PanelTopInactiveIcon
|
|
3722
|
+
} from '../icons/panel-top-dashed';
|
|
3691
3723
|
// PanelsTopLeft aliases
|
|
3692
3724
|
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3693
3725
|
export {
|
|
3694
3726
|
/** @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 */
|
|
3695
3727
|
default as LayoutIcon
|
|
3696
3728
|
} from '../icons/panels-top-left';
|
|
3697
|
-
//
|
|
3698
|
-
export { default as
|
|
3729
|
+
// Pen aliases
|
|
3730
|
+
export { default as PenIcon } from '../icons/pen';
|
|
3699
3731
|
export {
|
|
3700
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3701
|
-
default as
|
|
3702
|
-
} from '../icons/
|
|
3732
|
+
/** @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
|
+
default as Edit2Icon
|
|
3734
|
+
} from '../icons/pen';
|
|
3703
3735
|
// PenLine aliases
|
|
3704
3736
|
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3705
3737
|
export {
|
|
3706
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 */
|
|
3707
3739
|
default as Edit3Icon
|
|
3708
3740
|
} from '../icons/pen-line';
|
|
3709
|
-
//
|
|
3710
|
-
export { default as
|
|
3711
|
-
export {
|
|
3712
|
-
/** @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 */
|
|
3713
|
-
default as Edit2Icon
|
|
3714
|
-
} from '../icons/pen';
|
|
3715
|
-
// PanelTopDashed aliases
|
|
3716
|
-
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3741
|
+
// RectangleEllipsis aliases
|
|
3742
|
+
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3717
3743
|
export {
|
|
3718
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3719
|
-
default as
|
|
3720
|
-
} from '../icons/
|
|
3744
|
+
/** @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
|
+
default as FormInputIcon
|
|
3746
|
+
} from '../icons/rectangle-ellipsis';
|
|
3721
3747
|
// PlugZap aliases
|
|
3722
3748
|
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3723
3749
|
export {
|
|
3724
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 */
|
|
3725
3751
|
default as PlugZap2Icon
|
|
3726
3752
|
} from '../icons/plug-zap';
|
|
3727
|
-
// RectangleEllipsis aliases
|
|
3728
|
-
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3729
|
-
export {
|
|
3730
|
-
/** @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 */
|
|
3731
|
-
default as FormInputIcon
|
|
3732
|
-
} from '../icons/rectangle-ellipsis';
|
|
3733
3753
|
// Rotate3d aliases
|
|
3734
3754
|
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3735
3755
|
export {
|
|
@@ -3772,66 +3792,66 @@ export {
|
|
|
3772
3792
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. This alias will be removed in v1.0 */
|
|
3773
3793
|
default as ShieldCloseIcon
|
|
3774
3794
|
} from '../icons/shield-x';
|
|
3775
|
-
// SlidersVertical aliases
|
|
3776
|
-
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3777
|
-
export {
|
|
3778
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. This alias will be removed in v1.0 */
|
|
3779
|
-
default as SlidersIcon
|
|
3780
|
-
} from '../icons/sliders-vertical';
|
|
3781
3795
|
// Sparkles aliases
|
|
3782
3796
|
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3783
3797
|
export {
|
|
3784
3798
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. This alias will be removed in v1.0 */
|
|
3785
3799
|
default as StarsIcon
|
|
3786
3800
|
} from '../icons/sparkles';
|
|
3787
|
-
//
|
|
3788
|
-
export { default as
|
|
3801
|
+
// SlidersVertical aliases
|
|
3802
|
+
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3789
3803
|
export {
|
|
3790
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3791
|
-
default as
|
|
3792
|
-
} from '../icons/
|
|
3804
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. This alias will be removed in v1.0 */
|
|
3805
|
+
default as SlidersIcon
|
|
3806
|
+
} from '../icons/sliders-vertical';
|
|
3793
3807
|
// SquareActivity aliases
|
|
3794
3808
|
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3795
3809
|
export {
|
|
3796
3810
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. This alias will be removed in v1.0 */
|
|
3797
3811
|
default as ActivitySquareIcon
|
|
3798
3812
|
} from '../icons/square-activity';
|
|
3813
|
+
// SquareArrowDownLeft aliases
|
|
3814
|
+
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3815
|
+
export {
|
|
3816
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. This alias will be removed in v1.0 */
|
|
3817
|
+
default as ArrowDownLeftSquareIcon
|
|
3818
|
+
} from '../icons/square-arrow-down-left';
|
|
3799
3819
|
// SquareArrowDownRight aliases
|
|
3800
3820
|
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3801
3821
|
export {
|
|
3802
3822
|
/** @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 */
|
|
3803
3823
|
default as ArrowDownRightSquareIcon
|
|
3804
3824
|
} from '../icons/square-arrow-down-right';
|
|
3805
|
-
// SquareArrowDown aliases
|
|
3806
|
-
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3807
|
-
export {
|
|
3808
|
-
/** @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 */
|
|
3809
|
-
default as ArrowDownSquareIcon
|
|
3810
|
-
} from '../icons/square-arrow-down';
|
|
3811
3825
|
// SquareArrowLeft aliases
|
|
3812
3826
|
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3813
3827
|
export {
|
|
3814
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 */
|
|
3815
3829
|
default as ArrowLeftSquareIcon
|
|
3816
3830
|
} from '../icons/square-arrow-left';
|
|
3831
|
+
// SquareArrowDown aliases
|
|
3832
|
+
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3833
|
+
export {
|
|
3834
|
+
/** @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
|
+
default as ArrowDownSquareIcon
|
|
3836
|
+
} from '../icons/square-arrow-down';
|
|
3817
3837
|
// SquareArrowOutDownLeft aliases
|
|
3818
3838
|
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3819
3839
|
export {
|
|
3820
3840
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3821
3841
|
default as ArrowDownLeftFromSquareIcon
|
|
3822
3842
|
} from '../icons/square-arrow-out-down-left';
|
|
3823
|
-
// SquareArrowOutDownRight aliases
|
|
3824
|
-
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3825
|
-
export {
|
|
3826
|
-
/** @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 */
|
|
3827
|
-
default as ArrowDownRightFromSquareIcon
|
|
3828
|
-
} from '../icons/square-arrow-out-down-right';
|
|
3829
3843
|
// SquareArrowOutUpLeft aliases
|
|
3830
3844
|
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
3831
3845
|
export {
|
|
3832
3846
|
/** @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 */
|
|
3833
3847
|
default as ArrowUpLeftFromSquareIcon
|
|
3834
3848
|
} 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';
|
|
3835
3855
|
// SquareArrowOutUpRight aliases
|
|
3836
3856
|
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3837
3857
|
export {
|
|
@@ -3844,24 +3864,24 @@ export {
|
|
|
3844
3864
|
/** @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 */
|
|
3845
3865
|
default as ArrowRightSquareIcon
|
|
3846
3866
|
} from '../icons/square-arrow-right';
|
|
3847
|
-
// SquareArrowUpLeft aliases
|
|
3848
|
-
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3849
|
-
export {
|
|
3850
|
-
/** @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 */
|
|
3851
|
-
default as ArrowUpLeftSquareIcon
|
|
3852
|
-
} from '../icons/square-arrow-up-left';
|
|
3853
3867
|
// SquareArrowUpRight aliases
|
|
3854
3868
|
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3855
3869
|
export {
|
|
3856
3870
|
/** @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 */
|
|
3857
3871
|
default as ArrowUpRightSquareIcon
|
|
3858
3872
|
} from '../icons/square-arrow-up-right';
|
|
3859
|
-
//
|
|
3860
|
-
export { default as
|
|
3873
|
+
// SquareArrowUpLeft aliases
|
|
3874
|
+
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3861
3875
|
export {
|
|
3862
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3863
|
-
default as
|
|
3864
|
-
} from '../icons/square-arrow-up';
|
|
3876
|
+
/** @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 */
|
|
3877
|
+
default as ArrowUpLeftSquareIcon
|
|
3878
|
+
} from '../icons/square-arrow-up-left';
|
|
3879
|
+
// SquareAsterisk aliases
|
|
3880
|
+
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3881
|
+
export {
|
|
3882
|
+
/** @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
|
+
default as AsteriskSquareIcon
|
|
3884
|
+
} from '../icons/square-asterisk';
|
|
3865
3885
|
// SquareBottomDashedScissors aliases
|
|
3866
3886
|
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3867
3887
|
export {
|
|
@@ -3878,30 +3898,30 @@ export {
|
|
|
3878
3898
|
/** @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 */
|
|
3879
3899
|
default as SquareGanttChartIcon
|
|
3880
3900
|
} from '../icons/square-chart-gantt';
|
|
3881
|
-
//
|
|
3882
|
-
export { default as
|
|
3901
|
+
// SquareArrowUp aliases
|
|
3902
|
+
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3883
3903
|
export {
|
|
3884
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3885
|
-
default as
|
|
3886
|
-
} from '../icons/square-
|
|
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';
|
|
3887
3907
|
// SquareCheckBig aliases
|
|
3888
3908
|
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3889
3909
|
export {
|
|
3890
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 */
|
|
3891
3911
|
default as CheckSquareIcon
|
|
3892
3912
|
} from '../icons/square-check-big';
|
|
3893
|
-
// SquareChevronDown aliases
|
|
3894
|
-
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3895
|
-
export {
|
|
3896
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. This alias will be removed in v1.0 */
|
|
3897
|
-
default as ChevronDownSquareIcon
|
|
3898
|
-
} from '../icons/square-chevron-down';
|
|
3899
3913
|
// SquareCheck aliases
|
|
3900
3914
|
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3901
3915
|
export {
|
|
3902
3916
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. This alias will be removed in v1.0 */
|
|
3903
3917
|
default as CheckSquare2Icon
|
|
3904
3918
|
} from '../icons/square-check';
|
|
3919
|
+
// SquareChevronDown aliases
|
|
3920
|
+
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3921
|
+
export {
|
|
3922
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. This alias will be removed in v1.0 */
|
|
3923
|
+
default as ChevronDownSquareIcon
|
|
3924
|
+
} from '../icons/square-chevron-down';
|
|
3905
3925
|
// SquareChevronLeft aliases
|
|
3906
3926
|
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
3907
3927
|
export {
|
|
@@ -3968,30 +3988,30 @@ export {
|
|
|
3968
3988
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. This alias will be removed in v1.0 */
|
|
3969
3989
|
default as FunctionSquareIcon
|
|
3970
3990
|
} from '../icons/square-function';
|
|
3971
|
-
//
|
|
3972
|
-
export { default as
|
|
3991
|
+
// SquareKanban aliases
|
|
3992
|
+
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
3973
3993
|
export {
|
|
3974
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3975
|
-
default as
|
|
3976
|
-
} from '../icons/square-
|
|
3994
|
+
/** @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
|
+
default as KanbanSquareIcon
|
|
3996
|
+
} from '../icons/square-kanban';
|
|
3977
3997
|
// SquareM aliases
|
|
3978
3998
|
export { default as SquareMIcon } from '../icons/square-m';
|
|
3979
3999
|
export {
|
|
3980
4000
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. This alias will be removed in v1.0 */
|
|
3981
4001
|
default as MSquareIcon
|
|
3982
4002
|
} from '../icons/square-m';
|
|
3983
|
-
// SquareKanban aliases
|
|
3984
|
-
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
3985
|
-
export {
|
|
3986
|
-
/** @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 */
|
|
3987
|
-
default as KanbanSquareIcon
|
|
3988
|
-
} from '../icons/square-kanban';
|
|
3989
4003
|
// SquareMenu aliases
|
|
3990
4004
|
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
3991
4005
|
export {
|
|
3992
4006
|
/** @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 */
|
|
3993
4007
|
default as MenuSquareIcon
|
|
3994
4008
|
} 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';
|
|
3995
4015
|
// SquareMinus aliases
|
|
3996
4016
|
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
3997
4017
|
export {
|
|
@@ -4042,6 +4062,12 @@ export {
|
|
|
4042
4062
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. This alias will be removed in v1.0 */
|
|
4043
4063
|
default as PiSquareIcon
|
|
4044
4064
|
} from '../icons/square-pi';
|
|
4065
|
+
// SquarePilcrow aliases
|
|
4066
|
+
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4067
|
+
export {
|
|
4068
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. This alias will be removed in v1.0 */
|
|
4069
|
+
default as PilcrowSquareIcon
|
|
4070
|
+
} from '../icons/square-pilcrow';
|
|
4045
4071
|
// SquarePlay aliases
|
|
4046
4072
|
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
4047
4073
|
export {
|
|
@@ -4060,12 +4086,6 @@ export {
|
|
|
4060
4086
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. This alias will be removed in v1.0 */
|
|
4061
4087
|
default as PowerSquareIcon
|
|
4062
4088
|
} from '../icons/square-power';
|
|
4063
|
-
// SquarePilcrow aliases
|
|
4064
|
-
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4065
|
-
export {
|
|
4066
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. This alias will be removed in v1.0 */
|
|
4067
|
-
default as PilcrowSquareIcon
|
|
4068
|
-
} from '../icons/square-pilcrow';
|
|
4069
4089
|
// SquareScissors aliases
|
|
4070
4090
|
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4071
4091
|
export {
|
|
@@ -4096,48 +4116,42 @@ export {
|
|
|
4096
4116
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. This alias will be removed in v1.0 */
|
|
4097
4117
|
default as SplitSquareVerticalIcon
|
|
4098
4118
|
} from '../icons/square-split-vertical';
|
|
4099
|
-
// SquareUserRound aliases
|
|
4100
|
-
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
4101
|
-
export {
|
|
4102
|
-
/** @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 */
|
|
4103
|
-
default as UserSquare2Icon
|
|
4104
|
-
} from '../icons/square-user-round';
|
|
4105
|
-
// SquareUser aliases
|
|
4106
|
-
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4107
|
-
export {
|
|
4108
|
-
/** @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 */
|
|
4109
|
-
default as UserSquareIcon
|
|
4110
|
-
} from '../icons/square-user';
|
|
4111
4119
|
// SquareTerminal aliases
|
|
4112
4120
|
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
4113
4121
|
export {
|
|
4114
4122
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. This alias will be removed in v1.0 */
|
|
4115
4123
|
default as TerminalSquareIcon
|
|
4116
4124
|
} from '../icons/square-terminal';
|
|
4125
|
+
// SquareUserRound aliases
|
|
4126
|
+
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
4127
|
+
export {
|
|
4128
|
+
/** @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
|
+
default as UserSquare2Icon
|
|
4130
|
+
} from '../icons/square-user-round';
|
|
4117
4131
|
// SquareX aliases
|
|
4118
4132
|
export { default as SquareXIcon } from '../icons/square-x';
|
|
4119
4133
|
export {
|
|
4120
4134
|
/** @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 */
|
|
4121
4135
|
default as XSquareIcon
|
|
4122
4136
|
} from '../icons/square-x';
|
|
4123
|
-
//
|
|
4124
|
-
export { default as
|
|
4137
|
+
// SquareUser aliases
|
|
4138
|
+
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4125
4139
|
export {
|
|
4126
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4127
|
-
default as
|
|
4128
|
-
} from '../icons/
|
|
4140
|
+
/** @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 */
|
|
4141
|
+
default as UserSquareIcon
|
|
4142
|
+
} from '../icons/square-user';
|
|
4129
4143
|
// TextAlignCenter aliases
|
|
4130
4144
|
export { default as TextAlignCenterIcon } from '../icons/text-align-center';
|
|
4131
4145
|
export {
|
|
4132
4146
|
/** @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 */
|
|
4133
4147
|
default as AlignCenterIcon
|
|
4134
4148
|
} from '../icons/text-align-center';
|
|
4135
|
-
//
|
|
4136
|
-
export { default as
|
|
4149
|
+
// TestTubeDiagonal aliases
|
|
4150
|
+
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
4137
4151
|
export {
|
|
4138
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4139
|
-
default as
|
|
4140
|
-
} from '../icons/
|
|
4152
|
+
/** @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 */
|
|
4153
|
+
default as TestTube2Icon
|
|
4154
|
+
} from '../icons/test-tube-diagonal';
|
|
4141
4155
|
// TextAlignJustify aliases
|
|
4142
4156
|
export { default as TextAlignJustifyIcon } from '../icons/text-align-justify';
|
|
4143
4157
|
export {
|
|
@@ -4154,36 +4168,36 @@ export {
|
|
|
4154
4168
|
/** @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 */
|
|
4155
4169
|
default as AlignLeftIcon
|
|
4156
4170
|
} 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';
|
|
4157
4177
|
// TextInitial aliases
|
|
4158
4178
|
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4159
4179
|
export {
|
|
4160
4180
|
/** @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 */
|
|
4161
4181
|
default as LetterTextIcon
|
|
4162
4182
|
} from '../icons/text-initial';
|
|
4163
|
-
// TextSelect aliases
|
|
4164
|
-
export { default as TextSelectIcon } from '../icons/text-select';
|
|
4165
|
-
export {
|
|
4166
|
-
/** @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 */
|
|
4167
|
-
default as TextSelectionIcon
|
|
4168
|
-
} from '../icons/text-select';
|
|
4169
4183
|
// TextWrap aliases
|
|
4170
4184
|
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4171
4185
|
export {
|
|
4172
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 */
|
|
4173
4187
|
default as WrapTextIcon
|
|
4174
4188
|
} from '../icons/text-wrap';
|
|
4189
|
+
// TextSelect aliases
|
|
4190
|
+
export { default as TextSelectIcon } from '../icons/text-select';
|
|
4191
|
+
export {
|
|
4192
|
+
/** @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
|
+
default as TextSelectionIcon
|
|
4194
|
+
} from '../icons/text-select';
|
|
4175
4195
|
// TramFront aliases
|
|
4176
4196
|
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4177
4197
|
export {
|
|
4178
4198
|
/** @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 */
|
|
4179
4199
|
default as TrainIcon
|
|
4180
4200
|
} from '../icons/tram-front';
|
|
4181
|
-
// TreePalm aliases
|
|
4182
|
-
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4183
|
-
export {
|
|
4184
|
-
/** @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 */
|
|
4185
|
-
default as PalmtreeIcon
|
|
4186
|
-
} from '../icons/tree-palm';
|
|
4187
4201
|
// TriangleAlert aliases
|
|
4188
4202
|
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4189
4203
|
export {
|
|
@@ -4202,24 +4216,30 @@ export {
|
|
|
4202
4216
|
/** @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 */
|
|
4203
4217
|
default as School2Icon
|
|
4204
4218
|
} 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';
|
|
4205
4225
|
// UserRoundCheck aliases
|
|
4206
4226
|
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
4207
4227
|
export {
|
|
4208
4228
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. This alias will be removed in v1.0 */
|
|
4209
4229
|
default as UserCheck2Icon
|
|
4210
4230
|
} from '../icons/user-round-check';
|
|
4211
|
-
// UserRoundCog aliases
|
|
4212
|
-
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
4213
|
-
export {
|
|
4214
|
-
/** @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 */
|
|
4215
|
-
default as UserCog2Icon
|
|
4216
|
-
} from '../icons/user-round-cog';
|
|
4217
4231
|
// UserRoundMinus aliases
|
|
4218
4232
|
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
4219
4233
|
export {
|
|
4220
4234
|
/** @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 */
|
|
4221
4235
|
default as UserMinus2Icon
|
|
4222
4236
|
} 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';
|
|
4223
4243
|
// UserRoundPlus aliases
|
|
4224
4244
|
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
4225
4245
|
export {
|
|
@@ -4238,12 +4258,6 @@ export {
|
|
|
4238
4258
|
/** @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 */
|
|
4239
4259
|
default as User2Icon
|
|
4240
4260
|
} from '../icons/user-round';
|
|
4241
|
-
// UtensilsCrossed aliases
|
|
4242
|
-
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4243
|
-
export {
|
|
4244
|
-
/** @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 */
|
|
4245
|
-
default as ForkKnifeCrossedIcon
|
|
4246
|
-
} from '../icons/utensils-crossed';
|
|
4247
4261
|
// UsersRound aliases
|
|
4248
4262
|
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4249
4263
|
export {
|
|
@@ -4256,6 +4270,12 @@ export {
|
|
|
4256
4270
|
/** @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 */
|
|
4257
4271
|
default as ForkKnifeIcon
|
|
4258
4272
|
} 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';
|
|
4259
4279
|
// WalletMinimal aliases
|
|
4260
4280
|
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4261
4281
|
export {
|