UNPKG

ivue-material-plus

Version:

A high quality UI components Library with Vue.js

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