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.98 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 16 16' } exports.default = (0, vue_1.defineComponent)({ name: 'Sport16Regular', 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: 'M4.437 4.347l-.01.025c.305.09.625.193.953.315c.154-.351.356-.686.604-.996l6.325 6.325a4.474 4.474 0 0 1-.975.594c.122.328.226.648.316.954l.032-.014a5.508 5.508 0 0 0 3.199-6.191a5.507 5.507 0 0 0-5.701-4.35a5.504 5.504 0 0 0-1.704.375a5.519 5.519 0 0 0-3.039 2.963zm9.31.664c-.632.399-1.44.409-2.081.03l1.35-1.35c.324.404.568.851.732 1.32zm-2.804.752a3.004 3.004 0 0 0 3.032.263a4.493 4.493 0 0 1-.959 3.283l-2.809-2.81l.736-.736zm-.707-.707l-.736.737l-2.81-2.81a4.493 4.493 0 0 1 3.284-.958a3.004 3.004 0 0 0 .262 3.031zm.723-.722a2.003 2.003 0 0 1 .03-2.082c.469.164.916.408 1.32.732l-1.35 1.35zM4.896 8.897a.5.5 0 0 1 .707 0l1.5 1.5a.5.5 0 1 1-.707.707l-1.5-1.5a.5.5 0 0 1 0-.707zM1.068 7.02a1.628 1.628 0 0 1 1.95-1.97c1.496.312 3.769 1.02 5.362 2.613c1.597 1.596 2.295 3.863 2.6 5.35a1.626 1.626 0 0 1-1.958 1.943c-1.479-.315-3.726-1.025-5.318-2.617c-1.587-1.587-2.31-3.835-2.636-5.32zm1.745-.992c-.493-.103-.877.285-.769.777c.313 1.427.985 3.445 2.367 4.827c1.385 1.385 3.4 2.044 4.819 2.346c.487.104.87-.276.77-.764c-.292-1.428-.94-3.458-2.327-4.844C6.29 6.987 4.252 6.33 2.813 6.029z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })