@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.2 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: 'SportBaseball24Filled',
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: 'M3.94 6.079A9.955 9.955 0 0 0 2 12c0 2.209.716 4.25 1.929 5.905c.071-.068.147-.139.227-.21c.645-.578 1.608-1.268 2.857-1.684a.75.75 0 1 1 .474 1.423c-1 .333-1.788.893-2.33 1.378a7.28 7.28 0 0 0-.251.236A9.97 9.97 0 0 0 12 22a9.969 9.969 0 0 0 7.094-2.952a7.234 7.234 0 0 0-.25-.236c-.543-.485-1.33-1.045-2.331-1.378a.75.75 0 1 1 .474-1.423c1.25.416 2.212 1.106 2.857 1.684c.08.072.156.142.227.21A9.955 9.955 0 0 0 22 12c0-2.216-.72-4.264-1.94-5.921l-.216.199c-.646.577-1.608 1.267-2.857 1.684a.75.75 0 0 1-.474-1.423c1-.334 1.788-.894 2.33-1.38c.086-.076.165-.15.237-.22A9.969 9.969 0 0 0 12 2a9.969 9.969 0 0 0-7.08 2.938c.072.071.15.145.236.222c.543.485 1.33 1.045 2.331 1.378a.75.75 0 1 1-.474 1.424C5.763 7.545 4.8 6.855 4.156 6.278a8.802 8.802 0 0 1-.215-.2zm5.083 10.075a.758.758 0 0 1 .547-.91h.003l.007-.002l.024-.006l.08-.018a11.104 11.104 0 0 1 1.32-.181a12.54 12.54 0 0 1 3.393.2a.75.75 0 0 1-.294 1.47a11.037 11.037 0 0 0-2.983-.175a9.664 9.664 0 0 0-1.123.153a5.137 5.137 0 0 0-.065.015s-.748.099-.91-.546zm.909-8.882l.065.015c.05.01.13.026.232.044c.206.036.511.08.891.109a11.04 11.04 0 0 0 2.983-.175a.75.75 0 0 1 .294 1.47a12.54 12.54 0 0 1-3.392.2a11.143 11.143 0 0 1-1.32-.181a4.687 4.687 0 0 1-.081-.018l-.024-.005l-.007-.002H9.57a.758.758 0 0 1-.547-.91c.16-.646.909-.547.909-.547z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})