lucide-astro 0.427.0 → 0.428.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/FolderSearch.astro +2 -2
- package/dist/TicketsPlane.astro +14 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +2 -2
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,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
@@ -1570,6 +1570,7 @@ export { default as TicketPlus } from './TicketPlus.astro'
|
|
1570
1570
|
export { default as TicketSlash } from './TicketSlash.astro'
|
1571
1571
|
export { default as TicketX } from './TicketX.astro'
|
1572
1572
|
export { default as Tickets } from './Tickets.astro'
|
1573
|
+
export { default as TicketsPlane } from './TicketsPlane.astro'
|
1573
1574
|
export { default as Timer } from './Timer.astro'
|
1574
1575
|
export { default as TimerOff } from './TimerOff.astro'
|
1575
1576
|
export { default as TimerReset } from './TimerReset.astro'
|
package/dist/index.js
CHANGED
@@ -1565,6 +1565,7 @@ export { default as TicketPlus } from './TicketPlus.astro'
|
|
1565
1565
|
export { default as TicketSlash } from './TicketSlash.astro'
|
1566
1566
|
export { default as TicketX } from './TicketX.astro'
|
1567
1567
|
export { default as Tickets } from './Tickets.astro'
|
1568
|
+
export { default as TicketsPlane } from './TicketsPlane.astro'
|
1568
1569
|
export { default as Timer } from './Timer.astro'
|
1569
1570
|
export { default as TimerOff } from './TimerOff.astro'
|
1570
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": {
|