lucide-astro 0.304.0 → 0.306.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/BetweenHorizonalEnd.astro +10 -0
- package/dist/BetweenHorizonalStart.astro +10 -0
- package/dist/BetweenVerticalEnd.astro +10 -0
- package/dist/BetweenVerticalStart.astro +10 -0
- package/dist/Heater.astro +17 -0
- package/dist/Vault.astro +17 -0
- package/dist/WashingMachine.astro +12 -0
- package/dist/index.d.ts +12 -5
- package/dist/index.js +12 -5
- package/package.json +2 -2
- /package/dist/{SquareAsterisk.astro → AsteriskSquare.astro} +0 -0
- /package/dist/{SquareCode.astro → CodeSquare.astro} +0 -0
- /package/dist/{SquareDot.astro → DotSquare.astro} +0 -0
- /package/dist/{SquareEqual.astro → EqualSquare.astro} +0 -0
- /package/dist/{SquareSlash.astro → SlashSquare.astro} +0 -0
@@ -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
|
+
<rect width="13" height="7" x="3" y="3" rx="1" />
|
8
|
+
<path d="m22 15-3-3 3-3" />
|
9
|
+
<rect width="13" height="7" x="3" y="14" rx="1" />
|
10
|
+
</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
|
+
<rect width="13" height="7" x="8" y="3" rx="1" />
|
8
|
+
<path d="m2 9 3 3-3 3" />
|
9
|
+
<rect width="13" height="7" x="8" y="14" rx="1" />
|
10
|
+
</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
|
+
<rect width="7" height="13" x="3" y="3" rx="1" />
|
8
|
+
<path d="m9 22 3-3 3 3" />
|
9
|
+
<rect width="7" height="13" x="14" y="3" rx="1" />
|
10
|
+
</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
|
+
<rect width="7" height="13" x="3" y="8" rx="1" />
|
8
|
+
<path d="m15 2-3 3-3-3" />
|
9
|
+
<rect width="7" height="13" x="14" y="8" rx="1" />
|
10
|
+
</Layout>
|
@@ -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
@@ -121,6 +121,7 @@ export { default as ArrowUpWideNarrow } from './ArrowUpWideNarrow.astro'
|
|
121
121
|
export { default as ArrowUpZA } from './ArrowUpZA.astro'
|
122
122
|
export { default as ArrowUp } from './ArrowUp.astro'
|
123
123
|
export { default as ArrowsUpFromLine } from './ArrowsUpFromLine.astro'
|
124
|
+
export { default as AsteriskSquare } from './AsteriskSquare.astro'
|
124
125
|
export { default as Asterisk } from './Asterisk.astro'
|
125
126
|
export { default as AtSign } from './AtSign.astro'
|
126
127
|
export { default as Atom } from './Atom.astro'
|
@@ -183,6 +184,10 @@ export { default as BellOff } from './BellOff.astro'
|
|
183
184
|
export { default as BellPlus } from './BellPlus.astro'
|
184
185
|
export { default as BellRing } from './BellRing.astro'
|
185
186
|
export { default as Bell } from './Bell.astro'
|
187
|
+
export { default as BetweenHorizonalEnd } from './BetweenHorizonalEnd.astro'
|
188
|
+
export { default as BetweenHorizonalStart } from './BetweenHorizonalStart.astro'
|
189
|
+
export { default as BetweenVerticalEnd } from './BetweenVerticalEnd.astro'
|
190
|
+
export { default as BetweenVerticalStart } from './BetweenVerticalStart.astro'
|
186
191
|
export { default as Bike } from './Bike.astro'
|
187
192
|
export { default as Binary } from './Binary.astro'
|
188
193
|
export { default as Biohazard } from './Biohazard.astro'
|
@@ -374,6 +379,7 @@ export { default as Cloudy } from './Cloudy.astro'
|
|
374
379
|
export { default as Clover } from './Clover.astro'
|
375
380
|
export { default as Club } from './Club.astro'
|
376
381
|
export { default as Code2 } from './Code2.astro'
|
382
|
+
export { default as CodeSquare } from './CodeSquare.astro'
|
377
383
|
export { default as Code } from './Code.astro'
|
378
384
|
export { default as Codepen } from './Codepen.astro'
|
379
385
|
export { default as Codesandbox } from './Codesandbox.astro'
|
@@ -454,6 +460,7 @@ export { default as DollarSign } from './DollarSign.astro'
|
|
454
460
|
export { default as Donut } from './Donut.astro'
|
455
461
|
export { default as DoorClosed } from './DoorClosed.astro'
|
456
462
|
export { default as DoorOpen } from './DoorOpen.astro'
|
463
|
+
export { default as DotSquare } from './DotSquare.astro'
|
457
464
|
export { default as Dot } from './Dot.astro'
|
458
465
|
export { default as DownloadCloud } from './DownloadCloud.astro'
|
459
466
|
export { default as Download } from './Download.astro'
|
@@ -472,6 +479,7 @@ export { default as EggFried } from './EggFried.astro'
|
|
472
479
|
export { default as EggOff } from './EggOff.astro'
|
473
480
|
export { default as Egg } from './Egg.astro'
|
474
481
|
export { default as EqualNot } from './EqualNot.astro'
|
482
|
+
export { default as EqualSquare } from './EqualSquare.astro'
|
475
483
|
export { default as Equal } from './Equal.astro'
|
476
484
|
export { default as Eraser } from './Eraser.astro'
|
477
485
|
export { default as Euro } from './Euro.astro'
|
@@ -683,6 +691,7 @@ export { default as HeartHandshake } from './HeartHandshake.astro'
|
|
683
691
|
export { default as HeartOff } from './HeartOff.astro'
|
684
692
|
export { default as HeartPulse } from './HeartPulse.astro'
|
685
693
|
export { default as Heart } from './Heart.astro'
|
694
|
+
export { default as Heater } from './Heater.astro'
|
686
695
|
export { default as HelpCircle } from './HelpCircle.astro'
|
687
696
|
export { default as HelpingHand } from './HelpingHand.astro'
|
688
697
|
export { default as Hexagon } from './Hexagon.astro'
|
@@ -1151,6 +1160,7 @@ export { default as SkipBack } from './SkipBack.astro'
|
|
1151
1160
|
export { default as SkipForward } from './SkipForward.astro'
|
1152
1161
|
export { default as Skull } from './Skull.astro'
|
1153
1162
|
export { default as Slack } from './Slack.astro'
|
1163
|
+
export { default as SlashSquare } from './SlashSquare.astro'
|
1154
1164
|
export { default as Slash } from './Slash.astro'
|
1155
1165
|
export { default as Slice } from './Slice.astro'
|
1156
1166
|
export { default as SlidersHorizontal } from './SlidersHorizontal.astro'
|
@@ -1178,13 +1188,8 @@ export { default as SplitSquareVertical } from './SplitSquareVertical.astro'
|
|
1178
1188
|
export { default as Split } from './Split.astro'
|
1179
1189
|
export { default as SprayCan } from './SprayCan.astro'
|
1180
1190
|
export { default as Sprout } from './Sprout.astro'
|
1181
|
-
export { default as SquareAsterisk } from './SquareAsterisk.astro'
|
1182
|
-
export { default as SquareCode } from './SquareCode.astro'
|
1183
1191
|
export { default as SquareDashedBottomCode } from './SquareDashedBottomCode.astro'
|
1184
1192
|
export { default as SquareDashedBottom } from './SquareDashedBottom.astro'
|
1185
|
-
export { default as SquareDot } from './SquareDot.astro'
|
1186
|
-
export { default as SquareEqual } from './SquareEqual.astro'
|
1187
|
-
export { default as SquareSlash } from './SquareSlash.astro'
|
1188
1193
|
export { default as SquareStack } from './SquareStack.astro'
|
1189
1194
|
export { default as SquareUserRound } from './SquareUserRound.astro'
|
1190
1195
|
export { default as SquareUser } from './SquareUser.astro'
|
@@ -1326,6 +1331,7 @@ export { default as UtensilsCrossed } from './UtensilsCrossed.astro'
|
|
1326
1331
|
export { default as Utensils } from './Utensils.astro'
|
1327
1332
|
export { default as UtilityPole } from './UtilityPole.astro'
|
1328
1333
|
export { default as Variable } from './Variable.astro'
|
1334
|
+
export { default as Vault } from './Vault.astro'
|
1329
1335
|
export { default as Vegan } from './Vegan.astro'
|
1330
1336
|
export { default as VenetianMask } from './VenetianMask.astro'
|
1331
1337
|
export { default as VibrateOff } from './VibrateOff.astro'
|
@@ -1347,6 +1353,7 @@ export { default as Wallpaper } from './Wallpaper.astro'
|
|
1347
1353
|
export { default as Wand2 } from './Wand2.astro'
|
1348
1354
|
export { default as Wand } from './Wand.astro'
|
1349
1355
|
export { default as Warehouse } from './Warehouse.astro'
|
1356
|
+
export { default as WashingMachine } from './WashingMachine.astro'
|
1350
1357
|
export { default as Watch } from './Watch.astro'
|
1351
1358
|
export { default as Waves } from './Waves.astro'
|
1352
1359
|
export { default as Waypoints } from './Waypoints.astro'
|
package/dist/index.js
CHANGED
@@ -116,6 +116,7 @@ export { default as ArrowUpWideNarrow } from './ArrowUpWideNarrow.astro'
|
|
116
116
|
export { default as ArrowUpZA } from './ArrowUpZA.astro'
|
117
117
|
export { default as ArrowUp } from './ArrowUp.astro'
|
118
118
|
export { default as ArrowsUpFromLine } from './ArrowsUpFromLine.astro'
|
119
|
+
export { default as AsteriskSquare } from './AsteriskSquare.astro'
|
119
120
|
export { default as Asterisk } from './Asterisk.astro'
|
120
121
|
export { default as AtSign } from './AtSign.astro'
|
121
122
|
export { default as Atom } from './Atom.astro'
|
@@ -178,6 +179,10 @@ export { default as BellOff } from './BellOff.astro'
|
|
178
179
|
export { default as BellPlus } from './BellPlus.astro'
|
179
180
|
export { default as BellRing } from './BellRing.astro'
|
180
181
|
export { default as Bell } from './Bell.astro'
|
182
|
+
export { default as BetweenHorizonalEnd } from './BetweenHorizonalEnd.astro'
|
183
|
+
export { default as BetweenHorizonalStart } from './BetweenHorizonalStart.astro'
|
184
|
+
export { default as BetweenVerticalEnd } from './BetweenVerticalEnd.astro'
|
185
|
+
export { default as BetweenVerticalStart } from './BetweenVerticalStart.astro'
|
181
186
|
export { default as Bike } from './Bike.astro'
|
182
187
|
export { default as Binary } from './Binary.astro'
|
183
188
|
export { default as Biohazard } from './Biohazard.astro'
|
@@ -369,6 +374,7 @@ export { default as Cloudy } from './Cloudy.astro'
|
|
369
374
|
export { default as Clover } from './Clover.astro'
|
370
375
|
export { default as Club } from './Club.astro'
|
371
376
|
export { default as Code2 } from './Code2.astro'
|
377
|
+
export { default as CodeSquare } from './CodeSquare.astro'
|
372
378
|
export { default as Code } from './Code.astro'
|
373
379
|
export { default as Codepen } from './Codepen.astro'
|
374
380
|
export { default as Codesandbox } from './Codesandbox.astro'
|
@@ -449,6 +455,7 @@ export { default as DollarSign } from './DollarSign.astro'
|
|
449
455
|
export { default as Donut } from './Donut.astro'
|
450
456
|
export { default as DoorClosed } from './DoorClosed.astro'
|
451
457
|
export { default as DoorOpen } from './DoorOpen.astro'
|
458
|
+
export { default as DotSquare } from './DotSquare.astro'
|
452
459
|
export { default as Dot } from './Dot.astro'
|
453
460
|
export { default as DownloadCloud } from './DownloadCloud.astro'
|
454
461
|
export { default as Download } from './Download.astro'
|
@@ -467,6 +474,7 @@ export { default as EggFried } from './EggFried.astro'
|
|
467
474
|
export { default as EggOff } from './EggOff.astro'
|
468
475
|
export { default as Egg } from './Egg.astro'
|
469
476
|
export { default as EqualNot } from './EqualNot.astro'
|
477
|
+
export { default as EqualSquare } from './EqualSquare.astro'
|
470
478
|
export { default as Equal } from './Equal.astro'
|
471
479
|
export { default as Eraser } from './Eraser.astro'
|
472
480
|
export { default as Euro } from './Euro.astro'
|
@@ -678,6 +686,7 @@ export { default as HeartHandshake } from './HeartHandshake.astro'
|
|
678
686
|
export { default as HeartOff } from './HeartOff.astro'
|
679
687
|
export { default as HeartPulse } from './HeartPulse.astro'
|
680
688
|
export { default as Heart } from './Heart.astro'
|
689
|
+
export { default as Heater } from './Heater.astro'
|
681
690
|
export { default as HelpCircle } from './HelpCircle.astro'
|
682
691
|
export { default as HelpingHand } from './HelpingHand.astro'
|
683
692
|
export { default as Hexagon } from './Hexagon.astro'
|
@@ -1146,6 +1155,7 @@ export { default as SkipBack } from './SkipBack.astro'
|
|
1146
1155
|
export { default as SkipForward } from './SkipForward.astro'
|
1147
1156
|
export { default as Skull } from './Skull.astro'
|
1148
1157
|
export { default as Slack } from './Slack.astro'
|
1158
|
+
export { default as SlashSquare } from './SlashSquare.astro'
|
1149
1159
|
export { default as Slash } from './Slash.astro'
|
1150
1160
|
export { default as Slice } from './Slice.astro'
|
1151
1161
|
export { default as SlidersHorizontal } from './SlidersHorizontal.astro'
|
@@ -1173,13 +1183,8 @@ export { default as SplitSquareVertical } from './SplitSquareVertical.astro'
|
|
1173
1183
|
export { default as Split } from './Split.astro'
|
1174
1184
|
export { default as SprayCan } from './SprayCan.astro'
|
1175
1185
|
export { default as Sprout } from './Sprout.astro'
|
1176
|
-
export { default as SquareAsterisk } from './SquareAsterisk.astro'
|
1177
|
-
export { default as SquareCode } from './SquareCode.astro'
|
1178
1186
|
export { default as SquareDashedBottomCode } from './SquareDashedBottomCode.astro'
|
1179
1187
|
export { default as SquareDashedBottom } from './SquareDashedBottom.astro'
|
1180
|
-
export { default as SquareDot } from './SquareDot.astro'
|
1181
|
-
export { default as SquareEqual } from './SquareEqual.astro'
|
1182
|
-
export { default as SquareSlash } from './SquareSlash.astro'
|
1183
1188
|
export { default as SquareStack } from './SquareStack.astro'
|
1184
1189
|
export { default as SquareUserRound } from './SquareUserRound.astro'
|
1185
1190
|
export { default as SquareUser } from './SquareUser.astro'
|
@@ -1321,6 +1326,7 @@ export { default as UtensilsCrossed } from './UtensilsCrossed.astro'
|
|
1321
1326
|
export { default as Utensils } from './Utensils.astro'
|
1322
1327
|
export { default as UtilityPole } from './UtilityPole.astro'
|
1323
1328
|
export { default as Variable } from './Variable.astro'
|
1329
|
+
export { default as Vault } from './Vault.astro'
|
1324
1330
|
export { default as Vegan } from './Vegan.astro'
|
1325
1331
|
export { default as VenetianMask } from './VenetianMask.astro'
|
1326
1332
|
export { default as VibrateOff } from './VibrateOff.astro'
|
@@ -1342,6 +1348,7 @@ export { default as Wallpaper } from './Wallpaper.astro'
|
|
1342
1348
|
export { default as Wand2 } from './Wand2.astro'
|
1343
1349
|
export { default as Wand } from './Wand.astro'
|
1344
1350
|
export { default as Warehouse } from './Warehouse.astro'
|
1351
|
+
export { default as WashingMachine } from './WashingMachine.astro'
|
1345
1352
|
export { default as Watch } from './Watch.astro'
|
1346
1353
|
export { default as Waves } from './Waves.astro'
|
1347
1354
|
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.306.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.306.0",
|
30
30
|
"semver": "^7.5.4"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|