lucide-astro 0.269.0 → 0.270.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/Bug.astro +11 -9
- package/dist/BugOff.astro +16 -0
- package/dist/BugPlay.astro +16 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +2 -0
- package/package.json +2 -2
package/dist/Bug.astro
CHANGED
@@ -4,13 +4,15 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<
|
8
|
-
<path d="
|
9
|
-
<path d="
|
10
|
-
<path d="
|
11
|
-
<path d="
|
12
|
-
<path d="
|
13
|
-
<path d="
|
14
|
-
<path d="
|
15
|
-
<path d="
|
7
|
+
<path d="m8 2 1.88 1.88" />
|
8
|
+
<path d="M14.12 3.88 16 2" />
|
9
|
+
<path d="M9 7.13v-1a3.003 3.003 0 1 1 6 0v1" />
|
10
|
+
<path d="M12 20c-3.3 0-6-2.7-6-6v-3a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v3c0 3.3-2.7 6-6 6" />
|
11
|
+
<path d="M12 20v-9" />
|
12
|
+
<path d="M6.53 9C4.6 8.8 3 7.1 3 5" />
|
13
|
+
<path d="M6 13H2" />
|
14
|
+
<path d="M3 21c0-2.1 1.7-3.9 3.8-4" />
|
15
|
+
<path d="M20.97 5c0 2.1-1.6 3.8-3.5 4" />
|
16
|
+
<path d="M22 13h-4" />
|
17
|
+
<path d="M17.2 17c2.1.1 3.8 1.9 3.8 4" />
|
16
18
|
</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="M15 7.13V6a3 3 0 0 0-5.14-2.1L8 2" />
|
8
|
+
<path d="M14.12 3.88 16 2" />
|
9
|
+
<path d="M22 13h-4v-2a4 4 0 0 0-4-4h-1.3" />
|
10
|
+
<path d="M20.97 5c0 2.1-1.6 3.8-3.5 4" />
|
11
|
+
<path d="m2 2 20 20" />
|
12
|
+
<path d="M7.7 7.7A4 4 0 0 0 6 11v3a6 6 0 0 0 11.13 3.13" />
|
13
|
+
<path d="M12 20v-8" />
|
14
|
+
<path d="M6 13H2" />
|
15
|
+
<path d="M3 21c0-2.1 1.7-3.9 3.8-4" />
|
16
|
+
</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="m8 2 1.88 1.88" />
|
8
|
+
<path d="M14.12 3.88 16 2" />
|
9
|
+
<path d="M9 7.13v-1a3.003 3.003 0 1 1 6 0v1" />
|
10
|
+
<path d="M18 11a4 4 0 0 0-4-4h-4a4 4 0 0 0-4 4v3a6.1 6.1 0 0 0 2 4.5" />
|
11
|
+
<path d="M6.53 9C4.6 8.8 3 7.1 3 5" />
|
12
|
+
<path d="M6 13H2" />
|
13
|
+
<path d="M3 21c0-2.1 1.7-3.9 3.8-4" />
|
14
|
+
<path d="M20.97 5c0 2.1-1.6 3.8-3.5 4" />
|
15
|
+
<path d="m12 12 8 5-8 5Z" />
|
16
|
+
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -213,6 +213,8 @@ export { default as Brain } from './Brain.astro'
|
|
213
213
|
export { default as Briefcase } from './Briefcase.astro'
|
214
214
|
export { default as BringToFront } from './BringToFront.astro'
|
215
215
|
export { default as Brush } from './Brush.astro'
|
216
|
+
export { default as BugOff } from './BugOff.astro'
|
217
|
+
export { default as BugPlay } from './BugPlay.astro'
|
216
218
|
export { default as Bug } from './Bug.astro'
|
217
219
|
export { default as Building2 } from './Building2.astro'
|
218
220
|
export { default as Building } from './Building.astro'
|
package/dist/index.js
CHANGED
@@ -206,6 +206,8 @@ export { default as Brain } from './Brain.astro'
|
|
206
206
|
export { default as Briefcase } from './Briefcase.astro'
|
207
207
|
export { default as BringToFront } from './BringToFront.astro'
|
208
208
|
export { default as Brush } from './Brush.astro'
|
209
|
+
export { default as BugOff } from './BugOff.astro'
|
210
|
+
export { default as BugPlay } from './BugPlay.astro'
|
209
211
|
export { default as Bug } from './Bug.astro'
|
210
212
|
export { default as Building2 } from './Building2.astro'
|
211
213
|
export { default as Building } from './Building.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.270.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.270.0"
|
30
30
|
},
|
31
31
|
"peerDependencies": {
|
32
32
|
"astro": "^2.7.1"
|