export let uuid: string;
</script>
-<div class="inline-block w-12 h-12 mt-1 bg-white border border-black border-solid p-0.5 box-content glyphicon" role="img" aria-label={$_('glyph.title')} title={$_('glyph.title')}>
+<div
+ class="inline-block w-12 h-12 mt-1 bg-white border border-black border-solid p-0.5 box-content glyphicon"
+ role="img"
+ aria-label={$_('glyph.title')}
+ title={$_('glyph.title')}
+>
{#each getGlyphHash(uuid) as fragment}
- <span class="block text-2xl float-left w-6 h-6 text-center leading-6 {fragment.glyph}" style="color: {fragment.color} ">
+ <span
+ class="block text-2xl float-left w-6 h-6 text-center leading-6 {fragment.glyph}"
+ style="color: {fragment.color} "
+ >
{fragment.glyph}
</span>
{/each}