lucide-astro 0.445.0 → 0.447.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@ import Layout from './.Layout.astro'
3
3
  export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
- <Layout iconName="box-select" {...Astro.props}>
6
+ <Layout iconName="square-dashed" {...Astro.props}>
7
7
  <path d="M5 3a2 2 0 0 0-2 2" />
8
8
  <path d="M19 3a2 2 0 0 1 2 2" />
9
9
  <path d="M21 19a2 2 0 0 1-2 2" />
@@ -0,0 +1,11 @@
1
+ ---
2
+ import Layout from './.Layout.astro'
3
+ export type { Props } from './index.d.ts'
4
+ ---
5
+
6
+ <Layout iconName="file-user" {...Astro.props}>
7
+ <path d="M14 2v4a2 2 0 0 0 2 2h4" />
8
+ <path d="M15 18a3 3 0 1 0-6 0" />
9
+ <path d="M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z" />
10
+ <circle cx="12" cy="13" r="2" />
11
+ </Layout>
@@ -0,0 +1,10 @@
1
+ ---
2
+ import Layout from './.Layout.astro'
3
+ export type { Props } from './index.d.ts'
4
+ ---
5
+
6
+ <Layout iconName="message-square-lock" {...Astro.props}>
7
+ <path d="M19 15v-2a2 2 0 1 0-4 0v2" />
8
+ <path d="M9 17H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v3.5" />
9
+ <rect x="13" y="15" width="8" height="5" rx="1" />
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="square-dashed" {...Astro.props}>
7
+ <path d="M5 3a2 2 0 0 0-2 2" />
8
+ <path d="M19 3a2 2 0 0 1 2 2" />
9
+ <path d="M21 19a2 2 0 0 1-2 2" />
10
+ <path d="M5 21a2 2 0 0 1-2-2" />
11
+ <path d="M9 3h1" />
12
+ <path d="M9 21h1" />
13
+ <path d="M14 3h1" />
14
+ <path d="M14 21h1" />
15
+ <path d="M3 9v1" />
16
+ <path d="M21 9v1" />
17
+ <path d="M3 14v1" />
18
+ <path d="M21 14v1" />
19
+ </Layout>
package/dist/index.d.ts CHANGED
@@ -673,6 +673,7 @@ export { default as FileText } from './FileText.astro'
673
673
  export { default as FileType } from './FileType.astro'
674
674
  export { default as FileType2 } from './FileType2.astro'
675
675
  export { default as FileUp } from './FileUp.astro'
676
+ export { default as FileUser } from './FileUser.astro'
676
677
  export { default as FileVideo } from './FileVideo.astro'
677
678
  export { default as FileVideo2 } from './FileVideo2.astro'
678
679
  export { default as FileVolume } from './FileVolume.astro'
@@ -1020,6 +1021,7 @@ export { default as MessageSquareDashed } from './MessageSquareDashed.astro'
1020
1021
  export { default as MessageSquareDiff } from './MessageSquareDiff.astro'
1021
1022
  export { default as MessageSquareDot } from './MessageSquareDot.astro'
1022
1023
  export { default as MessageSquareHeart } from './MessageSquareHeart.astro'
1024
+ export { default as MessageSquareLock } from './MessageSquareLock.astro'
1023
1025
  export { default as MessageSquareMore } from './MessageSquareMore.astro'
1024
1026
  export { default as MessageSquareOff } from './MessageSquareOff.astro'
1025
1027
  export { default as MessageSquarePlus } from './MessageSquarePlus.astro'
@@ -1457,6 +1459,7 @@ export { default as SquareChevronLeft } from './SquareChevronLeft.astro'
1457
1459
  export { default as SquareChevronRight } from './SquareChevronRight.astro'
1458
1460
  export { default as SquareChevronUp } from './SquareChevronUp.astro'
1459
1461
  export { default as SquareCode } from './SquareCode.astro'
1462
+ export { default as SquareDashed } from './SquareDashed.astro'
1460
1463
  export { default as SquareDashedBottom } from './SquareDashedBottom.astro'
1461
1464
  export { default as SquareDashedBottomCode } from './SquareDashedBottomCode.astro'
1462
1465
  export { default as SquareDashedKanban } from './SquareDashedKanban.astro'
package/dist/index.js CHANGED
@@ -668,6 +668,7 @@ export { default as FileText } from './FileText.astro'
668
668
  export { default as FileType } from './FileType.astro'
669
669
  export { default as FileType2 } from './FileType2.astro'
670
670
  export { default as FileUp } from './FileUp.astro'
671
+ export { default as FileUser } from './FileUser.astro'
671
672
  export { default as FileVideo } from './FileVideo.astro'
672
673
  export { default as FileVideo2 } from './FileVideo2.astro'
673
674
  export { default as FileVolume } from './FileVolume.astro'
@@ -1015,6 +1016,7 @@ export { default as MessageSquareDashed } from './MessageSquareDashed.astro'
1015
1016
  export { default as MessageSquareDiff } from './MessageSquareDiff.astro'
1016
1017
  export { default as MessageSquareDot } from './MessageSquareDot.astro'
1017
1018
  export { default as MessageSquareHeart } from './MessageSquareHeart.astro'
1019
+ export { default as MessageSquareLock } from './MessageSquareLock.astro'
1018
1020
  export { default as MessageSquareMore } from './MessageSquareMore.astro'
1019
1021
  export { default as MessageSquareOff } from './MessageSquareOff.astro'
1020
1022
  export { default as MessageSquarePlus } from './MessageSquarePlus.astro'
@@ -1452,6 +1454,7 @@ export { default as SquareChevronLeft } from './SquareChevronLeft.astro'
1452
1454
  export { default as SquareChevronRight } from './SquareChevronRight.astro'
1453
1455
  export { default as SquareChevronUp } from './SquareChevronUp.astro'
1454
1456
  export { default as SquareCode } from './SquareCode.astro'
1457
+ export { default as SquareDashed } from './SquareDashed.astro'
1455
1458
  export { default as SquareDashedBottom } from './SquareDashedBottom.astro'
1456
1459
  export { default as SquareDashedBottomCode } from './SquareDashedBottomCode.astro'
1457
1460
  export { default as SquareDashedKanban } from './SquareDashedKanban.astro'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucide-astro",
3
- "version": "0.445.0",
3
+ "version": "0.447.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.445.0",
29
+ "lucide-static": "0.447.0",
30
30
  "semver": "^7.5.4"
31
31
  },
32
32
  "peerDependencies": {