lucide-astro 0.340.0 → 0.341.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,11 @@
1
+ ---
2
+ import Layout from './.Layout.astro'
3
+ export type { Props } from './index.d.ts'
4
+ ---
5
+
6
+ <Layout {...Astro.props}>
7
+ <path d="M21.54 15H17a2 2 0 0 0-2 2v4.54" />
8
+ <path d="M7 3.34V5a3 3 0 0 0 3 3v0a2 2 0 0 1 2 2v0c0 1.1.9 2 2 2v0a2 2 0 0 0 2-2v0c0-1.1.9-2 2-2h3.17" />
9
+ <path d="M11 21.95V18a2 2 0 0 0-2-2v0a2 2 0 0 1-2-2v-1a2 2 0 0 0-2-2H2.05" />
10
+ <circle cx="12" cy="12" r="10" />
11
+ </Layout>
@@ -0,0 +1,13 @@
1
+ ---
2
+ import Layout from './.Layout.astro'
3
+ export type { Props } from './index.d.ts'
4
+ ---
5
+
6
+ <Layout {...Astro.props}>
7
+ <path d="M7 3.34V5a3 3 0 0 0 3 3" />
8
+ <path d="M11 21.95V18a2 2 0 0 0-2-2 2 2 0 0 1-2-2v-1a2 2 0 0 0-2-2H2.05" />
9
+ <path d="M21.54 15H17a2 2 0 0 0-2 2v4.54" />
10
+ <path d="M12 2a10 10 0 1 0 9.54 13" />
11
+ <path d="M20 6V4a2 2 0 1 0-4 0v2" />
12
+ <rect width="8" height="5" x="14" y="6" rx="1" />
13
+ </Layout>
@@ -0,0 +1,11 @@
1
+ ---
2
+ import Layout from './.Layout.astro'
3
+ export type { Props } from './index.d.ts'
4
+ ---
5
+
6
+ <Layout {...Astro.props}>
7
+ <path d="M15.686 15A14.5 14.5 0 0 1 12 22a14.5 14.5 0 0 1 0-20 10 10 0 1 0 9.542 13" />
8
+ <path d="M2 12h8.5" />
9
+ <path d="M20 6V4a2 2 0 1 0-4 0v2" />
10
+ <rect width="8" height="5" x="14" y="6" rx="1" />
11
+ </Layout>
package/dist/index.d.ts CHANGED
@@ -505,6 +505,8 @@ export { default as Drumstick } from './Drumstick.astro'
505
505
  export { default as Dumbbell } from './Dumbbell.astro'
506
506
  export { default as Ear } from './Ear.astro'
507
507
  export { default as EarOff } from './EarOff.astro'
508
+ export { default as Earth } from './Earth.astro'
509
+ export { default as EarthLock } from './EarthLock.astro'
508
510
  export { default as Eclipse } from './Eclipse.astro'
509
511
  export { default as Edit } from './Edit.astro'
510
512
  export { default as Edit2 } from './Edit2.astro'
@@ -700,6 +702,7 @@ export { default as GlassWater } from './GlassWater.astro'
700
702
  export { default as Glasses } from './Glasses.astro'
701
703
  export { default as Globe } from './Globe.astro'
702
704
  export { default as Globe2 } from './Globe2.astro'
705
+ export { default as GlobeLock } from './GlobeLock.astro'
703
706
  export { default as Goal } from './Goal.astro'
704
707
  export { default as Grab } from './Grab.astro'
705
708
  export { default as GraduationCap } from './GraduationCap.astro'
package/dist/index.js CHANGED
@@ -500,6 +500,8 @@ export { default as Drumstick } from './Drumstick.astro'
500
500
  export { default as Dumbbell } from './Dumbbell.astro'
501
501
  export { default as Ear } from './Ear.astro'
502
502
  export { default as EarOff } from './EarOff.astro'
503
+ export { default as Earth } from './Earth.astro'
504
+ export { default as EarthLock } from './EarthLock.astro'
503
505
  export { default as Eclipse } from './Eclipse.astro'
504
506
  export { default as Edit } from './Edit.astro'
505
507
  export { default as Edit2 } from './Edit2.astro'
@@ -695,6 +697,7 @@ export { default as GlassWater } from './GlassWater.astro'
695
697
  export { default as Glasses } from './Glasses.astro'
696
698
  export { default as Globe } from './Globe.astro'
697
699
  export { default as Globe2 } from './Globe2.astro'
700
+ export { default as GlobeLock } from './GlobeLock.astro'
698
701
  export { default as Goal } from './Goal.astro'
699
702
  export { default as Grab } from './Grab.astro'
700
703
  export { default as GraduationCap } from './GraduationCap.astro'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucide-astro",
3
- "version": "0.340.0",
3
+ "version": "0.341.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.340.0",
29
+ "lucide-static": "0.341.0",
30
30
  "semver": "^7.5.4"
31
31
  },
32
32
  "peerDependencies": {