0.1.7 • Published 5 years ago
@svicons/octicons v0.1.7
Octicons icon pack as dependency-free Svelte components
Usage
Install with
npm i -D @svicons/octicons
# or
yarn add -D @svicons/octiconsThen in a Svelte file, import and use as
<script>
import AlertFill from '@svicons/octicons/alert-fill.svelte
</script>
<AlertFill width="3em" color="green" />