@lucide/astro 0.503.0 → 0.504.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 +3 -3
- package/src/aliases/aliases.ts +64 -64
- package/src/aliases/prefixed.ts +414 -410
- package/src/aliases/suffixed.ts +822 -818
- package/src/icons/brush.ts +2 -2
- package/src/icons/door-closed-locked.ts +18 -0
- package/src/icons/door-closed.ts +2 -2
- package/src/icons/door-open.ts +2 -2
- package/src/icons/hamburger.ts +18 -0
- package/src/icons/index.ts +168 -166
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 AlignCenterHorizontal } from './align-center-horizontal';
|
|
15
14
|
export { default as Album } from './album';
|
|
15
|
+
export { default as AlignCenterHorizontal } from './align-center-horizontal';
|
|
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';
|
|
@@ -28,16 +28,16 @@ export { default as AlignHorizontalSpaceBetween } from './align-horizontal-space
|
|
|
28
28
|
export { default as AlignJustify } from './align-justify';
|
|
29
29
|
export { default as AlignLeft } from './align-left';
|
|
30
30
|
export { default as AlignRight } from './align-right';
|
|
31
|
+
export { default as AlignStartHorizontal } from './align-start-horizontal';
|
|
31
32
|
export { default as AlignStartVertical } from './align-start-vertical';
|
|
32
33
|
export { default as AlignVerticalDistributeCenter } from './align-vertical-distribute-center';
|
|
33
|
-
export { default as AlignStartHorizontal } from './align-start-horizontal';
|
|
34
|
-
export { default as AlignVerticalDistributeEnd } from './align-vertical-distribute-end';
|
|
35
34
|
export { default as AlignVerticalDistributeStart } from './align-vertical-distribute-start';
|
|
35
|
+
export { default as AlignVerticalDistributeEnd } from './align-vertical-distribute-end';
|
|
36
36
|
export { default as AlignVerticalJustifyCenter } from './align-vertical-justify-center';
|
|
37
37
|
export { default as AlignVerticalJustifyEnd } from './align-vertical-justify-end';
|
|
38
38
|
export { default as AlignVerticalJustifyStart } from './align-vertical-justify-start';
|
|
39
|
-
export { default as AlignVerticalSpaceAround } from './align-vertical-space-around';
|
|
40
39
|
export { default as AlignVerticalSpaceBetween } from './align-vertical-space-between';
|
|
40
|
+
export { default as AlignVerticalSpaceAround } from './align-vertical-space-around';
|
|
41
41
|
export { default as Ambulance } from './ambulance';
|
|
42
42
|
export { default as Ampersand } from './ampersand';
|
|
43
43
|
export { default as Ampersands } from './ampersands';
|
|
@@ -52,10 +52,10 @@ export { default as AppWindowMac } from './app-window-mac';
|
|
|
52
52
|
export { default as AppWindow } from './app-window';
|
|
53
53
|
export { default as Apple } from './apple';
|
|
54
54
|
export { default as ArchiveRestore } from './archive-restore';
|
|
55
|
-
export { default as Archive } from './archive';
|
|
56
55
|
export { default as ArchiveX } from './archive-x';
|
|
57
|
-
export { default as
|
|
56
|
+
export { default as Archive } from './archive';
|
|
58
57
|
export { default as Armchair } from './armchair';
|
|
58
|
+
export { default as ArrowBigDownDash } from './arrow-big-down-dash';
|
|
59
59
|
export { default as ArrowBigDown } from './arrow-big-down';
|
|
60
60
|
export { default as ArrowBigLeftDash } from './arrow-big-left-dash';
|
|
61
61
|
export { default as ArrowBigLeft } from './arrow-big-left';
|
|
@@ -64,8 +64,8 @@ export { default as ArrowBigRight } from './arrow-big-right';
|
|
|
64
64
|
export { default as ArrowBigUpDash } from './arrow-big-up-dash';
|
|
65
65
|
export { default as ArrowBigUp } from './arrow-big-up';
|
|
66
66
|
export { default as ArrowDown01 } from './arrow-down-0-1';
|
|
67
|
-
export { default as ArrowDownAZ } from './arrow-down-a-z';
|
|
68
67
|
export { default as ArrowDown10 } from './arrow-down-1-0';
|
|
68
|
+
export { default as ArrowDownAZ } from './arrow-down-a-z';
|
|
69
69
|
export { default as ArrowDownFromLine } from './arrow-down-from-line';
|
|
70
70
|
export { default as ArrowDownLeft } from './arrow-down-left';
|
|
71
71
|
export { default as ArrowDownNarrowWide } from './arrow-down-narrow-wide';
|
|
@@ -74,8 +74,8 @@ export { default as ArrowDownToDot } from './arrow-down-to-dot';
|
|
|
74
74
|
export { default as ArrowDownToLine } from './arrow-down-to-line';
|
|
75
75
|
export { default as ArrowDownUp } from './arrow-down-up';
|
|
76
76
|
export { default as ArrowDownWideNarrow } from './arrow-down-wide-narrow';
|
|
77
|
-
export { default as ArrowDown } from './arrow-down';
|
|
78
77
|
export { default as ArrowDownZA } from './arrow-down-z-a';
|
|
78
|
+
export { default as ArrowDown } from './arrow-down';
|
|
79
79
|
export { default as ArrowLeftFromLine } from './arrow-left-from-line';
|
|
80
80
|
export { default as ArrowLeftRight } from './arrow-left-right';
|
|
81
81
|
export { default as ArrowLeftToLine } from './arrow-left-to-line';
|
|
@@ -113,8 +113,8 @@ export { default as BadgeCent } from './badge-cent';
|
|
|
113
113
|
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
|
-
export { default as BadgeHelp } from './badge-help';
|
|
117
116
|
export { default as BadgeIndianRupee } from './badge-indian-rupee';
|
|
117
|
+
export { default as BadgeHelp } from './badge-help';
|
|
118
118
|
export { default as BadgeInfo } from './badge-info';
|
|
119
119
|
export { default as BadgeJapaneseYen } from './badge-japanese-yen';
|
|
120
120
|
export { default as BadgeMinus } from './badge-minus';
|
|
@@ -125,8 +125,8 @@ export { default as BadgeRussianRuble } from './badge-russian-ruble';
|
|
|
125
125
|
export { default as BadgeSwissFranc } from './badge-swiss-franc';
|
|
126
126
|
export { default as BadgeX } from './badge-x';
|
|
127
127
|
export { default as Badge } from './badge';
|
|
128
|
-
export { default as BaggageClaim } from './baggage-claim';
|
|
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';
|
|
@@ -146,8 +146,8 @@ export { default as Battery } from './battery';
|
|
|
146
146
|
export { default as Beaker } from './beaker';
|
|
147
147
|
export { default as BeanOff } from './bean-off';
|
|
148
148
|
export { default as Bean } from './bean';
|
|
149
|
-
export { default as BedSingle } from './bed-single';
|
|
150
149
|
export { default as BedDouble } from './bed-double';
|
|
150
|
+
export { default as BedSingle } from './bed-single';
|
|
151
151
|
export { default as Bed } from './bed';
|
|
152
152
|
export { default as Beef } from './beef';
|
|
153
153
|
export { default as BeerOff } from './beer-off';
|
|
@@ -171,8 +171,8 @@ export { default as Biohazard } from './biohazard';
|
|
|
171
171
|
export { default as Bird } from './bird';
|
|
172
172
|
export { default as Bitcoin } from './bitcoin';
|
|
173
173
|
export { default as Blend } from './blend';
|
|
174
|
-
export { default as Blocks } from './blocks';
|
|
175
174
|
export { default as Blinds } from './blinds';
|
|
175
|
+
export { default as Blocks } from './blocks';
|
|
176
176
|
export { default as BluetoothConnected } from './bluetooth-connected';
|
|
177
177
|
export { default as BluetoothOff } from './bluetooth-off';
|
|
178
178
|
export { default as BluetoothSearching } from './bluetooth-searching';
|
|
@@ -186,9 +186,9 @@ export { default as BookAudio } from './book-audio';
|
|
|
186
186
|
export { default as BookCheck } from './book-check';
|
|
187
187
|
export { default as BookCopy } from './book-copy';
|
|
188
188
|
export { default as BookDashed } from './book-dashed';
|
|
189
|
+
export { default as BookDown } from './book-down';
|
|
189
190
|
export { default as BookHeadphones } from './book-headphones';
|
|
190
191
|
export { default as BookHeart } from './book-heart';
|
|
191
|
-
export { default as BookDown } from './book-down';
|
|
192
192
|
export { default as BookImage } from './book-image';
|
|
193
193
|
export { default as BookKey } from './book-key';
|
|
194
194
|
export { default as BookLock } from './book-lock';
|
|
@@ -207,16 +207,16 @@ export { default as BookX } from './book-x';
|
|
|
207
207
|
export { default as Book } from './book';
|
|
208
208
|
export { default as BookmarkCheck } from './bookmark-check';
|
|
209
209
|
export { default as BookmarkMinus } from './bookmark-minus';
|
|
210
|
-
export { default as BookmarkX } from './bookmark-x';
|
|
211
210
|
export { default as BookmarkPlus } from './bookmark-plus';
|
|
211
|
+
export { default as BookmarkX } from './bookmark-x';
|
|
212
212
|
export { default as Bookmark } from './bookmark';
|
|
213
213
|
export { default as BoomBox } from './boom-box';
|
|
214
214
|
export { default as BotMessageSquare } from './bot-message-square';
|
|
215
215
|
export { default as BotOff } from './bot-off';
|
|
216
216
|
export { default as Bot } from './bot';
|
|
217
217
|
export { default as BowArrow } from './bow-arrow';
|
|
218
|
-
export { default as Boxes } from './boxes';
|
|
219
218
|
export { default as Box } from './box';
|
|
219
|
+
export { default as Boxes } from './boxes';
|
|
220
220
|
export { default as Braces } from './braces';
|
|
221
221
|
export { default as Brackets } from './brackets';
|
|
222
222
|
export { default as BrainCircuit } from './brain-circuit';
|
|
@@ -224,14 +224,14 @@ export { default as BrainCog } from './brain-cog';
|
|
|
224
224
|
export { default as Brain } from './brain';
|
|
225
225
|
export { default as BrickWallFire } from './brick-wall-fire';
|
|
226
226
|
export { default as BrickWall } from './brick-wall';
|
|
227
|
-
export { default as BriefcaseConveyorBelt } from './briefcase-conveyor-belt';
|
|
228
227
|
export { default as BriefcaseBusiness } from './briefcase-business';
|
|
228
|
+
export { default as BriefcaseConveyorBelt } from './briefcase-conveyor-belt';
|
|
229
229
|
export { default as BriefcaseMedical } from './briefcase-medical';
|
|
230
230
|
export { default as Briefcase } from './briefcase';
|
|
231
231
|
export { default as BringToFront } from './bring-to-front';
|
|
232
232
|
export { default as Brush } from './brush';
|
|
233
|
-
export { default as BugOff } from './bug-off';
|
|
234
233
|
export { default as Bubbles } from './bubbles';
|
|
234
|
+
export { default as BugOff } from './bug-off';
|
|
235
235
|
export { default as BugPlay } from './bug-play';
|
|
236
236
|
export { default as Bug } from './bug';
|
|
237
237
|
export { default as Building2 } from './building-2';
|
|
@@ -239,8 +239,8 @@ export { default as Building } from './building';
|
|
|
239
239
|
export { default as BusFront } from './bus-front';
|
|
240
240
|
export { default as Bus } from './bus';
|
|
241
241
|
export { default as CableCar } from './cable-car';
|
|
242
|
-
export { default as Cable } from './cable';
|
|
243
242
|
export { default as CakeSlice } from './cake-slice';
|
|
243
|
+
export { default as Cable } from './cable';
|
|
244
244
|
export { default as Cake } from './cake';
|
|
245
245
|
export { default as Calculator } from './calculator';
|
|
246
246
|
export { default as Calendar1 } from './calendar-1';
|
|
@@ -252,16 +252,16 @@ export { default as CalendarClock } from './calendar-clock';
|
|
|
252
252
|
export { default as CalendarCog } from './calendar-cog';
|
|
253
253
|
export { default as CalendarDays } from './calendar-days';
|
|
254
254
|
export { default as CalendarFold } from './calendar-fold';
|
|
255
|
-
export { default as CalendarHeart } from './calendar-heart';
|
|
256
255
|
export { default as CalendarMinus2 } from './calendar-minus-2';
|
|
257
256
|
export { default as CalendarMinus } from './calendar-minus';
|
|
257
|
+
export { default as CalendarHeart } from './calendar-heart';
|
|
258
258
|
export { default as CalendarOff } from './calendar-off';
|
|
259
259
|
export { default as CalendarPlus2 } from './calendar-plus-2';
|
|
260
260
|
export { default as CalendarPlus } from './calendar-plus';
|
|
261
261
|
export { default as CalendarRange } from './calendar-range';
|
|
262
262
|
export { default as CalendarSearch } from './calendar-search';
|
|
263
|
-
export { default as CalendarSync } from './calendar-sync';
|
|
264
263
|
export { default as CalendarX2 } from './calendar-x-2';
|
|
264
|
+
export { default as CalendarSync } from './calendar-sync';
|
|
265
265
|
export { default as CalendarX } from './calendar-x';
|
|
266
266
|
export { default as Calendar } from './calendar';
|
|
267
267
|
export { default as CameraOff } from './camera-off';
|
|
@@ -269,8 +269,8 @@ export { default as Camera } from './camera';
|
|
|
269
269
|
export { default as CandyCane } from './candy-cane';
|
|
270
270
|
export { default as CandyOff } from './candy-off';
|
|
271
271
|
export { default as Candy } from './candy';
|
|
272
|
-
export { default as CaptionsOff } from './captions-off';
|
|
273
272
|
export { default as Cannabis } from './cannabis';
|
|
273
|
+
export { default as CaptionsOff } from './captions-off';
|
|
274
274
|
export { default as Captions } from './captions';
|
|
275
275
|
export { default as CarFront } from './car-front';
|
|
276
276
|
export { default as CarTaxiFront } from './car-taxi-front';
|
|
@@ -289,12 +289,12 @@ export { default as ChartArea } from './chart-area';
|
|
|
289
289
|
export { default as ChartBarBig } from './chart-bar-big';
|
|
290
290
|
export { default as ChartBarDecreasing } from './chart-bar-decreasing';
|
|
291
291
|
export { default as ChartBarIncreasing } from './chart-bar-increasing';
|
|
292
|
-
export { default as ChartBarStacked } from './chart-bar-stacked';
|
|
293
292
|
export { default as ChartBar } from './chart-bar';
|
|
293
|
+
export { default as ChartBarStacked } from './chart-bar-stacked';
|
|
294
294
|
export { default as ChartCandlestick } from './chart-candlestick';
|
|
295
295
|
export { default as ChartColumnBig } from './chart-column-big';
|
|
296
|
-
export { default as ChartColumnIncreasing } from './chart-column-increasing';
|
|
297
296
|
export { default as ChartColumnDecreasing } from './chart-column-decreasing';
|
|
297
|
+
export { default as ChartColumnIncreasing } from './chart-column-increasing';
|
|
298
298
|
export { default as ChartColumnStacked } from './chart-column-stacked';
|
|
299
299
|
export { default as ChartColumn } from './chart-column';
|
|
300
300
|
export { default as ChartGantt } from './chart-gantt';
|
|
@@ -303,8 +303,8 @@ export { default as ChartNetwork } from './chart-network';
|
|
|
303
303
|
export { default as ChartNoAxesColumnDecreasing } from './chart-no-axes-column-decreasing';
|
|
304
304
|
export { default as ChartNoAxesColumnIncreasing } from './chart-no-axes-column-increasing';
|
|
305
305
|
export { default as ChartNoAxesColumn } from './chart-no-axes-column';
|
|
306
|
-
export { default as ChartNoAxesGantt } from './chart-no-axes-gantt';
|
|
307
306
|
export { default as ChartNoAxesCombined } from './chart-no-axes-combined';
|
|
307
|
+
export { default as ChartNoAxesGantt } from './chart-no-axes-gantt';
|
|
308
308
|
export { default as ChartPie } from './chart-pie';
|
|
309
309
|
export { default as ChartScatter } from './chart-scatter';
|
|
310
310
|
export { default as ChartSpline } from './chart-spline';
|
|
@@ -312,8 +312,8 @@ export { default as CheckCheck } from './check-check';
|
|
|
312
312
|
export { default as Check } from './check';
|
|
313
313
|
export { default as ChefHat } from './chef-hat';
|
|
314
314
|
export { default as Cherry } from './cherry';
|
|
315
|
-
export { default as ChevronFirst } from './chevron-first';
|
|
316
315
|
export { default as ChevronDown } from './chevron-down';
|
|
316
|
+
export { default as ChevronFirst } from './chevron-first';
|
|
317
317
|
export { default as ChevronLast } from './chevron-last';
|
|
318
318
|
export { default as ChevronLeft } from './chevron-left';
|
|
319
319
|
export { default as ChevronRight } from './chevron-right';
|
|
@@ -324,8 +324,8 @@ export { default as ChevronsLeftRightEllipsis } from './chevrons-left-right-elli
|
|
|
324
324
|
export { default as ChevronsLeftRight } from './chevrons-left-right';
|
|
325
325
|
export { default as ChevronsLeft } from './chevrons-left';
|
|
326
326
|
export { default as ChevronsRightLeft } from './chevrons-right-left';
|
|
327
|
-
export { default as ChevronsUpDown } from './chevrons-up-down';
|
|
328
327
|
export { default as ChevronsRight } from './chevrons-right';
|
|
328
|
+
export { default as ChevronsUpDown } from './chevrons-up-down';
|
|
329
329
|
export { default as ChevronsUp } from './chevrons-up';
|
|
330
330
|
export { default as Chrome } from './chrome';
|
|
331
331
|
export { default as Church } from './church';
|
|
@@ -340,14 +340,14 @@ export { default as CircleArrowOutUpLeft } from './circle-arrow-out-up-left';
|
|
|
340
340
|
export { default as CircleArrowOutUpRight } from './circle-arrow-out-up-right';
|
|
341
341
|
export { default as CircleArrowRight } from './circle-arrow-right';
|
|
342
342
|
export { default as CircleArrowUp } from './circle-arrow-up';
|
|
343
|
-
export { default as CircleCheckBig } from './circle-check-big';
|
|
344
343
|
export { default as CircleCheck } from './circle-check';
|
|
345
344
|
export { default as CircleChevronDown } from './circle-chevron-down';
|
|
345
|
+
export { default as CircleCheckBig } from './circle-check-big';
|
|
346
346
|
export { default as CircleChevronLeft } from './circle-chevron-left';
|
|
347
347
|
export { default as CircleChevronRight } from './circle-chevron-right';
|
|
348
348
|
export { default as CircleChevronUp } from './circle-chevron-up';
|
|
349
|
-
export { default as CircleDivide } from './circle-divide';
|
|
350
349
|
export { default as CircleDashed } from './circle-dashed';
|
|
350
|
+
export { default as CircleDivide } from './circle-divide';
|
|
351
351
|
export { default as CircleDollarSign } from './circle-dollar-sign';
|
|
352
352
|
export { default as CircleDotDashed } from './circle-dot-dashed';
|
|
353
353
|
export { default as CircleDot } from './circle-dot';
|
|
@@ -357,11 +357,11 @@ export { default as CircleFadingArrowUp } from './circle-fading-arrow-up';
|
|
|
357
357
|
export { default as CircleFadingPlus } from './circle-fading-plus';
|
|
358
358
|
export { default as CircleGauge } from './circle-gauge';
|
|
359
359
|
export { default as CircleHelp } from './circle-help';
|
|
360
|
-
export { default as CircleMinus } from './circle-minus';
|
|
361
360
|
export { default as CircleOff } from './circle-off';
|
|
361
|
+
export { default as CircleMinus } from './circle-minus';
|
|
362
362
|
export { default as CircleParkingOff } from './circle-parking-off';
|
|
363
|
-
export { default as CircleParking } from './circle-parking';
|
|
364
363
|
export { default as CirclePause } from './circle-pause';
|
|
364
|
+
export { default as CircleParking } from './circle-parking';
|
|
365
365
|
export { default as CirclePercent } from './circle-percent';
|
|
366
366
|
export { default as CirclePlay } from './circle-play';
|
|
367
367
|
export { default as CirclePlus } from './circle-plus';
|
|
@@ -439,63 +439,63 @@ export { default as Columns4 } from './columns-4';
|
|
|
439
439
|
export { default as Combine } from './combine';
|
|
440
440
|
export { default as Command } from './command';
|
|
441
441
|
export { default as Compass } from './compass';
|
|
442
|
-
export { default as Computer } from './computer';
|
|
443
442
|
export { default as Component } from './component';
|
|
443
|
+
export { default as Computer } from './computer';
|
|
444
444
|
export { default as ConciergeBell } from './concierge-bell';
|
|
445
445
|
export { default as Cone } from './cone';
|
|
446
446
|
export { default as Construction } from './construction';
|
|
447
447
|
export { default as ContactRound } from './contact-round';
|
|
448
|
-
export { default as Contact } from './contact';
|
|
449
448
|
export { default as Container } from './container';
|
|
449
|
+
export { default as Contact } from './contact';
|
|
450
450
|
export { default as Contrast } from './contrast';
|
|
451
451
|
export { default as Cookie } from './cookie';
|
|
452
452
|
export { default as CookingPot } from './cooking-pot';
|
|
453
453
|
export { default as CopyCheck } from './copy-check';
|
|
454
454
|
export { default as CopyMinus } from './copy-minus';
|
|
455
455
|
export { default as CopyPlus } from './copy-plus';
|
|
456
|
-
export { default as CopySlash } from './copy-slash';
|
|
457
456
|
export { default as CopyX } from './copy-x';
|
|
457
|
+
export { default as CopySlash } from './copy-slash';
|
|
458
458
|
export { default as Copy } from './copy';
|
|
459
459
|
export { default as Copyleft } from './copyleft';
|
|
460
460
|
export { default as Copyright } from './copyright';
|
|
461
461
|
export { default as CornerDownLeft } from './corner-down-left';
|
|
462
|
-
export { default as CornerLeftDown } from './corner-left-down';
|
|
463
462
|
export { default as CornerDownRight } from './corner-down-right';
|
|
463
|
+
export { default as CornerLeftDown } from './corner-left-down';
|
|
464
464
|
export { default as CornerLeftUp } from './corner-left-up';
|
|
465
465
|
export { default as CornerRightDown } from './corner-right-down';
|
|
466
466
|
export { default as CornerRightUp } from './corner-right-up';
|
|
467
467
|
export { default as CornerUpLeft } from './corner-up-left';
|
|
468
|
-
export { default as Cpu } from './cpu';
|
|
469
468
|
export { default as CornerUpRight } from './corner-up-right';
|
|
469
|
+
export { default as Cpu } from './cpu';
|
|
470
|
+
export { default as CreditCard } from './credit-card';
|
|
470
471
|
export { default as CreativeCommons } from './creative-commons';
|
|
471
472
|
export { default as Croissant } from './croissant';
|
|
472
473
|
export { default as Crop } from './crop';
|
|
473
|
-
export { default as CreditCard } from './credit-card';
|
|
474
474
|
export { default as Cross } from './cross';
|
|
475
|
+
export { default as Crown } from './crown';
|
|
475
476
|
export { default as Crosshair } from './crosshair';
|
|
476
477
|
export { default as Cuboid } from './cuboid';
|
|
477
478
|
export { default as CupSoda } from './cup-soda';
|
|
478
|
-
export { default as Crown } from './crown';
|
|
479
479
|
export { default as Currency } from './currency';
|
|
480
480
|
export { default as Cylinder } from './cylinder';
|
|
481
481
|
export { default as Dam } from './dam';
|
|
482
482
|
export { default as DatabaseBackup } from './database-backup';
|
|
483
|
-
export { default as Database } from './database';
|
|
484
483
|
export { default as DatabaseZap } from './database-zap';
|
|
484
|
+
export { default as Database } from './database';
|
|
485
485
|
export { default as DecimalsArrowLeft } from './decimals-arrow-left';
|
|
486
486
|
export { default as DecimalsArrowRight } from './decimals-arrow-right';
|
|
487
|
-
export { default as Delete } from './delete';
|
|
488
487
|
export { default as Dessert } from './dessert';
|
|
489
|
-
export { default as
|
|
488
|
+
export { default as Delete } from './delete';
|
|
490
489
|
export { default as DiamondMinus } from './diamond-minus';
|
|
490
|
+
export { default as Diameter } from './diameter';
|
|
491
491
|
export { default as DiamondPercent } from './diamond-percent';
|
|
492
492
|
export { default as DiamondPlus } from './diamond-plus';
|
|
493
493
|
export { default as Diamond } from './diamond';
|
|
494
494
|
export { default as Dice1 } from './dice-1';
|
|
495
495
|
export { default as Dice2 } from './dice-2';
|
|
496
496
|
export { default as Dice3 } from './dice-3';
|
|
497
|
-
export { default as Dice5 } from './dice-5';
|
|
498
497
|
export { default as Dice4 } from './dice-4';
|
|
498
|
+
export { default as Dice5 } from './dice-5';
|
|
499
499
|
export { default as Dice6 } from './dice-6';
|
|
500
500
|
export { default as Dices } from './dices';
|
|
501
501
|
export { default as Diff } from './diff';
|
|
@@ -510,18 +510,19 @@ export { default as Dock } from './dock';
|
|
|
510
510
|
export { default as Dog } from './dog';
|
|
511
511
|
export { default as DollarSign } from './dollar-sign';
|
|
512
512
|
export { default as Donut } from './donut';
|
|
513
|
+
export { default as DoorClosedLocked } from './door-closed-locked';
|
|
513
514
|
export { default as DoorClosed } from './door-closed';
|
|
514
515
|
export { default as DoorOpen } from './door-open';
|
|
515
|
-
export { default as Download } from './download';
|
|
516
516
|
export { default as Dot } from './dot';
|
|
517
|
+
export { default as Download } from './download';
|
|
517
518
|
export { default as DraftingCompass } from './drafting-compass';
|
|
518
519
|
export { default as Drama } from './drama';
|
|
519
520
|
export { default as Dribbble } from './dribbble';
|
|
520
|
-
export { default as Drill } from './drill';
|
|
521
521
|
export { default as DropletOff } from './droplet-off';
|
|
522
522
|
export { default as Droplet } from './droplet';
|
|
523
|
-
export { default as Drum } from './drum';
|
|
524
523
|
export { default as Droplets } from './droplets';
|
|
524
|
+
export { default as Drill } from './drill';
|
|
525
|
+
export { default as Drum } from './drum';
|
|
525
526
|
export { default as Drumstick } from './drumstick';
|
|
526
527
|
export { default as Dumbbell } from './dumbbell';
|
|
527
528
|
export { default as EarOff } from './ear-off';
|
|
@@ -535,8 +536,8 @@ export { default as Egg } from './egg';
|
|
|
535
536
|
export { default as EllipsisVertical } from './ellipsis-vertical';
|
|
536
537
|
export { default as Ellipsis } from './ellipsis';
|
|
537
538
|
export { default as EqualApproximately } from './equal-approximately';
|
|
538
|
-
export { default as EqualNot } from './equal-not';
|
|
539
539
|
export { default as Equal } from './equal';
|
|
540
|
+
export { default as EqualNot } from './equal-not';
|
|
540
541
|
export { default as Eraser } from './eraser';
|
|
541
542
|
export { default as EthernetPort } from './ethernet-port';
|
|
542
543
|
export { default as Euro } from './euro';
|
|
@@ -568,9 +569,9 @@ export { default as FileCheck2 } from './file-check-2';
|
|
|
568
569
|
export { default as FileCheck } from './file-check';
|
|
569
570
|
export { default as FileClock } from './file-clock';
|
|
570
571
|
export { default as FileCode2 } from './file-code-2';
|
|
571
|
-
export { default as FileCode } from './file-code';
|
|
572
572
|
export { default as FileCog } from './file-cog';
|
|
573
573
|
export { default as FileDiff } from './file-diff';
|
|
574
|
+
export { default as FileCode } from './file-code';
|
|
574
575
|
export { default as FileDigit } from './file-digit';
|
|
575
576
|
export { default as FileDown } from './file-down';
|
|
576
577
|
export { default as FileHeart } from './file-heart';
|
|
@@ -590,13 +591,13 @@ export { default as FilePenLine } from './file-pen-line';
|
|
|
590
591
|
export { default as FilePen } from './file-pen';
|
|
591
592
|
export { default as FilePlus2 } from './file-plus-2';
|
|
592
593
|
export { default as FilePlus } from './file-plus';
|
|
593
|
-
export { default as FileScan } from './file-scan';
|
|
594
594
|
export { default as FileQuestion } from './file-question';
|
|
595
|
+
export { default as FileScan } from './file-scan';
|
|
595
596
|
export { default as FileSearch2 } from './file-search-2';
|
|
596
597
|
export { default as FileSearch } from './file-search';
|
|
597
598
|
export { default as FileSliders } from './file-sliders';
|
|
598
|
-
export { default as FileSpreadsheet } from './file-spreadsheet';
|
|
599
599
|
export { default as FileStack } from './file-stack';
|
|
600
|
+
export { default as FileSpreadsheet } from './file-spreadsheet';
|
|
600
601
|
export { default as FileSymlink } from './file-symlink';
|
|
601
602
|
export { default as FileTerminal } from './file-terminal';
|
|
602
603
|
export { default as FileText } from './file-text';
|
|
@@ -613,14 +614,14 @@ export { default as FileX2 } from './file-x-2';
|
|
|
613
614
|
export { default as FileX } from './file-x';
|
|
614
615
|
export { default as File } from './file';
|
|
615
616
|
export { default as Files } from './files';
|
|
616
|
-
export { default as Film } from './film';
|
|
617
617
|
export { default as Fingerprint } from './fingerprint';
|
|
618
|
+
export { default as Film } from './film';
|
|
618
619
|
export { default as FireExtinguisher } from './fire-extinguisher';
|
|
619
620
|
export { default as FishOff } from './fish-off';
|
|
620
621
|
export { default as FishSymbol } from './fish-symbol';
|
|
621
|
-
export { default as Fish } from './fish';
|
|
622
622
|
export { default as FlagOff } from './flag-off';
|
|
623
623
|
export { default as FlagTriangleLeft } from './flag-triangle-left';
|
|
624
|
+
export { default as Fish } from './fish';
|
|
624
625
|
export { default as FlagTriangleRight } from './flag-triangle-right';
|
|
625
626
|
export { default as Flag } from './flag';
|
|
626
627
|
export { default as Flame } from './flame';
|
|
@@ -646,9 +647,9 @@ export { default as FolderClosed } from './folder-closed';
|
|
|
646
647
|
export { default as FolderCode } from './folder-code';
|
|
647
648
|
export { default as FolderCog } from './folder-cog';
|
|
648
649
|
export { default as FolderDot } from './folder-dot';
|
|
650
|
+
export { default as FolderDown } from './folder-down';
|
|
649
651
|
export { default as FolderGit2 } from './folder-git-2';
|
|
650
652
|
export { default as FolderGit } from './folder-git';
|
|
651
|
-
export { default as FolderDown } from './folder-down';
|
|
652
653
|
export { default as FolderHeart } from './folder-heart';
|
|
653
654
|
export { default as FolderInput } from './folder-input';
|
|
654
655
|
export { default as FolderKanban } from './folder-kanban';
|
|
@@ -666,18 +667,18 @@ export { default as FolderSearch } from './folder-search';
|
|
|
666
667
|
export { default as FolderSymlink } from './folder-symlink';
|
|
667
668
|
export { default as FolderSync } from './folder-sync';
|
|
668
669
|
export { default as FolderTree } from './folder-tree';
|
|
669
|
-
export { default as FolderUp } from './folder-up';
|
|
670
670
|
export { default as FolderX } from './folder-x';
|
|
671
|
-
export { default as
|
|
671
|
+
export { default as FolderUp } from './folder-up';
|
|
672
672
|
export { default as Folders } from './folders';
|
|
673
|
+
export { default as Folder } from './folder';
|
|
673
674
|
export { default as Footprints } from './footprints';
|
|
674
675
|
export { default as Forklift } from './forklift';
|
|
675
676
|
export { default as Forward } from './forward';
|
|
676
677
|
export { default as Frame } from './frame';
|
|
677
678
|
export { default as Framer } from './framer';
|
|
678
679
|
export { default as Frown } from './frown';
|
|
679
|
-
export { default as Fullscreen } from './fullscreen';
|
|
680
680
|
export { default as Fuel } from './fuel';
|
|
681
|
+
export { default as Fullscreen } from './fullscreen';
|
|
681
682
|
export { default as FunnelPlus } from './funnel-plus';
|
|
682
683
|
export { default as FunnelX } from './funnel-x';
|
|
683
684
|
export { default as Funnel } from './funnel';
|
|
@@ -685,8 +686,8 @@ export { default as GalleryHorizontalEnd } from './gallery-horizontal-end';
|
|
|
685
686
|
export { default as GalleryHorizontal } from './gallery-horizontal';
|
|
686
687
|
export { default as GalleryThumbnails } from './gallery-thumbnails';
|
|
687
688
|
export { default as GalleryVerticalEnd } from './gallery-vertical-end';
|
|
688
|
-
export { default as GalleryVertical } from './gallery-vertical';
|
|
689
689
|
export { default as Gamepad2 } from './gamepad-2';
|
|
690
|
+
export { default as GalleryVertical } from './gallery-vertical';
|
|
690
691
|
export { default as Gamepad } from './gamepad';
|
|
691
692
|
export { default as Gauge } from './gauge';
|
|
692
693
|
export { default as Gavel } from './gavel';
|
|
@@ -697,8 +698,8 @@ export { default as GitBranchPlus } from './git-branch-plus';
|
|
|
697
698
|
export { default as GitBranch } from './git-branch';
|
|
698
699
|
export { default as GitCommitHorizontal } from './git-commit-horizontal';
|
|
699
700
|
export { default as GitCommitVertical } from './git-commit-vertical';
|
|
700
|
-
export { default as GitCompareArrows } from './git-compare-arrows';
|
|
701
701
|
export { default as GitCompare } from './git-compare';
|
|
702
|
+
export { default as GitCompareArrows } from './git-compare-arrows';
|
|
702
703
|
export { default as GitFork } from './git-fork';
|
|
703
704
|
export { default as GitGraph } from './git-graph';
|
|
704
705
|
export { default as GitMerge } from './git-merge';
|
|
@@ -710,8 +711,8 @@ export { default as GitPullRequestDraft } from './git-pull-request-draft';
|
|
|
710
711
|
export { default as GitPullRequest } from './git-pull-request';
|
|
711
712
|
export { default as Github } from './github';
|
|
712
713
|
export { default as Gitlab } from './gitlab';
|
|
713
|
-
export { default as Glasses } from './glasses';
|
|
714
714
|
export { default as GlassWater } from './glass-water';
|
|
715
|
+
export { default as Glasses } from './glasses';
|
|
715
716
|
export { default as GlobeLock } from './globe-lock';
|
|
716
717
|
export { default as Globe } from './globe';
|
|
717
718
|
export { default as Goal } from './goal';
|
|
@@ -729,6 +730,7 @@ export { default as Grip } from './grip';
|
|
|
729
730
|
export { default as Group } from './group';
|
|
730
731
|
export { default as Guitar } from './guitar';
|
|
731
732
|
export { default as Ham } from './ham';
|
|
733
|
+
export { default as Hamburger } from './hamburger';
|
|
732
734
|
export { default as Hammer } from './hammer';
|
|
733
735
|
export { default as HandCoins } from './hand-coins';
|
|
734
736
|
export { default as HandHeart } from './hand-heart';
|
|
@@ -736,22 +738,22 @@ export { default as HandHelping } from './hand-helping';
|
|
|
736
738
|
export { default as HandMetal } from './hand-metal';
|
|
737
739
|
export { default as HandPlatter } from './hand-platter';
|
|
738
740
|
export { default as Hand } from './hand';
|
|
739
|
-
export { default as Handshake } from './handshake';
|
|
740
741
|
export { default as HardDriveDownload } from './hard-drive-download';
|
|
741
742
|
export { default as HardDriveUpload } from './hard-drive-upload';
|
|
743
|
+
export { default as Handshake } from './handshake';
|
|
742
744
|
export { default as HardDrive } from './hard-drive';
|
|
743
745
|
export { default as HardHat } from './hard-hat';
|
|
744
746
|
export { default as Hash } from './hash';
|
|
745
747
|
export { default as Haze } from './haze';
|
|
746
748
|
export { default as HdmiPort } from './hdmi-port';
|
|
747
749
|
export { default as Heading1 } from './heading-1';
|
|
748
|
-
export { default as Heading2 } from './heading-2';
|
|
749
750
|
export { default as Heading3 } from './heading-3';
|
|
751
|
+
export { default as Heading2 } from './heading-2';
|
|
750
752
|
export { default as Heading4 } from './heading-4';
|
|
751
753
|
export { default as Heading5 } from './heading-5';
|
|
752
754
|
export { default as Heading6 } from './heading-6';
|
|
753
|
-
export { default as Heading } from './heading';
|
|
754
755
|
export { default as HeadphoneOff } from './headphone-off';
|
|
756
|
+
export { default as Heading } from './heading';
|
|
755
757
|
export { default as Headphones } from './headphones';
|
|
756
758
|
export { default as Headset } from './headset';
|
|
757
759
|
export { default as HeartCrack } from './heart-crack';
|
|
@@ -759,11 +761,11 @@ export { default as HeartHandshake } from './heart-handshake';
|
|
|
759
761
|
export { default as HeartMinus } from './heart-minus';
|
|
760
762
|
export { default as HeartOff } from './heart-off';
|
|
761
763
|
export { default as HeartPlus } from './heart-plus';
|
|
762
|
-
export { default as Heart } from './heart';
|
|
763
764
|
export { default as HeartPulse } from './heart-pulse';
|
|
765
|
+
export { default as Heart } from './heart';
|
|
764
766
|
export { default as Heater } from './heater';
|
|
765
|
-
export { default as Highlighter } from './highlighter';
|
|
766
767
|
export { default as Hexagon } from './hexagon';
|
|
768
|
+
export { default as Highlighter } from './highlighter';
|
|
767
769
|
export { default as History } from './history';
|
|
768
770
|
export { default as HopOff } from './hop-off';
|
|
769
771
|
export { default as Hop } from './hop';
|
|
@@ -771,9 +773,9 @@ export { default as Hospital } from './hospital';
|
|
|
771
773
|
export { default as Hotel } from './hotel';
|
|
772
774
|
export { default as Hourglass } from './hourglass';
|
|
773
775
|
export { default as HousePlug } from './house-plug';
|
|
774
|
-
export { default as HouseWifi } from './house-wifi';
|
|
775
776
|
export { default as HousePlus } from './house-plus';
|
|
776
777
|
export { default as House } from './house';
|
|
778
|
+
export { default as HouseWifi } from './house-wifi';
|
|
777
779
|
export { default as IceCreamBowl } from './ice-cream-bowl';
|
|
778
780
|
export { default as IceCreamCone } from './ice-cream-cone';
|
|
779
781
|
export { default as IdCard } from './id-card';
|
|
@@ -790,8 +792,8 @@ export { default as Import } from './import';
|
|
|
790
792
|
export { default as Inbox } from './inbox';
|
|
791
793
|
export { default as IndentDecrease } from './indent-decrease';
|
|
792
794
|
export { default as IndentIncrease } from './indent-increase';
|
|
793
|
-
export { default as Infinity } from './infinity';
|
|
794
795
|
export { default as IndianRupee } from './indian-rupee';
|
|
796
|
+
export { default as Infinity } from './infinity';
|
|
795
797
|
export { default as Info } from './info';
|
|
796
798
|
export { default as InspectionPanel } from './inspection-panel';
|
|
797
799
|
export { default as Instagram } from './instagram';
|
|
@@ -803,16 +805,16 @@ export { default as Joystick } from './joystick';
|
|
|
803
805
|
export { default as Kanban } from './kanban';
|
|
804
806
|
export { default as KeyRound } from './key-round';
|
|
805
807
|
export { default as KeySquare } from './key-square';
|
|
806
|
-
export { default as KeyboardMusic } from './keyboard-music';
|
|
807
808
|
export { default as Key } from './key';
|
|
808
|
-
export { default as
|
|
809
|
+
export { default as KeyboardMusic } from './keyboard-music';
|
|
809
810
|
export { default as Keyboard } from './keyboard';
|
|
811
|
+
export { default as KeyboardOff } from './keyboard-off';
|
|
810
812
|
export { default as LampCeiling } from './lamp-ceiling';
|
|
811
813
|
export { default as LampDesk } from './lamp-desk';
|
|
812
814
|
export { default as LampFloor } from './lamp-floor';
|
|
815
|
+
export { default as LampWallUp } from './lamp-wall-up';
|
|
813
816
|
export { default as LampWallDown } from './lamp-wall-down';
|
|
814
817
|
export { default as Lamp } from './lamp';
|
|
815
|
-
export { default as LampWallUp } from './lamp-wall-up';
|
|
816
818
|
export { default as LandPlot } from './land-plot';
|
|
817
819
|
export { default as Landmark } from './landmark';
|
|
818
820
|
export { default as Languages } from './languages';
|
|
@@ -820,27 +822,27 @@ export { default as LaptopMinimalCheck } from './laptop-minimal-check';
|
|
|
820
822
|
export { default as LaptopMinimal } from './laptop-minimal';
|
|
821
823
|
export { default as Laptop } from './laptop';
|
|
822
824
|
export { default as LassoSelect } from './lasso-select';
|
|
823
|
-
export { default as Laugh } from './laugh';
|
|
824
825
|
export { default as Lasso } from './lasso';
|
|
826
|
+
export { default as Laugh } from './laugh';
|
|
825
827
|
export { default as Layers2 } from './layers-2';
|
|
826
|
-
export { default as LayoutDashboard } from './layout-dashboard';
|
|
827
828
|
export { default as Layers } from './layers';
|
|
829
|
+
export { default as LayoutDashboard } from './layout-dashboard';
|
|
828
830
|
export { default as LayoutGrid } from './layout-grid';
|
|
831
|
+
export { default as LayoutList } from './layout-list';
|
|
829
832
|
export { default as LayoutPanelLeft } from './layout-panel-left';
|
|
830
833
|
export { default as LayoutPanelTop } from './layout-panel-top';
|
|
831
|
-
export { default as LayoutList } from './layout-list';
|
|
832
834
|
export { default as LayoutTemplate } from './layout-template';
|
|
833
|
-
export { default as Leaf } from './leaf';
|
|
834
835
|
export { default as LeafyGreen } from './leafy-green';
|
|
835
836
|
export { default as Lectern } from './lectern';
|
|
837
|
+
export { default as Leaf } from './leaf';
|
|
836
838
|
export { default as LetterText } from './letter-text';
|
|
837
839
|
export { default as LibraryBig } from './library-big';
|
|
838
840
|
export { default as Library } from './library';
|
|
839
841
|
export { default as LifeBuoy } from './life-buoy';
|
|
840
842
|
export { default as Ligature } from './ligature';
|
|
843
|
+
export { default as Link2Off } from './link-2-off';
|
|
841
844
|
export { default as LightbulbOff } from './lightbulb-off';
|
|
842
845
|
export { default as Lightbulb } from './lightbulb';
|
|
843
|
-
export { default as Link2Off } from './link-2-off';
|
|
844
846
|
export { default as Link2 } from './link-2';
|
|
845
847
|
export { default as Link } from './link';
|
|
846
848
|
export { default as Linkedin } from './linkedin';
|
|
@@ -856,8 +858,8 @@ export { default as ListOrdered } from './list-ordered';
|
|
|
856
858
|
export { default as ListPlus } from './list-plus';
|
|
857
859
|
export { default as ListRestart } from './list-restart';
|
|
858
860
|
export { default as ListStart } from './list-start';
|
|
859
|
-
export { default as ListTree } from './list-tree';
|
|
860
861
|
export { default as ListTodo } from './list-todo';
|
|
862
|
+
export { default as ListTree } from './list-tree';
|
|
861
863
|
export { default as ListVideo } from './list-video';
|
|
862
864
|
export { default as ListX } from './list-x';
|
|
863
865
|
export { default as List } from './list';
|
|
@@ -865,10 +867,10 @@ export { default as LoaderCircle } from './loader-circle';
|
|
|
865
867
|
export { default as LoaderPinwheel } from './loader-pinwheel';
|
|
866
868
|
export { default as Loader } from './loader';
|
|
867
869
|
export { default as LocateFixed } from './locate-fixed';
|
|
868
|
-
export { default as Locate } from './locate';
|
|
869
870
|
export { default as LocateOff } from './locate-off';
|
|
870
|
-
export { default as
|
|
871
|
+
export { default as Locate } from './locate';
|
|
871
872
|
export { default as LocationEdit } from './location-edit';
|
|
873
|
+
export { default as LockKeyholeOpen } from './lock-keyhole-open';
|
|
872
874
|
export { default as LockKeyhole } from './lock-keyhole';
|
|
873
875
|
export { default as LockOpen } from './lock-open';
|
|
874
876
|
export { default as Lock } from './lock';
|
|
@@ -892,13 +894,13 @@ export { default as Mails } from './mails';
|
|
|
892
894
|
export { default as MapPinCheckInside } from './map-pin-check-inside';
|
|
893
895
|
export { default as MapPinCheck } from './map-pin-check';
|
|
894
896
|
export { default as MapPinHouse } from './map-pin-house';
|
|
895
|
-
export { default as MapPinMinus } from './map-pin-minus';
|
|
896
897
|
export { default as MapPinMinusInside } from './map-pin-minus-inside';
|
|
898
|
+
export { default as MapPinMinus } from './map-pin-minus';
|
|
897
899
|
export { default as MapPinOff } from './map-pin-off';
|
|
898
900
|
export { default as MapPinPlusInside } from './map-pin-plus-inside';
|
|
899
901
|
export { default as MapPinPlus } from './map-pin-plus';
|
|
900
|
-
export { default as MapPinX } from './map-pin-x';
|
|
901
902
|
export { default as MapPinXInside } from './map-pin-x-inside';
|
|
903
|
+
export { default as MapPinX } from './map-pin-x';
|
|
902
904
|
export { default as MapPin } from './map-pin';
|
|
903
905
|
export { default as MapPinned } from './map-pinned';
|
|
904
906
|
export { default as MapPlus } from './map-plus';
|
|
@@ -917,20 +919,20 @@ export { default as Menu } from './menu';
|
|
|
917
919
|
export { default as Merge } from './merge';
|
|
918
920
|
export { default as MessageCircleCode } from './message-circle-code';
|
|
919
921
|
export { default as MessageCircleDashed } from './message-circle-dashed';
|
|
920
|
-
export { default as MessageCircleMore } from './message-circle-more';
|
|
921
922
|
export { default as MessageCircleHeart } from './message-circle-heart';
|
|
923
|
+
export { default as MessageCircleMore } from './message-circle-more';
|
|
922
924
|
export { default as MessageCircleOff } from './message-circle-off';
|
|
923
925
|
export { default as MessageCirclePlus } from './message-circle-plus';
|
|
924
926
|
export { default as MessageCircleQuestion } from './message-circle-question';
|
|
925
927
|
export { default as MessageCircleReply } from './message-circle-reply';
|
|
926
928
|
export { default as MessageCircleWarning } from './message-circle-warning';
|
|
927
|
-
export { default as MessageCircleX } from './message-circle-x';
|
|
928
929
|
export { default as MessageCircle } from './message-circle';
|
|
930
|
+
export { default as MessageCircleX } from './message-circle-x';
|
|
929
931
|
export { default as MessageSquareCode } from './message-square-code';
|
|
930
932
|
export { default as MessageSquareDashed } from './message-square-dashed';
|
|
931
933
|
export { default as MessageSquareDiff } from './message-square-diff';
|
|
932
|
-
export { default as MessageSquareDot } from './message-square-dot';
|
|
933
934
|
export { default as MessageSquareHeart } from './message-square-heart';
|
|
935
|
+
export { default as MessageSquareDot } from './message-square-dot';
|
|
934
936
|
export { default as MessageSquareLock } from './message-square-lock';
|
|
935
937
|
export { default as MessageSquareMore } from './message-square-more';
|
|
936
938
|
export { default as MessageSquareOff } from './message-square-off';
|
|
@@ -955,8 +957,8 @@ export { default as Milk } from './milk';
|
|
|
955
957
|
export { default as Minimize2 } from './minimize-2';
|
|
956
958
|
export { default as Minimize } from './minimize';
|
|
957
959
|
export { default as Minus } from './minus';
|
|
958
|
-
export { default as MonitorCheck } from './monitor-check';
|
|
959
960
|
export { default as MonitorCog } from './monitor-cog';
|
|
961
|
+
export { default as MonitorCheck } from './monitor-check';
|
|
960
962
|
export { default as MonitorDot } from './monitor-dot';
|
|
961
963
|
export { default as MonitorDown } from './monitor-down';
|
|
962
964
|
export { default as MonitorOff } from './monitor-off';
|
|
@@ -974,22 +976,22 @@ export { default as MountainSnow } from './mountain-snow';
|
|
|
974
976
|
export { default as Mountain } from './mountain';
|
|
975
977
|
export { default as MouseOff } from './mouse-off';
|
|
976
978
|
export { default as MousePointer2 } from './mouse-pointer-2';
|
|
977
|
-
export { default as MousePointerBan } from './mouse-pointer-ban';
|
|
978
979
|
export { default as MousePointerClick } from './mouse-pointer-click';
|
|
979
980
|
export { default as MousePointer } from './mouse-pointer';
|
|
981
|
+
export { default as MousePointerBan } from './mouse-pointer-ban';
|
|
980
982
|
export { default as Mouse } from './mouse';
|
|
981
983
|
export { default as Move3d } from './move-3d';
|
|
982
984
|
export { default as MoveDiagonal2 } from './move-diagonal-2';
|
|
983
985
|
export { default as MoveDiagonal } from './move-diagonal';
|
|
984
986
|
export { default as MoveDownLeft } from './move-down-left';
|
|
985
|
-
export { default as MoveDownRight } from './move-down-right';
|
|
986
987
|
export { default as MoveDown } from './move-down';
|
|
988
|
+
export { default as MoveDownRight } from './move-down-right';
|
|
987
989
|
export { default as MoveHorizontal } from './move-horizontal';
|
|
988
990
|
export { default as MoveLeft } from './move-left';
|
|
989
|
-
export { default as MoveRight } from './move-right';
|
|
990
991
|
export { default as MoveUpLeft } from './move-up-left';
|
|
991
|
-
export { default as
|
|
992
|
+
export { default as MoveRight } from './move-right';
|
|
992
993
|
export { default as MoveUpRight } from './move-up-right';
|
|
994
|
+
export { default as MoveUp } from './move-up';
|
|
993
995
|
export { default as MoveVertical } from './move-vertical';
|
|
994
996
|
export { default as Move } from './move';
|
|
995
997
|
export { default as Music2 } from './music-2';
|
|
@@ -1004,35 +1006,35 @@ export { default as Network } from './network';
|
|
|
1004
1006
|
export { default as Newspaper } from './newspaper';
|
|
1005
1007
|
export { default as Nfc } from './nfc';
|
|
1006
1008
|
export { default as NonBinary } from './non-binary';
|
|
1007
|
-
export { default as NotebookPen } from './notebook-pen';
|
|
1008
1009
|
export { default as NotebookTabs } from './notebook-tabs';
|
|
1010
|
+
export { default as NotebookPen } from './notebook-pen';
|
|
1009
1011
|
export { default as NotebookText } from './notebook-text';
|
|
1010
1012
|
export { default as Notebook } from './notebook';
|
|
1011
1013
|
export { default as NotepadTextDashed } from './notepad-text-dashed';
|
|
1012
|
-
export { default as NutOff } from './nut-off';
|
|
1013
1014
|
export { default as NotepadText } from './notepad-text';
|
|
1015
|
+
export { default as NutOff } from './nut-off';
|
|
1014
1016
|
export { default as Nut } from './nut';
|
|
1017
|
+
export { default as OctagonAlert } from './octagon-alert';
|
|
1015
1018
|
export { default as OctagonMinus } from './octagon-minus';
|
|
1016
1019
|
export { default as OctagonPause } from './octagon-pause';
|
|
1017
|
-
export { default as OctagonAlert } from './octagon-alert';
|
|
1018
1020
|
export { default as OctagonX } from './octagon-x';
|
|
1019
|
-
export { default as Omega } from './omega';
|
|
1020
1021
|
export { default as Octagon } from './octagon';
|
|
1022
|
+
export { default as Omega } from './omega';
|
|
1021
1023
|
export { default as Option } from './option';
|
|
1022
1024
|
export { default as Orbit } from './orbit';
|
|
1023
1025
|
export { default as Origami } from './origami';
|
|
1024
1026
|
export { default as Package2 } from './package-2';
|
|
1025
|
-
export { default as PackageCheck } from './package-check';
|
|
1026
1027
|
export { default as PackageMinus } from './package-minus';
|
|
1027
|
-
export { default as
|
|
1028
|
+
export { default as PackageCheck } from './package-check';
|
|
1028
1029
|
export { default as PackageOpen } from './package-open';
|
|
1030
|
+
export { default as PackagePlus } from './package-plus';
|
|
1029
1031
|
export { default as PackageSearch } from './package-search';
|
|
1030
|
-
export { default as Package } from './package';
|
|
1031
1032
|
export { default as PackageX } from './package-x';
|
|
1033
|
+
export { default as Package } from './package';
|
|
1032
1034
|
export { default as PaintBucket } from './paint-bucket';
|
|
1033
1035
|
export { default as PaintRoller } from './paint-roller';
|
|
1034
|
-
export { default as Paintbrush } from './paintbrush';
|
|
1035
1036
|
export { default as PaintbrushVertical } from './paintbrush-vertical';
|
|
1037
|
+
export { default as Paintbrush } from './paintbrush';
|
|
1036
1038
|
export { default as Palette } from './palette';
|
|
1037
1039
|
export { default as PanelBottomClose } from './panel-bottom-close';
|
|
1038
1040
|
export { default as PanelBottomDashed } from './panel-bottom-dashed';
|
|
@@ -1051,35 +1053,35 @@ export { default as PanelTopDashed } from './panel-top-dashed';
|
|
|
1051
1053
|
export { default as PanelTopOpen } from './panel-top-open';
|
|
1052
1054
|
export { default as PanelTop } from './panel-top';
|
|
1053
1055
|
export { default as PanelsLeftBottom } from './panels-left-bottom';
|
|
1054
|
-
export { default as PanelsTopLeft } from './panels-top-left';
|
|
1055
1056
|
export { default as PanelsRightBottom } from './panels-right-bottom';
|
|
1056
1057
|
export { default as Paperclip } from './paperclip';
|
|
1058
|
+
export { default as PanelsTopLeft } from './panels-top-left';
|
|
1057
1059
|
export { default as Parentheses } from './parentheses';
|
|
1058
|
-
export { default as ParkingMeter } from './parking-meter';
|
|
1059
1060
|
export { default as PartyPopper } from './party-popper';
|
|
1060
|
-
export { default as
|
|
1061
|
+
export { default as ParkingMeter } from './parking-meter';
|
|
1061
1062
|
export { default as Pause } from './pause';
|
|
1063
|
+
export { default as PawPrint } from './paw-print';
|
|
1062
1064
|
export { default as PcCase } from './pc-case';
|
|
1063
1065
|
export { default as PenLine } from './pen-line';
|
|
1064
1066
|
export { default as PenOff } from './pen-off';
|
|
1065
1067
|
export { default as Pen } from './pen';
|
|
1066
1068
|
export { default as PenTool } from './pen-tool';
|
|
1067
|
-
export { default as PencilOff } from './pencil-off';
|
|
1068
1069
|
export { default as PencilLine } from './pencil-line';
|
|
1070
|
+
export { default as PencilOff } from './pencil-off';
|
|
1069
1071
|
export { default as PencilRuler } from './pencil-ruler';
|
|
1070
1072
|
export { default as Pencil } from './pencil';
|
|
1071
1073
|
export { default as Pentagon } from './pentagon';
|
|
1072
1074
|
export { default as Percent } from './percent';
|
|
1075
|
+
export { default as PhoneCall } from './phone-call';
|
|
1073
1076
|
export { default as PersonStanding } from './person-standing';
|
|
1074
1077
|
export { default as PhilippinePeso } from './philippine-peso';
|
|
1075
|
-
export { default as PhoneCall } from './phone-call';
|
|
1076
1078
|
export { default as PhoneForwarded } from './phone-forwarded';
|
|
1077
1079
|
export { default as PhoneIncoming } from './phone-incoming';
|
|
1078
|
-
export { default as PhoneOff } from './phone-off';
|
|
1079
1080
|
export { default as PhoneMissed } from './phone-missed';
|
|
1081
|
+
export { default as PhoneOff } from './phone-off';
|
|
1080
1082
|
export { default as PhoneOutgoing } from './phone-outgoing';
|
|
1081
|
-
export { default as Pi } from './pi';
|
|
1082
1083
|
export { default as Phone } from './phone';
|
|
1084
|
+
export { default as Pi } from './pi';
|
|
1083
1085
|
export { default as Piano } from './piano';
|
|
1084
1086
|
export { default as Pickaxe } from './pickaxe';
|
|
1085
1087
|
export { default as PictureInPicture2 } from './picture-in-picture-2';
|
|
@@ -1103,40 +1105,40 @@ export { default as PlugZap } from './plug-zap';
|
|
|
1103
1105
|
export { default as Plug } from './plug';
|
|
1104
1106
|
export { default as Plus } from './plus';
|
|
1105
1107
|
export { default as PocketKnife } from './pocket-knife';
|
|
1106
|
-
export { default as Podcast } from './podcast';
|
|
1107
1108
|
export { default as Pocket } from './pocket';
|
|
1108
|
-
export { default as
|
|
1109
|
+
export { default as Podcast } from './podcast';
|
|
1109
1110
|
export { default as PointerOff } from './pointer-off';
|
|
1111
|
+
export { default as Pointer } from './pointer';
|
|
1110
1112
|
export { default as Popcorn } from './popcorn';
|
|
1111
1113
|
export { default as Popsicle } from './popsicle';
|
|
1112
1114
|
export { default as PoundSterling } from './pound-sterling';
|
|
1113
1115
|
export { default as PowerOff } from './power-off';
|
|
1114
|
-
export { default as Power } from './power';
|
|
1115
1116
|
export { default as Presentation } from './presentation';
|
|
1117
|
+
export { default as Power } from './power';
|
|
1116
1118
|
export { default as PrinterCheck } from './printer-check';
|
|
1117
|
-
export { default as Printer } from './printer';
|
|
1118
1119
|
export { default as Projector } from './projector';
|
|
1120
|
+
export { default as Printer } from './printer';
|
|
1119
1121
|
export { default as Proportions } from './proportions';
|
|
1120
1122
|
export { default as Puzzle } from './puzzle';
|
|
1121
1123
|
export { default as Pyramid } from './pyramid';
|
|
1122
1124
|
export { default as QrCode } from './qr-code';
|
|
1123
1125
|
export { default as Quote } from './quote';
|
|
1124
|
-
export { default as Radar } from './radar';
|
|
1125
1126
|
export { default as Rabbit } from './rabbit';
|
|
1127
|
+
export { default as Radar } from './radar';
|
|
1126
1128
|
export { default as Radiation } from './radiation';
|
|
1127
1129
|
export { default as Radical } from './radical';
|
|
1128
|
-
export { default as RadioTower } from './radio-tower';
|
|
1129
1130
|
export { default as RadioReceiver } from './radio-receiver';
|
|
1130
1131
|
export { default as Radio } from './radio';
|
|
1132
|
+
export { default as RadioTower } from './radio-tower';
|
|
1131
1133
|
export { default as Radius } from './radius';
|
|
1132
|
-
export { default as Rainbow } from './rainbow';
|
|
1133
1134
|
export { default as RailSymbol } from './rail-symbol';
|
|
1134
|
-
export { default as
|
|
1135
|
-
export { default as ReceiptCent } from './receipt-cent';
|
|
1135
|
+
export { default as Rainbow } from './rainbow';
|
|
1136
1136
|
export { default as Ratio } from './ratio';
|
|
1137
|
+
export { default as Rat } from './rat';
|
|
1137
1138
|
export { default as ReceiptEuro } from './receipt-euro';
|
|
1138
|
-
export { default as
|
|
1139
|
+
export { default as ReceiptCent } from './receipt-cent';
|
|
1139
1140
|
export { default as ReceiptIndianRupee } from './receipt-indian-rupee';
|
|
1141
|
+
export { default as ReceiptJapaneseYen } from './receipt-japanese-yen';
|
|
1140
1142
|
export { default as ReceiptPoundSterling } from './receipt-pound-sterling';
|
|
1141
1143
|
export { default as ReceiptRussianRuble } from './receipt-russian-ruble';
|
|
1142
1144
|
export { default as ReceiptSwissFranc } from './receipt-swiss-franc';
|
|
@@ -1145,20 +1147,20 @@ export { default as Receipt } from './receipt';
|
|
|
1145
1147
|
export { default as RectangleEllipsis } from './rectangle-ellipsis';
|
|
1146
1148
|
export { default as RectangleGoggles } from './rectangle-goggles';
|
|
1147
1149
|
export { default as RectangleHorizontal } from './rectangle-horizontal';
|
|
1148
|
-
export { default as Recycle } from './recycle';
|
|
1149
1150
|
export { default as RectangleVertical } from './rectangle-vertical';
|
|
1151
|
+
export { default as Recycle } from './recycle';
|
|
1150
1152
|
export { default as Redo2 } from './redo-2';
|
|
1151
1153
|
export { default as RedoDot } from './redo-dot';
|
|
1152
1154
|
export { default as Redo } from './redo';
|
|
1153
1155
|
export { default as RefreshCcwDot } from './refresh-ccw-dot';
|
|
1154
|
-
export { default as RefreshCwOff } from './refresh-cw-off';
|
|
1155
1156
|
export { default as RefreshCcw } from './refresh-ccw';
|
|
1157
|
+
export { default as RefreshCwOff } from './refresh-cw-off';
|
|
1156
1158
|
export { default as RefreshCw } from './refresh-cw';
|
|
1157
1159
|
export { default as Refrigerator } from './refrigerator';
|
|
1158
|
-
export { default as Regex } from './regex';
|
|
1159
1160
|
export { default as RemoveFormatting } from './remove-formatting';
|
|
1160
|
-
export { default as
|
|
1161
|
+
export { default as Regex } from './regex';
|
|
1161
1162
|
export { default as Repeat1 } from './repeat-1';
|
|
1163
|
+
export { default as Repeat2 } from './repeat-2';
|
|
1162
1164
|
export { default as Repeat } from './repeat';
|
|
1163
1165
|
export { default as ReplaceAll } from './replace-all';
|
|
1164
1166
|
export { default as Replace } from './replace';
|
|
@@ -1169,15 +1171,15 @@ export { default as Ribbon } from './ribbon';
|
|
|
1169
1171
|
export { default as Rocket } from './rocket';
|
|
1170
1172
|
export { default as RockingChair } from './rocking-chair';
|
|
1171
1173
|
export { default as RollerCoaster } from './roller-coaster';
|
|
1172
|
-
export { default as Rotate3d } from './rotate-3d';
|
|
1173
1174
|
export { default as RotateCcwKey } from './rotate-ccw-key';
|
|
1175
|
+
export { default as Rotate3d } from './rotate-3d';
|
|
1174
1176
|
export { default as RotateCcwSquare } from './rotate-ccw-square';
|
|
1175
1177
|
export { default as RotateCcw } from './rotate-ccw';
|
|
1176
1178
|
export { default as RotateCwSquare } from './rotate-cw-square';
|
|
1177
1179
|
export { default as RotateCw } from './rotate-cw';
|
|
1178
1180
|
export { default as RouteOff } from './route-off';
|
|
1179
|
-
export { default as Router } from './router';
|
|
1180
1181
|
export { default as Route } from './route';
|
|
1182
|
+
export { default as Router } from './router';
|
|
1181
1183
|
export { default as Rows2 } from './rows-2';
|
|
1182
1184
|
export { default as Rows3 } from './rows-3';
|
|
1183
1185
|
export { default as Rows4 } from './rows-4';
|
|
@@ -1192,19 +1194,19 @@ export { default as SatelliteDish } from './satellite-dish';
|
|
|
1192
1194
|
export { default as Satellite } from './satellite';
|
|
1193
1195
|
export { default as SaudiRiyal } from './saudi-riyal';
|
|
1194
1196
|
export { default as SaveAll } from './save-all';
|
|
1195
|
-
export { default as Save } from './save';
|
|
1196
1197
|
export { default as SaveOff } from './save-off';
|
|
1198
|
+
export { default as Save } from './save';
|
|
1197
1199
|
export { default as Scale3d } from './scale-3d';
|
|
1198
1200
|
export { default as Scale } from './scale';
|
|
1199
1201
|
export { default as Scaling } from './scaling';
|
|
1202
|
+
export { default as ScanEye } from './scan-eye';
|
|
1200
1203
|
export { default as ScanBarcode } from './scan-barcode';
|
|
1201
1204
|
export { default as ScanFace } from './scan-face';
|
|
1202
|
-
export { default as ScanEye } from './scan-eye';
|
|
1203
1205
|
export { default as ScanHeart } from './scan-heart';
|
|
1204
1206
|
export { default as ScanLine } from './scan-line';
|
|
1207
|
+
export { default as ScanText } from './scan-text';
|
|
1205
1208
|
export { default as ScanQrCode } from './scan-qr-code';
|
|
1206
1209
|
export { default as ScanSearch } from './scan-search';
|
|
1207
|
-
export { default as ScanText } from './scan-text';
|
|
1208
1210
|
export { default as Scan } from './scan';
|
|
1209
1211
|
export { default as School } from './school';
|
|
1210
1212
|
export { default as ScissorsLineDashed } from './scissors-line-dashed';
|
|
@@ -1215,8 +1217,8 @@ export { default as ScrollText } from './scroll-text';
|
|
|
1215
1217
|
export { default as SearchCheck } from './search-check';
|
|
1216
1218
|
export { default as Scroll } from './scroll';
|
|
1217
1219
|
export { default as SearchCode } from './search-code';
|
|
1218
|
-
export { default as SearchSlash } from './search-slash';
|
|
1219
1220
|
export { default as SearchX } from './search-x';
|
|
1221
|
+
export { default as SearchSlash } from './search-slash';
|
|
1220
1222
|
export { default as Search } from './search';
|
|
1221
1223
|
export { default as Section } from './section';
|
|
1222
1224
|
export { default as SendHorizontal } from './send-horizontal';
|
|
@@ -1225,8 +1227,8 @@ export { default as Send } from './send';
|
|
|
1225
1227
|
export { default as SeparatorHorizontal } from './separator-horizontal';
|
|
1226
1228
|
export { default as SeparatorVertical } from './separator-vertical';
|
|
1227
1229
|
export { default as ServerCog } from './server-cog';
|
|
1228
|
-
export { default as ServerCrash } from './server-crash';
|
|
1229
1230
|
export { default as ServerOff } from './server-off';
|
|
1231
|
+
export { default as ServerCrash } from './server-crash';
|
|
1230
1232
|
export { default as Server } from './server';
|
|
1231
1233
|
export { default as Settings2 } from './settings-2';
|
|
1232
1234
|
export { default as Settings } from './settings';
|
|
@@ -1235,19 +1237,19 @@ export { default as Share2 } from './share-2';
|
|
|
1235
1237
|
export { default as Share } from './share';
|
|
1236
1238
|
export { default as Sheet } from './sheet';
|
|
1237
1239
|
export { default as Shell } from './shell';
|
|
1238
|
-
export { default as ShieldAlert } from './shield-alert';
|
|
1239
1240
|
export { default as ShieldBan } from './shield-ban';
|
|
1240
|
-
export { default as
|
|
1241
|
+
export { default as ShieldAlert } from './shield-alert';
|
|
1241
1242
|
export { default as ShieldEllipsis } from './shield-ellipsis';
|
|
1243
|
+
export { default as ShieldCheck } from './shield-check';
|
|
1242
1244
|
export { default as ShieldHalf } from './shield-half';
|
|
1243
|
-
export { default as ShieldMinus } from './shield-minus';
|
|
1244
1245
|
export { default as ShieldOff } from './shield-off';
|
|
1246
|
+
export { default as ShieldMinus } from './shield-minus';
|
|
1245
1247
|
export { default as ShieldPlus } from './shield-plus';
|
|
1246
1248
|
export { default as ShieldQuestion } from './shield-question';
|
|
1247
1249
|
export { default as ShieldUser } from './shield-user';
|
|
1248
1250
|
export { default as ShieldX } from './shield-x';
|
|
1249
|
-
export { default as ShipWheel } from './ship-wheel';
|
|
1250
1251
|
export { default as Shield } from './shield';
|
|
1252
|
+
export { default as ShipWheel } from './ship-wheel';
|
|
1251
1253
|
export { default as Ship } from './ship';
|
|
1252
1254
|
export { default as Shirt } from './shirt';
|
|
1253
1255
|
export { default as ShoppingBag } from './shopping-bag';
|
|
@@ -1257,27 +1259,27 @@ export { default as Shovel } from './shovel';
|
|
|
1257
1259
|
export { default as ShowerHead } from './shower-head';
|
|
1258
1260
|
export { default as Shredder } from './shredder';
|
|
1259
1261
|
export { default as Shrimp } from './shrimp';
|
|
1260
|
-
export { default as Shrink } from './shrink';
|
|
1261
|
-
export { default as Shrub } from './shrub';
|
|
1262
1262
|
export { default as Shuffle } from './shuffle';
|
|
1263
|
+
export { default as Shrub } from './shrub';
|
|
1264
|
+
export { default as Shrink } from './shrink';
|
|
1263
1265
|
export { default as Sigma } from './sigma';
|
|
1264
|
-
export { default as SignalLow } from './signal-low';
|
|
1265
1266
|
export { default as SignalHigh } from './signal-high';
|
|
1267
|
+
export { default as SignalLow } from './signal-low';
|
|
1266
1268
|
export { default as SignalMedium } from './signal-medium';
|
|
1267
|
-
export { default as SignalZero } from './signal-zero';
|
|
1268
1269
|
export { default as Signal } from './signal';
|
|
1270
|
+
export { default as SignalZero } from './signal-zero';
|
|
1269
1271
|
export { default as Signature } from './signature';
|
|
1270
1272
|
export { default as SignpostBig } from './signpost-big';
|
|
1271
1273
|
export { default as Signpost } from './signpost';
|
|
1272
|
-
export { default as Siren } from './siren';
|
|
1273
1274
|
export { default as SkipBack } from './skip-back';
|
|
1275
|
+
export { default as Siren } from './siren';
|
|
1274
1276
|
export { default as SkipForward } from './skip-forward';
|
|
1275
1277
|
export { default as Skull } from './skull';
|
|
1276
1278
|
export { default as Slack } from './slack';
|
|
1277
1279
|
export { default as Slash } from './slash';
|
|
1278
1280
|
export { default as Slice } from './slice';
|
|
1279
|
-
export { default as SlidersVertical } from './sliders-vertical';
|
|
1280
1281
|
export { default as SlidersHorizontal } from './sliders-horizontal';
|
|
1282
|
+
export { default as SlidersVertical } from './sliders-vertical';
|
|
1281
1283
|
export { default as SmartphoneCharging } from './smartphone-charging';
|
|
1282
1284
|
export { default as SmartphoneNfc } from './smartphone-nfc';
|
|
1283
1285
|
export { default as Smartphone } from './smartphone';
|
|
@@ -1301,8 +1303,8 @@ export { default as Split } from './split';
|
|
|
1301
1303
|
export { default as SprayCan } from './spray-can';
|
|
1302
1304
|
export { default as Sprout } from './sprout';
|
|
1303
1305
|
export { default as SquareActivity } from './square-activity';
|
|
1304
|
-
export { default as SquareArrowDownRight } from './square-arrow-down-right';
|
|
1305
1306
|
export { default as SquareArrowDownLeft } from './square-arrow-down-left';
|
|
1307
|
+
export { default as SquareArrowDownRight } from './square-arrow-down-right';
|
|
1306
1308
|
export { default as SquareArrowDown } from './square-arrow-down';
|
|
1307
1309
|
export { default as SquareArrowLeft } from './square-arrow-left';
|
|
1308
1310
|
export { default as SquareArrowOutDownLeft } from './square-arrow-out-down-left';
|
|
@@ -1326,44 +1328,44 @@ export { default as SquareCode } from './square-code';
|
|
|
1326
1328
|
export { default as SquareDashedBottomCode } from './square-dashed-bottom-code';
|
|
1327
1329
|
export { default as SquareDashedBottom } from './square-dashed-bottom';
|
|
1328
1330
|
export { default as SquareDashedKanban } from './square-dashed-kanban';
|
|
1329
|
-
export { default as SquareDashed } from './square-dashed';
|
|
1330
1331
|
export { default as SquareDashedMousePointer } from './square-dashed-mouse-pointer';
|
|
1332
|
+
export { default as SquareDashed } from './square-dashed';
|
|
1331
1333
|
export { default as SquareDivide } from './square-divide';
|
|
1332
1334
|
export { default as SquareDot } from './square-dot';
|
|
1333
1335
|
export { default as SquareEqual } from './square-equal';
|
|
1336
|
+
export { default as SquareFunction } from './square-function';
|
|
1334
1337
|
export { default as SquareKanban } from './square-kanban';
|
|
1335
1338
|
export { default as SquareLibrary } from './square-library';
|
|
1336
|
-
export { default as SquareFunction } from './square-function';
|
|
1337
1339
|
export { default as SquareM } from './square-m';
|
|
1338
1340
|
export { default as SquareMenu } from './square-menu';
|
|
1339
1341
|
export { default as SquareMinus } from './square-minus';
|
|
1340
1342
|
export { default as SquareMousePointer } from './square-mouse-pointer';
|
|
1341
1343
|
export { default as SquareParkingOff } from './square-parking-off';
|
|
1342
|
-
export { default as SquarePen } from './square-pen';
|
|
1343
1344
|
export { default as SquareParking } from './square-parking';
|
|
1344
|
-
export { default as
|
|
1345
|
+
export { default as SquarePen } from './square-pen';
|
|
1345
1346
|
export { default as SquarePercent } from './square-percent';
|
|
1346
|
-
export { default as
|
|
1347
|
+
export { default as SquarePi } from './square-pi';
|
|
1347
1348
|
export { default as SquarePilcrow } from './square-pilcrow';
|
|
1349
|
+
export { default as SquarePlay } from './square-play';
|
|
1348
1350
|
export { default as SquarePlus } from './square-plus';
|
|
1349
1351
|
export { default as SquarePower } from './square-power';
|
|
1350
1352
|
export { default as SquareRadical } from './square-radical';
|
|
1351
1353
|
export { default as SquareRoundCorner } from './square-round-corner';
|
|
1352
|
-
export { default as SquareScissors } from './square-scissors';
|
|
1353
1354
|
export { default as SquareSigma } from './square-sigma';
|
|
1354
1355
|
export { default as SquareSlash } from './square-slash';
|
|
1356
|
+
export { default as SquareScissors } from './square-scissors';
|
|
1355
1357
|
export { default as SquareSplitHorizontal } from './square-split-horizontal';
|
|
1356
1358
|
export { default as SquareSplitVertical } from './square-split-vertical';
|
|
1357
|
-
export { default as SquareSquare } from './square-square';
|
|
1358
1359
|
export { default as SquareStack } from './square-stack';
|
|
1360
|
+
export { default as SquareSquare } from './square-square';
|
|
1359
1361
|
export { default as SquareTerminal } from './square-terminal';
|
|
1360
1362
|
export { default as SquareUserRound } from './square-user-round';
|
|
1361
1363
|
export { default as SquareUser } from './square-user';
|
|
1362
1364
|
export { default as SquareX } from './square-x';
|
|
1363
1365
|
export { default as Square } from './square';
|
|
1364
1366
|
export { default as SquaresExclude } from './squares-exclude';
|
|
1365
|
-
export { default as SquaresSubtract } from './squares-subtract';
|
|
1366
1367
|
export { default as SquaresIntersect } from './squares-intersect';
|
|
1368
|
+
export { default as SquaresSubtract } from './squares-subtract';
|
|
1367
1369
|
export { default as SquaresUnite } from './squares-unite';
|
|
1368
1370
|
export { default as Squircle } from './squircle';
|
|
1369
1371
|
export { default as Squirrel } from './squirrel';
|
|
@@ -1375,28 +1377,28 @@ export { default as StepBack } from './step-back';
|
|
|
1375
1377
|
export { default as StepForward } from './step-forward';
|
|
1376
1378
|
export { default as Stethoscope } from './stethoscope';
|
|
1377
1379
|
export { default as Sticker } from './sticker';
|
|
1378
|
-
export { default as Store } from './store';
|
|
1379
1380
|
export { default as StickyNote } from './sticky-note';
|
|
1381
|
+
export { default as Store } from './store';
|
|
1380
1382
|
export { default as StretchHorizontal } from './stretch-horizontal';
|
|
1381
1383
|
export { default as StretchVertical } from './stretch-vertical';
|
|
1382
1384
|
export { default as Strikethrough } from './strikethrough';
|
|
1385
|
+
export { default as Subscript } from './subscript';
|
|
1383
1386
|
export { default as SunDim } from './sun-dim';
|
|
1384
1387
|
export { default as SunMedium } from './sun-medium';
|
|
1385
|
-
export { default as Subscript } from './subscript';
|
|
1386
|
-
export { default as SunMoon } from './sun-moon';
|
|
1387
1388
|
export { default as SunSnow } from './sun-snow';
|
|
1388
|
-
export { default as
|
|
1389
|
+
export { default as SunMoon } from './sun-moon';
|
|
1389
1390
|
export { default as Sun } from './sun';
|
|
1391
|
+
export { default as Sunrise } from './sunrise';
|
|
1390
1392
|
export { default as Sunset } from './sunset';
|
|
1391
1393
|
export { default as Superscript } from './superscript';
|
|
1392
1394
|
export { default as SwatchBook } from './swatch-book';
|
|
1395
|
+
export { default as Sword } from './sword';
|
|
1393
1396
|
export { default as SwissFranc } from './swiss-franc';
|
|
1394
1397
|
export { default as SwitchCamera } from './switch-camera';
|
|
1395
|
-
export { default as
|
|
1398
|
+
export { default as Syringe } from './syringe';
|
|
1396
1399
|
export { default as Swords } from './swords';
|
|
1397
1400
|
export { default as Table2 } from './table-2';
|
|
1398
1401
|
export { default as TableCellsMerge } from './table-cells-merge';
|
|
1399
|
-
export { default as Syringe } from './syringe';
|
|
1400
1402
|
export { default as TableCellsSplit } from './table-cells-split';
|
|
1401
1403
|
export { default as TableColumnsSplit } from './table-columns-split';
|
|
1402
1404
|
export { default as TableOfContents } from './table-of-contents';
|
|
@@ -1407,50 +1409,50 @@ export { default as TabletSmartphone } from './tablet-smartphone';
|
|
|
1407
1409
|
export { default as Tablet } from './tablet';
|
|
1408
1410
|
export { default as Tablets } from './tablets';
|
|
1409
1411
|
export { default as Tag } from './tag';
|
|
1410
|
-
export { default as Tally1 } from './tally-1';
|
|
1411
1412
|
export { default as Tags } from './tags';
|
|
1413
|
+
export { default as Tally1 } from './tally-1';
|
|
1412
1414
|
export { default as Tally2 } from './tally-2';
|
|
1413
|
-
export { default as Tally4 } from './tally-4';
|
|
1414
1415
|
export { default as Tally3 } from './tally-3';
|
|
1416
|
+
export { default as Tally4 } from './tally-4';
|
|
1415
1417
|
export { default as Tally5 } from './tally-5';
|
|
1416
1418
|
export { default as Tangent } from './tangent';
|
|
1417
1419
|
export { default as Target } from './target';
|
|
1418
1420
|
export { default as Telescope } from './telescope';
|
|
1419
|
-
export { default as TentTree } from './tent-tree';
|
|
1420
1421
|
export { default as Tent } from './tent';
|
|
1422
|
+
export { default as TentTree } from './tent-tree';
|
|
1421
1423
|
export { default as Terminal } from './terminal';
|
|
1422
1424
|
export { default as TestTubeDiagonal } from './test-tube-diagonal';
|
|
1423
1425
|
export { default as TestTube } from './test-tube';
|
|
1424
1426
|
export { default as TestTubes } from './test-tubes';
|
|
1425
1427
|
export { default as TextCursorInput } from './text-cursor-input';
|
|
1426
|
-
export { default as TextCursor } from './text-cursor';
|
|
1427
1428
|
export { default as TextQuote } from './text-quote';
|
|
1429
|
+
export { default as TextCursor } from './text-cursor';
|
|
1428
1430
|
export { default as TextSearch } from './text-search';
|
|
1429
1431
|
export { default as TextSelect } from './text-select';
|
|
1430
1432
|
export { default as Text } from './text';
|
|
1431
1433
|
export { default as Theater } from './theater';
|
|
1432
1434
|
export { default as ThermometerSnowflake } from './thermometer-snowflake';
|
|
1433
|
-
export { default as ThermometerSun } from './thermometer-sun';
|
|
1434
1435
|
export { default as Thermometer } from './thermometer';
|
|
1436
|
+
export { default as ThermometerSun } from './thermometer-sun';
|
|
1435
1437
|
export { default as ThumbsDown } from './thumbs-down';
|
|
1436
|
-
export { default as ThumbsUp } from './thumbs-up';
|
|
1437
1438
|
export { default as TicketCheck } from './ticket-check';
|
|
1439
|
+
export { default as ThumbsUp } from './thumbs-up';
|
|
1438
1440
|
export { default as TicketMinus } from './ticket-minus';
|
|
1439
|
-
export { default as TicketPlus } from './ticket-plus';
|
|
1440
1441
|
export { default as TicketPercent } from './ticket-percent';
|
|
1441
|
-
export { default as
|
|
1442
|
+
export { default as TicketPlus } from './ticket-plus';
|
|
1442
1443
|
export { default as TicketSlash } from './ticket-slash';
|
|
1444
|
+
export { default as TicketX } from './ticket-x';
|
|
1443
1445
|
export { default as Ticket } from './ticket';
|
|
1444
1446
|
export { default as TicketsPlane } from './tickets-plane';
|
|
1445
1447
|
export { default as Tickets } from './tickets';
|
|
1446
1448
|
export { default as TimerOff } from './timer-off';
|
|
1447
|
-
export { default as TimerReset } from './timer-reset';
|
|
1448
1449
|
export { default as Timer } from './timer';
|
|
1450
|
+
export { default as TimerReset } from './timer-reset';
|
|
1449
1451
|
export { default as ToggleLeft } from './toggle-left';
|
|
1450
1452
|
export { default as ToggleRight } from './toggle-right';
|
|
1451
1453
|
export { default as Toilet } from './toilet';
|
|
1452
|
-
export { default as Torus } from './torus';
|
|
1453
1454
|
export { default as Tornado } from './tornado';
|
|
1455
|
+
export { default as Torus } from './torus';
|
|
1454
1456
|
export { default as TouchpadOff } from './touchpad-off';
|
|
1455
1457
|
export { default as Touchpad } from './touchpad';
|
|
1456
1458
|
export { default as TowerControl } from './tower-control';
|
|
@@ -1469,8 +1471,8 @@ export { default as TreePalm } from './tree-palm';
|
|
|
1469
1471
|
export { default as TreePine } from './tree-pine';
|
|
1470
1472
|
export { default as Trees } from './trees';
|
|
1471
1473
|
export { default as Trello } from './trello';
|
|
1472
|
-
export { default as TrendingUpDown } from './trending-up-down';
|
|
1473
1474
|
export { default as TrendingDown } from './trending-down';
|
|
1475
|
+
export { default as TrendingUpDown } from './trending-up-down';
|
|
1474
1476
|
export { default as TrendingUp } from './trending-up';
|
|
1475
1477
|
export { default as TriangleAlert } from './triangle-alert';
|
|
1476
1478
|
export { default as TriangleDashed } from './triangle-dashed';
|
|
@@ -1479,8 +1481,8 @@ export { default as Triangle } from './triangle';
|
|
|
1479
1481
|
export { default as Trophy } from './trophy';
|
|
1480
1482
|
export { default as TruckElectric } from './truck-electric';
|
|
1481
1483
|
export { default as Truck } from './truck';
|
|
1482
|
-
export { default as Turtle } from './turtle';
|
|
1483
1484
|
export { default as TvMinimalPlay } from './tv-minimal-play';
|
|
1485
|
+
export { default as Turtle } from './turtle';
|
|
1484
1486
|
export { default as TvMinimal } from './tv-minimal';
|
|
1485
1487
|
export { default as Tv } from './tv';
|
|
1486
1488
|
export { default as Twitch } from './twitch';
|
|
@@ -1495,15 +1497,15 @@ export { default as UndoDot } from './undo-dot';
|
|
|
1495
1497
|
export { default as Undo } from './undo';
|
|
1496
1498
|
export { default as UnfoldHorizontal } from './unfold-horizontal';
|
|
1497
1499
|
export { default as UnfoldVertical } from './unfold-vertical';
|
|
1498
|
-
export { default as Ungroup } from './ungroup';
|
|
1499
1500
|
export { default as University } from './university';
|
|
1501
|
+
export { default as Ungroup } from './ungroup';
|
|
1500
1502
|
export { default as Unlink2 } from './unlink-2';
|
|
1501
1503
|
export { default as Unlink } from './unlink';
|
|
1502
1504
|
export { default as Unplug } from './unplug';
|
|
1503
1505
|
export { default as Upload } from './upload';
|
|
1504
1506
|
export { default as Usb } from './usb';
|
|
1505
|
-
export { default as UserCog } from './user-cog';
|
|
1506
1507
|
export { default as UserCheck } from './user-check';
|
|
1508
|
+
export { default as UserCog } from './user-cog';
|
|
1507
1509
|
export { default as UserLock } from './user-lock';
|
|
1508
1510
|
export { default as UserMinus } from './user-minus';
|
|
1509
1511
|
export { default as UserPen } from './user-pen';
|
|
@@ -1517,8 +1519,8 @@ export { default as UserRoundSearch } from './user-round-search';
|
|
|
1517
1519
|
export { default as UserRoundX } from './user-round-x';
|
|
1518
1520
|
export { default as UserRound } from './user-round';
|
|
1519
1521
|
export { default as UserSearch } from './user-search';
|
|
1520
|
-
export { default as User } from './user';
|
|
1521
1522
|
export { default as UserX } from './user-x';
|
|
1523
|
+
export { default as User } from './user';
|
|
1522
1524
|
export { default as UsersRound } from './users-round';
|
|
1523
1525
|
export { default as Users } from './users';
|
|
1524
1526
|
export { default as UtensilsCrossed } from './utensils-crossed';
|
|
@@ -1549,8 +1551,8 @@ export { default as WalletMinimal } from './wallet-minimal';
|
|
|
1549
1551
|
export { default as Wallet } from './wallet';
|
|
1550
1552
|
export { default as Wallpaper } from './wallpaper';
|
|
1551
1553
|
export { default as WandSparkles } from './wand-sparkles';
|
|
1552
|
-
export { default as Wand } from './wand';
|
|
1553
1554
|
export { default as Warehouse } from './warehouse';
|
|
1555
|
+
export { default as Wand } from './wand';
|
|
1554
1556
|
export { default as WashingMachine } from './washing-machine';
|
|
1555
1557
|
export { default as Watch } from './watch';
|
|
1556
1558
|
export { default as WavesLadder } from './waves-ladder';
|
|
@@ -1562,22 +1564,22 @@ export { default as Webhook } from './webhook';
|
|
|
1562
1564
|
export { default as Weight } from './weight';
|
|
1563
1565
|
export { default as WheatOff } from './wheat-off';
|
|
1564
1566
|
export { default as Wheat } from './wheat';
|
|
1565
|
-
export { default as WifiHigh } from './wifi-high';
|
|
1566
1567
|
export { default as WholeWord } from './whole-word';
|
|
1567
1568
|
export { default as WifiLow } from './wifi-low';
|
|
1569
|
+
export { default as WifiHigh } from './wifi-high';
|
|
1568
1570
|
export { default as WifiOff } from './wifi-off';
|
|
1569
1571
|
export { default as WifiPen } from './wifi-pen';
|
|
1570
|
-
export { default as WifiZero } from './wifi-zero';
|
|
1571
1572
|
export { default as Wifi } from './wifi';
|
|
1573
|
+
export { default as WifiZero } from './wifi-zero';
|
|
1572
1574
|
export { default as WindArrowDown } from './wind-arrow-down';
|
|
1573
1575
|
export { default as Wind } from './wind';
|
|
1574
|
-
export { default as Wine } from './wine';
|
|
1575
1576
|
export { default as WineOff } from './wine-off';
|
|
1577
|
+
export { default as Wine } from './wine';
|
|
1576
1578
|
export { default as Workflow } from './workflow';
|
|
1577
1579
|
export { default as Worm } from './worm';
|
|
1578
1580
|
export { default as WrapText } from './wrap-text';
|
|
1579
|
-
export { default as X } from './x';
|
|
1580
1581
|
export { default as Wrench } from './wrench';
|
|
1582
|
+
export { default as X } from './x';
|
|
1581
1583
|
export { default as Youtube } from './youtube';
|
|
1582
1584
|
export { default as ZapOff } from './zap-off';
|
|
1583
1585
|
export { default as Zap } from './zap';
|