lucide-astro 0.553.0 → 0.554.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Ampersand.astro +1 -1
- package/dist/Anchor.astro +4 -3
- package/dist/Calendars.astro +12 -0
- package/dist/Fingerprint.astro +1 -1
- package/dist/FingerprintPattern.astro +16 -0
- package/dist/FolderGit2.astro +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.js +2 -0
- package/package.json +2 -2
package/dist/Ampersand.astro
CHANGED
|
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
<Layout iconName="ampersand" {...Astro.props}>
|
|
7
|
-
<path d="M17.5 12c0 4.4-3.6 8-8 8A4.5 4.5 0 0 1 5 15.5c0-6 8-4 8-8.5a3 3 0 1 0-6 0c0 3 2.5 8.5 12 13" />
|
|
8
7
|
<path d="M16 12h3" />
|
|
8
|
+
<path d="M17.5 12a8 8 0 0 1-8 8A4.5 4.5 0 0 1 5 15.5c0-6 8-4 8-8.5a3 3 0 1 0-6 0c0 3 2.5 8.5 12 13" />
|
|
9
9
|
</Layout>
|
package/dist/Anchor.astro
CHANGED
|
@@ -4,7 +4,8 @@ export type { Props } from './index.d.ts'
|
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
<Layout iconName="anchor" {...Astro.props}>
|
|
7
|
-
<path d="M12
|
|
8
|
-
<path d="
|
|
9
|
-
<
|
|
7
|
+
<path d="M12 6v16" />
|
|
8
|
+
<path d="m19 13 2-1a9 9 0 0 1-18 0l2 1" />
|
|
9
|
+
<path d="M9 11h6" />
|
|
10
|
+
<circle cx="12" cy="4" r="2" />
|
|
10
11
|
</Layout>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
---
|
|
2
|
+
import Layout from './.Layout.astro'
|
|
3
|
+
export type { Props } from './index.d.ts'
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
<Layout iconName="calendars" {...Astro.props}>
|
|
7
|
+
<path d="M12 2v2" />
|
|
8
|
+
<path d="M15.726 21.01A2 2 0 0 1 14 22H4a2 2 0 0 1-2-2V10a2 2 0 0 1 2-2" />
|
|
9
|
+
<path d="M18 2v2" />
|
|
10
|
+
<path d="M8 8h14" />
|
|
11
|
+
<rect x="8" y="3" width="14" height="14" rx="2" />
|
|
12
|
+
</Layout>
|
package/dist/Fingerprint.astro
CHANGED
|
@@ -3,7 +3,7 @@ import Layout from './.Layout.astro'
|
|
|
3
3
|
export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
-
<Layout iconName="fingerprint" {...Astro.props}>
|
|
6
|
+
<Layout iconName="fingerprint-pattern" {...Astro.props}>
|
|
7
7
|
<path d="M12 10a2 2 0 0 0-2 2c0 1.02-.1 2.51-.26 4" />
|
|
8
8
|
<path d="M14 13.12c0 2.38 0 6.38-1 8.88" />
|
|
9
9
|
<path d="M17.29 21.02c.12-.6.43-2.3.5-3.02" />
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
---
|
|
2
|
+
import Layout from './.Layout.astro'
|
|
3
|
+
export type { Props } from './index.d.ts'
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
<Layout iconName="fingerprint-pattern" {...Astro.props}>
|
|
7
|
+
<path d="M12 10a2 2 0 0 0-2 2c0 1.02-.1 2.51-.26 4" />
|
|
8
|
+
<path d="M14 13.12c0 2.38 0 6.38-1 8.88" />
|
|
9
|
+
<path d="M17.29 21.02c.12-.6.43-2.3.5-3.02" />
|
|
10
|
+
<path d="M2 12a10 10 0 0 1 18-6" />
|
|
11
|
+
<path d="M2 16h.01" />
|
|
12
|
+
<path d="M21.8 16c.2-2 .131-5.354 0-6" />
|
|
13
|
+
<path d="M5 19.5C5.5 18 6 15 6 12a6 6 0 0 1 .34-2" />
|
|
14
|
+
<path d="M8.65 22c.21-.66.45-1.32.57-2" />
|
|
15
|
+
<path d="M9 6.8a6 6 0 0 1 9 5.2v2" />
|
|
16
|
+
</Layout>
|
package/dist/FolderGit2.astro
CHANGED
|
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
<Layout iconName="folder-git-2" {...Astro.props}>
|
|
7
|
+
<path d="M18 19a5 5 0 0 1-5-5v8" />
|
|
7
8
|
<path d="M9 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v5" />
|
|
8
9
|
<circle cx="13" cy="12" r="2" />
|
|
9
|
-
<path d="M18 19c-2.8 0-5-2.2-5-5v8" />
|
|
10
10
|
<circle cx="20" cy="19" r="2" />
|
|
11
11
|
</Layout>
|
package/dist/index.d.ts
CHANGED
|
@@ -322,6 +322,7 @@ export { default as CalendarSearch } from './CalendarSearch.astro'
|
|
|
322
322
|
export { default as CalendarSync } from './CalendarSync.astro'
|
|
323
323
|
export { default as CalendarX } from './CalendarX.astro'
|
|
324
324
|
export { default as CalendarX2 } from './CalendarX2.astro'
|
|
325
|
+
export { default as Calendars } from './Calendars.astro'
|
|
325
326
|
export { default as Camera } from './Camera.astro'
|
|
326
327
|
export { default as CameraOff } from './CameraOff.astro'
|
|
327
328
|
export { default as CandlestickChart } from './CandlestickChart.astro'
|
|
@@ -748,6 +749,7 @@ export { default as Film } from './Film.astro'
|
|
|
748
749
|
export { default as Filter } from './Filter.astro'
|
|
749
750
|
export { default as FilterX } from './FilterX.astro'
|
|
750
751
|
export { default as Fingerprint } from './Fingerprint.astro'
|
|
752
|
+
export { default as FingerprintPattern } from './FingerprintPattern.astro'
|
|
751
753
|
export { default as FireExtinguisher } from './FireExtinguisher.astro'
|
|
752
754
|
export { default as Fish } from './Fish.astro'
|
|
753
755
|
export { default as FishOff } from './FishOff.astro'
|
package/dist/index.js
CHANGED
|
@@ -317,6 +317,7 @@ export { default as CalendarSearch } from './CalendarSearch.astro'
|
|
|
317
317
|
export { default as CalendarSync } from './CalendarSync.astro'
|
|
318
318
|
export { default as CalendarX } from './CalendarX.astro'
|
|
319
319
|
export { default as CalendarX2 } from './CalendarX2.astro'
|
|
320
|
+
export { default as Calendars } from './Calendars.astro'
|
|
320
321
|
export { default as Camera } from './Camera.astro'
|
|
321
322
|
export { default as CameraOff } from './CameraOff.astro'
|
|
322
323
|
export { default as CandlestickChart } from './CandlestickChart.astro'
|
|
@@ -743,6 +744,7 @@ export { default as Film } from './Film.astro'
|
|
|
743
744
|
export { default as Filter } from './Filter.astro'
|
|
744
745
|
export { default as FilterX } from './FilterX.astro'
|
|
745
746
|
export { default as Fingerprint } from './Fingerprint.astro'
|
|
747
|
+
export { default as FingerprintPattern } from './FingerprintPattern.astro'
|
|
746
748
|
export { default as FireExtinguisher } from './FireExtinguisher.astro'
|
|
747
749
|
export { default as Fish } from './Fish.astro'
|
|
748
750
|
export { default as FishOff } from './FishOff.astro'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lucide-astro",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.554.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",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"author": "Aviortheking",
|
|
35
35
|
"license": "MIT",
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"lucide-static": "0.
|
|
37
|
+
"lucide-static": "0.554.0",
|
|
38
38
|
"semver": "^7.5.4"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|