@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
43 lines (42 loc) • 1.59 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 32 32'
}
export default defineComponent({
name: 'Target32Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M16 13.75a2.25 2.25 0 1 0 0 4.5a2.25 2.25 0 0 0 0-4.5z',
fill: 'currentColor'
}),
_createElementVNode('path', {
d: 'M16 8.75a7.25 7.25 0 1 0 0 14.5a7.25 7.25 0 0 0 0-14.5zM11.25 16a4.75 4.75 0 1 1 9.5 0a4.75 4.75 0 0 1-9.5 0z',
fill: 'currentColor'
}),
_createElementVNode('path', {
d: 'M16.001 3.75C9.235 3.75 3.75 9.235 3.75 16.001c0 6.766 5.485 12.252 12.251 12.252c6.766 0 12.252-5.486 12.252-12.252C28.253 9.235 22.767 3.75 16 3.75zM6.25 16.001c0-5.385 4.366-9.751 9.751-9.751c5.386 0 9.752 4.366 9.752 9.751c0 5.386-4.366 9.752-9.752 9.752c-5.385 0-9.751-4.366-9.751-9.752z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})