lucide-astro 0.460.0 → 0.461.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/CalendarSync.astro +15 -0
- package/dist/Scale3D.astro +2 -2
- package/dist/Scale3d.astro +2 -2
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +2 -2
@@ -0,0 +1,15 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout iconName="calendar-sync" {...Astro.props}>
|
7
|
+
<path d="M11 10v4h4" />
|
8
|
+
<path d="m11 14 1.535-1.605a5 5 0 0 1 8 1.5" />
|
9
|
+
<path d="M16 2v4" />
|
10
|
+
<path d="m21 18-1.535 1.605a5 5 0 0 1-8-1.5" />
|
11
|
+
<path d="M21 22v-4h-4" />
|
12
|
+
<path d="M21 8.5V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h4.3" />
|
13
|
+
<path d="M3 10h4" />
|
14
|
+
<path d="M8 2v4" />
|
15
|
+
</Layout>
|
package/dist/Scale3D.astro
CHANGED
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="scale-3d" {...Astro.props}>
|
7
|
+
<path d="M5 7v11a1 1 0 0 0 1 1h11" />
|
8
|
+
<path d="M5.293 18.707 11 13" />
|
7
9
|
<circle cx="19" cy="19" r="2" />
|
8
10
|
<circle cx="5" cy="5" r="2" />
|
9
|
-
<path d="M5 7v12h12" />
|
10
|
-
<path d="m5 19 6-6" />
|
11
11
|
</Layout>
|
package/dist/Scale3d.astro
CHANGED
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="scale-3d" {...Astro.props}>
|
7
|
+
<path d="M5 7v11a1 1 0 0 0 1 1h11" />
|
8
|
+
<path d="M5.293 18.707 11 13" />
|
7
9
|
<circle cx="19" cy="19" r="2" />
|
8
10
|
<circle cx="5" cy="5" r="2" />
|
9
|
-
<path d="M5 7v12h12" />
|
10
|
-
<path d="m5 19 6-6" />
|
11
11
|
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -304,6 +304,7 @@ export { default as CalendarPlus } from './CalendarPlus.astro'
|
|
304
304
|
export { default as CalendarPlus2 } from './CalendarPlus2.astro'
|
305
305
|
export { default as CalendarRange } from './CalendarRange.astro'
|
306
306
|
export { default as CalendarSearch } from './CalendarSearch.astro'
|
307
|
+
export { default as CalendarSync } from './CalendarSync.astro'
|
307
308
|
export { default as CalendarX } from './CalendarX.astro'
|
308
309
|
export { default as CalendarX2 } from './CalendarX2.astro'
|
309
310
|
export { default as Camera } from './Camera.astro'
|
package/dist/index.js
CHANGED
@@ -299,6 +299,7 @@ export { default as CalendarPlus } from './CalendarPlus.astro'
|
|
299
299
|
export { default as CalendarPlus2 } from './CalendarPlus2.astro'
|
300
300
|
export { default as CalendarRange } from './CalendarRange.astro'
|
301
301
|
export { default as CalendarSearch } from './CalendarSearch.astro'
|
302
|
+
export { default as CalendarSync } from './CalendarSync.astro'
|
302
303
|
export { default as CalendarX } from './CalendarX.astro'
|
303
304
|
export { default as CalendarX2 } from './CalendarX2.astro'
|
304
305
|
export { default as Camera } from './Camera.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.461.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.461.0",
|
30
30
|
"semver": "^7.5.4"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|