UNPKG

ivue-material-plus

Version:

A high quality UI components Library with Vue.js

30 lines (27 loc) 1.27 kB
import _sfc_main from './ivue-arrow-down-icon.vue_vue_type_script_lang.mjs'; import { createElementVNode, resolveComponent, setBlockTracking, createVNode, withCtx } from 'vue'; import _export_sfc from '../../_virtual/_plugin-vue_export-helper.mjs'; const _hoisted_1 = /* @__PURE__ */ createElementVNode("svg", { height: "24", viewBox: "0 0 24 24", width: "24", xmlns: "http://www.w3.org/2000/svg" }, [ /* @__PURE__ */ createElementVNode("path", { d: "M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z" }), /* @__PURE__ */ createElementVNode("path", { d: "M0-.75h24v24H0z", fill: "none" }) ], -1); function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) { const _component_ivue_icon = resolveComponent("ivue-icon"); return _cache[0] || (setBlockTracking(-1), _cache[0] = createVNode(_component_ivue_icon, { class: "ivue-icon-image" }, { default: withCtx(() => [ _hoisted_1 ]), _: 1 }), setBlockTracking(1), _cache[0]); } var IvueArrowDownIcon = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "D:\\louise\\person\\project\\GitHub\\ivue-ui-plus\\src\\utils\\icons\\ivue-arrow-down-icon.vue"]]); export { IvueArrowDownIcon as default }; //# sourceMappingURL=ivue-arrow-down-icon.mjs.map