@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.
48 lines (47 loc) • 1.57 kB
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 16 16",
style: {
"enable-background": "new 0 0 16 16"
},
"xml:space": "preserve"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"rect",
{
style: {
"fill": "none"
}
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = /* @__PURE__ */ createElementVNode(
"path",
{
class: "delete-l_svg__st1",
d: "M12.46 5.34c.25 0 .49.25.49.49v7.19c0 .98-.82 1.8-1.8 1.8H4.53c-.98 0-1.8-.82-1.8-1.8V5.83c0-.25.25-.49.49-.49s.49.25.49.49v7.19c0 .41.33.82.82.82h6.62c.41 0 .82-.33.82-.82V5.83c0-.24.24-.49.49-.49zM6.32 6.81c.25 0 .49.25.49.49v4.5c0 .16-.08.25-.16.33-.08.08-.25.16-.33.16-.33 0-.49-.25-.49-.49V7.3c0-.24.25-.49.49-.49zm3.03 0c.25 0 .49.25.49.49v4.5c0 .25-.25.49-.49.49s-.49-.25-.49-.49V7.3c0-.24.24-.49.49-.49zm0-5.64c.57 0 1.06.33 1.23.82l.49 1.72h2.94c.25 0 .49.25.49.49 0 .25-.25.49-.49.49H1.99c-.24 0-.49-.25-.49-.49 0-.25.25-.49.49-.49h2.86l.65-1.72c.17-.49.66-.82 1.15-.82h2.7zm0 .9H6.73c-.16 0-.33.08-.33.16l-.48 1.4h4.17l-.41-1.39c-.09-.09-.17-.17-.33-.17z"
},
null,
-1
/* HOISTED */
);
var _hoisted_4 = [_hoisted_2, _hoisted_3];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4));
}
var DeleteL = {
render
};
var index = function index2() {
return svg({
name: "IconDeleteL",
component: DeleteL
})();
};
export {
index as default
};