@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.1 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: 'SportBaseball24Regular',
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: 'M9.932 16.7s-.748.099-.91-.546a.758.758 0 0 1 .548-.91h.003l.007-.002l.024-.006l.08-.018c.07-.014.167-.034.29-.055c.247-.043.599-.093 1.031-.126a12.54 12.54 0 0 1 3.392.2a.75.75 0 0 1-.294 1.47a11.037 11.037 0 0 0-2.983-.175a9.66 9.66 0 0 0-1.123.153a5.18 5.18 0 0 0-.065.015zm-.91-8.806c.161-.645.91-.546.91-.546a6.353 6.353 0 0 0 .297.059c.206.035.51.079.89.108a11.04 11.04 0 0 0 2.984-.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-.18a4.577 4.577 0 0 1-.082-.018l-.023-.006l-.007-.002H9.57a.758.758 0 0 1-.548-.91zM12 22a9.969 9.969 0 0 0 7.094-2.952A9.955 9.955 0 0 0 22 12c0-5.523-4.477-10-10-10S2 6.477 2 12s4.477 10 10 10zM5.074 7.071a7.916 7.916 0 0 0 1.939.966a.75.75 0 1 0 .474-1.423a6.364 6.364 0 0 1-1.43-.691A8.472 8.472 0 0 1 12 3.5c2.313 0 4.41.924 5.943 2.423c-.412.264-.89.51-1.43.69a.75.75 0 1 0 .474 1.424a7.916 7.916 0 0 0 1.939-.966A8.462 8.462 0 0 1 20.5 12a8.462 8.462 0 0 1-1.597 4.961a7.907 7.907 0 0 0-1.916-.95a.75.75 0 1 0-.474 1.423c.527.175.996.414 1.4.672A8.472 8.472 0 0 1 12 20.5a8.472 8.472 0 0 1-5.913-2.394a6.35 6.35 0 0 1 1.4-.672a.75.75 0 1 0-.474-1.423a7.91 7.91 0 0 0-1.916.95A8.461 8.461 0 0 1 3.5 12c0-1.838.583-3.539 1.574-4.929z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})