lucide-astro 0.274.0 → 0.276.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/Bot.astro +6 -5
- package/dist/Clapperboard.astro +4 -4
- package/dist/Film.astro +8 -8
- package/dist/Slash.astro +8 -0
- package/dist/SunMoon.astro +5 -6
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +2 -2
package/dist/Bot.astro
CHANGED
@@ -4,9 +4,10 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<
|
8
|
-
<
|
9
|
-
<path d="
|
10
|
-
<
|
11
|
-
<
|
7
|
+
<path d="M12 8V4H8" />
|
8
|
+
<rect width="16" height="12" x="4" y="8" rx="2" />
|
9
|
+
<path d="M2 14h2" />
|
10
|
+
<path d="M20 14h2" />
|
11
|
+
<path d="M15 13v2" />
|
12
|
+
<path d="M9 13v2" />
|
12
13
|
</Layout>
|
package/dist/Clapperboard.astro
CHANGED
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
9
|
-
<path d="
|
10
|
-
<path d="
|
7
|
+
<path d="M20.2 6 3 11l-.9-2.4c-.3-1.1.3-2.2 1.3-2.5l13.5-4c1.1-.3 2.2.3 2.5 1.3Z" />
|
8
|
+
<path d="m6.2 5.3 3.1 3.9" />
|
9
|
+
<path d="m12.4 3.4 3.1 4" />
|
10
|
+
<path d="M3 11h18v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2Z" />
|
11
11
|
</Layout>
|
package/dist/Film.astro
CHANGED
@@ -4,12 +4,12 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<rect width="
|
8
|
-
<
|
9
|
-
<
|
10
|
-
<
|
11
|
-
<
|
12
|
-
<
|
13
|
-
<
|
14
|
-
<
|
7
|
+
<rect width="18" height="18" x="3" y="3" rx="2" />
|
8
|
+
<path d="M7 3v18" />
|
9
|
+
<path d="M3 7.5h4" />
|
10
|
+
<path d="M3 12h18" />
|
11
|
+
<path d="M3 16.5h4" />
|
12
|
+
<path d="M17 3v18" />
|
13
|
+
<path d="M17 7.5h4" />
|
14
|
+
<path d="M17 16.5h4" />
|
15
15
|
</Layout>
|
package/dist/Slash.astro
ADDED
package/dist/SunMoon.astro
CHANGED
@@ -4,14 +4,13 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<
|
8
|
-
<path d="M12 8a2 2 0 1 0 4 4" />
|
7
|
+
<path d="M12 8a2.83 2.83 0 0 0 4 4 4 4 0 1 1-4-4" />
|
9
8
|
<path d="M12 2v2" />
|
10
9
|
<path d="M12 20v2" />
|
11
|
-
<path d="m4.
|
12
|
-
<path d="m17.
|
10
|
+
<path d="m4.9 4.9 1.4 1.4" />
|
11
|
+
<path d="m17.7 17.7 1.4 1.4" />
|
13
12
|
<path d="M2 12h2" />
|
14
13
|
<path d="M20 12h2" />
|
15
|
-
<path d="m6.
|
16
|
-
<path d="m19.
|
14
|
+
<path d="m6.3 17.7-1.4 1.4" />
|
15
|
+
<path d="m19.1 4.9-1.4 1.4" />
|
17
16
|
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -1049,6 +1049,7 @@ export { default as SkipBack } from './SkipBack.astro'
|
|
1049
1049
|
export { default as SkipForward } from './SkipForward.astro'
|
1050
1050
|
export { default as Skull } from './Skull.astro'
|
1051
1051
|
export { default as Slack } from './Slack.astro'
|
1052
|
+
export { default as Slash } from './Slash.astro'
|
1052
1053
|
export { default as Slice } from './Slice.astro'
|
1053
1054
|
export { default as SlidersHorizontal } from './SlidersHorizontal.astro'
|
1054
1055
|
export { default as Sliders } from './Sliders.astro'
|
package/dist/index.js
CHANGED
@@ -1042,6 +1042,7 @@ export { default as SkipBack } from './SkipBack.astro'
|
|
1042
1042
|
export { default as SkipForward } from './SkipForward.astro'
|
1043
1043
|
export { default as Skull } from './Skull.astro'
|
1044
1044
|
export { default as Slack } from './Slack.astro'
|
1045
|
+
export { default as Slash } from './Slash.astro'
|
1045
1046
|
export { default as Slice } from './Slice.astro'
|
1046
1047
|
export { default as SlidersHorizontal } from './SlidersHorizontal.astro'
|
1047
1048
|
export { default as Sliders } from './Sliders.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.276.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.276.0"
|
30
30
|
},
|
31
31
|
"peerDependencies": {
|
32
32
|
"astro": "^2.7.1 || ^3.0.0"
|