UNPKG

@oiij/naive-ui

Version:

Some Composable Functions And Components for Vue 3

21 lines (19 loc) 1.18 kB
import export_helper_default from "../../_virtual/_/plugin-vue/export-helper.js"; import { createCommentVNode, createElementBlock, createElementVNode, openBlock } from "vue"; //#region src/components/icons/MageMultiplyCircleFill.vue const _sfc_main = { name: "MageMultiplyCircleFill" }; 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: "M12 1.75A10.25 10.25 0 1 0 22.25 12A10.26 10.26 0 0 0 12 1.75m4.67 13.5a1 1 0 0 1 0 1.42a1 1 0 0 1-1.42 0L12 13.42l-3.25 3.25a1 1 0 0 1-1.41-1.42L10.59 12L7.34 8.75a1 1 0 1 1 1.41-1.41L12 10.59l3.25-3.25a1 1 0 1 1 1.42 1.41L13.42 12z" }, null, -1))]); } var MageMultiplyCircleFill_default = /* @__PURE__ */ export_helper_default(_sfc_main, [["render", _sfc_render]]); //#endregion export { MageMultiplyCircleFill_default as default };