0.1.7 • Published 5 years ago
@svicons/remix-editor v0.1.7
Remix Editor icon pack as dependency-free Svelte components
Usage
Install with
npm i -D @svicons/remix-editor
# or
yarn add -D @svicons/remix-editorThen in a Svelte file, import and use as
<script>
import AB from '@svicons/remix-editor/a-b.svelte
</script>
<AB width="3em" color="green" />