2 import { getGlyphHash } from '../../utils/glyph_hash';
7 <div class="glyphicon" aria-hidden="true" title="User avatar.">
8 {#each getGlyphHash(uuid) as fragment}
9 <span class="{fragment.glyph}" style="color: {fragment.color} ">
17 border: 1px solid black;
18 display: inline-block;