@vicons/tabler
Version:
Vue3 SVG icon components integrated from [`tabler`](https://github.com/tabler/tabler-icons)
13 lines (12 loc) • 1.03 kB
JavaScript
import { openBlock as _openBlock, createElementBlock as _createElementBlock, createStaticVNode as _createStaticVNode, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 24 24'
}
export default defineComponent({
name: 'Virus',
render: function render(_ctx, _cache) {
return _openBlock(), _createElementBlock('svg', _hoisted_1, _cache[0] || (_cache[0] = [_createStaticVNode('<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="5"></circle><path d="M12 7V3m-1 0h2"></path><path d="M15.536 8.464l2.828-2.828m-.707-.707l1.414 1.414"></path><path d="M17 12h4m0-1v2"></path><path d="M15.536 15.536l2.828 2.828m.707-.707l-1.414 1.414"></path><path d="M12 17v4m1 0h-2"></path><path d="M8.464 15.536l-2.828 2.828m.707.707L4.93 17.657"></path><path d="M7 12H3m0 1v-2"></path><path d="M8.464 8.464L5.636 5.636m-.707.707L6.343 4.93"></path></g>', 1)]))
}
})