lucide-astro 0.304.0 → 0.305.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/Heater.astro +17 -0
- package/dist/Vault.astro +17 -0
- package/dist/WashingMachine.astro +12 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +3 -0
- package/package.json +2 -2
@@ -0,0 +1,17 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout {...Astro.props}>
|
7
|
+
<path d="M11 8c2-3-2-3 0-6" />
|
8
|
+
<path d="M15.5 8c2-3-2-3 0-6" />
|
9
|
+
<path d="M6 10h.01" />
|
10
|
+
<path d="M6 14h.01" />
|
11
|
+
<path d="M10 16v-4" />
|
12
|
+
<path d="M14 16v-4" />
|
13
|
+
<path d="M18 16v-4" />
|
14
|
+
<path d="M20 6a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3" />
|
15
|
+
<path d="M5 20v2" />
|
16
|
+
<path d="M19 20v2" />
|
17
|
+
</Layout>
|
package/dist/Vault.astro
ADDED
@@ -0,0 +1,17 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout {...Astro.props}>
|
7
|
+
<rect width="18" height="18" x="3" y="3" rx="2" />
|
8
|
+
<circle cx="7.5" cy="7.5" r=".5" />
|
9
|
+
<path d="m7.9 7.9 2.7 2.7" />
|
10
|
+
<circle cx="16.5" cy="7.5" r=".5" />
|
11
|
+
<path d="m13.4 10.6 2.7-2.7" />
|
12
|
+
<circle cx="7.5" cy="16.5" r=".5" />
|
13
|
+
<path d="m7.9 16.1 2.7-2.7" />
|
14
|
+
<circle cx="16.5" cy="16.5" r=".5" />
|
15
|
+
<path d="m13.4 13.4 2.7 2.7" />
|
16
|
+
<circle cx="12" cy="12" r="2" />
|
17
|
+
</Layout>
|
@@ -0,0 +1,12 @@
|
|
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 6h3" />
|
8
|
+
<path d="M17 6h.01" />
|
9
|
+
<rect width="18" height="20" x="3" y="2" rx="2" />
|
10
|
+
<circle cx="12" cy="13" r="5" />
|
11
|
+
<path d="M12 18a2.5 2.5 0 0 0 0-5 2.5 2.5 0 0 1 0-5" />
|
12
|
+
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -683,6 +683,7 @@ export { default as HeartHandshake } from './HeartHandshake.astro'
|
|
683
683
|
export { default as HeartOff } from './HeartOff.astro'
|
684
684
|
export { default as HeartPulse } from './HeartPulse.astro'
|
685
685
|
export { default as Heart } from './Heart.astro'
|
686
|
+
export { default as Heater } from './Heater.astro'
|
686
687
|
export { default as HelpCircle } from './HelpCircle.astro'
|
687
688
|
export { default as HelpingHand } from './HelpingHand.astro'
|
688
689
|
export { default as Hexagon } from './Hexagon.astro'
|
@@ -1326,6 +1327,7 @@ export { default as UtensilsCrossed } from './UtensilsCrossed.astro'
|
|
1326
1327
|
export { default as Utensils } from './Utensils.astro'
|
1327
1328
|
export { default as UtilityPole } from './UtilityPole.astro'
|
1328
1329
|
export { default as Variable } from './Variable.astro'
|
1330
|
+
export { default as Vault } from './Vault.astro'
|
1329
1331
|
export { default as Vegan } from './Vegan.astro'
|
1330
1332
|
export { default as VenetianMask } from './VenetianMask.astro'
|
1331
1333
|
export { default as VibrateOff } from './VibrateOff.astro'
|
@@ -1347,6 +1349,7 @@ export { default as Wallpaper } from './Wallpaper.astro'
|
|
1347
1349
|
export { default as Wand2 } from './Wand2.astro'
|
1348
1350
|
export { default as Wand } from './Wand.astro'
|
1349
1351
|
export { default as Warehouse } from './Warehouse.astro'
|
1352
|
+
export { default as WashingMachine } from './WashingMachine.astro'
|
1350
1353
|
export { default as Watch } from './Watch.astro'
|
1351
1354
|
export { default as Waves } from './Waves.astro'
|
1352
1355
|
export { default as Waypoints } from './Waypoints.astro'
|
package/dist/index.js
CHANGED
@@ -678,6 +678,7 @@ export { default as HeartHandshake } from './HeartHandshake.astro'
|
|
678
678
|
export { default as HeartOff } from './HeartOff.astro'
|
679
679
|
export { default as HeartPulse } from './HeartPulse.astro'
|
680
680
|
export { default as Heart } from './Heart.astro'
|
681
|
+
export { default as Heater } from './Heater.astro'
|
681
682
|
export { default as HelpCircle } from './HelpCircle.astro'
|
682
683
|
export { default as HelpingHand } from './HelpingHand.astro'
|
683
684
|
export { default as Hexagon } from './Hexagon.astro'
|
@@ -1321,6 +1322,7 @@ export { default as UtensilsCrossed } from './UtensilsCrossed.astro'
|
|
1321
1322
|
export { default as Utensils } from './Utensils.astro'
|
1322
1323
|
export { default as UtilityPole } from './UtilityPole.astro'
|
1323
1324
|
export { default as Variable } from './Variable.astro'
|
1325
|
+
export { default as Vault } from './Vault.astro'
|
1324
1326
|
export { default as Vegan } from './Vegan.astro'
|
1325
1327
|
export { default as VenetianMask } from './VenetianMask.astro'
|
1326
1328
|
export { default as VibrateOff } from './VibrateOff.astro'
|
@@ -1342,6 +1344,7 @@ export { default as Wallpaper } from './Wallpaper.astro'
|
|
1342
1344
|
export { default as Wand2 } from './Wand2.astro'
|
1343
1345
|
export { default as Wand } from './Wand.astro'
|
1344
1346
|
export { default as Warehouse } from './Warehouse.astro'
|
1347
|
+
export { default as WashingMachine } from './WashingMachine.astro'
|
1345
1348
|
export { default as Watch } from './Watch.astro'
|
1346
1349
|
export { default as Waves } from './Waves.astro'
|
1347
1350
|
export { default as Waypoints } from './Waypoints.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.305.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.305.0",
|
30
30
|
"semver": "^7.5.4"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|