lucide-astro 0.301.0 → 0.302.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <rect width="18" height="18" x="3" y="3" rx="2" ry="2" />
8
- <line x1="3" x2="21" y1="15" y2="15" />
7
+ <rect width="18" height="18" x="3" y="3" rx="2" />
8
+ <path d="M3 15h18" />
9
9
  </Layout>
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <rect width="18" height="18" x="3" y="3" rx="2" ry="2" />
8
- <line x1="3" x2="21" y1="15" y2="15" />
7
+ <rect width="18" height="18" x="3" y="3" rx="2" />
8
+ <path d="M3 15h18" />
9
9
  <path d="m15 8-3 3-3-3" />
10
10
  </Layout>
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <rect width="18" height="18" x="3" y="3" rx="2" ry="2" />
8
- <line x1="3" x2="21" y1="15" y2="15" />
7
+ <rect width="18" height="18" x="3" y="3" rx="2" />
8
+ <path d="M3 15h18" />
9
9
  <path d="m9 10 3-3 3 3" />
10
10
  </Layout>
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <rect width="18" height="18" x="3" y="3" rx="2" ry="2" />
8
- <line x1="9" x2="9" y1="3" y2="21" />
7
+ <rect width="18" height="18" x="3" y="3" rx="2" />
8
+ <path d="M9 3v18" />
9
9
  </Layout>
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <rect width="18" height="18" x="3" y="3" rx="2" ry="2" />
7
+ <rect width="18" height="18" x="3" y="3" rx="2" />
8
8
  <path d="M9 3v18" />
9
9
  <path d="m16 15-3-3 3-3" />
10
10
  </Layout>
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <rect width="18" height="18" x="3" y="3" rx="2" ry="2" />
7
+ <rect width="18" height="18" x="3" y="3" rx="2" />
8
8
  <path d="M9 3v18" />
9
9
  <path d="m14 9 3 3-3 3" />
10
10
  </Layout>
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <rect width="18" height="18" x="3" y="3" rx="2" ry="2" />
8
- <line x1="15" x2="15" y1="3" y2="21" />
7
+ <rect width="18" height="18" x="3" y="3" rx="2" />
8
+ <path d="M15 3v18" />
9
9
  </Layout>
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <rect width="18" height="18" x="3" y="3" rx="2" ry="2" />
8
- <line x1="15" x2="15" y1="3" y2="21" />
7
+ <rect width="18" height="18" x="3" y="3" rx="2" />
8
+ <path d="M15 3v18" />
9
9
  <path d="m8 9 3 3-3 3" />
10
10
  </Layout>
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <rect width="18" height="18" x="3" y="3" rx="2" ry="2" />
8
- <line x1="15" x2="15" y1="3" y2="21" />
7
+ <rect width="18" height="18" x="3" y="3" rx="2" />
8
+ <path d="M15 3v18" />
9
9
  <path d="m10 15-3-3 3-3" />
10
10
  </Layout>
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <rect width="18" height="18" x="3" y="3" rx="2" ry="2" />
8
- <line x1="3" x2="21" y1="9" y2="9" />
7
+ <rect width="18" height="18" x="3" y="3" rx="2" />
8
+ <path d="M3 9h18" />
9
9
  </Layout>
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <rect width="18" height="18" x="3" y="3" rx="2" ry="2" />
8
- <line x1="3" x2="21" y1="9" y2="9" />
7
+ <rect width="18" height="18" x="3" y="3" rx="2" />
8
+ <path d="M3 9h18" />
9
9
  <path d="m9 16 3-3 3 3" />
10
10
  </Layout>
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <rect width="18" height="18" x="3" y="3" rx="2" ry="2" />
8
- <line x1="3" x2="21" y1="9" y2="9" />
7
+ <rect width="18" height="18" x="3" y="3" rx="2" />
8
+ <path d="M3 9h18" />
9
9
  <path d="m15 14-3 3-3-3" />
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
+ <rect width="18" height="18" x="3" y="3" rx="2" />
8
+ <path d="M9 3v18" />
9
+ <path d="M9 15h12" />
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
+ <rect width="18" height="18" x="3" y="3" rx="2" />
8
+ <path d="M3 15h12" />
9
+ <path d="M15 3v18" />
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
+ <rect width="18" height="18" x="3" y="3" rx="2" />
8
+ <path d="M3 9h18" />
9
+ <path d="M9 21V9" />
10
+ </Layout>
package/dist/index.d.ts CHANGED
@@ -740,7 +740,6 @@ export { default as LayoutList } from './LayoutList.astro'
740
740
  export { default as LayoutPanelLeft } from './LayoutPanelLeft.astro'
741
741
  export { default as LayoutPanelTop } from './LayoutPanelTop.astro'
742
742
  export { default as LayoutTemplate } from './LayoutTemplate.astro'
743
- export { default as Layout } from './Layout.astro'
744
743
  export { default as Leaf } from './Leaf.astro'
745
744
  export { default as LeafyGreen } from './LeafyGreen.astro'
746
745
  export { default as LibraryBig } from './LibraryBig.astro'
@@ -917,21 +916,24 @@ export { default as Paintbrush } from './Paintbrush.astro'
917
916
  export { default as Palette } from './Palette.astro'
918
917
  export { default as Palmtree } from './Palmtree.astro'
919
918
  export { default as PanelBottomClose } from './PanelBottomClose.astro'
920
- export { default as PanelBottomInactive } from './PanelBottomInactive.astro'
919
+ export { default as PanelBottomDashed } from './PanelBottomDashed.astro'
921
920
  export { default as PanelBottomOpen } from './PanelBottomOpen.astro'
922
921
  export { default as PanelBottom } from './PanelBottom.astro'
923
922
  export { default as PanelLeftClose } from './PanelLeftClose.astro'
924
- export { default as PanelLeftInactive } from './PanelLeftInactive.astro'
923
+ export { default as PanelLeftDashed } from './PanelLeftDashed.astro'
925
924
  export { default as PanelLeftOpen } from './PanelLeftOpen.astro'
926
925
  export { default as PanelLeft } from './PanelLeft.astro'
927
926
  export { default as PanelRightClose } from './PanelRightClose.astro'
928
- export { default as PanelRightInactive } from './PanelRightInactive.astro'
927
+ export { default as PanelRightDashed } from './PanelRightDashed.astro'
929
928
  export { default as PanelRightOpen } from './PanelRightOpen.astro'
930
929
  export { default as PanelRight } from './PanelRight.astro'
931
930
  export { default as PanelTopClose } from './PanelTopClose.astro'
932
- export { default as PanelTopInactive } from './PanelTopInactive.astro'
931
+ export { default as PanelTopDashed } from './PanelTopDashed.astro'
933
932
  export { default as PanelTopOpen } from './PanelTopOpen.astro'
934
933
  export { default as PanelTop } from './PanelTop.astro'
934
+ export { default as PanelsLeftBottom } from './PanelsLeftBottom.astro'
935
+ export { default as PanelsRightBottom } from './PanelsRightBottom.astro'
936
+ export { default as PanelsTopLeft } from './PanelsTopLeft.astro'
935
937
  export { default as Paperclip } from './Paperclip.astro'
936
938
  export { default as Parentheses } from './Parentheses.astro'
937
939
  export { default as ParkingCircleOff } from './ParkingCircleOff.astro'
package/dist/index.js CHANGED
@@ -735,7 +735,6 @@ export { default as LayoutList } from './LayoutList.astro'
735
735
  export { default as LayoutPanelLeft } from './LayoutPanelLeft.astro'
736
736
  export { default as LayoutPanelTop } from './LayoutPanelTop.astro'
737
737
  export { default as LayoutTemplate } from './LayoutTemplate.astro'
738
- export { default as Layout } from './Layout.astro'
739
738
  export { default as Leaf } from './Leaf.astro'
740
739
  export { default as LeafyGreen } from './LeafyGreen.astro'
741
740
  export { default as LibraryBig } from './LibraryBig.astro'
@@ -912,21 +911,24 @@ export { default as Paintbrush } from './Paintbrush.astro'
912
911
  export { default as Palette } from './Palette.astro'
913
912
  export { default as Palmtree } from './Palmtree.astro'
914
913
  export { default as PanelBottomClose } from './PanelBottomClose.astro'
915
- export { default as PanelBottomInactive } from './PanelBottomInactive.astro'
914
+ export { default as PanelBottomDashed } from './PanelBottomDashed.astro'
916
915
  export { default as PanelBottomOpen } from './PanelBottomOpen.astro'
917
916
  export { default as PanelBottom } from './PanelBottom.astro'
918
917
  export { default as PanelLeftClose } from './PanelLeftClose.astro'
919
- export { default as PanelLeftInactive } from './PanelLeftInactive.astro'
918
+ export { default as PanelLeftDashed } from './PanelLeftDashed.astro'
920
919
  export { default as PanelLeftOpen } from './PanelLeftOpen.astro'
921
920
  export { default as PanelLeft } from './PanelLeft.astro'
922
921
  export { default as PanelRightClose } from './PanelRightClose.astro'
923
- export { default as PanelRightInactive } from './PanelRightInactive.astro'
922
+ export { default as PanelRightDashed } from './PanelRightDashed.astro'
924
923
  export { default as PanelRightOpen } from './PanelRightOpen.astro'
925
924
  export { default as PanelRight } from './PanelRight.astro'
926
925
  export { default as PanelTopClose } from './PanelTopClose.astro'
927
- export { default as PanelTopInactive } from './PanelTopInactive.astro'
926
+ export { default as PanelTopDashed } from './PanelTopDashed.astro'
928
927
  export { default as PanelTopOpen } from './PanelTopOpen.astro'
929
928
  export { default as PanelTop } from './PanelTop.astro'
929
+ export { default as PanelsLeftBottom } from './PanelsLeftBottom.astro'
930
+ export { default as PanelsRightBottom } from './PanelsRightBottom.astro'
931
+ export { default as PanelsTopLeft } from './PanelsTopLeft.astro'
930
932
  export { default as Paperclip } from './Paperclip.astro'
931
933
  export { default as Parentheses } from './Parentheses.astro'
932
934
  export { default as ParkingCircleOff } from './ParkingCircleOff.astro'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucide-astro",
3
- "version": "0.301.0",
3
+ "version": "0.302.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.301.0",
29
+ "lucide-static": "0.302.0",
30
30
  "semver": "^7.5.4"
31
31
  },
32
32
  "peerDependencies": {
package/dist/Layout.astro DELETED
@@ -1,10 +0,0 @@
1
- ---
2
- import Layout from './.Layout.astro'
3
- export type { Props } from './index.d.ts'
4
- ---
5
-
6
- <Layout {...Astro.props}>
7
- <rect width="18" height="18" x="3" y="3" rx="2" ry="2" />
8
- <line x1="3" x2="21" y1="9" y2="9" />
9
- <line x1="9" x2="9" y1="21" y2="9" />
10
- </Layout>