@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.
34 lines (33 loc) • 1.29 kB
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
viewBox: "0 0 16 16",
xmlns: "http://www.w3.org/2000/svg"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M9.37 1.03c.58 0 1.09.33 1.25.83l.5 1.76h3.01c.25 0 .5.25.5.5s-.25.5-.5.5H1.86c-.25 0-.5-.25-.5-.5s.25-.5.5-.5h2.92l.67-1.76c.17-.5.67-.83 1.17-.83h2.75Zm-2.67.92h2.67c.17 0 .25.08.33.16l.42 1.42H5.87l.5-1.42c0-.08.17-.16.33-.16Zm6.34 3.83c0-.25-.25-.5-.5-.5s-.5.25-.5.5v7.34c0 .5-.42.839-.83.839H4.45c-.5 0-.83-.42-.83-.84V5.78c0-.25-.25-.5-.5-.5s-.5.25-.5.5v7.34c0 1 .83 1.84 1.83 1.84h6.76c1 0 1.83-.84 1.83-1.84V5.78ZM6.28 6.79c.26 0 .51.25.51.5v4.58c0 .17-.09.25-.17.339-.08.08-.25.16-.34.16-.33 0-.5-.25-.5-.5V7.29c0-.25.25-.5.5-.5Zm3.59.5c0-.25-.25-.5-.5-.5s-.5.25-.5.5v4.58c0 .25.25.5.5.5s.5-.25.5-.5V7.29Z",
"clip-rule": "evenodd",
"fill-rule": "evenodd"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var Del = {
render
};
var index = function index2() {
return svg({
name: "IconDel",
component: Del
})();
};
export {
index as default
};