@lucide/astro 1.44.0 → 1.45.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 +2 -2
- package/src/aliases/aliases.ts +152 -134
- package/src/aliases/prefixed.ts +639 -599
- package/src/aliases/suffixed.ts +844 -804
- package/src/icons/book-bookmark.ts +20 -0
- package/src/icons/building-complex-plus.ts +20 -0
- package/src/icons/{building-2.ts → building-complex.ts} +5 -5
- package/src/icons/calendar-chevrons-right.ts +20 -0
- package/src/icons/cookie.ts +2 -2
- package/src/icons/folder-bookmark.ts +2 -2
- package/src/icons/globe-code.ts +20 -0
- package/src/icons/hourglass-cog.ts +20 -0
- package/src/icons/houses.ts +20 -0
- package/src/icons/index.ts +173 -159
- package/src/icons/iv-bag.ts +20 -0
- package/src/icons/{album.ts → layout-arrow-down.ts} +5 -5
- package/src/icons/layout-arrow-right.ts +20 -0
- package/src/icons/lectern.ts +2 -2
- package/src/icons/messages-circle.ts +20 -0
- package/src/icons/mouth-off.ts +20 -0
- package/src/icons/mouth.ts +20 -0
- package/src/icons/notebook-dot.ts +20 -0
- package/src/icons/park.ts +20 -0
- package/src/icons/plant-pot.ts +20 -0
- package/src/icons/{book-marked.ts → square-bookmark.ts} +5 -5
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
|
|
2
|
+
import createLucideIcon from '../createLucideIcon';
|
|
3
|
+
import type { AstroComponent, LucideIconData } from '../types'
|
|
4
|
+
|
|
5
|
+
const iconData: LucideIconData = {"name":"book-bookmark","size":24,"node":[["path",{"d":"M10 2v7.751a.25.25 0 00.407.195l2.28-1.834a.5.5 0 01.627 0l2.28 1.834A.25.25 0 0016 9.751V2"}],["path",{"d":"M4 19.5v-15A2.5 2.5 0 016.5 2H19a1 1 0 011 1v18a1 1 0 01-1 1H6.5a1 1 0 010-5H20"}]],"aliases":["book-marked"]};
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* @component @name BookBookmark
|
|
9
|
+
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
10
|
+
*
|
|
11
|
+
* @preview  - https://lucide.dev/icons/book-bookmark
|
|
12
|
+
* @see https://lucide.dev/guide/packages/lucide-astro - Documentation
|
|
13
|
+
*
|
|
14
|
+
* @param {import('../types').IconProps} props - Lucide icons props and any valid SVG attribute
|
|
15
|
+
* @returns {any} Astro Component
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
const BookBookmark = createLucideIcon(iconData) as AstroComponent;
|
|
19
|
+
|
|
20
|
+
export default BookBookmark;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
|
|
2
|
+
import createLucideIcon from '../createLucideIcon';
|
|
3
|
+
import type { AstroComponent, LucideIconData } from '../types'
|
|
4
|
+
|
|
5
|
+
const iconData: LucideIconData = {"name":"building-complex-plus","size":24,"node":[["path",{"d":"M10 12h4"}],["path",{"d":"M10 21v-3a2 2 0 013.05-1.702"}],["path",{"d":"M10 8h4"}],["path",{"d":"M16 19h6"}],["path",{"d":"M18 7h2a2 2 0 012 2v4.355"}],["path",{"d":"M19 16v6"}],["path",{"d":"M6 10H4a2 2 0 00-2 2v7a2 2 0 002 2h8.535"}],["path",{"d":"M6 21V5a2 2 0 012-2h8a2 2 0 012 2v7.126"}]]};
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* @component @name BuildingComplexPlus
|
|
9
|
+
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
10
|
+
*
|
|
11
|
+
* @preview  - https://lucide.dev/icons/building-complex-plus
|
|
12
|
+
* @see https://lucide.dev/guide/packages/lucide-astro - Documentation
|
|
13
|
+
*
|
|
14
|
+
* @param {import('../types').IconProps} props - Lucide icons props and any valid SVG attribute
|
|
15
|
+
* @returns {any} Astro Component
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
const BuildingComplexPlus = createLucideIcon(iconData) as AstroComponent;
|
|
19
|
+
|
|
20
|
+
export default BuildingComplexPlus;
|
|
@@ -2,19 +2,19 @@
|
|
|
2
2
|
import createLucideIcon from '../createLucideIcon';
|
|
3
3
|
import type { AstroComponent, LucideIconData } from '../types'
|
|
4
4
|
|
|
5
|
-
const iconData: LucideIconData = {"name":"building-
|
|
5
|
+
const iconData: LucideIconData = {"name":"building-complex","size":24,"node":[["path",{"d":"M10 12h4"}],["path",{"d":"M10 8h4"}],["path",{"d":"M14 21v-3a2 2 0 0 0-4 0v3"}],["path",{"d":"M6 10H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-2"}],["path",{"d":"M6 21V5a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v16"}]],"aliases":["building-2"]};
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
|
-
* @component @name
|
|
8
|
+
* @component @name BuildingComplex
|
|
9
9
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
10
10
|
*
|
|
11
|
-
* @preview  - https://lucide.dev/icons/building-
|
|
11
|
+
* @preview  - https://lucide.dev/icons/building-complex
|
|
12
12
|
* @see https://lucide.dev/guide/packages/lucide-astro - Documentation
|
|
13
13
|
*
|
|
14
14
|
* @param {import('../types').IconProps} props - Lucide icons props and any valid SVG attribute
|
|
15
15
|
* @returns {any} Astro Component
|
|
16
16
|
*
|
|
17
17
|
*/
|
|
18
|
-
const
|
|
18
|
+
const BuildingComplex = createLucideIcon(iconData) as AstroComponent;
|
|
19
19
|
|
|
20
|
-
export default
|
|
20
|
+
export default BuildingComplex;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
|
|
2
|
+
import createLucideIcon from '../createLucideIcon';
|
|
3
|
+
import type { AstroComponent, LucideIconData } from '../types'
|
|
4
|
+
|
|
5
|
+
const iconData: LucideIconData = {"name":"calendar-chevrons-right","size":24,"node":[["path",{"d":"m13 21 3-3-3-3"}],["path",{"d":"M16 2v3"}],["path",{"d":"m19 21 3-3-3-3"}],["path",{"d":"M21 11.5V5.05a2 2 0 00-2-2H5a2 2 0 00-2 2v14a2 2 0 002 2L9 21"}],["path",{"d":"M3 9h18"}],["path",{"d":"M8 2v3"}]]};
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* @component @name CalendarChevronsRight
|
|
9
|
+
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
10
|
+
*
|
|
11
|
+
* @preview  - https://lucide.dev/icons/calendar-chevrons-right
|
|
12
|
+
* @see https://lucide.dev/guide/packages/lucide-astro - Documentation
|
|
13
|
+
*
|
|
14
|
+
* @param {import('../types').IconProps} props - Lucide icons props and any valid SVG attribute
|
|
15
|
+
* @returns {any} Astro Component
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
const CalendarChevronsRight = createLucideIcon(iconData) as AstroComponent;
|
|
19
|
+
|
|
20
|
+
export default CalendarChevronsRight;
|
package/src/icons/cookie.ts
CHANGED
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
import createLucideIcon from '../createLucideIcon';
|
|
3
3
|
import type { AstroComponent, LucideIconData } from '../types'
|
|
4
4
|
|
|
5
|
-
const iconData: LucideIconData = {"name":"cookie","size":24,"node":[["path",{"d":"
|
|
5
|
+
const iconData: LucideIconData = {"name":"cookie","size":24,"node":[["path",{"d":"M11 17h.01"}],["path",{"d":"M11.496 2c.324-.016.558.292.529.615a4 4 0 004.235 4.368.713.713 0 01.758.757 4 4 0 004.366 4.237c.323-.03.63.204.614.527a10 10 0 01-2.915 6.566A1 1 0 114.93 4.918 10 10 0 0111.496 2"}],["path",{"d":"M12 12h.01"}],["path",{"d":"M16 16h.01"}],["path",{"d":"M16 3h.01"}],["path",{"d":"M21 4h.01"}],["path",{"d":"M21 8h.01"}],["path",{"d":"M7 14h.01"}],["path",{"d":"M9 8h.01"}]]};
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
8
|
* @component @name Cookie
|
|
9
9
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
10
10
|
*
|
|
11
|
-
* @preview  - https://lucide.dev/icons/cookie
|
|
12
12
|
* @see https://lucide.dev/guide/packages/lucide-astro - Documentation
|
|
13
13
|
*
|
|
14
14
|
* @param {import('../types').IconProps} props - Lucide icons props and any valid SVG attribute
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
import createLucideIcon from '../createLucideIcon';
|
|
3
3
|
import type { AstroComponent, LucideIconData } from '../types'
|
|
4
4
|
|
|
5
|
-
const iconData: LucideIconData = {"name":"folder-bookmark","size":24,"node":[["path",{"d":"M12
|
|
5
|
+
const iconData: LucideIconData = {"name":"folder-bookmark","size":24,"node":[["path",{"d":"M12 6v7.751a.25.25 0 00.407.195l2.28-1.834a.5.5 0 01.627 0l2.28 1.834a.25.25 0 00.406-.195V6"}],["path",{"d":"M20 20a2 2 0 002-2V8a2 2 0 00-2-2h-7.9a2 2 0 01-1.69-.9L9.6 3.9A2 2 0 007.93 3H4a2 2 0 00-2 2v13a2 2 0 002 2z"}]]};
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
8
|
* @component @name FolderBookmark
|
|
9
9
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
10
10
|
*
|
|
11
|
-
* @preview  - https://lucide.dev/icons/folder-bookmark
|
|
12
12
|
* @see https://lucide.dev/guide/packages/lucide-astro - Documentation
|
|
13
13
|
*
|
|
14
14
|
* @param {import('../types').IconProps} props - Lucide icons props and any valid SVG attribute
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
|
|
2
|
+
import createLucideIcon from '../createLucideIcon';
|
|
3
|
+
import type { AstroComponent, LucideIconData } from '../types'
|
|
4
|
+
|
|
5
|
+
const iconData: LucideIconData = {"name":"globe-code","size":24,"node":[["path",{"d":"M15.5 10 13 7.5 15.5 5"}],["path",{"d":"M15.861 14A14.5 14.5 0 0112 22a14.48 14.48 0 010-20 10 10 0 109.888 11.5"}],["path",{"d":"M19.5 5 22 7.5 19.5 10"}],["path",{"d":"M2 12h8.5"}]]};
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* @component @name GlobeCode
|
|
9
|
+
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
10
|
+
*
|
|
11
|
+
* @preview  - https://lucide.dev/icons/globe-code
|
|
12
|
+
* @see https://lucide.dev/guide/packages/lucide-astro - Documentation
|
|
13
|
+
*
|
|
14
|
+
* @param {import('../types').IconProps} props - Lucide icons props and any valid SVG attribute
|
|
15
|
+
* @returns {any} Astro Component
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
const GlobeCode = createLucideIcon(iconData) as AstroComponent;
|
|
19
|
+
|
|
20
|
+
export default GlobeCode;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
|
|
2
|
+
import createLucideIcon from '../createLucideIcon';
|
|
3
|
+
import type { AstroComponent, LucideIconData } from '../types'
|
|
4
|
+
|
|
5
|
+
const iconData: LucideIconData = {"name":"hourglass-cog","size":24,"node":[["path",{"d":"m14.305 19.53.923-.382"}],["path",{"d":"m15.228 16.852-.923-.383"}],["path",{"d":"m16.852 15.228-.383-.923"}],["path",{"d":"m16.852 20.772-.383.924"}],["path",{"d":"M17 2v4.172a2 2 0 0 1-.586 1.414l-8.828 8.828A2 2 0 0 0 7 17.828V22"}],["path",{"d":"m19.148 15.228.383-.923"}],["path",{"d":"m19.53 21.696-.382-.924"}],["path",{"d":"m20.772 16.852.924-.383"}],["path",{"d":"m20.772 19.148.924.383"}],["path",{"d":"M5 22h6.159"}],["path",{"d":"M5 2h14"}],["path",{"d":"M7 2v4.172a2 2 0 0 0 .586 1.414l5.188 5.188"}],["circle",{"cx":"18","cy":"18","r":"3"}]]};
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* @component @name HourglassCog
|
|
9
|
+
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
10
|
+
*
|
|
11
|
+
* @preview  - https://lucide.dev/icons/hourglass-cog
|
|
12
|
+
* @see https://lucide.dev/guide/packages/lucide-astro - Documentation
|
|
13
|
+
*
|
|
14
|
+
* @param {import('../types').IconProps} props - Lucide icons props and any valid SVG attribute
|
|
15
|
+
* @returns {any} Astro Component
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
const HourglassCog = createLucideIcon(iconData) as AstroComponent;
|
|
19
|
+
|
|
20
|
+
export default HourglassCog;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
|
|
2
|
+
import createLucideIcon from '../createLucideIcon';
|
|
3
|
+
import type { AstroComponent, LucideIconData } from '../types'
|
|
4
|
+
|
|
5
|
+
const iconData: LucideIconData = {"name":"houses","size":24,"node":[["path",{"d":"m12.681 4.24.834-.715a1.45 1.45 0 011.88 0l5.09 4.364A1.45 1.45 0 0121 9v6.546a1.45 1.45 0 01-1 1.381"}],["path",{"d":"M15.485 11.889A1.45 1.45 0 0116 13v6.546A1.454 1.454 0 0114.546 21H4.364a1.454 1.454 0 01-1.454-1.454V13a1.45 1.45 0 01.515-1.111l5.09-4.364a1.45 1.45 0 011.88 0z"}],["path",{"d":"M7.41 20.546v-4a1 1 0 011-1h2a1 1 0 011 1v4"}]]};
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* @component @name Houses
|
|
9
|
+
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
10
|
+
*
|
|
11
|
+
* @preview  - https://lucide.dev/icons/houses
|
|
12
|
+
* @see https://lucide.dev/guide/packages/lucide-astro - Documentation
|
|
13
|
+
*
|
|
14
|
+
* @param {import('../types').IconProps} props - Lucide icons props and any valid SVG attribute
|
|
15
|
+
* @returns {any} Astro Component
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
const Houses = createLucideIcon(iconData) as AstroComponent;
|
|
19
|
+
|
|
20
|
+
export default Houses;
|