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.29 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: 'SportAmericanFootball24Filled', 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: 'M21.379 11.5a14.782 14.782 0 0 1-9.973 9.906l-8.812-8.812A14.782 14.782 0 0 1 12.5 2.62L21.38 11.5zm-7.66-2.28l-4.5 4.5a.75.75 0 1 0 1.061 1.06l4.5-4.5a.75.75 0 1 0-1.06-1.06zM2.2 14.32l7.48 7.48c-.79.132-1.601.2-2.429.2h-1A4.25 4.25 0 0 1 2 17.75v-1c0-.828.068-1.64.2-2.43zM14.217 2.217l7.566 7.566c.143-.823.217-1.67.217-2.533v-1A4.25 4.25 0 0 0 17.75 2h-1c-.864 0-1.71.074-2.533.217z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })