lucide-astro 0.555.0 → 0.556.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/BookSearch.astro +11 -0
- package/dist/Bubbles.astro +1 -1
- package/dist/Flashlight.astro +3 -3
- package/dist/FlashlightOff.astro +5 -4
- package/dist/Plug.astro +2 -2
- package/dist/ScissorsSquare.astro +6 -6
- package/dist/ScissorsSquareDashedBottom.astro +14 -8
- package/dist/Scooter.astro +11 -0
- package/dist/SquareBottomDashedScissors.astro +14 -8
- package/dist/SquareScissors.astro +6 -6
- package/dist/ThermometerSun.astro +6 -6
- package/dist/Van.astro +12 -0
- package/dist/WeightTilde.astro +10 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +4 -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 iconName="book-search" {...Astro.props}>
|
|
7
|
+
<path d="M11 22H5.5a1 1 0 0 1 0-5h4.501" />
|
|
8
|
+
<path d="m21 22-1.879-1.878" />
|
|
9
|
+
<path d="M3 19.5v-15A2.5 2.5 0 0 1 5.5 2H18a1 1 0 0 1 1 1v8" />
|
|
10
|
+
<circle cx="17" cy="18" r="3" />
|
|
11
|
+
</Layout>
|
package/dist/Bubbles.astro
CHANGED
|
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
<Layout iconName="bubbles" {...Astro.props}>
|
|
7
|
-
<path d="M7.
|
|
7
|
+
<path d="M7.001 15.085A1.5 1.5 0 0 1 9 16.5" />
|
|
8
8
|
<circle cx="18.5" cy="8.5" r="3.5" />
|
|
9
9
|
<circle cx="7.5" cy="16.5" r="5.5" />
|
|
10
10
|
<circle cx="7.5" cy="4.5" r="2.5" />
|
package/dist/Flashlight.astro
CHANGED
|
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
<Layout iconName="flashlight" {...Astro.props}>
|
|
7
|
-
<path d="
|
|
8
|
-
<
|
|
9
|
-
<
|
|
7
|
+
<path d="M12 13v1" />
|
|
8
|
+
<path d="M17 2a1 1 0 0 1 1 1v4a3 3 0 0 1-.6 1.8l-.6.8A4 4 0 0 0 16 12v8a2 2 0 0 1-2 2H10a2 2 0 0 1-2-2v-8a4 4 0 0 0-.8-2.4l-.6-.8A3 3 0 0 1 6 7V3a1 1 0 0 1 1-1z" />
|
|
9
|
+
<path d="M6 6h12" />
|
|
10
10
|
</Layout>
|
package/dist/FlashlightOff.astro
CHANGED
|
@@ -4,8 +4,9 @@ export type { Props } from './index.d.ts'
|
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
<Layout iconName="flashlight-off" {...Astro.props}>
|
|
7
|
-
<path d="
|
|
8
|
-
<path d="
|
|
9
|
-
<
|
|
10
|
-
<
|
|
7
|
+
<path d="M11.652 6H18" />
|
|
8
|
+
<path d="M12 13v1" />
|
|
9
|
+
<path d="M16 16v4a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-8a4 4 0 0 0-.8-2.4l-.6-.8A3 3 0 0 1 6 7V6" />
|
|
10
|
+
<path d="m2 2 20 20" />
|
|
11
|
+
<path d="M7.649 2H17a1 1 0 0 1 1 1v4a3 3 0 0 1-.6 1.8l-.6.8a4 4 0 0 0-.55 1.007" />
|
|
11
12
|
</Layout>
|
package/dist/Plug.astro
CHANGED
|
@@ -5,7 +5,7 @@ export type { Props } from './index.d.ts'
|
|
|
5
5
|
|
|
6
6
|
<Layout iconName="plug" {...Astro.props}>
|
|
7
7
|
<path d="M12 22v-5" />
|
|
8
|
-
<path d="M9 8V2" />
|
|
9
8
|
<path d="M15 8V2" />
|
|
10
|
-
<path d="
|
|
9
|
+
<path d="M17 8a1 1 0 0 1 1 1v4a4 4 0 0 1-4 4h-4a4 4 0 0 1-4-4V9a1 1 0 0 1 1-1z" />
|
|
10
|
+
<path d="M9 8V2" />
|
|
11
11
|
</Layout>
|
|
@@ -4,10 +4,10 @@ export type { Props } from './index.d.ts'
|
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
<Layout iconName="square-scissors" {...Astro.props}>
|
|
7
|
-
<rect width="
|
|
8
|
-
<circle cx="8" cy="8" r="
|
|
9
|
-
<
|
|
10
|
-
<
|
|
11
|
-
<circle cx="8" cy="
|
|
12
|
-
<
|
|
7
|
+
<rect width="18" height="18" x="3" y="3" rx="2" />
|
|
8
|
+
<circle cx="8.5" cy="8.5" r="1.5" />
|
|
9
|
+
<line x1="9.56066" y1="9.56066" x2="12" y2="12" />
|
|
10
|
+
<line x1="17" y1="17" x2="14.82" y2="14.82" />
|
|
11
|
+
<circle cx="8.5" cy="15.5" r="1.5" />
|
|
12
|
+
<line x1="9.56066" y1="14.43934" x2="17" y2="7" />
|
|
13
13
|
</Layout>
|
|
@@ -4,12 +4,18 @@ export type { Props } from './index.d.ts'
|
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
<Layout iconName="square-bottom-dashed-scissors" {...Astro.props}>
|
|
7
|
-
<
|
|
8
|
-
<
|
|
9
|
-
<
|
|
10
|
-
<
|
|
11
|
-
<
|
|
12
|
-
<path d="
|
|
13
|
-
<
|
|
14
|
-
<path d="
|
|
7
|
+
<line x1="5" y1="3" x2="19" y2="3" />
|
|
8
|
+
<line x1="3" y1="5" x2="3" y2="19" />
|
|
9
|
+
<line x1="21" y1="5" x2="21" y2="19" />
|
|
10
|
+
<line x1="9" y1="21" x2="10" y2="21" />
|
|
11
|
+
<line x1="14" y1="21" x2="15" y2="21" />
|
|
12
|
+
<path d="M 3 5 A2 2 0 0 1 5 3" />
|
|
13
|
+
<path d="M 19 3 A2 2 0 0 1 21 5" />
|
|
14
|
+
<path d="M 5 21 A2 2 0 0 1 3 19" />
|
|
15
|
+
<path d="M 21 19 A2 2 0 0 1 19 21" />
|
|
16
|
+
<circle cx="8.5" cy="8.5" r="1.5" />
|
|
17
|
+
<line x1="9.56066" y1="9.56066" x2="12" y2="12" />
|
|
18
|
+
<line x1="17" y1="17" x2="14.82" y2="14.82" />
|
|
19
|
+
<circle cx="8.5" cy="15.5" r="1.5" />
|
|
20
|
+
<line x1="9.56066" y1="14.43934" x2="17" y2="7" />
|
|
15
21
|
</Layout>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
import Layout from './.Layout.astro'
|
|
3
|
+
export type { Props } from './index.d.ts'
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
<Layout iconName="scooter" {...Astro.props}>
|
|
7
|
+
<path d="M21 4h-3.5l2 11.05" />
|
|
8
|
+
<path d="M6.95 17h5.142c.523 0 .95-.406 1.063-.916a6.5 6.5 0 0 1 5.345-5.009" />
|
|
9
|
+
<circle cx="19.5" cy="17.5" r="2.5" />
|
|
10
|
+
<circle cx="4.5" cy="17.5" r="2.5" />
|
|
11
|
+
</Layout>
|
|
@@ -4,12 +4,18 @@ export type { Props } from './index.d.ts'
|
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
<Layout iconName="square-bottom-dashed-scissors" {...Astro.props}>
|
|
7
|
-
<
|
|
8
|
-
<
|
|
9
|
-
<
|
|
10
|
-
<
|
|
11
|
-
<
|
|
12
|
-
<path d="
|
|
13
|
-
<
|
|
14
|
-
<path d="
|
|
7
|
+
<line x1="5" y1="3" x2="19" y2="3" />
|
|
8
|
+
<line x1="3" y1="5" x2="3" y2="19" />
|
|
9
|
+
<line x1="21" y1="5" x2="21" y2="19" />
|
|
10
|
+
<line x1="9" y1="21" x2="10" y2="21" />
|
|
11
|
+
<line x1="14" y1="21" x2="15" y2="21" />
|
|
12
|
+
<path d="M 3 5 A2 2 0 0 1 5 3" />
|
|
13
|
+
<path d="M 19 3 A2 2 0 0 1 21 5" />
|
|
14
|
+
<path d="M 5 21 A2 2 0 0 1 3 19" />
|
|
15
|
+
<path d="M 21 19 A2 2 0 0 1 19 21" />
|
|
16
|
+
<circle cx="8.5" cy="8.5" r="1.5" />
|
|
17
|
+
<line x1="9.56066" y1="9.56066" x2="12" y2="12" />
|
|
18
|
+
<line x1="17" y1="17" x2="14.82" y2="14.82" />
|
|
19
|
+
<circle cx="8.5" cy="15.5" r="1.5" />
|
|
20
|
+
<line x1="9.56066" y1="14.43934" x2="17" y2="7" />
|
|
15
21
|
</Layout>
|
|
@@ -4,10 +4,10 @@ export type { Props } from './index.d.ts'
|
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
<Layout iconName="square-scissors" {...Astro.props}>
|
|
7
|
-
<rect width="
|
|
8
|
-
<circle cx="8" cy="8" r="
|
|
9
|
-
<
|
|
10
|
-
<
|
|
11
|
-
<circle cx="8" cy="
|
|
12
|
-
<
|
|
7
|
+
<rect width="18" height="18" x="3" y="3" rx="2" />
|
|
8
|
+
<circle cx="8.5" cy="8.5" r="1.5" />
|
|
9
|
+
<line x1="9.56066" y1="9.56066" x2="12" y2="12" />
|
|
10
|
+
<line x1="17" y1="17" x2="14.82" y2="14.82" />
|
|
11
|
+
<circle cx="8.5" cy="15.5" r="1.5" />
|
|
12
|
+
<line x1="9.56066" y1="14.43934" x2="17" y2="7" />
|
|
13
13
|
</Layout>
|
|
@@ -4,10 +4,10 @@ export type { Props } from './index.d.ts'
|
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
<Layout iconName="thermometer-sun" {...Astro.props}>
|
|
7
|
-
<path d="M12
|
|
8
|
-
<path d="M12
|
|
9
|
-
<path d="
|
|
10
|
-
<path d="M20
|
|
11
|
-
<path d="
|
|
12
|
-
<path d="
|
|
7
|
+
<path d="M12 2v2" />
|
|
8
|
+
<path d="M12 8a4 4 0 0 0-1.645 7.647" />
|
|
9
|
+
<path d="M2 12h2" />
|
|
10
|
+
<path d="M20 14.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0z" />
|
|
11
|
+
<path d="m4.93 4.93 1.41 1.41" />
|
|
12
|
+
<path d="m6.34 17.66-1.41 1.41" />
|
|
13
13
|
</Layout>
|
package/dist/Van.astro
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
---
|
|
2
|
+
import Layout from './.Layout.astro'
|
|
3
|
+
export type { Props } from './index.d.ts'
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
<Layout iconName="van" {...Astro.props}>
|
|
7
|
+
<path d="M13 6v5a1 1 0 0 0 1 1h6.102a1 1 0 0 1 .712.298l.898.91a1 1 0 0 1 .288.702V17a1 1 0 0 1-1 1h-3" />
|
|
8
|
+
<path d="M5 18H3a1 1 0 0 1-1-1V8a2 2 0 0 1 2-2h12c1.1 0 2.1.8 2.4 1.8l1.176 4.2" />
|
|
9
|
+
<path d="M9 18h5" />
|
|
10
|
+
<circle cx="16" cy="18" r="2" />
|
|
11
|
+
<circle cx="7" cy="18" r="2" />
|
|
12
|
+
</Layout>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
---
|
|
2
|
+
import Layout from './.Layout.astro'
|
|
3
|
+
export type { Props } from './index.d.ts'
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
<Layout iconName="weight-tilde" {...Astro.props}>
|
|
7
|
+
<path d="M6.5 8a2 2 0 0 0-1.906 1.46L2.1 18.5A2 2 0 0 0 4 21h16a2 2 0 0 0 1.925-2.54L19.4 9.5A2 2 0 0 0 17.48 8z" />
|
|
8
|
+
<path d="M7.999 15a2.5 2.5 0 0 1 4 0 2.5 2.5 0 0 0 4 0" />
|
|
9
|
+
<circle cx="12" cy="5" r="3" />
|
|
10
|
+
</Layout>
|
package/dist/index.d.ts
CHANGED
|
@@ -252,6 +252,7 @@ export { default as BookOpen } from './BookOpen.astro'
|
|
|
252
252
|
export { default as BookOpenCheck } from './BookOpenCheck.astro'
|
|
253
253
|
export { default as BookOpenText } from './BookOpenText.astro'
|
|
254
254
|
export { default as BookPlus } from './BookPlus.astro'
|
|
255
|
+
export { default as BookSearch } from './BookSearch.astro'
|
|
255
256
|
export { default as BookTemplate } from './BookTemplate.astro'
|
|
256
257
|
export { default as BookText } from './BookText.astro'
|
|
257
258
|
export { default as BookType } from './BookType.astro'
|
|
@@ -1455,6 +1456,7 @@ export { default as Scissors } from './Scissors.astro'
|
|
|
1455
1456
|
export { default as ScissorsLineDashed } from './ScissorsLineDashed.astro'
|
|
1456
1457
|
export { default as ScissorsSquare } from './ScissorsSquare.astro'
|
|
1457
1458
|
export { default as ScissorsSquareDashedBottom } from './ScissorsSquareDashedBottom.astro'
|
|
1459
|
+
export { default as Scooter } from './Scooter.astro'
|
|
1458
1460
|
export { default as ScreenShare } from './ScreenShare.astro'
|
|
1459
1461
|
export { default as ScreenShareOff } from './ScreenShareOff.astro'
|
|
1460
1462
|
export { default as Scroll } from './Scroll.astro'
|
|
@@ -1826,6 +1828,7 @@ export { default as UsersRound } from './UsersRound.astro'
|
|
|
1826
1828
|
export { default as Utensils } from './Utensils.astro'
|
|
1827
1829
|
export { default as UtensilsCrossed } from './UtensilsCrossed.astro'
|
|
1828
1830
|
export { default as UtilityPole } from './UtilityPole.astro'
|
|
1831
|
+
export { default as Van } from './Van.astro'
|
|
1829
1832
|
export { default as Variable } from './Variable.astro'
|
|
1830
1833
|
export { default as Vault } from './Vault.astro'
|
|
1831
1834
|
export { default as VectorSquare } from './VectorSquare.astro'
|
|
@@ -1868,6 +1871,7 @@ export { default as Webcam } from './Webcam.astro'
|
|
|
1868
1871
|
export { default as Webhook } from './Webhook.astro'
|
|
1869
1872
|
export { default as WebhookOff } from './WebhookOff.astro'
|
|
1870
1873
|
export { default as Weight } from './Weight.astro'
|
|
1874
|
+
export { default as WeightTilde } from './WeightTilde.astro'
|
|
1871
1875
|
export { default as Wheat } from './Wheat.astro'
|
|
1872
1876
|
export { default as WheatOff } from './WheatOff.astro'
|
|
1873
1877
|
export { default as WholeWord } from './WholeWord.astro'
|
package/dist/index.js
CHANGED
|
@@ -247,6 +247,7 @@ export { default as BookOpen } from './BookOpen.astro'
|
|
|
247
247
|
export { default as BookOpenCheck } from './BookOpenCheck.astro'
|
|
248
248
|
export { default as BookOpenText } from './BookOpenText.astro'
|
|
249
249
|
export { default as BookPlus } from './BookPlus.astro'
|
|
250
|
+
export { default as BookSearch } from './BookSearch.astro'
|
|
250
251
|
export { default as BookTemplate } from './BookTemplate.astro'
|
|
251
252
|
export { default as BookText } from './BookText.astro'
|
|
252
253
|
export { default as BookType } from './BookType.astro'
|
|
@@ -1450,6 +1451,7 @@ export { default as Scissors } from './Scissors.astro'
|
|
|
1450
1451
|
export { default as ScissorsLineDashed } from './ScissorsLineDashed.astro'
|
|
1451
1452
|
export { default as ScissorsSquare } from './ScissorsSquare.astro'
|
|
1452
1453
|
export { default as ScissorsSquareDashedBottom } from './ScissorsSquareDashedBottom.astro'
|
|
1454
|
+
export { default as Scooter } from './Scooter.astro'
|
|
1453
1455
|
export { default as ScreenShare } from './ScreenShare.astro'
|
|
1454
1456
|
export { default as ScreenShareOff } from './ScreenShareOff.astro'
|
|
1455
1457
|
export { default as Scroll } from './Scroll.astro'
|
|
@@ -1821,6 +1823,7 @@ export { default as UsersRound } from './UsersRound.astro'
|
|
|
1821
1823
|
export { default as Utensils } from './Utensils.astro'
|
|
1822
1824
|
export { default as UtensilsCrossed } from './UtensilsCrossed.astro'
|
|
1823
1825
|
export { default as UtilityPole } from './UtilityPole.astro'
|
|
1826
|
+
export { default as Van } from './Van.astro'
|
|
1824
1827
|
export { default as Variable } from './Variable.astro'
|
|
1825
1828
|
export { default as Vault } from './Vault.astro'
|
|
1826
1829
|
export { default as VectorSquare } from './VectorSquare.astro'
|
|
@@ -1863,6 +1866,7 @@ export { default as Webcam } from './Webcam.astro'
|
|
|
1863
1866
|
export { default as Webhook } from './Webhook.astro'
|
|
1864
1867
|
export { default as WebhookOff } from './WebhookOff.astro'
|
|
1865
1868
|
export { default as Weight } from './Weight.astro'
|
|
1869
|
+
export { default as WeightTilde } from './WeightTilde.astro'
|
|
1866
1870
|
export { default as Wheat } from './Wheat.astro'
|
|
1867
1871
|
export { default as WheatOff } from './WheatOff.astro'
|
|
1868
1872
|
export { default as WholeWord } from './WholeWord.astro'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lucide-astro",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.556.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.556.0",
|
|
38
38
|
"semver": "^7.5.4"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|