lucide-astro 0.311.0 → 0.312.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/Receipt.astro +2 -2
- package/dist/ReceiptCent.astro +10 -0
- package/dist/ReceiptEuro.astro +10 -0
- package/dist/ReceiptIndianRupee.astro +11 -0
- package/dist/ReceiptJapaneseYen.astro +12 -0
- package/dist/ReceiptPoundSterling.astro +11 -0
- package/dist/ReceiptRussianRuble.astro +10 -0
- package/dist/ReceiptSwissFranc.astro +11 -0
- package/dist/ReceiptText.astro +11 -0
- package/dist/index.d.ts +8 -0
- package/dist/index.js +8 -0
- package/package.json +2 -2
package/dist/Receipt.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2
|
7
|
+
<path d="M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z" />
|
8
8
|
<path d="M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8" />
|
9
|
-
<path d="M12
|
9
|
+
<path d="M12 17.5v-11" />
|
10
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
|
+
<path d="M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z" />
|
8
|
+
<path d="M12 6.5v11" />
|
9
|
+
<path d="M15 9.4a4 4 0 1 0 0 5.2" />
|
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
|
+
<path d="M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z" />
|
8
|
+
<path d="M8 12h5" />
|
9
|
+
<path d="M16 9.5a4 4 0 1 0 0 5.2" />
|
10
|
+
</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="M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z" />
|
8
|
+
<path d="M8 7h8" />
|
9
|
+
<path d="M12 17.5 8 15h1a4 4 0 0 0 0-8" />
|
10
|
+
<path d="M8 11h8" />
|
11
|
+
</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="M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z" />
|
8
|
+
<path d="m12 10 3-3" />
|
9
|
+
<path d="m9 7 3 3v7.5" />
|
10
|
+
<path d="M9 11h6" />
|
11
|
+
<path d="M9 15h6" />
|
12
|
+
</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="M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z" />
|
8
|
+
<path d="M8 13h5" />
|
9
|
+
<path d="M10 17V9.5a2.5 2.5 0 0 1 5 0" />
|
10
|
+
<path d="M8 17h7" />
|
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="M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z" />
|
8
|
+
<path d="M8 15h5" />
|
9
|
+
<path d="M8 11h5a2 2 0 1 0 0-4h-3v10" />
|
10
|
+
</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="M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z" />
|
8
|
+
<path d="M10 17V7h5" />
|
9
|
+
<path d="M10 11h4" />
|
10
|
+
<path d="M8 15h5" />
|
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 {...Astro.props}>
|
7
|
+
<path d="M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z" />
|
8
|
+
<path d="M14 8H8" />
|
9
|
+
<path d="M16 12H8" />
|
10
|
+
<path d="M13 16H8" />
|
11
|
+
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -1093,6 +1093,14 @@ export { default as Rainbow } from './Rainbow.astro'
|
|
1093
1093
|
export { default as Rat } from './Rat.astro'
|
1094
1094
|
export { default as Ratio } from './Ratio.astro'
|
1095
1095
|
export { default as Receipt } from './Receipt.astro'
|
1096
|
+
export { default as ReceiptCent } from './ReceiptCent.astro'
|
1097
|
+
export { default as ReceiptEuro } from './ReceiptEuro.astro'
|
1098
|
+
export { default as ReceiptIndianRupee } from './ReceiptIndianRupee.astro'
|
1099
|
+
export { default as ReceiptJapaneseYen } from './ReceiptJapaneseYen.astro'
|
1100
|
+
export { default as ReceiptPoundSterling } from './ReceiptPoundSterling.astro'
|
1101
|
+
export { default as ReceiptRussianRuble } from './ReceiptRussianRuble.astro'
|
1102
|
+
export { default as ReceiptSwissFranc } from './ReceiptSwissFranc.astro'
|
1103
|
+
export { default as ReceiptText } from './ReceiptText.astro'
|
1096
1104
|
export { default as RectangleHorizontal } from './RectangleHorizontal.astro'
|
1097
1105
|
export { default as RectangleVertical } from './RectangleVertical.astro'
|
1098
1106
|
export { default as Recycle } from './Recycle.astro'
|
package/dist/index.js
CHANGED
@@ -1088,6 +1088,14 @@ export { default as Rainbow } from './Rainbow.astro'
|
|
1088
1088
|
export { default as Rat } from './Rat.astro'
|
1089
1089
|
export { default as Ratio } from './Ratio.astro'
|
1090
1090
|
export { default as Receipt } from './Receipt.astro'
|
1091
|
+
export { default as ReceiptCent } from './ReceiptCent.astro'
|
1092
|
+
export { default as ReceiptEuro } from './ReceiptEuro.astro'
|
1093
|
+
export { default as ReceiptIndianRupee } from './ReceiptIndianRupee.astro'
|
1094
|
+
export { default as ReceiptJapaneseYen } from './ReceiptJapaneseYen.astro'
|
1095
|
+
export { default as ReceiptPoundSterling } from './ReceiptPoundSterling.astro'
|
1096
|
+
export { default as ReceiptRussianRuble } from './ReceiptRussianRuble.astro'
|
1097
|
+
export { default as ReceiptSwissFranc } from './ReceiptSwissFranc.astro'
|
1098
|
+
export { default as ReceiptText } from './ReceiptText.astro'
|
1091
1099
|
export { default as RectangleHorizontal } from './RectangleHorizontal.astro'
|
1092
1100
|
export { default as RectangleVertical } from './RectangleVertical.astro'
|
1093
1101
|
export { default as Recycle } from './Recycle.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.312.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.312.0",
|
30
30
|
"semver": "^7.5.4"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|