Svelte-Awesome
Font Awesome component for Svelte.js, using inline SVG.
Basic
<icon name="flag"></icon>Scale
<icon name="language" scale="3"></icon>Spin
<icon name="refresh" spin></icon>Pulse
<icon name="spinner" pulse></icon>Flip
<icon name="signal" flip="horizontal"></icon>Label
Accessible for screen readers, etc.
<icon name="code" label="Source Code"></icon>Stacked icons
Use stacked icons like in FontAwesome. Even more powerful.
<icon label="No Photos">
<icon name="camera"></icon>
<icon name="ban" scale="2" class="alert"></icon>
</icon>Custom icons
You can register your own icons.
<icon name="baidu"></icon>Multi-color icons
Register icons in more advanced ways to unleash the full power of SVG.
See readme for further instructions.