lucide-astro 0.378.0 → 0.381.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/Key.astro +2 -2
- package/dist/Lectern.astro +10 -0
- package/dist/Paintbrush2.astro +3 -3
- package/dist/PaintbrushVertical.astro +11 -0
- package/dist/Section.astro +9 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +3 -0
- package/package.json +2 -2
package/dist/Key.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<
|
7
|
+
<path d="m15.5 7.5 2.3 2.3a1 1 0 0 0 1.4 0l2.1-2.1a1 1 0 0 0 0-1.4L19 4" />
|
8
8
|
<path d="m21 2-9.6 9.6" />
|
9
|
-
<
|
9
|
+
<circle cx="7.5" cy="15.5" r="5.5" />
|
10
10
|
</Layout>
|
@@ -0,0 +1,10 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout {...Astro.props}>
|
7
|
+
<path d="M16 12h3a2 2 0 0 0 1.902-1.38l1.056-3.333A1 1 0 0 0 21 6H3a1 1 0 0 0-.958 1.287l1.056 3.334A2 2 0 0 0 5 12h3" />
|
8
|
+
<path d="M18 6V3a1 1 0 0 0-1-1h-3" />
|
9
|
+
<rect width="8" height="12" x="8" y="10" rx="1" />
|
10
|
+
</Layout>
|
package/dist/Paintbrush2.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="M14 19.9V16h3a2 2 0 0 0 2-2v-2H5v2c0 1.1.9 2 2 2h3v3.9a2 2 0 1 0 4 0Z" />
|
8
|
-
<path d="M6 12V2h12v10" />
|
9
|
-
<path d="M14 2v4" />
|
10
7
|
<path d="M10 2v2" />
|
8
|
+
<path d="M14 2v4" />
|
9
|
+
<path d="M17 2a1 1 0 0 1 1 1v9H6V3a1 1 0 0 1 1-1z" />
|
10
|
+
<path d="M6 12a1 1 0 0 0-1 1v1a2 2 0 0 0 2 2h2a1 1 0 0 1 1 1v2.9a2 2 0 1 0 4 0V17a1 1 0 0 1 1-1h2a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1" />
|
11
11
|
</Layout>
|
@@ -0,0 +1,11 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout {...Astro.props}>
|
7
|
+
<path d="M10 2v2" />
|
8
|
+
<path d="M14 2v4" />
|
9
|
+
<path d="M17 2a1 1 0 0 1 1 1v9H6V3a1 1 0 0 1 1-1z" />
|
10
|
+
<path d="M6 12a1 1 0 0 0-1 1v1a2 2 0 0 0 2 2h2a1 1 0 0 1 1 1v2.9a2 2 0 1 0 4 0V17a1 1 0 0 1 1-1h2a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1" />
|
11
|
+
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -869,6 +869,7 @@ export { default as LayoutPanelTop } from './LayoutPanelTop.astro'
|
|
869
869
|
export { default as LayoutTemplate } from './LayoutTemplate.astro'
|
870
870
|
export { default as Leaf } from './Leaf.astro'
|
871
871
|
export { default as LeafyGreen } from './LeafyGreen.astro'
|
872
|
+
export { default as Lectern } from './Lectern.astro'
|
872
873
|
export { default as Library } from './Library.astro'
|
873
874
|
export { default as LibraryBig } from './LibraryBig.astro'
|
874
875
|
export { default as LibrarySquare } from './LibrarySquare.astro'
|
@@ -1059,6 +1060,7 @@ export { default as PaintBucket } from './PaintBucket.astro'
|
|
1059
1060
|
export { default as PaintRoller } from './PaintRoller.astro'
|
1060
1061
|
export { default as Paintbrush } from './Paintbrush.astro'
|
1061
1062
|
export { default as Paintbrush2 } from './Paintbrush2.astro'
|
1063
|
+
export { default as PaintbrushVertical } from './PaintbrushVertical.astro'
|
1062
1064
|
export { default as Palette } from './Palette.astro'
|
1063
1065
|
export { default as Palmtree } from './Palmtree.astro'
|
1064
1066
|
export { default as PanelBottom } from './PanelBottom.astro'
|
@@ -1267,6 +1269,7 @@ export { default as SearchCheck } from './SearchCheck.astro'
|
|
1267
1269
|
export { default as SearchCode } from './SearchCode.astro'
|
1268
1270
|
export { default as SearchSlash } from './SearchSlash.astro'
|
1269
1271
|
export { default as SearchX } from './SearchX.astro'
|
1272
|
+
export { default as Section } from './Section.astro'
|
1270
1273
|
export { default as Send } from './Send.astro'
|
1271
1274
|
export { default as SendHorizonal } from './SendHorizonal.astro'
|
1272
1275
|
export { default as SendHorizontal } from './SendHorizontal.astro'
|
package/dist/index.js
CHANGED
@@ -864,6 +864,7 @@ export { default as LayoutPanelTop } from './LayoutPanelTop.astro'
|
|
864
864
|
export { default as LayoutTemplate } from './LayoutTemplate.astro'
|
865
865
|
export { default as Leaf } from './Leaf.astro'
|
866
866
|
export { default as LeafyGreen } from './LeafyGreen.astro'
|
867
|
+
export { default as Lectern } from './Lectern.astro'
|
867
868
|
export { default as Library } from './Library.astro'
|
868
869
|
export { default as LibraryBig } from './LibraryBig.astro'
|
869
870
|
export { default as LibrarySquare } from './LibrarySquare.astro'
|
@@ -1054,6 +1055,7 @@ export { default as PaintBucket } from './PaintBucket.astro'
|
|
1054
1055
|
export { default as PaintRoller } from './PaintRoller.astro'
|
1055
1056
|
export { default as Paintbrush } from './Paintbrush.astro'
|
1056
1057
|
export { default as Paintbrush2 } from './Paintbrush2.astro'
|
1058
|
+
export { default as PaintbrushVertical } from './PaintbrushVertical.astro'
|
1057
1059
|
export { default as Palette } from './Palette.astro'
|
1058
1060
|
export { default as Palmtree } from './Palmtree.astro'
|
1059
1061
|
export { default as PanelBottom } from './PanelBottom.astro'
|
@@ -1262,6 +1264,7 @@ export { default as SearchCheck } from './SearchCheck.astro'
|
|
1262
1264
|
export { default as SearchCode } from './SearchCode.astro'
|
1263
1265
|
export { default as SearchSlash } from './SearchSlash.astro'
|
1264
1266
|
export { default as SearchX } from './SearchX.astro'
|
1267
|
+
export { default as Section } from './Section.astro'
|
1265
1268
|
export { default as Send } from './Send.astro'
|
1266
1269
|
export { default as SendHorizonal } from './SendHorizonal.astro'
|
1267
1270
|
export { default as SendHorizontal } from './SendHorizontal.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.381.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.381.0",
|
30
30
|
"semver": "^7.5.4"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|