lucide-astro 0.464.0 → 0.468.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/Bell.astro +2 -2
- package/dist/BellDot.astro +2 -2
- package/dist/BellMinus.astro +2 -2
- package/dist/BellOff.astro +3 -3
- package/dist/BellPlus.astro +2 -2
- package/dist/BellRing.astro +3 -3
- package/dist/BookDashed.astro +10 -10
- package/dist/BookTemplate.astro +10 -10
- package/dist/DropletOff.astro +10 -0
- package/dist/FlaskConical.astro +2 -2
- package/dist/FlaskConicalOff.astro +3 -3
- package/dist/FlaskRound.astro +2 -4
- package/dist/ListFilterPlus.astro +12 -0
- package/dist/PictureInPicture.astro +5 -2
- package/dist/ScanHeart.astro +12 -0
- package/dist/WavesLadder.astro +12 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +4 -0
- package/package.json +2 -2
package/dist/Bell.astro
CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="bell" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
7
|
+
<path d="M10.268 21a2 2 0 0 0 3.464 0" />
|
8
|
+
<path d="M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326" />
|
9
9
|
</Layout>
|
package/dist/BellDot.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="bell-dot" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
7
|
+
<path d="M10.268 21a2 2 0 0 0 3.464 0" />
|
8
|
+
<path d="M13.916 2.314A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.74 7.327A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673 9 9 0 0 1-.585-.665" />
|
9
9
|
<circle cx="18" cy="8" r="3" />
|
10
10
|
</Layout>
|
package/dist/BellMinus.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="bell-minus" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="M10.3 21a1.94 1.94 0 0 0 3.4 0" />
|
7
|
+
<path d="M10.268 21a2 2 0 0 0 3.464 0" />
|
9
8
|
<path d="M15 8h6" />
|
9
|
+
<path d="M16.243 3.757A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673A9.4 9.4 0 0 1 18.667 12" />
|
10
10
|
</Layout>
|
package/dist/BellOff.astro
CHANGED
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="bell-off" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="M17
|
9
|
-
<path d="M10.3 21a1.94 1.94 0 0 0 3.4 0" />
|
7
|
+
<path d="M10.268 21a2 2 0 0 0 3.464 0" />
|
8
|
+
<path d="M17 17H4a1 1 0 0 1-.74-1.673C4.59 13.956 6 12.499 6 8a6 6 0 0 1 .258-1.742" />
|
10
9
|
<path d="m2 2 20 20" />
|
10
|
+
<path d="M8.668 3.01A6 6 0 0 1 18 8c0 2.687.77 4.653 1.707 6.05" />
|
11
11
|
</Layout>
|
package/dist/BellPlus.astro
CHANGED
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="bell-plus" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="M10.3 21a1.94 1.94 0 0 0 3.4 0" />
|
7
|
+
<path d="M10.268 21a2 2 0 0 0 3.464 0" />
|
9
8
|
<path d="M15 8h6" />
|
10
9
|
<path d="M18 5v6" />
|
10
|
+
<path d="M20.002 14.464a9 9 0 0 0 .738.863A1 1 0 0 1 20 17H4a1 1 0 0 1-.74-1.673C4.59 13.956 6 12.499 6 8a6 6 0 0 1 8.75-5.332" />
|
11
11
|
</Layout>
|
package/dist/BellRing.astro
CHANGED
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="bell-ring" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="M10.3 21a1.94 1.94 0 0 0 3.4 0" />
|
9
|
-
<path d="M4 2C2.8 3.7 2 5.7 2 8" />
|
7
|
+
<path d="M10.268 21a2 2 0 0 0 3.464 0" />
|
10
8
|
<path d="M22 8c0-2.3-.8-4.3-2-6" />
|
9
|
+
<path d="M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326" />
|
10
|
+
<path d="M4 2C2.8 3.7 2 5.7 2 8" />
|
11
11
|
</Layout>
|
package/dist/BookDashed.astro
CHANGED
@@ -4,15 +4,15 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="book-dashed" {...Astro.props}>
|
7
|
-
<path d="M12
|
8
|
-
<path d="M12
|
9
|
-
<path d="M12
|
10
|
-
<path d="
|
11
|
-
<path d="
|
12
|
-
<path d="M20
|
13
|
-
<path d="M20
|
14
|
-
<path d="M4
|
15
|
-
<path d="M4 19.
|
16
|
-
<path d="M4
|
7
|
+
<path d="M12 17h1.5" />
|
8
|
+
<path d="M12 22h1.5" />
|
9
|
+
<path d="M12 2h1.5" />
|
10
|
+
<path d="M17.5 22H19a1 1 0 0 0 1-1" />
|
11
|
+
<path d="M17.5 2H19a1 1 0 0 1 1 1v1.5" />
|
12
|
+
<path d="M20 14v3h-2.5" />
|
13
|
+
<path d="M20 8.5V10" />
|
14
|
+
<path d="M4 10V8.5" />
|
15
|
+
<path d="M4 19.5V14" />
|
16
|
+
<path d="M4 4.5A2.5 2.5 0 0 1 6.5 2H8" />
|
17
17
|
<path d="M8 22H6.5a1 1 0 0 1 0-5H8" />
|
18
18
|
</Layout>
|
package/dist/BookTemplate.astro
CHANGED
@@ -4,15 +4,15 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="book-dashed" {...Astro.props}>
|
7
|
-
<path d="M12
|
8
|
-
<path d="M12
|
9
|
-
<path d="M12
|
10
|
-
<path d="
|
11
|
-
<path d="
|
12
|
-
<path d="M20
|
13
|
-
<path d="M20
|
14
|
-
<path d="M4
|
15
|
-
<path d="M4 19.
|
16
|
-
<path d="M4
|
7
|
+
<path d="M12 17h1.5" />
|
8
|
+
<path d="M12 22h1.5" />
|
9
|
+
<path d="M12 2h1.5" />
|
10
|
+
<path d="M17.5 22H19a1 1 0 0 0 1-1" />
|
11
|
+
<path d="M17.5 2H19a1 1 0 0 1 1 1v1.5" />
|
12
|
+
<path d="M20 14v3h-2.5" />
|
13
|
+
<path d="M20 8.5V10" />
|
14
|
+
<path d="M4 10V8.5" />
|
15
|
+
<path d="M4 19.5V14" />
|
16
|
+
<path d="M4 4.5A2.5 2.5 0 0 1 6.5 2H8" />
|
17
17
|
<path d="M8 22H6.5a1 1 0 0 1 0-5H8" />
|
18
18
|
</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="droplet-off" {...Astro.props}>
|
7
|
+
<path d="M18.715 13.186C18.29 11.858 17.384 10.607 16 9.5c-2-1.6-3.5-4-4-6.5a10.7 10.7 0 0 1-.884 2.586" />
|
8
|
+
<path d="m2 2 20 20" />
|
9
|
+
<path d="M8.795 8.797A11 11 0 0 1 8 9.5C6 11.1 5 13 5 15a7 7 0 0 0 13.222 3.208" />
|
10
|
+
</Layout>
|
package/dist/FlaskConical.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="flask-conical" {...Astro.props}>
|
7
|
-
<path d="
|
7
|
+
<path d="M14 2v6a2 2 0 0 0 .245.96l5.51 10.08A2 2 0 0 1 18 22H6a2 2 0 0 1-1.755-2.96l5.51-10.08A2 2 0 0 0 10 8V2" />
|
8
|
+
<path d="M6.453 15h11.094" />
|
8
9
|
<path d="M8.5 2h7" />
|
9
|
-
<path d="M7 16h10" />
|
10
10
|
</Layout>
|
@@ -4,10 +4,10 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="flask-conical-off" {...Astro.props}>
|
7
|
-
<path d="M10 10 4.72 20.55a1 1 0 0 0 .9 1.45h12.76a1 1 0 0 0 .9-1.45l-1.272-2.542" />
|
8
7
|
<path d="M10 2v2.343" />
|
9
8
|
<path d="M14 2v6.343" />
|
9
|
+
<path d="m2 2 20 20" />
|
10
|
+
<path d="M20 20a2 2 0 0 1-2 2H6a2 2 0 0 1-1.755-2.96l5.227-9.563" />
|
11
|
+
<path d="M6.453 15H15" />
|
10
12
|
<path d="M8.5 2h7" />
|
11
|
-
<path d="M7 16h9" />
|
12
|
-
<line x1="2" x2="22" y1="2" y2="22" />
|
13
13
|
</Layout>
|
package/dist/FlaskRound.astro
CHANGED
@@ -4,9 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="flask-round" {...Astro.props}>
|
7
|
-
<path d="M10
|
8
|
-
<path d="
|
7
|
+
<path d="M10 2v6.292a7 7 0 1 0 4 0V2" />
|
8
|
+
<path d="M5 15h14" />
|
9
9
|
<path d="M8.5 2h7" />
|
10
|
-
<path d="M14 9.3a6.5 6.5 0 1 1-4 0" />
|
11
|
-
<path d="M5.52 16h12.96" />
|
12
10
|
</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="list-filter-plus" {...Astro.props}>
|
7
|
+
<path d="M10 18h4" />
|
8
|
+
<path d="M11 6H3" />
|
9
|
+
<path d="M15 6h6" />
|
10
|
+
<path d="M18 9V3" />
|
11
|
+
<path d="M7 12h8" />
|
12
|
+
</Layout>
|
@@ -4,6 +4,9 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="picture-in-picture" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<
|
7
|
+
<path d="M2 10h6V4" />
|
8
|
+
<path d="m2 4 6 6" />
|
9
|
+
<path d="M21 10V7a2 2 0 0 0-2-2h-7" />
|
10
|
+
<path d="M3 14v2a2 2 0 0 0 2 2h3" />
|
11
|
+
<rect x="12" y="14" width="10" height="7" rx="1" />
|
9
12
|
</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="scan-heart" {...Astro.props}>
|
7
|
+
<path d="M11.246 16.657a1 1 0 0 0 1.508 0l3.57-4.101A2.75 2.75 0 1 0 12 9.168a2.75 2.75 0 1 0-4.324 3.388z" />
|
8
|
+
<path d="M17 3h2a2 2 0 0 1 2 2v2" />
|
9
|
+
<path d="M21 17v2a2 2 0 0 1-2 2h-2" />
|
10
|
+
<path d="M3 7V5a2 2 0 0 1 2-2h2" />
|
11
|
+
<path d="M7 21H5a2 2 0 0 1-2-2v-2" />
|
12
|
+
</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="waves-ladder" {...Astro.props}>
|
7
|
+
<path d="M19 5a2 2 0 0 0-2 2v11" />
|
8
|
+
<path d="M2 18c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1" />
|
9
|
+
<path d="M7 13h10" />
|
10
|
+
<path d="M7 9h10" />
|
11
|
+
<path d="M9 5a2 2 0 0 0-2 2v11" />
|
12
|
+
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -582,6 +582,7 @@ export { default as Drama } from './Drama.astro'
|
|
582
582
|
export { default as Dribbble } from './Dribbble.astro'
|
583
583
|
export { default as Drill } from './Drill.astro'
|
584
584
|
export { default as Droplet } from './Droplet.astro'
|
585
|
+
export { default as DropletOff } from './DropletOff.astro'
|
585
586
|
export { default as Droplets } from './Droplets.astro'
|
586
587
|
export { default as Drum } from './Drum.astro'
|
587
588
|
export { default as Drumstick } from './Drumstick.astro'
|
@@ -949,6 +950,7 @@ export { default as ListChecks } from './ListChecks.astro'
|
|
949
950
|
export { default as ListCollapse } from './ListCollapse.astro'
|
950
951
|
export { default as ListEnd } from './ListEnd.astro'
|
951
952
|
export { default as ListFilter } from './ListFilter.astro'
|
953
|
+
export { default as ListFilterPlus } from './ListFilterPlus.astro'
|
952
954
|
export { default as ListMinus } from './ListMinus.astro'
|
953
955
|
export { default as ListMusic } from './ListMusic.astro'
|
954
956
|
export { default as ListOrdered } from './ListOrdered.astro'
|
@@ -1333,6 +1335,7 @@ export { default as Scan } from './Scan.astro'
|
|
1333
1335
|
export { default as ScanBarcode } from './ScanBarcode.astro'
|
1334
1336
|
export { default as ScanEye } from './ScanEye.astro'
|
1335
1337
|
export { default as ScanFace } from './ScanFace.astro'
|
1338
|
+
export { default as ScanHeart } from './ScanHeart.astro'
|
1336
1339
|
export { default as ScanLine } from './ScanLine.astro'
|
1337
1340
|
export { default as ScanQrCode } from './ScanQrCode.astro'
|
1338
1341
|
export { default as ScanSearch } from './ScanSearch.astro'
|
@@ -1712,6 +1715,7 @@ export { default as Warehouse } from './Warehouse.astro'
|
|
1712
1715
|
export { default as WashingMachine } from './WashingMachine.astro'
|
1713
1716
|
export { default as Watch } from './Watch.astro'
|
1714
1717
|
export { default as Waves } from './Waves.astro'
|
1718
|
+
export { default as WavesLadder } from './WavesLadder.astro'
|
1715
1719
|
export { default as Waypoints } from './Waypoints.astro'
|
1716
1720
|
export { default as Webcam } from './Webcam.astro'
|
1717
1721
|
export { default as Webhook } from './Webhook.astro'
|
package/dist/index.js
CHANGED
@@ -577,6 +577,7 @@ export { default as Drama } from './Drama.astro'
|
|
577
577
|
export { default as Dribbble } from './Dribbble.astro'
|
578
578
|
export { default as Drill } from './Drill.astro'
|
579
579
|
export { default as Droplet } from './Droplet.astro'
|
580
|
+
export { default as DropletOff } from './DropletOff.astro'
|
580
581
|
export { default as Droplets } from './Droplets.astro'
|
581
582
|
export { default as Drum } from './Drum.astro'
|
582
583
|
export { default as Drumstick } from './Drumstick.astro'
|
@@ -944,6 +945,7 @@ export { default as ListChecks } from './ListChecks.astro'
|
|
944
945
|
export { default as ListCollapse } from './ListCollapse.astro'
|
945
946
|
export { default as ListEnd } from './ListEnd.astro'
|
946
947
|
export { default as ListFilter } from './ListFilter.astro'
|
948
|
+
export { default as ListFilterPlus } from './ListFilterPlus.astro'
|
947
949
|
export { default as ListMinus } from './ListMinus.astro'
|
948
950
|
export { default as ListMusic } from './ListMusic.astro'
|
949
951
|
export { default as ListOrdered } from './ListOrdered.astro'
|
@@ -1328,6 +1330,7 @@ export { default as Scan } from './Scan.astro'
|
|
1328
1330
|
export { default as ScanBarcode } from './ScanBarcode.astro'
|
1329
1331
|
export { default as ScanEye } from './ScanEye.astro'
|
1330
1332
|
export { default as ScanFace } from './ScanFace.astro'
|
1333
|
+
export { default as ScanHeart } from './ScanHeart.astro'
|
1331
1334
|
export { default as ScanLine } from './ScanLine.astro'
|
1332
1335
|
export { default as ScanQrCode } from './ScanQrCode.astro'
|
1333
1336
|
export { default as ScanSearch } from './ScanSearch.astro'
|
@@ -1707,6 +1710,7 @@ export { default as Warehouse } from './Warehouse.astro'
|
|
1707
1710
|
export { default as WashingMachine } from './WashingMachine.astro'
|
1708
1711
|
export { default as Watch } from './Watch.astro'
|
1709
1712
|
export { default as Waves } from './Waves.astro'
|
1713
|
+
export { default as WavesLadder } from './WavesLadder.astro'
|
1710
1714
|
export { default as Waypoints } from './Waypoints.astro'
|
1711
1715
|
export { default as Webcam } from './Webcam.astro'
|
1712
1716
|
export { default as Webhook } from './Webhook.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.468.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.468.0",
|
30
30
|
"semver": "^7.5.4"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|