lucide-astro 0.426.0 → 0.428.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/Binoculars.astro +13 -0
- package/dist/ChevronsLeftRightEllipsis.astro +12 -0
- package/dist/EthernetPort.astro +12 -0
- package/dist/FolderSearch.astro +2 -2
- package/dist/Tickets.astro +12 -0
- package/dist/TicketsPlane.astro +14 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.js +5 -0
- package/package.json +2 -2
@@ -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="M10 10h4" />
|
8
|
+
<path d="M19 7V4a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v3" />
|
9
|
+
<path d="M20 21a2 2 0 0 0 2-2v-3.851c0-1.39-2-2.962-2-4.829V8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v11a2 2 0 0 0 2 2z" />
|
10
|
+
<path d="M 22 16 L 2 16" />
|
11
|
+
<path d="M4 21a2 2 0 0 1-2-2v-3.851c0-1.39 2-2.962 2-4.829V8a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v11a2 2 0 0 1-2 2z" />
|
12
|
+
<path d="M9 7V4a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v3" />
|
13
|
+
</Layout>
|
@@ -0,0 +1,12 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout {...Astro.props}>
|
7
|
+
<path d="m18 8 4 4-4 4" />
|
8
|
+
<path d="m6 8-4 4 4 4" />
|
9
|
+
<path d="M8 12h.01" />
|
10
|
+
<path d="M12 12h.01" />
|
11
|
+
<path d="M16 12h.01" />
|
12
|
+
</Layout>
|
@@ -0,0 +1,12 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout {...Astro.props}>
|
7
|
+
<path d="m15 20 3-3h2a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h2l3 3z" />
|
8
|
+
<path d="M6 8v1" />
|
9
|
+
<path d="M10 8v1" />
|
10
|
+
<path d="M14 8v1" />
|
11
|
+
<path d="M18 8v1" />
|
12
|
+
</Layout>
|
package/dist/FolderSearch.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<circle cx="17" cy="17" r="3" />
|
8
7
|
<path d="M10.7 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 2v4.1" />
|
9
|
-
<path d="m21 21-1.
|
8
|
+
<path d="m21 21-1.9-1.9" />
|
9
|
+
<circle cx="17" cy="17" r="3" />
|
10
10
|
</Layout>
|
@@ -0,0 +1,12 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout {...Astro.props}>
|
7
|
+
<path d="m4.5 8 10.58-5.06a1 1 0 0 1 1.342.488L18.5 8" />
|
8
|
+
<path d="M6 10V8" />
|
9
|
+
<path d="M6 14v1" />
|
10
|
+
<path d="M6 19v2" />
|
11
|
+
<rect x="2" y="8" width="20" height="13" rx="2" />
|
12
|
+
</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="M10.5 17h1.227a2 2 0 0 0 1.345-.52L18 12" />
|
8
|
+
<path d="m12 13.5 3.75.5" />
|
9
|
+
<path d="m4.5 8 10.58-5.06a1 1 0 0 1 1.342.488L18.5 8" />
|
10
|
+
<path d="M6 10V8" />
|
11
|
+
<path d="M6 14v1" />
|
12
|
+
<path d="M6 19v2" />
|
13
|
+
<rect x="2" y="8" width="20" height="13" rx="2" />
|
14
|
+
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -210,6 +210,7 @@ export { default as BetweenVerticalStart } from './BetweenVerticalStart.astro'
|
|
210
210
|
export { default as BicepsFlexed } from './BicepsFlexed.astro'
|
211
211
|
export { default as Bike } from './Bike.astro'
|
212
212
|
export { default as Binary } from './Binary.astro'
|
213
|
+
export { default as Binoculars } from './Binoculars.astro'
|
213
214
|
export { default as Biohazard } from './Biohazard.astro'
|
214
215
|
export { default as Bird } from './Bird.astro'
|
215
216
|
export { default as Bitcoin } from './Bitcoin.astro'
|
@@ -373,6 +374,7 @@ export { default as ChevronsDown } from './ChevronsDown.astro'
|
|
373
374
|
export { default as ChevronsDownUp } from './ChevronsDownUp.astro'
|
374
375
|
export { default as ChevronsLeft } from './ChevronsLeft.astro'
|
375
376
|
export { default as ChevronsLeftRight } from './ChevronsLeftRight.astro'
|
377
|
+
export { default as ChevronsLeftRightEllipsis } from './ChevronsLeftRightEllipsis.astro'
|
376
378
|
export { default as ChevronsRight } from './ChevronsRight.astro'
|
377
379
|
export { default as ChevronsRightLeft } from './ChevronsRightLeft.astro'
|
378
380
|
export { default as ChevronsUp } from './ChevronsUp.astro'
|
@@ -595,6 +597,7 @@ export { default as Equal } from './Equal.astro'
|
|
595
597
|
export { default as EqualNot } from './EqualNot.astro'
|
596
598
|
export { default as EqualSquare } from './EqualSquare.astro'
|
597
599
|
export { default as Eraser } from './Eraser.astro'
|
600
|
+
export { default as EthernetPort } from './EthernetPort.astro'
|
598
601
|
export { default as Euro } from './Euro.astro'
|
599
602
|
export { default as Expand } from './Expand.astro'
|
600
603
|
export { default as ExternalLink } from './ExternalLink.astro'
|
@@ -1566,6 +1569,8 @@ export { default as TicketPercent } from './TicketPercent.astro'
|
|
1566
1569
|
export { default as TicketPlus } from './TicketPlus.astro'
|
1567
1570
|
export { default as TicketSlash } from './TicketSlash.astro'
|
1568
1571
|
export { default as TicketX } from './TicketX.astro'
|
1572
|
+
export { default as Tickets } from './Tickets.astro'
|
1573
|
+
export { default as TicketsPlane } from './TicketsPlane.astro'
|
1569
1574
|
export { default as Timer } from './Timer.astro'
|
1570
1575
|
export { default as TimerOff } from './TimerOff.astro'
|
1571
1576
|
export { default as TimerReset } from './TimerReset.astro'
|
package/dist/index.js
CHANGED
@@ -205,6 +205,7 @@ export { default as BetweenVerticalStart } from './BetweenVerticalStart.astro'
|
|
205
205
|
export { default as BicepsFlexed } from './BicepsFlexed.astro'
|
206
206
|
export { default as Bike } from './Bike.astro'
|
207
207
|
export { default as Binary } from './Binary.astro'
|
208
|
+
export { default as Binoculars } from './Binoculars.astro'
|
208
209
|
export { default as Biohazard } from './Biohazard.astro'
|
209
210
|
export { default as Bird } from './Bird.astro'
|
210
211
|
export { default as Bitcoin } from './Bitcoin.astro'
|
@@ -368,6 +369,7 @@ export { default as ChevronsDown } from './ChevronsDown.astro'
|
|
368
369
|
export { default as ChevronsDownUp } from './ChevronsDownUp.astro'
|
369
370
|
export { default as ChevronsLeft } from './ChevronsLeft.astro'
|
370
371
|
export { default as ChevronsLeftRight } from './ChevronsLeftRight.astro'
|
372
|
+
export { default as ChevronsLeftRightEllipsis } from './ChevronsLeftRightEllipsis.astro'
|
371
373
|
export { default as ChevronsRight } from './ChevronsRight.astro'
|
372
374
|
export { default as ChevronsRightLeft } from './ChevronsRightLeft.astro'
|
373
375
|
export { default as ChevronsUp } from './ChevronsUp.astro'
|
@@ -590,6 +592,7 @@ export { default as Equal } from './Equal.astro'
|
|
590
592
|
export { default as EqualNot } from './EqualNot.astro'
|
591
593
|
export { default as EqualSquare } from './EqualSquare.astro'
|
592
594
|
export { default as Eraser } from './Eraser.astro'
|
595
|
+
export { default as EthernetPort } from './EthernetPort.astro'
|
593
596
|
export { default as Euro } from './Euro.astro'
|
594
597
|
export { default as Expand } from './Expand.astro'
|
595
598
|
export { default as ExternalLink } from './ExternalLink.astro'
|
@@ -1561,6 +1564,8 @@ export { default as TicketPercent } from './TicketPercent.astro'
|
|
1561
1564
|
export { default as TicketPlus } from './TicketPlus.astro'
|
1562
1565
|
export { default as TicketSlash } from './TicketSlash.astro'
|
1563
1566
|
export { default as TicketX } from './TicketX.astro'
|
1567
|
+
export { default as Tickets } from './Tickets.astro'
|
1568
|
+
export { default as TicketsPlane } from './TicketsPlane.astro'
|
1564
1569
|
export { default as Timer } from './Timer.astro'
|
1565
1570
|
export { default as TimerOff } from './TimerOff.astro'
|
1566
1571
|
export { default as TimerReset } from './TimerReset.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.428.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.428.0",
|
30
30
|
"semver": "^7.5.4"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|