@vicons/fa
Version:
Vue3 SVG icon components integrated from [`font-awesome`](https://github.com/FortAwesome/Font-Awesome)
33 lines (32 loc) • 1.26 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: 'Pagelines',
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 312.7c-55.1 136.7-187.1 54-187.1 54c-40.5 81.8-107.4 134.4-184.6 134.7c-16.1 0-16.6-24.4 0-24.4c64.4-.3 120.5-42.7 157.2-110.1c-41.1 15.9-118.6 27.9-161.6-82.2c109-44.9 159.1 11.2 178.3 45.5c9.9-24.4 17-50.9 21.6-79.7c0 0-139.7 21.9-149.5-98.1c119.1-47.9 152.6 76.7 152.6 76.7c1.6-16.7 3.3-52.6 3.3-53.4c0 0-106.3-73.7-38.1-165.2c124.6 43 61.4 162.4 61.4 162.4c.5 1.6.5 23.8 0 33.4c0 0 45.2-89 136.4-57.5c-4.2 134-141.9 106.4-141.9 106.4c-4.4 27.4-11.2 53.4-20 77.5c0 0 83-91.8 172-20z',
fill: 'currentColor'
},
null,
-1 /* HOISTED */
)
])
)
)
}
})