lucide-astro 0.441.0 → 0.446.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/BriefcaseConveyorBelt.astro +14 -0
- package/dist/CircleStop.astro +1 -1
- package/dist/FileUser.astro +11 -0
- package/dist/LoaderPinwheel.astro +1 -1
- package/dist/MessageSquareLock.astro +10 -0
- package/dist/MessagesSquare.astro +1 -1
- package/dist/OctagonPause.astro +1 -1
- package/dist/PauseOctagon.astro +1 -1
- package/dist/StopCircle.astro +1 -1
- package/dist/index.d.ts +3 -0
- package/dist/index.js +3 -0
- package/package.json +2 -2
@@ -0,0 +1,14 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout iconName="briefcase-conveyor-belt" {...Astro.props}>
|
7
|
+
<path d="M10 20v2" />
|
8
|
+
<path d="M14 20v2" />
|
9
|
+
<path d="M18 20v2" />
|
10
|
+
<path d="M21 20H3" />
|
11
|
+
<path d="M6 20v2" />
|
12
|
+
<path d="M8 16V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v12" />
|
13
|
+
<rect x="4" y="6" width="16" height="10" rx="2" />
|
14
|
+
</Layout>
|
package/dist/CircleStop.astro
CHANGED
@@ -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>
|
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="loader-pinwheel" {...Astro.props}>
|
7
|
-
<path d="
|
7
|
+
<path d="M22 12a1 1 0 0 1-10 0 1 1 0 0 0-10 0" />
|
8
8
|
<path d="M7 20.7a1 1 0 1 1 5-8.7 1 1 0 1 0 5-8.6" />
|
9
9
|
<path d="M7 3.3a1 1 0 1 1 5 8.6 1 1 0 1 0 5 8.6" />
|
10
10
|
<circle cx="12" cy="12" r="10" />
|
@@ -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>
|
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="messages-square" {...Astro.props}>
|
7
|
-
<path d="M14 9a2 2 0 0 1-2 2H6l-4
|
7
|
+
<path d="M14 9a2 2 0 0 1-2 2H6l-4 4V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2z" />
|
8
8
|
<path d="M18 9h2a2 2 0 0 1 2 2v11l-4-4h-6a2 2 0 0 1-2-2v-1" />
|
9
9
|
</Layout>
|
package/dist/OctagonPause.astro
CHANGED
@@ -6,5 +6,5 @@ export type { Props } from './index.d.ts'
|
|
6
6
|
<Layout iconName="octagon-pause" {...Astro.props}>
|
7
7
|
<path d="M10 15V9" />
|
8
8
|
<path d="M14 15V9" />
|
9
|
-
<path d="M2.586 16.
|
9
|
+
<path d="M2.586 16.726A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2h6.624a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586z" />
|
10
10
|
</Layout>
|
package/dist/PauseOctagon.astro
CHANGED
@@ -6,5 +6,5 @@ export type { Props } from './index.d.ts'
|
|
6
6
|
<Layout iconName="octagon-pause" {...Astro.props}>
|
7
7
|
<path d="M10 15V9" />
|
8
8
|
<path d="M14 15V9" />
|
9
|
-
<path d="M2.586 16.
|
9
|
+
<path d="M2.586 16.726A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2h6.624a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586z" />
|
10
10
|
</Layout>
|
package/dist/StopCircle.astro
CHANGED
package/dist/index.d.ts
CHANGED
@@ -270,6 +270,7 @@ export { default as BrainCog } from './BrainCog.astro'
|
|
270
270
|
export { default as BrickWall } from './BrickWall.astro'
|
271
271
|
export { default as Briefcase } from './Briefcase.astro'
|
272
272
|
export { default as BriefcaseBusiness } from './BriefcaseBusiness.astro'
|
273
|
+
export { default as BriefcaseConveyorBelt } from './BriefcaseConveyorBelt.astro'
|
273
274
|
export { default as BriefcaseMedical } from './BriefcaseMedical.astro'
|
274
275
|
export { default as BringToFront } from './BringToFront.astro'
|
275
276
|
export { default as Brush } from './Brush.astro'
|
@@ -672,6 +673,7 @@ export { default as FileText } from './FileText.astro'
|
|
672
673
|
export { default as FileType } from './FileType.astro'
|
673
674
|
export { default as FileType2 } from './FileType2.astro'
|
674
675
|
export { default as FileUp } from './FileUp.astro'
|
676
|
+
export { default as FileUser } from './FileUser.astro'
|
675
677
|
export { default as FileVideo } from './FileVideo.astro'
|
676
678
|
export { default as FileVideo2 } from './FileVideo2.astro'
|
677
679
|
export { default as FileVolume } from './FileVolume.astro'
|
@@ -1019,6 +1021,7 @@ export { default as MessageSquareDashed } from './MessageSquareDashed.astro'
|
|
1019
1021
|
export { default as MessageSquareDiff } from './MessageSquareDiff.astro'
|
1020
1022
|
export { default as MessageSquareDot } from './MessageSquareDot.astro'
|
1021
1023
|
export { default as MessageSquareHeart } from './MessageSquareHeart.astro'
|
1024
|
+
export { default as MessageSquareLock } from './MessageSquareLock.astro'
|
1022
1025
|
export { default as MessageSquareMore } from './MessageSquareMore.astro'
|
1023
1026
|
export { default as MessageSquareOff } from './MessageSquareOff.astro'
|
1024
1027
|
export { default as MessageSquarePlus } from './MessageSquarePlus.astro'
|
package/dist/index.js
CHANGED
@@ -265,6 +265,7 @@ export { default as BrainCog } from './BrainCog.astro'
|
|
265
265
|
export { default as BrickWall } from './BrickWall.astro'
|
266
266
|
export { default as Briefcase } from './Briefcase.astro'
|
267
267
|
export { default as BriefcaseBusiness } from './BriefcaseBusiness.astro'
|
268
|
+
export { default as BriefcaseConveyorBelt } from './BriefcaseConveyorBelt.astro'
|
268
269
|
export { default as BriefcaseMedical } from './BriefcaseMedical.astro'
|
269
270
|
export { default as BringToFront } from './BringToFront.astro'
|
270
271
|
export { default as Brush } from './Brush.astro'
|
@@ -667,6 +668,7 @@ export { default as FileText } from './FileText.astro'
|
|
667
668
|
export { default as FileType } from './FileType.astro'
|
668
669
|
export { default as FileType2 } from './FileType2.astro'
|
669
670
|
export { default as FileUp } from './FileUp.astro'
|
671
|
+
export { default as FileUser } from './FileUser.astro'
|
670
672
|
export { default as FileVideo } from './FileVideo.astro'
|
671
673
|
export { default as FileVideo2 } from './FileVideo2.astro'
|
672
674
|
export { default as FileVolume } from './FileVolume.astro'
|
@@ -1014,6 +1016,7 @@ export { default as MessageSquareDashed } from './MessageSquareDashed.astro'
|
|
1014
1016
|
export { default as MessageSquareDiff } from './MessageSquareDiff.astro'
|
1015
1017
|
export { default as MessageSquareDot } from './MessageSquareDot.astro'
|
1016
1018
|
export { default as MessageSquareHeart } from './MessageSquareHeart.astro'
|
1019
|
+
export { default as MessageSquareLock } from './MessageSquareLock.astro'
|
1017
1020
|
export { default as MessageSquareMore } from './MessageSquareMore.astro'
|
1018
1021
|
export { default as MessageSquareOff } from './MessageSquareOff.astro'
|
1019
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": {
|