@lucide/astro 0.522.0 → 0.524.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/aliases/aliases.ts +27 -27
- package/src/aliases/prefixed.ts +487 -483
- package/src/aliases/suffixed.ts +805 -801
- package/src/icons/bottle-wine.ts +18 -0
- package/src/icons/calendar-clock.ts +2 -2
- package/src/icons/clock-1.ts +2 -2
- package/src/icons/clock-10.ts +2 -2
- package/src/icons/clock-11.ts +2 -2
- package/src/icons/clock-12.ts +2 -2
- package/src/icons/clock-2.ts +2 -2
- package/src/icons/clock-3.ts +2 -2
- package/src/icons/clock-4.ts +2 -2
- package/src/icons/clock-5.ts +2 -2
- package/src/icons/clock-6.ts +2 -2
- package/src/icons/clock-7.ts +2 -2
- package/src/icons/clock-8.ts +2 -2
- package/src/icons/clock-9.ts +2 -2
- package/src/icons/clock-alert.ts +2 -2
- package/src/icons/clock-arrow-down.ts +2 -2
- package/src/icons/clock-arrow-up.ts +2 -2
- package/src/icons/clock.ts +2 -2
- package/src/icons/dessert.ts +2 -2
- package/src/icons/file-clock.ts +2 -2
- package/src/icons/folder-clock.ts +2 -2
- package/src/icons/index.ts +150 -148
- package/src/icons/ligature.ts +2 -2
- package/src/icons/vector-square.ts +18 -0
- package/src/icons/watch.ts +2 -2
package/src/icons/index.ts
CHANGED
|
@@ -11,8 +11,8 @@ export { default as AlarmClockOff } from './alarm-clock-off';
|
|
|
11
11
|
export { default as AlarmClockPlus } from './alarm-clock-plus';
|
|
12
12
|
export { default as AlarmClock } from './alarm-clock';
|
|
13
13
|
export { default as AlarmSmoke } from './alarm-smoke';
|
|
14
|
-
export { default as Album } from './album';
|
|
15
14
|
export { default as AlignCenterHorizontal } from './align-center-horizontal';
|
|
15
|
+
export { default as Album } from './album';
|
|
16
16
|
export { default as AlignCenterVertical } from './align-center-vertical';
|
|
17
17
|
export { default as AlignCenter } from './align-center';
|
|
18
18
|
export { default as AlignEndHorizontal } from './align-end-horizontal';
|
|
@@ -20,8 +20,8 @@ export { default as AlignEndVertical } from './align-end-vertical';
|
|
|
20
20
|
export { default as AlignHorizontalDistributeCenter } from './align-horizontal-distribute-center';
|
|
21
21
|
export { default as AlignHorizontalDistributeEnd } from './align-horizontal-distribute-end';
|
|
22
22
|
export { default as AlignHorizontalDistributeStart } from './align-horizontal-distribute-start';
|
|
23
|
-
export { default as AlignHorizontalJustifyStart } from './align-horizontal-justify-start';
|
|
24
23
|
export { default as AlignHorizontalJustifyCenter } from './align-horizontal-justify-center';
|
|
24
|
+
export { default as AlignHorizontalJustifyStart } from './align-horizontal-justify-start';
|
|
25
25
|
export { default as AlignHorizontalJustifyEnd } from './align-horizontal-justify-end';
|
|
26
26
|
export { default as AlignHorizontalSpaceAround } from './align-horizontal-space-around';
|
|
27
27
|
export { default as AlignHorizontalSpaceBetween } from './align-horizontal-space-between';
|
|
@@ -35,8 +35,8 @@ export { default as AlignVerticalDistributeEnd } from './align-vertical-distribu
|
|
|
35
35
|
export { default as AlignVerticalDistributeStart } from './align-vertical-distribute-start';
|
|
36
36
|
export { default as AlignVerticalJustifyCenter } from './align-vertical-justify-center';
|
|
37
37
|
export { default as AlignVerticalJustifyEnd } from './align-vertical-justify-end';
|
|
38
|
-
export { default as AlignVerticalJustifyStart } from './align-vertical-justify-start';
|
|
39
38
|
export { default as AlignVerticalSpaceAround } from './align-vertical-space-around';
|
|
39
|
+
export { default as AlignVerticalJustifyStart } from './align-vertical-justify-start';
|
|
40
40
|
export { default as AlignVerticalSpaceBetween } from './align-vertical-space-between';
|
|
41
41
|
export { default as Ambulance } from './ambulance';
|
|
42
42
|
export { default as Ampersand } from './ampersand';
|
|
@@ -49,8 +49,8 @@ export { default as Antenna } from './antenna';
|
|
|
49
49
|
export { default as Anvil } from './anvil';
|
|
50
50
|
export { default as Aperture } from './aperture';
|
|
51
51
|
export { default as AppWindowMac } from './app-window-mac';
|
|
52
|
-
export { default as Apple } from './apple';
|
|
53
52
|
export { default as AppWindow } from './app-window';
|
|
53
|
+
export { default as Apple } from './apple';
|
|
54
54
|
export { default as ArchiveRestore } from './archive-restore';
|
|
55
55
|
export { default as ArchiveX } from './archive-x';
|
|
56
56
|
export { default as Archive } from './archive';
|
|
@@ -77,8 +77,8 @@ export { default as ArrowDownWideNarrow } from './arrow-down-wide-narrow';
|
|
|
77
77
|
export { default as ArrowDownZA } from './arrow-down-z-a';
|
|
78
78
|
export { default as ArrowDown } from './arrow-down';
|
|
79
79
|
export { default as ArrowLeftFromLine } from './arrow-left-from-line';
|
|
80
|
-
export { default as ArrowLeftToLine } from './arrow-left-to-line';
|
|
81
80
|
export { default as ArrowLeftRight } from './arrow-left-right';
|
|
81
|
+
export { default as ArrowLeftToLine } from './arrow-left-to-line';
|
|
82
82
|
export { default as ArrowLeft } from './arrow-left';
|
|
83
83
|
export { default as ArrowRightFromLine } from './arrow-right-from-line';
|
|
84
84
|
export { default as ArrowRightLeft } from './arrow-right-left';
|
|
@@ -114,19 +114,19 @@ export { default as BadgeCheck } from './badge-check';
|
|
|
114
114
|
export { default as BadgeDollarSign } from './badge-dollar-sign';
|
|
115
115
|
export { default as BadgeEuro } from './badge-euro';
|
|
116
116
|
export { default as BadgeIndianRupee } from './badge-indian-rupee';
|
|
117
|
-
export { default as BadgeInfo } from './badge-info';
|
|
118
117
|
export { default as BadgeJapaneseYen } from './badge-japanese-yen';
|
|
119
118
|
export { default as BadgeMinus } from './badge-minus';
|
|
119
|
+
export { default as BadgeInfo } from './badge-info';
|
|
120
120
|
export { default as BadgePercent } from './badge-percent';
|
|
121
121
|
export { default as BadgePlus } from './badge-plus';
|
|
122
122
|
export { default as BadgePoundSterling } from './badge-pound-sterling';
|
|
123
123
|
export { default as BadgeQuestionMark } from './badge-question-mark';
|
|
124
124
|
export { default as BadgeRussianRuble } from './badge-russian-ruble';
|
|
125
125
|
export { default as BadgeSwissFranc } from './badge-swiss-franc';
|
|
126
|
-
export { default as BadgeX } from './badge-x';
|
|
127
126
|
export { default as Badge } from './badge';
|
|
128
|
-
export { default as
|
|
127
|
+
export { default as BadgeX } from './badge-x';
|
|
129
128
|
export { default as Ban } from './ban';
|
|
129
|
+
export { default as BaggageClaim } from './baggage-claim';
|
|
130
130
|
export { default as Banana } from './banana';
|
|
131
131
|
export { default as Bandage } from './bandage';
|
|
132
132
|
export { default as BanknoteArrowDown } from './banknote-arrow-down';
|
|
@@ -140,23 +140,23 @@ export { default as Bath } from './bath';
|
|
|
140
140
|
export { default as BatteryCharging } from './battery-charging';
|
|
141
141
|
export { default as BatteryFull } from './battery-full';
|
|
142
142
|
export { default as BatteryLow } from './battery-low';
|
|
143
|
-
export { default as BatteryMedium } from './battery-medium';
|
|
144
143
|
export { default as BatteryPlus } from './battery-plus';
|
|
144
|
+
export { default as BatteryMedium } from './battery-medium';
|
|
145
145
|
export { default as BatteryWarning } from './battery-warning';
|
|
146
146
|
export { default as Battery } from './battery';
|
|
147
147
|
export { default as Beaker } from './beaker';
|
|
148
148
|
export { default as BeanOff } from './bean-off';
|
|
149
149
|
export { default as Bean } from './bean';
|
|
150
150
|
export { default as BedDouble } from './bed-double';
|
|
151
|
-
export { default as BedSingle } from './bed-single';
|
|
152
151
|
export { default as Bed } from './bed';
|
|
152
|
+
export { default as BedSingle } from './bed-single';
|
|
153
153
|
export { default as Beef } from './beef';
|
|
154
154
|
export { default as BeerOff } from './beer-off';
|
|
155
155
|
export { default as Beer } from './beer';
|
|
156
156
|
export { default as BellDot } from './bell-dot';
|
|
157
157
|
export { default as BellElectric } from './bell-electric';
|
|
158
|
-
export { default as BellMinus } from './bell-minus';
|
|
159
158
|
export { default as BellOff } from './bell-off';
|
|
159
|
+
export { default as BellMinus } from './bell-minus';
|
|
160
160
|
export { default as BellPlus } from './bell-plus';
|
|
161
161
|
export { default as BellRing } from './bell-ring';
|
|
162
162
|
export { default as Bell } from './bell';
|
|
@@ -165,8 +165,8 @@ export { default as BetweenHorizontalStart } from './between-horizontal-start';
|
|
|
165
165
|
export { default as BetweenVerticalEnd } from './between-vertical-end';
|
|
166
166
|
export { default as BetweenVerticalStart } from './between-vertical-start';
|
|
167
167
|
export { default as BicepsFlexed } from './biceps-flexed';
|
|
168
|
-
export { default as Bike } from './bike';
|
|
169
168
|
export { default as Binary } from './binary';
|
|
169
|
+
export { default as Bike } from './bike';
|
|
170
170
|
export { default as Binoculars } from './binoculars';
|
|
171
171
|
export { default as Biohazard } from './biohazard';
|
|
172
172
|
export { default as Bird } from './bird';
|
|
@@ -187,8 +187,8 @@ export { default as BookAlert } from './book-alert';
|
|
|
187
187
|
export { default as BookAudio } from './book-audio';
|
|
188
188
|
export { default as BookCheck } from './book-check';
|
|
189
189
|
export { default as BookCopy } from './book-copy';
|
|
190
|
-
export { default as BookDashed } from './book-dashed';
|
|
191
190
|
export { default as BookDown } from './book-down';
|
|
191
|
+
export { default as BookDashed } from './book-dashed';
|
|
192
192
|
export { default as BookHeadphones } from './book-headphones';
|
|
193
193
|
export { default as BookHeart } from './book-heart';
|
|
194
194
|
export { default as BookImage } from './book-image';
|
|
@@ -204,18 +204,19 @@ export { default as BookText } from './book-text';
|
|
|
204
204
|
export { default as BookType } from './book-type';
|
|
205
205
|
export { default as BookUp2 } from './book-up-2';
|
|
206
206
|
export { default as BookUp } from './book-up';
|
|
207
|
-
export { default as BookX } from './book-x';
|
|
208
207
|
export { default as BookUser } from './book-user';
|
|
208
|
+
export { default as BookX } from './book-x';
|
|
209
209
|
export { default as Book } from './book';
|
|
210
210
|
export { default as BookmarkCheck } from './bookmark-check';
|
|
211
211
|
export { default as BookmarkMinus } from './bookmark-minus';
|
|
212
212
|
export { default as BookmarkPlus } from './bookmark-plus';
|
|
213
213
|
export { default as BookmarkX } from './bookmark-x';
|
|
214
214
|
export { default as Bookmark } from './bookmark';
|
|
215
|
-
export { default as BoomBox } from './boom-box';
|
|
216
215
|
export { default as BotMessageSquare } from './bot-message-square';
|
|
216
|
+
export { default as BoomBox } from './boom-box';
|
|
217
217
|
export { default as BotOff } from './bot-off';
|
|
218
218
|
export { default as Bot } from './bot';
|
|
219
|
+
export { default as BottleWine } from './bottle-wine';
|
|
219
220
|
export { default as BowArrow } from './bow-arrow';
|
|
220
221
|
export { default as Box } from './box';
|
|
221
222
|
export { default as Boxes } from './boxes';
|
|
@@ -224,8 +225,8 @@ export { default as Brackets } from './brackets';
|
|
|
224
225
|
export { default as BrainCircuit } from './brain-circuit';
|
|
225
226
|
export { default as BrainCog } from './brain-cog';
|
|
226
227
|
export { default as Brain } from './brain';
|
|
227
|
-
export { default as BrickWallFire } from './brick-wall-fire';
|
|
228
228
|
export { default as BrickWall } from './brick-wall';
|
|
229
|
+
export { default as BrickWallFire } from './brick-wall-fire';
|
|
229
230
|
export { default as BriefcaseBusiness } from './briefcase-business';
|
|
230
231
|
export { default as BriefcaseConveyorBelt } from './briefcase-conveyor-belt';
|
|
231
232
|
export { default as BriefcaseMedical } from './briefcase-medical';
|
|
@@ -242,24 +243,24 @@ export { default as Building } from './building';
|
|
|
242
243
|
export { default as BusFront } from './bus-front';
|
|
243
244
|
export { default as Bus } from './bus';
|
|
244
245
|
export { default as CableCar } from './cable-car';
|
|
245
|
-
export { default as Cable } from './cable';
|
|
246
246
|
export { default as CakeSlice } from './cake-slice';
|
|
247
|
+
export { default as Cable } from './cable';
|
|
247
248
|
export { default as Cake } from './cake';
|
|
248
249
|
export { default as Calculator } from './calculator';
|
|
249
250
|
export { default as Calendar1 } from './calendar-1';
|
|
250
251
|
export { default as CalendarArrowDown } from './calendar-arrow-down';
|
|
251
252
|
export { default as CalendarArrowUp } from './calendar-arrow-up';
|
|
252
|
-
export { default as CalendarCheck2 } from './calendar-check-2';
|
|
253
253
|
export { default as CalendarCheck } from './calendar-check';
|
|
254
|
+
export { default as CalendarCheck2 } from './calendar-check-2';
|
|
254
255
|
export { default as CalendarClock } from './calendar-clock';
|
|
255
|
-
export { default as CalendarCog } from './calendar-cog';
|
|
256
256
|
export { default as CalendarDays } from './calendar-days';
|
|
257
|
+
export { default as CalendarCog } from './calendar-cog';
|
|
257
258
|
export { default as CalendarFold } from './calendar-fold';
|
|
258
259
|
export { default as CalendarHeart } from './calendar-heart';
|
|
259
260
|
export { default as CalendarMinus2 } from './calendar-minus-2';
|
|
260
|
-
export { default as CalendarMinus } from './calendar-minus';
|
|
261
261
|
export { default as CalendarOff } from './calendar-off';
|
|
262
262
|
export { default as CalendarPlus2 } from './calendar-plus-2';
|
|
263
|
+
export { default as CalendarMinus } from './calendar-minus';
|
|
263
264
|
export { default as CalendarPlus } from './calendar-plus';
|
|
264
265
|
export { default as CalendarRange } from './calendar-range';
|
|
265
266
|
export { default as CalendarSearch } from './calendar-search';
|
|
@@ -268,82 +269,82 @@ export { default as CalendarX2 } from './calendar-x-2';
|
|
|
268
269
|
export { default as CalendarX } from './calendar-x';
|
|
269
270
|
export { default as Calendar } from './calendar';
|
|
270
271
|
export { default as CameraOff } from './camera-off';
|
|
271
|
-
export { default as Camera } from './camera';
|
|
272
272
|
export { default as CandyCane } from './candy-cane';
|
|
273
273
|
export { default as CandyOff } from './candy-off';
|
|
274
|
+
export { default as Camera } from './camera';
|
|
274
275
|
export { default as Candy } from './candy';
|
|
275
276
|
export { default as Cannabis } from './cannabis';
|
|
276
277
|
export { default as CaptionsOff } from './captions-off';
|
|
278
|
+
export { default as CarTaxiFront } from './car-taxi-front';
|
|
277
279
|
export { default as Captions } from './captions';
|
|
278
280
|
export { default as CarFront } from './car-front';
|
|
279
|
-
export { default as CarTaxiFront } from './car-taxi-front';
|
|
280
|
-
export { default as Car } from './car';
|
|
281
281
|
export { default as Caravan } from './caravan';
|
|
282
|
-
export { default as Carrot } from './carrot';
|
|
283
282
|
export { default as CardSim } from './card-sim';
|
|
284
|
-
export { default as
|
|
283
|
+
export { default as Car } from './car';
|
|
284
|
+
export { default as Carrot } from './carrot';
|
|
285
285
|
export { default as CaseSensitive } from './case-sensitive';
|
|
286
|
+
export { default as CaseLower } from './case-lower';
|
|
286
287
|
export { default as CaseUpper } from './case-upper';
|
|
288
|
+
export { default as Castle } from './castle';
|
|
287
289
|
export { default as CassetteTape } from './cassette-tape';
|
|
288
290
|
export { default as Cast } from './cast';
|
|
289
|
-
export { default as Castle } from './castle';
|
|
290
|
-
export { default as Cat } from './cat';
|
|
291
291
|
export { default as Cctv } from './cctv';
|
|
292
|
+
export { default as Cat } from './cat';
|
|
292
293
|
export { default as ChartArea } from './chart-area';
|
|
293
294
|
export { default as ChartBarBig } from './chart-bar-big';
|
|
294
295
|
export { default as ChartBarDecreasing } from './chart-bar-decreasing';
|
|
295
296
|
export { default as ChartBarIncreasing } from './chart-bar-increasing';
|
|
296
297
|
export { default as ChartBarStacked } from './chart-bar-stacked';
|
|
297
|
-
export { default as ChartBar } from './chart-bar';
|
|
298
298
|
export { default as ChartCandlestick } from './chart-candlestick';
|
|
299
|
+
export { default as ChartBar } from './chart-bar';
|
|
299
300
|
export { default as ChartColumnBig } from './chart-column-big';
|
|
300
301
|
export { default as ChartColumnDecreasing } from './chart-column-decreasing';
|
|
301
302
|
export { default as ChartColumnIncreasing } from './chart-column-increasing';
|
|
302
303
|
export { default as ChartColumnStacked } from './chart-column-stacked';
|
|
303
304
|
export { default as ChartColumn } from './chart-column';
|
|
304
|
-
export { default as ChartGantt } from './chart-gantt';
|
|
305
305
|
export { default as ChartLine } from './chart-line';
|
|
306
|
+
export { default as ChartGantt } from './chart-gantt';
|
|
306
307
|
export { default as ChartNetwork } from './chart-network';
|
|
307
308
|
export { default as ChartNoAxesColumnDecreasing } from './chart-no-axes-column-decreasing';
|
|
308
309
|
export { default as ChartNoAxesColumnIncreasing } from './chart-no-axes-column-increasing';
|
|
309
310
|
export { default as ChartNoAxesColumn } from './chart-no-axes-column';
|
|
310
311
|
export { default as ChartNoAxesCombined } from './chart-no-axes-combined';
|
|
311
312
|
export { default as ChartNoAxesGantt } from './chart-no-axes-gantt';
|
|
312
|
-
export { default as ChartScatter } from './chart-scatter';
|
|
313
313
|
export { default as ChartPie } from './chart-pie';
|
|
314
|
+
export { default as ChartScatter } from './chart-scatter';
|
|
314
315
|
export { default as ChartSpline } from './chart-spline';
|
|
315
316
|
export { default as CheckCheck } from './check-check';
|
|
316
317
|
export { default as CheckLine } from './check-line';
|
|
317
318
|
export { default as Check } from './check';
|
|
318
319
|
export { default as ChefHat } from './chef-hat';
|
|
319
|
-
export { default as Cherry } from './cherry';
|
|
320
320
|
export { default as ChevronDown } from './chevron-down';
|
|
321
|
+
export { default as Cherry } from './cherry';
|
|
322
|
+
export { default as ChevronLast } from './chevron-last';
|
|
321
323
|
export { default as ChevronFirst } from './chevron-first';
|
|
322
324
|
export { default as ChevronLeft } from './chevron-left';
|
|
323
|
-
export { default as ChevronLast } from './chevron-last';
|
|
324
325
|
export { default as ChevronRight } from './chevron-right';
|
|
325
326
|
export { default as ChevronUp } from './chevron-up';
|
|
326
327
|
export { default as ChevronsDownUp } from './chevrons-down-up';
|
|
327
328
|
export { default as ChevronsDown } from './chevrons-down';
|
|
328
329
|
export { default as ChevronsLeftRightEllipsis } from './chevrons-left-right-ellipsis';
|
|
329
|
-
export { default as ChevronsLeftRight } from './chevrons-left-right';
|
|
330
330
|
export { default as ChevronsLeft } from './chevrons-left';
|
|
331
|
+
export { default as ChevronsLeftRight } from './chevrons-left-right';
|
|
331
332
|
export { default as ChevronsRightLeft } from './chevrons-right-left';
|
|
332
333
|
export { default as ChevronsRight } from './chevrons-right';
|
|
333
334
|
export { default as ChevronsUpDown } from './chevrons-up-down';
|
|
334
|
-
export { default as ChevronsUp } from './chevrons-up';
|
|
335
335
|
export { default as Chrome } from './chrome';
|
|
336
|
+
export { default as ChevronsUp } from './chevrons-up';
|
|
336
337
|
export { default as Church } from './church';
|
|
337
338
|
export { default as CigaretteOff } from './cigarette-off';
|
|
338
|
-
export { default as Cigarette } from './cigarette';
|
|
339
339
|
export { default as CircleAlert } from './circle-alert';
|
|
340
|
+
export { default as Cigarette } from './cigarette';
|
|
340
341
|
export { default as CircleArrowDown } from './circle-arrow-down';
|
|
341
|
-
export { default as CircleArrowLeft } from './circle-arrow-left';
|
|
342
342
|
export { default as CircleArrowOutDownLeft } from './circle-arrow-out-down-left';
|
|
343
|
+
export { default as CircleArrowLeft } from './circle-arrow-left';
|
|
343
344
|
export { default as CircleArrowOutDownRight } from './circle-arrow-out-down-right';
|
|
344
345
|
export { default as CircleArrowOutUpLeft } from './circle-arrow-out-up-left';
|
|
345
|
-
export { default as CircleArrowOutUpRight } from './circle-arrow-out-up-right';
|
|
346
346
|
export { default as CircleArrowRight } from './circle-arrow-right';
|
|
347
|
+
export { default as CircleArrowOutUpRight } from './circle-arrow-out-up-right';
|
|
347
348
|
export { default as CircleArrowUp } from './circle-arrow-up';
|
|
348
349
|
export { default as CircleCheckBig } from './circle-check-big';
|
|
349
350
|
export { default as CircleCheck } from './circle-check';
|
|
@@ -354,8 +355,8 @@ export { default as CircleChevronUp } from './circle-chevron-up';
|
|
|
354
355
|
export { default as CircleDashed } from './circle-dashed';
|
|
355
356
|
export { default as CircleDivide } from './circle-divide';
|
|
356
357
|
export { default as CircleDollarSign } from './circle-dollar-sign';
|
|
357
|
-
export { default as CircleDotDashed } from './circle-dot-dashed';
|
|
358
358
|
export { default as CircleDot } from './circle-dot';
|
|
359
|
+
export { default as CircleDotDashed } from './circle-dot-dashed';
|
|
359
360
|
export { default as CircleEllipsis } from './circle-ellipsis';
|
|
360
361
|
export { default as CircleEqual } from './circle-equal';
|
|
361
362
|
export { default as CircleFadingArrowUp } from './circle-fading-arrow-up';
|
|
@@ -367,8 +368,8 @@ export { default as CircleParkingOff } from './circle-parking-off';
|
|
|
367
368
|
export { default as CircleParking } from './circle-parking';
|
|
368
369
|
export { default as CirclePause } from './circle-pause';
|
|
369
370
|
export { default as CirclePercent } from './circle-percent';
|
|
370
|
-
export { default as CirclePlay } from './circle-play';
|
|
371
371
|
export { default as CirclePlus } from './circle-plus';
|
|
372
|
+
export { default as CirclePlay } from './circle-play';
|
|
372
373
|
export { default as CirclePoundSterling } from './circle-pound-sterling';
|
|
373
374
|
export { default as CirclePower } from './circle-power';
|
|
374
375
|
export { default as CircleQuestionMark } from './circle-question-mark';
|
|
@@ -376,8 +377,8 @@ export { default as CircleSlash2 } from './circle-slash-2';
|
|
|
376
377
|
export { default as CircleSlash } from './circle-slash';
|
|
377
378
|
export { default as CircleSmall } from './circle-small';
|
|
378
379
|
export { default as CircleStop } from './circle-stop';
|
|
379
|
-
export { default as CircleUserRound } from './circle-user-round';
|
|
380
380
|
export { default as CircleUser } from './circle-user';
|
|
381
|
+
export { default as CircleUserRound } from './circle-user-round';
|
|
381
382
|
export { default as CircleX } from './circle-x';
|
|
382
383
|
export { default as Circle } from './circle';
|
|
383
384
|
export { default as CircuitBoard } from './circuit-board';
|
|
@@ -385,12 +386,12 @@ export { default as Citrus } from './citrus';
|
|
|
385
386
|
export { default as Clapperboard } from './clapperboard';
|
|
386
387
|
export { default as ClipboardCheck } from './clipboard-check';
|
|
387
388
|
export { default as ClipboardCopy } from './clipboard-copy';
|
|
388
|
-
export { default as ClipboardList } from './clipboard-list';
|
|
389
389
|
export { default as ClipboardMinus } from './clipboard-minus';
|
|
390
|
+
export { default as ClipboardList } from './clipboard-list';
|
|
390
391
|
export { default as ClipboardPaste } from './clipboard-paste';
|
|
392
|
+
export { default as ClipboardPen } from './clipboard-pen';
|
|
391
393
|
export { default as ClipboardPenLine } from './clipboard-pen-line';
|
|
392
394
|
export { default as ClipboardPlus } from './clipboard-plus';
|
|
393
|
-
export { default as ClipboardPen } from './clipboard-pen';
|
|
394
395
|
export { default as ClipboardType } from './clipboard-type';
|
|
395
396
|
export { default as ClipboardX } from './clipboard-x';
|
|
396
397
|
export { default as Clipboard } from './clipboard';
|
|
@@ -430,28 +431,28 @@ export { default as CloudSunRain } from './cloud-sun-rain';
|
|
|
430
431
|
export { default as CloudSun } from './cloud-sun';
|
|
431
432
|
export { default as CloudUpload } from './cloud-upload';
|
|
432
433
|
export { default as Cloud } from './cloud';
|
|
433
|
-
export { default as Cloudy } from './cloudy';
|
|
434
434
|
export { default as Clover } from './clover';
|
|
435
|
+
export { default as Cloudy } from './cloudy';
|
|
435
436
|
export { default as Club } from './club';
|
|
436
437
|
export { default as CodeXml } from './code-xml';
|
|
437
438
|
export { default as Code } from './code';
|
|
438
|
-
export { default as Codepen } from './codepen';
|
|
439
439
|
export { default as Codesandbox } from './codesandbox';
|
|
440
|
+
export { default as Codepen } from './codepen';
|
|
440
441
|
export { default as Coffee } from './coffee';
|
|
441
442
|
export { default as Cog } from './cog';
|
|
442
443
|
export { default as Coins } from './coins';
|
|
443
444
|
export { default as Columns2 } from './columns-2';
|
|
444
445
|
export { default as Columns3Cog } from './columns-3-cog';
|
|
445
446
|
export { default as Columns3 } from './columns-3';
|
|
446
|
-
export { default as Columns4 } from './columns-4';
|
|
447
447
|
export { default as Combine } from './combine';
|
|
448
448
|
export { default as Command } from './command';
|
|
449
|
+
export { default as Columns4 } from './columns-4';
|
|
449
450
|
export { default as Compass } from './compass';
|
|
450
451
|
export { default as Component } from './component';
|
|
451
452
|
export { default as Computer } from './computer';
|
|
452
453
|
export { default as ConciergeBell } from './concierge-bell';
|
|
453
|
-
export { default as Cone } from './cone';
|
|
454
454
|
export { default as Construction } from './construction';
|
|
455
|
+
export { default as Cone } from './cone';
|
|
455
456
|
export { default as ContactRound } from './contact-round';
|
|
456
457
|
export { default as Contact } from './contact';
|
|
457
458
|
export { default as Container } from './container';
|
|
@@ -461,8 +462,8 @@ export { default as CookingPot } from './cooking-pot';
|
|
|
461
462
|
export { default as CopyCheck } from './copy-check';
|
|
462
463
|
export { default as CopyMinus } from './copy-minus';
|
|
463
464
|
export { default as CopyPlus } from './copy-plus';
|
|
464
|
-
export { default as CopySlash } from './copy-slash';
|
|
465
465
|
export { default as CopyX } from './copy-x';
|
|
466
|
+
export { default as CopySlash } from './copy-slash';
|
|
466
467
|
export { default as Copy } from './copy';
|
|
467
468
|
export { default as Copyleft } from './copyleft';
|
|
468
469
|
export { default as Copyright } from './copyright';
|
|
@@ -497,9 +498,9 @@ export { default as Dessert } from './dessert';
|
|
|
497
498
|
export { default as Diameter } from './diameter';
|
|
498
499
|
export { default as DiamondMinus } from './diamond-minus';
|
|
499
500
|
export { default as DiamondPercent } from './diamond-percent';
|
|
500
|
-
export { default as DiamondPlus } from './diamond-plus';
|
|
501
501
|
export { default as Diamond } from './diamond';
|
|
502
502
|
export { default as Dice1 } from './dice-1';
|
|
503
|
+
export { default as DiamondPlus } from './diamond-plus';
|
|
503
504
|
export { default as Dice2 } from './dice-2';
|
|
504
505
|
export { default as Dice3 } from './dice-3';
|
|
505
506
|
export { default as Dice4 } from './dice-4';
|
|
@@ -513,8 +514,8 @@ export { default as DiscAlbum } from './disc-album';
|
|
|
513
514
|
export { default as Disc } from './disc';
|
|
514
515
|
export { default as Divide } from './divide';
|
|
515
516
|
export { default as DnaOff } from './dna-off';
|
|
516
|
-
export { default as Dock } from './dock';
|
|
517
517
|
export { default as Dna } from './dna';
|
|
518
|
+
export { default as Dock } from './dock';
|
|
518
519
|
export { default as Dog } from './dog';
|
|
519
520
|
export { default as DollarSign } from './dollar-sign';
|
|
520
521
|
export { default as Donut } from './donut';
|
|
@@ -524,8 +525,8 @@ export { default as DoorOpen } from './door-open';
|
|
|
524
525
|
export { default as Dot } from './dot';
|
|
525
526
|
export { default as Download } from './download';
|
|
526
527
|
export { default as DraftingCompass } from './drafting-compass';
|
|
527
|
-
export { default as Drama } from './drama';
|
|
528
528
|
export { default as Dribbble } from './dribbble';
|
|
529
|
+
export { default as Drama } from './drama';
|
|
529
530
|
export { default as Drill } from './drill';
|
|
530
531
|
export { default as Drone } from './drone';
|
|
531
532
|
export { default as DropletOff } from './droplet-off';
|
|
@@ -533,8 +534,8 @@ export { default as Droplet } from './droplet';
|
|
|
533
534
|
export { default as Droplets } from './droplets';
|
|
534
535
|
export { default as Drum } from './drum';
|
|
535
536
|
export { default as Drumstick } from './drumstick';
|
|
536
|
-
export { default as EarOff } from './ear-off';
|
|
537
537
|
export { default as Dumbbell } from './dumbbell';
|
|
538
|
+
export { default as EarOff } from './ear-off';
|
|
538
539
|
export { default as Ear } from './ear';
|
|
539
540
|
export { default as EarthLock } from './earth-lock';
|
|
540
541
|
export { default as Earth } from './earth';
|
|
@@ -557,19 +558,19 @@ export { default as EyeOff } from './eye-off';
|
|
|
557
558
|
export { default as Eye } from './eye';
|
|
558
559
|
export { default as Facebook } from './facebook';
|
|
559
560
|
export { default as Factory } from './factory';
|
|
560
|
-
export { default as FastForward } from './fast-forward';
|
|
561
561
|
export { default as Fan } from './fan';
|
|
562
562
|
export { default as Feather } from './feather';
|
|
563
|
+
export { default as FastForward } from './fast-forward';
|
|
563
564
|
export { default as Fence } from './fence';
|
|
564
565
|
export { default as FerrisWheel } from './ferris-wheel';
|
|
565
|
-
export { default as Figma } from './figma';
|
|
566
566
|
export { default as FileArchive } from './file-archive';
|
|
567
|
+
export { default as Figma } from './figma';
|
|
567
568
|
export { default as FileAudio2 } from './file-audio-2';
|
|
568
569
|
export { default as FileAudio } from './file-audio';
|
|
569
570
|
export { default as FileAxis3d } from './file-axis-3d';
|
|
570
571
|
export { default as FileBadge2 } from './file-badge-2';
|
|
571
|
-
export { default as FileBadge } from './file-badge';
|
|
572
572
|
export { default as FileBox } from './file-box';
|
|
573
|
+
export { default as FileBadge } from './file-badge';
|
|
573
574
|
export { default as FileChartColumnIncreasing } from './file-chart-column-increasing';
|
|
574
575
|
export { default as FileChartColumn } from './file-chart-column';
|
|
575
576
|
export { default as FileChartLine } from './file-chart-line';
|
|
@@ -603,8 +604,8 @@ export { default as FilePlus } from './file-plus';
|
|
|
603
604
|
export { default as FileQuestionMark } from './file-question-mark';
|
|
604
605
|
export { default as FileScan } from './file-scan';
|
|
605
606
|
export { default as FileSearch2 } from './file-search-2';
|
|
606
|
-
export { default as FileSearch } from './file-search';
|
|
607
607
|
export { default as FileSliders } from './file-sliders';
|
|
608
|
+
export { default as FileSearch } from './file-search';
|
|
608
609
|
export { default as FileSpreadsheet } from './file-spreadsheet';
|
|
609
610
|
export { default as FileStack } from './file-stack';
|
|
610
611
|
export { default as FileSymlink } from './file-symlink';
|
|
@@ -631,13 +632,13 @@ export { default as FishSymbol } from './fish-symbol';
|
|
|
631
632
|
export { default as Fish } from './fish';
|
|
632
633
|
export { default as FlagOff } from './flag-off';
|
|
633
634
|
export { default as FlagTriangleLeft } from './flag-triangle-left';
|
|
634
|
-
export { default as Flag } from './flag';
|
|
635
635
|
export { default as FlagTriangleRight } from './flag-triangle-right';
|
|
636
636
|
export { default as FlameKindling } from './flame-kindling';
|
|
637
637
|
export { default as Flame } from './flame';
|
|
638
|
+
export { default as Flag } from './flag';
|
|
638
639
|
export { default as FlashlightOff } from './flashlight-off';
|
|
639
|
-
export { default as Flashlight } from './flashlight';
|
|
640
640
|
export { default as FlaskConicalOff } from './flask-conical-off';
|
|
641
|
+
export { default as Flashlight } from './flashlight';
|
|
641
642
|
export { default as FlaskConical } from './flask-conical';
|
|
642
643
|
export { default as FlaskRound } from './flask-round';
|
|
643
644
|
export { default as FlipHorizontal2 } from './flip-horizontal-2';
|
|
@@ -645,11 +646,11 @@ export { default as FlipHorizontal } from './flip-horizontal';
|
|
|
645
646
|
export { default as FlipVertical2 } from './flip-vertical-2';
|
|
646
647
|
export { default as FlipVertical } from './flip-vertical';
|
|
647
648
|
export { default as Flower2 } from './flower-2';
|
|
648
|
-
export { default as Flower } from './flower';
|
|
649
649
|
export { default as Focus } from './focus';
|
|
650
|
-
export { default as
|
|
650
|
+
export { default as Flower } from './flower';
|
|
651
651
|
export { default as FoldVertical } from './fold-vertical';
|
|
652
652
|
export { default as FolderArchive } from './folder-archive';
|
|
653
|
+
export { default as FoldHorizontal } from './fold-horizontal';
|
|
653
654
|
export { default as FolderCheck } from './folder-check';
|
|
654
655
|
export { default as FolderClock } from './folder-clock';
|
|
655
656
|
export { default as FolderClosed } from './folder-closed';
|
|
@@ -657,12 +658,12 @@ export { default as FolderCode } from './folder-code';
|
|
|
657
658
|
export { default as FolderCog } from './folder-cog';
|
|
658
659
|
export { default as FolderDot } from './folder-dot';
|
|
659
660
|
export { default as FolderDown } from './folder-down';
|
|
660
|
-
export { default as FolderGit2 } from './folder-git-2';
|
|
661
661
|
export { default as FolderGit } from './folder-git';
|
|
662
|
+
export { default as FolderGit2 } from './folder-git-2';
|
|
662
663
|
export { default as FolderHeart } from './folder-heart';
|
|
663
664
|
export { default as FolderInput } from './folder-input';
|
|
664
|
-
export { default as FolderKanban } from './folder-kanban';
|
|
665
665
|
export { default as FolderKey } from './folder-key';
|
|
666
|
+
export { default as FolderKanban } from './folder-kanban';
|
|
666
667
|
export { default as FolderLock } from './folder-lock';
|
|
667
668
|
export { default as FolderMinus } from './folder-minus';
|
|
668
669
|
export { default as FolderOpenDot } from './folder-open-dot';
|
|
@@ -672,25 +673,25 @@ export { default as FolderPen } from './folder-pen';
|
|
|
672
673
|
export { default as FolderPlus } from './folder-plus';
|
|
673
674
|
export { default as FolderRoot } from './folder-root';
|
|
674
675
|
export { default as FolderSearch2 } from './folder-search-2';
|
|
675
|
-
export { default as FolderSearch } from './folder-search';
|
|
676
676
|
export { default as FolderSymlink } from './folder-symlink';
|
|
677
|
-
export { default as
|
|
677
|
+
export { default as FolderSearch } from './folder-search';
|
|
678
678
|
export { default as FolderSync } from './folder-sync';
|
|
679
|
+
export { default as FolderTree } from './folder-tree';
|
|
679
680
|
export { default as FolderUp } from './folder-up';
|
|
680
681
|
export { default as FolderX } from './folder-x';
|
|
681
682
|
export { default as Folder } from './folder';
|
|
682
|
-
export { default as Folders } from './folders';
|
|
683
683
|
export { default as Footprints } from './footprints';
|
|
684
|
+
export { default as Folders } from './folders';
|
|
684
685
|
export { default as Forklift } from './forklift';
|
|
685
686
|
export { default as Frame } from './frame';
|
|
686
|
-
export { default as Framer } from './framer';
|
|
687
687
|
export { default as Forward } from './forward';
|
|
688
|
+
export { default as Framer } from './framer';
|
|
688
689
|
export { default as Frown } from './frown';
|
|
689
690
|
export { default as Fuel } from './fuel';
|
|
690
691
|
export { default as Fullscreen } from './fullscreen';
|
|
692
|
+
export { default as Funnel } from './funnel';
|
|
691
693
|
export { default as FunnelPlus } from './funnel-plus';
|
|
692
694
|
export { default as FunnelX } from './funnel-x';
|
|
693
|
-
export { default as Funnel } from './funnel';
|
|
694
695
|
export { default as GalleryHorizontalEnd } from './gallery-horizontal-end';
|
|
695
696
|
export { default as GalleryHorizontal } from './gallery-horizontal';
|
|
696
697
|
export { default as GalleryThumbnails } from './gallery-thumbnails';
|
|
@@ -713,25 +714,25 @@ export { default as GitCompare } from './git-compare';
|
|
|
713
714
|
export { default as GitFork } from './git-fork';
|
|
714
715
|
export { default as GitGraph } from './git-graph';
|
|
715
716
|
export { default as GitMerge } from './git-merge';
|
|
716
|
-
export { default as GitPullRequestClosed } from './git-pull-request-closed';
|
|
717
717
|
export { default as GitPullRequestArrow } from './git-pull-request-arrow';
|
|
718
|
+
export { default as GitPullRequestClosed } from './git-pull-request-closed';
|
|
718
719
|
export { default as GitPullRequestCreateArrow } from './git-pull-request-create-arrow';
|
|
719
|
-
export { default as GitPullRequestDraft } from './git-pull-request-draft';
|
|
720
720
|
export { default as GitPullRequestCreate } from './git-pull-request-create';
|
|
721
|
+
export { default as GitPullRequestDraft } from './git-pull-request-draft';
|
|
721
722
|
export { default as GitPullRequest } from './git-pull-request';
|
|
722
723
|
export { default as Github } from './github';
|
|
723
724
|
export { default as Gitlab } from './gitlab';
|
|
724
|
-
export { default as GlassWater } from './glass-water';
|
|
725
725
|
export { default as Glasses } from './glasses';
|
|
726
|
+
export { default as GlassWater } from './glass-water';
|
|
727
|
+
export { default as Globe } from './globe';
|
|
726
728
|
export { default as GlobeLock } from './globe-lock';
|
|
727
729
|
export { default as Goal } from './goal';
|
|
728
|
-
export { default as Globe } from './globe';
|
|
729
730
|
export { default as Gpu } from './gpu';
|
|
730
731
|
export { default as Grab } from './grab';
|
|
731
732
|
export { default as GraduationCap } from './graduation-cap';
|
|
732
733
|
export { default as Grape } from './grape';
|
|
733
|
-
export { default as Grid2x2Check } from './grid-2x2-check';
|
|
734
734
|
export { default as Grid2x2Plus } from './grid-2x2-plus';
|
|
735
|
+
export { default as Grid2x2Check } from './grid-2x2-check';
|
|
735
736
|
export { default as Grid2x2X } from './grid-2x2-x';
|
|
736
737
|
export { default as Grid2x2 } from './grid-2x2';
|
|
737
738
|
export { default as Grid3x2 } from './grid-3x2';
|
|
@@ -741,9 +742,9 @@ export { default as GripVertical } from './grip-vertical';
|
|
|
741
742
|
export { default as Grip } from './grip';
|
|
742
743
|
export { default as Group } from './group';
|
|
743
744
|
export { default as Guitar } from './guitar';
|
|
745
|
+
export { default as Ham } from './ham';
|
|
744
746
|
export { default as Hamburger } from './hamburger';
|
|
745
747
|
export { default as Hammer } from './hammer';
|
|
746
|
-
export { default as Ham } from './ham';
|
|
747
748
|
export { default as HandCoins } from './hand-coins';
|
|
748
749
|
export { default as HandHeart } from './hand-heart';
|
|
749
750
|
export { default as HandHelping } from './hand-helping';
|
|
@@ -751,16 +752,16 @@ export { default as HandMetal } from './hand-metal';
|
|
|
751
752
|
export { default as HandPlatter } from './hand-platter';
|
|
752
753
|
export { default as Hand } from './hand';
|
|
753
754
|
export { default as Handshake } from './handshake';
|
|
754
|
-
export { default as HardDriveDownload } from './hard-drive-download';
|
|
755
755
|
export { default as HardDriveUpload } from './hard-drive-upload';
|
|
756
756
|
export { default as HardDrive } from './hard-drive';
|
|
757
|
+
export { default as HardDriveDownload } from './hard-drive-download';
|
|
757
758
|
export { default as HardHat } from './hard-hat';
|
|
758
759
|
export { default as Hash } from './hash';
|
|
759
760
|
export { default as Haze } from './haze';
|
|
760
761
|
export { default as HdmiPort } from './hdmi-port';
|
|
761
762
|
export { default as Heading1 } from './heading-1';
|
|
762
|
-
export { default as Heading2 } from './heading-2';
|
|
763
763
|
export { default as Heading3 } from './heading-3';
|
|
764
|
+
export { default as Heading2 } from './heading-2';
|
|
764
765
|
export { default as Heading4 } from './heading-4';
|
|
765
766
|
export { default as Heading5 } from './heading-5';
|
|
766
767
|
export { default as Heading6 } from './heading-6';
|
|
@@ -768,16 +769,16 @@ export { default as Heading } from './heading';
|
|
|
768
769
|
export { default as HeadphoneOff } from './headphone-off';
|
|
769
770
|
export { default as Headphones } from './headphones';
|
|
770
771
|
export { default as Headset } from './headset';
|
|
771
|
-
export { default as HeartHandshake } from './heart-handshake';
|
|
772
772
|
export { default as HeartCrack } from './heart-crack';
|
|
773
|
+
export { default as HeartHandshake } from './heart-handshake';
|
|
773
774
|
export { default as HeartMinus } from './heart-minus';
|
|
774
775
|
export { default as HeartOff } from './heart-off';
|
|
775
776
|
export { default as HeartPlus } from './heart-plus';
|
|
776
777
|
export { default as HeartPulse } from './heart-pulse';
|
|
777
|
-
export { default as Heart } from './heart';
|
|
778
778
|
export { default as Heater } from './heater';
|
|
779
|
-
export { default as
|
|
779
|
+
export { default as Heart } from './heart';
|
|
780
780
|
export { default as Highlighter } from './highlighter';
|
|
781
|
+
export { default as Hexagon } from './hexagon';
|
|
781
782
|
export { default as History } from './history';
|
|
782
783
|
export { default as HopOff } from './hop-off';
|
|
783
784
|
export { default as Hop } from './hop';
|
|
@@ -799,19 +800,19 @@ export { default as ImagePlay } from './image-play';
|
|
|
799
800
|
export { default as ImagePlus } from './image-plus';
|
|
800
801
|
export { default as ImageUp } from './image-up';
|
|
801
802
|
export { default as ImageUpscale } from './image-upscale';
|
|
802
|
-
export { default as Image } from './image';
|
|
803
803
|
export { default as Images } from './images';
|
|
804
|
+
export { default as Image } from './image';
|
|
804
805
|
export { default as Import } from './import';
|
|
806
|
+
export { default as IndentDecrease } from './indent-decrease';
|
|
805
807
|
export { default as Inbox } from './inbox';
|
|
806
808
|
export { default as IndentIncrease } from './indent-increase';
|
|
807
809
|
export { default as IndianRupee } from './indian-rupee';
|
|
808
|
-
export { default as IndentDecrease } from './indent-decrease';
|
|
809
810
|
export { default as Infinity } from './infinity';
|
|
810
811
|
export { default as Info } from './info';
|
|
811
812
|
export { default as InspectionPanel } from './inspection-panel';
|
|
812
813
|
export { default as Instagram } from './instagram';
|
|
813
|
-
export { default as Italic } from './italic';
|
|
814
814
|
export { default as IterationCcw } from './iteration-ccw';
|
|
815
|
+
export { default as Italic } from './italic';
|
|
815
816
|
export { default as IterationCw } from './iteration-cw';
|
|
816
817
|
export { default as JapaneseYen } from './japanese-yen';
|
|
817
818
|
export { default as Joystick } from './joystick';
|
|
@@ -836,8 +837,8 @@ export { default as LaptopMinimal } from './laptop-minimal';
|
|
|
836
837
|
export { default as Laptop } from './laptop';
|
|
837
838
|
export { default as LassoSelect } from './lasso-select';
|
|
838
839
|
export { default as Laugh } from './laugh';
|
|
839
|
-
export { default as Layers2 } from './layers-2';
|
|
840
840
|
export { default as Lasso } from './lasso';
|
|
841
|
+
export { default as Layers2 } from './layers-2';
|
|
841
842
|
export { default as Layers } from './layers';
|
|
842
843
|
export { default as LayoutDashboard } from './layout-dashboard';
|
|
843
844
|
export { default as LayoutGrid } from './layout-grid';
|
|
@@ -856,8 +857,8 @@ export { default as Ligature } from './ligature';
|
|
|
856
857
|
export { default as LightbulbOff } from './lightbulb-off';
|
|
857
858
|
export { default as Lightbulb } from './lightbulb';
|
|
858
859
|
export { default as LineSquiggle } from './line-squiggle';
|
|
859
|
-
export { default as Link2Off } from './link-2-off';
|
|
860
860
|
export { default as Link2 } from './link-2';
|
|
861
|
+
export { default as Link2Off } from './link-2-off';
|
|
861
862
|
export { default as Link } from './link';
|
|
862
863
|
export { default as Linkedin } from './linkedin';
|
|
863
864
|
export { default as ListCheck } from './list-check';
|
|
@@ -873,14 +874,14 @@ export { default as ListPlus } from './list-plus';
|
|
|
873
874
|
export { default as ListRestart } from './list-restart';
|
|
874
875
|
export { default as ListStart } from './list-start';
|
|
875
876
|
export { default as ListTodo } from './list-todo';
|
|
876
|
-
export { default as ListTree } from './list-tree';
|
|
877
877
|
export { default as ListVideo } from './list-video';
|
|
878
|
+
export { default as ListTree } from './list-tree';
|
|
878
879
|
export { default as ListX } from './list-x';
|
|
879
880
|
export { default as List } from './list';
|
|
880
881
|
export { default as LoaderCircle } from './loader-circle';
|
|
881
|
-
export { default as Loader } from './loader';
|
|
882
882
|
export { default as LoaderPinwheel } from './loader-pinwheel';
|
|
883
883
|
export { default as LocateFixed } from './locate-fixed';
|
|
884
|
+
export { default as Loader } from './loader';
|
|
884
885
|
export { default as LocateOff } from './locate-off';
|
|
885
886
|
export { default as Locate } from './locate';
|
|
886
887
|
export { default as LocationEdit } from './location-edit';
|
|
@@ -891,14 +892,14 @@ export { default as Lock } from './lock';
|
|
|
891
892
|
export { default as LogIn } from './log-in';
|
|
892
893
|
export { default as LogOut } from './log-out';
|
|
893
894
|
export { default as Logs } from './logs';
|
|
894
|
-
export { default as Luggage } from './luggage';
|
|
895
895
|
export { default as Lollipop } from './lollipop';
|
|
896
|
+
export { default as Luggage } from './luggage';
|
|
896
897
|
export { default as Magnet } from './magnet';
|
|
897
898
|
export { default as MailCheck } from './mail-check';
|
|
898
899
|
export { default as MailMinus } from './mail-minus';
|
|
899
|
-
export { default as MailPlus } from './mail-plus';
|
|
900
900
|
export { default as MailOpen } from './mail-open';
|
|
901
901
|
export { default as MailQuestionMark } from './mail-question-mark';
|
|
902
|
+
export { default as MailPlus } from './mail-plus';
|
|
902
903
|
export { default as MailSearch } from './mail-search';
|
|
903
904
|
export { default as MailWarning } from './mail-warning';
|
|
904
905
|
export { default as MailX } from './mail-x';
|
|
@@ -911,22 +912,22 @@ export { default as MapPinHouse } from './map-pin-house';
|
|
|
911
912
|
export { default as MapPinMinusInside } from './map-pin-minus-inside';
|
|
912
913
|
export { default as MapPinMinus } from './map-pin-minus';
|
|
913
914
|
export { default as MapPinOff } from './map-pin-off';
|
|
914
|
-
export { default as MapPinPlusInside } from './map-pin-plus-inside';
|
|
915
915
|
export { default as MapPinPlus } from './map-pin-plus';
|
|
916
|
-
export { default as
|
|
916
|
+
export { default as MapPinPlusInside } from './map-pin-plus-inside';
|
|
917
917
|
export { default as MapPinX } from './map-pin-x';
|
|
918
|
+
export { default as MapPinXInside } from './map-pin-x-inside';
|
|
918
919
|
export { default as MapPin } from './map-pin';
|
|
919
920
|
export { default as MapPinned } from './map-pinned';
|
|
920
921
|
export { default as MapPlus } from './map-plus';
|
|
921
922
|
export { default as Map } from './map';
|
|
922
|
-
export { default as MarsStroke } from './mars-stroke';
|
|
923
923
|
export { default as Mars } from './mars';
|
|
924
|
+
export { default as MarsStroke } from './mars-stroke';
|
|
924
925
|
export { default as Martini } from './martini';
|
|
925
|
-
export { default as Maximize2 } from './maximize-2';
|
|
926
926
|
export { default as Maximize } from './maximize';
|
|
927
|
+
export { default as Maximize2 } from './maximize-2';
|
|
927
928
|
export { default as Medal } from './medal';
|
|
928
|
-
export { default as MegaphoneOff } from './megaphone-off';
|
|
929
929
|
export { default as Megaphone } from './megaphone';
|
|
930
|
+
export { default as MegaphoneOff } from './megaphone-off';
|
|
930
931
|
export { default as Meh } from './meh';
|
|
931
932
|
export { default as MemoryStick } from './memory-stick';
|
|
932
933
|
export { default as Menu } from './menu';
|
|
@@ -935,8 +936,8 @@ export { default as MessageCircleCode } from './message-circle-code';
|
|
|
935
936
|
export { default as MessageCircleDashed } from './message-circle-dashed';
|
|
936
937
|
export { default as MessageCircleHeart } from './message-circle-heart';
|
|
937
938
|
export { default as MessageCircleMore } from './message-circle-more';
|
|
938
|
-
export { default as MessageCircleOff } from './message-circle-off';
|
|
939
939
|
export { default as MessageCirclePlus } from './message-circle-plus';
|
|
940
|
+
export { default as MessageCircleOff } from './message-circle-off';
|
|
940
941
|
export { default as MessageCircleQuestionMark } from './message-circle-question-mark';
|
|
941
942
|
export { default as MessageCircleReply } from './message-circle-reply';
|
|
942
943
|
export { default as MessageCircleWarning } from './message-circle-warning';
|
|
@@ -977,8 +978,8 @@ export { default as MonitorDot } from './monitor-dot';
|
|
|
977
978
|
export { default as MonitorDown } from './monitor-down';
|
|
978
979
|
export { default as MonitorOff } from './monitor-off';
|
|
979
980
|
export { default as MonitorPause } from './monitor-pause';
|
|
980
|
-
export { default as MonitorPlay } from './monitor-play';
|
|
981
981
|
export { default as MonitorSmartphone } from './monitor-smartphone';
|
|
982
|
+
export { default as MonitorPlay } from './monitor-play';
|
|
982
983
|
export { default as MonitorSpeaker } from './monitor-speaker';
|
|
983
984
|
export { default as MonitorStop } from './monitor-stop';
|
|
984
985
|
export { default as MonitorUp } from './monitor-up';
|
|
@@ -1000,14 +1001,14 @@ export { default as MoveDiagonal } from './move-diagonal';
|
|
|
1000
1001
|
export { default as MoveDownLeft } from './move-down-left';
|
|
1001
1002
|
export { default as MoveDownRight } from './move-down-right';
|
|
1002
1003
|
export { default as MoveDown } from './move-down';
|
|
1003
|
-
export { default as MoveHorizontal } from './move-horizontal';
|
|
1004
1004
|
export { default as MoveLeft } from './move-left';
|
|
1005
|
+
export { default as MoveHorizontal } from './move-horizontal';
|
|
1005
1006
|
export { default as MoveRight } from './move-right';
|
|
1006
|
-
export { default as MoveUpLeft } from './move-up-left';
|
|
1007
1007
|
export { default as MoveUpRight } from './move-up-right';
|
|
1008
|
+
export { default as MoveUpLeft } from './move-up-left';
|
|
1008
1009
|
export { default as MoveUp } from './move-up';
|
|
1009
|
-
export { default as Move } from './move';
|
|
1010
1010
|
export { default as MoveVertical } from './move-vertical';
|
|
1011
|
+
export { default as Move } from './move';
|
|
1011
1012
|
export { default as Music2 } from './music-2';
|
|
1012
1013
|
export { default as Music3 } from './music-3';
|
|
1013
1014
|
export { default as Music4 } from './music-4';
|
|
@@ -1020,8 +1021,8 @@ export { default as Network } from './network';
|
|
|
1020
1021
|
export { default as Newspaper } from './newspaper';
|
|
1021
1022
|
export { default as Nfc } from './nfc';
|
|
1022
1023
|
export { default as NonBinary } from './non-binary';
|
|
1023
|
-
export { default as NotebookTabs } from './notebook-tabs';
|
|
1024
1024
|
export { default as NotebookPen } from './notebook-pen';
|
|
1025
|
+
export { default as NotebookTabs } from './notebook-tabs';
|
|
1025
1026
|
export { default as NotebookText } from './notebook-text';
|
|
1026
1027
|
export { default as Notebook } from './notebook';
|
|
1027
1028
|
export { default as NotepadTextDashed } from './notepad-text-dashed';
|
|
@@ -1036,19 +1037,19 @@ export { default as Octagon } from './octagon';
|
|
|
1036
1037
|
export { default as Omega } from './omega';
|
|
1037
1038
|
export { default as Option } from './option';
|
|
1038
1039
|
export { default as Orbit } from './orbit';
|
|
1039
|
-
export { default as Package2 } from './package-2';
|
|
1040
1040
|
export { default as Origami } from './origami';
|
|
1041
|
+
export { default as Package2 } from './package-2';
|
|
1041
1042
|
export { default as PackageCheck } from './package-check';
|
|
1042
|
-
export { default as PackageOpen } from './package-open';
|
|
1043
1043
|
export { default as PackageMinus } from './package-minus';
|
|
1044
|
+
export { default as PackageOpen } from './package-open';
|
|
1044
1045
|
export { default as PackagePlus } from './package-plus';
|
|
1045
1046
|
export { default as PackageSearch } from './package-search';
|
|
1046
1047
|
export { default as PackageX } from './package-x';
|
|
1047
1048
|
export { default as Package } from './package';
|
|
1048
1049
|
export { default as PaintBucket } from './paint-bucket';
|
|
1049
1050
|
export { default as PaintRoller } from './paint-roller';
|
|
1050
|
-
export { default as Paintbrush } from './paintbrush';
|
|
1051
1051
|
export { default as PaintbrushVertical } from './paintbrush-vertical';
|
|
1052
|
+
export { default as Paintbrush } from './paintbrush';
|
|
1052
1053
|
export { default as Palette } from './palette';
|
|
1053
1054
|
export { default as Panda } from './panda';
|
|
1054
1055
|
export { default as PanelBottomClose } from './panel-bottom-close';
|
|
@@ -1057,14 +1058,14 @@ export { default as PanelBottomOpen } from './panel-bottom-open';
|
|
|
1057
1058
|
export { default as PanelBottom } from './panel-bottom';
|
|
1058
1059
|
export { default as PanelLeftClose } from './panel-left-close';
|
|
1059
1060
|
export { default as PanelLeftDashed } from './panel-left-dashed';
|
|
1060
|
-
export { default as PanelLeft } from './panel-left';
|
|
1061
1061
|
export { default as PanelLeftOpen } from './panel-left-open';
|
|
1062
|
+
export { default as PanelLeft } from './panel-left';
|
|
1062
1063
|
export { default as PanelRightClose } from './panel-right-close';
|
|
1063
1064
|
export { default as PanelRightDashed } from './panel-right-dashed';
|
|
1064
1065
|
export { default as PanelRightOpen } from './panel-right-open';
|
|
1065
1066
|
export { default as PanelRight } from './panel-right';
|
|
1066
|
-
export { default as PanelTopClose } from './panel-top-close';
|
|
1067
1067
|
export { default as PanelTopDashed } from './panel-top-dashed';
|
|
1068
|
+
export { default as PanelTopClose } from './panel-top-close';
|
|
1068
1069
|
export { default as PanelTopOpen } from './panel-top-open';
|
|
1069
1070
|
export { default as PanelTop } from './panel-top';
|
|
1070
1071
|
export { default as PanelsLeftBottom } from './panels-left-bottom';
|
|
@@ -1076,27 +1077,27 @@ export { default as ParkingMeter } from './parking-meter';
|
|
|
1076
1077
|
export { default as PartyPopper } from './party-popper';
|
|
1077
1078
|
export { default as Pause } from './pause';
|
|
1078
1079
|
export { default as PawPrint } from './paw-print';
|
|
1079
|
-
export { default as PcCase } from './pc-case';
|
|
1080
1080
|
export { default as PenLine } from './pen-line';
|
|
1081
|
+
export { default as PcCase } from './pc-case';
|
|
1081
1082
|
export { default as PenOff } from './pen-off';
|
|
1082
1083
|
export { default as PenTool } from './pen-tool';
|
|
1083
1084
|
export { default as Pen } from './pen';
|
|
1084
1085
|
export { default as PencilLine } from './pencil-line';
|
|
1085
1086
|
export { default as PencilOff } from './pencil-off';
|
|
1086
1087
|
export { default as PencilRuler } from './pencil-ruler';
|
|
1087
|
-
export { default as Pentagon } from './pentagon';
|
|
1088
1088
|
export { default as Pencil } from './pencil';
|
|
1089
|
+
export { default as Pentagon } from './pentagon';
|
|
1089
1090
|
export { default as Percent } from './percent';
|
|
1090
1091
|
export { default as PersonStanding } from './person-standing';
|
|
1091
|
-
export { default as PhoneCall } from './phone-call';
|
|
1092
1092
|
export { default as PhilippinePeso } from './philippine-peso';
|
|
1093
|
+
export { default as PhoneCall } from './phone-call';
|
|
1093
1094
|
export { default as PhoneForwarded } from './phone-forwarded';
|
|
1094
1095
|
export { default as PhoneIncoming } from './phone-incoming';
|
|
1095
1096
|
export { default as PhoneMissed } from './phone-missed';
|
|
1096
1097
|
export { default as PhoneOff } from './phone-off';
|
|
1097
1098
|
export { default as PhoneOutgoing } from './phone-outgoing';
|
|
1098
|
-
export { default as Phone } from './phone';
|
|
1099
1099
|
export { default as Pi } from './pi';
|
|
1100
|
+
export { default as Phone } from './phone';
|
|
1100
1101
|
export { default as Piano } from './piano';
|
|
1101
1102
|
export { default as Pickaxe } from './pickaxe';
|
|
1102
1103
|
export { default as PictureInPicture2 } from './picture-in-picture-2';
|
|
@@ -1128,15 +1129,15 @@ export { default as Popcorn } from './popcorn';
|
|
|
1128
1129
|
export { default as Popsicle } from './popsicle';
|
|
1129
1130
|
export { default as PoundSterling } from './pound-sterling';
|
|
1130
1131
|
export { default as PowerOff } from './power-off';
|
|
1131
|
-
export { default as Presentation } from './presentation';
|
|
1132
1132
|
export { default as Power } from './power';
|
|
1133
|
-
export { default as
|
|
1133
|
+
export { default as Presentation } from './presentation';
|
|
1134
1134
|
export { default as Printer } from './printer';
|
|
1135
1135
|
export { default as Projector } from './projector';
|
|
1136
1136
|
export { default as Proportions } from './proportions';
|
|
1137
|
+
export { default as PrinterCheck } from './printer-check';
|
|
1137
1138
|
export { default as Puzzle } from './puzzle';
|
|
1138
|
-
export { default as QrCode } from './qr-code';
|
|
1139
1139
|
export { default as Pyramid } from './pyramid';
|
|
1140
|
+
export { default as QrCode } from './qr-code';
|
|
1140
1141
|
export { default as Quote } from './quote';
|
|
1141
1142
|
export { default as Rabbit } from './rabbit';
|
|
1142
1143
|
export { default as Radar } from './radar';
|
|
@@ -1144,8 +1145,8 @@ export { default as Radiation } from './radiation';
|
|
|
1144
1145
|
export { default as Radical } from './radical';
|
|
1145
1146
|
export { default as RadioReceiver } from './radio-receiver';
|
|
1146
1147
|
export { default as Radio } from './radio';
|
|
1147
|
-
export { default as RadioTower } from './radio-tower';
|
|
1148
1148
|
export { default as Radius } from './radius';
|
|
1149
|
+
export { default as RadioTower } from './radio-tower';
|
|
1149
1150
|
export { default as RailSymbol } from './rail-symbol';
|
|
1150
1151
|
export { default as Rainbow } from './rainbow';
|
|
1151
1152
|
export { default as Rat } from './rat';
|
|
@@ -1157,13 +1158,13 @@ export { default as ReceiptJapaneseYen } from './receipt-japanese-yen';
|
|
|
1157
1158
|
export { default as ReceiptPoundSterling } from './receipt-pound-sterling';
|
|
1158
1159
|
export { default as ReceiptRussianRuble } from './receipt-russian-ruble';
|
|
1159
1160
|
export { default as ReceiptSwissFranc } from './receipt-swiss-franc';
|
|
1160
|
-
export { default as ReceiptText } from './receipt-text';
|
|
1161
1161
|
export { default as Receipt } from './receipt';
|
|
1162
1162
|
export { default as RectangleCircle } from './rectangle-circle';
|
|
1163
|
+
export { default as ReceiptText } from './receipt-text';
|
|
1163
1164
|
export { default as RectangleEllipsis } from './rectangle-ellipsis';
|
|
1164
1165
|
export { default as RectangleGoggles } from './rectangle-goggles';
|
|
1165
|
-
export { default as RectangleHorizontal } from './rectangle-horizontal';
|
|
1166
1166
|
export { default as RectangleVertical } from './rectangle-vertical';
|
|
1167
|
+
export { default as RectangleHorizontal } from './rectangle-horizontal';
|
|
1167
1168
|
export { default as Recycle } from './recycle';
|
|
1168
1169
|
export { default as Redo2 } from './redo-2';
|
|
1169
1170
|
export { default as RedoDot } from './redo-dot';
|
|
@@ -1202,8 +1203,8 @@ export { default as Rows4 } from './rows-4';
|
|
|
1202
1203
|
export { default as Rss } from './rss';
|
|
1203
1204
|
export { default as RulerDimensionLine } from './ruler-dimension-line';
|
|
1204
1205
|
export { default as Ruler } from './ruler';
|
|
1205
|
-
export { default as RussianRuble } from './russian-ruble';
|
|
1206
1206
|
export { default as Sailboat } from './sailboat';
|
|
1207
|
+
export { default as RussianRuble } from './russian-ruble';
|
|
1207
1208
|
export { default as Salad } from './salad';
|
|
1208
1209
|
export { default as Sandwich } from './sandwich';
|
|
1209
1210
|
export { default as SatelliteDish } from './satellite-dish';
|
|
@@ -1254,11 +1255,11 @@ export { default as Share } from './share';
|
|
|
1254
1255
|
export { default as Sheet } from './sheet';
|
|
1255
1256
|
export { default as Shell } from './shell';
|
|
1256
1257
|
export { default as ShieldAlert } from './shield-alert';
|
|
1257
|
-
export { default as ShieldBan } from './shield-ban';
|
|
1258
1258
|
export { default as ShieldCheck } from './shield-check';
|
|
1259
1259
|
export { default as ShieldEllipsis } from './shield-ellipsis';
|
|
1260
1260
|
export { default as ShieldHalf } from './shield-half';
|
|
1261
1261
|
export { default as ShieldMinus } from './shield-minus';
|
|
1262
|
+
export { default as ShieldBan } from './shield-ban';
|
|
1262
1263
|
export { default as ShieldOff } from './shield-off';
|
|
1263
1264
|
export { default as ShieldPlus } from './shield-plus';
|
|
1264
1265
|
export { default as ShieldQuestionMark } from './shield-question-mark';
|
|
@@ -1278,22 +1279,22 @@ export { default as Shrimp } from './shrimp';
|
|
|
1278
1279
|
export { default as Shrink } from './shrink';
|
|
1279
1280
|
export { default as Shrub } from './shrub';
|
|
1280
1281
|
export { default as Shuffle } from './shuffle';
|
|
1281
|
-
export { default as Sigma } from './sigma';
|
|
1282
1282
|
export { default as SignalHigh } from './signal-high';
|
|
1283
1283
|
export { default as SignalLow } from './signal-low';
|
|
1284
1284
|
export { default as SignalMedium } from './signal-medium';
|
|
1285
|
+
export { default as Sigma } from './sigma';
|
|
1285
1286
|
export { default as SignalZero } from './signal-zero';
|
|
1286
|
-
export { default as Signal } from './signal';
|
|
1287
1287
|
export { default as Signature } from './signature';
|
|
1288
|
+
export { default as Signal } from './signal';
|
|
1288
1289
|
export { default as SignpostBig } from './signpost-big';
|
|
1289
|
-
export { default as Signpost } from './signpost';
|
|
1290
1290
|
export { default as Siren } from './siren';
|
|
1291
|
-
export { default as
|
|
1291
|
+
export { default as Signpost } from './signpost';
|
|
1292
1292
|
export { default as SkipBack } from './skip-back';
|
|
1293
|
+
export { default as SkipForward } from './skip-forward';
|
|
1293
1294
|
export { default as Skull } from './skull';
|
|
1294
1295
|
export { default as Slack } from './slack';
|
|
1295
|
-
export { default as Slash } from './slash';
|
|
1296
1296
|
export { default as Slice } from './slice';
|
|
1297
|
+
export { default as Slash } from './slash';
|
|
1297
1298
|
export { default as SlidersHorizontal } from './sliders-horizontal';
|
|
1298
1299
|
export { default as SlidersVertical } from './sliders-vertical';
|
|
1299
1300
|
export { default as SmartphoneCharging } from './smartphone-charging';
|
|
@@ -1301,18 +1302,18 @@ export { default as SmartphoneNfc } from './smartphone-nfc';
|
|
|
1301
1302
|
export { default as Smartphone } from './smartphone';
|
|
1302
1303
|
export { default as SmilePlus } from './smile-plus';
|
|
1303
1304
|
export { default as Smile } from './smile';
|
|
1304
|
-
export { default as Snail } from './snail';
|
|
1305
1305
|
export { default as Snowflake } from './snowflake';
|
|
1306
|
+
export { default as Snail } from './snail';
|
|
1306
1307
|
export { default as SoapDispenserDroplet } from './soap-dispenser-droplet';
|
|
1307
1308
|
export { default as Sofa } from './sofa';
|
|
1308
1309
|
export { default as Soup } from './soup';
|
|
1309
|
-
export { default as Spade } from './spade';
|
|
1310
1310
|
export { default as Space } from './space';
|
|
1311
|
-
export { default as
|
|
1311
|
+
export { default as Spade } from './spade';
|
|
1312
1312
|
export { default as Sparkles } from './sparkles';
|
|
1313
|
+
export { default as Sparkle } from './sparkle';
|
|
1313
1314
|
export { default as Speaker } from './speaker';
|
|
1314
|
-
export { default as Speech } from './speech';
|
|
1315
1315
|
export { default as SpellCheck2 } from './spell-check-2';
|
|
1316
|
+
export { default as Speech } from './speech';
|
|
1316
1317
|
export { default as SpellCheck } from './spell-check';
|
|
1317
1318
|
export { default as SplinePointer } from './spline-pointer';
|
|
1318
1319
|
export { default as Spline } from './spline';
|
|
@@ -1325,31 +1326,31 @@ export { default as SquareArrowDownLeft } from './square-arrow-down-left';
|
|
|
1325
1326
|
export { default as SquareArrowDownRight } from './square-arrow-down-right';
|
|
1326
1327
|
export { default as SquareArrowDown } from './square-arrow-down';
|
|
1327
1328
|
export { default as SquareArrowLeft } from './square-arrow-left';
|
|
1328
|
-
export { default as SquareArrowOutDownRight } from './square-arrow-out-down-right';
|
|
1329
1329
|
export { default as SquareArrowOutDownLeft } from './square-arrow-out-down-left';
|
|
1330
|
+
export { default as SquareArrowOutDownRight } from './square-arrow-out-down-right';
|
|
1330
1331
|
export { default as SquareArrowOutUpLeft } from './square-arrow-out-up-left';
|
|
1331
1332
|
export { default as SquareArrowOutUpRight } from './square-arrow-out-up-right';
|
|
1332
1333
|
export { default as SquareArrowRight } from './square-arrow-right';
|
|
1333
|
-
export { default as SquareArrowUpLeft } from './square-arrow-up-left';
|
|
1334
1334
|
export { default as SquareArrowUpRight } from './square-arrow-up-right';
|
|
1335
|
+
export { default as SquareArrowUpLeft } from './square-arrow-up-left';
|
|
1335
1336
|
export { default as SquareArrowUp } from './square-arrow-up';
|
|
1336
1337
|
export { default as SquareAsterisk } from './square-asterisk';
|
|
1337
1338
|
export { default as SquareBottomDashedScissors } from './square-bottom-dashed-scissors';
|
|
1338
1339
|
export { default as SquareChartGantt } from './square-chart-gantt';
|
|
1339
1340
|
export { default as SquareCheckBig } from './square-check-big';
|
|
1340
1341
|
export { default as SquareCheck } from './square-check';
|
|
1341
|
-
export { default as SquareChevronLeft } from './square-chevron-left';
|
|
1342
1342
|
export { default as SquareChevronDown } from './square-chevron-down';
|
|
1343
|
+
export { default as SquareChevronLeft } from './square-chevron-left';
|
|
1343
1344
|
export { default as SquareChevronRight } from './square-chevron-right';
|
|
1344
1345
|
export { default as SquareChevronUp } from './square-chevron-up';
|
|
1345
1346
|
export { default as SquareCode } from './square-code';
|
|
1346
1347
|
export { default as SquareDashedBottomCode } from './square-dashed-bottom-code';
|
|
1347
1348
|
export { default as SquareDashedBottom } from './square-dashed-bottom';
|
|
1348
|
-
export { default as SquareDashedKanban } from './square-dashed-kanban';
|
|
1349
1349
|
export { default as SquareDashedMousePointer } from './square-dashed-mouse-pointer';
|
|
1350
|
+
export { default as SquareDashedKanban } from './square-dashed-kanban';
|
|
1350
1351
|
export { default as SquareDashedTopSolid } from './square-dashed-top-solid';
|
|
1351
|
-
export { default as SquareDivide } from './square-divide';
|
|
1352
1352
|
export { default as SquareDashed } from './square-dashed';
|
|
1353
|
+
export { default as SquareDivide } from './square-divide';
|
|
1353
1354
|
export { default as SquareDot } from './square-dot';
|
|
1354
1355
|
export { default as SquareEqual } from './square-equal';
|
|
1355
1356
|
export { default as SquareFunction } from './square-function';
|
|
@@ -1377,18 +1378,18 @@ export { default as SquareSplitHorizontal } from './square-split-horizontal';
|
|
|
1377
1378
|
export { default as SquareSplitVertical } from './square-split-vertical';
|
|
1378
1379
|
export { default as SquareSquare } from './square-square';
|
|
1379
1380
|
export { default as SquareStack } from './square-stack';
|
|
1380
|
-
export { default as SquareTerminal } from './square-terminal';
|
|
1381
1381
|
export { default as SquareUserRound } from './square-user-round';
|
|
1382
|
+
export { default as SquareTerminal } from './square-terminal';
|
|
1382
1383
|
export { default as SquareUser } from './square-user';
|
|
1383
|
-
export { default as SquareX } from './square-x';
|
|
1384
1384
|
export { default as Square } from './square';
|
|
1385
|
+
export { default as SquareX } from './square-x';
|
|
1385
1386
|
export { default as SquaresExclude } from './squares-exclude';
|
|
1386
1387
|
export { default as SquaresIntersect } from './squares-intersect';
|
|
1387
1388
|
export { default as SquaresSubtract } from './squares-subtract';
|
|
1388
1389
|
export { default as SquaresUnite } from './squares-unite';
|
|
1389
1390
|
export { default as SquircleDashed } from './squircle-dashed';
|
|
1390
|
-
export { default as Squircle } from './squircle';
|
|
1391
1391
|
export { default as Squirrel } from './squirrel';
|
|
1392
|
+
export { default as Squircle } from './squircle';
|
|
1392
1393
|
export { default as Stamp } from './stamp';
|
|
1393
1394
|
export { default as StarHalf } from './star-half';
|
|
1394
1395
|
export { default as StarOff } from './star-off';
|
|
@@ -1405,8 +1406,8 @@ export { default as Strikethrough } from './strikethrough';
|
|
|
1405
1406
|
export { default as Subscript } from './subscript';
|
|
1406
1407
|
export { default as SunDim } from './sun-dim';
|
|
1407
1408
|
export { default as SunMedium } from './sun-medium';
|
|
1408
|
-
export { default as SunMoon } from './sun-moon';
|
|
1409
1409
|
export { default as SunSnow } from './sun-snow';
|
|
1410
|
+
export { default as SunMoon } from './sun-moon';
|
|
1410
1411
|
export { default as Sun } from './sun';
|
|
1411
1412
|
export { default as Sunrise } from './sunrise';
|
|
1412
1413
|
export { default as Sunset } from './sunset';
|
|
@@ -1414,8 +1415,8 @@ export { default as Superscript } from './superscript';
|
|
|
1414
1415
|
export { default as SwatchBook } from './swatch-book';
|
|
1415
1416
|
export { default as SwissFranc } from './swiss-franc';
|
|
1416
1417
|
export { default as SwitchCamera } from './switch-camera';
|
|
1417
|
-
export { default as Sword } from './sword';
|
|
1418
1418
|
export { default as Swords } from './swords';
|
|
1419
|
+
export { default as Sword } from './sword';
|
|
1419
1420
|
export { default as Syringe } from './syringe';
|
|
1420
1421
|
export { default as Table2 } from './table-2';
|
|
1421
1422
|
export { default as TableCellsMerge } from './table-cells-merge';
|
|
@@ -1441,31 +1442,31 @@ export { default as Telescope } from './telescope';
|
|
|
1441
1442
|
export { default as TentTree } from './tent-tree';
|
|
1442
1443
|
export { default as Tent } from './tent';
|
|
1443
1444
|
export { default as Terminal } from './terminal';
|
|
1445
|
+
export { default as TestTubes } from './test-tubes';
|
|
1444
1446
|
export { default as TestTubeDiagonal } from './test-tube-diagonal';
|
|
1445
1447
|
export { default as TestTube } from './test-tube';
|
|
1446
1448
|
export { default as TextCursorInput } from './text-cursor-input';
|
|
1447
|
-
export { default as TestTubes } from './test-tubes';
|
|
1448
1449
|
export { default as TextCursor } from './text-cursor';
|
|
1449
1450
|
export { default as TextQuote } from './text-quote';
|
|
1450
1451
|
export { default as TextSearch } from './text-search';
|
|
1451
1452
|
export { default as TextSelect } from './text-select';
|
|
1452
1453
|
export { default as Text } from './text';
|
|
1453
|
-
export { default as Theater } from './theater';
|
|
1454
1454
|
export { default as ThermometerSnowflake } from './thermometer-snowflake';
|
|
1455
|
+
export { default as Theater } from './theater';
|
|
1455
1456
|
export { default as ThermometerSun } from './thermometer-sun';
|
|
1456
1457
|
export { default as Thermometer } from './thermometer';
|
|
1457
1458
|
export { default as ThumbsDown } from './thumbs-down';
|
|
1458
1459
|
export { default as ThumbsUp } from './thumbs-up';
|
|
1459
1460
|
export { default as TicketCheck } from './ticket-check';
|
|
1460
1461
|
export { default as TicketMinus } from './ticket-minus';
|
|
1461
|
-
export { default as TicketPercent } from './ticket-percent';
|
|
1462
1462
|
export { default as TicketPlus } from './ticket-plus';
|
|
1463
|
+
export { default as TicketPercent } from './ticket-percent';
|
|
1463
1464
|
export { default as TicketSlash } from './ticket-slash';
|
|
1464
1465
|
export { default as TicketX } from './ticket-x';
|
|
1465
1466
|
export { default as Ticket } from './ticket';
|
|
1467
|
+
export { default as TimerOff } from './timer-off';
|
|
1466
1468
|
export { default as TicketsPlane } from './tickets-plane';
|
|
1467
1469
|
export { default as Tickets } from './tickets';
|
|
1468
|
-
export { default as TimerOff } from './timer-off';
|
|
1469
1470
|
export { default as TimerReset } from './timer-reset';
|
|
1470
1471
|
export { default as Timer } from './timer';
|
|
1471
1472
|
export { default as ToggleLeft } from './toggle-left';
|
|
@@ -1478,15 +1479,15 @@ export { default as Touchpad } from './touchpad';
|
|
|
1478
1479
|
export { default as TowerControl } from './tower-control';
|
|
1479
1480
|
export { default as ToyBrick } from './toy-brick';
|
|
1480
1481
|
export { default as Tractor } from './tractor';
|
|
1481
|
-
export { default as TrafficCone } from './traffic-cone';
|
|
1482
1482
|
export { default as TrainFrontTunnel } from './train-front-tunnel';
|
|
1483
|
+
export { default as TrafficCone } from './traffic-cone';
|
|
1483
1484
|
export { default as TrainFront } from './train-front';
|
|
1484
1485
|
export { default as TrainTrack } from './train-track';
|
|
1485
1486
|
export { default as TramFront } from './tram-front';
|
|
1486
1487
|
export { default as Transgender } from './transgender';
|
|
1487
1488
|
export { default as Trash2 } from './trash-2';
|
|
1488
|
-
export { default as Trash } from './trash';
|
|
1489
1489
|
export { default as TreeDeciduous } from './tree-deciduous';
|
|
1490
|
+
export { default as Trash } from './trash';
|
|
1490
1491
|
export { default as TreePalm } from './tree-palm';
|
|
1491
1492
|
export { default as TreePine } from './tree-pine';
|
|
1492
1493
|
export { default as Trees } from './trees';
|
|
@@ -1494,12 +1495,12 @@ export { default as Trello } from './trello';
|
|
|
1494
1495
|
export { default as TrendingDown } from './trending-down';
|
|
1495
1496
|
export { default as TrendingUpDown } from './trending-up-down';
|
|
1496
1497
|
export { default as TrendingUp } from './trending-up';
|
|
1497
|
-
export { default as TriangleAlert } from './triangle-alert';
|
|
1498
1498
|
export { default as TriangleDashed } from './triangle-dashed';
|
|
1499
|
+
export { default as TriangleAlert } from './triangle-alert';
|
|
1499
1500
|
export { default as TriangleRight } from './triangle-right';
|
|
1501
|
+
export { default as Triangle } from './triangle';
|
|
1500
1502
|
export { default as Trophy } from './trophy';
|
|
1501
1503
|
export { default as TruckElectric } from './truck-electric';
|
|
1502
|
-
export { default as Triangle } from './triangle';
|
|
1503
1504
|
export { default as Truck } from './truck';
|
|
1504
1505
|
export { default as Turtle } from './turtle';
|
|
1505
1506
|
export { default as TvMinimalPlay } from './tv-minimal-play';
|
|
@@ -1525,9 +1526,9 @@ export { default as Unplug } from './unplug';
|
|
|
1525
1526
|
export { default as Upload } from './upload';
|
|
1526
1527
|
export { default as Usb } from './usb';
|
|
1527
1528
|
export { default as UserCheck } from './user-check';
|
|
1528
|
-
export { default as UserLock } from './user-lock';
|
|
1529
|
-
export { default as UserMinus } from './user-minus';
|
|
1530
1529
|
export { default as UserCog } from './user-cog';
|
|
1530
|
+
export { default as UserMinus } from './user-minus';
|
|
1531
|
+
export { default as UserLock } from './user-lock';
|
|
1531
1532
|
export { default as UserPen } from './user-pen';
|
|
1532
1533
|
export { default as UserPlus } from './user-plus';
|
|
1533
1534
|
export { default as UserRoundCheck } from './user-round-check';
|
|
@@ -1537,8 +1538,8 @@ export { default as UserRoundPen } from './user-round-pen';
|
|
|
1537
1538
|
export { default as UserRoundPlus } from './user-round-plus';
|
|
1538
1539
|
export { default as UserRoundSearch } from './user-round-search';
|
|
1539
1540
|
export { default as UserRoundX } from './user-round-x';
|
|
1540
|
-
export { default as UserRound } from './user-round';
|
|
1541
1541
|
export { default as UserSearch } from './user-search';
|
|
1542
|
+
export { default as UserRound } from './user-round';
|
|
1542
1543
|
export { default as UserX } from './user-x';
|
|
1543
1544
|
export { default as User } from './user';
|
|
1544
1545
|
export { default as UsersRound } from './users-round';
|
|
@@ -1548,9 +1549,10 @@ export { default as Utensils } from './utensils';
|
|
|
1548
1549
|
export { default as UtilityPole } from './utility-pole';
|
|
1549
1550
|
export { default as Variable } from './variable';
|
|
1550
1551
|
export { default as Vault } from './vault';
|
|
1552
|
+
export { default as VectorSquare } from './vector-square';
|
|
1551
1553
|
export { default as Vegan } from './vegan';
|
|
1552
|
-
export { default as VenusAndMars } from './venus-and-mars';
|
|
1553
1554
|
export { default as VenetianMask } from './venetian-mask';
|
|
1555
|
+
export { default as VenusAndMars } from './venus-and-mars';
|
|
1554
1556
|
export { default as Venus } from './venus';
|
|
1555
1557
|
export { default as VibrateOff } from './vibrate-off';
|
|
1556
1558
|
export { default as Vibrate } from './vibrate';
|
|
@@ -1564,16 +1566,16 @@ export { default as Volume1 } from './volume-1';
|
|
|
1564
1566
|
export { default as Volume2 } from './volume-2';
|
|
1565
1567
|
export { default as VolumeOff } from './volume-off';
|
|
1566
1568
|
export { default as VolumeX } from './volume-x';
|
|
1567
|
-
export { default as Vote } from './vote';
|
|
1568
1569
|
export { default as Volume } from './volume';
|
|
1569
1570
|
export { default as WalletCards } from './wallet-cards';
|
|
1571
|
+
export { default as Vote } from './vote';
|
|
1570
1572
|
export { default as WalletMinimal } from './wallet-minimal';
|
|
1571
1573
|
export { default as Wallet } from './wallet';
|
|
1572
1574
|
export { default as Wallpaper } from './wallpaper';
|
|
1573
1575
|
export { default as WandSparkles } from './wand-sparkles';
|
|
1574
1576
|
export { default as Wand } from './wand';
|
|
1575
|
-
export { default as Warehouse } from './warehouse';
|
|
1576
1577
|
export { default as WashingMachine } from './washing-machine';
|
|
1578
|
+
export { default as Warehouse } from './warehouse';
|
|
1577
1579
|
export { default as Watch } from './watch';
|
|
1578
1580
|
export { default as WavesLadder } from './waves-ladder';
|
|
1579
1581
|
export { default as Waves } from './waves';
|
|
@@ -1595,8 +1597,8 @@ export { default as Wifi } from './wifi';
|
|
|
1595
1597
|
export { default as WindArrowDown } from './wind-arrow-down';
|
|
1596
1598
|
export { default as Wind } from './wind';
|
|
1597
1599
|
export { default as WineOff } from './wine-off';
|
|
1598
|
-
export { default as Wine } from './wine';
|
|
1599
1600
|
export { default as Workflow } from './workflow';
|
|
1601
|
+
export { default as Wine } from './wine';
|
|
1600
1602
|
export { default as Worm } from './worm';
|
|
1601
1603
|
export { default as WrapText } from './wrap-text';
|
|
1602
1604
|
export { default as Wrench } from './wrench';
|