@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.74 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 20 20'
}
export default defineComponent({
name: 'SportSoccer20Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M10 2a8 8 0 1 0 0 16a8 8 0 0 0 0-16zM8.336 3.199a7.017 7.017 0 0 1 3.33 0L10 4.17L8.336 3.2zm-1.244.432l2.41 1.405v1.7L6.733 8.688l-1.56-.567l-.626-2.512A7.025 7.025 0 0 1 7.092 3.63zM3.801 6.746l.393 1.58L3.03 9.36c.085-.937.354-1.82.772-2.614zm-.767 3.946l1.827-1.62l1.546.561l1.045 3.29l-.717 1.073H4.252a6.96 6.96 0 0 1-1.218-3.304zm2.063 4.304h1.554l.51 1.404a7.013 7.013 0 0 1-2.064-1.404zm3.276 1.814l-.815-2.246l.71-1.063h3.467l.711 1.063l-.815 2.245a7.015 7.015 0 0 1-3.258 0zm4.471-.412l.51-1.402h1.549a7.016 7.016 0 0 1-2.059 1.402zm2.904-2.402H13.27l-.72-1.075l1.025-3.287l1.567-.564l1.824 1.622a6.96 6.96 0 0 1-1.218 3.304zm1.223-4.638l-1.16-1.031l.393-1.572c.414.79.682 1.67.767 2.603zm-1.514-3.742l-.625 2.503l-1.584.57l-2.747-1.952v-1.7L12.91 3.63a7.024 7.024 0 0 1 2.548 1.985zm-8.06 3.83L10 7.607l2.586 1.837l-.952 3.056H8.367l-.97-3.056z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})