@vicons/fa
Version:
Vue3 SVG icon components integrated from [`font-awesome`](https://github.com/FortAwesome/Font-Awesome)
31 lines (30 loc) • 1.44 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 512 512'
}
export default defineComponent({
name: 'Futbol',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'path',
{
d: 'M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256S119.033 8 256 8s248 111.033 248 248zm-48 0l-.003-.282l-26.064 22.741l-62.679-58.5l16.454-84.355l34.303 3.072c-24.889-34.216-60.004-60.089-100.709-73.141l13.651 31.939L256 139l-74.953-41.525l13.651-31.939c-40.631 13.028-75.78 38.87-100.709 73.141l34.565-3.073l16.192 84.355l-62.678 58.5l-26.064-22.741l-.003.282c0 43.015 13.497 83.952 38.472 117.991l7.704-33.897l85.138 10.447l36.301 77.826l-29.902 17.786c40.202 13.122 84.29 13.148 124.572 0l-29.902-17.786l36.301-77.826l85.138-10.447l7.704 33.897C442.503 339.952 456 299.015 456 256zm-248.102 69.571l-29.894-91.312L256 177.732l77.996 56.527l-29.622 91.312h-96.476z',
fill: 'currentColor'
},
null,
-1 /* HOISTED */
)
])
)
)
}
})