lucide-astro 0.309.0 → 0.312.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (86) hide show
  1. package/dist/Aperture.astro +6 -6
  2. package/dist/ArrowDownLeftFromSquare.astro +10 -0
  3. package/dist/ArrowDownRightFromSquare.astro +10 -0
  4. package/dist/ArrowUpLeftFromSquare.astro +10 -0
  5. package/dist/ArrowUpRightFromSquare.astro +10 -0
  6. package/dist/Blend.astro +9 -0
  7. package/dist/Eclipse.astro +9 -0
  8. package/dist/ExternalLink.astro +2 -2
  9. package/dist/File.astro +2 -2
  10. package/dist/FileArchive.astro +2 -2
  11. package/dist/FileAudio.astro +3 -5
  12. package/dist/FileAudio2.astro +3 -3
  13. package/dist/FileAxis3D.astro +3 -3
  14. package/dist/FileAxis3d.astro +3 -3
  15. package/dist/FileBadge.astro +2 -2
  16. package/dist/FileBadge2.astro +3 -2
  17. package/dist/FileBarChart.astro +3 -3
  18. package/dist/FileBarChart2.astro +3 -3
  19. package/dist/FileBox.astro +4 -5
  20. package/dist/FileCheck.astro +2 -2
  21. package/dist/FileCheck2.astro +2 -2
  22. package/dist/FileClock.astro +2 -2
  23. package/dist/FileCode.astro +2 -2
  24. package/dist/FileCode2.astro +3 -3
  25. package/dist/FileCog.astro +11 -11
  26. package/dist/FileCog2.astro +11 -11
  27. package/dist/FileDiff.astro +2 -2
  28. package/dist/FileDigit.astro +2 -2
  29. package/dist/FileDown.astro +2 -2
  30. package/dist/FileEdit.astro +3 -3
  31. package/dist/FileHeart.astro +2 -2
  32. package/dist/FileImage.astro +3 -3
  33. package/dist/FileInput.astro +2 -2
  34. package/dist/FileJson.astro +2 -2
  35. package/dist/FileJson2.astro +2 -2
  36. package/dist/FileKey.astro +1 -1
  37. package/dist/FileKey2.astro +2 -2
  38. package/dist/FileLineChart.astro +2 -2
  39. package/dist/FileLock.astro +2 -2
  40. package/dist/FileLock2.astro +2 -2
  41. package/dist/FileMinus.astro +3 -3
  42. package/dist/FileMinus2.astro +2 -2
  43. package/dist/FileOutput.astro +2 -2
  44. package/dist/FilePen.astro +3 -3
  45. package/dist/FilePenLine.astro +2 -2
  46. package/dist/FilePieChart.astro +4 -4
  47. package/dist/FilePlus.astro +4 -4
  48. package/dist/FilePlus2.astro +2 -2
  49. package/dist/FileQuestion.astro +1 -1
  50. package/dist/FileScan.astro +5 -5
  51. package/dist/FileSearch.astro +3 -3
  52. package/dist/FileSearch2.astro +3 -3
  53. package/dist/FileSignature.astro +2 -2
  54. package/dist/FileSliders.astro +13 -0
  55. package/dist/FileSpreadsheet.astro +3 -3
  56. package/dist/FileStack.astro +2 -2
  57. package/dist/FileSymlink.astro +2 -2
  58. package/dist/FileTerminal.astro +2 -2
  59. package/dist/FileText.astro +5 -5
  60. package/dist/FileType.astro +3 -3
  61. package/dist/FileType2.astro +3 -3
  62. package/dist/FileUp.astro +2 -2
  63. package/dist/FileVideo.astro +2 -2
  64. package/dist/FileVideo2.astro +3 -3
  65. package/dist/FileVolume.astro +4 -4
  66. package/dist/FileVolume2.astro +4 -4
  67. package/dist/FileWarning.astro +1 -1
  68. package/dist/FileX.astro +4 -4
  69. package/dist/FileX2.astro +3 -3
  70. package/dist/Files.astro +3 -3
  71. package/dist/PaintRoller.astro +10 -0
  72. package/dist/Receipt.astro +2 -2
  73. package/dist/ReceiptCent.astro +10 -0
  74. package/dist/ReceiptEuro.astro +10 -0
  75. package/dist/ReceiptIndianRupee.astro +11 -0
  76. package/dist/ReceiptJapaneseYen.astro +12 -0
  77. package/dist/ReceiptPoundSterling.astro +11 -0
  78. package/dist/ReceiptRussianRuble.astro +10 -0
  79. package/dist/ReceiptSwissFranc.astro +11 -0
  80. package/dist/ReceiptText.astro +11 -0
  81. package/dist/Sticker.astro +2 -2
  82. package/dist/StickyNote.astro +2 -2
  83. package/dist/SwatchBook.astro +11 -0
  84. package/dist/index.d.ts +17 -0
  85. package/dist/index.js +17 -0
  86. package/package.json +2 -2
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z" />
8
- <polyline points="14 2 14 8 20 8" />
9
- <line x1="12" x2="12" y1="18" y2="12" />
10
- <line x1="9" x2="15" y1="15" y2="15" />
7
+ <path d="M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" />
8
+ <path d="M14 2v4a2 2 0 0 0 2 2h4" />
9
+ <path d="M9 15h6" />
10
+ <path d="M12 18v-6" />
11
11
  </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 22h14a2 2 0 0 0 2-2V7.5L14.5 2H6a2 2 0 0 0-2 2v4" />
8
- <polyline points="14 2 14 8 20 8" />
7
+ <path d="M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4" />
8
+ <path d="M14 2v4a2 2 0 0 0 2 2h4" />
9
9
  <path d="M3 15h6" />
10
10
  <path d="M6 12v6" />
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="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z" />
7
+ <path d="M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" />
8
8
  <path d="M10 10.3c.2-.4.5-.8.9-1a2.1 2.1 0 0 1 2.6.4c.3.4.5.8.5 1.3 0 1.3-2 2-2 2" />
9
9
  <path d="M12 17h.01" />
10
10
  </Layout>
@@ -4,10 +4,10 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M20 10V7.5L14.5 2H6a2 2 0 0 0-2 2v16c0 1.1.9 2 2 2h4.5" />
8
- <polyline points="14 2 14 8 20 8" />
9
- <path d="M16 22a2 2 0 0 1-2-2" />
10
- <path d="M20 22a2 2 0 0 0 2-2" />
11
- <path d="M20 14a2 2 0 0 1 2 2" />
7
+ <path d="M20 10V7l-5-5H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h4" />
8
+ <path d="M14 2v4a2 2 0 0 0 2 2h4" />
12
9
  <path d="M16 14a2 2 0 0 0-2 2" />
10
+ <path d="M20 14a2 2 0 0 1 2 2" />
11
+ <path d="M20 22a2 2 0 0 0 2-2" />
12
+ <path d="M16 22a2 2 0 0 1-2-2" />
13
13
  </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 22h14a2 2 0 0 0 2-2V7.5L14.5 2H6a2 2 0 0 0-2 2v3" />
8
- <polyline points="14 2 14 8 20 8" />
9
- <path d="M5 17a3 3 0 1 0 0-6 3 3 0 0 0 0 6z" />
7
+ <path d="M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3" />
8
+ <path d="M14 2v4a2 2 0 0 0 2 2h4" />
9
+ <circle cx="5" cy="14" r="3" />
10
10
  <path d="m9 18-1.5-1.5" />
11
11
  </Layout>
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z" />
8
- <polyline points="14 2 14 8 20 8" />
7
+ <path d="M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" />
8
+ <path d="M14 2v4a2 2 0 0 0 2 2h4" />
9
9
  <circle cx="11.5" cy="14.5" r="2.5" />
10
- <path d="M13.25 16.25 15 18" />
10
+ <path d="M13.3 16.3 15 18" />
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="M20 19.5v.5a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8.5L18 5.5" />
7
+ <path d="m18 5-3-3H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2" />
8
8
  <path d="M8 18h1" />
9
- <path d="M18.4 9.6a2 2 0 0 1 3 3L17 17l-4 1 1-4Z" />
9
+ <path d="M18.4 9.6a2 2 0 1 1 3 3L17 17l-4 1 1-4Z" />
10
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="M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" />
8
+ <path d="M14 2v4a2 2 0 0 0 2 2h4" />
9
+ <path d="M8 12h8" />
10
+ <path d="M10 11v2" />
11
+ <path d="M8 17h8" />
12
+ <path d="M14 16v2" />
13
+ </Layout>
@@ -4,10 +4,10 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z" />
8
- <polyline points="14 2 14 8 20 8" />
7
+ <path d="M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" />
8
+ <path d="M14 2v4a2 2 0 0 0 2 2h4" />
9
9
  <path d="M8 13h2" />
10
- <path d="M8 17h2" />
11
10
  <path d="M14 13h2" />
11
+ <path d="M8 17h2" />
12
12
  <path d="M14 17h2" />
13
13
  </Layout>
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M16 2v5h5" />
8
- <path d="M21 6v6.5c0 .8-.7 1.5-1.5 1.5h-7c-.8 0-1.5-.7-1.5-1.5v-9c0-.8.7-1.5 1.5-1.5H17l4 4z" />
7
+ <path d="M21 7h-3a2 2 0 0 1-2-2V2" />
8
+ <path d="M21 6v6.5c0 .8-.7 1.5-1.5 1.5h-7c-.8 0-1.5-.7-1.5-1.5v-9c0-.8.7-1.5 1.5-1.5H17Z" />
9
9
  <path d="M7 8v8.8c0 .3.2.6.4.8.2.2.5.4.8.4H15" />
10
10
  <path d="M3 12v8.8c0 .3.2.6.4.8.2.2.5.4.8.4H11" />
11
11
  </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 22h14a2 2 0 0 0 2-2V7.5L14.5 2H6a2 2 0 0 0-2 2v7" />
8
- <polyline points="14 2 14 8 20 8" />
7
+ <path d="M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v7" />
8
+ <path d="M14 2v4a2 2 0 0 0 2 2h4" />
9
9
  <path d="m10 18 3-3-3-3" />
10
10
  <path d="M4 18v-1a2 2 0 0 1 2-2h6" />
11
11
  </Layout>
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z" />
8
- <polyline points="14 2 14 8 20 8" />
7
+ <path d="M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" />
8
+ <path d="M14 2v4a2 2 0 0 0 2 2h4" />
9
9
  <path d="m8 16 2-2-2-2" />
10
10
  <path d="M12 18h4" />
11
11
  </Layout>
@@ -4,9 +4,9 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z" />
8
- <polyline points="14 2 14 8 20 8" />
9
- <line x1="16" x2="8" y1="13" y2="13" />
10
- <line x1="16" x2="8" y1="17" y2="17" />
11
- <line x1="10" x2="8" y1="9" y2="9" />
7
+ <path d="M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" />
8
+ <path d="M14 2v4a2 2 0 0 0 2 2h4" />
9
+ <path d="M10 9H8" />
10
+ <path d="M16 13H8" />
11
+ <path d="M16 17H8" />
12
12
  </Layout>
@@ -4,9 +4,9 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z" />
8
- <polyline points="14 2 14 8 20 8" />
7
+ <path d="M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" />
8
+ <path d="M14 2v4a2 2 0 0 0 2 2h4" />
9
9
  <path d="M9 13v-1h6v1" />
10
- <path d="M11 18h2" />
11
10
  <path d="M12 12v6" />
11
+ <path d="M11 18h2" />
12
12
  </Layout>
@@ -4,9 +4,9 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M4 22h14a2 2 0 0 0 2-2V7.5L14.5 2H6a2 2 0 0 0-2 2v4" />
8
- <polyline points="14 2 14 8 20 8" />
7
+ <path d="M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4" />
8
+ <path d="M14 2v4a2 2 0 0 0 2 2h4" />
9
9
  <path d="M2 13v-1h6v1" />
10
- <path d="M4 18h2" />
11
10
  <path d="M5 12v6" />
11
+ <path d="M4 18h2" />
12
12
  </Layout>
package/dist/FileUp.astro CHANGED
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z" />
8
- <polyline points="14 2 14 8 20 8" />
7
+ <path d="M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" />
8
+ <path d="M14 2v4a2 2 0 0 0 2 2h4" />
9
9
  <path d="M12 12v6" />
10
10
  <path d="m15 15-3-3-3 3" />
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="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z" />
8
- <polyline points="14 2 14 8 20 8" />
7
+ <path d="M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" />
8
+ <path d="M14 2v4a2 2 0 0 0 2 2h4" />
9
9
  <path d="m10 11 5 3-5 3v-6Z" />
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="M4 8V4a2 2 0 0 1 2-2h8.5L20 7.5V20a2 2 0 0 1-2 2H4" />
8
- <polyline points="14 2 14 8 20 8" />
9
- <path d="m10 15.5 4 2.5v-6l-4 2.5" />
7
+ <path d="M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4" />
8
+ <path d="M14 2v4a2 2 0 0 0 2 2h4" />
10
9
  <rect width="8" height="6" x="2" y="12" rx="1" />
10
+ <path d="m10 15.5 4 2.5v-6l-4 2.5" />
11
11
  </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 22h14a2 2 0 0 0 2-2V7.5L14.5 2H6a2 2 0 0 0-2 2v3" />
8
- <polyline points="14 2 14 8 20 8" />
9
- <path d="m7 10-3 2H2v4h2l3 2v-8Z" />
10
- <path d="M11 11c.64.8 1 1.87 1 3s-.36 2.2-1 3" />
7
+ <path d="M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3" />
8
+ <path d="M14 2v4a2 2 0 0 0 2 2h4" />
9
+ <path d="m7 10-3 2H2v4h2l3 2Z" />
10
+ <path d="M11 11a5 5 0 0 1 0 6" />
11
11
  </Layout>
@@ -4,9 +4,9 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z" />
8
- <polyline points="14 2 14 8 20 8" />
9
- <path d="M11.5 13.5c.32.4.5.94.5 1.5s-.18 1.1-.5 1.5" />
10
- <path d="M15 12c.64.8 1 1.87 1 3s-.36 2.2-1 3" />
7
+ <path d="M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" />
8
+ <path d="M14 2v4a2 2 0 0 0 2 2h4" />
11
9
  <path d="M8 15h.01" />
10
+ <path d="M11.5 13.5a2.5 2.5 0 0 1 0 3" />
11
+ <path d="M15 12a5 5 0 0 1 0 6" />
12
12
  </Layout>
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z" />
7
+ <path d="M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" />
8
8
  <path d="M12 9v4" />
9
9
  <path d="M12 17h.01" />
10
10
  </Layout>
package/dist/FileX.astro CHANGED
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z" />
8
- <polyline points="14 2 14 8 20 8" />
9
- <line x1="9.5" x2="14.5" y1="12.5" y2="17.5" />
10
- <line x1="14.5" x2="9.5" y1="12.5" y2="17.5" />
7
+ <path d="M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" />
8
+ <path d="M14 2v4a2 2 0 0 0 2 2h4" />
9
+ <path d="m14.5 12.5-5 5" />
10
+ <path d="m9.5 12.5 5 5" />
11
11
  </Layout>
package/dist/FileX2.astro CHANGED
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M4 22h14a2 2 0 0 0 2-2V7.5L14.5 2H6a2 2 0 0 0-2 2v4" />
8
- <path d="M14 2v6h6" />
9
- <path d="m3 12.5 5 5" />
7
+ <path d="M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4" />
8
+ <path d="M14 2v4a2 2 0 0 0 2 2h4" />
10
9
  <path d="m8 12.5-5 5" />
10
+ <path d="m3 12.5 5 5" />
11
11
  </Layout>
package/dist/Files.astro CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M15.5 2H8.6c-.4 0-.8.2-1.1.5-.3.3-.5.7-.5 1.1v12.8c0 .4.2.8.5 1.1.3.3.7.5 1.1.5h9.8c.4 0 .8-.2 1.1-.5.3-.3.5-.7.5-1.1V6.5L15.5 2z" />
8
- <path d="M3 7.6v12.8c0 .4.2.8.5 1.1.3.3.7.5 1.1.5h9.8" />
9
- <path d="M15 2v5h5" />
7
+ <path d="M20 7h-3a2 2 0 0 1-2-2V2" />
8
+ <path d="M9 18a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h7l4 4v10a2 2 0 0 1-2 2Z" />
9
+ <path d="M3 7.6v12.8A1.6 1.6 0 0 0 4.6 22h9.8" />
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="16" height="6" x="2" y="2" rx="2" />
8
+ <path d="M10 16v-2a2 2 0 0 1 2-2h8a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2" />
9
+ <rect width="4" height="6" x="8" y="16" rx="1" />
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 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1-2-1Z" />
7
+ <path d="M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z" />
8
8
  <path d="M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8" />
9
- <path d="M12 17V7" />
9
+ <path d="M12 17.5v-11" />
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
+ <path d="M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z" />
8
+ <path d="M12 6.5v11" />
9
+ <path d="M15 9.4a4 4 0 1 0 0 5.2" />
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
+ <path d="M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z" />
8
+ <path d="M8 12h5" />
9
+ <path d="M16 9.5a4 4 0 1 0 0 5.2" />
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 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z" />
8
+ <path d="M8 7h8" />
9
+ <path d="M12 17.5 8 15h1a4 4 0 0 0 0-8" />
10
+ <path d="M8 11h8" />
11
+ </Layout>
@@ -0,0 +1,12 @@
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 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z" />
8
+ <path d="m12 10 3-3" />
9
+ <path d="m9 7 3 3v7.5" />
10
+ <path d="M9 11h6" />
11
+ <path d="M9 15h6" />
12
+ </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 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z" />
8
+ <path d="M8 13h5" />
9
+ <path d="M10 17V9.5a2.5 2.5 0 0 1 5 0" />
10
+ <path d="M8 17h7" />
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 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z" />
8
+ <path d="M8 15h5" />
9
+ <path d="M8 11h5a2 2 0 1 0 0-4h-3v10" />
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 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z" />
8
+ <path d="M10 17V7h5" />
9
+ <path d="M10 11h4" />
10
+ <path d="M8 15h5" />
11
+ </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 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z" />
8
+ <path d="M14 8H8" />
9
+ <path d="M16 12H8" />
10
+ <path d="M13 16H8" />
11
+ </Layout>
@@ -5,8 +5,8 @@ export type { Props } from './index.d.ts'
5
5
 
6
6
  <Layout {...Astro.props}>
7
7
  <path d="M15.5 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2V8.5L15.5 3Z" />
8
- <path d="M15 3v6h6" />
9
- <path d="M10 16s.8 1 2 1c1.3 0 2-1 2-1" />
8
+ <path d="M14 3v4a2 2 0 0 0 2 2h4" />
10
9
  <path d="M8 13h0" />
11
10
  <path d="M16 13h0" />
11
+ <path d="M10 16s.8 1 2 1c1.3 0 2-1 2-1" />
12
12
  </Layout>
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M15.5 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2V8.5L15.5 3Z" />
8
- <path d="M15 3v6h6" />
7
+ <path d="M16 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V8Z" />
8
+ <path d="M15 3v4a2 2 0 0 0 2 2h4" />
9
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="M11 17a4 4 0 0 1-8 0V5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2Z" />
8
+ <path d="M16.7 13H19a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H7" />
9
+ <path d="M 7 17h0.01" />
10
+ <path d="m11 8 2.3-2.3a2.4 2.4 0 0 1 3.404.004L18.6 7.6a2.4 2.4 0 0 1 .026 3.434L9.9 19.8" />
11
+ </Layout>
package/dist/index.d.ts CHANGED
@@ -82,10 +82,12 @@ export { default as ArrowDownCircle } from './ArrowDownCircle.astro'
82
82
  export { default as ArrowDownFromLine } from './ArrowDownFromLine.astro'
83
83
  export { default as ArrowDownLeft } from './ArrowDownLeft.astro'
84
84
  export { default as ArrowDownLeftFromCircle } from './ArrowDownLeftFromCircle.astro'
85
+ export { default as ArrowDownLeftFromSquare } from './ArrowDownLeftFromSquare.astro'
85
86
  export { default as ArrowDownLeftSquare } from './ArrowDownLeftSquare.astro'
86
87
  export { default as ArrowDownNarrowWide } from './ArrowDownNarrowWide.astro'
87
88
  export { default as ArrowDownRight } from './ArrowDownRight.astro'
88
89
  export { default as ArrowDownRightFromCircle } from './ArrowDownRightFromCircle.astro'
90
+ export { default as ArrowDownRightFromSquare } from './ArrowDownRightFromSquare.astro'
89
91
  export { default as ArrowDownRightSquare } from './ArrowDownRightSquare.astro'
90
92
  export { default as ArrowDownSquare } from './ArrowDownSquare.astro'
91
93
  export { default as ArrowDownToDot } from './ArrowDownToDot.astro'
@@ -117,10 +119,12 @@ export { default as ArrowUpFromDot } from './ArrowUpFromDot.astro'
117
119
  export { default as ArrowUpFromLine } from './ArrowUpFromLine.astro'
118
120
  export { default as ArrowUpLeft } from './ArrowUpLeft.astro'
119
121
  export { default as ArrowUpLeftFromCircle } from './ArrowUpLeftFromCircle.astro'
122
+ export { default as ArrowUpLeftFromSquare } from './ArrowUpLeftFromSquare.astro'
120
123
  export { default as ArrowUpLeftSquare } from './ArrowUpLeftSquare.astro'
121
124
  export { default as ArrowUpNarrowWide } from './ArrowUpNarrowWide.astro'
122
125
  export { default as ArrowUpRight } from './ArrowUpRight.astro'
123
126
  export { default as ArrowUpRightFromCircle } from './ArrowUpRightFromCircle.astro'
127
+ export { default as ArrowUpRightFromSquare } from './ArrowUpRightFromSquare.astro'
124
128
  export { default as ArrowUpRightSquare } from './ArrowUpRightSquare.astro'
125
129
  export { default as ArrowUpSquare } from './ArrowUpSquare.astro'
126
130
  export { default as ArrowUpToLine } from './ArrowUpToLine.astro'
@@ -203,6 +207,7 @@ export { default as Binary } from './Binary.astro'
203
207
  export { default as Biohazard } from './Biohazard.astro'
204
208
  export { default as Bird } from './Bird.astro'
205
209
  export { default as Bitcoin } from './Bitcoin.astro'
210
+ export { default as Blend } from './Blend.astro'
206
211
  export { default as Blinds } from './Blinds.astro'
207
212
  export { default as Blocks } from './Blocks.astro'
208
213
  export { default as Bluetooth } from './Bluetooth.astro'
@@ -491,6 +496,7 @@ export { default as Drumstick } from './Drumstick.astro'
491
496
  export { default as Dumbbell } from './Dumbbell.astro'
492
497
  export { default as Ear } from './Ear.astro'
493
498
  export { default as EarOff } from './EarOff.astro'
499
+ export { default as Eclipse } from './Eclipse.astro'
494
500
  export { default as Edit } from './Edit.astro'
495
501
  export { default as Edit2 } from './Edit2.astro'
496
502
  export { default as Edit3 } from './Edit3.astro'
@@ -560,6 +566,7 @@ export { default as FileScan } from './FileScan.astro'
560
566
  export { default as FileSearch } from './FileSearch.astro'
561
567
  export { default as FileSearch2 } from './FileSearch2.astro'
562
568
  export { default as FileSignature } from './FileSignature.astro'
569
+ export { default as FileSliders } from './FileSliders.astro'
563
570
  export { default as FileSpreadsheet } from './FileSpreadsheet.astro'
564
571
  export { default as FileStack } from './FileStack.astro'
565
572
  export { default as FileSymlink } from './FileSymlink.astro'
@@ -964,6 +971,7 @@ export { default as PackagePlus } from './PackagePlus.astro'
964
971
  export { default as PackageSearch } from './PackageSearch.astro'
965
972
  export { default as PackageX } from './PackageX.astro'
966
973
  export { default as PaintBucket } from './PaintBucket.astro'
974
+ export { default as PaintRoller } from './PaintRoller.astro'
967
975
  export { default as Paintbrush } from './Paintbrush.astro'
968
976
  export { default as Paintbrush2 } from './Paintbrush2.astro'
969
977
  export { default as Palette } from './Palette.astro'
@@ -1085,6 +1093,14 @@ export { default as Rainbow } from './Rainbow.astro'
1085
1093
  export { default as Rat } from './Rat.astro'
1086
1094
  export { default as Ratio } from './Ratio.astro'
1087
1095
  export { default as Receipt } from './Receipt.astro'
1096
+ export { default as ReceiptCent } from './ReceiptCent.astro'
1097
+ export { default as ReceiptEuro } from './ReceiptEuro.astro'
1098
+ export { default as ReceiptIndianRupee } from './ReceiptIndianRupee.astro'
1099
+ export { default as ReceiptJapaneseYen } from './ReceiptJapaneseYen.astro'
1100
+ export { default as ReceiptPoundSterling } from './ReceiptPoundSterling.astro'
1101
+ export { default as ReceiptRussianRuble } from './ReceiptRussianRuble.astro'
1102
+ export { default as ReceiptSwissFranc } from './ReceiptSwissFranc.astro'
1103
+ export { default as ReceiptText } from './ReceiptText.astro'
1088
1104
  export { default as RectangleHorizontal } from './RectangleHorizontal.astro'
1089
1105
  export { default as RectangleVertical } from './RectangleVertical.astro'
1090
1106
  export { default as Recycle } from './Recycle.astro'
@@ -1287,6 +1303,7 @@ export { default as SunSnow } from './SunSnow.astro'
1287
1303
  export { default as Sunrise } from './Sunrise.astro'
1288
1304
  export { default as Sunset } from './Sunset.astro'
1289
1305
  export { default as Superscript } from './Superscript.astro'
1306
+ export { default as SwatchBook } from './SwatchBook.astro'
1290
1307
  export { default as SwissFranc } from './SwissFranc.astro'
1291
1308
  export { default as SwitchCamera } from './SwitchCamera.astro'
1292
1309
  export { default as Sword } from './Sword.astro'