lucide-astro 0.305.0 → 0.307.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/BetweenHorizontalEnd.astro +10 -0
- package/dist/BetweenHorizontalStart.astro +10 -0
- package/dist/BetweenVerticalEnd.astro +10 -0
- package/dist/BetweenVerticalStart.astro +10 -0
- package/dist/{ClipboardEdit.astro → ClipboardPen.astro} +2 -2
- package/dist/{ClipboardSignature.astro → ClipboardPenLine.astro} +2 -2
- package/dist/{FileEdit.astro → FilePen.astro} +2 -2
- package/dist/{FileSignature.astro → FilePenLine.astro} +1 -1
- package/dist/FolderPen.astro +9 -0
- package/dist/FolderSync.astro +3 -3
- package/dist/Notebook.astro +13 -0
- package/dist/NotebookPen.astro +13 -0
- package/dist/NotebookTabs.astro +16 -0
- package/dist/NotebookText.astro +15 -0
- package/dist/NotepadText.astro +14 -0
- package/dist/NotepadTextDashed.astro +20 -0
- package/dist/index.d.ts +20 -10
- package/dist/index.js +20 -10
- package/package.json +2 -2
- package/dist/FolderEdit.astro +0 -9
- /package/dist/{SquareAsterisk.astro → AsteriskSquare.astro} +0 -0
- /package/dist/{SquareCode.astro → CodeSquare.astro} +0 -0
- /package/dist/{SquareDot.astro → DotSquare.astro} +0 -0
- /package/dist/{SquareEqual.astro → EqualSquare.astro} +0 -0
- /package/dist/{SquareSlash.astro → SlashSquare.astro} +0 -0
@@ -0,0 +1,10 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout {...Astro.props}>
|
7
|
+
<rect width="13" height="7" x="3" y="3" rx="1" />
|
8
|
+
<path d="m22 15-3-3 3-3" />
|
9
|
+
<rect width="13" height="7" x="3" y="14" rx="1" />
|
10
|
+
</Layout>
|
@@ -0,0 +1,10 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout {...Astro.props}>
|
7
|
+
<rect width="13" height="7" x="8" y="3" rx="1" />
|
8
|
+
<path d="m2 9 3 3-3 3" />
|
9
|
+
<rect width="13" height="7" x="8" y="14" rx="1" />
|
10
|
+
</Layout>
|
@@ -0,0 +1,10 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout {...Astro.props}>
|
7
|
+
<rect width="7" height="13" x="3" y="3" rx="1" />
|
8
|
+
<path d="m9 22 3-3 3 3" />
|
9
|
+
<rect width="7" height="13" x="14" y="3" rx="1" />
|
10
|
+
</Layout>
|
@@ -0,0 +1,10 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout {...Astro.props}>
|
7
|
+
<rect width="7" height="13" x="3" y="8" rx="1" />
|
8
|
+
<path d="m15 2-3 3-3-3" />
|
9
|
+
<rect width="7" height="13" x="14" y="8" rx="1" />
|
10
|
+
</Layout>
|
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<rect width="8" height="4" x="8" y="2" rx="1"
|
8
|
-
<path d="M10.
|
7
|
+
<rect width="8" height="4" x="8" y="2" rx="1" />
|
8
|
+
<path d="M10.4 12.6a2 2 0 0 1 3 3L8 21l-4 1 1-4Z" />
|
9
9
|
<path d="M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-5.5" />
|
10
10
|
<path d="M4 13.5V6a2 2 0 0 1 2-2h2" />
|
11
11
|
</Layout>
|
@@ -4,9 +4,9 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<rect width="8" height="4" x="8" y="2" rx="1"
|
7
|
+
<rect width="8" height="4" x="8" y="2" rx="1" />
|
8
8
|
<path d="M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-.5" />
|
9
9
|
<path d="M16 4h2a2 2 0 0 1 1.73 1" />
|
10
|
-
<path d="M18.42 9.61a2.1 2.1 0 1 1 2.97 2.97L16.95 17 13 18l.99-3.95 4.43-4.44Z" />
|
11
10
|
<path d="M8 18h1" />
|
11
|
+
<path d="M18.4 9.6a2 2 0 0 1 3 3L17 17l-4 1 1-4Z" />
|
12
12
|
</Layout>
|
@@ -5,6 +5,6 @@ export type { Props } from './index.d.ts'
|
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
7
|
<path d="M4 13.5V4a2 2 0 0 1 2-2h8.5L20 7.5V20a2 2 0 0 1-2 2h-5.5" />
|
8
|
-
<
|
9
|
-
<path d="M10.
|
8
|
+
<path d="M14 2v6h6" />
|
9
|
+
<path d="M10.4 12.6a2 2 0 0 1 3 3L8 21l-4 1 1-4Z" />
|
10
10
|
</Layout>
|
@@ -6,5 +6,5 @@ export type { Props } from './index.d.ts'
|
|
6
6
|
<Layout {...Astro.props}>
|
7
7
|
<path d="M20 19.5v.5a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8.5L18 5.5" />
|
8
8
|
<path d="M8 18h1" />
|
9
|
-
<path d="M18.
|
9
|
+
<path d="M18.4 9.6a2 2 0 0 1 3 3L17 17l-4 1 1-4Z" />
|
10
10
|
</Layout>
|
@@ -0,0 +1,9 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout {...Astro.props}>
|
7
|
+
<path d="M8.4 10.6a2 2 0 0 1 3 3L6 19l-4 1 1-4Z" />
|
8
|
+
<path d="M2 11.5V5a2 2 0 0 1 2-2h3.9c.7 0 1.3.3 1.7.9l.8 1.2c.4.6 1 .9 1.7.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-9.5" />
|
9
|
+
</Layout>
|
package/dist/FolderSync.astro
CHANGED
@@ -4,9 +4,9 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="M9 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2
|
7
|
+
<path d="M9 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v.5" />
|
8
8
|
<path d="M12 10v4h4" />
|
9
|
-
<path d="m12 14 1.
|
9
|
+
<path d="m12 14 1.535-1.605a5 5 0 0 1 8 1.5" />
|
10
10
|
<path d="M22 22v-4h-4" />
|
11
|
-
<path d="m22 18-1.
|
11
|
+
<path d="m22 18-1.535 1.605a5 5 0 0 1-8-1.5" />
|
12
12
|
</Layout>
|
@@ -0,0 +1,13 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout {...Astro.props}>
|
7
|
+
<path d="M2 6h4" />
|
8
|
+
<path d="M2 10h4" />
|
9
|
+
<path d="M2 14h4" />
|
10
|
+
<path d="M2 18h4" />
|
11
|
+
<rect width="16" height="20" x="4" y="2" rx="2" />
|
12
|
+
<path d="M16 2v20" />
|
13
|
+
</Layout>
|
@@ -0,0 +1,13 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout {...Astro.props}>
|
7
|
+
<path d="M13.4 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-7.4" />
|
8
|
+
<path d="M2 6h4" />
|
9
|
+
<path d="M2 10h4" />
|
10
|
+
<path d="M2 14h4" />
|
11
|
+
<path d="M2 18h4" />
|
12
|
+
<path d="M18.4 2.6a2.17 2.17 0 0 1 3 3L16 11l-4 1 1-4Z" />
|
13
|
+
</Layout>
|
@@ -0,0 +1,16 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout {...Astro.props}>
|
7
|
+
<path d="M2 6h4" />
|
8
|
+
<path d="M2 10h4" />
|
9
|
+
<path d="M2 14h4" />
|
10
|
+
<path d="M2 18h4" />
|
11
|
+
<rect width="16" height="20" x="4" y="2" rx="2" />
|
12
|
+
<path d="M15 2v20" />
|
13
|
+
<path d="M15 7h5" />
|
14
|
+
<path d="M15 12h5" />
|
15
|
+
<path d="M15 17h5" />
|
16
|
+
</Layout>
|
@@ -0,0 +1,15 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout {...Astro.props}>
|
7
|
+
<path d="M2 6h4" />
|
8
|
+
<path d="M2 10h4" />
|
9
|
+
<path d="M2 14h4" />
|
10
|
+
<path d="M2 18h4" />
|
11
|
+
<rect width="16" height="20" x="4" y="2" rx="2" />
|
12
|
+
<path d="M9.5 8h5" />
|
13
|
+
<path d="M9.5 12H16" />
|
14
|
+
<path d="M9.5 16H14" />
|
15
|
+
</Layout>
|
@@ -0,0 +1,14 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout {...Astro.props}>
|
7
|
+
<path d="M8 2v4" />
|
8
|
+
<path d="M12 2v4" />
|
9
|
+
<path d="M16 2v4" />
|
10
|
+
<rect width="16" height="18" x="4" y="4" rx="2" />
|
11
|
+
<path d="M8 10h6" />
|
12
|
+
<path d="M8 14h8" />
|
13
|
+
<path d="M8 18h5" />
|
14
|
+
</Layout>
|
@@ -0,0 +1,20 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout {...Astro.props}>
|
7
|
+
<path d="M8 2v4" />
|
8
|
+
<path d="M12 2v4" />
|
9
|
+
<path d="M16 2v4" />
|
10
|
+
<path d="M16 4h2a2 2 0 0 1 2 2v2" />
|
11
|
+
<path d="M20 12v2" />
|
12
|
+
<path d="M20 18v2a2 2 0 0 1-2 2h-1" />
|
13
|
+
<path d="M13 22h-2" />
|
14
|
+
<path d="M7 22H6a2 2 0 0 1-2-2v-2" />
|
15
|
+
<path d="M4 14v-2" />
|
16
|
+
<path d="M4 8V6a2 2 0 0 1 2-2h2" />
|
17
|
+
<path d="M8 10h6" />
|
18
|
+
<path d="M8 14h8" />
|
19
|
+
<path d="M8 18h5" />
|
20
|
+
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -121,6 +121,7 @@ export { default as ArrowUpWideNarrow } from './ArrowUpWideNarrow.astro'
|
|
121
121
|
export { default as ArrowUpZA } from './ArrowUpZA.astro'
|
122
122
|
export { default as ArrowUp } from './ArrowUp.astro'
|
123
123
|
export { default as ArrowsUpFromLine } from './ArrowsUpFromLine.astro'
|
124
|
+
export { default as AsteriskSquare } from './AsteriskSquare.astro'
|
124
125
|
export { default as Asterisk } from './Asterisk.astro'
|
125
126
|
export { default as AtSign } from './AtSign.astro'
|
126
127
|
export { default as Atom } from './Atom.astro'
|
@@ -183,6 +184,10 @@ export { default as BellOff } from './BellOff.astro'
|
|
183
184
|
export { default as BellPlus } from './BellPlus.astro'
|
184
185
|
export { default as BellRing } from './BellRing.astro'
|
185
186
|
export { default as Bell } from './Bell.astro'
|
187
|
+
export { default as BetweenHorizontalEnd } from './BetweenHorizontalEnd.astro'
|
188
|
+
export { default as BetweenHorizontalStart } from './BetweenHorizontalStart.astro'
|
189
|
+
export { default as BetweenVerticalEnd } from './BetweenVerticalEnd.astro'
|
190
|
+
export { default as BetweenVerticalStart } from './BetweenVerticalStart.astro'
|
186
191
|
export { default as Bike } from './Bike.astro'
|
187
192
|
export { default as Binary } from './Binary.astro'
|
188
193
|
export { default as Biohazard } from './Biohazard.astro'
|
@@ -336,10 +341,10 @@ export { default as Citrus } from './Citrus.astro'
|
|
336
341
|
export { default as Clapperboard } from './Clapperboard.astro'
|
337
342
|
export { default as ClipboardCheck } from './ClipboardCheck.astro'
|
338
343
|
export { default as ClipboardCopy } from './ClipboardCopy.astro'
|
339
|
-
export { default as ClipboardEdit } from './ClipboardEdit.astro'
|
340
344
|
export { default as ClipboardList } from './ClipboardList.astro'
|
341
345
|
export { default as ClipboardPaste } from './ClipboardPaste.astro'
|
342
|
-
export { default as
|
346
|
+
export { default as ClipboardPenLine } from './ClipboardPenLine.astro'
|
347
|
+
export { default as ClipboardPen } from './ClipboardPen.astro'
|
343
348
|
export { default as ClipboardType } from './ClipboardType.astro'
|
344
349
|
export { default as ClipboardX } from './ClipboardX.astro'
|
345
350
|
export { default as Clipboard } from './Clipboard.astro'
|
@@ -374,6 +379,7 @@ export { default as Cloudy } from './Cloudy.astro'
|
|
374
379
|
export { default as Clover } from './Clover.astro'
|
375
380
|
export { default as Club } from './Club.astro'
|
376
381
|
export { default as Code2 } from './Code2.astro'
|
382
|
+
export { default as CodeSquare } from './CodeSquare.astro'
|
377
383
|
export { default as Code } from './Code.astro'
|
378
384
|
export { default as Codepen } from './Codepen.astro'
|
379
385
|
export { default as Codesandbox } from './Codesandbox.astro'
|
@@ -454,6 +460,7 @@ export { default as DollarSign } from './DollarSign.astro'
|
|
454
460
|
export { default as Donut } from './Donut.astro'
|
455
461
|
export { default as DoorClosed } from './DoorClosed.astro'
|
456
462
|
export { default as DoorOpen } from './DoorOpen.astro'
|
463
|
+
export { default as DotSquare } from './DotSquare.astro'
|
457
464
|
export { default as Dot } from './Dot.astro'
|
458
465
|
export { default as DownloadCloud } from './DownloadCloud.astro'
|
459
466
|
export { default as Download } from './Download.astro'
|
@@ -472,6 +479,7 @@ export { default as EggFried } from './EggFried.astro'
|
|
472
479
|
export { default as EggOff } from './EggOff.astro'
|
473
480
|
export { default as Egg } from './Egg.astro'
|
474
481
|
export { default as EqualNot } from './EqualNot.astro'
|
482
|
+
export { default as EqualSquare } from './EqualSquare.astro'
|
475
483
|
export { default as Equal } from './Equal.astro'
|
476
484
|
export { default as Eraser } from './Eraser.astro'
|
477
485
|
export { default as Euro } from './Euro.astro'
|
@@ -505,7 +513,6 @@ export { default as FileCog } from './FileCog.astro'
|
|
505
513
|
export { default as FileDiff } from './FileDiff.astro'
|
506
514
|
export { default as FileDigit } from './FileDigit.astro'
|
507
515
|
export { default as FileDown } from './FileDown.astro'
|
508
|
-
export { default as FileEdit } from './FileEdit.astro'
|
509
516
|
export { default as FileHeart } from './FileHeart.astro'
|
510
517
|
export { default as FileImage } from './FileImage.astro'
|
511
518
|
export { default as FileInput } from './FileInput.astro'
|
@@ -520,6 +527,8 @@ export { default as FileMinus2 } from './FileMinus2.astro'
|
|
520
527
|
export { default as FileMinus } from './FileMinus.astro'
|
521
528
|
export { default as FileMusic } from './FileMusic.astro'
|
522
529
|
export { default as FileOutput } from './FileOutput.astro'
|
530
|
+
export { default as FilePenLine } from './FilePenLine.astro'
|
531
|
+
export { default as FilePen } from './FilePen.astro'
|
523
532
|
export { default as FilePieChart } from './FilePieChart.astro'
|
524
533
|
export { default as FilePlus2 } from './FilePlus2.astro'
|
525
534
|
export { default as FilePlus } from './FilePlus.astro'
|
@@ -527,7 +536,6 @@ export { default as FileQuestion } from './FileQuestion.astro'
|
|
527
536
|
export { default as FileScan } from './FileScan.astro'
|
528
537
|
export { default as FileSearch2 } from './FileSearch2.astro'
|
529
538
|
export { default as FileSearch } from './FileSearch.astro'
|
530
|
-
export { default as FileSignature } from './FileSignature.astro'
|
531
539
|
export { default as FileSpreadsheet } from './FileSpreadsheet.astro'
|
532
540
|
export { default as FileStack } from './FileStack.astro'
|
533
541
|
export { default as FileSymlink } from './FileSymlink.astro'
|
@@ -580,7 +588,6 @@ export { default as FolderClosed } from './FolderClosed.astro'
|
|
580
588
|
export { default as FolderCog } from './FolderCog.astro'
|
581
589
|
export { default as FolderDot } from './FolderDot.astro'
|
582
590
|
export { default as FolderDown } from './FolderDown.astro'
|
583
|
-
export { default as FolderEdit } from './FolderEdit.astro'
|
584
591
|
export { default as FolderGit2 } from './FolderGit2.astro'
|
585
592
|
export { default as FolderGit } from './FolderGit.astro'
|
586
593
|
export { default as FolderHeart } from './FolderHeart.astro'
|
@@ -592,6 +599,7 @@ export { default as FolderMinus } from './FolderMinus.astro'
|
|
592
599
|
export { default as FolderOpenDot } from './FolderOpenDot.astro'
|
593
600
|
export { default as FolderOpen } from './FolderOpen.astro'
|
594
601
|
export { default as FolderOutput } from './FolderOutput.astro'
|
602
|
+
export { default as FolderPen } from './FolderPen.astro'
|
595
603
|
export { default as FolderPlus } from './FolderPlus.astro'
|
596
604
|
export { default as FolderRoot } from './FolderRoot.astro'
|
597
605
|
export { default as FolderSearch2 } from './FolderSearch2.astro'
|
@@ -901,6 +909,12 @@ export { default as Navigation } from './Navigation.astro'
|
|
901
909
|
export { default as Network } from './Network.astro'
|
902
910
|
export { default as Newspaper } from './Newspaper.astro'
|
903
911
|
export { default as Nfc } from './Nfc.astro'
|
912
|
+
export { default as NotebookPen } from './NotebookPen.astro'
|
913
|
+
export { default as NotebookTabs } from './NotebookTabs.astro'
|
914
|
+
export { default as NotebookText } from './NotebookText.astro'
|
915
|
+
export { default as Notebook } from './Notebook.astro'
|
916
|
+
export { default as NotepadTextDashed } from './NotepadTextDashed.astro'
|
917
|
+
export { default as NotepadText } from './NotepadText.astro'
|
904
918
|
export { default as NutOff } from './NutOff.astro'
|
905
919
|
export { default as Nut } from './Nut.astro'
|
906
920
|
export { default as Octagon } from './Octagon.astro'
|
@@ -1152,6 +1166,7 @@ export { default as SkipBack } from './SkipBack.astro'
|
|
1152
1166
|
export { default as SkipForward } from './SkipForward.astro'
|
1153
1167
|
export { default as Skull } from './Skull.astro'
|
1154
1168
|
export { default as Slack } from './Slack.astro'
|
1169
|
+
export { default as SlashSquare } from './SlashSquare.astro'
|
1155
1170
|
export { default as Slash } from './Slash.astro'
|
1156
1171
|
export { default as Slice } from './Slice.astro'
|
1157
1172
|
export { default as SlidersHorizontal } from './SlidersHorizontal.astro'
|
@@ -1179,13 +1194,8 @@ export { default as SplitSquareVertical } from './SplitSquareVertical.astro'
|
|
1179
1194
|
export { default as Split } from './Split.astro'
|
1180
1195
|
export { default as SprayCan } from './SprayCan.astro'
|
1181
1196
|
export { default as Sprout } from './Sprout.astro'
|
1182
|
-
export { default as SquareAsterisk } from './SquareAsterisk.astro'
|
1183
|
-
export { default as SquareCode } from './SquareCode.astro'
|
1184
1197
|
export { default as SquareDashedBottomCode } from './SquareDashedBottomCode.astro'
|
1185
1198
|
export { default as SquareDashedBottom } from './SquareDashedBottom.astro'
|
1186
|
-
export { default as SquareDot } from './SquareDot.astro'
|
1187
|
-
export { default as SquareEqual } from './SquareEqual.astro'
|
1188
|
-
export { default as SquareSlash } from './SquareSlash.astro'
|
1189
1199
|
export { default as SquareStack } from './SquareStack.astro'
|
1190
1200
|
export { default as SquareUserRound } from './SquareUserRound.astro'
|
1191
1201
|
export { default as SquareUser } from './SquareUser.astro'
|
package/dist/index.js
CHANGED
@@ -116,6 +116,7 @@ export { default as ArrowUpWideNarrow } from './ArrowUpWideNarrow.astro'
|
|
116
116
|
export { default as ArrowUpZA } from './ArrowUpZA.astro'
|
117
117
|
export { default as ArrowUp } from './ArrowUp.astro'
|
118
118
|
export { default as ArrowsUpFromLine } from './ArrowsUpFromLine.astro'
|
119
|
+
export { default as AsteriskSquare } from './AsteriskSquare.astro'
|
119
120
|
export { default as Asterisk } from './Asterisk.astro'
|
120
121
|
export { default as AtSign } from './AtSign.astro'
|
121
122
|
export { default as Atom } from './Atom.astro'
|
@@ -178,6 +179,10 @@ export { default as BellOff } from './BellOff.astro'
|
|
178
179
|
export { default as BellPlus } from './BellPlus.astro'
|
179
180
|
export { default as BellRing } from './BellRing.astro'
|
180
181
|
export { default as Bell } from './Bell.astro'
|
182
|
+
export { default as BetweenHorizontalEnd } from './BetweenHorizontalEnd.astro'
|
183
|
+
export { default as BetweenHorizontalStart } from './BetweenHorizontalStart.astro'
|
184
|
+
export { default as BetweenVerticalEnd } from './BetweenVerticalEnd.astro'
|
185
|
+
export { default as BetweenVerticalStart } from './BetweenVerticalStart.astro'
|
181
186
|
export { default as Bike } from './Bike.astro'
|
182
187
|
export { default as Binary } from './Binary.astro'
|
183
188
|
export { default as Biohazard } from './Biohazard.astro'
|
@@ -331,10 +336,10 @@ export { default as Citrus } from './Citrus.astro'
|
|
331
336
|
export { default as Clapperboard } from './Clapperboard.astro'
|
332
337
|
export { default as ClipboardCheck } from './ClipboardCheck.astro'
|
333
338
|
export { default as ClipboardCopy } from './ClipboardCopy.astro'
|
334
|
-
export { default as ClipboardEdit } from './ClipboardEdit.astro'
|
335
339
|
export { default as ClipboardList } from './ClipboardList.astro'
|
336
340
|
export { default as ClipboardPaste } from './ClipboardPaste.astro'
|
337
|
-
export { default as
|
341
|
+
export { default as ClipboardPenLine } from './ClipboardPenLine.astro'
|
342
|
+
export { default as ClipboardPen } from './ClipboardPen.astro'
|
338
343
|
export { default as ClipboardType } from './ClipboardType.astro'
|
339
344
|
export { default as ClipboardX } from './ClipboardX.astro'
|
340
345
|
export { default as Clipboard } from './Clipboard.astro'
|
@@ -369,6 +374,7 @@ export { default as Cloudy } from './Cloudy.astro'
|
|
369
374
|
export { default as Clover } from './Clover.astro'
|
370
375
|
export { default as Club } from './Club.astro'
|
371
376
|
export { default as Code2 } from './Code2.astro'
|
377
|
+
export { default as CodeSquare } from './CodeSquare.astro'
|
372
378
|
export { default as Code } from './Code.astro'
|
373
379
|
export { default as Codepen } from './Codepen.astro'
|
374
380
|
export { default as Codesandbox } from './Codesandbox.astro'
|
@@ -449,6 +455,7 @@ export { default as DollarSign } from './DollarSign.astro'
|
|
449
455
|
export { default as Donut } from './Donut.astro'
|
450
456
|
export { default as DoorClosed } from './DoorClosed.astro'
|
451
457
|
export { default as DoorOpen } from './DoorOpen.astro'
|
458
|
+
export { default as DotSquare } from './DotSquare.astro'
|
452
459
|
export { default as Dot } from './Dot.astro'
|
453
460
|
export { default as DownloadCloud } from './DownloadCloud.astro'
|
454
461
|
export { default as Download } from './Download.astro'
|
@@ -467,6 +474,7 @@ export { default as EggFried } from './EggFried.astro'
|
|
467
474
|
export { default as EggOff } from './EggOff.astro'
|
468
475
|
export { default as Egg } from './Egg.astro'
|
469
476
|
export { default as EqualNot } from './EqualNot.astro'
|
477
|
+
export { default as EqualSquare } from './EqualSquare.astro'
|
470
478
|
export { default as Equal } from './Equal.astro'
|
471
479
|
export { default as Eraser } from './Eraser.astro'
|
472
480
|
export { default as Euro } from './Euro.astro'
|
@@ -500,7 +508,6 @@ export { default as FileCog } from './FileCog.astro'
|
|
500
508
|
export { default as FileDiff } from './FileDiff.astro'
|
501
509
|
export { default as FileDigit } from './FileDigit.astro'
|
502
510
|
export { default as FileDown } from './FileDown.astro'
|
503
|
-
export { default as FileEdit } from './FileEdit.astro'
|
504
511
|
export { default as FileHeart } from './FileHeart.astro'
|
505
512
|
export { default as FileImage } from './FileImage.astro'
|
506
513
|
export { default as FileInput } from './FileInput.astro'
|
@@ -515,6 +522,8 @@ export { default as FileMinus2 } from './FileMinus2.astro'
|
|
515
522
|
export { default as FileMinus } from './FileMinus.astro'
|
516
523
|
export { default as FileMusic } from './FileMusic.astro'
|
517
524
|
export { default as FileOutput } from './FileOutput.astro'
|
525
|
+
export { default as FilePenLine } from './FilePenLine.astro'
|
526
|
+
export { default as FilePen } from './FilePen.astro'
|
518
527
|
export { default as FilePieChart } from './FilePieChart.astro'
|
519
528
|
export { default as FilePlus2 } from './FilePlus2.astro'
|
520
529
|
export { default as FilePlus } from './FilePlus.astro'
|
@@ -522,7 +531,6 @@ export { default as FileQuestion } from './FileQuestion.astro'
|
|
522
531
|
export { default as FileScan } from './FileScan.astro'
|
523
532
|
export { default as FileSearch2 } from './FileSearch2.astro'
|
524
533
|
export { default as FileSearch } from './FileSearch.astro'
|
525
|
-
export { default as FileSignature } from './FileSignature.astro'
|
526
534
|
export { default as FileSpreadsheet } from './FileSpreadsheet.astro'
|
527
535
|
export { default as FileStack } from './FileStack.astro'
|
528
536
|
export { default as FileSymlink } from './FileSymlink.astro'
|
@@ -575,7 +583,6 @@ export { default as FolderClosed } from './FolderClosed.astro'
|
|
575
583
|
export { default as FolderCog } from './FolderCog.astro'
|
576
584
|
export { default as FolderDot } from './FolderDot.astro'
|
577
585
|
export { default as FolderDown } from './FolderDown.astro'
|
578
|
-
export { default as FolderEdit } from './FolderEdit.astro'
|
579
586
|
export { default as FolderGit2 } from './FolderGit2.astro'
|
580
587
|
export { default as FolderGit } from './FolderGit.astro'
|
581
588
|
export { default as FolderHeart } from './FolderHeart.astro'
|
@@ -587,6 +594,7 @@ export { default as FolderMinus } from './FolderMinus.astro'
|
|
587
594
|
export { default as FolderOpenDot } from './FolderOpenDot.astro'
|
588
595
|
export { default as FolderOpen } from './FolderOpen.astro'
|
589
596
|
export { default as FolderOutput } from './FolderOutput.astro'
|
597
|
+
export { default as FolderPen } from './FolderPen.astro'
|
590
598
|
export { default as FolderPlus } from './FolderPlus.astro'
|
591
599
|
export { default as FolderRoot } from './FolderRoot.astro'
|
592
600
|
export { default as FolderSearch2 } from './FolderSearch2.astro'
|
@@ -896,6 +904,12 @@ export { default as Navigation } from './Navigation.astro'
|
|
896
904
|
export { default as Network } from './Network.astro'
|
897
905
|
export { default as Newspaper } from './Newspaper.astro'
|
898
906
|
export { default as Nfc } from './Nfc.astro'
|
907
|
+
export { default as NotebookPen } from './NotebookPen.astro'
|
908
|
+
export { default as NotebookTabs } from './NotebookTabs.astro'
|
909
|
+
export { default as NotebookText } from './NotebookText.astro'
|
910
|
+
export { default as Notebook } from './Notebook.astro'
|
911
|
+
export { default as NotepadTextDashed } from './NotepadTextDashed.astro'
|
912
|
+
export { default as NotepadText } from './NotepadText.astro'
|
899
913
|
export { default as NutOff } from './NutOff.astro'
|
900
914
|
export { default as Nut } from './Nut.astro'
|
901
915
|
export { default as Octagon } from './Octagon.astro'
|
@@ -1147,6 +1161,7 @@ export { default as SkipBack } from './SkipBack.astro'
|
|
1147
1161
|
export { default as SkipForward } from './SkipForward.astro'
|
1148
1162
|
export { default as Skull } from './Skull.astro'
|
1149
1163
|
export { default as Slack } from './Slack.astro'
|
1164
|
+
export { default as SlashSquare } from './SlashSquare.astro'
|
1150
1165
|
export { default as Slash } from './Slash.astro'
|
1151
1166
|
export { default as Slice } from './Slice.astro'
|
1152
1167
|
export { default as SlidersHorizontal } from './SlidersHorizontal.astro'
|
@@ -1174,13 +1189,8 @@ export { default as SplitSquareVertical } from './SplitSquareVertical.astro'
|
|
1174
1189
|
export { default as Split } from './Split.astro'
|
1175
1190
|
export { default as SprayCan } from './SprayCan.astro'
|
1176
1191
|
export { default as Sprout } from './Sprout.astro'
|
1177
|
-
export { default as SquareAsterisk } from './SquareAsterisk.astro'
|
1178
|
-
export { default as SquareCode } from './SquareCode.astro'
|
1179
1192
|
export { default as SquareDashedBottomCode } from './SquareDashedBottomCode.astro'
|
1180
1193
|
export { default as SquareDashedBottom } from './SquareDashedBottom.astro'
|
1181
|
-
export { default as SquareDot } from './SquareDot.astro'
|
1182
|
-
export { default as SquareEqual } from './SquareEqual.astro'
|
1183
|
-
export { default as SquareSlash } from './SquareSlash.astro'
|
1184
1194
|
export { default as SquareStack } from './SquareStack.astro'
|
1185
1195
|
export { default as SquareUserRound } from './SquareUserRound.astro'
|
1186
1196
|
export { default as SquareUser } from './SquareUser.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.307.0",
|
4
4
|
"description": "Get your Lucide icons right into your Astro project",
|
5
5
|
"main": "./dist/index.js",
|
6
6
|
"types": "./dist/index.d.ts",
|
@@ -26,7 +26,7 @@
|
|
26
26
|
"author": "Aviortheking",
|
27
27
|
"license": "MIT",
|
28
28
|
"devDependencies": {
|
29
|
-
"lucide-static": "0.
|
29
|
+
"lucide-static": "0.307.0",
|
30
30
|
"semver": "^7.5.4"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|
package/dist/FolderEdit.astro
DELETED
@@ -1,9 +0,0 @@
|
|
1
|
-
---
|
2
|
-
import Layout from './.Layout.astro'
|
3
|
-
export type { Props } from './index.d.ts'
|
4
|
-
---
|
5
|
-
|
6
|
-
<Layout {...Astro.props}>
|
7
|
-
<path d="M8.4 10.6a2.1 2.1 0 1 1 2.99 2.98L6 19l-4 1 1-3.9Z" />
|
8
|
-
<path d="M2 11.5V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-9.5" />
|
9
|
-
</Layout>
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|