lucide-astro 0.323.0 → 0.324.0
Sign up to get free protection for your applications and to get access to all the features.
package/dist/GraduationCap.astro
CHANGED
@@ -4,6 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
7
|
+
<path d="M21.42 10.922a1 1 0 0 0-.019-1.838L12.83 5.18a2 2 0 0 0-1.66 0L2.6 9.08a1 1 0 0 0 0 1.832l8.57 3.908a2 2 0 0 0 1.66 0z" />
|
8
|
+
<path d="M22 10v6" />
|
9
|
+
<path d="M6 12.5V16a6 3 0 0 0 12 0v-3.5" />
|
9
10
|
</Layout>
|
package/dist/School.astro
CHANGED
@@ -4,10 +4,10 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="
|
7
|
+
<path d="M14 22v-4a2 2 0 1 0-4 0v4" />
|
8
8
|
<path d="m18 10 4 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-8l4-2" />
|
9
|
-
<path d="M14 22v-4a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v4" />
|
10
9
|
<path d="M18 5v17" />
|
10
|
+
<path d="m4 6 8-4 8 4" />
|
11
11
|
<path d="M6 5v17" />
|
12
12
|
<circle cx="12" cy="9" r="2" />
|
13
13
|
</Layout>
|
@@ -4,11 +4,11 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="
|
7
|
+
<path d="m15 11-1 9" />
|
8
8
|
<path d="m19 11-4-7" />
|
9
9
|
<path d="M2 11h20" />
|
10
|
-
<path d="m3.5 11 1.6 7.4a2 2 0 0 0 2 1.6h9.
|
11
|
-
<path d="m9 11 1 9" />
|
10
|
+
<path d="m3.5 11 1.6 7.4a2 2 0 0 0 2 1.6h9.8a2 2 0 0 0 2-1.6l1.7-7.4" />
|
12
11
|
<path d="M4.5 15.5h15" />
|
13
|
-
<path d="
|
12
|
+
<path d="m5 11 4-7" />
|
13
|
+
<path d="m9 11 1 9" />
|
14
14
|
</Layout>
|
package/dist/Wifi.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
|
-
<path d="M8.5 16.5a5 5 0 0 1 7 0" />
|
7
|
+
<path d="M12 20h.01" />
|
9
8
|
<path d="M2 8.82a15 15 0 0 1 20 0" />
|
10
|
-
<
|
9
|
+
<path d="M5 12.859a10 10 0 0 1 14 0" />
|
10
|
+
<path d="M8.5 16.429a5 5 0 0 1 7 0" />
|
11
11
|
</Layout>
|
package/dist/WifiOff.astro
CHANGED
@@ -4,11 +4,11 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<
|
8
|
-
<path d="M8.5 16.
|
9
|
-
<path d="
|
10
|
-
<path d="
|
11
|
-
<path d="
|
12
|
-
<path d="
|
13
|
-
<
|
7
|
+
<path d="M12 20h.01" />
|
8
|
+
<path d="M8.5 16.429a5 5 0 0 1 7 0" />
|
9
|
+
<path d="M5 12.859a10 10 0 0 1 5.17-2.69" />
|
10
|
+
<path d="M19 12.859a10 10 0 0 0-2.007-1.523" />
|
11
|
+
<path d="M2 8.82a15 15 0 0 1 4.177-2.643" />
|
12
|
+
<path d="M22 8.82a15 15 0 0 0-11.288-3.764" />
|
13
|
+
<path d="m2 2 20 20" />
|
14
14
|
</Layout>
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.324.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.324.0",
|
30
30
|
"semver": "^7.5.4"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|