lucide-astro 0.414.0 → 0.417.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/BarChart4.astro +2 -2
- package/dist/ChartColumnIncreasing.astro +2 -2
- package/dist/ForkKnife.astro +10 -0
- package/dist/ForkKnifeCrossed.astro +11 -0
- package/dist/MapPin.astro +1 -1
- package/dist/MapPinCheck.astro +10 -0
- package/dist/MapPinCheckInside.astro +9 -0
- package/dist/MapPinMinus.astro +10 -0
- package/dist/MapPinMinusInside.astro +9 -0
- package/dist/MapPinOff.astro +5 -5
- package/dist/MapPinPlus.astro +11 -0
- package/dist/MapPinPlusInside.astro +10 -0
- package/dist/MapPinX.astro +11 -0
- package/dist/MapPinXInside.astro +10 -0
- package/dist/MapPinned.astro +2 -2
- package/dist/SquareSquare.astro +9 -0
- package/dist/index.d.ts +11 -0
- package/dist/index.js +11 -0
- package/package.json +2 -2
package/dist/BarChart4.astro
CHANGED
@@ -0,0 +1,10 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout {...Astro.props}>
|
7
|
+
<path d="M3 2v7c0 1.1.9 2 2 2h4a2 2 0 0 0 2-2V2" />
|
8
|
+
<path d="M7 2v20" />
|
9
|
+
<path d="M21 15V2a5 5 0 0 0-5 5v6c0 1.1.9 2 2 2h3Zm0 0v7" />
|
10
|
+
</Layout>
|
@@ -0,0 +1,11 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout {...Astro.props}>
|
7
|
+
<path d="m16 2-2.3 2.3a3 3 0 0 0 0 4.2l1.8 1.8a3 3 0 0 0 4.2 0L22 8" />
|
8
|
+
<path d="M15 15 3.3 3.3a4.2 4.2 0 0 0 0 6l7.3 7.3c.7.7 2 .7 2.8 0L15 15Zm0 0 7 7" />
|
9
|
+
<path d="m2.1 21.8 6.4-6.3" />
|
10
|
+
<path d="m19 5-7 7" />
|
11
|
+
</Layout>
|
package/dist/MapPin.astro
CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="M20 10c0
|
7
|
+
<path d="M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0" />
|
8
8
|
<circle cx="12" cy="10" r="3" />
|
9
9
|
</Layout>
|
@@ -0,0 +1,10 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout {...Astro.props}>
|
7
|
+
<path d="M19.43 12.935c.357-.967.57-1.955.57-2.935a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 1.202 0 32.197 32.197 0 0 0 .813-.728" />
|
8
|
+
<circle cx="12" cy="10" r="3" />
|
9
|
+
<path d="m16 18 2 2 4-4" />
|
10
|
+
</Layout>
|
@@ -0,0 +1,9 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout {...Astro.props}>
|
7
|
+
<path d="M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0" />
|
8
|
+
<path d="m9 10 2 2 4-4" />
|
9
|
+
</Layout>
|
@@ -0,0 +1,10 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout {...Astro.props}>
|
7
|
+
<path d="M18.977 14C19.6 12.701 20 11.343 20 10a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 1.202 0 32 32 0 0 0 .824-.738" />
|
8
|
+
<circle cx="12" cy="10" r="3" />
|
9
|
+
<path d="M16 18h6" />
|
10
|
+
</Layout>
|
@@ -0,0 +1,9 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout {...Astro.props}>
|
7
|
+
<path d="M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0" />
|
8
|
+
<path d="M9 10h6" />
|
9
|
+
</Layout>
|
package/dist/MapPinOff.astro
CHANGED
@@ -4,9 +4,9 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
9
|
-
<path d="
|
10
|
-
<path d="
|
11
|
-
<
|
7
|
+
<path d="M12.75 7.09a3 3 0 0 1 2.16 2.16" />
|
8
|
+
<path d="M17.072 17.072c-1.634 2.17-3.527 3.912-4.471 4.727a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 1.432-4.568" />
|
9
|
+
<path d="m2 2 20 20" />
|
10
|
+
<path d="M8.475 2.818A8 8 0 0 1 20 10c0 1.183-.31 2.377-.81 3.533" />
|
11
|
+
<path d="M9.13 9.13a3 3 0 0 0 3.74 3.74" />
|
12
12
|
</Layout>
|
@@ -0,0 +1,11 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout {...Astro.props}>
|
7
|
+
<path d="M19.914 11.105A7.298 7.298 0 0 0 20 10a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 1.202 0 32 32 0 0 0 .824-.738" />
|
8
|
+
<circle cx="12" cy="10" r="3" />
|
9
|
+
<path d="M16 18h6" />
|
10
|
+
<path d="M19 15v6" />
|
11
|
+
</Layout>
|
@@ -0,0 +1,10 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout {...Astro.props}>
|
7
|
+
<path d="M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0" />
|
8
|
+
<path d="M12 7v6" />
|
9
|
+
<path d="M9 10h6" />
|
10
|
+
</Layout>
|
@@ -0,0 +1,11 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout {...Astro.props}>
|
7
|
+
<path d="M19.752 11.901A7.78 7.78 0 0 0 20 10a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 1.202 0 19 19 0 0 0 .09-.077" />
|
8
|
+
<circle cx="12" cy="10" r="3" />
|
9
|
+
<path d="m21.5 15.5-5 5" />
|
10
|
+
<path d="m21.5 20.5-5-5" />
|
11
|
+
</Layout>
|
@@ -0,0 +1,10 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout {...Astro.props}>
|
7
|
+
<path d="M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0" />
|
8
|
+
<path d="m14.5 7.5-5 5" />
|
9
|
+
<path d="m9.5 7.5 5 5" />
|
10
|
+
</Layout>
|
package/dist/MapPinned.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="M18 8c0
|
7
|
+
<path d="M18 8c0 3.613-3.869 7.429-5.393 8.795a1 1 0 0 1-1.214 0C9.87 15.429 6 11.613 6 8a6 6 0 0 1 12 0" />
|
8
8
|
<circle cx="12" cy="8" r="2" />
|
9
|
-
<path d="M8.
|
9
|
+
<path d="M8.714 14h-3.71a1 1 0 0 0-.948.683l-2.004 6A1 1 0 0 0 3 22h18a1 1 0 0 0 .948-1.316l-2-6a1 1 0 0 0-.949-.684h-3.712" />
|
10
10
|
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -734,6 +734,8 @@ export { default as FolderUp } from './FolderUp.astro'
|
|
734
734
|
export { default as FolderX } from './FolderX.astro'
|
735
735
|
export { default as Folders } from './Folders.astro'
|
736
736
|
export { default as Footprints } from './Footprints.astro'
|
737
|
+
export { default as ForkKnife } from './ForkKnife.astro'
|
738
|
+
export { default as ForkKnifeCrossed } from './ForkKnifeCrossed.astro'
|
737
739
|
export { default as Forklift } from './Forklift.astro'
|
738
740
|
export { default as FormInput } from './FormInput.astro'
|
739
741
|
export { default as Forward } from './Forward.astro'
|
@@ -967,7 +969,15 @@ export { default as Mailbox } from './Mailbox.astro'
|
|
967
969
|
export { default as Mails } from './Mails.astro'
|
968
970
|
export { default as Map } from './Map.astro'
|
969
971
|
export { default as MapPin } from './MapPin.astro'
|
972
|
+
export { default as MapPinCheck } from './MapPinCheck.astro'
|
973
|
+
export { default as MapPinCheckInside } from './MapPinCheckInside.astro'
|
974
|
+
export { default as MapPinMinus } from './MapPinMinus.astro'
|
975
|
+
export { default as MapPinMinusInside } from './MapPinMinusInside.astro'
|
970
976
|
export { default as MapPinOff } from './MapPinOff.astro'
|
977
|
+
export { default as MapPinPlus } from './MapPinPlus.astro'
|
978
|
+
export { default as MapPinPlusInside } from './MapPinPlusInside.astro'
|
979
|
+
export { default as MapPinX } from './MapPinX.astro'
|
980
|
+
export { default as MapPinXInside } from './MapPinXInside.astro'
|
971
981
|
export { default as MapPinned } from './MapPinned.astro'
|
972
982
|
export { default as Martini } from './Martini.astro'
|
973
983
|
export { default as Maximize } from './Maximize.astro'
|
@@ -1461,6 +1471,7 @@ export { default as SquareSigma } from './SquareSigma.astro'
|
|
1461
1471
|
export { default as SquareSlash } from './SquareSlash.astro'
|
1462
1472
|
export { default as SquareSplitHorizontal } from './SquareSplitHorizontal.astro'
|
1463
1473
|
export { default as SquareSplitVertical } from './SquareSplitVertical.astro'
|
1474
|
+
export { default as SquareSquare } from './SquareSquare.astro'
|
1464
1475
|
export { default as SquareStack } from './SquareStack.astro'
|
1465
1476
|
export { default as SquareTerminal } from './SquareTerminal.astro'
|
1466
1477
|
export { default as SquareUser } from './SquareUser.astro'
|
package/dist/index.js
CHANGED
@@ -729,6 +729,8 @@ export { default as FolderUp } from './FolderUp.astro'
|
|
729
729
|
export { default as FolderX } from './FolderX.astro'
|
730
730
|
export { default as Folders } from './Folders.astro'
|
731
731
|
export { default as Footprints } from './Footprints.astro'
|
732
|
+
export { default as ForkKnife } from './ForkKnife.astro'
|
733
|
+
export { default as ForkKnifeCrossed } from './ForkKnifeCrossed.astro'
|
732
734
|
export { default as Forklift } from './Forklift.astro'
|
733
735
|
export { default as FormInput } from './FormInput.astro'
|
734
736
|
export { default as Forward } from './Forward.astro'
|
@@ -962,7 +964,15 @@ export { default as Mailbox } from './Mailbox.astro'
|
|
962
964
|
export { default as Mails } from './Mails.astro'
|
963
965
|
export { default as Map } from './Map.astro'
|
964
966
|
export { default as MapPin } from './MapPin.astro'
|
967
|
+
export { default as MapPinCheck } from './MapPinCheck.astro'
|
968
|
+
export { default as MapPinCheckInside } from './MapPinCheckInside.astro'
|
969
|
+
export { default as MapPinMinus } from './MapPinMinus.astro'
|
970
|
+
export { default as MapPinMinusInside } from './MapPinMinusInside.astro'
|
965
971
|
export { default as MapPinOff } from './MapPinOff.astro'
|
972
|
+
export { default as MapPinPlus } from './MapPinPlus.astro'
|
973
|
+
export { default as MapPinPlusInside } from './MapPinPlusInside.astro'
|
974
|
+
export { default as MapPinX } from './MapPinX.astro'
|
975
|
+
export { default as MapPinXInside } from './MapPinXInside.astro'
|
966
976
|
export { default as MapPinned } from './MapPinned.astro'
|
967
977
|
export { default as Martini } from './Martini.astro'
|
968
978
|
export { default as Maximize } from './Maximize.astro'
|
@@ -1456,6 +1466,7 @@ export { default as SquareSigma } from './SquareSigma.astro'
|
|
1456
1466
|
export { default as SquareSlash } from './SquareSlash.astro'
|
1457
1467
|
export { default as SquareSplitHorizontal } from './SquareSplitHorizontal.astro'
|
1458
1468
|
export { default as SquareSplitVertical } from './SquareSplitVertical.astro'
|
1469
|
+
export { default as SquareSquare } from './SquareSquare.astro'
|
1459
1470
|
export { default as SquareStack } from './SquareStack.astro'
|
1460
1471
|
export { default as SquareTerminal } from './SquareTerminal.astro'
|
1461
1472
|
export { default as SquareUser } from './SquareUser.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.417.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.417.0",
|
30
30
|
"semver": "^7.5.4"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|