@vicons/fa
Version:
Vue3 SVG icon components integrated from [`font-awesome`](https://github.com/FortAwesome/Font-Awesome)
31 lines (30 loc) • 1.03 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 576 512'
}
export default defineComponent({
name: 'Unity',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'path',
{
d: 'M498.11 206.4l-52.8-191.68L248.2 66.08L219 116.14l-59.2-.43L15.54 256l144.28 140.32l59.17-.43l29.24 50l197.08 51.36l52.8-191.62l-30-49.63zm-274.34-82.2l150.78-37.69L288 232.33H114.87zm0 263.63l-108.9-108.12H288l86.55 145.81zm193 14L330.17 256l86.58-145.84L458.56 256z',
fill: 'currentColor'
},
null,
-1 /* HOISTED */
)
])
)
)
}
})