@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.12 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: 'SportHockey24Regular',
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: 'M17.49 6.871a.75.75 0 0 0-.62-.86c-.418-.069-.79.233-.865.638a6.758 6.758 0 0 1-.11.457c-.088.323-.237.79-.476 1.35a12.84 12.84 0 0 1-2.732 4.014a14.11 14.11 0 0 1-5.575 3.401a8.429 8.429 0 0 1-.497.14l-.022.006H6.59a.75.75 0 0 0-.574.892c.142.659.891.575.891.575l.003-.001h.004l.011-.003l.037-.01a10.076 10.076 0 0 0 .6-.17a15.612 15.612 0 0 0 6.185-3.771a14.339 14.339 0 0 0 3.05-4.484c.27-.628.44-1.16.545-1.541a8.327 8.327 0 0 0 .137-.577l.007-.037l.002-.012v-.005l.001-.002zM2.351 12.573c-.684 1.899-.775 3.874.438 5.1l.234.237a627.894 627.894 0 0 0 3.023 3.04c1.28 1.28 3.305 1.3 5.289.66c2.026-.655 4.25-2.062 6.226-4.038c1.976-1.975 3.382-4.2 4.037-6.226c.64-1.984.62-4.008-.66-5.288a756.938 756.938 0 0 1-2.892-2.912l-.362-.367l-.002.002c-1.225-1.214-3.201-1.123-5.1-.44c-1.965.709-4.149 2.144-6.119 4.114c-1.97 1.97-3.404 4.153-4.112 6.118zm1.41.509c.619-1.715 1.914-3.717 3.763-5.567c1.85-1.85 3.852-3.144 5.566-3.762c1.777-.64 2.97-.473 3.54.099l.003-.002l.348.351l.876.885c.685.69 1.5 1.512 2.02 2.032c.675.675.875 1.967.293 3.767c-.567 1.757-1.826 3.783-3.67 5.627c-1.843 1.843-3.87 3.102-5.626 3.67c-1.8.581-3.093.381-3.767-.293a835.564 835.564 0 0 1-3.018-3.034l-.23-.232l.002-.001c-.572-.572-.74-1.764-.1-3.54z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})