lucide-astro 0.445.0 → 0.446.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/FileUser.astro +11 -0
 - package/dist/MessageSquareLock.astro +10 -0
 - package/dist/index.d.ts +2 -0
 - package/dist/index.js +2 -0
 - package/package.json +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>
         
     | 
    
        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'
         
     | 
    
        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'
         
     | 
    
        package/package.json
    CHANGED
    
    | 
         @@ -1,6 +1,6 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            {
         
     | 
| 
       2 
2 
     | 
    
         
             
            	"name": "lucide-astro",
         
     | 
| 
       3 
     | 
    
         
            -
            	"version": "0. 
     | 
| 
      
 3 
     | 
    
         
            +
            	"version": "0.446.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.446.0",
         
     | 
| 
       30 
30 
     | 
    
         
             
            		"semver": "^7.5.4"
         
     | 
| 
       31 
31 
     | 
    
         
             
            	},
         
     | 
| 
       32 
32 
     | 
    
         
             
            	"peerDependencies": {
         
     |