packages/icons-astro/README.md
If you want to support my project and help me grow it, you can become a sponsor on GitHub or just donate on PayPal :)
<a href="https://github.com/sponsors/codecalm"> </a>yarn add @tabler/icons-astro
or
npm install @tabler/icons-astro
or
pnpm install @tabler/icons-astro
or just download from GitHub.
It's built with ES modules so it's completely tree-shakable. Each icon can be imported as an Astro component.
---
import { IconArrowRight } from '@tabler/icons-astro';
---
<IconArrowRight />
You can pass additional props to adjust the icon.
<IconArrowRight color="red" size={48} />
Any valid SVG attribute is forwarded to the rendered <svg> element.
| name | type | default |
|---|---|---|
size | Number | 24 |
color | String | currentColor |
stroke | Number | 2 |
For more info on how to contribute please see the contribution guidelines.
Caught a mistake or want to contribute to the documentation? Edit this page on GitHub
Tabler Icons is licensed under the MIT License.
<a href="https://github.com/sponsors/codecalm" target="_blank"></a>