lucide-astro 0.285.0 → 0.286.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/UmbrellaOff.astro +11 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -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 {...Astro.props}>
|
7
|
+
<path d="M12 2v1" />
|
8
|
+
<path d="M15.5 21a1.85 1.85 0 0 1-3.5-1v-8H2a10 10 0 0 1 3.428-6.575" />
|
9
|
+
<path d="M17.5 12H22A10 10 0 0 0 9.004 3.455" />
|
10
|
+
<path d="m2 2 20 20" />
|
11
|
+
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -1211,6 +1211,7 @@ export { default as Tv } from './Tv.astro'
|
|
1211
1211
|
export { default as Twitch } from './Twitch.astro'
|
1212
1212
|
export { default as Twitter } from './Twitter.astro'
|
1213
1213
|
export { default as Type } from './Type.astro'
|
1214
|
+
export { default as UmbrellaOff } from './UmbrellaOff.astro'
|
1214
1215
|
export { default as Umbrella } from './Umbrella.astro'
|
1215
1216
|
export { default as Underline } from './Underline.astro'
|
1216
1217
|
export { default as Undo2 } from './Undo2.astro'
|
package/dist/index.js
CHANGED
@@ -1206,6 +1206,7 @@ export { default as Tv } from './Tv.astro'
|
|
1206
1206
|
export { default as Twitch } from './Twitch.astro'
|
1207
1207
|
export { default as Twitter } from './Twitter.astro'
|
1208
1208
|
export { default as Type } from './Type.astro'
|
1209
|
+
export { default as UmbrellaOff } from './UmbrellaOff.astro'
|
1209
1210
|
export { default as Umbrella } from './Umbrella.astro'
|
1210
1211
|
export { default as Underline } from './Underline.astro'
|
1211
1212
|
export { default as Undo2 } from './Undo2.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.286.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.286.0"
|
30
30
|
},
|
31
31
|
"peerDependencies": {
|
32
32
|
"astro": "^2.7.1 || ^3.0.0"
|