2 import { _ } from 'svelte-i18n';
3 import { getGlyphHash } from '../../utils/glyph_hash';
8 <div class="glyphicon" aria-hidden="true" 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;