solid-radix-icons
v1.0.0
Published
Solid port of the Radix UI Icon Set
Downloads
40
Readme
Solid Radix Icons
An unofficial port of the crisp set of 15×15 icons designed by the WorkOS team.
Usage
import { FaceIcon, ImageIcon, SunIcon } from 'solid-radix-icons'
function MyComponent() {
return (
<div>
<FaceIcon />
<SunIcon />
<ImageIcon />
</div>
)
}
Documentation
For full documentation, visit trents.computer/radix-icons.
Contributors
- Vlad Moroz (@vladyslavmoroz) - WorkOS
- Colm Tuite (@colmtuite) - WorkOS
- Pedro Duarte (@peduarte)
- Lochlan Bunn (@loklaan)