@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.
63 lines (62 loc) • 1.24 kB
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
viewBox: "0 0 24 24",
xmlns: "http://www.w3.org/2000/svg",
width: "24",
height: "24",
fill: "none"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
fill: "none",
d: "M0 0h24v24H0z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = /* @__PURE__ */ createElementVNode(
"rect",
{
width: "20",
height: "22",
x: "2",
y: "1",
rx: "3",
stroke: "#000",
"stroke-width": "1.5"
},
null,
-1
/* HOISTED */
);
var _hoisted_4 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M18 18.5H7M18 13h-5M18 7h-5M6 5l2 2.5M10.121 5 8 7.5M8 8v6M10 8.5H6M9.5 11.5h-3",
stroke: "#000",
"stroke-linecap": "round",
"stroke-width": "1.5"
},
null,
-1
/* HOISTED */
);
var _hoisted_5 = [_hoisted_2, _hoisted_3, _hoisted_4];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_5));
}
var PaymentSlips = {
render
};
var index = function index2() {
return svg({
name: "IconPaymentSlips",
component: PaymentSlips
})();
};
export {
index as default
};