lucide-astro 0.515.0 → 0.516.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Mic.astro +2 -2
- package/dist/Pocket.astro +2 -2
- package/dist/Radio.astro +4 -4
- package/dist/Stamp.astro +2 -2
- package/dist/WifiCog.astro +19 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +2 -2
package/dist/Mic.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="mic" {...Astro.props}>
|
7
|
-
<path d="M12
|
7
|
+
<path d="M12 19v3" />
|
8
8
|
<path d="M19 10v2a7 7 0 0 1-14 0v-2" />
|
9
|
-
<
|
9
|
+
<rect x="9" y="2" width="6" height="13" rx="3" />
|
10
10
|
</Layout>
|
package/dist/Pocket.astro
CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="pocket" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<
|
7
|
+
<path d="M20 3a2 2 0 0 1 2 2v6a1 1 0 0 1-20 0V5a2 2 0 0 1 2-2z" />
|
8
|
+
<path d="m8 10 4 4 4-4" />
|
9
9
|
</Layout>
|
package/dist/Radio.astro
CHANGED
@@ -4,9 +4,9 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="radio" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
7
|
+
<path d="M16.247 7.761a6 6 0 0 1 0 8.478" />
|
8
|
+
<path d="M19.075 4.933a10 10 0 0 1 0 14.134" />
|
9
|
+
<path d="M4.925 19.067a10 10 0 0 1 0-14.134" />
|
10
|
+
<path d="M7.753 16.239a6 6 0 0 1 0-8.478" />
|
9
11
|
<circle cx="12" cy="12" r="2" />
|
10
|
-
<path d="M16.2 7.8c2.3 2.3 2.3 6.1 0 8.5" />
|
11
|
-
<path d="M19.1 4.9C23 8.8 23 15.1 19.1 19" />
|
12
12
|
</Layout>
|
package/dist/Stamp.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="stamp" {...Astro.props}>
|
7
|
+
<path d="M14 13V8.5C14 7 15 7 15 5a3 3 0 0 0-6 0c0 2 1 2 1 3.5V13" />
|
8
|
+
<path d="M20 15.5a2.5 2.5 0 0 0-2.5-2.5h-11A2.5 2.5 0 0 0 4 15.5V17a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1z" />
|
7
9
|
<path d="M5 22h14" />
|
8
|
-
<path d="M19.27 13.73A2.5 2.5 0 0 0 17.5 13h-11A2.5 2.5 0 0 0 4 15.5V17a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-1.5c0-.66-.26-1.3-.73-1.77Z" />
|
9
|
-
<path d="M14 13V8.5C14 7 15 7 15 5a3 3 0 0 0-3-3c-1.66 0-3 1-3 3s1 2 1 3.5V13" />
|
10
10
|
</Layout>
|
@@ -0,0 +1,19 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout iconName="wifi-cog" {...Astro.props}>
|
7
|
+
<path d="m14.305 19.53.923-.382" />
|
8
|
+
<path d="m15.228 16.852-.923-.383" />
|
9
|
+
<path d="m16.852 15.228-.383-.923" />
|
10
|
+
<path d="m16.852 20.772-.383.924" />
|
11
|
+
<path d="m19.148 15.228.383-.923" />
|
12
|
+
<path d="m19.53 21.696-.382-.924" />
|
13
|
+
<path d="M2 7.82a15 15 0 0 1 20 0" />
|
14
|
+
<path d="m20.772 16.852.924-.383" />
|
15
|
+
<path d="m20.772 19.148.924.383" />
|
16
|
+
<path d="M5 11.858a10 10 0 0 1 11.5-1.785" />
|
17
|
+
<path d="M8.5 15.429a5 5 0 0 1 2.413-1.31" />
|
18
|
+
<circle cx="18" cy="18" r="3" />
|
19
|
+
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -1787,6 +1787,7 @@ export { default as Wheat } from './Wheat.astro'
|
|
1787
1787
|
export { default as WheatOff } from './WheatOff.astro'
|
1788
1788
|
export { default as WholeWord } from './WholeWord.astro'
|
1789
1789
|
export { default as Wifi } from './Wifi.astro'
|
1790
|
+
export { default as WifiCog } from './WifiCog.astro'
|
1790
1791
|
export { default as WifiHigh } from './WifiHigh.astro'
|
1791
1792
|
export { default as WifiLow } from './WifiLow.astro'
|
1792
1793
|
export { default as WifiOff } from './WifiOff.astro'
|
package/dist/index.js
CHANGED
@@ -1782,6 +1782,7 @@ export { default as Wheat } from './Wheat.astro'
|
|
1782
1782
|
export { default as WheatOff } from './WheatOff.astro'
|
1783
1783
|
export { default as WholeWord } from './WholeWord.astro'
|
1784
1784
|
export { default as Wifi } from './Wifi.astro'
|
1785
|
+
export { default as WifiCog } from './WifiCog.astro'
|
1785
1786
|
export { default as WifiHigh } from './WifiHigh.astro'
|
1786
1787
|
export { default as WifiLow } from './WifiLow.astro'
|
1787
1788
|
export { default as WifiOff } from './WifiOff.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.516.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",
|
@@ -34,7 +34,7 @@
|
|
34
34
|
"author": "Aviortheking",
|
35
35
|
"license": "MIT",
|
36
36
|
"devDependencies": {
|
37
|
-
"lucide-static": "0.
|
37
|
+
"lucide-static": "0.516.0",
|
38
38
|
"semver": "^7.5.4"
|
39
39
|
},
|
40
40
|
"peerDependencies": {
|