@oiij/naive-ui
Version:
Some Composable Functions And Components for Vue 3
25 lines (23 loc) • 1.18 kB
JavaScript
import export_helper_default from "../../_virtual/_/plugin-vue/export-helper.js";
import { createCommentVNode, createElementBlock, createElementVNode, openBlock } from "vue";
//#region src/components/icons/MageSearch.vue
const _sfc_main = { name: "MageSearch" };
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: "none",
stroke: "currentColor",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-width": "1.5",
d: "M10.783 18.828a8.05 8.05 0 0 0 7.439-4.955a8.03 8.03 0 0 0-1.737-8.765a8.045 8.045 0 0 0-13.735 5.68c0 2.131.846 4.174 2.352 5.681a8.05 8.05 0 0 0 5.68 2.359m5.706-2.337l4.762 4.759"
}, null, -1))]);
}
var MageSearch_default = /* @__PURE__ */ export_helper_default(_sfc_main, [["render", _sfc_render]]);
//#endregion
export { MageSearch_default as default };