Files
fnx_web/svelte/src/icons/Pro.svelte

9 lines
155 B
Svelte
Raw Normal View History

<i class="icon star" title="These options require a Pro (€4) subscription to use">star</i>
<style>
.star {
font-size: 1em;
color: #FFCC33;
}
</style>