u/theprimebuilder

Radix Icons For Svelte

Radix Icons For Svelte

Radix icons

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" />

reddit.com
u/theprimebuilder — 5 days ago