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.21 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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'Sport20Regular', 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.435 5.753c-.076.189-.142.38-.198.575c.311.095.63.2.949.318a4.968 4.968 0 0 1 .943-1.81L11.293 8l-.595.595a7.16 7.16 0 0 1 .71.704L12 8.707l3.165 3.165a4.97 4.97 0 0 1-1.794.937c.117.32.222.638.317.95a5.971 5.971 0 0 0 2.702-1.669a6.007 6.007 0 0 0 1.134-1.743c.526-1.24.616-2.62.27-3.908a6.011 6.011 0 0 0-4.232-4.234a6.024 6.024 0 0 0-3.807.23a6.02 6.02 0 0 0-3.32 3.318zm10.205.38a2.003 2.003 0 0 1-2.12.055l1.352-1.353c.327.4.583.838.768 1.298zm-2.843.777c.925.659 2.139.73 3.126.215a4.996 4.996 0 0 1-1.051 4.04L12.707 8l1.09-1.09zm-.707-.707L12 7.293L8.836 4.128a4.997 4.997 0 0 1 4.039-1.051a3.004 3.004 0 0 0 .215 3.126zm.722-.723a2.003 2.003 0 0 1 .056-2.12c.46.185.897.441 1.297.768L13.812 5.48zm-7.665 5.666a.5.5 0 0 1 .707 0l2 2a.5.5 0 0 1-.707.708l-2-2a.5.5 0 0 1 0-.708zM2.04 8.881a1.706 1.706 0 0 1 2.037-2.075c.912.192 2.067.492 3.199.946c1.126.452 2.261 1.069 3.104 1.911c.844.845 1.458 1.98 1.904 3.105c.449 1.13.74 2.281.925 3.189a1.704 1.704 0 0 1-2.067 2.024c-1.755-.394-4.532-1.235-6.189-2.891c-1.653-1.654-2.507-4.442-2.913-6.209zm1.831-1.096c-.544-.114-.98.33-.856.873c.403 1.758 1.211 4.29 2.645 5.725c1.436 1.436 3.956 2.23 5.701 2.623c.538.12.978-.31.868-.85c-.177-.872-.455-1.963-.874-3.02c-.421-1.061-.973-2.056-1.682-2.766c-.708-.708-1.705-1.263-2.77-1.69c-1.06-.426-2.154-.711-3.032-.895z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })