lucide-astro 0.472.0 → 0.477.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/Beef.astro +2 -2
- package/dist/CircleSlash2.astro +1 -1
- package/dist/CircleSlashed.astro +1 -1
- package/dist/CircleSmall.astro +8 -0
- package/dist/Expand.astro +8 -4
- package/dist/Mars.astro +10 -0
- package/dist/MarsStroke.astro +11 -0
- package/dist/NonBinary.astro +11 -0
- package/dist/Package.astro +1 -1
- package/dist/ShieldUser.astro +10 -0
- package/dist/SquareRoundCorner.astro +9 -0
- package/dist/Transgender.astro +15 -0
- package/dist/Venus.astro +10 -0
- package/dist/VenusAndMars.astro +12 -0
- package/dist/index.d.ts +9 -0
- package/dist/index.js +9 -0
- package/package.json +2 -2
package/dist/Beef.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="beef" {...Astro.props}>
|
7
|
+
<path d="M16.4 13.7A6.5 6.5 0 1 0 6.28 6.6c-1.1 3.13-.78 3.9-3.18 6.08A3 3 0 0 0 5 18c4 0 8.4-1.8 11.4-4.3" />
|
8
|
+
<path d="m18.5 6 2.19 4.5a6.48 6.48 0 0 1-2.29 7.2C15.4 20.2 11 22 7 22a3 3 0 0 1-2.68-1.66L2.4 16.5" />
|
7
9
|
<circle cx="12.5" cy="8.5" r="2.5" />
|
8
|
-
<path d="M12.5 2a6.5 6.5 0 0 0-6.22 4.6c-1.1 3.13-.78 3.9-3.18 6.08A3 3 0 0 0 5 18c4 0 8.4-1.8 11.4-4.3A6.5 6.5 0 0 0 12.5 2Z" />
|
9
|
-
<path d="m18.5 6 2.19 4.5a6.48 6.48 0 0 1 .31 2 6.49 6.49 0 0 1-2.6 5.2C15.4 20.2 11 22 7 22a3 3 0 0 1-2.68-1.66L2.4 16.5" />
|
10
10
|
</Layout>
|
package/dist/CircleSlash2.astro
CHANGED
package/dist/CircleSlashed.astro
CHANGED
package/dist/Expand.astro
CHANGED
@@ -4,8 +4,12 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="expand" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
9
|
-
<path d="M21
|
10
|
-
<path d="
|
7
|
+
<path d="m15 15 6 6" />
|
8
|
+
<path d="m15 9 6-6" />
|
9
|
+
<path d="M21 16.2V21h-4.8" />
|
10
|
+
<path d="M21 7.8V3h-4.8" />
|
11
|
+
<path d="M3 16.2V21h4.8" />
|
12
|
+
<path d="m3 21 6-6" />
|
13
|
+
<path d="M3 7.8V3h4.8" />
|
14
|
+
<path d="M9 9 3 3" />
|
11
15
|
</Layout>
|
package/dist/Mars.astro
ADDED
@@ -0,0 +1,11 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout iconName="mars-stroke" {...Astro.props}>
|
7
|
+
<path d="m14 6 4 4" />
|
8
|
+
<path d="M17 3h4v4" />
|
9
|
+
<path d="m21 3-7.75 7.75" />
|
10
|
+
<circle cx="9" cy="15" r="6" />
|
11
|
+
</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="non-binary" {...Astro.props}>
|
7
|
+
<path d="M12 2v10" />
|
8
|
+
<path d="m9 4 6 4" />
|
9
|
+
<path d="m9 8 6-4" />
|
10
|
+
<circle cx="12" cy="17" r="5" />
|
11
|
+
</Layout>
|
package/dist/Package.astro
CHANGED
@@ -6,6 +6,6 @@ export type { Props } from './index.d.ts'
|
|
6
6
|
<Layout iconName="package" {...Astro.props}>
|
7
7
|
<path d="M11 21.73a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73z" />
|
8
8
|
<path d="M12 22V12" />
|
9
|
-
<
|
9
|
+
<polyline points="3.29 7 12 12 20.71 7" />
|
10
10
|
<path d="m7.5 4.27 9 5.15" />
|
11
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 iconName="shield-user" {...Astro.props}>
|
7
|
+
<path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" />
|
8
|
+
<path d="M6.376 18.91a6 6 0 0 1 11.249.003" />
|
9
|
+
<circle cx="12" cy="11" r="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 iconName="square-round-corner" {...Astro.props}>
|
7
|
+
<path d="M21 11a8 8 0 0 0-8-8" />
|
8
|
+
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4" />
|
9
|
+
</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="transgender" {...Astro.props}>
|
7
|
+
<path d="M12 16v6" />
|
8
|
+
<path d="M14 20h-4" />
|
9
|
+
<path d="M18 2h4v4" />
|
10
|
+
<path d="m2 2 7.17 7.17" />
|
11
|
+
<path d="M2 5.355V2h3.357" />
|
12
|
+
<path d="m22 2-7.17 7.17" />
|
13
|
+
<path d="M8 5 5 8" />
|
14
|
+
<circle cx="12" cy="12" r="4" />
|
15
|
+
</Layout>
|
package/dist/Venus.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="venus-and-mars" {...Astro.props}>
|
7
|
+
<path d="M10 20h4" />
|
8
|
+
<path d="M12 16v6" />
|
9
|
+
<path d="M17 2h4v4" />
|
10
|
+
<path d="m21 2-5.46 5.46" />
|
11
|
+
<circle cx="12" cy="11" r="5" />
|
12
|
+
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -427,6 +427,7 @@ export { default as CirclePower } from './CirclePower.astro'
|
|
427
427
|
export { default as CircleSlash } from './CircleSlash.astro'
|
428
428
|
export { default as CircleSlash2 } from './CircleSlash2.astro'
|
429
429
|
export { default as CircleSlashed } from './CircleSlashed.astro'
|
430
|
+
export { default as CircleSmall } from './CircleSmall.astro'
|
430
431
|
export { default as CircleStop } from './CircleStop.astro'
|
431
432
|
export { default as CircleUser } from './CircleUser.astro'
|
432
433
|
export { default as CircleUserRound } from './CircleUserRound.astro'
|
@@ -1008,6 +1009,8 @@ export { default as MapPinX } from './MapPinX.astro'
|
|
1008
1009
|
export { default as MapPinXInside } from './MapPinXInside.astro'
|
1009
1010
|
export { default as MapPinned } from './MapPinned.astro'
|
1010
1011
|
export { default as MapPlus } from './MapPlus.astro'
|
1012
|
+
export { default as Mars } from './Mars.astro'
|
1013
|
+
export { default as MarsStroke } from './MarsStroke.astro'
|
1011
1014
|
export { default as Martini } from './Martini.astro'
|
1012
1015
|
export { default as Maximize } from './Maximize.astro'
|
1013
1016
|
export { default as Maximize2 } from './Maximize2.astro'
|
@@ -1114,6 +1117,7 @@ export { default as NavigationOff } from './NavigationOff.astro'
|
|
1114
1117
|
export { default as Network } from './Network.astro'
|
1115
1118
|
export { default as Newspaper } from './Newspaper.astro'
|
1116
1119
|
export { default as Nfc } from './Nfc.astro'
|
1120
|
+
export { default as NonBinary } from './NonBinary.astro'
|
1117
1121
|
export { default as Notebook } from './Notebook.astro'
|
1118
1122
|
export { default as NotebookPen } from './NotebookPen.astro'
|
1119
1123
|
export { default as NotebookTabs } from './NotebookTabs.astro'
|
@@ -1390,6 +1394,7 @@ export { default as ShieldMinus } from './ShieldMinus.astro'
|
|
1390
1394
|
export { default as ShieldOff } from './ShieldOff.astro'
|
1391
1395
|
export { default as ShieldPlus } from './ShieldPlus.astro'
|
1392
1396
|
export { default as ShieldQuestion } from './ShieldQuestion.astro'
|
1397
|
+
export { default as ShieldUser } from './ShieldUser.astro'
|
1393
1398
|
export { default as ShieldX } from './ShieldX.astro'
|
1394
1399
|
export { default as Ship } from './Ship.astro'
|
1395
1400
|
export { default as ShipWheel } from './ShipWheel.astro'
|
@@ -1501,6 +1506,7 @@ export { default as SquarePlay } from './SquarePlay.astro'
|
|
1501
1506
|
export { default as SquarePlus } from './SquarePlus.astro'
|
1502
1507
|
export { default as SquarePower } from './SquarePower.astro'
|
1503
1508
|
export { default as SquareRadical } from './SquareRadical.astro'
|
1509
|
+
export { default as SquareRoundCorner } from './SquareRoundCorner.astro'
|
1504
1510
|
export { default as SquareScissors } from './SquareScissors.astro'
|
1505
1511
|
export { default as SquareSigma } from './SquareSigma.astro'
|
1506
1512
|
export { default as SquareSlash } from './SquareSlash.astro'
|
@@ -1615,6 +1621,7 @@ export { default as TrainFront } from './TrainFront.astro'
|
|
1615
1621
|
export { default as TrainFrontTunnel } from './TrainFrontTunnel.astro'
|
1616
1622
|
export { default as TrainTrack } from './TrainTrack.astro'
|
1617
1623
|
export { default as TramFront } from './TramFront.astro'
|
1624
|
+
export { default as Transgender } from './Transgender.astro'
|
1618
1625
|
export { default as Trash } from './Trash.astro'
|
1619
1626
|
export { default as Trash2 } from './Trash2.astro'
|
1620
1627
|
export { default as TreeDeciduous } from './TreeDeciduous.astro'
|
@@ -1694,6 +1701,8 @@ export { default as Variable } from './Variable.astro'
|
|
1694
1701
|
export { default as Vault } from './Vault.astro'
|
1695
1702
|
export { default as Vegan } from './Vegan.astro'
|
1696
1703
|
export { default as VenetianMask } from './VenetianMask.astro'
|
1704
|
+
export { default as Venus } from './Venus.astro'
|
1705
|
+
export { default as VenusAndMars } from './VenusAndMars.astro'
|
1697
1706
|
export { default as Verified } from './Verified.astro'
|
1698
1707
|
export { default as Vibrate } from './Vibrate.astro'
|
1699
1708
|
export { default as VibrateOff } from './VibrateOff.astro'
|
package/dist/index.js
CHANGED
@@ -422,6 +422,7 @@ export { default as CirclePower } from './CirclePower.astro'
|
|
422
422
|
export { default as CircleSlash } from './CircleSlash.astro'
|
423
423
|
export { default as CircleSlash2 } from './CircleSlash2.astro'
|
424
424
|
export { default as CircleSlashed } from './CircleSlashed.astro'
|
425
|
+
export { default as CircleSmall } from './CircleSmall.astro'
|
425
426
|
export { default as CircleStop } from './CircleStop.astro'
|
426
427
|
export { default as CircleUser } from './CircleUser.astro'
|
427
428
|
export { default as CircleUserRound } from './CircleUserRound.astro'
|
@@ -1003,6 +1004,8 @@ export { default as MapPinX } from './MapPinX.astro'
|
|
1003
1004
|
export { default as MapPinXInside } from './MapPinXInside.astro'
|
1004
1005
|
export { default as MapPinned } from './MapPinned.astro'
|
1005
1006
|
export { default as MapPlus } from './MapPlus.astro'
|
1007
|
+
export { default as Mars } from './Mars.astro'
|
1008
|
+
export { default as MarsStroke } from './MarsStroke.astro'
|
1006
1009
|
export { default as Martini } from './Martini.astro'
|
1007
1010
|
export { default as Maximize } from './Maximize.astro'
|
1008
1011
|
export { default as Maximize2 } from './Maximize2.astro'
|
@@ -1109,6 +1112,7 @@ export { default as NavigationOff } from './NavigationOff.astro'
|
|
1109
1112
|
export { default as Network } from './Network.astro'
|
1110
1113
|
export { default as Newspaper } from './Newspaper.astro'
|
1111
1114
|
export { default as Nfc } from './Nfc.astro'
|
1115
|
+
export { default as NonBinary } from './NonBinary.astro'
|
1112
1116
|
export { default as Notebook } from './Notebook.astro'
|
1113
1117
|
export { default as NotebookPen } from './NotebookPen.astro'
|
1114
1118
|
export { default as NotebookTabs } from './NotebookTabs.astro'
|
@@ -1385,6 +1389,7 @@ export { default as ShieldMinus } from './ShieldMinus.astro'
|
|
1385
1389
|
export { default as ShieldOff } from './ShieldOff.astro'
|
1386
1390
|
export { default as ShieldPlus } from './ShieldPlus.astro'
|
1387
1391
|
export { default as ShieldQuestion } from './ShieldQuestion.astro'
|
1392
|
+
export { default as ShieldUser } from './ShieldUser.astro'
|
1388
1393
|
export { default as ShieldX } from './ShieldX.astro'
|
1389
1394
|
export { default as Ship } from './Ship.astro'
|
1390
1395
|
export { default as ShipWheel } from './ShipWheel.astro'
|
@@ -1496,6 +1501,7 @@ export { default as SquarePlay } from './SquarePlay.astro'
|
|
1496
1501
|
export { default as SquarePlus } from './SquarePlus.astro'
|
1497
1502
|
export { default as SquarePower } from './SquarePower.astro'
|
1498
1503
|
export { default as SquareRadical } from './SquareRadical.astro'
|
1504
|
+
export { default as SquareRoundCorner } from './SquareRoundCorner.astro'
|
1499
1505
|
export { default as SquareScissors } from './SquareScissors.astro'
|
1500
1506
|
export { default as SquareSigma } from './SquareSigma.astro'
|
1501
1507
|
export { default as SquareSlash } from './SquareSlash.astro'
|
@@ -1610,6 +1616,7 @@ export { default as TrainFront } from './TrainFront.astro'
|
|
1610
1616
|
export { default as TrainFrontTunnel } from './TrainFrontTunnel.astro'
|
1611
1617
|
export { default as TrainTrack } from './TrainTrack.astro'
|
1612
1618
|
export { default as TramFront } from './TramFront.astro'
|
1619
|
+
export { default as Transgender } from './Transgender.astro'
|
1613
1620
|
export { default as Trash } from './Trash.astro'
|
1614
1621
|
export { default as Trash2 } from './Trash2.astro'
|
1615
1622
|
export { default as TreeDeciduous } from './TreeDeciduous.astro'
|
@@ -1689,6 +1696,8 @@ export { default as Variable } from './Variable.astro'
|
|
1689
1696
|
export { default as Vault } from './Vault.astro'
|
1690
1697
|
export { default as Vegan } from './Vegan.astro'
|
1691
1698
|
export { default as VenetianMask } from './VenetianMask.astro'
|
1699
|
+
export { default as Venus } from './Venus.astro'
|
1700
|
+
export { default as VenusAndMars } from './VenusAndMars.astro'
|
1692
1701
|
export { default as Verified } from './Verified.astro'
|
1693
1702
|
export { default as Vibrate } from './Vibrate.astro'
|
1694
1703
|
export { default as VibrateOff } from './VibrateOff.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.477.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.477.0",
|
38
38
|
"semver": "^7.5.4"
|
39
39
|
},
|
40
40
|
"peerDependencies": {
|