0.1.7 • Published 5 years ago
@svicons/material-twotone v0.1.7
Material Twotone icon pack as dependency-free Svelte components
Usage
Install with
npm i -D @svicons/material-twotone
# or
yarn add -D @svicons/material-twotoneThen in a Svelte file, import and use as
<script>
import AcUnit from '@svicons/material-twotone/ac-unit.svelte
</script>
<AcUnit width="3em" color="green" />