lucide-astro 0.457.0 → 0.460.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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>
@@ -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
@@ -462,6 +462,7 @@ export { default as ClockAlert } from './ClockAlert.astro'
462
462
  export { default as ClockArrowDown } from './ClockArrowDown.astro'
463
463
  export { default as ClockArrowUp } from './ClockArrowUp.astro'
464
464
  export { default as Cloud } from './Cloud.astro'
465
+ export { default as CloudAlert } from './CloudAlert.astro'
465
466
  export { default as CloudCog } from './CloudCog.astro'
466
467
  export { default as CloudDownload } from './CloudDownload.astro'
467
468
  export { default as CloudDrizzle } from './CloudDrizzle.astro'
@@ -598,6 +599,7 @@ export { default as EggOff } from './EggOff.astro'
598
599
  export { default as Ellipsis } from './Ellipsis.astro'
599
600
  export { default as EllipsisVertical } from './EllipsisVertical.astro'
600
601
  export { default as Equal } from './Equal.astro'
602
+ export { default as EqualApproximately } from './EqualApproximately.astro'
601
603
  export { default as EqualNot } from './EqualNot.astro'
602
604
  export { default as EqualSquare } from './EqualSquare.astro'
603
605
  export { default as Eraser } from './Eraser.astro'
@@ -1589,6 +1591,7 @@ export { default as TimerOff } from './TimerOff.astro'
1589
1591
  export { default as TimerReset } from './TimerReset.astro'
1590
1592
  export { default as ToggleLeft } from './ToggleLeft.astro'
1591
1593
  export { default as ToggleRight } from './ToggleRight.astro'
1594
+ export { default as Toilet } from './Toilet.astro'
1592
1595
  export { default as Tornado } from './Tornado.astro'
1593
1596
  export { default as Torus } from './Torus.astro'
1594
1597
  export { default as Touchpad } from './Touchpad.astro'
package/dist/index.js CHANGED
@@ -457,6 +457,7 @@ export { default as ClockAlert } from './ClockAlert.astro'
457
457
  export { default as ClockArrowDown } from './ClockArrowDown.astro'
458
458
  export { default as ClockArrowUp } from './ClockArrowUp.astro'
459
459
  export { default as Cloud } from './Cloud.astro'
460
+ export { default as CloudAlert } from './CloudAlert.astro'
460
461
  export { default as CloudCog } from './CloudCog.astro'
461
462
  export { default as CloudDownload } from './CloudDownload.astro'
462
463
  export { default as CloudDrizzle } from './CloudDrizzle.astro'
@@ -593,6 +594,7 @@ export { default as EggOff } from './EggOff.astro'
593
594
  export { default as Ellipsis } from './Ellipsis.astro'
594
595
  export { default as EllipsisVertical } from './EllipsisVertical.astro'
595
596
  export { default as Equal } from './Equal.astro'
597
+ export { default as EqualApproximately } from './EqualApproximately.astro'
596
598
  export { default as EqualNot } from './EqualNot.astro'
597
599
  export { default as EqualSquare } from './EqualSquare.astro'
598
600
  export { default as Eraser } from './Eraser.astro'
@@ -1584,6 +1586,7 @@ export { default as TimerOff } from './TimerOff.astro'
1584
1586
  export { default as TimerReset } from './TimerReset.astro'
1585
1587
  export { default as ToggleLeft } from './ToggleLeft.astro'
1586
1588
  export { default as ToggleRight } from './ToggleRight.astro'
1589
+ export { default as Toilet } from './Toilet.astro'
1587
1590
  export { default as Tornado } from './Tornado.astro'
1588
1591
  export { default as Torus } from './Torus.astro'
1589
1592
  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.460.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.460.0",
30
30
  "semver": "^7.5.4"
31
31
  },
32
32
  "peerDependencies": {