lucide-astro 0.506.0 → 0.508.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/AirVent.astro +2 -2
- package/dist/BellElectric.astro +4 -4
- package/dist/Dumbbell.astro +5 -5
- package/dist/Guitar.astro +1 -2
- package/dist/Mail.astro +2 -2
- package/dist/Menu.astro +3 -3
- package/dist/Panda.astro +13 -0
- package/dist/Search.astro +1 -1
- package/dist/SoapDispenserDroplet.astro +11 -0
- package/dist/TouchpadOff.astro +4 -4
- package/dist/index.d.ts +2 -0
- package/dist/index.js +2 -0
- package/package.json +2 -2
package/dist/AirVent.astro
CHANGED
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="air-vent" {...Astro.props}>
|
7
|
+
<path d="M18 17.5a2.5 2.5 0 1 1-4 2.03V12" />
|
7
8
|
<path d="M6 12H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2" />
|
8
9
|
<path d="M6 8h12" />
|
9
|
-
<path d="
|
10
|
-
<path d="M6.6 15.6A2 2 0 1 0 10 17v-5" />
|
10
|
+
<path d="M6.6 15.572A2 2 0 1 0 10 17v-5" />
|
11
11
|
</Layout>
|
package/dist/BellElectric.astro
CHANGED
@@ -4,10 +4,10 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="bell-electric" {...Astro.props}>
|
7
|
-
<path d="M18.
|
7
|
+
<path d="M18.518 17.347A7 7 0 0 1 14 19" />
|
8
|
+
<path d="M18.8 4A11 11 0 0 1 20 9" />
|
8
9
|
<path d="M9 9h.01" />
|
9
|
-
<circle cx="9" cy="9" r="7" />
|
10
|
-
<rect width="10" height="6" x="4" y="16" rx="2" />
|
11
|
-
<path d="M14 19c3 0 4.6-1.6 4.6-1.6" />
|
12
10
|
<circle cx="20" cy="16" r="2" />
|
11
|
+
<circle cx="9" cy="9" r="7" />
|
12
|
+
<rect x="4" y="16" width="10" height="6" rx="2" />
|
13
13
|
</Layout>
|
package/dist/Dumbbell.astro
CHANGED
@@ -4,9 +4,9 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="dumbbell" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
9
|
-
<path d="
|
10
|
-
<path d="
|
11
|
-
<path d="
|
7
|
+
<path d="M17.596 12.768a2 2 0 1 0 2.829-2.829l-1.768-1.767a2 2 0 0 0 2.828-2.829l-2.828-2.828a2 2 0 0 0-2.829 2.828l-1.767-1.768a2 2 0 1 0-2.829 2.829z" />
|
8
|
+
<path d="m2.5 21.5 1.4-1.4" />
|
9
|
+
<path d="m20.1 3.9 1.4-1.4" />
|
10
|
+
<path d="M5.343 21.485a2 2 0 1 0 2.829-2.828l1.767 1.768a2 2 0 1 0 2.829-2.829l-6.364-6.364a2 2 0 1 0-2.829 2.829l1.768 1.767a2 2 0 0 0-2.828 2.829z" />
|
11
|
+
<path d="m9.6 14.4 4.8-4.8" />
|
12
12
|
</Layout>
|
package/dist/Guitar.astro
CHANGED
@@ -7,6 +7,5 @@ export type { Props } from './index.d.ts'
|
|
7
7
|
<path d="m11.9 12.1 4.514-4.514" />
|
8
8
|
<path d="M20.1 2.3a1 1 0 0 0-1.4 0l-1.114 1.114A2 2 0 0 0 17 4.828v1.344a2 2 0 0 1-.586 1.414A2 2 0 0 1 17.828 7h1.344a2 2 0 0 0 1.414-.586L21.7 5.3a1 1 0 0 0 0-1.4z" />
|
9
9
|
<path d="m6 16 2 2" />
|
10
|
-
<path d="M8.
|
11
|
-
<circle cx="11.5" cy="12.5" r=".5" fill="currentColor" />
|
10
|
+
<path d="M8.23 9.85A3 3 0 0 1 11 8a5 5 0 0 1 5 5 3 3 0 0 1-1.85 2.77l-.92.38A2 2 0 0 0 12 18a4 4 0 0 1-4 4 6 6 0 0 1-6-6 4 4 0 0 1 4-4 2 2 0 0 0 1.85-1.23z" />
|
12
11
|
</Layout>
|
package/dist/Mail.astro
CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="mail" {...Astro.props}>
|
7
|
-
<
|
8
|
-
<
|
7
|
+
<path d="m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7" />
|
8
|
+
<rect x="2" y="4" width="20" height="16" rx="2" />
|
9
9
|
</Layout>
|
package/dist/Menu.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="menu" {...Astro.props}>
|
7
|
-
<
|
8
|
-
<
|
9
|
-
<
|
7
|
+
<path d="M4 12h16" />
|
8
|
+
<path d="M4 18h16" />
|
9
|
+
<path d="M4 6h16" />
|
10
10
|
</Layout>
|
package/dist/Panda.astro
ADDED
@@ -0,0 +1,13 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout iconName="panda" {...Astro.props}>
|
7
|
+
<path d="M11.25 17.25h1.5L12 18z" />
|
8
|
+
<path d="m15 12 2 2" />
|
9
|
+
<path d="M18 6.5a.5.5 0 0 0-.5-.5" />
|
10
|
+
<path d="M20.69 9.67a4.5 4.5 0 1 0-7.04-5.5 8.35 8.35 0 0 0-3.3 0 4.5 4.5 0 1 0-7.04 5.5C2.49 11.2 2 12.88 2 14.5 2 19.47 6.48 22 12 22s10-2.53 10-7.5c0-1.62-.48-3.3-1.3-4.83" />
|
11
|
+
<path d="M6 6.5a.495.495 0 0 1 .5-.5" />
|
12
|
+
<path d="m9 12-2 2" />
|
13
|
+
</Layout>
|
package/dist/Search.astro
CHANGED
@@ -0,0 +1,11 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout iconName="soap-dispenser-droplet" {...Astro.props}>
|
7
|
+
<path d="M10.5 2v4" />
|
8
|
+
<path d="M14 2H7a2 2 0 0 0-2 2" />
|
9
|
+
<path d="M19.29 14.76A6.67 6.67 0 0 1 17 11a6.6 6.6 0 0 1-2.29 3.76c-1.15.92-1.71 2.04-1.71 3.19 0 2.22 1.8 4.05 4 4.05s4-1.83 4-4.05c0-1.16-.57-2.26-1.71-3.19" />
|
10
|
+
<path d="M9.607 21H6a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h7V7a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v3" />
|
11
|
+
</Layout>
|
package/dist/TouchpadOff.astro
CHANGED
@@ -4,10 +4,10 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="touchpad-off" {...Astro.props}>
|
7
|
-
<path d="M4 4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16" />
|
8
|
-
<path d="M2 14h12" />
|
9
|
-
<path d="M22 14h-2" />
|
10
7
|
<path d="M12 20v-6" />
|
8
|
+
<path d="M19.656 14H22" />
|
9
|
+
<path d="M2 14h12" />
|
11
10
|
<path d="m2 2 20 20" />
|
12
|
-
<path d="
|
11
|
+
<path d="M20 20H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2" />
|
12
|
+
<path d="M9.656 4H20a2 2 0 0 1 2 2v10.344" />
|
13
13
|
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -1172,6 +1172,7 @@ export { default as Paintbrush2 } from './Paintbrush2.astro'
|
|
1172
1172
|
export { default as PaintbrushVertical } from './PaintbrushVertical.astro'
|
1173
1173
|
export { default as Palette } from './Palette.astro'
|
1174
1174
|
export { default as Palmtree } from './Palmtree.astro'
|
1175
|
+
export { default as Panda } from './Panda.astro'
|
1175
1176
|
export { default as PanelBottom } from './PanelBottom.astro'
|
1176
1177
|
export { default as PanelBottomClose } from './PanelBottomClose.astro'
|
1177
1178
|
export { default as PanelBottomDashed } from './PanelBottomDashed.astro'
|
@@ -1465,6 +1466,7 @@ export { default as Smile } from './Smile.astro'
|
|
1465
1466
|
export { default as SmilePlus } from './SmilePlus.astro'
|
1466
1467
|
export { default as Snail } from './Snail.astro'
|
1467
1468
|
export { default as Snowflake } from './Snowflake.astro'
|
1469
|
+
export { default as SoapDispenserDroplet } from './SoapDispenserDroplet.astro'
|
1468
1470
|
export { default as Sofa } from './Sofa.astro'
|
1469
1471
|
export { default as SortAsc } from './SortAsc.astro'
|
1470
1472
|
export { default as SortDesc } from './SortDesc.astro'
|
package/dist/index.js
CHANGED
@@ -1167,6 +1167,7 @@ export { default as Paintbrush2 } from './Paintbrush2.astro'
|
|
1167
1167
|
export { default as PaintbrushVertical } from './PaintbrushVertical.astro'
|
1168
1168
|
export { default as Palette } from './Palette.astro'
|
1169
1169
|
export { default as Palmtree } from './Palmtree.astro'
|
1170
|
+
export { default as Panda } from './Panda.astro'
|
1170
1171
|
export { default as PanelBottom } from './PanelBottom.astro'
|
1171
1172
|
export { default as PanelBottomClose } from './PanelBottomClose.astro'
|
1172
1173
|
export { default as PanelBottomDashed } from './PanelBottomDashed.astro'
|
@@ -1460,6 +1461,7 @@ export { default as Smile } from './Smile.astro'
|
|
1460
1461
|
export { default as SmilePlus } from './SmilePlus.astro'
|
1461
1462
|
export { default as Snail } from './Snail.astro'
|
1462
1463
|
export { default as Snowflake } from './Snowflake.astro'
|
1464
|
+
export { default as SoapDispenserDroplet } from './SoapDispenserDroplet.astro'
|
1463
1465
|
export { default as Sofa } from './Sofa.astro'
|
1464
1466
|
export { default as SortAsc } from './SortAsc.astro'
|
1465
1467
|
export { default as SortDesc } from './SortDesc.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.508.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.508.0",
|
38
38
|
"semver": "^7.5.4"
|
39
39
|
},
|
40
40
|
"peerDependencies": {
|