@vicons/fa
Version:
Vue3 SVG icon components integrated from [`font-awesome`](https://github.com/FortAwesome/Font-Awesome)
33 lines (32 loc) • 1.37 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 576 512'
}
exports.default = (0, vue_1.defineComponent)({
name: 'CloudMoon',
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: 'M342.8 352.7c5.7-9.6 9.2-20.7 9.2-32.7c0-35.3-28.7-64-64-64c-17.2 0-32.8 6.9-44.3 17.9c-16.3-29.6-47.5-49.9-83.7-49.9c-53 0-96 43-96 96c0 2 .5 3.8.6 5.7C27.1 338.8 0 374.1 0 416c0 53 43 96 96 96h240c44.2 0 80-35.8 80-80c0-41.9-32.3-75.8-73.2-79.3zm222.5-54.3c-93.1 17.7-178.5-53.7-178.5-147.7c0-54.2 29-104 76.1-130.8c7.3-4.1 5.4-15.1-2.8-16.7C448.4 1.1 436.7 0 425 0C319.1 0 233.1 85.9 233.1 192c0 8.5.7 16.8 1.8 25c5.9 4.3 11.6 8.9 16.7 14.2c11.4-4.7 23.7-7.2 36.4-7.2c52.9 0 96 43.1 96 96c0 3.6-.2 7.2-.6 10.7c23.6 10.8 42.4 29.5 53.5 52.6c54.4-3.4 103.7-29.3 137.1-70.4c5.3-6.5-.5-16.1-8.7-14.5z',
fill: 'currentColor'
},
null,
-1 /* HOISTED */
)
])
)
)
}
})