lucide-astro 0.522.0 → 0.524.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/BottleWine.astro +9 -0
- package/dist/CalendarClock.astro +3 -3
- package/dist/Clock.astro +1 -1
- package/dist/Clock1.astro +1 -1
- package/dist/Clock10.astro +1 -1
- package/dist/Clock11.astro +1 -1
- package/dist/Clock12.astro +1 -1
- package/dist/Clock2.astro +1 -1
- package/dist/Clock3.astro +1 -1
- package/dist/Clock4.astro +1 -1
- package/dist/Clock5.astro +1 -1
- package/dist/Clock6.astro +1 -1
- package/dist/Clock7.astro +1 -1
- package/dist/Clock8.astro +1 -1
- package/dist/Clock9.astro +1 -1
- package/dist/ClockAlert.astro +3 -3
- package/dist/ClockArrowDown.astro +1 -1
- package/dist/ClockArrowUp.astro +2 -2
- package/dist/Dessert.astro +2 -2
- package/dist/FileClock.astro +2 -2
- package/dist/FolderClock.astro +2 -2
- package/dist/Ligature.astro +3 -3
- package/dist/VectorSquare.astro +15 -0
- package/dist/Watch.astro +2 -2
- package/dist/index.d.ts +2 -0
- package/dist/index.js +2 -0
- package/package.json +2 -2
@@ -0,0 +1,9 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout iconName="bottle-wine" {...Astro.props}>
|
7
|
+
<path d="M10 3a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a6 6 0 0 0 1.2 3.6l.6.8A6 6 0 0 1 17 13v8a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1v-8a6 6 0 0 1 1.2-3.6l.6-.8A6 6 0 0 0 10 5z" />
|
8
|
+
<path d="M17 13h-4a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h4" />
|
9
|
+
</Layout>
|
package/dist/CalendarClock.astro
CHANGED
@@ -4,10 +4,10 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="calendar-clock" {...Astro.props}>
|
7
|
-
<path d="
|
7
|
+
<path d="M16 14v2.2l1.6 1" />
|
8
8
|
<path d="M16 2v4" />
|
9
|
-
<path d="
|
9
|
+
<path d="M21 7.5V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h3.5" />
|
10
10
|
<path d="M3 10h5" />
|
11
|
-
<path d="
|
11
|
+
<path d="M8 2v4" />
|
12
12
|
<circle cx="16" cy="16" r="6" />
|
13
13
|
</Layout>
|
package/dist/Clock.astro
CHANGED
package/dist/Clock1.astro
CHANGED
package/dist/Clock10.astro
CHANGED
package/dist/Clock11.astro
CHANGED
package/dist/Clock12.astro
CHANGED
package/dist/Clock2.astro
CHANGED
package/dist/Clock3.astro
CHANGED
package/dist/Clock4.astro
CHANGED
package/dist/Clock5.astro
CHANGED
package/dist/Clock6.astro
CHANGED
package/dist/Clock7.astro
CHANGED
package/dist/Clock8.astro
CHANGED
package/dist/Clock9.astro
CHANGED
package/dist/ClockAlert.astro
CHANGED
@@ -5,7 +5,7 @@ export type { Props } from './index.d.ts'
|
|
5
5
|
|
6
6
|
<Layout iconName="clock-alert" {...Astro.props}>
|
7
7
|
<path d="M12 6v6l4 2" />
|
8
|
-
<path d="
|
9
|
-
<path d="M20
|
10
|
-
<path d="
|
8
|
+
<path d="M20 12v5" />
|
9
|
+
<path d="M20 21h.01" />
|
10
|
+
<path d="M21.25 8.2A10 10 0 1 0 16 21.16" />
|
11
11
|
</Layout>
|
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="clock-arrow-down" {...Astro.props}>
|
7
|
-
<path d="M12.338 21.994A10 10 0 1 1 21.925 13.227" />
|
8
7
|
<path d="M12 6v6l2 1" />
|
8
|
+
<path d="M12.337 21.994a10 10 0 1 1 9.588-8.767" />
|
9
9
|
<path d="m14 18 4 4 4-4" />
|
10
10
|
<path d="M18 14v8" />
|
11
11
|
</Layout>
|
package/dist/ClockArrowUp.astro
CHANGED
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="clock-arrow-up" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
7
|
+
<path d="M12 6v6l1.56.78" />
|
8
|
+
<path d="M13.227 21.925a10 10 0 1 1 8.767-9.588" />
|
9
9
|
<path d="m14 18 4-4 4 4" />
|
10
10
|
<path d="M18 22v-8" />
|
11
11
|
</Layout>
|
package/dist/Dessert.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="dessert" {...Astro.props}>
|
7
|
+
<path d="M10.162 3.167A10 10 0 0 0 2 13a2 2 0 0 0 4 0v-1a2 2 0 0 1 4 0v4a2 2 0 0 0 4 0v-4a2 2 0 0 1 4 0v1a2 2 0 0 0 4-.006 10 10 0 0 0-8.161-9.826" />
|
8
|
+
<path d="M20.804 14.869a9 9 0 0 1-17.608 0" />
|
7
9
|
<circle cx="12" cy="4" r="2" />
|
8
|
-
<path d="M10.2 3.2C5.5 4 2 8.1 2 13a2 2 0 0 0 4 0v-1a2 2 0 0 1 4 0v4a2 2 0 0 0 4 0v-4a2 2 0 0 1 4 0v1a2 2 0 0 0 4 0c0-4.9-3.5-9-8.2-9.8" />
|
9
|
-
<path d="M3.2 14.8a9 9 0 0 0 17.6 0" />
|
10
10
|
</Layout>
|
package/dist/FileClock.astro
CHANGED
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="file-clock" {...Astro.props}>
|
7
|
-
<path d="M16 22h2a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3" />
|
8
7
|
<path d="M14 2v4a2 2 0 0 0 2 2h4" />
|
8
|
+
<path d="M16 22h2a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3" />
|
9
|
+
<path d="M8 14v2.2l1.6 1" />
|
9
10
|
<circle cx="8" cy="16" r="6" />
|
10
|
-
<path d="M9.5 17.5 8 16.25V14" />
|
11
11
|
</Layout>
|
package/dist/FolderClock.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="folder-clock" {...Astro.props}>
|
7
|
-
<
|
7
|
+
<path d="M16 14v2.2l1.6 1" />
|
8
8
|
<path d="M7 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 2" />
|
9
|
-
<
|
9
|
+
<circle cx="16" cy="16" r="6" />
|
10
10
|
</Layout>
|
package/dist/Ligature.astro
CHANGED
@@ -4,9 +4,9 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="ligature" {...Astro.props}>
|
7
|
-
<path d="M8 20V8c0-2.2 1.8-4 4-4 1.5 0 2.8.8 3.5 2" />
|
8
|
-
<path d="M6 12h4" />
|
9
7
|
<path d="M14 12h2v8" />
|
10
|
-
<path d="M6 20h4" />
|
11
8
|
<path d="M14 20h4" />
|
9
|
+
<path d="M6 12h4" />
|
10
|
+
<path d="M6 20h4" />
|
11
|
+
<path d="M8 20V8a4 4 0 0 1 7.464-2" />
|
12
12
|
</Layout>
|
@@ -0,0 +1,15 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout iconName="vector-square" {...Astro.props}>
|
7
|
+
<path d="M19.5 7a24 24 0 0 1 0 10" />
|
8
|
+
<path d="M4.5 7a24 24 0 0 0 0 10" />
|
9
|
+
<path d="M7 19.5a24 24 0 0 0 10 0" />
|
10
|
+
<path d="M7 4.5a24 24 0 0 1 10 0" />
|
11
|
+
<rect x="17" y="17" width="5" height="5" rx="1" />
|
12
|
+
<rect x="17" y="2" width="5" height="5" rx="1" />
|
13
|
+
<rect x="2" y="17" width="5" height="5" rx="1" />
|
14
|
+
<rect x="2" y="2" width="5" height="5" rx="1" />
|
15
|
+
</Layout>
|
package/dist/Watch.astro
CHANGED
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="watch" {...Astro.props}>
|
7
|
-
<
|
8
|
-
<polyline points="12 10 12 12 13 13" />
|
7
|
+
<path d="M12 10v2.2l1.6 1" />
|
9
8
|
<path d="m16.13 7.66-.81-4.05a2 2 0 0 0-2-1.61h-2.68a2 2 0 0 0-2 1.61l-.78 4.05" />
|
10
9
|
<path d="m7.88 16.36.8 4a2 2 0 0 0 2 1.61h2.72a2 2 0 0 0 2-1.61l.81-4.05" />
|
10
|
+
<circle cx="12" cy="12" r="6" />
|
11
11
|
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -266,6 +266,7 @@ export { default as BoomBox } from './BoomBox.astro'
|
|
266
266
|
export { default as Bot } from './Bot.astro'
|
267
267
|
export { default as BotMessageSquare } from './BotMessageSquare.astro'
|
268
268
|
export { default as BotOff } from './BotOff.astro'
|
269
|
+
export { default as BottleWine } from './BottleWine.astro'
|
269
270
|
export { default as BowArrow } from './BowArrow.astro'
|
270
271
|
export { default as Box } from './Box.astro'
|
271
272
|
export { default as BoxSelect } from './BoxSelect.astro'
|
@@ -1758,6 +1759,7 @@ export { default as UtensilsCrossed } from './UtensilsCrossed.astro'
|
|
1758
1759
|
export { default as UtilityPole } from './UtilityPole.astro'
|
1759
1760
|
export { default as Variable } from './Variable.astro'
|
1760
1761
|
export { default as Vault } from './Vault.astro'
|
1762
|
+
export { default as VectorSquare } from './VectorSquare.astro'
|
1761
1763
|
export { default as Vegan } from './Vegan.astro'
|
1762
1764
|
export { default as VenetianMask } from './VenetianMask.astro'
|
1763
1765
|
export { default as Venus } from './Venus.astro'
|
package/dist/index.js
CHANGED
@@ -261,6 +261,7 @@ export { default as BoomBox } from './BoomBox.astro'
|
|
261
261
|
export { default as Bot } from './Bot.astro'
|
262
262
|
export { default as BotMessageSquare } from './BotMessageSquare.astro'
|
263
263
|
export { default as BotOff } from './BotOff.astro'
|
264
|
+
export { default as BottleWine } from './BottleWine.astro'
|
264
265
|
export { default as BowArrow } from './BowArrow.astro'
|
265
266
|
export { default as Box } from './Box.astro'
|
266
267
|
export { default as BoxSelect } from './BoxSelect.astro'
|
@@ -1753,6 +1754,7 @@ export { default as UtensilsCrossed } from './UtensilsCrossed.astro'
|
|
1753
1754
|
export { default as UtilityPole } from './UtilityPole.astro'
|
1754
1755
|
export { default as Variable } from './Variable.astro'
|
1755
1756
|
export { default as Vault } from './Vault.astro'
|
1757
|
+
export { default as VectorSquare } from './VectorSquare.astro'
|
1756
1758
|
export { default as Vegan } from './Vegan.astro'
|
1757
1759
|
export { default as VenetianMask } from './VenetianMask.astro'
|
1758
1760
|
export { default as Venus } from './Venus.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.524.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.524.0",
|
38
38
|
"semver": "^7.5.4"
|
39
39
|
},
|
40
40
|
"peerDependencies": {
|