@lucide/astro 1.28.0 → 1.30.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 +147 -105
- package/src/aliases/prefixed.ts +687 -643
- package/src/aliases/suffixed.ts +986 -942
- package/src/icons/{smile-plus.ts → audio-lines-x.ts} +4 -4
- package/src/icons/broom-sparkles.ts +18 -0
- package/src/icons/broom.ts +18 -0
- package/src/icons/face-angry.ts +18 -0
- package/src/icons/{smile.ts → face-expressionless.ts} +4 -4
- package/src/icons/{laugh.ts → face-grinning.ts} +4 -4
- package/src/icons/{annoyed.ts → face-neutral.ts} +4 -4
- package/src/icons/{meh.ts → face-slightly-frowning.ts} +4 -4
- package/src/icons/face-slightly-smiling-plus.ts +18 -0
- package/src/icons/{frown.ts → face-slightly-smiling.ts} +4 -4
- package/src/icons/index.ts +199 -191
- package/src/icons/layer-arrow-down.ts +18 -0
- package/src/icons/layer-arrow-up.ts +18 -0
- package/src/icons/layers-arrow-down.ts +18 -0
- package/src/icons/layers-arrow-up.ts +18 -0
- package/src/icons/shield-lock.ts +18 -0
- package/src/icons/angry.ts +0 -18
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
|
|
2
|
+
import createLucideIcon from '../createLucideIcon';
|
|
3
|
+
import type { AstroComponent } from '../types'
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* @component @name LayerArrowDown
|
|
7
|
+
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
|
+
*
|
|
9
|
+
* @preview  - https://lucide.dev/icons/layer-arrow-down
|
|
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 LayerArrowDown = createLucideIcon('layer-arrow-down', [["path",{"d":"M12 10v10"}],["path",{"d":"M22 10a1 1 0 01-.59.92l-5.077 2.308"}],["path",{"d":"M22.017 10.005a1 1 0 00-.597-.916l-8.59-3.91a2 2 0 00-1.66.001L2.6 9.08a1 1 0 00-.02 1.831l5.093 2.316"}],["path",{"d":"m9 17 3 3 3-3"}]]) as AstroComponent;
|
|
17
|
+
|
|
18
|
+
export default LayerArrowDown;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
|
|
2
|
+
import createLucideIcon from '../createLucideIcon';
|
|
3
|
+
import type { AstroComponent } from '../types'
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* @component @name LayerArrowUp
|
|
7
|
+
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
|
+
*
|
|
9
|
+
* @preview  - https://lucide.dev/icons/layer-arrow-up
|
|
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 LayerArrowUp = createLucideIcon('layer-arrow-up', [["path",{"d":"M12 14V4"}],["path",{"d":"M7.674 10.774 2.58 13.09a1 1 0 000 1.822l8.6 3.91a2 2 0 001.65 0l8.58-3.9a1 1 0 00.59-.92 1 1 0 00-.59-.922l-5.078-2.308"}],["path",{"d":"m9 7 3-3 3 3"}]]) as AstroComponent;
|
|
17
|
+
|
|
18
|
+
export default LayerArrowUp;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
|
|
2
|
+
import createLucideIcon from '../createLucideIcon';
|
|
3
|
+
import type { AstroComponent } from '../types'
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* @component @name LayersArrowDown
|
|
7
|
+
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
|
+
*
|
|
9
|
+
* @preview  - https://lucide.dev/icons/layers-arrow-down
|
|
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 LayersArrowDown = createLucideIcon('layers-arrow-down', [["path",{"d":"M12 7v15"}],["path",{"d":"M2 12a1 1 0 00.58.91l5.093 2.316"}],["path",{"d":"M22 12a1 1 0 01-.59.92l-5.077 2.308"}],["path",{"d":"M8 10.37 2.6 7.91a1 1 0 010-1.831l8.57-3.9a2 2 0 011.66.001l8.59 3.91a1 1 0 010 1.831l-5.392 2.45"}],["path",{"d":"m9 19 3 3 3-3"}]]) as AstroComponent;
|
|
17
|
+
|
|
18
|
+
export default LayersArrowDown;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
|
|
2
|
+
import createLucideIcon from '../createLucideIcon';
|
|
3
|
+
import type { AstroComponent } from '../types'
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* @component @name LayersArrowUp
|
|
7
|
+
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
|
+
*
|
|
9
|
+
* @preview  - https://lucide.dev/icons/layers-arrow-up
|
|
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 LayersArrowUp = createLucideIcon('layers-arrow-up', [["path",{"d":"M12 12V2"}],["path",{"d":"M2 17.002a1 1 0 00.58.91l8.6 3.91a2 2 0 001.65 0l8.58-3.9a1 1 0 00.59-.92"}],["path",{"d":"M7.674 8.774 2.58 11.09a1 1 0 000 1.822l8.6 3.91a2 2 0 001.65 0l8.58-3.9a1 1 0 00.59-.92 1 1 0 00-.59-.922l-5.078-2.308"}],["path",{"d":"m9 5 3-3 3 3"}]]) as AstroComponent;
|
|
17
|
+
|
|
18
|
+
export default LayersArrowUp;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
|
|
2
|
+
import createLucideIcon from '../createLucideIcon';
|
|
3
|
+
import type { AstroComponent } from '../types'
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* @component @name ShieldLock
|
|
7
|
+
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
|
+
*
|
|
9
|
+
* @preview  - https://lucide.dev/icons/shield-lock
|
|
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 ShieldLock = createLucideIcon('shield-lock', [["path",{"d":"M20 9.807V6a1 1 0 00-1-1c-2 0-4.49-1.19-6.24-2.72a1.17 1.17 0 00-1.52 0C9.5 3.8 7 5 5 5a1 1 0 00-1 1v7c0 3.88 2.107 6.254 5 7.796"}],["path",{"d":"M19 17v-2a2 2 0 00-4 0v2"}],["rect",{"x":"13","y":"17","width":"8","height":"5","rx":"1"}]]) as AstroComponent;
|
|
17
|
+
|
|
18
|
+
export default ShieldLock;
|
package/src/icons/angry.ts
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
import createLucideIcon from '../createLucideIcon';
|
|
3
|
-
import type { AstroComponent } from '../types'
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* @component @name Angry
|
|
7
|
-
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
|
-
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/angry
|
|
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 Angry = createLucideIcon('angry', [["circle",{"cx":"12","cy":"12","r":"10"}],["path",{"d":"M16 16s-1.5-2-4-2-4 2-4 2"}],["path",{"d":"M7.5 8 10 9"}],["path",{"d":"m14 9 2.5-1"}],["path",{"d":"M9 10h.01"}],["path",{"d":"M15 10h.01"}]]) as AstroComponent;
|
|
17
|
-
|
|
18
|
-
export default Angry;
|