@vicons/fa
Version:
Vue3 SVG icon components integrated from [`font-awesome`](https://github.com/FortAwesome/Font-Awesome)
33 lines (32 loc) • 1.24 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: 'Delicious',
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: 'M446.5 68c-.4-1.5-.9-3-1.4-4.5c-.9-2.5-2-4.8-3.3-7.1c-1.4-2.4-3-4.8-4.7-6.9c-2.1-2.5-4.4-4.8-6.9-6.8c-1.1-.9-2.2-1.7-3.3-2.5c-1.3-.9-2.6-1.7-4-2.4c-1.8-1-3.6-1.8-5.5-2.5c-1.7-.7-3.5-1.3-5.4-1.7c-3.8-1-7.9-1.5-12-1.5H48C21.5 32 0 53.5 0 80v352c0 4.1.5 8.2 1.5 12c2 7.7 5.8 14.6 11 20.3c1 1.1 2.1 2.2 3.3 3.3c5.7 5.2 12.6 9 20.3 11c3.8 1 7.9 1.5 12 1.5h352c26.5 0 48-21.5 48-48V80c-.1-4.1-.6-8.2-1.6-12zM416 432c0 8.8-7.2 16-16 16H224V256H32V80c0-8.8 7.2-16 16-16h176v192h192z',
fill: 'currentColor'
},
null,
-1 /* HOISTED */
)
])
)
)
}
})