lucide-astro 0.536.0 → 0.539.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/Apple.astro CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="apple" {...Astro.props}>
7
- <path d="M12 20.94c1.5 0 2.75 1.06 4 1.06 3 0 6-8 6-12.22A4.91 4.91 0 0 0 17 5c-2.22 0-4 1.44-5 2-1-.56-2.78-2-5-2a4.9 4.9 0 0 0-5 4.78C2 14 5 22 8 22c1.25 0 2.5-1.06 4-1.06Z" />
8
- <path d="M10 2c1 .5 2 2 2 5" />
7
+ <path d="M12 6.528V3a1 1 0 0 1 1-1h0" />
8
+ <path d="M18.237 21A15 15 0 0 0 22 11a6 6 0 0 0-10-4.472A6 6 0 0 0 2 11a15.1 15.1 0 0 0 3.763 10 3 3 0 0 0 3.648.648 5.5 5.5 0 0 1 5.178 0A3 3 0 0 0 18.237 21" />
9
9
  </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="brick-wall-shield" {...Astro.props}>
7
+ <path d="M12 9v1.258" />
8
+ <path d="M16 3v5.46" />
9
+ <path d="M21 9.118V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h5.75" />
10
+ <path d="M22 17.5c0 2.499-1.75 3.749-3.83 4.474a.5.5 0 0 1-.335-.005c-2.085-.72-3.835-1.97-3.835-4.47V14a.5.5 0 0 1 .5-.499c1 0 2.25-.6 3.12-1.36a.6.6 0 0 1 .76-.001c.875.765 2.12 1.36 3.12 1.36a.5.5 0 0 1 .5.5z" />
11
+ <path d="M3 15h7" />
12
+ <path d="M3 9h12.142" />
13
+ <path d="M8 15v6" />
14
+ <path d="M8 3v6" />
15
+ </Layout>
@@ -0,0 +1,9 @@
1
+ ---
2
+ import Layout from './.Layout.astro'
3
+ export type { Props } from './index.d.ts'
4
+ ---
5
+
6
+ <Layout iconName="circle-star" {...Astro.props}>
7
+ <path d="M11.051 7.616a1 1 0 0 1 1.909.024l.737 1.452a1 1 0 0 0 .737.535l1.634.256a1 1 0 0 1 .588 1.806l-1.172 1.168a1 1 0 0 0-.282.866l.259 1.613a1 1 0 0 1-1.541 1.134l-1.465-.75a1 1 0 0 0-.912 0l-1.465.75a1 1 0 0 1-1.539-1.133l.258-1.613a1 1 0 0 0-.282-.867l-1.156-1.152a1 1 0 0 1 .572-1.822l1.633-.256a1 1 0 0 0 .737-.535z" />
8
+ <circle cx="12" cy="12" r="10" />
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 iconName="kayak" {...Astro.props}>
7
+ <path d="M18 17a1 1 0 0 0-1 1v1a2 2 0 1 0 2-2z" />
8
+ <path d="M20.97 3.61a.45.45 0 0 0-.58-.58C10.2 6.6 6.6 10.2 3.03 20.39a.45.45 0 0 0 .58.58C13.8 17.4 17.4 13.8 20.97 3.61" />
9
+ <path d="m6.707 6.707 10.586 10.586" />
10
+ <path d="M7 5a2 2 0 1 0-2 2h1a1 1 0 0 0 1-1z" />
11
+ </Layout>
package/dist/MicOff.astro CHANGED
@@ -4,10 +4,10 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="mic-off" {...Astro.props}>
7
- <line x1="2" x2="22" y1="2" y2="22" />
8
- <path d="M18.89 13.23A7.12 7.12 0 0 0 19 12v-2" />
9
- <path d="M5 10v2a7 7 0 0 0 12 5" />
7
+ <path d="M12 19v3" />
10
8
  <path d="M15 9.34V5a3 3 0 0 0-5.68-1.33" />
9
+ <path d="M16.95 16.95A7 7 0 0 1 5 12v-2" />
10
+ <path d="M18.89 13.23A7 7 0 0 0 19 12v-2" />
11
+ <path d="m2 2 20 20" />
11
12
  <path d="M9 9v3a3 3 0 0 0 5.12 2.12" />
12
- <line x1="12" x2="12" y1="19" y2="22" />
13
13
  </Layout>
package/dist/School.astro CHANGED
@@ -4,10 +4,10 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="school" {...Astro.props}>
7
- <path d="M14 22v-4a2 2 0 1 0-4 0v4" />
8
- <path d="m18 10 3.447 1.724a1 1 0 0 1 .553.894V20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-7.382a1 1 0 0 1 .553-.894L6 10" />
9
- <path d="M18 5v17" />
10
- <path d="m4 6 7.106-3.553a2 2 0 0 1 1.788 0L20 6" />
11
- <path d="M6 5v17" />
7
+ <path d="M14 21v-3a2 2 0 0 0-4 0v3" />
8
+ <path d="M18 5v16" />
9
+ <path d="m4 6 7.106-3.79a2 2 0 0 1 1.788 0L20 6" />
10
+ <path d="m6 11-3.52 2.147a1 1 0 0 0-.48.854V19a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-5a1 1 0 0 0-.48-.853L18 11" />
11
+ <path d="M6 5v16" />
12
12
  <circle cx="12" cy="9" r="2" />
13
13
  </Layout>
package/dist/Spade.astro CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="spade" {...Astro.props}>
7
- <path d="M5 9c-1.5 1.5-3 3.2-3 5.5A5.5 5.5 0 0 0 7.5 20c1.8 0 3-.5 4.5-2 1.5 1.5 2.7 2 4.5 2a5.5 5.5 0 0 0 5.5-5.5c0-2.3-1.5-4-3-5.5l-7-7-7 7Z" />
8
7
  <path d="M12 18v4" />
8
+ <path d="M2 14.499a5.5 5.5 0 0 0 9.591 3.675.6.6 0 0 1 .818.001A5.5 5.5 0 0 0 22 14.5c0-2.29-1.5-4-3-5.5l-5.492-5.312a2 2 0 0 0-3-.02L5 8.999c-1.5 1.5-3 3.2-3 5.5" />
9
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 iconName="square-star" {...Astro.props}>
7
+ <path d="M11.035 7.69a1 1 0 0 1 1.909.024l.737 1.452a1 1 0 0 0 .737.535l1.634.256a1 1 0 0 1 .588 1.806l-1.172 1.168a1 1 0 0 0-.282.866l.259 1.613a1 1 0 0 1-1.541 1.134l-1.465-.75a1 1 0 0 0-.912 0l-1.465.75a1 1 0 0 1-1.539-1.133l.258-1.613a1 1 0 0 0-.282-.866l-1.156-1.153a1 1 0 0 1 .572-1.822l1.633-.256a1 1 0 0 0 .737-.535z" />
8
+ <rect x="3" y="3" width="18" height="18" rx="2" />
9
+ </Layout>
package/dist/Store.astro CHANGED
@@ -4,9 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="store" {...Astro.props}>
7
- <path d="m2 7 4.41-4.41A2 2 0 0 1 7.83 2h8.34a2 2 0 0 1 1.42.59L22 7" />
8
- <path d="M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8" />
9
- <path d="M15 22v-4a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v4" />
10
- <path d="M2 7h20" />
11
- <path d="M22 7v3a2 2 0 0 1-2 2a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 16 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 12 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 8 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 4 12a2 2 0 0 1-2-2V7" />
7
+ <path d="M15 21v-5a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v5" />
8
+ <path d="M17.774 10.31a1.12 1.12 0 0 0-1.549 0 2.5 2.5 0 0 1-3.451 0 1.12 1.12 0 0 0-1.548 0 2.5 2.5 0 0 1-3.452 0 1.12 1.12 0 0 0-1.549 0 2.5 2.5 0 0 1-3.77-3.248l2.889-4.184A2 2 0 0 1 7 2h10a2 2 0 0 1 1.653.873l2.895 4.192a2.5 2.5 0 0 1-3.774 3.244" />
9
+ <path d="M4 10.95V19a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8.05" />
12
10
  </Layout>
package/dist/index.d.ts CHANGED
@@ -279,6 +279,7 @@ export { default as BrainCircuit } from './BrainCircuit.astro'
279
279
  export { default as BrainCog } from './BrainCog.astro'
280
280
  export { default as BrickWall } from './BrickWall.astro'
281
281
  export { default as BrickWallFire } from './BrickWallFire.astro'
282
+ export { default as BrickWallShield } from './BrickWallShield.astro'
282
283
  export { default as Briefcase } from './Briefcase.astro'
283
284
  export { default as BriefcaseBusiness } from './BriefcaseBusiness.astro'
284
285
  export { default as BriefcaseConveyorBelt } from './BriefcaseConveyorBelt.astro'
@@ -444,6 +445,7 @@ export { default as CircleSlash } from './CircleSlash.astro'
444
445
  export { default as CircleSlash2 } from './CircleSlash2.astro'
445
446
  export { default as CircleSlashed } from './CircleSlashed.astro'
446
447
  export { default as CircleSmall } from './CircleSmall.astro'
448
+ export { default as CircleStar } from './CircleStar.astro'
447
449
  export { default as CircleStop } from './CircleStop.astro'
448
450
  export { default as CircleUser } from './CircleUser.astro'
449
451
  export { default as CircleUserRound } from './CircleUserRound.astro'
@@ -945,6 +947,7 @@ export { default as Joystick } from './Joystick.astro'
945
947
  export { default as Kanban } from './Kanban.astro'
946
948
  export { default as KanbanSquare } from './KanbanSquare.astro'
947
949
  export { default as KanbanSquareDashed } from './KanbanSquareDashed.astro'
950
+ export { default as Kayak } from './Kayak.astro'
948
951
  export { default as Key } from './Key.astro'
949
952
  export { default as KeyRound } from './KeyRound.astro'
950
953
  export { default as KeySquare } from './KeySquare.astro'
@@ -1580,6 +1583,7 @@ export { default as SquareSplitHorizontal } from './SquareSplitHorizontal.astro'
1580
1583
  export { default as SquareSplitVertical } from './SquareSplitVertical.astro'
1581
1584
  export { default as SquareSquare } from './SquareSquare.astro'
1582
1585
  export { default as SquareStack } from './SquareStack.astro'
1586
+ export { default as SquareStar } from './SquareStar.astro'
1583
1587
  export { default as SquareStop } from './SquareStop.astro'
1584
1588
  export { default as SquareTerminal } from './SquareTerminal.astro'
1585
1589
  export { default as SquareUser } from './SquareUser.astro'
package/dist/index.js CHANGED
@@ -274,6 +274,7 @@ export { default as BrainCircuit } from './BrainCircuit.astro'
274
274
  export { default as BrainCog } from './BrainCog.astro'
275
275
  export { default as BrickWall } from './BrickWall.astro'
276
276
  export { default as BrickWallFire } from './BrickWallFire.astro'
277
+ export { default as BrickWallShield } from './BrickWallShield.astro'
277
278
  export { default as Briefcase } from './Briefcase.astro'
278
279
  export { default as BriefcaseBusiness } from './BriefcaseBusiness.astro'
279
280
  export { default as BriefcaseConveyorBelt } from './BriefcaseConveyorBelt.astro'
@@ -439,6 +440,7 @@ export { default as CircleSlash } from './CircleSlash.astro'
439
440
  export { default as CircleSlash2 } from './CircleSlash2.astro'
440
441
  export { default as CircleSlashed } from './CircleSlashed.astro'
441
442
  export { default as CircleSmall } from './CircleSmall.astro'
443
+ export { default as CircleStar } from './CircleStar.astro'
442
444
  export { default as CircleStop } from './CircleStop.astro'
443
445
  export { default as CircleUser } from './CircleUser.astro'
444
446
  export { default as CircleUserRound } from './CircleUserRound.astro'
@@ -940,6 +942,7 @@ export { default as Joystick } from './Joystick.astro'
940
942
  export { default as Kanban } from './Kanban.astro'
941
943
  export { default as KanbanSquare } from './KanbanSquare.astro'
942
944
  export { default as KanbanSquareDashed } from './KanbanSquareDashed.astro'
945
+ export { default as Kayak } from './Kayak.astro'
943
946
  export { default as Key } from './Key.astro'
944
947
  export { default as KeyRound } from './KeyRound.astro'
945
948
  export { default as KeySquare } from './KeySquare.astro'
@@ -1575,6 +1578,7 @@ export { default as SquareSplitHorizontal } from './SquareSplitHorizontal.astro'
1575
1578
  export { default as SquareSplitVertical } from './SquareSplitVertical.astro'
1576
1579
  export { default as SquareSquare } from './SquareSquare.astro'
1577
1580
  export { default as SquareStack } from './SquareStack.astro'
1581
+ export { default as SquareStar } from './SquareStar.astro'
1578
1582
  export { default as SquareStop } from './SquareStop.astro'
1579
1583
  export { default as SquareTerminal } from './SquareTerminal.astro'
1580
1584
  export { default as SquareUser } from './SquareUser.astro'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucide-astro",
3
- "version": "0.536.0",
3
+ "version": "0.539.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.536.0",
37
+ "lucide-static": "0.539.0",
38
38
  "semver": "^7.5.4"
39
39
  },
40
40
  "peerDependencies": {