lucide-astro 0.305.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/index.d.ts +9 -5
- package/dist/index.js +9 -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>
|
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'
|
@@ -1152,6 +1160,7 @@ export { default as SkipBack } from './SkipBack.astro'
|
|
1152
1160
|
export { default as SkipForward } from './SkipForward.astro'
|
1153
1161
|
export { default as Skull } from './Skull.astro'
|
1154
1162
|
export { default as Slack } from './Slack.astro'
|
1163
|
+
export { default as SlashSquare } from './SlashSquare.astro'
|
1155
1164
|
export { default as Slash } from './Slash.astro'
|
1156
1165
|
export { default as Slice } from './Slice.astro'
|
1157
1166
|
export { default as SlidersHorizontal } from './SlidersHorizontal.astro'
|
@@ -1179,13 +1188,8 @@ export { default as SplitSquareVertical } from './SplitSquareVertical.astro'
|
|
1179
1188
|
export { default as Split } from './Split.astro'
|
1180
1189
|
export { default as SprayCan } from './SprayCan.astro'
|
1181
1190
|
export { default as Sprout } from './Sprout.astro'
|
1182
|
-
export { default as SquareAsterisk } from './SquareAsterisk.astro'
|
1183
|
-
export { default as SquareCode } from './SquareCode.astro'
|
1184
1191
|
export { default as SquareDashedBottomCode } from './SquareDashedBottomCode.astro'
|
1185
1192
|
export { default as SquareDashedBottom } from './SquareDashedBottom.astro'
|
1186
|
-
export { default as SquareDot } from './SquareDot.astro'
|
1187
|
-
export { default as SquareEqual } from './SquareEqual.astro'
|
1188
|
-
export { default as SquareSlash } from './SquareSlash.astro'
|
1189
1193
|
export { default as SquareStack } from './SquareStack.astro'
|
1190
1194
|
export { default as SquareUserRound } from './SquareUserRound.astro'
|
1191
1195
|
export { default as SquareUser } from './SquareUser.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'
|
@@ -1147,6 +1155,7 @@ export { default as SkipBack } from './SkipBack.astro'
|
|
1147
1155
|
export { default as SkipForward } from './SkipForward.astro'
|
1148
1156
|
export { default as Skull } from './Skull.astro'
|
1149
1157
|
export { default as Slack } from './Slack.astro'
|
1158
|
+
export { default as SlashSquare } from './SlashSquare.astro'
|
1150
1159
|
export { default as Slash } from './Slash.astro'
|
1151
1160
|
export { default as Slice } from './Slice.astro'
|
1152
1161
|
export { default as SlidersHorizontal } from './SlidersHorizontal.astro'
|
@@ -1174,13 +1183,8 @@ export { default as SplitSquareVertical } from './SplitSquareVertical.astro'
|
|
1174
1183
|
export { default as Split } from './Split.astro'
|
1175
1184
|
export { default as SprayCan } from './SprayCan.astro'
|
1176
1185
|
export { default as Sprout } from './Sprout.astro'
|
1177
|
-
export { default as SquareAsterisk } from './SquareAsterisk.astro'
|
1178
|
-
export { default as SquareCode } from './SquareCode.astro'
|
1179
1186
|
export { default as SquareDashedBottomCode } from './SquareDashedBottomCode.astro'
|
1180
1187
|
export { default as SquareDashedBottom } from './SquareDashedBottom.astro'
|
1181
|
-
export { default as SquareDot } from './SquareDot.astro'
|
1182
|
-
export { default as SquareEqual } from './SquareEqual.astro'
|
1183
|
-
export { default as SquareSlash } from './SquareSlash.astro'
|
1184
1188
|
export { default as SquareStack } from './SquareStack.astro'
|
1185
1189
|
export { default as SquareUserRound } from './SquareUserRound.astro'
|
1186
1190
|
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.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
|