lucide-astro 0.399.0 → 0.408.0
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +4 -0
- package/dist/AlertOctagon.astro +3 -3
- package/dist/Book.astro +1 -1
- package/dist/BookA.astro +1 -1
- package/dist/BookAudio.astro +2 -2
- package/dist/BookCheck.astro +1 -1
- package/dist/BookCopy.astro +1 -1
- package/dist/BookDashed.astro +7 -7
- package/dist/BookDown.astro +1 -1
- package/dist/BookHeadphones.astro +2 -2
- package/dist/BookHeart.astro +2 -2
- package/dist/BookImage.astro +2 -2
- package/dist/BookKey.astro +3 -3
- package/dist/BookLock.astro +3 -3
- package/dist/BookMarked.astro +2 -2
- package/dist/BookMinus.astro +1 -1
- package/dist/BookPlus.astro +2 -2
- package/dist/BookTemplate.astro +7 -7
- package/dist/BookText.astro +2 -2
- package/dist/BookType.astro +3 -3
- package/dist/BookUp.astro +1 -1
- package/dist/BookUp2.astro +2 -2
- package/dist/BookUser.astro +2 -2
- package/dist/BookX.astro +1 -1
- package/dist/CalendarArrowDown.astro +13 -0
- package/dist/CalendarArrowUp.astro +13 -0
- package/dist/Church.astro +4 -4
- package/dist/CirclePower.astro +2 -2
- package/dist/ClockArrowDown.astro +11 -0
- package/dist/ClockArrowUp.astro +11 -0
- package/dist/Delete.astro +3 -3
- package/dist/FolderCode.astro +10 -0
- package/dist/KeyRound.astro +1 -1
- package/dist/ListCheck.astro +11 -0
- package/dist/MonitorCog.astro +19 -0
- package/dist/Octagon.astro +1 -1
- package/dist/OctagonAlert.astro +3 -3
- package/dist/OctagonPause.astro +1 -1
- package/dist/OctagonX.astro +1 -1
- package/dist/PauseOctagon.astro +1 -1
- package/dist/PowerCircle.astro +2 -2
- package/dist/PowerSquare.astro +3 -3
- package/dist/PrinterCheck.astro +11 -0
- package/dist/ScanQrCode.astro +15 -0
- package/dist/Signature.astro +1 -1
- package/dist/SquarePower.astro +3 -3
- package/dist/TypeOutline.astro +8 -0
- package/dist/UserPen.astro +10 -0
- package/dist/UserRoundPen.astro +10 -0
- package/dist/WifiHigh.astro +10 -0
- package/dist/WifiLow.astro +9 -0
- package/dist/WifiZero.astro +8 -0
- package/dist/XOctagon.astro +1 -1
- package/dist/index.d.ts +15 -0
- package/dist/index.js +15 -0
- package/package.json +2 -2
package/README.md
CHANGED
package/dist/AlertOctagon.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<
|
8
|
-
<
|
9
|
-
<
|
7
|
+
<path d="M12 16h.01" />
|
8
|
+
<path d="M12 8v4" />
|
9
|
+
<path d="M15.312 2a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586l-4.688-4.688A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2z" />
|
10
10
|
</Layout>
|
package/dist/Book.astro
CHANGED
package/dist/BookA.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="M4 19.5v-15A2.5 2.5 0 0 1 6.5
|
7
|
+
<path d="M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" />
|
8
8
|
<path d="m8 13 4-7 4 7" />
|
9
9
|
<path d="M9.1 11h5.7" />
|
10
10
|
</Layout>
|
package/dist/BookAudio.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 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
7
|
<path d="M12 6v7" />
|
10
8
|
<path d="M16 8v3" />
|
9
|
+
<path d="M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" />
|
10
|
+
<path d="M8 8v3" />
|
11
11
|
</Layout>
|
package/dist/BookCheck.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="M4 19.5v-15A2.5 2.5 0 0 1 6.5
|
7
|
+
<path d="M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" />
|
8
8
|
<path d="m9 9.5 2 2 4-4" />
|
9
9
|
</Layout>
|
package/dist/BookCopy.astro
CHANGED
@@ -5,6 +5,6 @@ export type { Props } from './index.d.ts'
|
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
7
|
<path d="M2 16V4a2 2 0 0 1 2-2h11" />
|
8
|
+
<path d="M22 18H11a2 2 0 1 0 0 4h10.5a.5.5 0 0 0 .5-.5v-15a.5.5 0 0 0-.5-.5H11a2 2 0 0 0-2 2v12" />
|
8
9
|
<path d="M5 14H4a2 2 0 1 0 0 4h1" />
|
9
|
-
<path d="M22 18H11a2 2 0 1 0 0 4h11V6H11a2 2 0 0 0-2 2v12" />
|
10
10
|
</Layout>
|
package/dist/BookDashed.astro
CHANGED
@@ -4,15 +4,15 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="
|
7
|
+
<path d="M12 17h2" />
|
8
|
+
<path d="M12 22h2" />
|
9
|
+
<path d="M12 2h2" />
|
10
|
+
<path d="M18 22h1a1 1 0 0 0 1-1" />
|
11
|
+
<path d="M18 2h1a1 1 0 0 1 1 1v1" />
|
8
12
|
<path d="M20 15v2h-2" />
|
9
|
-
<path d="M4 19.5V15" />
|
10
13
|
<path d="M20 8v3" />
|
11
|
-
<path d="M18 2h2v2" />
|
12
14
|
<path d="M4 11V9" />
|
13
|
-
<path d="
|
14
|
-
<path d="M12 22h2" />
|
15
|
-
<path d="M12 17h2" />
|
16
|
-
<path d="M8 22H6.5a2.5 2.5 0 0 1 0-5H8" />
|
15
|
+
<path d="M4 19.5V15" />
|
17
16
|
<path d="M4 5v-.5A2.5 2.5 0 0 1 6.5 2H8" />
|
17
|
+
<path d="M8 22H6.5a1 1 0 0 1 0-5H8" />
|
18
18
|
</Layout>
|
package/dist/BookDown.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="M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20" />
|
8
7
|
<path d="M12 13V7" />
|
8
|
+
<path d="M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" />
|
9
9
|
<path d="m9 10 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="M4 19.5v-15A2.5 2.5 0 0 1 6.5
|
8
|
-
<circle cx="9" cy="12" r="1" />
|
7
|
+
<path d="M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" />
|
9
8
|
<path d="M8 12v-2a4 4 0 0 1 8 0v2" />
|
10
9
|
<circle cx="15" cy="12" r="1" />
|
10
|
+
<circle cx="9" cy="12" r="1" />
|
11
11
|
</Layout>
|
package/dist/BookHeart.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="
|
7
|
+
<path d="M16 8.2A2.22 2.22 0 0 0 13.8 6c-.8 0-1.4.3-1.8.9-.4-.6-1-.9-1.8-.9A2.22 2.22 0 0 0 8 8.2c0 .6.3 1.2.7 1.6A226.652 226.652 0 0 0 12 13a404 404 0 0 0 3.3-3.1 2.413 2.413 0 0 0 .7-1.7" />
|
8
|
+
<path d="M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" />
|
9
9
|
</Layout>
|
package/dist/BookImage.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="
|
7
|
+
<path d="m20 13.7-2.1-2.1a2 2 0 0 0-2.8 0L9.7 17" />
|
8
|
+
<path d="M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" />
|
8
9
|
<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
10
|
</Layout>
|
package/dist/BookKey.astro
CHANGED
@@ -4,9 +4,9 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
+
<path d="m19 3 1 1" />
|
8
|
+
<path d="m20 2-4.5 4.5" />
|
9
|
+
<path d="M20 8v13a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" />
|
7
10
|
<path d="M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H14" />
|
8
|
-
<path d="M20 8v14H6.5a2.5 2.5 0 0 1 0-5H20" />
|
9
11
|
<circle cx="14" cy="8" r="2" />
|
10
|
-
<path d="m20 2-4.5 4.5" />
|
11
|
-
<path d="m19 3 1 1" />
|
12
12
|
</Layout>
|
package/dist/BookLock.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 19.5v-15A2.5 2.5 0 0 1 6.5 2H10" />
|
8
|
-
<path d="M20 15v7H6.5a2.5 2.5 0 0 1 0-5H20" />
|
9
|
-
<rect width="8" height="5" x="12" y="6" rx="1" />
|
10
7
|
<path d="M18 6V4a2 2 0 1 0-4 0v2" />
|
8
|
+
<path d="M20 15v6a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" />
|
9
|
+
<path d="M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H10" />
|
10
|
+
<rect x="12" y="6" width="8" height="5" rx="1" />
|
11
11
|
</Layout>
|
package/dist/BookMarked.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
|
-
<
|
7
|
+
<path d="M10 2v8l3-3 3 3V2" />
|
8
|
+
<path d="M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" />
|
9
9
|
</Layout>
|
package/dist/BookMinus.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="M4 19.5v-15A2.5 2.5 0 0 1 6.5
|
7
|
+
<path d="M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" />
|
8
8
|
<path d="M9 10h6" />
|
9
9
|
</Layout>
|
package/dist/BookPlus.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="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 10h6" />
|
9
7
|
<path d="M12 7v6" />
|
8
|
+
<path d="M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" />
|
9
|
+
<path d="M9 10h6" />
|
10
10
|
</Layout>
|
package/dist/BookTemplate.astro
CHANGED
@@ -4,15 +4,15 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="
|
7
|
+
<path d="M12 17h2" />
|
8
|
+
<path d="M12 22h2" />
|
9
|
+
<path d="M12 2h2" />
|
10
|
+
<path d="M18 22h1a1 1 0 0 0 1-1" />
|
11
|
+
<path d="M18 2h1a1 1 0 0 1 1 1v1" />
|
8
12
|
<path d="M20 15v2h-2" />
|
9
|
-
<path d="M4 19.5V15" />
|
10
13
|
<path d="M20 8v3" />
|
11
|
-
<path d="M18 2h2v2" />
|
12
14
|
<path d="M4 11V9" />
|
13
|
-
<path d="
|
14
|
-
<path d="M12 22h2" />
|
15
|
-
<path d="M12 17h2" />
|
16
|
-
<path d="M8 22H6.5a2.5 2.5 0 0 1 0-5H8" />
|
15
|
+
<path d="M4 19.5V15" />
|
17
16
|
<path d="M4 5v-.5A2.5 2.5 0 0 1 6.5 2H8" />
|
17
|
+
<path d="M8 22H6.5a1 1 0 0 1 0-5H8" />
|
18
18
|
</Layout>
|
package/dist/BookText.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="M4 19.5v-15A2.5 2.5 0 0 1 6.5
|
8
|
-
<path d="M8 7h6" />
|
7
|
+
<path d="M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" />
|
9
8
|
<path d="M8 11h8" />
|
9
|
+
<path d="M8 7h6" />
|
10
10
|
</Layout>
|
package/dist/BookType.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 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
7
|
<path d="M10 13h4" />
|
8
|
+
<path d="M12 6v7" />
|
9
|
+
<path d="M16 8V6H8v2" />
|
10
|
+
<path d="M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" />
|
11
11
|
</Layout>
|
package/dist/BookUp.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="M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20" />
|
8
7
|
<path d="M12 13V7" />
|
8
|
+
<path d="M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" />
|
9
9
|
<path d="m9 10 3-3 3 3" />
|
10
10
|
</Layout>
|
package/dist/BookUp2.astro
CHANGED
@@ -4,9 +4,9 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="M4 19.5v-15A2.5 2.5 0 0 1 6.5 2" />
|
8
|
-
<path d="M18 2h2v20H6.5a2.5 2.5 0 0 1 0-5H20" />
|
9
7
|
<path d="M12 13V7" />
|
8
|
+
<path d="M18 2h1a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" />
|
9
|
+
<path d="M4 19.5v-15A2.5 2.5 0 0 1 6.5 2" />
|
10
10
|
<path d="m9 10 3-3 3 3" />
|
11
11
|
<path d="m9 5 3-3 3 3" />
|
12
12
|
</Layout>
|
package/dist/BookUser.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="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
7
|
<path d="M15 13a3 3 0 1 0-6 0" />
|
8
|
+
<path d="M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" />
|
9
|
+
<circle cx="12" cy="8" r="2" />
|
10
10
|
</Layout>
|
package/dist/BookX.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="M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20" />
|
8
7
|
<path d="m14.5 7-5 5" />
|
8
|
+
<path d="M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" />
|
9
9
|
<path d="m9.5 7 5 5" />
|
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="m14 18 4 4 4-4" />
|
8
|
+
<path d="M16 2v4" />
|
9
|
+
<path d="M18 14v8" />
|
10
|
+
<path d="M21 11.354V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7.343" />
|
11
|
+
<path d="M3 10h18" />
|
12
|
+
<path d="M8 2v4" />
|
13
|
+
</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="m14 18 4-4 4 4" />
|
8
|
+
<path d="M16 2v4" />
|
9
|
+
<path d="M18 22v-8" />
|
10
|
+
<path d="M21 11.343V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h9" />
|
11
|
+
<path d="M3 10h18" />
|
12
|
+
<path d="M8 2v4" />
|
13
|
+
</Layout>
|
package/dist/Church.astro
CHANGED
@@ -4,9 +4,9 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="m18 7 4 2v11a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9l4-2" />
|
8
|
-
<path d="M14 22v-4a2 2 0 0 0-2-2a2 2 0 0 0-2 2v4" />
|
9
|
-
<path d="M18 22V5l-6-3-6 3v17" />
|
10
|
-
<path d="M12 7v5" />
|
11
7
|
<path d="M10 9h4" />
|
8
|
+
<path d="M12 7v5" />
|
9
|
+
<path d="M14 22v-4a2 2 0 0 0-4 0v4" />
|
10
|
+
<path d="M18 22V5.618a1 1 0 0 0-.553-.894l-4.553-2.277a2 2 0 0 0-1.788 0L6.553 4.724A1 1 0 0 0 6 5.618V22" />
|
11
|
+
<path d="m18 7 3.447 1.724a1 1 0 0 1 .553.894V20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9.618a1 1 0 0 1 .553-.894L6 7" />
|
12
12
|
</Layout>
|
package/dist/CirclePower.astro
CHANGED
@@ -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="M12.338 21.994A10 10 0 1 1 21.925 13.227" />
|
8
|
+
<path d="M12 6v6l2 1" />
|
9
|
+
<path d="m14 18 4 4 4-4" />
|
10
|
+
<path d="M18 14v8" />
|
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="M13.228 21.925A10 10 0 1 1 21.994 12.338" />
|
8
|
+
<path d="M12 6v6l1.562.781" />
|
9
|
+
<path d="m14 18 4-4 4 4" />
|
10
|
+
<path d="M18 22v-8" />
|
11
|
+
</Layout>
|
package/dist/Delete.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="
|
8
|
-
<
|
9
|
-
<
|
7
|
+
<path d="M10 5a2 2 0 0 0-1.344.519l-6.328 5.74a1 1 0 0 0 0 1.481l6.328 5.741A2 2 0 0 0 10 19h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2z" />
|
8
|
+
<path d="m12 9 6 6" />
|
9
|
+
<path d="m18 9-6 6" />
|
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="M10 10.5 8 13l2 2.5" />
|
8
|
+
<path d="m14 10.5 2 2.5-2 2.5" />
|
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
|
+
</Layout>
|
package/dist/KeyRound.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="M2
|
7
|
+
<path d="M2.586 17.414A2 2 0 0 0 2 18.828V21a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h.172a2 2 0 0 0 1.414-.586l.814-.814a6.5 6.5 0 1 0-4-4z" />
|
8
8
|
<circle cx="16.5" cy="7.5" r=".5" fill="currentColor" />
|
9
9
|
</Layout>
|
@@ -0,0 +1,19 @@
|
|
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 17v4" />
|
8
|
+
<path d="m15.2 4.9-.9-.4" />
|
9
|
+
<path d="m15.2 7.1-.9.4" />
|
10
|
+
<path d="m16.9 3.2-.4-.9" />
|
11
|
+
<path d="m16.9 8.8-.4.9" />
|
12
|
+
<path d="m19.5 2.3-.4.9" />
|
13
|
+
<path d="m19.5 9.7-.4-.9" />
|
14
|
+
<path d="m21.7 4.5-.9.4" />
|
15
|
+
<path d="m21.7 7.5-.9-.4" />
|
16
|
+
<path d="M22 13v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7" />
|
17
|
+
<path d="M8 21h8" />
|
18
|
+
<circle cx="18" cy="6" r="3" />
|
19
|
+
</Layout>
|
package/dist/Octagon.astro
CHANGED
@@ -4,5 +4,5 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<
|
7
|
+
<path d="M2.586 16.726A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2h6.624a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586z" />
|
8
8
|
</Layout>
|
package/dist/OctagonAlert.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<
|
8
|
-
<
|
9
|
-
<
|
7
|
+
<path d="M12 16h.01" />
|
8
|
+
<path d="M12 8v4" />
|
9
|
+
<path d="M15.312 2a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586l-4.688-4.688A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2z" />
|
10
10
|
</Layout>
|
package/dist/OctagonPause.astro
CHANGED
@@ -6,5 +6,5 @@ export type { Props } from './index.d.ts'
|
|
6
6
|
<Layout {...Astro.props}>
|
7
7
|
<path d="M10 15V9" />
|
8
8
|
<path d="M14 15V9" />
|
9
|
-
<path d="
|
9
|
+
<path d="M2.586 16.872A2 2 0 0 1 2 15.458V8.542a2 2 0 0 1 .586-1.414l4.542-4.542A2 2 0 0 1 8.542 2h6.916a2 2 0 0 1 1.414.586l4.542 4.542A2 2 0 0 1 22 8.542v6.916a2 2 0 0 1-.586 1.414l-4.542 4.542a2 2 0 0 1-1.414.586H8.542a2 2 0 0 1-1.414-.586z" />
|
10
10
|
</Layout>
|
package/dist/OctagonX.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<polygon points="7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2" />
|
8
7
|
<path d="m15 9-6 6" />
|
8
|
+
<path d="M2.586 16.726A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2h6.624a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586z" />
|
9
9
|
<path d="m9 9 6 6" />
|
10
10
|
</Layout>
|
package/dist/PauseOctagon.astro
CHANGED
@@ -6,5 +6,5 @@ export type { Props } from './index.d.ts'
|
|
6
6
|
<Layout {...Astro.props}>
|
7
7
|
<path d="M10 15V9" />
|
8
8
|
<path d="M14 15V9" />
|
9
|
-
<path d="
|
9
|
+
<path d="M2.586 16.872A2 2 0 0 1 2 15.458V8.542a2 2 0 0 1 .586-1.414l4.542-4.542A2 2 0 0 1 8.542 2h6.916a2 2 0 0 1 1.414.586l4.542 4.542A2 2 0 0 1 22 8.542v6.916a2 2 0 0 1-.586 1.414l-4.542 4.542a2 2 0 0 1-1.414.586H8.542a2 2 0 0 1-1.414-.586z" />
|
10
10
|
</Layout>
|
package/dist/PowerCircle.astro
CHANGED
package/dist/PowerSquare.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<
|
8
|
-
<path d="
|
9
|
-
<
|
7
|
+
<path d="M12 7v4" />
|
8
|
+
<path d="M7.998 9.003a5 5 0 1 0 8-.005" />
|
9
|
+
<rect x="3" y="3" width="18" height="18" rx="2" />
|
10
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="M13.5 22H7a1 1 0 0 1-1-1v-6a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v.5" />
|
8
|
+
<path d="m16 19 2 2 4-4" />
|
9
|
+
<path d="M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v2" />
|
10
|
+
<path d="M6 9V3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v6" />
|
11
|
+
</Layout>
|
@@ -0,0 +1,15 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout {...Astro.props}>
|
7
|
+
<path d="M17 12v4a1 1 0 0 1-1 1h-4" />
|
8
|
+
<path d="M17 3h2a2 2 0 0 1 2 2v2" />
|
9
|
+
<path d="M17 8V7" />
|
10
|
+
<path d="M21 17v2a2 2 0 0 1-2 2h-2" />
|
11
|
+
<path d="M3 7V5a2 2 0 0 1 2-2h2" />
|
12
|
+
<path d="M7 17h.01" />
|
13
|
+
<path d="M7 21H5a2 2 0 0 1-2-2v-2" />
|
14
|
+
<rect x="7" y="7" width="5" height="5" rx="1" />
|
15
|
+
</Layout>
|
package/dist/Signature.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="
|
7
|
+
<path d="m21 17-2.156-1.868A.5.5 0 0 0 18 15.5v.5a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1c0-2.545-3.991-3.97-8.5-4a1 1 0 0 0 0 5c4.153 0 4.745-11.295 5.708-13.5a2.5 2.5 0 1 1 3.31 3.284" />
|
8
8
|
<path d="M3 21h18" />
|
9
9
|
</Layout>
|
package/dist/SquarePower.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<
|
8
|
-
<path d="
|
9
|
-
<
|
7
|
+
<path d="M12 7v4" />
|
8
|
+
<path d="M7.998 9.003a5 5 0 1 0 8-.005" />
|
9
|
+
<rect x="3" y="3" width="18" height="18" rx="2" />
|
10
10
|
</Layout>
|
@@ -0,0 +1,8 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout {...Astro.props}>
|
7
|
+
<path d="M14 16.5a.5.5 0 0 0 .5.5h.5a2 2 0 0 1 0 4H9a2 2 0 0 1 0-4h.5a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5V8a2 2 0 0 1-4 0V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v3a2 2 0 0 1-4 0v-.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5Z" />
|
8
|
+
</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="M11.5 15H7a4 4 0 0 0-4 4v2" />
|
8
|
+
<path d="M21.378 16.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z" />
|
9
|
+
<circle cx="10" cy="7" r="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
|
+
<path d="M2 21a8 8 0 0 1 10.821-7.487" />
|
8
|
+
<path d="M21.378 16.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z" />
|
9
|
+
<circle cx="10" cy="8" r="5" />
|
10
|
+
</Layout>
|
package/dist/XOctagon.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<polygon points="7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2" />
|
8
7
|
<path d="m15 9-6 6" />
|
8
|
+
<path d="M2.586 16.726A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2h6.624a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586z" />
|
9
9
|
<path d="m9 9 6 6" />
|
10
10
|
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -283,6 +283,8 @@ export { default as Cake } from './Cake.astro'
|
|
283
283
|
export { default as CakeSlice } from './CakeSlice.astro'
|
284
284
|
export { default as Calculator } from './Calculator.astro'
|
285
285
|
export { default as Calendar } from './Calendar.astro'
|
286
|
+
export { default as CalendarArrowDown } from './CalendarArrowDown.astro'
|
287
|
+
export { default as CalendarArrowUp } from './CalendarArrowUp.astro'
|
286
288
|
export { default as CalendarCheck } from './CalendarCheck.astro'
|
287
289
|
export { default as CalendarCheck2 } from './CalendarCheck2.astro'
|
288
290
|
export { default as CalendarClock } from './CalendarClock.astro'
|
@@ -426,6 +428,8 @@ export { default as Clock6 } from './Clock6.astro'
|
|
426
428
|
export { default as Clock7 } from './Clock7.astro'
|
427
429
|
export { default as Clock8 } from './Clock8.astro'
|
428
430
|
export { default as Clock9 } from './Clock9.astro'
|
431
|
+
export { default as ClockArrowDown } from './ClockArrowDown.astro'
|
432
|
+
export { default as ClockArrowUp } from './ClockArrowUp.astro'
|
429
433
|
export { default as Cloud } from './Cloud.astro'
|
430
434
|
export { default as CloudCog } from './CloudCog.astro'
|
431
435
|
export { default as CloudDownload } from './CloudDownload.astro'
|
@@ -674,6 +678,7 @@ export { default as FolderArchive } from './FolderArchive.astro'
|
|
674
678
|
export { default as FolderCheck } from './FolderCheck.astro'
|
675
679
|
export { default as FolderClock } from './FolderClock.astro'
|
676
680
|
export { default as FolderClosed } from './FolderClosed.astro'
|
681
|
+
export { default as FolderCode } from './FolderCode.astro'
|
677
682
|
export { default as FolderCog } from './FolderCog.astro'
|
678
683
|
export { default as FolderCog2 } from './FolderCog2.astro'
|
679
684
|
export { default as FolderDot } from './FolderDot.astro'
|
@@ -888,6 +893,7 @@ export { default as Link2 } from './Link2.astro'
|
|
888
893
|
export { default as Link2Off } from './Link2Off.astro'
|
889
894
|
export { default as Linkedin } from './Linkedin.astro'
|
890
895
|
export { default as List } from './List.astro'
|
896
|
+
export { default as ListCheck } from './ListCheck.astro'
|
891
897
|
export { default as ListChecks } from './ListChecks.astro'
|
892
898
|
export { default as ListCollapse } from './ListCollapse.astro'
|
893
899
|
export { default as ListEnd } from './ListEnd.astro'
|
@@ -989,6 +995,7 @@ export { default as MinusCircle } from './MinusCircle.astro'
|
|
989
995
|
export { default as MinusSquare } from './MinusSquare.astro'
|
990
996
|
export { default as Monitor } from './Monitor.astro'
|
991
997
|
export { default as MonitorCheck } from './MonitorCheck.astro'
|
998
|
+
export { default as MonitorCog } from './MonitorCog.astro'
|
992
999
|
export { default as MonitorDot } from './MonitorDot.astro'
|
993
1000
|
export { default as MonitorDown } from './MonitorDown.astro'
|
994
1001
|
export { default as MonitorOff } from './MonitorOff.astro'
|
@@ -1175,6 +1182,7 @@ export { default as PowerOff } from './PowerOff.astro'
|
|
1175
1182
|
export { default as PowerSquare } from './PowerSquare.astro'
|
1176
1183
|
export { default as Presentation } from './Presentation.astro'
|
1177
1184
|
export { default as Printer } from './Printer.astro'
|
1185
|
+
export { default as PrinterCheck } from './PrinterCheck.astro'
|
1178
1186
|
export { default as Projector } from './Projector.astro'
|
1179
1187
|
export { default as Proportions } from './Proportions.astro'
|
1180
1188
|
export { default as Puzzle } from './Puzzle.astro'
|
@@ -1261,6 +1269,7 @@ export { default as ScanBarcode } from './ScanBarcode.astro'
|
|
1261
1269
|
export { default as ScanEye } from './ScanEye.astro'
|
1262
1270
|
export { default as ScanFace } from './ScanFace.astro'
|
1263
1271
|
export { default as ScanLine } from './ScanLine.astro'
|
1272
|
+
export { default as ScanQrCode } from './ScanQrCode.astro'
|
1264
1273
|
export { default as ScanSearch } from './ScanSearch.astro'
|
1265
1274
|
export { default as ScanText } from './ScanText.astro'
|
1266
1275
|
export { default as ScatterChart } from './ScatterChart.astro'
|
@@ -1548,6 +1557,7 @@ export { default as TvMinimalPlay } from './TvMinimalPlay.astro'
|
|
1548
1557
|
export { default as Twitch } from './Twitch.astro'
|
1549
1558
|
export { default as Twitter } from './Twitter.astro'
|
1550
1559
|
export { default as Type } from './Type.astro'
|
1560
|
+
export { default as TypeOutline } from './TypeOutline.astro'
|
1551
1561
|
export { default as Umbrella } from './Umbrella.astro'
|
1552
1562
|
export { default as UmbrellaOff } from './UmbrellaOff.astro'
|
1553
1563
|
export { default as Underline } from './Underline.astro'
|
@@ -1576,12 +1586,14 @@ export { default as UserCog } from './UserCog.astro'
|
|
1576
1586
|
export { default as UserCog2 } from './UserCog2.astro'
|
1577
1587
|
export { default as UserMinus } from './UserMinus.astro'
|
1578
1588
|
export { default as UserMinus2 } from './UserMinus2.astro'
|
1589
|
+
export { default as UserPen } from './UserPen.astro'
|
1579
1590
|
export { default as UserPlus } from './UserPlus.astro'
|
1580
1591
|
export { default as UserPlus2 } from './UserPlus2.astro'
|
1581
1592
|
export { default as UserRound } from './UserRound.astro'
|
1582
1593
|
export { default as UserRoundCheck } from './UserRoundCheck.astro'
|
1583
1594
|
export { default as UserRoundCog } from './UserRoundCog.astro'
|
1584
1595
|
export { default as UserRoundMinus } from './UserRoundMinus.astro'
|
1596
|
+
export { default as UserRoundPen } from './UserRoundPen.astro'
|
1585
1597
|
export { default as UserRoundPlus } from './UserRoundPlus.astro'
|
1586
1598
|
export { default as UserRoundSearch } from './UserRoundSearch.astro'
|
1587
1599
|
export { default as UserRoundX } from './UserRoundX.astro'
|
@@ -1634,7 +1646,10 @@ export { default as Wheat } from './Wheat.astro'
|
|
1634
1646
|
export { default as WheatOff } from './WheatOff.astro'
|
1635
1647
|
export { default as WholeWord } from './WholeWord.astro'
|
1636
1648
|
export { default as Wifi } from './Wifi.astro'
|
1649
|
+
export { default as WifiHigh } from './WifiHigh.astro'
|
1650
|
+
export { default as WifiLow } from './WifiLow.astro'
|
1637
1651
|
export { default as WifiOff } from './WifiOff.astro'
|
1652
|
+
export { default as WifiZero } from './WifiZero.astro'
|
1638
1653
|
export { default as Wind } from './Wind.astro'
|
1639
1654
|
export { default as Wine } from './Wine.astro'
|
1640
1655
|
export { default as WineOff } from './WineOff.astro'
|
package/dist/index.js
CHANGED
@@ -278,6 +278,8 @@ export { default as Cake } from './Cake.astro'
|
|
278
278
|
export { default as CakeSlice } from './CakeSlice.astro'
|
279
279
|
export { default as Calculator } from './Calculator.astro'
|
280
280
|
export { default as Calendar } from './Calendar.astro'
|
281
|
+
export { default as CalendarArrowDown } from './CalendarArrowDown.astro'
|
282
|
+
export { default as CalendarArrowUp } from './CalendarArrowUp.astro'
|
281
283
|
export { default as CalendarCheck } from './CalendarCheck.astro'
|
282
284
|
export { default as CalendarCheck2 } from './CalendarCheck2.astro'
|
283
285
|
export { default as CalendarClock } from './CalendarClock.astro'
|
@@ -421,6 +423,8 @@ export { default as Clock6 } from './Clock6.astro'
|
|
421
423
|
export { default as Clock7 } from './Clock7.astro'
|
422
424
|
export { default as Clock8 } from './Clock8.astro'
|
423
425
|
export { default as Clock9 } from './Clock9.astro'
|
426
|
+
export { default as ClockArrowDown } from './ClockArrowDown.astro'
|
427
|
+
export { default as ClockArrowUp } from './ClockArrowUp.astro'
|
424
428
|
export { default as Cloud } from './Cloud.astro'
|
425
429
|
export { default as CloudCog } from './CloudCog.astro'
|
426
430
|
export { default as CloudDownload } from './CloudDownload.astro'
|
@@ -669,6 +673,7 @@ export { default as FolderArchive } from './FolderArchive.astro'
|
|
669
673
|
export { default as FolderCheck } from './FolderCheck.astro'
|
670
674
|
export { default as FolderClock } from './FolderClock.astro'
|
671
675
|
export { default as FolderClosed } from './FolderClosed.astro'
|
676
|
+
export { default as FolderCode } from './FolderCode.astro'
|
672
677
|
export { default as FolderCog } from './FolderCog.astro'
|
673
678
|
export { default as FolderCog2 } from './FolderCog2.astro'
|
674
679
|
export { default as FolderDot } from './FolderDot.astro'
|
@@ -883,6 +888,7 @@ export { default as Link2 } from './Link2.astro'
|
|
883
888
|
export { default as Link2Off } from './Link2Off.astro'
|
884
889
|
export { default as Linkedin } from './Linkedin.astro'
|
885
890
|
export { default as List } from './List.astro'
|
891
|
+
export { default as ListCheck } from './ListCheck.astro'
|
886
892
|
export { default as ListChecks } from './ListChecks.astro'
|
887
893
|
export { default as ListCollapse } from './ListCollapse.astro'
|
888
894
|
export { default as ListEnd } from './ListEnd.astro'
|
@@ -984,6 +990,7 @@ export { default as MinusCircle } from './MinusCircle.astro'
|
|
984
990
|
export { default as MinusSquare } from './MinusSquare.astro'
|
985
991
|
export { default as Monitor } from './Monitor.astro'
|
986
992
|
export { default as MonitorCheck } from './MonitorCheck.astro'
|
993
|
+
export { default as MonitorCog } from './MonitorCog.astro'
|
987
994
|
export { default as MonitorDot } from './MonitorDot.astro'
|
988
995
|
export { default as MonitorDown } from './MonitorDown.astro'
|
989
996
|
export { default as MonitorOff } from './MonitorOff.astro'
|
@@ -1170,6 +1177,7 @@ export { default as PowerOff } from './PowerOff.astro'
|
|
1170
1177
|
export { default as PowerSquare } from './PowerSquare.astro'
|
1171
1178
|
export { default as Presentation } from './Presentation.astro'
|
1172
1179
|
export { default as Printer } from './Printer.astro'
|
1180
|
+
export { default as PrinterCheck } from './PrinterCheck.astro'
|
1173
1181
|
export { default as Projector } from './Projector.astro'
|
1174
1182
|
export { default as Proportions } from './Proportions.astro'
|
1175
1183
|
export { default as Puzzle } from './Puzzle.astro'
|
@@ -1256,6 +1264,7 @@ export { default as ScanBarcode } from './ScanBarcode.astro'
|
|
1256
1264
|
export { default as ScanEye } from './ScanEye.astro'
|
1257
1265
|
export { default as ScanFace } from './ScanFace.astro'
|
1258
1266
|
export { default as ScanLine } from './ScanLine.astro'
|
1267
|
+
export { default as ScanQrCode } from './ScanQrCode.astro'
|
1259
1268
|
export { default as ScanSearch } from './ScanSearch.astro'
|
1260
1269
|
export { default as ScanText } from './ScanText.astro'
|
1261
1270
|
export { default as ScatterChart } from './ScatterChart.astro'
|
@@ -1543,6 +1552,7 @@ export { default as TvMinimalPlay } from './TvMinimalPlay.astro'
|
|
1543
1552
|
export { default as Twitch } from './Twitch.astro'
|
1544
1553
|
export { default as Twitter } from './Twitter.astro'
|
1545
1554
|
export { default as Type } from './Type.astro'
|
1555
|
+
export { default as TypeOutline } from './TypeOutline.astro'
|
1546
1556
|
export { default as Umbrella } from './Umbrella.astro'
|
1547
1557
|
export { default as UmbrellaOff } from './UmbrellaOff.astro'
|
1548
1558
|
export { default as Underline } from './Underline.astro'
|
@@ -1571,12 +1581,14 @@ export { default as UserCog } from './UserCog.astro'
|
|
1571
1581
|
export { default as UserCog2 } from './UserCog2.astro'
|
1572
1582
|
export { default as UserMinus } from './UserMinus.astro'
|
1573
1583
|
export { default as UserMinus2 } from './UserMinus2.astro'
|
1584
|
+
export { default as UserPen } from './UserPen.astro'
|
1574
1585
|
export { default as UserPlus } from './UserPlus.astro'
|
1575
1586
|
export { default as UserPlus2 } from './UserPlus2.astro'
|
1576
1587
|
export { default as UserRound } from './UserRound.astro'
|
1577
1588
|
export { default as UserRoundCheck } from './UserRoundCheck.astro'
|
1578
1589
|
export { default as UserRoundCog } from './UserRoundCog.astro'
|
1579
1590
|
export { default as UserRoundMinus } from './UserRoundMinus.astro'
|
1591
|
+
export { default as UserRoundPen } from './UserRoundPen.astro'
|
1580
1592
|
export { default as UserRoundPlus } from './UserRoundPlus.astro'
|
1581
1593
|
export { default as UserRoundSearch } from './UserRoundSearch.astro'
|
1582
1594
|
export { default as UserRoundX } from './UserRoundX.astro'
|
@@ -1629,7 +1641,10 @@ export { default as Wheat } from './Wheat.astro'
|
|
1629
1641
|
export { default as WheatOff } from './WheatOff.astro'
|
1630
1642
|
export { default as WholeWord } from './WholeWord.astro'
|
1631
1643
|
export { default as Wifi } from './Wifi.astro'
|
1644
|
+
export { default as WifiHigh } from './WifiHigh.astro'
|
1645
|
+
export { default as WifiLow } from './WifiLow.astro'
|
1632
1646
|
export { default as WifiOff } from './WifiOff.astro'
|
1647
|
+
export { default as WifiZero } from './WifiZero.astro'
|
1633
1648
|
export { default as Wind } from './Wind.astro'
|
1634
1649
|
export { default as Wine } from './Wine.astro'
|
1635
1650
|
export { default as WineOff } from './WineOff.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.408.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.
|
29
|
+
"lucide-static": "0.408.0",
|
30
30
|
"semver": "^7.5.4"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|