lucide-astro 0.441.0 → 0.445.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/LoaderPinwheel.astro +1 -1
- 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 +1 -0
- package/dist/index.js +1 -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
@@ -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" />
|
@@ -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'
|
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'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.445.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.445.0",
|
30
30
|
"semver": "^7.5.4"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|