lucide-astro 0.457.0 → 0.461.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,15 @@
1
+ ---
2
+ import Layout from './.Layout.astro'
3
+ export type { Props } from './index.d.ts'
4
+ ---
5
+
6
+ <Layout iconName="calendar-sync" {...Astro.props}>
7
+ <path d="M11 10v4h4" />
8
+ <path d="m11 14 1.535-1.605a5 5 0 0 1 8 1.5" />
9
+ <path d="M16 2v4" />
10
+ <path d="m21 18-1.535 1.605a5 5 0 0 1-8-1.5" />
11
+ <path d="M21 22v-4h-4" />
12
+ <path d="M21 8.5V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h4.3" />
13
+ <path d="M3 10h4" />
14
+ <path d="M8 2v4" />
15
+ </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="cloud-alert" {...Astro.props}>
7
+ <path d="M12 12v4" />
8
+ <path d="M12 20h.01" />
9
+ <path d="M17 18h.5a1 1 0 0 0 0-9h-1.79A7 7 0 1 0 7 17.708" />
10
+ </Layout>
package/dist/Drill.astro CHANGED
@@ -4,11 +4,10 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="drill" {...Astro.props}>
7
- <path d="M14 9c0 .6-.4 1-1 1H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9c.6 0 1 .4 1 1Z" />
8
- <path d="M18 6h4" />
7
+ <path d="M10 18a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H5a3 3 0 0 1-3-3 1 1 0 0 1 1-1z" />
8
+ <path d="M13 10H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1l-.81 3.242a1 1 0 0 1-.97.758H8" />
9
9
  <path d="M14 4h3a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-3" />
10
+ <path d="M18 6h4" />
10
11
  <path d="m5 10-2 8" />
11
- <path d="M12 10v3c0 .6-.4 1-1 1H8" />
12
12
  <path d="m7 18 2-8" />
13
- <path d="M5 22c-1.7 0-3-1.3-3-3 0-.6.4-1 1-1h7c.6 0 1 .4 1 1v2c0 .6-.4 1-1 1Z" />
14
13
  </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="equal-approximately" {...Astro.props}>
7
+ <path d="M5 15a6.5 6.5 0 0 1 7 0 6.5 6.5 0 0 0 7 0" />
8
+ <path d="M5 9a6.5 6.5 0 0 1 7 0 6.5 6.5 0 0 0 7 0" />
9
+ </Layout>
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="scale-3d" {...Astro.props}>
7
+ <path d="M5 7v11a1 1 0 0 0 1 1h11" />
8
+ <path d="M5.293 18.707 11 13" />
7
9
  <circle cx="19" cy="19" r="2" />
8
10
  <circle cx="5" cy="5" r="2" />
9
- <path d="M5 7v12h12" />
10
- <path d="m5 19 6-6" />
11
11
  </Layout>
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="scale-3d" {...Astro.props}>
7
+ <path d="M5 7v11a1 1 0 0 0 1 1h11" />
8
+ <path d="M5.293 18.707 11 13" />
7
9
  <circle cx="19" cy="19" r="2" />
8
10
  <circle cx="5" cy="5" r="2" />
9
- <path d="M5 7v12h12" />
10
- <path d="m5 19 6-6" />
11
11
  </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="toilet" {...Astro.props}>
7
+ <path d="M7 12h13a1 1 0 0 1 1 1 5 5 0 0 1-5 5h-.598a.5.5 0 0 0-.424.765l1.544 2.47a.5.5 0 0 1-.424.765H5.402a.5.5 0 0 1-.424-.765L7 18" />
8
+ <path d="M8 18a5 5 0 0 1-5-5V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8" />
9
+ </Layout>
package/dist/index.d.ts CHANGED
@@ -304,6 +304,7 @@ export { default as CalendarPlus } from './CalendarPlus.astro'
304
304
  export { default as CalendarPlus2 } from './CalendarPlus2.astro'
305
305
  export { default as CalendarRange } from './CalendarRange.astro'
306
306
  export { default as CalendarSearch } from './CalendarSearch.astro'
307
+ export { default as CalendarSync } from './CalendarSync.astro'
307
308
  export { default as CalendarX } from './CalendarX.astro'
308
309
  export { default as CalendarX2 } from './CalendarX2.astro'
309
310
  export { default as Camera } from './Camera.astro'
@@ -462,6 +463,7 @@ export { default as ClockAlert } from './ClockAlert.astro'
462
463
  export { default as ClockArrowDown } from './ClockArrowDown.astro'
463
464
  export { default as ClockArrowUp } from './ClockArrowUp.astro'
464
465
  export { default as Cloud } from './Cloud.astro'
466
+ export { default as CloudAlert } from './CloudAlert.astro'
465
467
  export { default as CloudCog } from './CloudCog.astro'
466
468
  export { default as CloudDownload } from './CloudDownload.astro'
467
469
  export { default as CloudDrizzle } from './CloudDrizzle.astro'
@@ -598,6 +600,7 @@ export { default as EggOff } from './EggOff.astro'
598
600
  export { default as Ellipsis } from './Ellipsis.astro'
599
601
  export { default as EllipsisVertical } from './EllipsisVertical.astro'
600
602
  export { default as Equal } from './Equal.astro'
603
+ export { default as EqualApproximately } from './EqualApproximately.astro'
601
604
  export { default as EqualNot } from './EqualNot.astro'
602
605
  export { default as EqualSquare } from './EqualSquare.astro'
603
606
  export { default as Eraser } from './Eraser.astro'
@@ -1589,6 +1592,7 @@ export { default as TimerOff } from './TimerOff.astro'
1589
1592
  export { default as TimerReset } from './TimerReset.astro'
1590
1593
  export { default as ToggleLeft } from './ToggleLeft.astro'
1591
1594
  export { default as ToggleRight } from './ToggleRight.astro'
1595
+ export { default as Toilet } from './Toilet.astro'
1592
1596
  export { default as Tornado } from './Tornado.astro'
1593
1597
  export { default as Torus } from './Torus.astro'
1594
1598
  export { default as Touchpad } from './Touchpad.astro'
package/dist/index.js CHANGED
@@ -299,6 +299,7 @@ export { default as CalendarPlus } from './CalendarPlus.astro'
299
299
  export { default as CalendarPlus2 } from './CalendarPlus2.astro'
300
300
  export { default as CalendarRange } from './CalendarRange.astro'
301
301
  export { default as CalendarSearch } from './CalendarSearch.astro'
302
+ export { default as CalendarSync } from './CalendarSync.astro'
302
303
  export { default as CalendarX } from './CalendarX.astro'
303
304
  export { default as CalendarX2 } from './CalendarX2.astro'
304
305
  export { default as Camera } from './Camera.astro'
@@ -457,6 +458,7 @@ export { default as ClockAlert } from './ClockAlert.astro'
457
458
  export { default as ClockArrowDown } from './ClockArrowDown.astro'
458
459
  export { default as ClockArrowUp } from './ClockArrowUp.astro'
459
460
  export { default as Cloud } from './Cloud.astro'
461
+ export { default as CloudAlert } from './CloudAlert.astro'
460
462
  export { default as CloudCog } from './CloudCog.astro'
461
463
  export { default as CloudDownload } from './CloudDownload.astro'
462
464
  export { default as CloudDrizzle } from './CloudDrizzle.astro'
@@ -593,6 +595,7 @@ export { default as EggOff } from './EggOff.astro'
593
595
  export { default as Ellipsis } from './Ellipsis.astro'
594
596
  export { default as EllipsisVertical } from './EllipsisVertical.astro'
595
597
  export { default as Equal } from './Equal.astro'
598
+ export { default as EqualApproximately } from './EqualApproximately.astro'
596
599
  export { default as EqualNot } from './EqualNot.astro'
597
600
  export { default as EqualSquare } from './EqualSquare.astro'
598
601
  export { default as Eraser } from './Eraser.astro'
@@ -1584,6 +1587,7 @@ export { default as TimerOff } from './TimerOff.astro'
1584
1587
  export { default as TimerReset } from './TimerReset.astro'
1585
1588
  export { default as ToggleLeft } from './ToggleLeft.astro'
1586
1589
  export { default as ToggleRight } from './ToggleRight.astro'
1590
+ export { default as Toilet } from './Toilet.astro'
1587
1591
  export { default as Tornado } from './Tornado.astro'
1588
1592
  export { default as Torus } from './Torus.astro'
1589
1593
  export { default as Touchpad } from './Touchpad.astro'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucide-astro",
3
- "version": "0.457.0",
3
+ "version": "0.461.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.457.0",
29
+ "lucide-static": "0.461.0",
30
30
  "semver": "^7.5.4"
31
31
  },
32
32
  "peerDependencies": {