@vicons/fa
Version:
Vue3 SVG icon components integrated from [`font-awesome`](https://github.com/FortAwesome/Font-Awesome)
33 lines (32 loc) • 1.19 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 384 512'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Vine',
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: 'M384 254.7v52.1c-18.4 4.2-36.9 6.1-52.1 6.1c-36.9 77.4-103 143.8-125.1 156.2c-14 7.9-27.1 8.4-42.7-.8C137 452 34.2 367.7 0 102.7h74.5C93.2 261.8 139 343.4 189.3 404.5c27.9-27.9 54.8-65.1 75.6-106.9c-49.8-25.3-80.1-80.9-80.1-145.6c0-65.6 37.7-115.1 102.2-115.1c114.9 0 106.2 127.9 81.6 181.5c0 0-46.4 9.2-63.5-20.5c3.4-11.3 8.2-30.8 8.2-48.5c0-31.3-11.3-46.6-28.4-46.6c-18.2 0-30.8 17.1-30.8 50c.1 79.2 59.4 118.7 129.9 101.9z',
fill: 'currentColor'
},
null,
-1 /* HOISTED */
)
])
)
)
}
})