@lucide/astro 0.570.0 → 0.571.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 +54 -54
- package/src/aliases/prefixed.ts +581 -579
- package/src/aliases/suffixed.ts +895 -893
- package/src/icons/ban.ts +2 -2
- package/src/icons/circle-divide.ts +2 -2
- package/src/icons/circle-equal.ts +2 -2
- package/src/icons/circle-pound-sterling.ts +2 -2
- package/src/icons/circle-power.ts +2 -2
- package/src/icons/circle-slash-2.ts +2 -2
- package/src/icons/circle-star.ts +2 -2
- package/src/icons/clock-1.ts +2 -2
- package/src/icons/clock-10.ts +2 -2
- package/src/icons/clock-11.ts +2 -2
- package/src/icons/clock-12.ts +2 -2
- package/src/icons/clock-2.ts +2 -2
- package/src/icons/clock-3.ts +2 -2
- package/src/icons/clock-4.ts +2 -2
- package/src/icons/clock-5.ts +2 -2
- package/src/icons/clock-6.ts +2 -2
- package/src/icons/clock-7.ts +2 -2
- package/src/icons/clock-8.ts +2 -2
- package/src/icons/clock-9.ts +2 -2
- package/src/icons/clock.ts +2 -2
- package/src/icons/compass.ts +2 -2
- package/src/icons/index.ts +126 -125
- package/src/icons/shelving-unit.ts +18 -0
package/src/icons/ban.ts
CHANGED
|
@@ -6,13 +6,13 @@ import type { AstroComponent } from '../types'
|
|
|
6
6
|
* @component @name Ban
|
|
7
7
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
8
|
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/ban
|
|
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 Ban = createLucideIcon('ban', [["
|
|
16
|
+
const Ban = createLucideIcon('ban', [["circle",{"cx":"12","cy":"12","r":"10"}],["path",{"d":"M4.929 4.929 19.07 19.071"}]]) as AstroComponent;
|
|
17
17
|
|
|
18
18
|
export default Ban;
|
|
@@ -6,13 +6,13 @@ import type { AstroComponent } from '../types'
|
|
|
6
6
|
* @component @name CircleDivide
|
|
7
7
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
8
|
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/circle-divide
|
|
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 CircleDivide = createLucideIcon('circle-divide', [["
|
|
16
|
+
const CircleDivide = createLucideIcon('circle-divide', [["circle",{"cx":"12","cy":"12","r":"10"}],["line",{"x1":"8","x2":"16","y1":"12","y2":"12"}],["line",{"x1":"12","x2":"12","y1":"16","y2":"16"}],["line",{"x1":"12","x2":"12","y1":"8","y2":"8"}]]) as AstroComponent;
|
|
17
17
|
|
|
18
18
|
export default CircleDivide;
|
|
@@ -6,13 +6,13 @@ import type { AstroComponent } from '../types'
|
|
|
6
6
|
* @component @name CircleEqual
|
|
7
7
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
8
|
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/circle-equal
|
|
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 CircleEqual = createLucideIcon('circle-equal', [["
|
|
16
|
+
const CircleEqual = createLucideIcon('circle-equal', [["circle",{"cx":"12","cy":"12","r":"10"}],["path",{"d":"M7 10h10"}],["path",{"d":"M7 14h10"}]]) as AstroComponent;
|
|
17
17
|
|
|
18
18
|
export default CircleEqual;
|
|
@@ -6,13 +6,13 @@ import type { AstroComponent } from '../types'
|
|
|
6
6
|
* @component @name CirclePoundSterling
|
|
7
7
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
8
|
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/circle-pound-sterling
|
|
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 CirclePoundSterling = createLucideIcon('circle-pound-sterling', [["path",{"d":"M10 16V9.5a1 1 0 0 1 5 0"}],["path",{"d":"M8 12h4"}],["path",{"d":"M8 16h7"}]
|
|
16
|
+
const CirclePoundSterling = createLucideIcon('circle-pound-sterling', [["circle",{"cx":"12","cy":"12","r":"10"}],["path",{"d":"M10 16V9.5a1 1 0 0 1 5 0"}],["path",{"d":"M8 12h4"}],["path",{"d":"M8 16h7"}]]) as AstroComponent;
|
|
17
17
|
|
|
18
18
|
export default CirclePoundSterling;
|
|
@@ -6,13 +6,13 @@ import type { AstroComponent } from '../types'
|
|
|
6
6
|
* @component @name CirclePower
|
|
7
7
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
8
|
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/circle-power
|
|
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 CirclePower = createLucideIcon('circle-power', [["path",{"d":"M12 7v4"}],["path",{"d":"M7.998 9.003a5 5 0 1 0 8-.005"}]
|
|
16
|
+
const CirclePower = createLucideIcon('circle-power', [["circle",{"cx":"12","cy":"12","r":"10"}],["path",{"d":"M12 7v4"}],["path",{"d":"M7.998 9.003a5 5 0 1 0 8-.005"}]]) as AstroComponent;
|
|
17
17
|
|
|
18
18
|
export default CirclePower;
|
|
@@ -6,13 +6,13 @@ import type { AstroComponent } from '../types'
|
|
|
6
6
|
* @component @name CircleSlash2
|
|
7
7
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
8
|
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/circle-slash-2
|
|
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 CircleSlash2 = createLucideIcon('circle-slash-2', [["
|
|
16
|
+
const CircleSlash2 = createLucideIcon('circle-slash-2', [["circle",{"cx":"12","cy":"12","r":"10"}],["path",{"d":"M22 2 2 22"}]]) as AstroComponent;
|
|
17
17
|
|
|
18
18
|
export default CircleSlash2;
|
package/src/icons/circle-star.ts
CHANGED
|
@@ -6,13 +6,13 @@ import type { AstroComponent } from '../types'
|
|
|
6
6
|
* @component @name CircleStar
|
|
7
7
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
8
|
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/circle-star
|
|
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 CircleStar = createLucideIcon('circle-star', [["path",{"d":"M11.051 7.616a1 1 0 0 1 1.909.024l.737 1.452a1 1 0 0 0 .737.535l1.634.256a1 1 0 0 1 .588 1.806l-1.172 1.168a1 1 0 0 0-.282.866l.259 1.613a1 1 0 0 1-1.541 1.134l-1.465-.75a1 1 0 0 0-.912 0l-1.465.75a1 1 0 0 1-1.539-1.133l.258-1.613a1 1 0 0 0-.282-.867l-1.156-1.152a1 1 0 0 1 .572-1.822l1.633-.256a1 1 0 0 0 .737-.535z"}]
|
|
16
|
+
const CircleStar = createLucideIcon('circle-star', [["circle",{"cx":"12","cy":"12","r":"10"}],["path",{"d":"M11.051 7.616a1 1 0 0 1 1.909.024l.737 1.452a1 1 0 0 0 .737.535l1.634.256a1 1 0 0 1 .588 1.806l-1.172 1.168a1 1 0 0 0-.282.866l.259 1.613a1 1 0 0 1-1.541 1.134l-1.465-.75a1 1 0 0 0-.912 0l-1.465.75a1 1 0 0 1-1.539-1.133l.258-1.613a1 1 0 0 0-.282-.867l-1.156-1.152a1 1 0 0 1 .572-1.822l1.633-.256a1 1 0 0 0 .737-.535z"}]]) as AstroComponent;
|
|
17
17
|
|
|
18
18
|
export default CircleStar;
|
package/src/icons/clock-1.ts
CHANGED
|
@@ -6,13 +6,13 @@ import type { AstroComponent } from '../types'
|
|
|
6
6
|
* @component @name Clock1
|
|
7
7
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
8
|
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/clock-1
|
|
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 Clock1 = createLucideIcon('clock-1', [["
|
|
16
|
+
const Clock1 = createLucideIcon('clock-1', [["circle",{"cx":"12","cy":"12","r":"10"}],["path",{"d":"M12 6v6l2-4"}]]) as AstroComponent;
|
|
17
17
|
|
|
18
18
|
export default Clock1;
|
package/src/icons/clock-10.ts
CHANGED
|
@@ -6,13 +6,13 @@ import type { AstroComponent } from '../types'
|
|
|
6
6
|
* @component @name Clock10
|
|
7
7
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
8
|
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/clock-10
|
|
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 Clock10 = createLucideIcon('clock-10', [["
|
|
16
|
+
const Clock10 = createLucideIcon('clock-10', [["circle",{"cx":"12","cy":"12","r":"10"}],["path",{"d":"M12 6v6l-4-2"}]]) as AstroComponent;
|
|
17
17
|
|
|
18
18
|
export default Clock10;
|
package/src/icons/clock-11.ts
CHANGED
|
@@ -6,13 +6,13 @@ import type { AstroComponent } from '../types'
|
|
|
6
6
|
* @component @name Clock11
|
|
7
7
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
8
|
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/clock-11
|
|
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 Clock11 = createLucideIcon('clock-11', [["
|
|
16
|
+
const Clock11 = createLucideIcon('clock-11', [["circle",{"cx":"12","cy":"12","r":"10"}],["path",{"d":"M12 6v6l-2-4"}]]) as AstroComponent;
|
|
17
17
|
|
|
18
18
|
export default Clock11;
|
package/src/icons/clock-12.ts
CHANGED
|
@@ -6,13 +6,13 @@ import type { AstroComponent } from '../types'
|
|
|
6
6
|
* @component @name Clock12
|
|
7
7
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
8
|
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/clock-12
|
|
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 Clock12 = createLucideIcon('clock-12', [["
|
|
16
|
+
const Clock12 = createLucideIcon('clock-12', [["circle",{"cx":"12","cy":"12","r":"10"}],["path",{"d":"M12 6v6"}]]) as AstroComponent;
|
|
17
17
|
|
|
18
18
|
export default Clock12;
|
package/src/icons/clock-2.ts
CHANGED
|
@@ -6,13 +6,13 @@ import type { AstroComponent } from '../types'
|
|
|
6
6
|
* @component @name Clock2
|
|
7
7
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
8
|
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/clock-2
|
|
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 Clock2 = createLucideIcon('clock-2', [["
|
|
16
|
+
const Clock2 = createLucideIcon('clock-2', [["circle",{"cx":"12","cy":"12","r":"10"}],["path",{"d":"M12 6v6l4-2"}]]) as AstroComponent;
|
|
17
17
|
|
|
18
18
|
export default Clock2;
|
package/src/icons/clock-3.ts
CHANGED
|
@@ -6,13 +6,13 @@ import type { AstroComponent } from '../types'
|
|
|
6
6
|
* @component @name Clock3
|
|
7
7
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
8
|
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/clock-3
|
|
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 Clock3 = createLucideIcon('clock-3', [["
|
|
16
|
+
const Clock3 = createLucideIcon('clock-3', [["circle",{"cx":"12","cy":"12","r":"10"}],["path",{"d":"M12 6v6h4"}]]) as AstroComponent;
|
|
17
17
|
|
|
18
18
|
export default Clock3;
|
package/src/icons/clock-4.ts
CHANGED
|
@@ -6,13 +6,13 @@ import type { AstroComponent } from '../types'
|
|
|
6
6
|
* @component @name Clock4
|
|
7
7
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
8
|
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/clock-4
|
|
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 Clock4 = createLucideIcon('clock-4', [["
|
|
16
|
+
const Clock4 = createLucideIcon('clock-4', [["circle",{"cx":"12","cy":"12","r":"10"}],["path",{"d":"M12 6v6l4 2"}]]) as AstroComponent;
|
|
17
17
|
|
|
18
18
|
export default Clock4;
|
package/src/icons/clock-5.ts
CHANGED
|
@@ -6,13 +6,13 @@ import type { AstroComponent } from '../types'
|
|
|
6
6
|
* @component @name Clock5
|
|
7
7
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
8
|
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/clock-5
|
|
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 Clock5 = createLucideIcon('clock-5', [["
|
|
16
|
+
const Clock5 = createLucideIcon('clock-5', [["circle",{"cx":"12","cy":"12","r":"10"}],["path",{"d":"M12 6v6l2 4"}]]) as AstroComponent;
|
|
17
17
|
|
|
18
18
|
export default Clock5;
|
package/src/icons/clock-6.ts
CHANGED
|
@@ -6,13 +6,13 @@ import type { AstroComponent } from '../types'
|
|
|
6
6
|
* @component @name Clock6
|
|
7
7
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
8
|
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/clock-6
|
|
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 Clock6 = createLucideIcon('clock-6', [["
|
|
16
|
+
const Clock6 = createLucideIcon('clock-6', [["circle",{"cx":"12","cy":"12","r":"10"}],["path",{"d":"M12 6v10"}]]) as AstroComponent;
|
|
17
17
|
|
|
18
18
|
export default Clock6;
|
package/src/icons/clock-7.ts
CHANGED
|
@@ -6,13 +6,13 @@ import type { AstroComponent } from '../types'
|
|
|
6
6
|
* @component @name Clock7
|
|
7
7
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
8
|
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/clock-7
|
|
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 Clock7 = createLucideIcon('clock-7', [["
|
|
16
|
+
const Clock7 = createLucideIcon('clock-7', [["circle",{"cx":"12","cy":"12","r":"10"}],["path",{"d":"M12 6v6l-2 4"}]]) as AstroComponent;
|
|
17
17
|
|
|
18
18
|
export default Clock7;
|
package/src/icons/clock-8.ts
CHANGED
|
@@ -6,13 +6,13 @@ import type { AstroComponent } from '../types'
|
|
|
6
6
|
* @component @name Clock8
|
|
7
7
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
8
|
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/clock-8
|
|
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 Clock8 = createLucideIcon('clock-8', [["
|
|
16
|
+
const Clock8 = createLucideIcon('clock-8', [["circle",{"cx":"12","cy":"12","r":"10"}],["path",{"d":"M12 6v6l-4 2"}]]) as AstroComponent;
|
|
17
17
|
|
|
18
18
|
export default Clock8;
|
package/src/icons/clock-9.ts
CHANGED
|
@@ -6,13 +6,13 @@ import type { AstroComponent } from '../types'
|
|
|
6
6
|
* @component @name Clock9
|
|
7
7
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
8
|
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/clock-9
|
|
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 Clock9 = createLucideIcon('clock-9', [["
|
|
16
|
+
const Clock9 = createLucideIcon('clock-9', [["circle",{"cx":"12","cy":"12","r":"10"}],["path",{"d":"M12 6v6H8"}]]) as AstroComponent;
|
|
17
17
|
|
|
18
18
|
export default Clock9;
|
package/src/icons/clock.ts
CHANGED
|
@@ -6,13 +6,13 @@ import type { AstroComponent } from '../types'
|
|
|
6
6
|
* @component @name Clock
|
|
7
7
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
8
|
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/clock
|
|
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 Clock = createLucideIcon('clock', [["
|
|
16
|
+
const Clock = createLucideIcon('clock', [["circle",{"cx":"12","cy":"12","r":"10"}],["path",{"d":"M12 6v6l4 2"}]]) as AstroComponent;
|
|
17
17
|
|
|
18
18
|
export default Clock;
|
package/src/icons/compass.ts
CHANGED
|
@@ -6,13 +6,13 @@ import type { AstroComponent } from '../types'
|
|
|
6
6
|
* @component @name Compass
|
|
7
7
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
8
|
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/compass
|
|
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 Compass = createLucideIcon('compass', [["path",{"d":"m16.24 7.76-1.804 5.411a2 2 0 0 1-1.265 1.265L7.76 16.24l1.804-5.411a2 2 0 0 1 1.265-1.265z"}]
|
|
16
|
+
const Compass = createLucideIcon('compass', [["circle",{"cx":"12","cy":"12","r":"10"}],["path",{"d":"m16.24 7.76-1.804 5.411a2 2 0 0 1-1.265 1.265L7.76 16.24l1.804-5.411a2 2 0 0 1 1.265-1.265z"}]]) as AstroComponent;
|
|
17
17
|
|
|
18
18
|
export default Compass;
|