lucide-astro 0.287.0 → 0.289.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (44) hide show
  1. package/dist/Armchair.astro +1 -1
  2. package/dist/Backpack.astro +1 -1
  3. package/dist/BookA.astro +10 -0
  4. package/dist/BookAudio.astro +11 -0
  5. package/dist/BookCheck.astro +9 -0
  6. package/dist/BookHeadphones.astro +11 -0
  7. package/dist/BookHeart.astro +9 -0
  8. package/dist/BookImage.astro +10 -0
  9. package/dist/BookOpenText.astro +13 -0
  10. package/dist/BookText.astro +10 -0
  11. package/dist/BookType.astro +11 -0
  12. package/dist/BookUser.astro +10 -0
  13. package/dist/Folder.astro +1 -1
  14. package/dist/FolderArchive.astro +4 -4
  15. package/dist/FolderCheck.astro +1 -1
  16. package/dist/FolderClock.astro +1 -1
  17. package/dist/FolderClosed.astro +1 -1
  18. package/dist/FolderCog.astro +1 -1
  19. package/dist/FolderDown.astro +1 -1
  20. package/dist/FolderEdit.astro +2 -2
  21. package/dist/FolderGit.astro +1 -1
  22. package/dist/FolderHeart.astro +2 -2
  23. package/dist/FolderInput.astro +1 -1
  24. package/dist/FolderKey.astro +1 -1
  25. package/dist/FolderLock.astro +1 -1
  26. package/dist/FolderMinus.astro +2 -2
  27. package/dist/FolderOpen.astro +1 -1
  28. package/dist/FolderPlus.astro +3 -3
  29. package/dist/FolderSearch.astro +1 -1
  30. package/dist/FolderSearch2.astro +2 -2
  31. package/dist/FolderTree.astro +4 -4
  32. package/dist/FolderUp.astro +1 -1
  33. package/dist/FolderX.astro +1 -1
  34. package/dist/Folders.astro +2 -2
  35. package/dist/Globe.astro +2 -2
  36. package/dist/LibraryBig.astro +10 -0
  37. package/dist/LibrarySquare.astro +11 -0
  38. package/dist/Power.astro +2 -2
  39. package/dist/PowerCircle.astro +10 -0
  40. package/dist/PowerSquare.astro +10 -0
  41. package/dist/index.d.ts +15 -1
  42. package/dist/index.js +15 -1
  43. package/package.json +2 -2
  44. /package/dist/{BookTemplate.astro → BookDashed.astro} +0 -0
@@ -5,7 +5,7 @@ export type { Props } from './index.d.ts'
5
5
 
6
6
  <Layout {...Astro.props}>
7
7
  <path d="M19 9V6a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v3" />
8
- <path d="M3 11v5a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-5a2 2 0 0 0-4 0v2H7v-2a2 2 0 0 0-4 0Z" />
8
+ <path d="M3 16a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-5a2 2 0 0 0-4 0v2H7v-2a2 2 0 0 0-4 0Z" />
9
9
  <path d="M5 18v2" />
10
10
  <path d="M19 18v2" />
11
11
  </Layout>
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M4 20V10a4 4 0 0 1 4-4h8a4 4 0 0 1 4 4v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2Z" />
7
+ <path d="M4 10a4 4 0 0 1 4-4h8a4 4 0 0 1 4 4v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2Z" />
8
8
  <path d="M9 6V4a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2" />
9
9
  <path d="M8 21v-5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v5" />
10
10
  <path d="M8 10h8" />
@@ -0,0 +1,10 @@
1
+ ---
2
+ import Layout from './.Layout.astro'
3
+ export type { Props } from './index.d.ts'
4
+ ---
5
+
6
+ <Layout {...Astro.props}>
7
+ <path d="M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20" />
8
+ <path d="m8 13 4-7 4 7" />
9
+ <path d="M9.1 11h5.7" />
10
+ </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="M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20" />
8
+ <path d="M8 8v3" />
9
+ <path d="M12 6v7" />
10
+ <path d="M16 8v3" />
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 {...Astro.props}>
7
+ <path d="M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20" />
8
+ <path d="m9 9.5 2 2 4-4" />
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 {...Astro.props}>
7
+ <path d="M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20" />
8
+ <circle cx="9" cy="12" r="1" />
9
+ <path d="M8 12v-2a4 4 0 0 1 8 0v2" />
10
+ <circle cx="15" cy="12" r="1" />
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 {...Astro.props}>
7
+ <path d="M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20" />
8
+ <path d="M16 8.2C16 7 15 6 13.8 6c-.8 0-1.4.3-1.8.9-.4-.6-1-.9-1.8-.9C9 6 8 7 8 8.2c0 .6.3 1.2.7 1.6h0C10 11.1 12 13 12 13s2-1.9 3.3-3.1h0c.4-.4.7-1 .7-1.7z" />
9
+ </Layout>
@@ -0,0 +1,10 @@
1
+ ---
2
+ import Layout from './.Layout.astro'
3
+ export type { Props } from './index.d.ts'
4
+ ---
5
+
6
+ <Layout {...Astro.props}>
7
+ <path d="M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20" />
8
+ <circle cx="10" cy="8" r="2" />
9
+ <path d="m20 13.7-2.1-2.1c-.8-.8-2-.8-2.8 0L9.7 17" />
10
+ </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="M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z" />
8
+ <path d="M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z" />
9
+ <path d="M6 8h2" />
10
+ <path d="M6 12h2" />
11
+ <path d="M16 8h2" />
12
+ <path d="M16 12h2" />
13
+ </Layout>
@@ -0,0 +1,10 @@
1
+ ---
2
+ import Layout from './.Layout.astro'
3
+ export type { Props } from './index.d.ts'
4
+ ---
5
+
6
+ <Layout {...Astro.props}>
7
+ <path d="M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20" />
8
+ <path d="M8 7h6" />
9
+ <path d="M8 11h8" />
10
+ </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="M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20" />
8
+ <path d="M16 8V6H8v2" />
9
+ <path d="M12 6v7" />
10
+ <path d="M10 13h4" />
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 {...Astro.props}>
7
+ <path d="M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20" />
8
+ <circle cx="12" cy="8" r="2" />
9
+ <path d="M15 13a3 3 0 1 0-6 0" />
10
+ </Layout>
package/dist/Folder.astro CHANGED
@@ -4,5 +4,5 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z" />
7
+ <path d="M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z" />
8
8
  </Layout>
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M22 20V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2h6" />
8
- <circle cx="16" cy="19" r="2" />
9
- <path d="M16 11v-1" />
10
- <path d="M16 17v-2" />
7
+ <circle cx="15" cy="19" r="2" />
8
+ <path d="M20.9 19.8A2 2 0 0 0 22 18V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2h5.1" />
9
+ <path d="M15 11v-1" />
10
+ <path d="M15 17v-2" />
11
11
  </Layout>
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z" />
7
+ <path d="M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z" />
8
8
  <path d="m9 13 2 2 4-4" />
9
9
  </Layout>
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M7 20H4a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2h3.93a2 2 0 0 1 1.66.9l.82 1.2a2 2 0 0 0 1.66.9H20a2 2 0 0 1 2 2" />
8
7
  <circle cx="16" cy="16" r="6" />
8
+ <path d="M7 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 2" />
9
9
  <path d="M16 14v2l1 1" />
10
10
  </Layout>
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z" />
7
+ <path d="M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z" />
8
8
  <path d="M2 10h20" />
9
9
  </Layout>
@@ -5,7 +5,7 @@ export type { Props } from './index.d.ts'
5
5
 
6
6
  <Layout {...Astro.props}>
7
7
  <circle cx="18" cy="18" r="3" />
8
- <path d="M10.5 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 2v3.5" />
8
+ <path d="M10.3 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 2v3.3" />
9
9
  <path d="m21.7 19.4-.9-.3" />
10
10
  <path d="m15.2 16.9-.9-.3" />
11
11
  <path d="m16.6 21.7.3-.9" />
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z" />
7
+ <path d="M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z" />
8
8
  <path d="M12 10v6" />
9
9
  <path d="m15 13-3 3-3-3" />
10
10
  </Layout>
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M8.42 10.61a2.1 2.1 0 1 1 2.97 2.97L5.95 19 2 20l.99-3.95 5.43-5.44Z" />
8
- <path d="M2 11.5V5c0-1.1.9-2 2-2h3.93a2 2 0 0 1 1.66.9l.82 1.2a2 2 0 0 0 1.66.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-9.5" />
7
+ <path d="M8.4 10.6a2.1 2.1 0 1 1 2.99 2.98L6 19l-4 1 1-3.9Z" />
8
+ <path d="M2 11.5V5a2 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 2v10a2 2 0 0 1-2 2h-9.5" />
9
9
  </Layout>
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z" />
8
7
  <circle cx="12" cy="13" r="2" />
8
+ <path d="M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z" />
9
9
  <path d="M14 13h3" />
10
10
  <path d="M7 13h3" />
11
11
  </Layout>
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M11 20H4a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2h3.93a2 2 0 0 1 1.66.9l.82 1.2a2 2 0 0 0 1.66.9H20a2 2 0 0 1 2 2v1.5" />
8
- <path d="M21.29 13.7a2.43 2.43 0 0 0-2.65-.52c-.3.12-.57.3-.8.53l-.34.34-.35-.34a2.43 2.43 0 0 0-2.65-.53c-.3.12-.56.3-.79.53-.95.94-1 2.53.2 3.74L17.5 21l3.6-3.55c1.2-1.21 1.14-2.8.19-3.74Z" />
7
+ <path d="M11 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 2v1.5" />
8
+ <path d="M13.9 17.45c-1.2-1.2-1.14-2.8-.2-3.73a2.43 2.43 0 0 1 3.44 0l.36.34.34-.34a2.43 2.43 0 0 1 3.45-.01v0c.95.95 1 2.53-.2 3.74L17.5 21Z" />
9
9
  </Layout>
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M2 9V5c0-1.1.9-2 2-2h3.93a2 2 0 0 1 1.66.9l.82 1.2a2 2 0 0 0 1.66.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-1" />
7
+ <path d="M2 9V5a2 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 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-1" />
8
8
  <path d="M2 13h10" />
9
9
  <path d="m9 16 3-3-3-3" />
10
10
  </Layout>
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M10 20H4a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2h3.93a2 2 0 0 1 1.66.9l.82 1.2a2 2 0 0 0 1.66.9H20a2 2 0 0 1 2 2v2" />
8
7
  <circle cx="16" cy="20" r="2" />
8
+ <path d="M10 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 2v2" />
9
9
  <path d="m22 14-4.5 4.5" />
10
10
  <path d="m21 15 1 1" />
11
11
  </Layout>
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M10 20H4a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2h3.93a2 2 0 0 1 1.66.9l.82 1.2a2 2 0 0 0 1.66.9H20a2 2 0 0 1 2 2v2.5" />
8
7
  <rect width="8" height="5" x="14" y="17" rx="1" />
8
+ <path d="M10 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 2v2.5" />
9
9
  <path d="M20 17v-2a2 2 0 1 0-4 0v2" />
10
10
  </Layout>
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z" />
8
- <line x1="9" x2="15" y1="13" y2="13" />
7
+ <path d="M9 13h6" />
8
+ <path d="M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z" />
9
9
  </Layout>
@@ -4,5 +4,5 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="m6 14 1.45-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.55 6a2 2 0 0 1-1.94 1.5H4a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2h3.93a2 2 0 0 1 1.66.9l.82 1.2a2 2 0 0 0 1.66.9H18a2 2 0 0 1 2 2v2" />
7
+ <path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 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.9H18a2 2 0 0 1 2 2v2" />
8
8
  </Layout>
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z" />
8
- <line x1="12" x2="12" y1="10" y2="16" />
9
- <line x1="9" x2="15" y1="13" y2="13" />
7
+ <path d="M12 10v6" />
8
+ <path d="M9 13h6" />
9
+ <path d="M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z" />
10
10
  </Layout>
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M11 20H4a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2h3.93a2 2 0 0 1 1.66.9l.82 1.2a2 2 0 0 0 1.66.9H20a2 2 0 0 1 2 2v4" />
8
7
  <circle cx="17" cy="17" r="3" />
8
+ <path d="M10.7 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 2v4.1" />
9
9
  <path d="m21 21-1.5-1.5" />
10
10
  </Layout>
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z" />
8
7
  <circle cx="11.5" cy="12.5" r="2.5" />
9
- <path d="M13.27 14.27 15 16" />
8
+ <path d="M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z" />
9
+ <path d="M13.3 14.3 15 16" />
10
10
  </Layout>
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M13 10h7a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1h-2.5a1 1 0 0 1-.8-.4l-.9-1.2A1 1 0 0 0 15 3h-2a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1Z" />
8
- <path d="M13 21h7a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1h-2.88a1 1 0 0 1-.9-.55l-.44-.9a1 1 0 0 0-.9-.55H13a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1Z" />
9
- <path d="M3 3v2c0 1.1.9 2 2 2h3" />
10
- <path d="M3 3v13c0 1.1.9 2 2 2h3" />
7
+ <path d="M20 10a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1h-2.5a1 1 0 0 1-.8-.4l-.9-1.2A1 1 0 0 0 15 3h-2a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1Z" />
8
+ <path d="M20 21a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1h-2.9a1 1 0 0 1-.88-.55l-.42-.85a1 1 0 0 0-.92-.6H13a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1Z" />
9
+ <path d="M3 5a2 2 0 0 0 2 2h3" />
10
+ <path d="M3 3v13a2 2 0 0 0 2 2h3" />
11
11
  </Layout>
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z" />
7
+ <path d="M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z" />
8
8
  <path d="M12 10v6" />
9
9
  <path d="m9 13 3-3 3 3" />
10
10
  </Layout>
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z" />
7
+ <path d="M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z" />
8
8
  <path d="m9.5 10.5 5 5" />
9
9
  <path d="m14.5 10.5-5 5" />
10
10
  </Layout>
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M8 17h12a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-3.93a2 2 0 0 1-1.66-.9l-.82-1.2a2 2 0 0 0-1.66-.9H8a2 2 0 0 0-2 2v9c0 1.1.9 2 2 2Z" />
8
- <path d="M2 8v11c0 1.1.9 2 2 2h14" />
7
+ <path d="M20 17a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-3.9a2 2 0 0 1-1.69-.9l-.81-1.2a2 2 0 0 0-1.67-.9H8a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2Z" />
8
+ <path d="M2 8v11a2 2 0 0 0 2 2h14" />
9
9
  </Layout>
package/dist/Globe.astro CHANGED
@@ -5,6 +5,6 @@ export type { Props } from './index.d.ts'
5
5
 
6
6
  <Layout {...Astro.props}>
7
7
  <circle cx="12" cy="12" r="10" />
8
- <line x1="2" x2="22" y1="12" y2="12" />
9
- <path d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z" />
8
+ <path d="M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20" />
9
+ <path d="M2 12h20" />
10
10
  </Layout>
@@ -0,0 +1,10 @@
1
+ ---
2
+ import Layout from './.Layout.astro'
3
+ export type { Props } from './index.d.ts'
4
+ ---
5
+
6
+ <Layout {...Astro.props}>
7
+ <rect width="8" height="18" x="3" y="3" rx="1" />
8
+ <path d="M7 3v18" />
9
+ <path d="M20.4 18.9c.2.5-.1 1.1-.6 1.3l-1.9.7c-.5.2-1.1-.1-1.3-.6L11.1 5.1c-.2-.5.1-1.1.6-1.3l1.9-.7c.5-.2 1.1.1 1.3.6Z" />
10
+ </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
+ <rect width="18" height="18" x="3" y="3" rx="2" />
8
+ <path d="M7 7v10" />
9
+ <path d="M11 7v10" />
10
+ <path d="m15 7 2 10" />
11
+ </Layout>
package/dist/Power.astro CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M18.36 6.64a9 9 0 1 1-12.73 0" />
8
- <line x1="12" x2="12" y1="2" y2="12" />
7
+ <path d="M12 2v10" />
8
+ <path d="M18.4 6.6a9 9 0 1 1-12.77.04" />
9
9
  </Layout>
@@ -0,0 +1,10 @@
1
+ ---
2
+ import Layout from './.Layout.astro'
3
+ export type { Props } from './index.d.ts'
4
+ ---
5
+
6
+ <Layout {...Astro.props}>
7
+ <circle cx="12" cy="12" r="10" />
8
+ <path d="M12 12V6" />
9
+ <path d="M8 7.5A6.1 6.1 0 0 0 12 18a6 6 0 0 0 4-10.5" />
10
+ </Layout>
@@ -0,0 +1,10 @@
1
+ ---
2
+ import Layout from './.Layout.astro'
3
+ export type { Props } from './index.d.ts'
4
+ ---
5
+
6
+ <Layout {...Astro.props}>
7
+ <rect width="18" height="18" x="3" y="3" rx="2" />
8
+ <path d="M12 7v5" />
9
+ <path d="M8 9a5.14 5.14 0 0 0 4 8 4.95 4.95 0 0 0 4-8" />
10
+ </Layout>
package/dist/index.d.ts CHANGED
@@ -189,18 +189,28 @@ export { default as Bluetooth } from './Bluetooth.astro'
189
189
  export { default as Bold } from './Bold.astro'
190
190
  export { default as Bomb } from './Bomb.astro'
191
191
  export { default as Bone } from './Bone.astro'
192
+ export { default as BookA } from './BookA.astro'
193
+ export { default as BookAudio } from './BookAudio.astro'
194
+ export { default as BookCheck } from './BookCheck.astro'
192
195
  export { default as BookCopy } from './BookCopy.astro'
196
+ export { default as BookDashed } from './BookDashed.astro'
193
197
  export { default as BookDown } from './BookDown.astro'
198
+ export { default as BookHeadphones } from './BookHeadphones.astro'
199
+ export { default as BookHeart } from './BookHeart.astro'
200
+ export { default as BookImage } from './BookImage.astro'
194
201
  export { default as BookKey } from './BookKey.astro'
195
202
  export { default as BookLock } from './BookLock.astro'
196
203
  export { default as BookMarked } from './BookMarked.astro'
197
204
  export { default as BookMinus } from './BookMinus.astro'
198
205
  export { default as BookOpenCheck } from './BookOpenCheck.astro'
206
+ export { default as BookOpenText } from './BookOpenText.astro'
199
207
  export { default as BookOpen } from './BookOpen.astro'
200
208
  export { default as BookPlus } from './BookPlus.astro'
201
- export { default as BookTemplate } from './BookTemplate.astro'
209
+ export { default as BookText } from './BookText.astro'
210
+ export { default as BookType } from './BookType.astro'
202
211
  export { default as BookUp2 } from './BookUp2.astro'
203
212
  export { default as BookUp } from './BookUp.astro'
213
+ export { default as BookUser } from './BookUser.astro'
204
214
  export { default as BookX } from './BookX.astro'
205
215
  export { default as Book } from './Book.astro'
206
216
  export { default as BookmarkCheck } from './BookmarkCheck.astro'
@@ -705,6 +715,8 @@ export { default as LayoutTemplate } from './LayoutTemplate.astro'
705
715
  export { default as Layout } from './Layout.astro'
706
716
  export { default as Leaf } from './Leaf.astro'
707
717
  export { default as LeafyGreen } from './LeafyGreen.astro'
718
+ export { default as LibraryBig } from './LibraryBig.astro'
719
+ export { default as LibrarySquare } from './LibrarySquare.astro'
708
720
  export { default as Library } from './Library.astro'
709
721
  export { default as LifeBuoy } from './LifeBuoy.astro'
710
722
  export { default as Ligature } from './Ligature.astro'
@@ -936,7 +948,9 @@ export { default as Pointer } from './Pointer.astro'
936
948
  export { default as Popcorn } from './Popcorn.astro'
937
949
  export { default as Popsicle } from './Popsicle.astro'
938
950
  export { default as PoundSterling } from './PoundSterling.astro'
951
+ export { default as PowerCircle } from './PowerCircle.astro'
939
952
  export { default as PowerOff } from './PowerOff.astro'
953
+ export { default as PowerSquare } from './PowerSquare.astro'
940
954
  export { default as Power } from './Power.astro'
941
955
  export { default as Presentation } from './Presentation.astro'
942
956
  export { default as Printer } from './Printer.astro'
package/dist/index.js CHANGED
@@ -184,18 +184,28 @@ export { default as Bluetooth } from './Bluetooth.astro'
184
184
  export { default as Bold } from './Bold.astro'
185
185
  export { default as Bomb } from './Bomb.astro'
186
186
  export { default as Bone } from './Bone.astro'
187
+ export { default as BookA } from './BookA.astro'
188
+ export { default as BookAudio } from './BookAudio.astro'
189
+ export { default as BookCheck } from './BookCheck.astro'
187
190
  export { default as BookCopy } from './BookCopy.astro'
191
+ export { default as BookDashed } from './BookDashed.astro'
188
192
  export { default as BookDown } from './BookDown.astro'
193
+ export { default as BookHeadphones } from './BookHeadphones.astro'
194
+ export { default as BookHeart } from './BookHeart.astro'
195
+ export { default as BookImage } from './BookImage.astro'
189
196
  export { default as BookKey } from './BookKey.astro'
190
197
  export { default as BookLock } from './BookLock.astro'
191
198
  export { default as BookMarked } from './BookMarked.astro'
192
199
  export { default as BookMinus } from './BookMinus.astro'
193
200
  export { default as BookOpenCheck } from './BookOpenCheck.astro'
201
+ export { default as BookOpenText } from './BookOpenText.astro'
194
202
  export { default as BookOpen } from './BookOpen.astro'
195
203
  export { default as BookPlus } from './BookPlus.astro'
196
- export { default as BookTemplate } from './BookTemplate.astro'
204
+ export { default as BookText } from './BookText.astro'
205
+ export { default as BookType } from './BookType.astro'
197
206
  export { default as BookUp2 } from './BookUp2.astro'
198
207
  export { default as BookUp } from './BookUp.astro'
208
+ export { default as BookUser } from './BookUser.astro'
199
209
  export { default as BookX } from './BookX.astro'
200
210
  export { default as Book } from './Book.astro'
201
211
  export { default as BookmarkCheck } from './BookmarkCheck.astro'
@@ -700,6 +710,8 @@ export { default as LayoutTemplate } from './LayoutTemplate.astro'
700
710
  export { default as Layout } from './Layout.astro'
701
711
  export { default as Leaf } from './Leaf.astro'
702
712
  export { default as LeafyGreen } from './LeafyGreen.astro'
713
+ export { default as LibraryBig } from './LibraryBig.astro'
714
+ export { default as LibrarySquare } from './LibrarySquare.astro'
703
715
  export { default as Library } from './Library.astro'
704
716
  export { default as LifeBuoy } from './LifeBuoy.astro'
705
717
  export { default as Ligature } from './Ligature.astro'
@@ -931,7 +943,9 @@ export { default as Pointer } from './Pointer.astro'
931
943
  export { default as Popcorn } from './Popcorn.astro'
932
944
  export { default as Popsicle } from './Popsicle.astro'
933
945
  export { default as PoundSterling } from './PoundSterling.astro'
946
+ export { default as PowerCircle } from './PowerCircle.astro'
934
947
  export { default as PowerOff } from './PowerOff.astro'
948
+ export { default as PowerSquare } from './PowerSquare.astro'
935
949
  export { default as Power } from './Power.astro'
936
950
  export { default as Presentation } from './Presentation.astro'
937
951
  export { default as Printer } from './Printer.astro'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucide-astro",
3
- "version": "0.287.0",
3
+ "version": "0.289.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.287.0"
29
+ "lucide-static": "0.289.0"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "astro": "^2.7.1 || ^3.0.0"
File without changes