@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.37 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 16 16'
}
export default defineComponent({
name: 'SportSoccer16Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M1.5 8a6.5 6.5 0 1 1 13 0a6.5 6.5 0 0 1-13 0zm4.143-4.97a5.52 5.52 0 0 0-1.888 1.473l.647 2.104l1.006.335L7.5 5.352V4.268L5.643 3.029zM2.536 8.634c.1.865.4 1.67.853 2.365h1.904l.635-.635l-.823-2.47l-1.024-.341l-1.545 1.08zm4.35 4.752a5.526 5.526 0 0 0 2.228 0l.79-1.776L9.293 11H6.707l-.61.61l.789 1.777zM12.61 11c.44-.674.736-1.45.844-2.285L11.91 7.557l-1.015.338l-.823 2.47l.635.635h1.903zm-.378-6.513a5.52 5.52 0 0 0-1.875-1.458L8.5 4.268v1.084l2.092 1.59l1.004-.334l.636-2.121z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})