@vicons/fa
Version:
Vue3 SVG icon components integrated from [`font-awesome`](https://github.com/FortAwesome/Font-Awesome)
33 lines (32 loc) • 1.33 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 448 512'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Speakap',
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: 'M64 391.78C-15.41 303.59-8 167.42 80.64 87.64s224.8-73 304.21 15.24s72 224.36-16.64 304.14c-18.74 16.87 64 43.09 42 52.26c-82.06 34.21-253.91 35-346.23-67.5zm213.31-211.6l38.5-40.86c-9.61-8.89-32-26.83-76.17-27.6c-52.33-.91-95.86 28.3-96.77 80c-.2 11.33.29 36.72 29.42 54.83c34.46 21.42 86.52 21.51 86 52.26c-.37 21.28-26.42 25.81-38.59 25.6c-3-.05-30.23-.46-47.61-24.62l-40 42.61c28.16 27 59 32.62 83.49 33.05c10.23.18 96.42.33 97.84-81c.28-15.81-2.07-39.72-28.86-56.59c-34.36-21.64-85-19.45-84.43-49.75c.41-23.25 31-25.37 37.53-25.26c.43 0 26.62.26 39.62 17.37z',
fill: 'currentColor'
},
null,
-1 /* HOISTED */
)
])
)
)
}
})