lucide-astro 0.290.0 → 0.292.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/Cake.astro +6 -6
- package/dist/Check.astro +1 -1
- package/dist/CheckCircle.astro +1 -1
- package/dist/CheckCircle2.astro +1 -1
- package/dist/CheckSquare.astro +1 -1
- package/dist/CheckSquare2.astro +9 -0
- package/dist/Radiation.astro +1 -1
- package/dist/Ribbon.astro +12 -0
- package/dist/TreeDeciduous.astro +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.js +2 -0
- package/package.json +2 -2
package/dist/Cake.astro
CHANGED
@@ -7,10 +7,10 @@ export type { Props } from './index.d.ts'
|
|
7
7
|
<path d="M20 21v-8a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v8" />
|
8
8
|
<path d="M4 16s.5-1 2-1 2.5 2 4 2 2.5-2 4-2 2.5 2 4 2 2-1 2-1" />
|
9
9
|
<path d="M2 21h20" />
|
10
|
-
<path d="M7
|
11
|
-
<path d="M12
|
12
|
-
<path d="M17
|
13
|
-
<path d="M7
|
14
|
-
<path d="M12
|
15
|
-
<path d="M17
|
10
|
+
<path d="M7 8v3" />
|
11
|
+
<path d="M12 8v3" />
|
12
|
+
<path d="M17 8v3" />
|
13
|
+
<path d="M7 4h0.01" />
|
14
|
+
<path d="M12 4h0.01" />
|
15
|
+
<path d="M17 4h0.01" />
|
16
16
|
</Layout>
|
package/dist/Check.astro
CHANGED
package/dist/CheckCircle.astro
CHANGED
package/dist/CheckCircle2.astro
CHANGED
package/dist/CheckSquare.astro
CHANGED
package/dist/Radiation.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="M12 12h0" />
|
7
|
+
<path d="M12 12h0.01" />
|
8
8
|
<path d="M7.5 4.2c-.3-.5-.9-.7-1.3-.4C3.9 5.5 2.3 8.1 2 11c-.1.5.4 1 1 1h5c0-1.5.8-2.8 2-3.4-1.1-1.9-2-3.5-2.5-4.4z" />
|
9
9
|
<path d="M21 12c.6 0 1-.4 1-1-.3-2.9-1.8-5.5-4.1-7.1-.4-.3-1.1-.2-1.3.3-.6.9-1.5 2.5-2.6 4.3 1.2.7 2 2 2 3.5h5z" />
|
10
10
|
<path d="M7.5 19.8c-.3.5-.1 1.1.4 1.3 2.6 1.2 5.6 1.2 8.2 0 .5-.2.7-.8.4-1.3-.5-.9-1.4-2.5-2.5-4.3-1.2.7-2.8.7-4 0-1.1 1.8-2 3.4-2.5 4.3z" />
|
@@ -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="M17.75 9.01c-.52 2.08-1.83 3.64-3.18 5.49l-2.6 3.54-2.97 4-3.5-2.54 3.85-4.97c-1.86-2.61-2.8-3.77-3.16-5.44" />
|
8
|
+
<path d="M17.75 9.01A7 7 0 0 0 6.2 9.1C6.06 8.5 6 7.82 6 7c0-3.5 2.83-5 5.98-5C15.24 2 18 3.5 18 7c0 .73-.09 1.4-.25 2.01Z" />
|
9
|
+
<path d="m9.35 14.53 2.64-3.31" />
|
10
|
+
<path d="m11.97 18.04 2.99 4 3.54-2.54-3.93-5" />
|
11
|
+
<path d="M14 8c0 1-1 2-2.01 3.22C11 10 10 9 10 8a2 2 0 1 1 4 0" />
|
12
|
+
</Layout>
|
package/dist/TreeDeciduous.astro
CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="M8
|
7
|
+
<path d="M8 19a4 4 0 0 1-2.24-7.32A3.5 3.5 0 0 1 9 6.03V6a3 3 0 1 1 6 0v.04a3.5 3.5 0 0 1 3.24 5.65A4 4 0 0 1 16 19Z" />
|
8
8
|
<path d="M12 19v3" />
|
9
9
|
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -277,6 +277,7 @@ export { default as Cat } from './Cat.astro'
|
|
277
277
|
export { default as CheckCheck } from './CheckCheck.astro'
|
278
278
|
export { default as CheckCircle2 } from './CheckCircle2.astro'
|
279
279
|
export { default as CheckCircle } from './CheckCircle.astro'
|
280
|
+
export { default as CheckSquare2 } from './CheckSquare2.astro'
|
280
281
|
export { default as CheckSquare } from './CheckSquare.astro'
|
281
282
|
export { default as Check } from './Check.astro'
|
282
283
|
export { default as ChefHat } from './ChefHat.astro'
|
@@ -998,6 +999,7 @@ export { default as Replace } from './Replace.astro'
|
|
998
999
|
export { default as ReplyAll } from './ReplyAll.astro'
|
999
1000
|
export { default as Reply } from './Reply.astro'
|
1000
1001
|
export { default as Rewind } from './Rewind.astro'
|
1002
|
+
export { default as Ribbon } from './Ribbon.astro'
|
1001
1003
|
export { default as Rocket } from './Rocket.astro'
|
1002
1004
|
export { default as RockingChair } from './RockingChair.astro'
|
1003
1005
|
export { default as RollerCoaster } from './RollerCoaster.astro'
|
package/dist/index.js
CHANGED
@@ -272,6 +272,7 @@ export { default as Cat } from './Cat.astro'
|
|
272
272
|
export { default as CheckCheck } from './CheckCheck.astro'
|
273
273
|
export { default as CheckCircle2 } from './CheckCircle2.astro'
|
274
274
|
export { default as CheckCircle } from './CheckCircle.astro'
|
275
|
+
export { default as CheckSquare2 } from './CheckSquare2.astro'
|
275
276
|
export { default as CheckSquare } from './CheckSquare.astro'
|
276
277
|
export { default as Check } from './Check.astro'
|
277
278
|
export { default as ChefHat } from './ChefHat.astro'
|
@@ -993,6 +994,7 @@ export { default as Replace } from './Replace.astro'
|
|
993
994
|
export { default as ReplyAll } from './ReplyAll.astro'
|
994
995
|
export { default as Reply } from './Reply.astro'
|
995
996
|
export { default as Rewind } from './Rewind.astro'
|
997
|
+
export { default as Ribbon } from './Ribbon.astro'
|
996
998
|
export { default as Rocket } from './Rocket.astro'
|
997
999
|
export { default as RockingChair } from './RockingChair.astro'
|
998
1000
|
export { default as RollerCoaster } from './RollerCoaster.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.292.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.292.0"
|
30
30
|
},
|
31
31
|
"peerDependencies": {
|
32
32
|
"astro": "^2.7.1 || ^3.0.0"
|