@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: 'TencentWeibo',
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: 'M72.3 495.8c1.4 19.9-27.6 22.2-29.7 2.9C31 368.8 73.7 259.2 144 185.5c-15.6-34 9.2-77.1 50.6-77.1c30.3 0 55.1 24.6 55.1 55.1c0 44-49.5 70.8-86.9 45.1c-65.7 71.3-101.4 169.8-90.5 287.2zM192 .1C66.1.1-12.3 134.3 43.7 242.4C52.4 259.8 79 246.9 70 229C23.7 136.4 91 29.8 192 29.8c75.4 0 136.9 61.4 136.9 136.9c0 90.8-86.9 153.9-167.7 133.1c-19.1-4.1-25.6 24.4-6.6 29.1c110.7 23.2 204-60 204-162.3C358.6 74.7 284 .1 192 .1z',
fill: 'currentColor'
},
null,
-1 /* HOISTED */
)
])
)
)
}
})