@vicons/fa
Version:
Vue3 SVG icon components integrated from [`font-awesome`](https://github.com/FortAwesome/Font-Awesome)
33 lines (32 loc) • 1.13 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 400 512'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Gofore',
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: 'M324 319.8h-13.2v34.7c-24.5 23.1-56.3 35.8-89.9 35.8c-73.2 0-132.4-60.2-132.4-134.4c0-74.1 59.2-134.4 132.4-134.4c35.3 0 68.6 14 93.6 39.4l62.3-63.3C335 55.3 279.7 32 220.7 32C98 32 0 132.6 0 256c0 122.5 97 224 220.7 224c63.2 0 124.5-26.2 171-82.5c-2-27.6-13.4-77.7-67.7-77.7zm-12.1-112.5H205.6v89H324c33.5 0 60.5 15.1 76 41.8v-30.6c0-65.2-40.4-100.2-88.1-100.2z',
fill: 'currentColor'
},
null,
-1 /* HOISTED */
)
])
)
)
}
})