2 import { _ } from 'svelte-i18n';
3 import { getGlyphHash } from '$/utils/glyph_hash';
8 <div class="glyphicon" role="img" aria-label={$_('glyph.title')} title={$_('glyph.title')}>
9 {#each getGlyphHash(uuid) as fragment}
10 <span class={fragment.glyph} style="color: {fragment.color} ">
18 border: 1px solid black;
19 display: inline-block;
24 background-color: white;