var style = `.icon { 1em; height: 1em; vertical-align: -0.15em; fill: currentColor; overflow: hidden; }` myutils.loadStyle(style); var IconFont = { name: 'IconFont', props: ['type'], template: `<span><svg class="icon" aria-hidden="true"><use :xlink:href="'#'+type"></use></svg></span>` }