UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.76 kB
'use strict' 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: 'SportHockey24Filled', 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: 'M2.354 12.573c-.684 1.899-.775 3.874.438 5.1l.234.237a629.85 629.85 0 0 0 3.023 3.04c1.28 1.28 3.305 1.3 5.289.66c2.027-.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.891-2.912l-.363-.367l-.002.003c-1.225-1.215-3.201-1.124-5.1-.44c-1.965.708-4.149 2.143-6.119 4.113c-1.97 1.97-3.404 4.153-4.112 6.118zM17.49 6.871v.003l-.001.004l-.002.012l-.007.037l-.026.127c-.023.107-.058.26-.11.45c-.105.38-.276.913-.545 1.541a14.342 14.342 0 0 1-3.05 4.486a15.612 15.612 0 0 1-6.185 3.77a10.083 10.083 0 0 1-.6.17l-.038.009l-.011.002l-.004.001h-.003s-.749.084-.891-.574a.75.75 0 0 1 .573-.891h.001l.003-.001l.022-.005a8.432 8.432 0 0 0 .498-.14a14.11 14.11 0 0 0 5.575-3.4a12.841 12.841 0 0 0 2.73-4.016c.24-.56.389-1.027.478-1.35a6.855 6.855 0 0 0 .11-.457c.073-.405.446-.707.864-.639a.75.75 0 0 1 .62.861z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })