@lucide/astro 1.0.0 → 1.1.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/LICENSE +7 -3
- package/README.md +2 -2
- package/package.json +5 -5
- package/src/aliases/aliases.ts +158 -164
- package/src/aliases/prefixed.ts +779 -817
- package/src/aliases/suffixed.ts +1070 -1108
- package/src/icons/arrow-big-down-dash.ts +2 -2
- package/src/icons/arrow-big-down.ts +2 -2
- package/src/icons/arrow-big-left-dash.ts +2 -2
- package/src/icons/arrow-big-left.ts +2 -2
- package/src/icons/arrow-big-right-dash.ts +2 -2
- package/src/icons/arrow-big-right.ts +2 -2
- package/src/icons/arrow-big-up-dash.ts +2 -2
- package/src/icons/arrow-big-up.ts +2 -2
- package/src/icons/circle-user-round.ts +2 -2
- package/src/icons/index.ts +68 -85
- package/src/icons/milestone.ts +2 -2
- package/src/icons/{framer.ts → road.ts} +5 -5
- package/src/icons/signpost.ts +2 -2
- package/src/icons/chromium.ts +0 -18
- package/src/icons/codepen.ts +0 -18
- package/src/icons/codesandbox.ts +0 -18
- package/src/icons/dribbble.ts +0 -18
- package/src/icons/facebook.ts +0 -18
- package/src/icons/figma.ts +0 -18
- package/src/icons/github.ts +0 -18
- package/src/icons/gitlab.ts +0 -18
- package/src/icons/instagram.ts +0 -18
- package/src/icons/linkedin.ts +0 -18
- package/src/icons/pocket.ts +0 -18
- package/src/icons/rail-symbol.ts +0 -18
- package/src/icons/slack.ts +0 -18
- package/src/icons/trello.ts +0 -18
- package/src/icons/twitch.ts +0 -18
- package/src/icons/twitter.ts +0 -18
- package/src/icons/youtube.ts +0 -18
package/src/icons/milestone.ts
CHANGED
|
@@ -6,13 +6,13 @@ import type { AstroComponent } from '../types'
|
|
|
6
6
|
* @component @name Milestone
|
|
7
7
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
8
|
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/milestone
|
|
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 Milestone = createLucideIcon('milestone', [["path",{"d":"M12 13v8"}],["path",{"d":"M12 3v3"}],["path",{"d":"
|
|
16
|
+
const Milestone = createLucideIcon('milestone', [["path",{"d":"M12 13v8"}],["path",{"d":"M12 3v3"}],["path",{"d":"M18.172 6a2 2 0 0 1 1.414.586l2.06 2.06a1.207 1.207 0 0 1 0 1.708l-2.06 2.06a2 2 0 0 1-1.414.586H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1z"}]]) as AstroComponent;
|
|
17
17
|
|
|
18
18
|
export default Milestone;
|
|
@@ -3,16 +3,16 @@ import createLucideIcon from '../createLucideIcon';
|
|
|
3
3
|
import type { AstroComponent } from '../types'
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
|
-
* @component @name
|
|
6
|
+
* @component @name Road
|
|
7
7
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
8
|
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/road
|
|
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
|
|
16
|
+
const Road = createLucideIcon('road', [["path",{"d":"M12 17v4"}],["path",{"d":"M12 5V3"}],["path",{"d":"M12 9v3"}],["path",{"d":"M2.077 18.449A2 2 0 0 0 4 21h16a2 2 0 0 0 1.924-2.55l-4-14A2 2 0 0 0 16 3H8a2 2 0 0 0-1.924 1.45z"}]]) as AstroComponent;
|
|
17
17
|
|
|
18
|
-
export default
|
|
18
|
+
export default Road;
|
package/src/icons/signpost.ts
CHANGED
|
@@ -6,13 +6,13 @@ import type { AstroComponent } from '../types'
|
|
|
6
6
|
* @component @name Signpost
|
|
7
7
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
8
|
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/signpost
|
|
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 Signpost = createLucideIcon('signpost', [["path",{"d":"M12 13v8"}],["path",{"d":"M12 3v3"}],["path",{"d":"
|
|
16
|
+
const Signpost = createLucideIcon('signpost', [["path",{"d":"M12 13v8"}],["path",{"d":"M12 3v3"}],["path",{"d":"M2.354 10.354a1.207 1.207 0 0 1 0-1.708l2.06-2.06A2 2 0 0 1 5.828 6h12.344a2 2 0 0 1 1.414.586l2.06 2.06a1.207 1.207 0 0 1 0 1.708l-2.06 2.06a2 2 0 0 1-1.414.586H5.828a2 2 0 0 1-1.414-.586z"}]]) as AstroComponent;
|
|
17
17
|
|
|
18
18
|
export default Signpost;
|
package/src/icons/chromium.ts
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
import createLucideIcon from '../createLucideIcon';
|
|
3
|
-
import type { AstroComponent } from '../types'
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* @component @name Chromium
|
|
7
|
-
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
|
-
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/chromium
|
|
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
|
-
* @deprecated Brand icons have been deprecated and are due to be removed, please refer to https://github.com/lucide-icons/lucide/issues/670. We recommend using https://simpleicons.org/?q=chromium instead. This icon will be removed in v1.0
|
|
15
|
-
*/
|
|
16
|
-
const Chromium = createLucideIcon('chromium', [["path",{"d":"M10.88 21.94 15.46 14"}],["path",{"d":"M21.17 8H12"}],["path",{"d":"M3.95 6.06 8.54 14"}],["circle",{"cx":"12","cy":"12","r":"10"}],["circle",{"cx":"12","cy":"12","r":"4"}]]) as AstroComponent;
|
|
17
|
-
|
|
18
|
-
export default Chromium;
|
package/src/icons/codepen.ts
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
import createLucideIcon from '../createLucideIcon';
|
|
3
|
-
import type { AstroComponent } from '../types'
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* @component @name Codepen
|
|
7
|
-
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
|
-
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/codepen
|
|
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
|
-
* @deprecated Brand icons have been deprecated and are due to be removed, please refer to https://github.com/lucide-icons/lucide/issues/670. We recommend using https://simpleicons.org/?q=codepen instead. This icon will be removed in v1.0
|
|
15
|
-
*/
|
|
16
|
-
const Codepen = createLucideIcon('codepen', [["polygon",{"points":"12 2 22 8.5 22 15.5 12 22 2 15.5 2 8.5 12 2"}],["line",{"x1":"12","x2":"12","y1":"22","y2":"15.5"}],["polyline",{"points":"22 8.5 12 15.5 2 8.5"}],["polyline",{"points":"2 15.5 12 8.5 22 15.5"}],["line",{"x1":"12","x2":"12","y1":"2","y2":"8.5"}]]) as AstroComponent;
|
|
17
|
-
|
|
18
|
-
export default Codepen;
|
package/src/icons/codesandbox.ts
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
import createLucideIcon from '../createLucideIcon';
|
|
3
|
-
import type { AstroComponent } from '../types'
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* @component @name Codesandbox
|
|
7
|
-
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
|
-
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/codesandbox
|
|
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
|
-
* @deprecated Brand icons have been deprecated and are due to be removed, please refer to https://github.com/lucide-icons/lucide/issues/670. We recommend using https://simpleicons.org/?q=codesandbox instead. This icon will be removed in v1.0
|
|
15
|
-
*/
|
|
16
|
-
const Codesandbox = createLucideIcon('codesandbox', [["path",{"d":"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"}],["polyline",{"points":"7.5 4.21 12 6.81 16.5 4.21"}],["polyline",{"points":"7.5 19.79 7.5 14.6 3 12"}],["polyline",{"points":"21 12 16.5 14.6 16.5 19.79"}],["polyline",{"points":"3.27 6.96 12 12.01 20.73 6.96"}],["line",{"x1":"12","x2":"12","y1":"22.08","y2":"12"}]]) as AstroComponent;
|
|
17
|
-
|
|
18
|
-
export default Codesandbox;
|
package/src/icons/dribbble.ts
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
import createLucideIcon from '../createLucideIcon';
|
|
3
|
-
import type { AstroComponent } from '../types'
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* @component @name Dribbble
|
|
7
|
-
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
|
-
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/dribbble
|
|
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
|
-
* @deprecated Brand icons have been deprecated and are due to be removed, please refer to https://github.com/lucide-icons/lucide/issues/670. We recommend using https://simpleicons.org/?q=dribbble instead. This icon will be removed in v1.0
|
|
15
|
-
*/
|
|
16
|
-
const Dribbble = createLucideIcon('dribbble', [["circle",{"cx":"12","cy":"12","r":"10"}],["path",{"d":"M19.13 5.09C15.22 9.14 10 10.44 2.25 10.94"}],["path",{"d":"M21.75 12.84c-6.62-1.41-12.14 1-16.38 6.32"}],["path",{"d":"M8.56 2.75c4.37 6 6 9.42 8 17.72"}]]) as AstroComponent;
|
|
17
|
-
|
|
18
|
-
export default Dribbble;
|
package/src/icons/facebook.ts
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
import createLucideIcon from '../createLucideIcon';
|
|
3
|
-
import type { AstroComponent } from '../types'
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* @component @name Facebook
|
|
7
|
-
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
|
-
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/facebook
|
|
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
|
-
* @deprecated Brand icons have been deprecated and are due to be removed, please refer to https://github.com/lucide-icons/lucide/issues/670. We recommend using https://simpleicons.org/?q=facebook instead. This icon will be removed in v1.0
|
|
15
|
-
*/
|
|
16
|
-
const Facebook = createLucideIcon('facebook', [["path",{"d":"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"}]]) as AstroComponent;
|
|
17
|
-
|
|
18
|
-
export default Facebook;
|
package/src/icons/figma.ts
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
import createLucideIcon from '../createLucideIcon';
|
|
3
|
-
import type { AstroComponent } from '../types'
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* @component @name Figma
|
|
7
|
-
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
|
-
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/figma
|
|
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
|
-
* @deprecated Brand icons have been deprecated and are due to be removed, please refer to https://github.com/lucide-icons/lucide/issues/670. We recommend using https://simpleicons.org/?q=figma instead. This icon will be removed in v1.0
|
|
15
|
-
*/
|
|
16
|
-
const Figma = createLucideIcon('figma', [["path",{"d":"M5 5.5A3.5 3.5 0 0 1 8.5 2H12v7H8.5A3.5 3.5 0 0 1 5 5.5z"}],["path",{"d":"M12 2h3.5a3.5 3.5 0 1 1 0 7H12V2z"}],["path",{"d":"M12 12.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 1 1-7 0z"}],["path",{"d":"M5 19.5A3.5 3.5 0 0 1 8.5 16H12v3.5a3.5 3.5 0 1 1-7 0z"}],["path",{"d":"M5 12.5A3.5 3.5 0 0 1 8.5 9H12v7H8.5A3.5 3.5 0 0 1 5 12.5z"}]]) as AstroComponent;
|
|
17
|
-
|
|
18
|
-
export default Figma;
|
package/src/icons/github.ts
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
import createLucideIcon from '../createLucideIcon';
|
|
3
|
-
import type { AstroComponent } from '../types'
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* @component @name Github
|
|
7
|
-
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
|
-
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/github
|
|
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
|
-
* @deprecated Brand icons have been deprecated and are due to be removed, please refer to https://github.com/lucide-icons/lucide/issues/670. We recommend using https://simpleicons.org/?q=github instead. This icon will be removed in v1.0
|
|
15
|
-
*/
|
|
16
|
-
const Github = createLucideIcon('github', [["path",{"d":"M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4"}],["path",{"d":"M9 18c-4.51 2-5-2-7-2"}]]) as AstroComponent;
|
|
17
|
-
|
|
18
|
-
export default Github;
|
package/src/icons/gitlab.ts
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
import createLucideIcon from '../createLucideIcon';
|
|
3
|
-
import type { AstroComponent } from '../types'
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* @component @name Gitlab
|
|
7
|
-
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
|
-
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/gitlab
|
|
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
|
-
* @deprecated Brand icons have been deprecated and are due to be removed, please refer to https://github.com/lucide-icons/lucide/issues/670. We recommend using https://simpleicons.org/?q=gitlab instead. This icon will be removed in v1.0
|
|
15
|
-
*/
|
|
16
|
-
const Gitlab = createLucideIcon('gitlab', [["path",{"d":"m22 13.29-3.33-10a.42.42 0 0 0-.14-.18.38.38 0 0 0-.22-.11.39.39 0 0 0-.23.07.42.42 0 0 0-.14.18l-2.26 6.67H8.32L6.1 3.26a.42.42 0 0 0-.1-.18.38.38 0 0 0-.26-.08.39.39 0 0 0-.23.07.42.42 0 0 0-.14.18L2 13.29a.74.74 0 0 0 .27.83L12 21l9.69-6.88a.71.71 0 0 0 .31-.83Z"}]]) as AstroComponent;
|
|
17
|
-
|
|
18
|
-
export default Gitlab;
|
package/src/icons/instagram.ts
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
import createLucideIcon from '../createLucideIcon';
|
|
3
|
-
import type { AstroComponent } from '../types'
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* @component @name Instagram
|
|
7
|
-
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
|
-
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/instagram
|
|
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
|
-
* @deprecated Brand icons have been deprecated and are due to be removed, please refer to https://github.com/lucide-icons/lucide/issues/670. We recommend using https://simpleicons.org/?q=instagram instead. This icon will be removed in v1.0
|
|
15
|
-
*/
|
|
16
|
-
const Instagram = createLucideIcon('instagram', [["rect",{"width":"20","height":"20","x":"2","y":"2","rx":"5","ry":"5"}],["path",{"d":"M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"}],["line",{"x1":"17.5","x2":"17.51","y1":"6.5","y2":"6.5"}]]) as AstroComponent;
|
|
17
|
-
|
|
18
|
-
export default Instagram;
|
package/src/icons/linkedin.ts
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
import createLucideIcon from '../createLucideIcon';
|
|
3
|
-
import type { AstroComponent } from '../types'
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* @component @name Linkedin
|
|
7
|
-
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
|
-
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/linkedin
|
|
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
|
-
* @deprecated Brand icons have been deprecated and are due to be removed, please refer to https://github.com/lucide-icons/lucide/issues/670. We recommend using https://simpleicons.org/?q=linkedin instead. This icon will be removed in v1.0
|
|
15
|
-
*/
|
|
16
|
-
const Linkedin = createLucideIcon('linkedin', [["path",{"d":"M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"}],["rect",{"width":"4","height":"12","x":"2","y":"9"}],["circle",{"cx":"4","cy":"4","r":"2"}]]) as AstroComponent;
|
|
17
|
-
|
|
18
|
-
export default Linkedin;
|
package/src/icons/pocket.ts
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
import createLucideIcon from '../createLucideIcon';
|
|
3
|
-
import type { AstroComponent } from '../types'
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* @component @name Pocket
|
|
7
|
-
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
|
-
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/pocket
|
|
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
|
-
* @deprecated Brand icons have been deprecated and are due to be removed, please refer to https://github.com/lucide-icons/lucide/issues/670. We recommend using https://simpleicons.org/?q=pocket instead. This icon will be removed in v1.0
|
|
15
|
-
*/
|
|
16
|
-
const Pocket = createLucideIcon('pocket', [["path",{"d":"M20 3a2 2 0 0 1 2 2v6a1 1 0 0 1-20 0V5a2 2 0 0 1 2-2z"}],["path",{"d":"m8 10 4 4 4-4"}]]) as AstroComponent;
|
|
17
|
-
|
|
18
|
-
export default Pocket;
|
package/src/icons/rail-symbol.ts
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
import createLucideIcon from '../createLucideIcon';
|
|
3
|
-
import type { AstroComponent } from '../types'
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* @component @name RailSymbol
|
|
7
|
-
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
|
-
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/rail-symbol
|
|
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
|
-
* @deprecated Brand icons have been deprecated and are due to be removed, please refer to https://github.com/lucide-icons/lucide/issues/670. We recommend using https://simpleicons.org/?q=rail-symbol instead. This icon will be removed in v1.0
|
|
15
|
-
*/
|
|
16
|
-
const RailSymbol = createLucideIcon('rail-symbol', [["path",{"d":"M5 15h14"}],["path",{"d":"M5 9h14"}],["path",{"d":"m14 20-5-5 6-6-5-5"}]]) as AstroComponent;
|
|
17
|
-
|
|
18
|
-
export default RailSymbol;
|
package/src/icons/slack.ts
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
import createLucideIcon from '../createLucideIcon';
|
|
3
|
-
import type { AstroComponent } from '../types'
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* @component @name Slack
|
|
7
|
-
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
|
-
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/slack
|
|
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
|
-
* @deprecated Brand icons have been deprecated and are due to be removed, please refer to https://github.com/lucide-icons/lucide/issues/670. We recommend using https://simpleicons.org/?q=slack instead. This icon will be removed in v1.0
|
|
15
|
-
*/
|
|
16
|
-
const Slack = createLucideIcon('slack', [["rect",{"width":"3","height":"8","x":"13","y":"2","rx":"1.5"}],["path",{"d":"M19 8.5V10h1.5A1.5 1.5 0 1 0 19 8.5"}],["rect",{"width":"3","height":"8","x":"8","y":"14","rx":"1.5"}],["path",{"d":"M5 15.5V14H3.5A1.5 1.5 0 1 0 5 15.5"}],["rect",{"width":"8","height":"3","x":"14","y":"13","rx":"1.5"}],["path",{"d":"M15.5 19H14v1.5a1.5 1.5 0 1 0 1.5-1.5"}],["rect",{"width":"8","height":"3","x":"2","y":"8","rx":"1.5"}],["path",{"d":"M8.5 5H10V3.5A1.5 1.5 0 1 0 8.5 5"}]]) as AstroComponent;
|
|
17
|
-
|
|
18
|
-
export default Slack;
|
package/src/icons/trello.ts
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
import createLucideIcon from '../createLucideIcon';
|
|
3
|
-
import type { AstroComponent } from '../types'
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* @component @name Trello
|
|
7
|
-
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
|
-
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/trello
|
|
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
|
-
* @deprecated Brand icons have been deprecated and are due to be removed, please refer to https://github.com/lucide-icons/lucide/issues/670. We recommend using https://simpleicons.org/?q=trello instead. This icon will be removed in v1.0
|
|
15
|
-
*/
|
|
16
|
-
const Trello = createLucideIcon('trello', [["rect",{"width":"18","height":"18","x":"3","y":"3","rx":"2","ry":"2"}],["rect",{"width":"3","height":"9","x":"7","y":"7"}],["rect",{"width":"3","height":"5","x":"14","y":"7"}]]) as AstroComponent;
|
|
17
|
-
|
|
18
|
-
export default Trello;
|
package/src/icons/twitch.ts
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
import createLucideIcon from '../createLucideIcon';
|
|
3
|
-
import type { AstroComponent } from '../types'
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* @component @name Twitch
|
|
7
|
-
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
|
-
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/twitch
|
|
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
|
-
* @deprecated Brand icons have been deprecated and are due to be removed, please refer to https://github.com/lucide-icons/lucide/issues/670. We recommend using https://simpleicons.org/?q=twitch instead. This icon will be removed in v1.0
|
|
15
|
-
*/
|
|
16
|
-
const Twitch = createLucideIcon('twitch', [["path",{"d":"M21 2H3v16h5v4l4-4h5l4-4V2zm-10 9V7m5 4V7"}]]) as AstroComponent;
|
|
17
|
-
|
|
18
|
-
export default Twitch;
|
package/src/icons/twitter.ts
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
import createLucideIcon from '../createLucideIcon';
|
|
3
|
-
import type { AstroComponent } from '../types'
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* @component @name Twitter
|
|
7
|
-
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
|
-
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/twitter
|
|
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
|
-
* @deprecated Brand icons have been deprecated and are due to be removed, please refer to https://github.com/lucide-icons/lucide/issues/670. We recommend using https://simpleicons.org/?q=twitter instead. This icon will be removed in v1.0
|
|
15
|
-
*/
|
|
16
|
-
const Twitter = createLucideIcon('twitter', [["path",{"d":"M22 4s-.7 2.1-2 3.4c1.6 10-9.4 17.3-18 11.6 2.2.1 4.4-.6 6-2C3 15.5.5 9.6 3 5c2.2 2.6 5.6 4.1 9 4-.9-4.2 4-6.6 7-3.8 1.1 0 3-1.2 3-1.2z"}]]) as AstroComponent;
|
|
17
|
-
|
|
18
|
-
export default Twitter;
|
package/src/icons/youtube.ts
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
import createLucideIcon from '../createLucideIcon';
|
|
3
|
-
import type { AstroComponent } from '../types'
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* @component @name Youtube
|
|
7
|
-
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
|
-
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/youtube
|
|
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
|
-
* @deprecated Brand icons have been deprecated and are due to be removed, please refer to https://github.com/lucide-icons/lucide/issues/670. We recommend using https://simpleicons.org/?q=youtube instead. This icon will be removed in v1.0
|
|
15
|
-
*/
|
|
16
|
-
const Youtube = createLucideIcon('youtube', [["path",{"d":"M2.5 17a24.12 24.12 0 0 1 0-10 2 2 0 0 1 1.4-1.4 49.56 49.56 0 0 1 16.2 0A2 2 0 0 1 21.5 7a24.12 24.12 0 0 1 0 10 2 2 0 0 1-1.4 1.4 49.55 49.55 0 0 1-16.2 0A2 2 0 0 1 2.5 17"}],["path",{"d":"m10 15 5-3-5-3z"}]]) as AstroComponent;
|
|
17
|
-
|
|
18
|
-
export default Youtube;
|