lucide-astro 0.483.0 → 0.485.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.
@@ -0,0 +1,13 @@
1
+ ---
2
+ import Layout from './.Layout.astro'
3
+ export type { Props } from './index.d.ts'
4
+ ---
5
+
6
+ <Layout iconName="banknote-arrow-down" {...Astro.props}>
7
+ <path d="M12 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5" />
8
+ <path d="m16 19 3 3 3-3" />
9
+ <path d="M18 12h.01" />
10
+ <path d="M19 16v6" />
11
+ <path d="M6 12h.01" />
12
+ <circle cx="12" cy="12" r="2" />
13
+ </Layout>
package/dist/Candy.astro CHANGED
@@ -4,9 +4,9 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="candy" {...Astro.props}>
7
- <path d="m9.5 7.5-2 2a4.95 4.95 0 1 0 7 7l2-2a4.95 4.95 0 1 0-7-7Z" />
8
- <path d="M14 6.5v10" />
9
- <path d="M10 7.5v10" />
10
- <path d="m16 7 1-5 1.37.68A3 3 0 0 0 19.7 3H21v1.3c0 .46.1.92.32 1.33L22 7l-5 1" />
11
- <path d="m8 17-1 5-1.37-.68A3 3 0 0 0 4.3 21H3v-1.3a3 3 0 0 0-.32-1.33L2 17l5-1" />
7
+ <path d="M10 7v10.9" />
8
+ <path d="M14 6.1V17" />
9
+ <path d="M16 7V3a1 1 0 0 1 1.707-.707 2.5 2.5 0 0 0 2.152.717 1 1 0 0 1 1.131 1.131 2.5 2.5 0 0 0 .717 2.152A1 1 0 0 1 21 8h-4" />
10
+ <path d="M16.536 7.465a5 5 0 0 0-7.072 0l-2 2a5 5 0 0 0 0 7.07 5 5 0 0 0 7.072 0l2-2a5 5 0 0 0 0-7.07" />
11
+ <path d="M8 17v4a1 1 0 0 1-1.707.707 2.5 2.5 0 0 0-2.152-.717 1 1 0 0 1-1.131-1.131 2.5 2.5 0 0 0-.717-2.152A1 1 0 0 1 3 16h4" />
12
12
  </Layout>
@@ -4,12 +4,11 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="candy-off" {...Astro.props}>
7
- <path d="m8.5 8.5-1 1a4.95 4.95 0 0 0 7 7l1-1" />
8
- <path d="M11.843 6.187A4.947 4.947 0 0 1 16.5 7.5a4.947 4.947 0 0 1 1.313 4.657" />
9
- <path d="M14 16.5V14" />
10
- <path d="M14 6.5v1.843" />
11
- <path d="M10 10v7.5" />
12
- <path d="m16 7 1-5 1.367.683A3 3 0 0 0 19.708 3H21v1.292a3 3 0 0 0 .317 1.341L22 7l-5 1" />
13
- <path d="m8 17-1 5-1.367-.683A3 3 0 0 0 4.292 21H3v-1.292a3 3 0 0 0-.317-1.341L2 17l5-1" />
14
- <line x1="2" x2="22" y1="2" y2="22" />
7
+ <path d="M10 10v7.9" />
8
+ <path d="M11.802 6.145a5 5 0 0 1 6.053 6.053" />
9
+ <path d="M14 6.1v2.243" />
10
+ <path d="m15.5 15.571-.964.964a5 5 0 0 1-7.071 0 5 5 0 0 1 0-7.07l.964-.965" />
11
+ <path d="M16 7V3a1 1 0 0 1 1.707-.707 2.5 2.5 0 0 0 2.152.717 1 1 0 0 1 1.131 1.131 2.5 2.5 0 0 0 .717 2.152A1 1 0 0 1 21 8h-4" />
12
+ <path d="m2 2 20 20" />
13
+ <path d="M8 17v4a1 1 0 0 1-1.707.707 2.5 2.5 0 0 0-2.152-.717 1 1 0 0 1-1.131-1.131 2.5 2.5 0 0 0-.717-2.152A1 1 0 0 1 3 16h4" />
15
14
  </Layout>
package/dist/index.d.ts CHANGED
@@ -169,6 +169,7 @@ export { default as Ban } from './Ban.astro'
169
169
  export { default as Banana } from './Banana.astro'
170
170
  export { default as Bandage } from './Bandage.astro'
171
171
  export { default as Banknote } from './Banknote.astro'
172
+ export { default as BanknoteArrowDown } from './BanknoteArrowDown.astro'
172
173
  export { default as BarChart } from './BarChart.astro'
173
174
  export { default as BarChart2 } from './BarChart2.astro'
174
175
  export { default as BarChart3 } from './BarChart3.astro'
package/dist/index.js CHANGED
@@ -164,6 +164,7 @@ export { default as Ban } from './Ban.astro'
164
164
  export { default as Banana } from './Banana.astro'
165
165
  export { default as Bandage } from './Bandage.astro'
166
166
  export { default as Banknote } from './Banknote.astro'
167
+ export { default as BanknoteArrowDown } from './BanknoteArrowDown.astro'
167
168
  export { default as BarChart } from './BarChart.astro'
168
169
  export { default as BarChart2 } from './BarChart2.astro'
169
170
  export { default as BarChart3 } from './BarChart3.astro'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucide-astro",
3
- "version": "0.483.0",
3
+ "version": "0.485.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",
@@ -34,7 +34,7 @@
34
34
  "author": "Aviortheking",
35
35
  "license": "MIT",
36
36
  "devDependencies": {
37
- "lucide-static": "0.483.0",
37
+ "lucide-static": "0.485.0",
38
38
  "semver": "^7.5.4"
39
39
  },
40
40
  "peerDependencies": {