<svelte:options customElement="custom-element" />
<span class="icon" />
<style>
.icon::before {
content: "\ff";
}
</style>