@opentiny/vue-icon
Version:
An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.
41 lines (40 loc) • 1.07 kB
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
viewBox: "0 0 16 13",
xmlns: "http://www.w3.org/2000/svg"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M12.5 13H0V1.5C0 .672.672 0 1.5 0H14v4.172l1.621 1.621c.39.39.39 1.023 0 1.414L14 8.828V11.5c0 .828-.672 1.5-1.5 1.5ZM1 12h11.5a.5.5 0 0 0 .5-.5V8.414L14.914 6.5 13 4.586V1H1.5a.5.5 0 0 0-.5.5V12Z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M10.497 7.5a1 1 0 1 1 0-2 1 1 0 0 1 0 2ZM6.995 7.5a1 1 0 1 1 0-2 1 1 0 0 1 0 2ZM3.497 7.5a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z"
},
null,
-1
/* HOISTED */
);
var _hoisted_4 = [_hoisted_2, _hoisted_3];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4));
}
var Dialog2 = {
render
};
var index = function index2() {
return svg({
name: "IconDialog2",
component: Dialog2
})();
};
export {
index as default
};