lucide-astro 0.306.0 → 0.308.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/AlarmCheck.astro +13 -0
- package/dist/AlarmMinus.astro +13 -0
- package/dist/AlarmPlus.astro +14 -0
- package/dist/ArrowDownAz.astro +12 -0
- package/dist/ArrowDownZa.astro +12 -0
- package/dist/ArrowUpAz.astro +12 -0
- package/dist/ArrowUpZa.astro +12 -0
- package/dist/Axis3D.astro +9 -0
- package/dist/BetweenHorizontalEnd.astro +10 -0
- package/dist/BetweenHorizontalStart.astro +10 -0
- package/dist/BookTemplate.astro +18 -0
- package/dist/CircleSlashed.astro +9 -0
- package/dist/ClipboardEdit.astro +2 -2
- package/dist/ClipboardPen.astro +11 -0
- package/dist/ClipboardPenLine.astro +12 -0
- package/dist/ClipboardSignature.astro +2 -2
- package/dist/Columns.astro +9 -0
- package/dist/CurlyBraces.astro +9 -0
- package/dist/Edit.astro +9 -0
- package/dist/Edit2.astro +8 -0
- package/dist/Edit3.astro +9 -0
- package/dist/FileAxis3D.astro +11 -0
- package/dist/FileCog2.astro +18 -0
- package/dist/FileEdit.astro +2 -2
- package/dist/FilePen.astro +10 -0
- package/dist/FilePenLine.astro +10 -0
- package/dist/FileSignature.astro +1 -1
- package/dist/FolderCog2.astro +17 -0
- package/dist/FolderEdit.astro +2 -2
- package/dist/FolderPen.astro +9 -0
- package/dist/FolderSync.astro +3 -3
- package/dist/GanttSquare.astro +11 -0
- package/dist/GitCommit.astro +10 -0
- package/dist/Grid.astro +12 -0
- package/dist/Grid2X2.astro +10 -0
- package/dist/Grid3X3.astro +12 -0
- package/dist/Inspect.astro +9 -0
- package/dist/Layout.astro +10 -0
- package/dist/Move3D.astro +11 -0
- package/dist/Notebook.astro +13 -0
- package/dist/NotebookPen.astro +13 -0
- package/dist/NotebookTabs.astro +16 -0
- package/dist/NotebookText.astro +15 -0
- package/dist/NotepadText.astro +14 -0
- package/dist/NotepadTextDashed.astro +20 -0
- package/dist/PanelBottomInactive.astro +12 -0
- package/dist/PanelLeftInactive.astro +12 -0
- package/dist/PanelRightInactive.astro +12 -0
- package/dist/PanelTopInactive.astro +12 -0
- package/dist/PanelsLeftRight.astro +10 -0
- package/dist/PanelsTopBottom.astro +10 -0
- package/dist/PenBox.astro +9 -0
- package/dist/PenSquare.astro +2 -2
- package/dist/Rotate3D.astro +10 -0
- package/dist/Rows.astro +9 -0
- package/dist/Scale3D.astro +11 -0
- package/dist/SendHorizonal.astro +9 -0
- package/dist/ShieldClose.astro +10 -0
- package/dist/Sidebar.astro +9 -0
- package/dist/SidebarClose.astro +10 -0
- package/dist/SidebarOpen.astro +10 -0
- package/dist/SortAsc.astro +12 -0
- package/dist/SortDesc.astro +12 -0
- package/dist/SquareAsterisk.astro +11 -0
- package/dist/SquareCode.astro +10 -0
- package/dist/SquareDot.astro +9 -0
- package/dist/SquareEqual.astro +10 -0
- package/dist/SquareGantt.astro +11 -0
- package/dist/SquareKanban.astro +11 -0
- package/dist/SquareKanbanDashed.astro +22 -0
- package/dist/SquarePen.astro +9 -0
- package/dist/SquareSlash.astro +9 -0
- package/dist/Stars.astro +12 -0
- package/dist/TextSelection.astro +22 -0
- package/dist/Train.astro +14 -0
- package/dist/User2.astro +9 -0
- package/dist/UserCheck2.astro +10 -0
- package/dist/UserCircle.astro +10 -0
- package/dist/UserCircle2.astro +10 -0
- package/dist/UserCog2.astro +18 -0
- package/dist/UserMinus2.astro +10 -0
- package/dist/UserPlus2.astro +11 -0
- package/dist/UserSquare.astro +10 -0
- package/dist/UserSquare2.astro +10 -0
- package/dist/UserX2.astro +11 -0
- package/dist/Users2.astro +10 -0
- package/dist/Verified.astro +9 -0
- package/dist/index.d.ts +343 -263
- package/dist/index.js +343 -263
- 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
|
+
<rect width="18" height="18" x="3" y="3" rx="2" />
|
8
|
+
<path d="M14 9h1" />
|
9
|
+
<path d="M19 9h2" />
|
10
|
+
<path d="M3 9h2" />
|
11
|
+
<path d="M9 9h1" />
|
12
|
+
</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>
|
package/dist/PenSquare.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="
|
8
|
-
<path d="M18.
|
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
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="M16.466 7.5C15.643 4.237 13.952 2 12 2 9.239 2 7 6.477 7 12s2.239 10 5 10c.342 0 .677-.069 1-.2" />
|
8
|
+
<path d="m15.194 13.707 3.814 1.86-1.86 3.814" />
|
9
|
+
<path d="M19 15.57c-1.804.885-4.274 1.43-7 1.43-5.523 0-10-2.239-10-5s4.477-5 10-5c4.838 0 8.873 1.718 9.8 4" />
|
10
|
+
</Layout>
|
package/dist/Rows.astro
ADDED
@@ -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 8 4-4 4 4" />
|
8
|
+
<path d="M7 4v16" />
|
9
|
+
<path d="M11 12h4" />
|
10
|
+
<path d="M11 16h7" />
|
11
|
+
<path d="M11 20h10" />
|
12
|
+
</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="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,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>
|
package/dist/Stars.astro
ADDED
@@ -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>
|
package/dist/Train.astro
ADDED
@@ -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>
|
package/dist/User2.astro
ADDED
@@ -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,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,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,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>
|