lucide-astro 0.552.0 → 0.554.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.
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="ampersand" {...Astro.props}>
7
- <path d="M17.5 12c0 4.4-3.6 8-8 8A4.5 4.5 0 0 1 5 15.5c0-6 8-4 8-8.5a3 3 0 1 0-6 0c0 3 2.5 8.5 12 13" />
8
7
  <path d="M16 12h3" />
8
+ <path d="M17.5 12a8 8 0 0 1-8 8A4.5 4.5 0 0 1 5 15.5c0-6 8-4 8-8.5a3 3 0 1 0-6 0c0 3 2.5 8.5 12 13" />
9
9
  </Layout>
package/dist/Anchor.astro CHANGED
@@ -4,7 +4,8 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="anchor" {...Astro.props}>
7
- <path d="M12 22V8" />
8
- <path d="M5 12H2a10 10 0 0 0 20 0h-3" />
9
- <circle cx="12" cy="5" r="3" />
7
+ <path d="M12 6v16" />
8
+ <path d="m19 13 2-1a9 9 0 0 1-18 0l2 1" />
9
+ <path d="M9 11h6" />
10
+ <circle cx="12" cy="4" r="2" />
10
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 iconName="calendars" {...Astro.props}>
7
+ <path d="M12 2v2" />
8
+ <path d="M15.726 21.01A2 2 0 0 1 14 22H4a2 2 0 0 1-2-2V10a2 2 0 0 1 2-2" />
9
+ <path d="M18 2v2" />
10
+ <path d="M8 8h14" />
11
+ <rect x="8" y="3" width="14" height="14" rx="2" />
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 iconName="chess-bishop" {...Astro.props}>
7
+ <path d="M5 20a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1z" />
8
+ <path d="M15 18c1.5-.615 3-2.461 3-4.923C18 8.769 14.5 4.462 12 2 9.5 4.462 6 8.77 6 13.077 6 15.539 7.5 17.385 9 18" />
9
+ <path d="m16 7-2.5 2.5" />
10
+ <path d="M9 2h6" />
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 iconName="chess-king" {...Astro.props}>
7
+ <path d="M4 20a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1z" />
8
+ <path d="m6.7 18-1-1C4.35 15.682 3 14.09 3 12a5 5 0 0 1 4.95-5c1.584 0 2.7.455 4.05 1.818C13.35 7.455 14.466 7 16.05 7A5 5 0 0 1 21 12c0 2.082-1.359 3.673-2.7 5l-1 1" />
9
+ <path d="M10 4h4" />
10
+ <path d="M12 2v6.818" />
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 iconName="chess-knight" {...Astro.props}>
7
+ <path d="M5 20a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1z" />
8
+ <path d="M16.5 18c1-2 2.5-5 2.5-9a7 7 0 0 0-7-7H6.635a1 1 0 0 0-.768 1.64L7 5l-2.32 5.802a2 2 0 0 0 .95 2.526l2.87 1.456" />
9
+ <path d="m15 5 1.425-1.425" />
10
+ <path d="m17 8 1.53-1.53" />
11
+ <path d="M9.713 12.185 7 18" />
12
+ </Layout>
@@ -0,0 +1,12 @@
1
+ ---
2
+ import Layout from './.Layout.astro'
3
+ export type { Props } from './index.d.ts'
4
+ ---
5
+
6
+ <Layout iconName="chess-pawn" {...Astro.props}>
7
+ <path d="M5 20a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1z" />
8
+ <path d="m14.5 10 1.5 8" />
9
+ <path d="M7 10h10" />
10
+ <path d="m8 18 1.5-8" />
11
+ <circle cx="12" cy="6" r="4" />
12
+ </Layout>
@@ -0,0 +1,15 @@
1
+ ---
2
+ import Layout from './.Layout.astro'
3
+ export type { Props } from './index.d.ts'
4
+ ---
5
+
6
+ <Layout iconName="chess-queen" {...Astro.props}>
7
+ <path d="M4 20a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1z" />
8
+ <path d="m12.474 5.943 1.567 5.34a1 1 0 0 0 1.75.328l2.616-3.402" />
9
+ <path d="m20 9-3 9" />
10
+ <path d="m5.594 8.209 2.615 3.403a1 1 0 0 0 1.75-.329l1.567-5.34" />
11
+ <path d="M7 18 4 9" />
12
+ <circle cx="12" cy="4" r="2" />
13
+ <circle cx="20" cy="7" r="2" />
14
+ <circle cx="4" cy="7" r="2" />
15
+ </Layout>
@@ -0,0 +1,14 @@
1
+ ---
2
+ import Layout from './.Layout.astro'
3
+ export type { Props } from './index.d.ts'
4
+ ---
5
+
6
+ <Layout iconName="chess-rook" {...Astro.props}>
7
+ <path d="M5 20a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1z" />
8
+ <path d="M10 2v2" />
9
+ <path d="M14 2v2" />
10
+ <path d="m17 18-1-9" />
11
+ <path d="M6 2v5a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2" />
12
+ <path d="M6 4h12" />
13
+ <path d="m7 18 1-9" />
14
+ </Layout>
@@ -3,7 +3,7 @@ import Layout from './.Layout.astro'
3
3
  export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
- <Layout iconName="fingerprint" {...Astro.props}>
6
+ <Layout iconName="fingerprint-pattern" {...Astro.props}>
7
7
  <path d="M12 10a2 2 0 0 0-2 2c0 1.02-.1 2.51-.26 4" />
8
8
  <path d="M14 13.12c0 2.38 0 6.38-1 8.88" />
9
9
  <path d="M17.29 21.02c.12-.6.43-2.3.5-3.02" />
@@ -0,0 +1,16 @@
1
+ ---
2
+ import Layout from './.Layout.astro'
3
+ export type { Props } from './index.d.ts'
4
+ ---
5
+
6
+ <Layout iconName="fingerprint-pattern" {...Astro.props}>
7
+ <path d="M12 10a2 2 0 0 0-2 2c0 1.02-.1 2.51-.26 4" />
8
+ <path d="M14 13.12c0 2.38 0 6.38-1 8.88" />
9
+ <path d="M17.29 21.02c.12-.6.43-2.3.5-3.02" />
10
+ <path d="M2 12a10 10 0 0 1 18-6" />
11
+ <path d="M2 16h.01" />
12
+ <path d="M21.8 16c.2-2 .131-5.354 0-6" />
13
+ <path d="M5 19.5C5.5 18 6 15 6 12a6 6 0 0 1 .34-2" />
14
+ <path d="M8.65 22c.21-.66.45-1.32.57-2" />
15
+ <path d="M9 6.8a6 6 0 0 1 9 5.2v2" />
16
+ </Layout>
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="folder-git-2" {...Astro.props}>
7
+ <path d="M18 19a5 5 0 0 1-5-5v8" />
7
8
  <path d="M9 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v5" />
8
9
  <circle cx="13" cy="12" r="2" />
9
- <path d="M18 19c-2.8 0-5-2.2-5-5v8" />
10
10
  <circle cx="20" cy="19" r="2" />
11
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 iconName="mouse-pointer-2-off" {...Astro.props}>
7
+ <path d="m15.55 8.45 5.138 2.087a.5.5 0 0 1-.063.947l-6.124 1.58a2 2 0 0 0-1.438 1.435l-1.579 6.126a.5.5 0 0 1-.947.063L8.45 15.551" />
8
+ <path d="M22 2 2 22" />
9
+ <path d="m6.816 11.528-2.779-6.84a.495.495 0 0 1 .651-.651l6.84 2.779" />
10
+ </Layout>
@@ -4,11 +4,12 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="ruler-dimension-line" {...Astro.props}>
7
- <path d="M12 15v-3.014" />
8
- <path d="M16 15v-3.014" />
9
- <path d="M20 6H4" />
10
- <path d="M20 8V4" />
11
- <path d="M4 8V4" />
12
- <path d="M8 15v-3.014" />
13
- <rect x="3" y="12" width="18" height="7" rx="1" />
7
+ <path d="M10 15v-3" />
8
+ <path d="M14 15v-3" />
9
+ <path d="M18 15v-3" />
10
+ <path d="M2 8V4" />
11
+ <path d="M22 6H2" />
12
+ <path d="M22 8V4" />
13
+ <path d="M6 15v-3" />
14
+ <rect x="2" y="12" width="20" height="8" rx="2" />
14
15
  </Layout>
package/dist/index.d.ts CHANGED
@@ -322,6 +322,7 @@ export { default as CalendarSearch } from './CalendarSearch.astro'
322
322
  export { default as CalendarSync } from './CalendarSync.astro'
323
323
  export { default as CalendarX } from './CalendarX.astro'
324
324
  export { default as CalendarX2 } from './CalendarX2.astro'
325
+ export { default as Calendars } from './Calendars.astro'
325
326
  export { default as Camera } from './Camera.astro'
326
327
  export { default as CameraOff } from './CameraOff.astro'
327
328
  export { default as CandlestickChart } from './CandlestickChart.astro'
@@ -377,6 +378,12 @@ export { default as CheckSquare } from './CheckSquare.astro'
377
378
  export { default as CheckSquare2 } from './CheckSquare2.astro'
378
379
  export { default as ChefHat } from './ChefHat.astro'
379
380
  export { default as Cherry } from './Cherry.astro'
381
+ export { default as ChessBishop } from './ChessBishop.astro'
382
+ export { default as ChessKing } from './ChessKing.astro'
383
+ export { default as ChessKnight } from './ChessKnight.astro'
384
+ export { default as ChessPawn } from './ChessPawn.astro'
385
+ export { default as ChessQueen } from './ChessQueen.astro'
386
+ export { default as ChessRook } from './ChessRook.astro'
380
387
  export { default as ChevronDown } from './ChevronDown.astro'
381
388
  export { default as ChevronDownCircle } from './ChevronDownCircle.astro'
382
389
  export { default as ChevronDownSquare } from './ChevronDownSquare.astro'
@@ -742,6 +749,7 @@ export { default as Film } from './Film.astro'
742
749
  export { default as Filter } from './Filter.astro'
743
750
  export { default as FilterX } from './FilterX.astro'
744
751
  export { default as Fingerprint } from './Fingerprint.astro'
752
+ export { default as FingerprintPattern } from './FingerprintPattern.astro'
745
753
  export { default as FireExtinguisher } from './FireExtinguisher.astro'
746
754
  export { default as Fish } from './Fish.astro'
747
755
  export { default as FishOff } from './FishOff.astro'
@@ -1167,6 +1175,7 @@ export { default as Mouse } from './Mouse.astro'
1167
1175
  export { default as MouseOff } from './MouseOff.astro'
1168
1176
  export { default as MousePointer } from './MousePointer.astro'
1169
1177
  export { default as MousePointer2 } from './MousePointer2.astro'
1178
+ export { default as MousePointer2Off } from './MousePointer2Off.astro'
1170
1179
  export { default as MousePointerBan } from './MousePointerBan.astro'
1171
1180
  export { default as MousePointerClick } from './MousePointerClick.astro'
1172
1181
  export { default as MousePointerSquareDashed } from './MousePointerSquareDashed.astro'
package/dist/index.js CHANGED
@@ -317,6 +317,7 @@ export { default as CalendarSearch } from './CalendarSearch.astro'
317
317
  export { default as CalendarSync } from './CalendarSync.astro'
318
318
  export { default as CalendarX } from './CalendarX.astro'
319
319
  export { default as CalendarX2 } from './CalendarX2.astro'
320
+ export { default as Calendars } from './Calendars.astro'
320
321
  export { default as Camera } from './Camera.astro'
321
322
  export { default as CameraOff } from './CameraOff.astro'
322
323
  export { default as CandlestickChart } from './CandlestickChart.astro'
@@ -372,6 +373,12 @@ export { default as CheckSquare } from './CheckSquare.astro'
372
373
  export { default as CheckSquare2 } from './CheckSquare2.astro'
373
374
  export { default as ChefHat } from './ChefHat.astro'
374
375
  export { default as Cherry } from './Cherry.astro'
376
+ export { default as ChessBishop } from './ChessBishop.astro'
377
+ export { default as ChessKing } from './ChessKing.astro'
378
+ export { default as ChessKnight } from './ChessKnight.astro'
379
+ export { default as ChessPawn } from './ChessPawn.astro'
380
+ export { default as ChessQueen } from './ChessQueen.astro'
381
+ export { default as ChessRook } from './ChessRook.astro'
375
382
  export { default as ChevronDown } from './ChevronDown.astro'
376
383
  export { default as ChevronDownCircle } from './ChevronDownCircle.astro'
377
384
  export { default as ChevronDownSquare } from './ChevronDownSquare.astro'
@@ -737,6 +744,7 @@ export { default as Film } from './Film.astro'
737
744
  export { default as Filter } from './Filter.astro'
738
745
  export { default as FilterX } from './FilterX.astro'
739
746
  export { default as Fingerprint } from './Fingerprint.astro'
747
+ export { default as FingerprintPattern } from './FingerprintPattern.astro'
740
748
  export { default as FireExtinguisher } from './FireExtinguisher.astro'
741
749
  export { default as Fish } from './Fish.astro'
742
750
  export { default as FishOff } from './FishOff.astro'
@@ -1162,6 +1170,7 @@ export { default as Mouse } from './Mouse.astro'
1162
1170
  export { default as MouseOff } from './MouseOff.astro'
1163
1171
  export { default as MousePointer } from './MousePointer.astro'
1164
1172
  export { default as MousePointer2 } from './MousePointer2.astro'
1173
+ export { default as MousePointer2Off } from './MousePointer2Off.astro'
1165
1174
  export { default as MousePointerBan } from './MousePointerBan.astro'
1166
1175
  export { default as MousePointerClick } from './MousePointerClick.astro'
1167
1176
  export { default as MousePointerSquareDashed } from './MousePointerSquareDashed.astro'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucide-astro",
3
- "version": "0.552.0",
3
+ "version": "0.554.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.552.0",
37
+ "lucide-static": "0.554.0",
38
38
  "semver": "^7.5.4"
39
39
  },
40
40
  "peerDependencies": {