lucide-astro 0.312.0 → 0.314.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/TextSearch.astro +12 -0
- package/dist/TicketCheck.astro +9 -0
- package/dist/TicketMinus.astro +9 -0
- package/dist/TicketPercent.astro +11 -0
- package/dist/TicketPlus.astro +10 -0
- package/dist/TicketSlash.astro +9 -0
- package/dist/TicketX.astro +10 -0
- package/dist/index.d.ts +7 -0
- package/dist/index.js +7 -0
- package/package.json +2 -2
@@ -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="M21 6H3" />
|
8
|
+
<path d="M10 12H3" />
|
9
|
+
<path d="M10 18H3" />
|
10
|
+
<circle cx="17" cy="15" r="3" />
|
11
|
+
<path d="m21 19-1.9-1.9" />
|
12
|
+
</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="M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z" />
|
8
|
+
<path d="m9 12 2 2 4-4" />
|
9
|
+
</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="M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z" />
|
8
|
+
<path d="M9 12h6" />
|
9
|
+
</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="M2 9a3 3 0 1 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 1 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z" />
|
8
|
+
<path d="M9 9h.01" />
|
9
|
+
<path d="m15 9-6 6" />
|
10
|
+
<path d="M15 15h.01" />
|
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="M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z" />
|
8
|
+
<path d="M9 12h6" />
|
9
|
+
<path d="M12 9v6" />
|
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="M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z" />
|
8
|
+
<path d="m9.5 14.5 5-5" />
|
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="M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z" />
|
8
|
+
<path d="m9.5 14.5 5-5" />
|
9
|
+
<path d="m9.5 9.5 5 5" />
|
10
|
+
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -1335,6 +1335,7 @@ export { default as Text } from './Text.astro'
|
|
1335
1335
|
export { default as TextCursor } from './TextCursor.astro'
|
1336
1336
|
export { default as TextCursorInput } from './TextCursorInput.astro'
|
1337
1337
|
export { default as TextQuote } from './TextQuote.astro'
|
1338
|
+
export { default as TextSearch } from './TextSearch.astro'
|
1338
1339
|
export { default as TextSelect } from './TextSelect.astro'
|
1339
1340
|
export { default as TextSelection } from './TextSelection.astro'
|
1340
1341
|
export { default as Theater } from './Theater.astro'
|
@@ -1344,6 +1345,12 @@ export { default as ThermometerSun } from './ThermometerSun.astro'
|
|
1344
1345
|
export { default as ThumbsDown } from './ThumbsDown.astro'
|
1345
1346
|
export { default as ThumbsUp } from './ThumbsUp.astro'
|
1346
1347
|
export { default as Ticket } from './Ticket.astro'
|
1348
|
+
export { default as TicketCheck } from './TicketCheck.astro'
|
1349
|
+
export { default as TicketMinus } from './TicketMinus.astro'
|
1350
|
+
export { default as TicketPercent } from './TicketPercent.astro'
|
1351
|
+
export { default as TicketPlus } from './TicketPlus.astro'
|
1352
|
+
export { default as TicketSlash } from './TicketSlash.astro'
|
1353
|
+
export { default as TicketX } from './TicketX.astro'
|
1347
1354
|
export { default as Timer } from './Timer.astro'
|
1348
1355
|
export { default as TimerOff } from './TimerOff.astro'
|
1349
1356
|
export { default as TimerReset } from './TimerReset.astro'
|
package/dist/index.js
CHANGED
@@ -1330,6 +1330,7 @@ export { default as Text } from './Text.astro'
|
|
1330
1330
|
export { default as TextCursor } from './TextCursor.astro'
|
1331
1331
|
export { default as TextCursorInput } from './TextCursorInput.astro'
|
1332
1332
|
export { default as TextQuote } from './TextQuote.astro'
|
1333
|
+
export { default as TextSearch } from './TextSearch.astro'
|
1333
1334
|
export { default as TextSelect } from './TextSelect.astro'
|
1334
1335
|
export { default as TextSelection } from './TextSelection.astro'
|
1335
1336
|
export { default as Theater } from './Theater.astro'
|
@@ -1339,6 +1340,12 @@ export { default as ThermometerSun } from './ThermometerSun.astro'
|
|
1339
1340
|
export { default as ThumbsDown } from './ThumbsDown.astro'
|
1340
1341
|
export { default as ThumbsUp } from './ThumbsUp.astro'
|
1341
1342
|
export { default as Ticket } from './Ticket.astro'
|
1343
|
+
export { default as TicketCheck } from './TicketCheck.astro'
|
1344
|
+
export { default as TicketMinus } from './TicketMinus.astro'
|
1345
|
+
export { default as TicketPercent } from './TicketPercent.astro'
|
1346
|
+
export { default as TicketPlus } from './TicketPlus.astro'
|
1347
|
+
export { default as TicketSlash } from './TicketSlash.astro'
|
1348
|
+
export { default as TicketX } from './TicketX.astro'
|
1342
1349
|
export { default as Timer } from './Timer.astro'
|
1343
1350
|
export { default as TimerOff } from './TimerOff.astro'
|
1344
1351
|
export { default as TimerReset } from './TimerReset.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.314.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.314.0",
|
30
30
|
"semver": "^7.5.4"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|