mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 07:37:42 +01:00
* feat(lucide-astro): initial commit * test: add test suite * fix module resolution issue * chore: update lock file * chore: update lock file * chore: fix precommit hook failing * sync icons generated by precommit hook * remove useless tab in template * style: add space for readability * docs: add bun installation instructions * fix `clean` script * fix testing setup * remove unnecessary `key` props in Astro icons * fix jest matchers types and undefined behavior * chore: update lock file * setup prettier for formatting Astro files * remove mistakenly added prop from the `Icon` component * docs: add documentation for new Astro package * fix incorrect types in `Icon` component * refactor: use `stroke-width` over `strokeWidth` * fix unexpected module resolution behavior * remove hack in test types * remove review marker * docs: progress on documentation of lucide-astro * chore: remove unnecessary .gitignore * docs: add sidebar entry * edit package description * fix uneven icon heights in homepage packages list * docs: add package to readme table * add workflows for lucide-astro package * docs: add package-logos * use the appropriate Astro logo in light and dark mode * Remove inadvertently added class * Update snapshots to reflect removed class `lucide-icon` * remove dependency on internal `@lucide/shared` package * fix: revert changes * revert grid-2x2-x.json * revert grid-2x2-check.json * revert picture-in-picture svg * add package in labeler workflow * add previously uncommited utils.ts file * fix dom type errors * up one major from legacy package * add package to issue and feature request templates * docs: add acknowledgement of Aviortheking as original creator of the package * format * optimization: more lightweight component footprint * refactor: simplify removal of `data-astro-source` debugging attributes * format * style: fix linting error once again 😠 * wip: rename package to `@lucide/astro` * remove acknowledgment of `lucide-astro` * fix error caused by change in build tooling * chore: upgrade dependencies * chore: rename lucide-astro folder * further renaming * use correct package name in key * more renaming * chore: update lock file * apply review suggestions (#1) set correct path for package in actions * apply suggestions from code review (#2) Co-authored-by: Eric Fennis <eric.fennis@gmail.com> * apply @dotspencer's review resolve correct link to package docs page and github source * Format files --------- Co-authored-by: realguse <realguse@icloud.com> Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
75 lines
2.1 KiB
Markdown
75 lines
2.1 KiB
Markdown
<p align="center">
|
|
<a href="https://github.com/lucide-icons/lucide">
|
|
<img src="https://lucide.dev/package-logos/lucide-astro.svg" alt="Lucide icon library for Astro applications." width="540">
|
|
</a>
|
|
</p>
|
|
|
|
<p align="center">
|
|
Lucide icon library for Astro sites and applications.
|
|
</p>
|
|
|
|
<div align="center">
|
|
|
|
[](https://www.npmjs.com/package/@lucide/astro)
|
|

|
|
[](https://lucide.dev/license)
|
|
|
|
</div>
|
|
|
|
<p align="center">
|
|
<a href="https://lucide.dev/guide/">About</a>
|
|
·
|
|
<a href="https://lucide.dev/icons/">Icons</a>
|
|
·
|
|
<a href="https://lucide.dev/guide/packages/lucide-astro">Documentation</a>
|
|
·
|
|
<a href="https://lucide.dev/license">License</a>
|
|
</p>
|
|
|
|
# Lucide Astro
|
|
|
|
Implementation of the lucide icon library for Astro applications.
|
|
|
|
## Installation
|
|
|
|
```sh
|
|
pnpm add @lucide/astro
|
|
```
|
|
|
|
```sh
|
|
npm install @lucide/astro
|
|
```
|
|
|
|
```sh
|
|
yarn add @lucide/astro
|
|
```
|
|
|
|
```sh
|
|
bun add @lucide/astro
|
|
```
|
|
|
|
## Documentation
|
|
|
|
For full documentation, visit [lucide.dev](https://lucide.dev/guide/packages/lucide-astro)
|
|
|
|
## Community
|
|
|
|
Join the [Discord server](https://discord.gg/EH6nSts) to chat with the maintainers and other users.
|
|
|
|
## License
|
|
|
|
Lucide is licensed under the ISC license. See [LICENSE](https://lucide.dev/license).
|
|
|
|
## Sponsors
|
|
|
|
<a href="https://vercel.com?utm_source=lucide&utm_campaign=oss">
|
|
<img src="https://lucide.dev/vercel.svg" alt="Powered by Vercel" width="200" />
|
|
</a>
|
|
|
|
<a href="https://www.digitalocean.com/?refcode=b0877a2caebd&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge"><img src="https://lucide.dev/digitalocean.svg" width="200" alt="DigitalOcean Referral Badge" /></a>
|
|
|
|
### Awesome backers 🍺
|
|
|
|
<a href="https://www.scipress.io?utm_source=lucide"><img src="https://lucide.dev/sponsors/scipress.svg" width="180" alt="Scipress sponsor badge" /></a>
|
|
<a href="https://github.com/pdfme/pdfme"><img src="https://lucide.dev/sponsors/pdfme.svg" width="180" alt="pdfme sponsor badge" /></a>
|