@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.82 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'SportSoccer24Regular',
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: 'M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10s10-4.477 10-10S17.523 2 12 2zm-1.926 1.72a8.526 8.526 0 0 1 3.852 0l-1.924 1.153l-1.928-1.154zm-1.83.653l3.008 1.8v2.193l-2.791 2.028l-2.044-.707l-.587-3.534a8.526 8.526 0 0 1 2.414-1.78zM4.59 7.835l.358 2.157l-1.428 1.428a8.449 8.449 0 0 1 1.07-3.585zm-.968 5.604l2.327-2.327l2.04.705L9.07 15.15l-.97 1.575l-3.293-.194a8.448 8.448 0 0 1-1.186-3.092zm2.47 4.67l1.904.112l.675 1.602a8.51 8.51 0 0 1-2.58-1.714zm4.439 2.264l-1.184-2.809l.963-1.567h3.372l.912 1.581l-1.04 2.78a8.554 8.554 0 0 1-3.023.015zm4.83-.563l.567-1.517l1.67.105a8.502 8.502 0 0 1-2.238 1.412zm3.532-2.834l-3.024-.19l-.938-1.624l1.087-3.345l2.013-.696l2.312 2.52a8.459 8.459 0 0 1-1.45 3.335zm1.598-5.391l-1.44-1.57l.362-2.178a8.45 8.45 0 0 1 1.078 3.748zm-2.318-5.43l-.589 3.534l-2.04.705l-2.791-2.028V6.172l3.002-1.8a8.528 8.528 0 0 1 2.418 1.784zm-8.705 5.362l2.535-1.842l2.535 1.842l-.968 2.98h-3.134l-.968-2.98z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})