lucide-astro 0.368.0 → 0.371.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,14 @@
1
+ ---
2
+ import Layout from './.Layout.astro'
3
+ export type { Props } from './index.d.ts'
4
+ ---
5
+
6
+ <Layout {...Astro.props}>
7
+ <path d="M13.67 8H18a2 2 0 0 1 2 2v4.33" />
8
+ <path d="M2 14h2" />
9
+ <path d="M20 14h2" />
10
+ <path d="M22 22 2 2" />
11
+ <path d="M8 8H6a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 1.414-.586" />
12
+ <path d="M9 13v2" />
13
+ <path d="M9.67 4H12v2.33" />
14
+ </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.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41L13.7 2.71a2.41 2.41 0 0 0-3.41 0z" />
8
+ <path d="M8 12h8" />
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="M12 8v8" />
8
+ <path d="M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41L13.7 2.71a2.41 2.41 0 0 0-3.41 0z" />
9
+ <path d="M8 12h8" />
10
+ </Layout>
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M20.24 12.24a6 6 0 0 0-8.49-8.49L5 10.5V19h8.5z" />
8
- <line x1="16" x2="2" y1="8" y2="22" />
9
- <line x1="17.5" x2="9" y1="15" y2="15" />
7
+ <path d="M12.67 19a2 2 0 0 0 1.416-.588l6.154-6.172a6 6 0 0 0-8.49-8.49L5.586 9.914A2 2 0 0 0 5 11.328V18a1 1 0 0 0 1 1z" />
8
+ <path d="M16 8 2 22" />
9
+ <path d="M17.5 15H9" />
10
10
  </Layout>
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="m10 7 5 3-5 3Z" />
8
- <rect width="20" height="14" x="2" y="3" rx="2" />
7
+ <path d="M10 7.75a.75.75 0 0 1 1.142-.638l3.664 2.249a.75.75 0 0 1 0 1.278l-3.664 2.25a.75.75 0 0 1-1.142-.64z" />
9
8
  <path d="M12 17v4" />
10
9
  <path d="M8 21h8" />
10
+ <rect x="2" y="3" width="20" height="14" rx="2" />
11
11
  </Layout>
package/dist/Scroll.astro CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M8 21h12a2 2 0 0 0 2-2v-2H10v2a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v3h4" />
8
7
  <path d="M19 17V5a2 2 0 0 0-2-2H4" />
8
+ <path d="M8 21h12a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v1a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v2a1 1 0 0 0 1 1h3" />
9
9
  </Layout>
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M8 21h12a2 2 0 0 0 2-2v-2H10v2a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v3h4" />
8
- <path d="M19 17V5a2 2 0 0 0-2-2H4" />
9
- <path d="M15 8h-5" />
10
7
  <path d="M15 12h-5" />
8
+ <path d="M15 8h-5" />
9
+ <path d="M19 17V5a2 2 0 0 0-2-2H4" />
10
+ <path d="M8 21h12a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v1a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v2a1 1 0 0 0 1 1h3" />
11
11
  </Layout>
package/dist/index.d.ts CHANGED
@@ -254,6 +254,7 @@ export { default as BookmarkX } from './BookmarkX.astro'
254
254
  export { default as BoomBox } from './BoomBox.astro'
255
255
  export { default as Bot } from './Bot.astro'
256
256
  export { default as BotMessageSquare } from './BotMessageSquare.astro'
257
+ export { default as BotOff } from './BotOff.astro'
257
258
  export { default as Box } from './Box.astro'
258
259
  export { default as BoxSelect } from './BoxSelect.astro'
259
260
  export { default as Boxes } from './Boxes.astro'
@@ -506,7 +507,9 @@ export { default as Delete } from './Delete.astro'
506
507
  export { default as Dessert } from './Dessert.astro'
507
508
  export { default as Diameter } from './Diameter.astro'
508
509
  export { default as Diamond } from './Diamond.astro'
510
+ export { default as DiamondMinus } from './DiamondMinus.astro'
509
511
  export { default as DiamondPercent } from './DiamondPercent.astro'
512
+ export { default as DiamondPlus } from './DiamondPlus.astro'
510
513
  export { default as Dice1 } from './Dice1.astro'
511
514
  export { default as Dice2 } from './Dice2.astro'
512
515
  export { default as Dice3 } from './Dice3.astro'
package/dist/index.js CHANGED
@@ -249,6 +249,7 @@ export { default as BookmarkX } from './BookmarkX.astro'
249
249
  export { default as BoomBox } from './BoomBox.astro'
250
250
  export { default as Bot } from './Bot.astro'
251
251
  export { default as BotMessageSquare } from './BotMessageSquare.astro'
252
+ export { default as BotOff } from './BotOff.astro'
252
253
  export { default as Box } from './Box.astro'
253
254
  export { default as BoxSelect } from './BoxSelect.astro'
254
255
  export { default as Boxes } from './Boxes.astro'
@@ -501,7 +502,9 @@ export { default as Delete } from './Delete.astro'
501
502
  export { default as Dessert } from './Dessert.astro'
502
503
  export { default as Diameter } from './Diameter.astro'
503
504
  export { default as Diamond } from './Diamond.astro'
505
+ export { default as DiamondMinus } from './DiamondMinus.astro'
504
506
  export { default as DiamondPercent } from './DiamondPercent.astro'
507
+ export { default as DiamondPlus } from './DiamondPlus.astro'
505
508
  export { default as Dice1 } from './Dice1.astro'
506
509
  export { default as Dice2 } from './Dice2.astro'
507
510
  export { default as Dice3 } from './Dice3.astro'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucide-astro",
3
- "version": "0.368.0",
3
+ "version": "0.371.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.368.0",
29
+ "lucide-static": "0.371.0",
30
30
  "semver": "^7.5.4"
31
31
  },
32
32
  "peerDependencies": {