@oiij/naive-ui
Version:
Some Composable Functions And Components for Vue 3
21 lines (19 loc) • 1.28 kB
JavaScript
import export_helper_default from "../../_virtual/_/plugin-vue/export-helper.js";
import { createCommentVNode, createElementBlock, createElementVNode, openBlock } from "vue";
//#region src/components/icons/MageCopyFill.vue
const _sfc_main = { name: "MageCopyFill" };
const _hoisted_1 = {
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 24 24"
};
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createElementBlock("svg", _hoisted_1, [createCommentVNode(" Icon from Mage Icons by MageIcons - https://github.com/Mage-Icons/mage-icons/blob/main/License.txt "), _cache[0] || (_cache[0] = createElementVNode("path", {
fill: "currentColor",
d: "M18.355 6.54h-1.94V4.69a2.69 2.69 0 0 0-1.646-2.484A2.7 2.7 0 0 0 13.745 2h-8.05a2.68 2.68 0 0 0-2.67 2.69v10.09a2.68 2.68 0 0 0 2.67 2.69h1.94v1.85a2.68 2.68 0 0 0 2.67 2.68h8a2.68 2.68 0 0 0 2.67-2.68V9.23a2.69 2.69 0 0 0-2.62-2.69M7.635 9.23v6.74h-1.94a1.18 1.18 0 0 1-1.17-1.19V4.69a1.18 1.18 0 0 1 1.17-1.19h8.05a1.18 1.18 0 0 1 1.17 1.19v1.85h-4.61a2.69 2.69 0 0 0-2.67 2.69"
}, null, -1))]);
}
var MageCopyFill_default = /* @__PURE__ */ export_helper_default(_sfc_main, [["render", _sfc_render]]);
//#endregion
export { MageCopyFill_default as default };