9 lines
118 B

<svelte:meta tag="custom-element"/>
<span class='icon'></span>
<style>
.icon::before {
content: '\ff'
}
</style>