lucide-astro 0.341.0 → 0.343.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/BotMessageSquare.astro +13 -0
- package/dist/Brain.astro +9 -2
- package/dist/BrainCircuit.astro +10 -6
- package/dist/BrainCog.astro +7 -1
- package/dist/Goal.astro +2 -2
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -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="M12 6V2H8" />
|
8
|
+
<path d="m8 18-4 4V8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2Z" />
|
9
|
+
<path d="M2 12h2" />
|
10
|
+
<path d="M9 11v2" />
|
11
|
+
<path d="M15 11v2" />
|
12
|
+
<path d="M20 12h2" />
|
13
|
+
</Layout>
|
package/dist/Brain.astro
CHANGED
@@ -4,6 +4,13 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
7
|
+
<path d="M12 5a3 3 0 1 0-5.997.125 4 4 0 0 0-2.526 5.77 4 4 0 0 0 .556 6.588A4 4 0 1 0 12 18Z" />
|
8
|
+
<path d="M12 5a3 3 0 1 1 5.997.125 4 4 0 0 1 2.526 5.77 4 4 0 0 1-.556 6.588A4 4 0 1 1 12 18Z" />
|
9
|
+
<path d="M15 13a4.5 4.5 0 0 1-3-4 4.5 4.5 0 0 1-3 4" />
|
10
|
+
<path d="M17.599 6.5a3 3 0 0 0 .399-1.375" />
|
11
|
+
<path d="M6.003 5.125A3 3 0 0 0 6.401 6.5" />
|
12
|
+
<path d="M3.477 10.896a4 4 0 0 1 .585-.396" />
|
13
|
+
<path d="M19.938 10.5a4 4 0 0 1 .585.396" />
|
14
|
+
<path d="M6 18a4 4 0 0 1-1.967-.516" />
|
15
|
+
<path d="M19.967 17.484A4 4 0 0 1 18 18" />
|
9
16
|
</Layout>
|
package/dist/BrainCircuit.astro
CHANGED
@@ -4,13 +4,17 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="M12
|
8
|
-
<path d="
|
7
|
+
<path d="M12 5a3 3 0 1 0-5.997.125 4 4 0 0 0-2.526 5.77 4 4 0 0 0 .556 6.588A4 4 0 1 0 12 18Z" />
|
8
|
+
<path d="M9 13a4.5 4.5 0 0 0 3-4" />
|
9
|
+
<path d="M6.003 5.125A3 3 0 0 0 6.401 6.5" />
|
10
|
+
<path d="M3.477 10.896a4 4 0 0 1 .585-.396" />
|
11
|
+
<path d="M6 18a4 4 0 0 1-1.967-.516" />
|
9
12
|
<path d="M12 13h4" />
|
10
13
|
<path d="M12 18h6a2 2 0 0 1 2 2v1" />
|
11
14
|
<path d="M12 8h8" />
|
12
|
-
<path d="
|
13
|
-
<
|
14
|
-
<
|
15
|
-
<
|
15
|
+
<path d="M16 8V5a2 2 0 0 1 2-2" />
|
16
|
+
<circle cx="16" cy="13" r=".5" />
|
17
|
+
<circle cx="18" cy="3" r=".5" />
|
18
|
+
<circle cx="20" cy="21" r=".5" />
|
19
|
+
<circle cx="20" cy="8" r=".5" />
|
16
20
|
</Layout>
|
package/dist/BrainCog.astro
CHANGED
@@ -4,8 +4,14 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
+
<path d="M12 5a3 3 0 1 0-5.997.142 4 4 0 0 0-2.526 5.77 4 4 0 0 0 .556 6.588 4 4 0 0 0 7.636 2.106 3.2 3.2 0 0 0 .164-.546c.028-.13.306-.13.335 0a3.2 3.2 0 0 0 .163.546 4 4 0 0 0 7.636-2.106 4 4 0 0 0 .556-6.588 4 4 0 0 0-2.526-5.77A3 3 0 1 0 12 5" />
|
8
|
+
<path d="M17.599 6.5a3 3 0 0 0 .399-1.375" />
|
9
|
+
<path d="M6.003 5.125A3 3 0 0 0 6.401 6.5" />
|
10
|
+
<path d="M3.477 10.896a4 4 0 0 1 .585-.396" />
|
11
|
+
<path d="M19.938 10.5a4 4 0 0 1 .585.396" />
|
12
|
+
<path d="M6 18a4 4 0 0 1-1.967-.516" />
|
13
|
+
<path d="M19.967 17.484A4 4 0 0 1 18 18" />
|
7
14
|
<circle cx="12" cy="12" r="3" />
|
8
|
-
<path d="M12 4.5a2.5 2.5 0 0 0-4.96-.46 2.5 2.5 0 0 0-1.98 3 2.5 2.5 0 0 0-1.32 4.24 3 3 0 0 0 .34 5.58 2.5 2.5 0 0 0 2.96 3.08A2.5 2.5 0 0 0 12 19.5a2.5 2.5 0 0 0 4.96.44 2.5 2.5 0 0 0 2.96-3.08 3 3 0 0 0 .34-5.58 2.5 2.5 0 0 0-1.32-4.24 2.5 2.5 0 0 0-1.98-3A2.5 2.5 0 0 0 12 4.5" />
|
9
15
|
<path d="m15.7 10.4-.9.4" />
|
10
16
|
<path d="m9.2 13.2-.9.4" />
|
11
17
|
<path d="m13.6 15.7-.4-.9" />
|
package/dist/Goal.astro
CHANGED
@@ -5,6 +5,6 @@ export type { Props } from './index.d.ts'
|
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
7
|
<path d="M12 13V2l8 4-8 4" />
|
8
|
-
<path d="M20.
|
9
|
-
<path d="M8
|
8
|
+
<path d="M20.561 10.222a9 9 0 1 1-12.55-5.29" />
|
9
|
+
<path d="M8.002 9.997a5 5 0 1 0 8.9 2.02" />
|
10
10
|
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -251,6 +251,7 @@ export { default as BookmarkPlus } from './BookmarkPlus.astro'
|
|
251
251
|
export { default as BookmarkX } from './BookmarkX.astro'
|
252
252
|
export { default as BoomBox } from './BoomBox.astro'
|
253
253
|
export { default as Bot } from './Bot.astro'
|
254
|
+
export { default as BotMessageSquare } from './BotMessageSquare.astro'
|
254
255
|
export { default as Box } from './Box.astro'
|
255
256
|
export { default as BoxSelect } from './BoxSelect.astro'
|
256
257
|
export { default as Boxes } from './Boxes.astro'
|
package/dist/index.js
CHANGED
@@ -246,6 +246,7 @@ export { default as BookmarkPlus } from './BookmarkPlus.astro'
|
|
246
246
|
export { default as BookmarkX } from './BookmarkX.astro'
|
247
247
|
export { default as BoomBox } from './BoomBox.astro'
|
248
248
|
export { default as Bot } from './Bot.astro'
|
249
|
+
export { default as BotMessageSquare } from './BotMessageSquare.astro'
|
249
250
|
export { default as Box } from './Box.astro'
|
250
251
|
export { default as BoxSelect } from './BoxSelect.astro'
|
251
252
|
export { default as Boxes } from './Boxes.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.343.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.343.0",
|
30
30
|
"semver": "^7.5.4"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|