@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.72 kB
JavaScript
Object.defineProperty(exports, '__esModule', { value: true })
const vue_1 = require('vue')
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 16 16'
}
exports.default = (0, vue_1.defineComponent)({
name: 'SportSoccer16Regular',
render: function render(_ctx, _cache) {
return (
(0, vue_1.openBlock)(),
(0, vue_1.createElementBlock)(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
(0, vue_1.createElementVNode)(
'g',
{
fill: 'none'
},
[
(0, vue_1.createElementVNode)('path', {
d: 'M8 1.5a6.5 6.5 0 1 1 0 13a6.5 6.5 0 0 1 0-13zM6.836 2.623L8 3.4l1.164-.776a5.522 5.522 0 0 0-2.328 0zm-1.193.406a5.52 5.52 0 0 0-1.888 1.474l.647 2.104l1.006.335L7.5 5.352V4.268L5.643 3.029zM3.048 5.605c-.271.558-.45 1.17-.518 1.813l.885-.619l-.367-1.194zm-.512 3.03c.1.865.4 1.67.853 2.365h1.904l.635-.635l-.823-2.47l-1.024-.341l-1.545 1.08zM4.226 12c.403.382.865.703 1.37.948L5.177 12h-.95zm2.66 1.387a5.526 5.526 0 0 0 2.228 0l.79-1.776L9.293 11H6.707l-.61.61l.789 1.777zm3.517-.439A5.512 5.512 0 0 0 11.775 12h-.95l-.422.948zM12.61 11c.44-.674.736-1.45.844-2.285L11.91 7.557l-1.015.338l-.823 2.47l.635.635h1.903zm.866-3.518a5.464 5.464 0 0 0-.53-1.892l-.367 1.22l.897.672zm-1.244-2.995a5.52 5.52 0 0 0-1.875-1.458L8.5 4.268v1.084l2.092 1.59l1.004-.334l.636-2.121zM6.088 7.68L6.86 10h2.28l.772-2.319L8 6.228L6.088 7.682z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})