lucide-astro 0.507.0 → 0.509.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/Axe.astro +2 -2
- package/dist/Gpu.astro +12 -0
- package/dist/Laptop.astro +2 -1
- package/dist/Panda.astro +13 -0
- package/dist/Phone.astro +1 -1
- package/dist/PhoneCall.astro +3 -3
- package/dist/PhoneForwarded.astro +3 -3
- package/dist/PhoneIncoming.astro +3 -3
- package/dist/PhoneMissed.astro +3 -3
- package/dist/PhoneOff.astro +3 -2
- package/dist/PhoneOutgoing.astro +3 -3
- package/dist/index.d.ts +2 -0
- package/dist/index.js +2 -0
- package/package.json +2 -2
package/dist/Axe.astro
CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="axe" {...Astro.props}>
|
7
|
-
<path d="m14 12-8.
|
8
|
-
<path d="M15
|
7
|
+
<path d="m14 12-8.381 8.38a1 1 0 0 1-3.001-3L11 9" />
|
8
|
+
<path d="M15 15.5a.5.5 0 0 0 .5.5A6.5 6.5 0 0 0 22 9.5a.5.5 0 0 0-.5-.5h-1.672a2 2 0 0 1-1.414-.586l-5.062-5.062a1.205 1.205 0 0 0-1.704 0L9.352 5.648a1.205 1.205 0 0 0 0 1.704l5.062 5.062A2 2 0 0 1 15 13.828z" />
|
9
9
|
</Layout>
|
package/dist/Gpu.astro
ADDED
@@ -0,0 +1,12 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout iconName="gpu" {...Astro.props}>
|
7
|
+
<path d="M2 21V3" />
|
8
|
+
<path d="M2 5h18a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2.26" />
|
9
|
+
<path d="M7 17v3a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-3" />
|
10
|
+
<circle cx="16" cy="11" r="2" />
|
11
|
+
<circle cx="8" cy="11" r="2" />
|
12
|
+
</Layout>
|
package/dist/Laptop.astro
CHANGED
@@ -4,5 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="laptop" {...Astro.props}>
|
7
|
-
<path d="
|
7
|
+
<path d="M18 5a2 2 0 0 1 2 2v8.526a2 2 0 0 0 .212.897l1.068 2.127a1 1 0 0 1-.9 1.45H3.62a1 1 0 0 1-.9-1.45l1.068-2.127A2 2 0 0 0 4 15.526V7a2 2 0 0 1 2-2z" />
|
8
|
+
<path d="M20.054 15.987H3.946" />
|
8
9
|
</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/Phone.astro
CHANGED
@@ -4,5 +4,5 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="phone" {...Astro.props}>
|
7
|
-
<path d="
|
7
|
+
<path d="M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384" />
|
8
8
|
</Layout>
|
package/dist/PhoneCall.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="phone-call" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
9
|
-
<path d="
|
7
|
+
<path d="M13 2a9 9 0 0 1 9 9" />
|
8
|
+
<path d="M13 6a5 5 0 0 1 5 5" />
|
9
|
+
<path d="M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384" />
|
10
10
|
</Layout>
|
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="phone-forwarded" {...Astro.props}>
|
7
|
-
<
|
8
|
-
<
|
9
|
-
<path d="
|
7
|
+
<path d="M14 6h8" />
|
8
|
+
<path d="m18 2 4 4-4 4" />
|
9
|
+
<path d="M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384" />
|
10
10
|
</Layout>
|
package/dist/PhoneIncoming.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="phone-incoming" {...Astro.props}>
|
7
|
-
<
|
8
|
-
<
|
9
|
-
<path d="
|
7
|
+
<path d="M16 2v6h6" />
|
8
|
+
<path d="m22 2-6 6" />
|
9
|
+
<path d="M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384" />
|
10
10
|
</Layout>
|
package/dist/PhoneMissed.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="phone-missed" {...Astro.props}>
|
7
|
-
<
|
8
|
-
<
|
9
|
-
<path d="
|
7
|
+
<path d="m16 2 6 6" />
|
8
|
+
<path d="m22 2-6 6" />
|
9
|
+
<path d="M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384" />
|
10
10
|
</Layout>
|
package/dist/PhoneOff.astro
CHANGED
@@ -4,6 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="phone-off" {...Astro.props}>
|
7
|
-
<path d="M10.
|
8
|
-
<
|
7
|
+
<path d="M10.1 13.9a14 14 0 0 0 3.732 2.668 1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2 18 18 0 0 1-12.728-5.272" />
|
8
|
+
<path d="M22 2 2 22" />
|
9
|
+
<path d="M4.76 13.582A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 .244.473" />
|
9
10
|
</Layout>
|
package/dist/PhoneOutgoing.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="phone-outgoing" {...Astro.props}>
|
7
|
-
<
|
8
|
-
<
|
9
|
-
<path d="
|
7
|
+
<path d="m16 8 6-6" />
|
8
|
+
<path d="M22 8V2h-6" />
|
9
|
+
<path d="M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384" />
|
10
10
|
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -819,6 +819,7 @@ export { default as Globe } from './Globe.astro'
|
|
819
819
|
export { default as Globe2 } from './Globe2.astro'
|
820
820
|
export { default as GlobeLock } from './GlobeLock.astro'
|
821
821
|
export { default as Goal } from './Goal.astro'
|
822
|
+
export { default as Gpu } from './Gpu.astro'
|
822
823
|
export { default as Grab } from './Grab.astro'
|
823
824
|
export { default as GraduationCap } from './GraduationCap.astro'
|
824
825
|
export { default as Grape } from './Grape.astro'
|
@@ -1172,6 +1173,7 @@ export { default as Paintbrush2 } from './Paintbrush2.astro'
|
|
1172
1173
|
export { default as PaintbrushVertical } from './PaintbrushVertical.astro'
|
1173
1174
|
export { default as Palette } from './Palette.astro'
|
1174
1175
|
export { default as Palmtree } from './Palmtree.astro'
|
1176
|
+
export { default as Panda } from './Panda.astro'
|
1175
1177
|
export { default as PanelBottom } from './PanelBottom.astro'
|
1176
1178
|
export { default as PanelBottomClose } from './PanelBottomClose.astro'
|
1177
1179
|
export { default as PanelBottomDashed } from './PanelBottomDashed.astro'
|
package/dist/index.js
CHANGED
@@ -814,6 +814,7 @@ export { default as Globe } from './Globe.astro'
|
|
814
814
|
export { default as Globe2 } from './Globe2.astro'
|
815
815
|
export { default as GlobeLock } from './GlobeLock.astro'
|
816
816
|
export { default as Goal } from './Goal.astro'
|
817
|
+
export { default as Gpu } from './Gpu.astro'
|
817
818
|
export { default as Grab } from './Grab.astro'
|
818
819
|
export { default as GraduationCap } from './GraduationCap.astro'
|
819
820
|
export { default as Grape } from './Grape.astro'
|
@@ -1167,6 +1168,7 @@ export { default as Paintbrush2 } from './Paintbrush2.astro'
|
|
1167
1168
|
export { default as PaintbrushVertical } from './PaintbrushVertical.astro'
|
1168
1169
|
export { default as Palette } from './Palette.astro'
|
1169
1170
|
export { default as Palmtree } from './Palmtree.astro'
|
1171
|
+
export { default as Panda } from './Panda.astro'
|
1170
1172
|
export { default as PanelBottom } from './PanelBottom.astro'
|
1171
1173
|
export { default as PanelBottomClose } from './PanelBottomClose.astro'
|
1172
1174
|
export { default as PanelBottomDashed } from './PanelBottomDashed.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.509.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.509.0",
|
38
38
|
"semver": "^7.5.4"
|
39
39
|
},
|
40
40
|
"peerDependencies": {
|