
▲ 19 r/sveltejs
Radix Icons For Svelte
I was looking for a good icon library for a project and I found Radix Icons. Unfortunately, it was not available for our king Svelte, only for React. So, I decided to port it to Svelte.
Here is the Github repo
And the NPM Page
I also wrote an article on Medium
Command to install :
bun add @/theprimebuilder/radix-icons-for-svelte
# or npm i @/theprimebuilder/radix-icons-for-svelte
Use case
<script>
`import { ArrowBottomLeft } from '@theprimebuilder/radix-icons-for-svelte';`
</script>
<ArrowBottomLeft size={24} color="pink" />
u/theprimebuilder — 5 days ago