UNPKG

@vicons/fluent

Version:

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

35 lines (34 loc) 1.79 kB
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue' const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 24 24' } export default defineComponent({ name: 'Sport24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M20.09 4.97c.433.518.791 1.076 1.077 1.661a2.751 2.751 0 0 1-3.661.924L20.09 4.97zm-1.06-1.06l-2.585 2.585a2.751 2.751 0 0 1 .924-3.661A8.206 8.206 0 0 1 19.03 3.91zm1.494 11.052a8.257 8.257 0 0 0 1.232-6.71a4.252 4.252 0 0 1-5.337.39L15.31 9.75l5.213 5.212zm-5.166-7.38a4.252 4.252 0 0 1 .39-5.338a8.257 8.257 0 0 0-6.71 1.233l5.213 5.212l1.107-1.107zM13.19 9.75L7.887 4.447A8.214 8.214 0 0 0 5.909 7.68c1.912.295 4.445 1.023 6.53 2.82l.751-.751zm-1.461 1.461a9.199 9.199 0 0 1 1.06 1.06c1.63 1.92 2.292 4.276 2.557 6.074c.06.412.1.795.126 1.136a2.294 2.294 0 0 1-2.49 2.49c-1.978-.15-5.34-.768-7.762-3.19c-2.422-2.423-3.041-5.784-3.191-7.763a2.294 2.294 0 0 1 2.49-2.49c.342.026.724.066 1.136.127c1.798.265 4.154.927 6.074 2.556zM8.03 13.469a.75.75 0 0 0-1.06 1.061l2.5 2.5a.75.75 0 1 0 1.06-1.06l-2.5-2.5zm8.288 4.623c-.294-1.913-1.022-4.445-2.82-6.53l.752-.752l5.303 5.304a8.214 8.214 0 0 1-3.235 1.978z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })