lucide-astro 0.368.0 → 0.370.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/BotOff.astro +14 -0
- package/dist/Feather.astro +3 -3
- package/dist/MonitorPlay.astro +2 -2
- package/dist/Scroll.astro +1 -1
- package/dist/ScrollText.astro +3 -3
- 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 {...Astro.props}>
|
7
|
+
<path d="M13.67 8H18a2 2 0 0 1 2 2v4.33" />
|
8
|
+
<path d="M2 14h2" />
|
9
|
+
<path d="M20 14h2" />
|
10
|
+
<path d="M22 22 2 2" />
|
11
|
+
<path d="M8 8H6a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 1.414-.586" />
|
12
|
+
<path d="M9 13v2" />
|
13
|
+
<path d="M9.67 4H12v2.33" />
|
14
|
+
</Layout>
|
package/dist/Feather.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<
|
9
|
-
<
|
7
|
+
<path d="M12.67 19a2 2 0 0 0 1.416-.588l6.154-6.172a6 6 0 0 0-8.49-8.49L5.586 9.914A2 2 0 0 0 5 11.328V18a1 1 0 0 0 1 1z" />
|
8
|
+
<path d="M16 8 2 22" />
|
9
|
+
<path d="M17.5 15H9" />
|
10
10
|
</Layout>
|
package/dist/MonitorPlay.astro
CHANGED
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<rect width="20" height="14" x="2" y="3" rx="2" />
|
7
|
+
<path d="M10 7.75a.75.75 0 0 1 1.142-.638l3.664 2.249a.75.75 0 0 1 0 1.278l-3.664 2.25a.75.75 0 0 1-1.142-.64z" />
|
9
8
|
<path d="M12 17v4" />
|
10
9
|
<path d="M8 21h8" />
|
10
|
+
<rect x="2" y="3" width="20" height="14" rx="2" />
|
11
11
|
</Layout>
|
package/dist/Scroll.astro
CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="M8 21h12a2 2 0 0 0 2-2v-2H10v2a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v3h4" />
|
8
7
|
<path d="M19 17V5a2 2 0 0 0-2-2H4" />
|
8
|
+
<path d="M8 21h12a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v1a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v2a1 1 0 0 0 1 1h3" />
|
9
9
|
</Layout>
|
package/dist/ScrollText.astro
CHANGED
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="M8 21h12a2 2 0 0 0 2-2v-2H10v2a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v3h4" />
|
8
|
-
<path d="M19 17V5a2 2 0 0 0-2-2H4" />
|
9
|
-
<path d="M15 8h-5" />
|
10
7
|
<path d="M15 12h-5" />
|
8
|
+
<path d="M15 8h-5" />
|
9
|
+
<path d="M19 17V5a2 2 0 0 0-2-2H4" />
|
10
|
+
<path d="M8 21h12a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v1a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v2a1 1 0 0 0 1 1h3" />
|
11
11
|
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -254,6 +254,7 @@ export { default as BookmarkX } from './BookmarkX.astro'
|
|
254
254
|
export { default as BoomBox } from './BoomBox.astro'
|
255
255
|
export { default as Bot } from './Bot.astro'
|
256
256
|
export { default as BotMessageSquare } from './BotMessageSquare.astro'
|
257
|
+
export { default as BotOff } from './BotOff.astro'
|
257
258
|
export { default as Box } from './Box.astro'
|
258
259
|
export { default as BoxSelect } from './BoxSelect.astro'
|
259
260
|
export { default as Boxes } from './Boxes.astro'
|
package/dist/index.js
CHANGED
@@ -249,6 +249,7 @@ export { default as BookmarkX } from './BookmarkX.astro'
|
|
249
249
|
export { default as BoomBox } from './BoomBox.astro'
|
250
250
|
export { default as Bot } from './Bot.astro'
|
251
251
|
export { default as BotMessageSquare } from './BotMessageSquare.astro'
|
252
|
+
export { default as BotOff } from './BotOff.astro'
|
252
253
|
export { default as Box } from './Box.astro'
|
253
254
|
export { default as BoxSelect } from './BoxSelect.astro'
|
254
255
|
export { default as Boxes } from './Boxes.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.370.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.370.0",
|
30
30
|
"semver": "^7.5.4"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|