@lucide/astro 1.35.0 → 1.36.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/aliases/aliases.ts +118 -118
- package/src/aliases/prefixed.ts +600 -584
- package/src/aliases/suffixed.ts +927 -911
- package/src/icons/asterisk.ts +2 -2
- package/src/icons/badge-check.ts +2 -2
- package/src/icons/beef.ts +2 -2
- package/src/icons/blend.ts +2 -2
- package/src/icons/book-x.ts +2 -2
- package/src/icons/circle-check.ts +2 -2
- package/src/icons/circle-dot.ts +2 -2
- package/src/icons/clipboard-x.ts +2 -2
- package/src/icons/clock-check.ts +2 -2
- package/src/icons/copy-x.ts +2 -2
- package/src/icons/credit-card-check.ts +18 -0
- package/src/icons/credit-card-minus.ts +18 -0
- package/src/icons/credit-card-x.ts +18 -0
- package/src/icons/face-angry.ts +2 -2
- package/src/icons/git-merge-conflict.ts +2 -2
- package/src/icons/git-pull-request-closed.ts +2 -2
- package/src/icons/grid-2x2-x.ts +2 -2
- package/src/icons/index.ts +197 -189
- package/src/icons/key.ts +2 -2
- package/src/icons/mail-x.ts +2 -2
- package/src/icons/message-circle-check.ts +2 -2
- package/src/icons/message-circle-dashed-check.ts +18 -0
- package/src/icons/panda.ts +2 -2
- package/src/icons/piano.ts +2 -2
- package/src/icons/playing-card.ts +18 -0
- package/src/icons/playing-cards-fan.ts +18 -0
- package/src/icons/playing-cards.ts +18 -0
- package/src/icons/robot-vacuum.ts +18 -0
- package/src/icons/shopping-cart.ts +2 -2
- package/src/icons/spell-check.ts +2 -2
- package/src/icons/square-check.ts +2 -2
- package/src/icons/square-split-horizontal.ts +2 -2
- package/src/icons/square-split-vertical.ts +2 -2
- package/src/icons/sword.ts +2 -2
- package/src/icons/swords.ts +2 -2
- package/src/icons/user-round-x.ts +2 -2
- package/src/icons/volume-x.ts +2 -2
package/src/icons/asterisk.ts
CHANGED
|
@@ -6,13 +6,13 @@ import type { AstroComponent } from '../types'
|
|
|
6
6
|
* @component @name Asterisk
|
|
7
7
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
8
|
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/asterisk
|
|
10
10
|
* @see https://lucide.dev/guide/packages/lucide-astro - Documentation
|
|
11
11
|
*
|
|
12
12
|
* @param {import('../types').IconProps} props - Lucide icons props and any valid SVG attribute
|
|
13
13
|
* @returns {any} Astro Component
|
|
14
14
|
*
|
|
15
15
|
*/
|
|
16
|
-
const Asterisk = createLucideIcon('asterisk', [["path",{"d":"M12
|
|
16
|
+
const Asterisk = createLucideIcon('asterisk', [["path",{"d":"M12 5v14"}],["path",{"d":"m18.065 8.496-12.125 7"}],["path",{"d":"m5.94 8.504 12.125 7"}]]) as AstroComponent;
|
|
17
17
|
|
|
18
18
|
export default Asterisk;
|
package/src/icons/badge-check.ts
CHANGED
|
@@ -6,13 +6,13 @@ import type { AstroComponent } from '../types'
|
|
|
6
6
|
* @component @name BadgeCheck
|
|
7
7
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
8
|
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/badge-check
|
|
10
10
|
* @see https://lucide.dev/guide/packages/lucide-astro - Documentation
|
|
11
11
|
*
|
|
12
12
|
* @param {import('../types').IconProps} props - Lucide icons props and any valid SVG attribute
|
|
13
13
|
* @returns {any} Astro Component
|
|
14
14
|
*
|
|
15
15
|
*/
|
|
16
|
-
const BadgeCheck = createLucideIcon('badge-check', [["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"}],["path",{"d":"
|
|
16
|
+
const BadgeCheck = createLucideIcon('badge-check', [["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"}],["path",{"d":"m16 9-5.5 5.5L8 12"}]]) as AstroComponent;
|
|
17
17
|
|
|
18
18
|
export default BadgeCheck;
|
package/src/icons/beef.ts
CHANGED
|
@@ -6,13 +6,13 @@ import type { AstroComponent } from '../types'
|
|
|
6
6
|
* @component @name Beef
|
|
7
7
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
8
|
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/beef
|
|
10
10
|
* @see https://lucide.dev/guide/packages/lucide-astro - Documentation
|
|
11
11
|
*
|
|
12
12
|
* @param {import('../types').IconProps} props - Lucide icons props and any valid SVG attribute
|
|
13
13
|
* @returns {any} Astro Component
|
|
14
14
|
*
|
|
15
15
|
*/
|
|
16
|
-
const Beef = createLucideIcon('beef', [["path",{"d":"M16.4 13.7A6.5 6.5 0 1 0 6.28 6.6c-1.1 3.13-.78 3.9-3.18 6.08A3 3 0 0 0 5 18c4 0 8.4-1.8 11.4-4.3"}],["path",{"d":"m18.5 6
|
|
16
|
+
const Beef = createLucideIcon('beef', [["path",{"d":"M16.4 13.7A6.5 6.5 0 1 0 6.28 6.6c-1.1 3.13-.78 3.9-3.18 6.08A3 3 0 0 0 5 18c4 0 8.4-1.8 11.4-4.3"}],["path",{"d":"m18.5 6 1.754 3.5a6.48 6.48 0 0 1-1.854 8.2C15.4 20.2 11 22 7 22a3 3 0 0 1-2.68-1.66L2.4 16.5"}],["circle",{"cx":"12.5","cy":"8.5","r":"2.5"}]]) as AstroComponent;
|
|
17
17
|
|
|
18
18
|
export default Beef;
|
package/src/icons/blend.ts
CHANGED
|
@@ -6,13 +6,13 @@ import type { AstroComponent } from '../types'
|
|
|
6
6
|
* @component @name Blend
|
|
7
7
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
8
|
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/blend
|
|
10
10
|
* @see https://lucide.dev/guide/packages/lucide-astro - Documentation
|
|
11
11
|
*
|
|
12
12
|
* @param {import('../types').IconProps} props - Lucide icons props and any valid SVG attribute
|
|
13
13
|
* @returns {any} Astro Component
|
|
14
14
|
*
|
|
15
15
|
*/
|
|
16
|
-
const Blend = createLucideIcon('blend', [["circle",{"cx":"
|
|
16
|
+
const Blend = createLucideIcon('blend', [["circle",{"cx":"15","cy":"9","r":"7"}],["circle",{"cx":"9","cy":"15","r":"7"}]]) as AstroComponent;
|
|
17
17
|
|
|
18
18
|
export default Blend;
|
package/src/icons/book-x.ts
CHANGED
|
@@ -6,13 +6,13 @@ import type { AstroComponent } from '../types'
|
|
|
6
6
|
* @component @name BookX
|
|
7
7
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
8
|
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/book-x
|
|
10
10
|
* @see https://lucide.dev/guide/packages/lucide-astro - Documentation
|
|
11
11
|
*
|
|
12
12
|
* @param {import('../types').IconProps} props - Lucide icons props and any valid SVG attribute
|
|
13
13
|
* @returns {any} Astro Component
|
|
14
14
|
*
|
|
15
15
|
*/
|
|
16
|
-
const BookX = createLucideIcon('book-x', [["path",{"d":"m14.5 7-5 5"}],["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"}],["path",{"d":"m9.5 7 5 5"}]]) as AstroComponent;
|
|
16
|
+
const BookX = createLucideIcon('book-x', [["path",{"d":"m14.5 7.5-5 5"}],["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"}],["path",{"d":"m9.5 7.5 5 5"}]]) as AstroComponent;
|
|
17
17
|
|
|
18
18
|
export default BookX;
|
|
@@ -6,13 +6,13 @@ import type { AstroComponent } from '../types'
|
|
|
6
6
|
* @component @name CircleCheck
|
|
7
7
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
8
|
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/circle-check
|
|
10
10
|
* @see https://lucide.dev/guide/packages/lucide-astro - Documentation
|
|
11
11
|
*
|
|
12
12
|
* @param {import('../types').IconProps} props - Lucide icons props and any valid SVG attribute
|
|
13
13
|
* @returns {any} Astro Component
|
|
14
14
|
*
|
|
15
15
|
*/
|
|
16
|
-
const CircleCheck = createLucideIcon('circle-check', [["circle",{"cx":"12","cy":"12","r":"10"}],["path",{"d":"
|
|
16
|
+
const CircleCheck = createLucideIcon('circle-check', [["circle",{"cx":"12","cy":"12","r":"10"}],["path",{"d":"m16 9-5.5 5.5L8 12"}]]) as AstroComponent;
|
|
17
17
|
|
|
18
18
|
export default CircleCheck;
|
package/src/icons/circle-dot.ts
CHANGED
|
@@ -6,13 +6,13 @@ import type { AstroComponent } from '../types'
|
|
|
6
6
|
* @component @name CircleDot
|
|
7
7
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
8
|
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/circle-dot
|
|
10
10
|
* @see https://lucide.dev/guide/packages/lucide-astro - Documentation
|
|
11
11
|
*
|
|
12
12
|
* @param {import('../types').IconProps} props - Lucide icons props and any valid SVG attribute
|
|
13
13
|
* @returns {any} Astro Component
|
|
14
14
|
*
|
|
15
15
|
*/
|
|
16
|
-
const CircleDot = createLucideIcon('circle-dot', [["circle",{"cx":"12","cy":"12","r":"
|
|
16
|
+
const CircleDot = createLucideIcon('circle-dot', [["circle",{"cx":"12","cy":"12","r":"1"}],["circle",{"cx":"12","cy":"12","r":"10"}]]) as AstroComponent;
|
|
17
17
|
|
|
18
18
|
export default CircleDot;
|
package/src/icons/clipboard-x.ts
CHANGED
|
@@ -6,13 +6,13 @@ import type { AstroComponent } from '../types'
|
|
|
6
6
|
* @component @name ClipboardX
|
|
7
7
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
8
|
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/clipboard-x
|
|
10
10
|
* @see https://lucide.dev/guide/packages/lucide-astro - Documentation
|
|
11
11
|
*
|
|
12
12
|
* @param {import('../types').IconProps} props - Lucide icons props and any valid SVG attribute
|
|
13
13
|
* @returns {any} Astro Component
|
|
14
14
|
*
|
|
15
15
|
*/
|
|
16
|
-
const ClipboardX = createLucideIcon('clipboard-x', [["rect",{"width":"8","height":"4","x":"8","y":"2","rx":"1","ry":"1"}],["path",{"d":"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"}],["path",{"d":"
|
|
16
|
+
const ClipboardX = createLucideIcon('clipboard-x', [["rect",{"width":"8","height":"4","x":"8","y":"2","rx":"1","ry":"1"}],["path",{"d":"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"}],["path",{"d":"m14.5 11.5-5 5"}],["path",{"d":"m9.5 11.5 5 5"}]]) as AstroComponent;
|
|
17
17
|
|
|
18
18
|
export default ClipboardX;
|
package/src/icons/clock-check.ts
CHANGED
|
@@ -6,13 +6,13 @@ import type { AstroComponent } from '../types'
|
|
|
6
6
|
* @component @name ClockCheck
|
|
7
7
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
8
|
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/clock-check
|
|
10
10
|
* @see https://lucide.dev/guide/packages/lucide-astro - Documentation
|
|
11
11
|
*
|
|
12
12
|
* @param {import('../types').IconProps} props - Lucide icons props and any valid SVG attribute
|
|
13
13
|
* @returns {any} Astro Component
|
|
14
14
|
*
|
|
15
15
|
*/
|
|
16
|
-
const ClockCheck = createLucideIcon('clock-check', [["path",{"d":"
|
|
16
|
+
const ClockCheck = createLucideIcon('clock-check', [["path",{"d":"M21.95 13a10 10 0 1 0-8.685 8.92"}],["path",{"d":"M12 6v6l4 2"}],["path",{"d":"m16 19 2 2 4-4"}]]) as AstroComponent;
|
|
17
17
|
|
|
18
18
|
export default ClockCheck;
|
package/src/icons/copy-x.ts
CHANGED
|
@@ -6,13 +6,13 @@ import type { AstroComponent } from '../types'
|
|
|
6
6
|
* @component @name CopyX
|
|
7
7
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
8
|
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/copy-x
|
|
10
10
|
* @see https://lucide.dev/guide/packages/lucide-astro - Documentation
|
|
11
11
|
*
|
|
12
12
|
* @param {import('../types').IconProps} props - Lucide icons props and any valid SVG attribute
|
|
13
13
|
* @returns {any} Astro Component
|
|
14
14
|
*
|
|
15
15
|
*/
|
|
16
|
-
const CopyX = createLucideIcon('copy-x', [["
|
|
16
|
+
const CopyX = createLucideIcon('copy-x', [["path",{"d":"M4 16a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2"}],["rect",{"x":"8","y":"8","width":"14","height":"14","rx":"2"}],["path",{"d":"m12.5 12.5 5 5"}],["path",{"d":"m12.5 17.5 5-5"}]]) as AstroComponent;
|
|
17
17
|
|
|
18
18
|
export default CopyX;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
|
|
2
|
+
import createLucideIcon from '../createLucideIcon';
|
|
3
|
+
import type { AstroComponent } from '../types'
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* @component @name CreditCardCheck
|
|
7
|
+
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
|
+
*
|
|
9
|
+
* @preview  - https://lucide.dev/icons/credit-card-check
|
|
10
|
+
* @see https://lucide.dev/guide/packages/lucide-astro - Documentation
|
|
11
|
+
*
|
|
12
|
+
* @param {import('../types').IconProps} props - Lucide icons props and any valid SVG attribute
|
|
13
|
+
* @returns {any} Astro Component
|
|
14
|
+
*
|
|
15
|
+
*/
|
|
16
|
+
const CreditCardCheck = createLucideIcon('credit-card-check', [["path",{"d":"M12.5 19H4a2 2 0 01-2-2V7a2 2 0 012-2h16a2 2 0 012 2v4"}],["path",{"d":"m16 17 2 2 4-4"}],["path",{"d":"M2 10h20"}]]) as AstroComponent;
|
|
17
|
+
|
|
18
|
+
export default CreditCardCheck;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
|
|
2
|
+
import createLucideIcon from '../createLucideIcon';
|
|
3
|
+
import type { AstroComponent } from '../types'
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* @component @name CreditCardMinus
|
|
7
|
+
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
|
+
*
|
|
9
|
+
* @preview  - https://lucide.dev/icons/credit-card-minus
|
|
10
|
+
* @see https://lucide.dev/guide/packages/lucide-astro - Documentation
|
|
11
|
+
*
|
|
12
|
+
* @param {import('../types').IconProps} props - Lucide icons props and any valid SVG attribute
|
|
13
|
+
* @returns {any} Astro Component
|
|
14
|
+
*
|
|
15
|
+
*/
|
|
16
|
+
const CreditCardMinus = createLucideIcon('credit-card-minus', [["path",{"d":"M16 17h6"}],["path",{"d":"M22 10H2"}],["path",{"d":"M22 13V7a2 2 0 00-2-2H4a2 2 0 00-2 2v10a2 2 0 002 2h8.536"}]]) as AstroComponent;
|
|
17
|
+
|
|
18
|
+
export default CreditCardMinus;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
|
|
2
|
+
import createLucideIcon from '../createLucideIcon';
|
|
3
|
+
import type { AstroComponent } from '../types'
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* @component @name CreditCardX
|
|
7
|
+
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
|
+
*
|
|
9
|
+
* @preview  - https://lucide.dev/icons/credit-card-x
|
|
10
|
+
* @see https://lucide.dev/guide/packages/lucide-astro - Documentation
|
|
11
|
+
*
|
|
12
|
+
* @param {import('../types').IconProps} props - Lucide icons props and any valid SVG attribute
|
|
13
|
+
* @returns {any} Astro Component
|
|
14
|
+
*
|
|
15
|
+
*/
|
|
16
|
+
const CreditCardX = createLucideIcon('credit-card-x', [["path",{"d":"M12.5 19H4a2 2 0 01-2-2V7a2 2 0 012-2h16a2 2 0 012 2v3.5"}],["path",{"d":"m16.5 14.5 5 5"}],["path",{"d":"M2 10h20"}],["path",{"d":"m21.5 14.5-5 5"}]]) as AstroComponent;
|
|
17
|
+
|
|
18
|
+
export default CreditCardX;
|
package/src/icons/face-angry.ts
CHANGED
|
@@ -6,13 +6,13 @@ import type { AstroComponent } from '../types'
|
|
|
6
6
|
* @component @name FaceAngry
|
|
7
7
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
8
|
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/face-angry
|
|
10
10
|
* @see https://lucide.dev/guide/packages/lucide-astro - Documentation
|
|
11
11
|
*
|
|
12
12
|
* @param {import('../types').IconProps} props - Lucide icons props and any valid SVG attribute
|
|
13
13
|
* @returns {any} Astro Component
|
|
14
14
|
*
|
|
15
15
|
*/
|
|
16
|
-
const FaceAngry = createLucideIcon('face-angry', [["path",{"d":"M15
|
|
16
|
+
const FaceAngry = createLucideIcon('face-angry', [["path",{"d":"M15 12v-1.584"}],["path",{"d":"M17 10a5 5 0 00-3 1"}],["path",{"d":"M7 10a5 5 0 013 1"}],["path",{"d":"M9 12v-1.584"}],["path",{"d":"M9 17a5 5 0 016.001 0"}],["circle",{"cx":"12","cy":"12","r":"10"}]]) as AstroComponent;
|
|
17
17
|
|
|
18
18
|
export default FaceAngry;
|
|
@@ -6,13 +6,13 @@ import type { AstroComponent } from '../types'
|
|
|
6
6
|
* @component @name GitMergeConflict
|
|
7
7
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
8
|
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/git-merge-conflict
|
|
10
10
|
* @see https://lucide.dev/guide/packages/lucide-astro - Documentation
|
|
11
11
|
*
|
|
12
12
|
* @param {import('../types').IconProps} props - Lucide icons props and any valid SVG attribute
|
|
13
13
|
* @returns {any} Astro Component
|
|
14
14
|
*
|
|
15
15
|
*/
|
|
16
|
-
const GitMergeConflict = createLucideIcon('git-merge-conflict', [["path",{"d":"M12 6h4a2 2 0 0 1 2 2v7"}],["path",{"d":"M6 12v9"}],["path",{"d":"
|
|
16
|
+
const GitMergeConflict = createLucideIcon('git-merge-conflict', [["path",{"d":"M12 6h4a2 2 0 0 1 2 2v7"}],["path",{"d":"M6 12v9"}],["path",{"d":"m8.5 3.5-5 5"}],["path",{"d":"m8.5 8.5-5-5"}],["circle",{"cx":"18","cy":"18","r":"3"}]]) as AstroComponent;
|
|
17
17
|
|
|
18
18
|
export default GitMergeConflict;
|
|
@@ -6,13 +6,13 @@ import type { AstroComponent } from '../types'
|
|
|
6
6
|
* @component @name GitPullRequestClosed
|
|
7
7
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
8
|
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/git-pull-request-closed
|
|
10
10
|
* @see https://lucide.dev/guide/packages/lucide-astro - Documentation
|
|
11
11
|
*
|
|
12
12
|
* @param {import('../types').IconProps} props - Lucide icons props and any valid SVG attribute
|
|
13
13
|
* @returns {any} Astro Component
|
|
14
14
|
*
|
|
15
15
|
*/
|
|
16
|
-
const GitPullRequestClosed = createLucideIcon('git-pull-request-closed', [["
|
|
16
|
+
const GitPullRequestClosed = createLucideIcon('git-pull-request-closed', [["path",{"d":"m15.5 3.5 5 5"}],["path",{"d":"m15.5 8.5 5-5"}],["path",{"d":"M18 11.62V15"}],["path",{"d":"M6 9v12"}],["circle",{"cx":"18","cy":"18","r":"3"}],["circle",{"cx":"6","cy":"6","r":"3"}]]) as AstroComponent;
|
|
17
17
|
|
|
18
18
|
export default GitPullRequestClosed;
|
package/src/icons/grid-2x2-x.ts
CHANGED
|
@@ -6,13 +6,13 @@ import type { AstroComponent } from '../types'
|
|
|
6
6
|
* @component @name Grid2x2X
|
|
7
7
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
8
|
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/grid-2x2-x
|
|
10
10
|
* @see https://lucide.dev/guide/packages/lucide-astro - Documentation
|
|
11
11
|
*
|
|
12
12
|
* @param {import('../types').IconProps} props - Lucide icons props and any valid SVG attribute
|
|
13
13
|
* @returns {any} Astro Component
|
|
14
14
|
*
|
|
15
15
|
*/
|
|
16
|
-
const Grid2x2X = createLucideIcon('grid-2x2-x', [["path",{"d":"M12 3v17a1 1 0 0 1-1 1H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v6a1 1 0 0 1-1 1H3"}],["path",{"d":"m16 16 5 5"}],["path",{"d":"m16 21 5-5"}]]) as AstroComponent;
|
|
16
|
+
const Grid2x2X = createLucideIcon('grid-2x2-x', [["path",{"d":"M12 3v17a1 1 0 0 1-1 1H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v6a1 1 0 0 1-1 1H3"}],["path",{"d":"m16.5 16.5 5 5"}],["path",{"d":"m16.5 21.5 5-5"}]]) as AstroComponent;
|
|
17
17
|
|
|
18
18
|
export default Grid2x2X;
|