phosphor-icons-astro
v2.1.1-17042025
Published
Phosphor Icons for Astro with great DX and the same official @phosphor-icons API.
Maintainers
Readme
Phosphor Icons Astro
Phosphor Icons for Astro with great DX and the same official @phosphor-icons/* API.
[!Note] This is a community maintained project not released nor maintained by the Phosphor Icons team.
Features
- Same official API such as @phosphor-icons/react and @phosphor-icons/vue.
- No dependencies, compiled using the latest version of @phosphor-icons/core.
- Easy-to-import components with fully typed properties
![]()
Installation
npm i phosphor-icons-astroUsage
---
import { PhHorse, PhHeart, PhCube } from 'phosphor-icons-astro'
---
<PhHorse />
<PhHeart size={32} color="hotpink" weight="fill" alt="Heart Rate" />
<PhCube mirrored aria-hidden="true" />Props
See @phosphor-icons/react - Props
Composability
See @phosphor-icons/react - Composability
Versioning
The project version is and will always be aligned with the version of @phosphor-icons/core used to compile the icons.
License
MIT
