UNPKG

@vicons/fluent

Version:

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

37 lines (36 loc) 2.17 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: 'Sport24Regular', 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: 'M6.087 7.188a8.214 8.214 0 0 0-.18.494c.464.07.963.168 1.484.299a6.705 6.705 0 0 1 1.084-1.945l4.214 4.214l-.252.252a10.202 10.202 0 0 1 1.06 1.06l.253-.251l4.213 4.213a6.707 6.707 0 0 1-1.944 1.085c.131.52.228 1.02.299 1.482a8.19 8.19 0 0 0 3.265-2.008a8.258 8.258 0 0 0 1.745-2.569a8.254 8.254 0 0 0 .666-3.575a8.273 8.273 0 0 0-.25-1.732a8.264 8.264 0 0 0-5.95-5.952a8.275 8.275 0 0 0-4.796.215a8.275 8.275 0 0 0-4.911 4.718zm13.96.627a2.753 2.753 0 0 1-3.042.24l2.019-2.019c.439.548.78 1.15 1.023 1.779zm-4.13 1.328a4.256 4.256 0 0 0 4.523.21a6.743 6.743 0 0 1-1.416 5.11L14.81 10.25l1.108-1.107zm-1.06-1.061L13.75 9.189L9.536 4.976a6.743 6.743 0 0 1 5.11-1.417a4.256 4.256 0 0 0 .21 4.523zm1.087-1.087a2.753 2.753 0 0 1 .241-3.043c.63.244 1.23.585 1.778 1.024l-2.019 2.019zM6.97 13.47a.75.75 0 0 1 1.06 0l2.5 2.5a.75.75 0 1 1-1.06 1.06l-2.5-2.5a.75.75 0 0 1 0-1.06zm-4.941-2.451a2.296 2.296 0 0 1 2.49-2.49c1.978.15 5.34.768 7.762 3.19c2.422 2.423 3.041 5.784 3.192 7.763a2.296 2.296 0 0 1-2.491 2.49c-1.978-.15-5.34-.77-7.762-3.192c-2.422-2.422-3.041-5.783-3.191-7.761zm2.377-.995a.797.797 0 0 0-.882.881c.142 1.863.719 4.777 2.757 6.815c2.038 2.038 4.952 2.615 6.814 2.756a.797.797 0 0 0 .882-.881c-.142-1.863-.719-4.776-2.757-6.815c-2.038-2.038-4.952-2.615-6.814-2.756z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })