@vicons/fa
Version:
Vue3 SVG icon components integrated from [`font-awesome`](https://github.com/FortAwesome/Font-Awesome)
33 lines (32 loc) • 1.43 kB
JavaScript
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 496 512'
}
exports.default = (0, vue_1.defineComponent)({
name: 'FutbolRegular',
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)(
'path',
{
d: 'M483.8 179.4C449.8 74.6 352.6 8 248.1 8c-25.4 0-51.2 3.9-76.7 12.2C41.2 62.5-30.1 202.4 12.2 332.6C46.2 437.4 143.4 504 247.9 504c25.4 0 51.2-3.9 76.7-12.2c130.2-42.3 201.5-182.2 159.2-312.4zm-74.5 193.7l-52.2 6.4l-43.7-60.9l24.4-75.2l71.1-22.1l38.9 36.4c-.2 30.7-7.4 61.1-21.7 89.2c-4.7 9.3-10.7 17.8-16.8 26.2zm0-235.4l-10.4 53.1l-70.7 22l-64.2-46.5V92.5l47.4-26.2c39.2 13 73.4 38 97.9 71.4zM184.9 66.4L232 92.5v73.8l-64.2 46.5l-70.6-22l-10.1-52.5c24.3-33.4 57.9-58.6 97.8-71.9zM139 379.5L85.9 373c-14.4-20.1-37.3-59.6-37.8-115.3l39-36.4l71.1 22.2l24.3 74.3l-43.5 61.7zm48.2 67l-22.4-48.1l43.6-61.7H287l44.3 61.7l-22.4 48.1c-6.2 1.8-57.6 20.4-121.7 0z',
fill: 'currentColor'
},
null,
-1 /* HOISTED */
)
])
)
)
}
})