@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.73 kB
JavaScript
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 16 16'
}
export default defineComponent({
name: 'Sport16Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M13.727 2.98c.335.403.605.842.808 1.303a2 2 0 0 1-2.551.44l1.743-1.743zm-.708-.707l-1.742 1.743a2 2 0 0 1 .44-2.55c.461.202.9.472 1.302.807zm1.102 7.212a5.506 5.506 0 0 0 .756-4.144a3.002 3.002 0 0 1-3.616.105l-.59.59l3.45 3.449zm-3.567-4.746a3.002 3.002 0 0 1 .105-3.616a5.506 5.506 0 0 0-4.144.756l3.45 3.45l.59-.59zm-4.83-2.237a5.484 5.484 0 0 0-1.297 1.87c1.333.39 2.947 1.06 4.272 2.222l.558-.558l-3.534-3.534zm3.685 4.796l.555-.555l3.534 3.534a5.51 5.51 0 0 1-1.848 1.287c-.391-1.336-1.066-2.946-2.241-4.266zm1.608 6.076c-.001 1.027-.925 1.811-1.995 1.583c-1.479-.314-3.726-1.025-5.318-2.616c-1.587-1.587-2.31-3.836-2.636-5.32a1.783 1.783 0 0 1-.043-.383c0-1.024.92-1.812 1.993-1.587c1.496.312 3.769 1.02 5.362 2.613c1.597 1.596 2.295 3.863 2.6 5.35c.025.123.037.243.037.36zM5.603 8.897a.5.5 0 0 0-.707.707l1.5 1.5a.5.5 0 1 0 .707-.707l-1.5-1.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})