@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.44 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: 'SportSoccer24Filled',
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 2zM8.244 4.373l3.008 1.8v2.193l-2.791 2.028l-2.044-.707l-.587-3.534a8.526 8.526 0 0 1 2.414-1.78zm-4.623 9.066l2.327-2.327l2.04.705L9.07 15.15l-.97 1.575l-3.293-.194a8.448 8.448 0 0 1-1.186-3.092zm6.909 6.934l-1.184-2.809l.963-1.567h3.372l.912 1.581l-1.04 2.78a8.554 8.554 0 0 1-3.023.015zm8.362-3.397l-3.024-.19l-.938-1.624l1.087-3.345l2.013-.696l2.312 2.52a8.459 8.459 0 0 1-1.45 3.335zm-.72-10.82l-.589 3.533l-2.04.705l-2.791-2.028V6.172l3.002-1.8a8.528 8.528 0 0 1 2.418 1.784z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})