@vicons/fa
Version:
Vue3 SVG icon components integrated from [`font-awesome`](https://github.com/FortAwesome/Font-Awesome)
33 lines (32 loc) • 1.43 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: 'Scribd',
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: 'M42.3 252.7c-16.1-19-24.7-45.9-24.8-79.9c0-100.4 75.2-153.1 167.2-153.1c98.6-1.6 156.8 49 184.3 70.6l-50.5 72.1l-37.3-24.6l26.9-38.6c-36.5-24-79.4-36.5-123-35.8c-50.7-.8-111.7 27.2-111.7 76.2c0 18.7 11.2 20.7 28.6 15.6c23.3-5.3 41.9.6 55.8 14c26.4 24.3 23.2 67.6-.7 91.9c-29.2 29.5-85.2 27.3-114.8-8.4zm317.7 5.9c-15.5-18.8-38.9-29.4-63.2-28.6c-38.1-2-71.1 28-70.5 67.2c-.7 16.8 6 33 18.4 44.3c14.1 13.9 33 19.7 56.3 14.4c17.4-5.1 28.6-3.1 28.6 15.6c0 4.3-.5 8.5-1.4 12.7c-16.7 40.9-59.5 64.4-121.4 64.4c-51.9.2-102.4-16.4-144.1-47.3l33.7-39.4l-35.6-27.4L0 406.3l15.4 13.8c52.5 46.8 120.4 72.5 190.7 72.2c51.4 0 94.4-10.5 133.6-44.1c57.1-51.4 54.2-149.2 20.3-189.6z',
fill: 'currentColor'
},
null,
-1 /* HOISTED */
)
])
)
)
}
})