lucide-astro 0.307.0 → 0.309.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (79) hide show
  1. package/dist/AlarmCheck.astro +13 -0
  2. package/dist/AlarmMinus.astro +13 -0
  3. package/dist/AlarmPlus.astro +14 -0
  4. package/dist/ArrowDownAz.astro +12 -0
  5. package/dist/ArrowDownZa.astro +12 -0
  6. package/dist/ArrowUpAz.astro +12 -0
  7. package/dist/ArrowUpZa.astro +12 -0
  8. package/dist/Axis3D.astro +9 -0
  9. package/dist/BetweenHorizonalEnd.astro +10 -0
  10. package/dist/BetweenHorizonalStart.astro +10 -0
  11. package/dist/BookTemplate.astro +18 -0
  12. package/dist/CircleSlashed.astro +9 -0
  13. package/dist/ClipboardEdit.astro +11 -0
  14. package/dist/ClipboardSignature.astro +12 -0
  15. package/dist/Columns.astro +9 -0
  16. package/dist/CurlyBraces.astro +9 -0
  17. package/dist/Edit.astro +9 -0
  18. package/dist/Edit2.astro +8 -0
  19. package/dist/Edit3.astro +9 -0
  20. package/dist/FileAxis3D.astro +11 -0
  21. package/dist/FileCog2.astro +18 -0
  22. package/dist/FileEdit.astro +10 -0
  23. package/dist/FileSignature.astro +10 -0
  24. package/dist/FolderCog2.astro +17 -0
  25. package/dist/FolderEdit.astro +9 -0
  26. package/dist/GanttSquare.astro +11 -0
  27. package/dist/GitCommit.astro +10 -0
  28. package/dist/Grid.astro +12 -0
  29. package/dist/Grid2X2.astro +10 -0
  30. package/dist/Grid3X3.astro +12 -0
  31. package/dist/Inspect.astro +9 -0
  32. package/dist/Layout.astro +10 -0
  33. package/dist/ListCollapse.astro +12 -0
  34. package/dist/Move3D.astro +11 -0
  35. package/dist/PanelBottomInactive.astro +12 -0
  36. package/dist/PanelLeftInactive.astro +12 -0
  37. package/dist/PanelRightInactive.astro +12 -0
  38. package/dist/PanelTopInactive.astro +12 -0
  39. package/dist/PanelsLeftRight.astro +10 -0
  40. package/dist/PanelsTopBottom.astro +10 -0
  41. package/dist/PenBox.astro +9 -0
  42. package/dist/PenSquare.astro +2 -2
  43. package/dist/Rotate3D.astro +10 -0
  44. package/dist/Rows.astro +9 -0
  45. package/dist/Scale3D.astro +11 -0
  46. package/dist/SendHorizonal.astro +9 -0
  47. package/dist/ShieldClose.astro +10 -0
  48. package/dist/Sidebar.astro +9 -0
  49. package/dist/SidebarClose.astro +10 -0
  50. package/dist/SidebarOpen.astro +10 -0
  51. package/dist/SortAsc.astro +12 -0
  52. package/dist/SortDesc.astro +12 -0
  53. package/dist/SquareAsterisk.astro +11 -0
  54. package/dist/SquareCode.astro +10 -0
  55. package/dist/SquareDot.astro +9 -0
  56. package/dist/SquareEqual.astro +10 -0
  57. package/dist/SquareGantt.astro +11 -0
  58. package/dist/SquareKanban.astro +11 -0
  59. package/dist/SquareKanbanDashed.astro +22 -0
  60. package/dist/SquarePen.astro +9 -0
  61. package/dist/SquareSlash.astro +9 -0
  62. package/dist/Stars.astro +12 -0
  63. package/dist/TextSelection.astro +22 -0
  64. package/dist/Train.astro +14 -0
  65. package/dist/User2.astro +9 -0
  66. package/dist/UserCheck2.astro +10 -0
  67. package/dist/UserCircle.astro +10 -0
  68. package/dist/UserCircle2.astro +10 -0
  69. package/dist/UserCog2.astro +18 -0
  70. package/dist/UserMinus2.astro +10 -0
  71. package/dist/UserPlus2.astro +11 -0
  72. package/dist/UserSquare.astro +10 -0
  73. package/dist/UserSquare2.astro +10 -0
  74. package/dist/UserX2.astro +11 -0
  75. package/dist/Users2.astro +10 -0
  76. package/dist/Verified.astro +9 -0
  77. package/dist/index.d.ts +342 -267
  78. package/dist/index.js +342 -267
  79. package/package.json +2 -2
@@ -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="m3 16 4 4 4-4" />
8
+ <path d="M7 20V4" />
9
+ <path d="M11 4h10" />
10
+ <path d="M11 8h7" />
11
+ <path d="M11 12h4" />
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
+ <rect width="18" height="18" x="3" y="3" rx="2" />
8
+ <path d="M12 8v8" />
9
+ <path d="m8.5 14 7-4" />
10
+ <path d="m8.5 10 7 4" />
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
+ <rect width="18" height="18" x="3" y="3" rx="2" />
8
+ <path d="m10 10-2 2 2 2" />
9
+ <path d="m14 14 2-2-2-2" />
10
+ </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
+ <rect width="18" height="18" x="3" y="3" rx="2" />
8
+ <circle cx="12" cy="12" r="1" />
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
+ <rect width="18" height="18" x="3" y="3" rx="2" />
8
+ <path d="M7 10h10" />
9
+ <path d="M7 14h10" />
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="M9 8h7" />
9
+ <path d="M8 12h6" />
10
+ <path d="M11 16h5" />
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
+ <rect width="18" height="18" x="3" y="3" rx="2" />
8
+ <path d="M8 7v7" />
9
+ <path d="M12 7v4" />
10
+ <path d="M16 7v9" />
11
+ </Layout>
@@ -0,0 +1,22 @@
1
+ ---
2
+ import Layout from './.Layout.astro'
3
+ export type { Props } from './index.d.ts'
4
+ ---
5
+
6
+ <Layout {...Astro.props}>
7
+ <path d="M8 7v7" />
8
+ <path d="M12 7v4" />
9
+ <path d="M16 7v9" />
10
+ <path d="M5 3a2 2 0 0 0-2 2" />
11
+ <path d="M9 3h1" />
12
+ <path d="M14 3h1" />
13
+ <path d="M19 3a2 2 0 0 1 2 2" />
14
+ <path d="M21 9v1" />
15
+ <path d="M21 14v1" />
16
+ <path d="M21 19a2 2 0 0 1-2 2" />
17
+ <path d="M14 21h1" />
18
+ <path d="M9 21h1" />
19
+ <path d="M5 21a2 2 0 0 1-2-2" />
20
+ <path d="M3 14v1" />
21
+ <path d="M3 9v1" />
22
+ </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="M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7" />
8
+ <path d="M18.375 2.625a2.121 2.121 0 1 1 3 3L12 15l-4 1 1-4Z" />
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 {...Astro.props}>
7
+ <rect width="18" height="18" x="3" y="3" rx="2" />
8
+ <line x1="9" x2="15" y1="15" y2="9" />
9
+ </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="m12 3-1.912 5.813a2 2 0 0 1-1.275 1.275L3 12l5.813 1.912a2 2 0 0 1 1.275 1.275L12 21l1.912-5.813a2 2 0 0 1 1.275-1.275L21 12l-5.813-1.912a2 2 0 0 1-1.275-1.275L12 3Z" />
8
+ <path d="M5 3v4" />
9
+ <path d="M19 17v4" />
10
+ <path d="M3 5h4" />
11
+ <path d="M17 19h4" />
12
+ </Layout>
@@ -0,0 +1,22 @@
1
+ ---
2
+ import Layout from './.Layout.astro'
3
+ export type { Props } from './index.d.ts'
4
+ ---
5
+
6
+ <Layout {...Astro.props}>
7
+ <path d="M5 3a2 2 0 0 0-2 2" />
8
+ <path d="M19 3a2 2 0 0 1 2 2" />
9
+ <path d="M21 19a2 2 0 0 1-2 2" />
10
+ <path d="M5 21a2 2 0 0 1-2-2" />
11
+ <path d="M9 3h1" />
12
+ <path d="M9 21h1" />
13
+ <path d="M14 3h1" />
14
+ <path d="M14 21h1" />
15
+ <path d="M3 9v1" />
16
+ <path d="M21 9v1" />
17
+ <path d="M3 14v1" />
18
+ <path d="M21 14v1" />
19
+ <line x1="7" x2="15" y1="8" y2="8" />
20
+ <line x1="7" x2="17" y1="12" y2="12" />
21
+ <line x1="7" x2="13" y1="16" y2="16" />
22
+ </Layout>
@@ -0,0 +1,14 @@
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="16" x="4" y="3" rx="2" />
8
+ <path d="M4 11h16" />
9
+ <path d="M12 3v8" />
10
+ <path d="m8 19-2 3" />
11
+ <path d="m18 22-2-3" />
12
+ <path d="M8 15h0" />
13
+ <path d="M16 15h0" />
14
+ </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
+ <circle cx="12" cy="8" r="5" />
8
+ <path d="M20 21a8 8 0 0 0-16 0" />
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="M2 21a8 8 0 0 1 13.292-6" />
8
+ <circle cx="10" cy="8" r="5" />
9
+ <path d="m16 19 2 2 4-4" />
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
+ <circle cx="12" cy="12" r="10" />
8
+ <circle cx="12" cy="10" r="3" />
9
+ <path d="M7 20.662V19a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v1.662" />
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="M18 20a6 6 0 0 0-12 0" />
8
+ <circle cx="12" cy="10" r="4" />
9
+ <circle cx="12" cy="12" r="10" />
10
+ </Layout>
@@ -0,0 +1,18 @@
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 21a8 8 0 0 1 10.434-7.62" />
8
+ <circle cx="10" cy="8" r="5" />
9
+ <circle cx="18" cy="18" r="3" />
10
+ <path d="m19.5 14.3-.4.9" />
11
+ <path d="m16.9 20.8-.4.9" />
12
+ <path d="m21.7 19.5-.9-.4" />
13
+ <path d="m15.2 16.9-.9-.4" />
14
+ <path d="m21.7 16.5-.9.4" />
15
+ <path d="m15.2 19.1-.9.4" />
16
+ <path d="m19.5 21.7-.4-.9" />
17
+ <path d="m16.9 15.2-.4-.9" />
18
+ </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="M2 21a8 8 0 0 1 13.292-6" />
8
+ <circle cx="10" cy="8" r="5" />
9
+ <path d="M22 19h-6" />
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="M2 21a8 8 0 0 1 13.292-6" />
8
+ <circle cx="10" cy="8" r="5" />
9
+ <path d="M19 16v6" />
10
+ <path d="M22 19h-6" />
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
+ <rect width="18" height="18" x="3" y="3" rx="2" />
8
+ <circle cx="12" cy="10" r="3" />
9
+ <path d="M7 21v-2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v2" />
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="M18 21a6 6 0 0 0-12 0" />
8
+ <circle cx="12" cy="11" r="4" />
9
+ <rect width="18" height="18" x="3" y="3" rx="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="M2 21a8 8 0 0 1 11.873-7" />
8
+ <circle cx="10" cy="8" r="5" />
9
+ <path d="m17 17 5 5" />
10
+ <path d="m22 17-5 5" />
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="M18 21a8 8 0 0 0-16 0" />
8
+ <circle cx="10" cy="8" r="5" />
9
+ <path d="M22 20c0-3.37-2-6.5-4-8a5 5 0 0 0-.45-8.3" />
10
+ </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="M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z" />
8
+ <path d="m9 12 2 2 4-4" />
9
+ </Layout>