@element-plus/icons-vue
Version:
32 lines (29 loc) • 1.26 kB
JavaScript
import { defineComponent, openBlock, createElementBlock, createElementVNode } from 'vue';
import _export_sfc from './_virtual/plugin-vue_export-helper.mjs';
const _sfc_main = defineComponent({
name: "MoonNight"
});
const _hoisted_1 = {
class: "icon",
width: "200",
height: "200",
viewBox: "0 0 1024 1024",
xmlns: "http://www.w3.org/2000/svg"
};
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
fill: "currentColor",
d: "M384 512a448 448 0 01215.872-383.296A384 384 0 00213.76 640h188.8A448.256 448.256 0 01384 512zM171.136 704a448 448 0 01636.992-575.296A384 384 0 00499.328 704h-328.32z"
}, null, -1);
const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", {
fill: "currentColor",
d: "M32 640h960q32 0 32 32t-32 32H32q-32 0-32-32t32-32zM160 768h384a32 32 0 110 64H160a32 32 0 110-64zm160 127.68l224 .256a32 32 0 0132 32V928a32 32 0 01-32 32l-224-.384a32 32 0 01-32-32v-.064a32 32 0 0132-32z"
}, null, -1);
const _hoisted_4 = [
_hoisted_2,
_hoisted_3
];
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_4);
}
var moonNight = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
export { moonNight as default };