@lucide/astro 1.45.0 → 1.47.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 +144 -144
- package/src/aliases/prefixed.ts +624 -596
- package/src/aliases/suffixed.ts +949 -921
- package/src/icons/broccoli.ts +2 -2
- package/src/icons/calendar-chevrons-right.ts +2 -2
- package/src/icons/clef-alto.ts +20 -0
- package/src/icons/clef-bass.ts +20 -0
- package/src/icons/clef-treble.ts +20 -0
- package/src/icons/cupcake.ts +20 -0
- package/src/icons/door-closed-package.ts +20 -0
- package/src/icons/faucet.ts +20 -0
- package/src/icons/index.ts +186 -172
- package/src/icons/lambda.ts +20 -0
- package/src/icons/monitor-pc.ts +20 -0
- package/src/icons/nepali-rupee.ts +20 -0
- package/src/icons/rotate-cw-clock.ts +20 -0
- package/src/icons/save-off.ts +2 -2
- package/src/icons/square-dashed-plus.ts +20 -0
- package/src/icons/square-dashed-x-corner.ts +20 -0
- package/src/icons/square-dashed-x.ts +20 -0
- package/src/icons/tube-lotion.ts +20 -0
package/src/icons/broccoli.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":"broccoli","size":24,"node":[["path",{"d":"M10 13a3 3 0
|
|
5
|
+
const iconData: LucideIconData = {"name":"broccoli","size":24,"node":[["path",{"d":"M10 13a3 3 0 01-2.121-5.121"}],["path",{"d":"M15.606 14.204c-3.5 1.5-5.899 4.503-8.899 7.503A1 1 0 016 22c-2 0-4-2-4-4a1 1 0 01.293-.707c1.911-1.911 3.823-3.578 5.347-5.441"}],["path",{"d":"M16.573 14.737A4 4 0 0114 11"}],["path",{"d":"M7.14 10.907a4 4 0 112.756-7.43A4 4 0 0116.7 4.48a2 2 0 012.82 2.82 4 4 0 011.002 6.805 4 4 0 11-7.51 1.59"}]]};
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
8
|
* @component @name Broccoli
|
|
9
9
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
10
10
|
*
|
|
11
|
-
* @preview  - https://lucide.dev/icons/broccoli
|
|
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":"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.
|
|
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.5V5a2 2 0 00-2-2H5a2 2 0 00-2 2v14a2 2 0 002 2h4"}],["path",{"d":"M3 9h18"}],["path",{"d":"M8 2v3"}]]};
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
8
|
* @component @name CalendarChevronsRight
|
|
9
9
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
10
10
|
*
|
|
11
|
-
* @preview  - https://lucide.dev/icons/calendar-chevrons-right
|
|
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":"clef-alto","size":24,"node":[["path",{"d":"M10 4v16"}],["path",{"d":"M14 4.764a3 3 0 1 1-.152 4.327A4 4 0 0 1 10 12a4 4 0 0 1 3.848 2.909A3 3 0 1 1 14 19.236"}],["path",{"d":"M6 4v16"}]]};
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* @component @name ClefAlto
|
|
9
|
+
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
10
|
+
*
|
|
11
|
+
* @preview  - https://lucide.dev/icons/clef-alto
|
|
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 ClefAlto = createLucideIcon(iconData) as AstroComponent;
|
|
19
|
+
|
|
20
|
+
export default ClefAlto;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
|
|
2
|
+
import createLucideIcon from '../createLucideIcon';
|
|
3
|
+
import type { AstroComponent, LucideIconData } from '../types'
|
|
4
|
+
|
|
5
|
+
const iconData: LucideIconData = {"name":"clef-bass","size":24,"node":[["path",{"d":"M19 11h.01"}],["path",{"d":"M19 6h.01"}],["path",{"d":"M5 8c0-4 4-4 4-4 6 0 6 6 6 6 0 7-10 11-10 11"}],["circle",{"cx":"7","cy":"8","r":"2"}]]};
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* @component @name ClefBass
|
|
9
|
+
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
10
|
+
*
|
|
11
|
+
* @preview  - https://lucide.dev/icons/clef-bass
|
|
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 ClefBass = createLucideIcon(iconData) as AstroComponent;
|
|
19
|
+
|
|
20
|
+
export default ClefBass;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
|
|
2
|
+
import createLucideIcon from '../createLucideIcon';
|
|
3
|
+
import type { AstroComponent, LucideIconData } from '../types'
|
|
4
|
+
|
|
5
|
+
const iconData: LucideIconData = {"name":"clef-treble","size":24,"node":[["path",{"d":"M10.586 21.414a2 2 0 0 0 3.378-1.791L11.036 4.377a2 2 0 1 1 3.378 1.037C12.414 7.414 7 8 7 13a5 5 0 0 0 5 5 5 4 0 0 0 5-4 3 3 0 0 0-3-3 3 2 0 0 0-3 2"}]]};
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* @component @name ClefTreble
|
|
9
|
+
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
10
|
+
*
|
|
11
|
+
* @preview  - https://lucide.dev/icons/clef-treble
|
|
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 ClefTreble = createLucideIcon(iconData) as AstroComponent;
|
|
19
|
+
|
|
20
|
+
export default ClefTreble;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
|
|
2
|
+
import createLucideIcon from '../createLucideIcon';
|
|
3
|
+
import type { AstroComponent, LucideIconData } from '../types'
|
|
4
|
+
|
|
5
|
+
const iconData: LucideIconData = {"name":"cupcake","size":24,"node":[["path",{"d":"M12 22v-9"}],["path",{"d":"M14 4h1a3 3 0 013 3l-.004.125A4 4 0 0121 11v2"}],["path",{"d":"m15.5 22 1.5-9"}],["path",{"d":"M21 13a1 1 0 01.919 1.394l-2.74 6.394A2 2 0 0117.34 22H6.659a2 2 0 01-1.838-1.212l-2.74-6.394A1 1 0 013 13z"}],["path",{"d":"M3 13v-2a4 4 0 013.003-3.875L6 7a3 3 0 013-3h1"}],["path",{"d":"M8.5 22 7 13"}],["circle",{"cx":"12","cy":"4","r":"2"}]]};
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* @component @name Cupcake
|
|
9
|
+
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
10
|
+
*
|
|
11
|
+
* @preview  - https://lucide.dev/icons/cupcake
|
|
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 Cupcake = createLucideIcon(iconData) as AstroComponent;
|
|
19
|
+
|
|
20
|
+
export default Cupcake;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
|
|
2
|
+
import createLucideIcon from '../createLucideIcon';
|
|
3
|
+
import type { AstroComponent, LucideIconData } from '../types'
|
|
4
|
+
|
|
5
|
+
const iconData: LucideIconData = {"name":"door-closed-package","size":24,"node":[["path",{"d":"M18 13v3"}],["path",{"d":"M19 9V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16"}],["path",{"d":"M2 21h8"}],["path",{"d":"M9 12h.01"}],["rect",{"x":"14","y":"13","width":"8","height":"8","rx":"1"}]]};
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* @component @name DoorClosedPackage
|
|
9
|
+
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
10
|
+
*
|
|
11
|
+
* @preview  - https://lucide.dev/icons/door-closed-package
|
|
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 DoorClosedPackage = createLucideIcon(iconData) as AstroComponent;
|
|
19
|
+
|
|
20
|
+
export default DoorClosedPackage;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
|
|
2
|
+
import createLucideIcon from '../createLucideIcon';
|
|
3
|
+
import type { AstroComponent, LucideIconData } from '../types'
|
|
4
|
+
|
|
5
|
+
const iconData: LucideIconData = {"name":"faucet","size":24,"node":[["path",{"d":"M10.083 5.428 5.57 4.083a2 2 0 10.001 3.834l4.512-1.345"}],["path",{"d":"M12 8v3"}],["path",{"d":"m13.917 5.428 4.511-1.345a2 2 0 110 3.834l-4.51-1.345"}],["path",{"d":"M18 17v-4.006"}],["path",{"d":"M22 11v8"}],["path",{"d":"M22 12h-3a1 1 0 00-1 .994h-2.539a4 4 0 00-6.915-.012L7 13a5 5 0 00-5 5v1a1 1 0 001 1h2a1 1 0 001-1v-1a1 1 0 01.995-1l1.552.018a4 4 0 006.907 0L18 17a1 1 0 001 1h3"}],["circle",{"cx":"12","cy":"6","r":"2"}]]};
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* @component @name Faucet
|
|
9
|
+
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
10
|
+
*
|
|
11
|
+
* @preview  - https://lucide.dev/icons/faucet
|
|
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 Faucet = createLucideIcon(iconData) as AstroComponent;
|
|
19
|
+
|
|
20
|
+
export default Faucet;
|