@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.
35 lines (34 loc) • 1.02 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"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"g",
{
"clip-path": "url(#total-number_svg__clip131_1895)"
},
[/* @__PURE__ */ createElementVNode("path", {
d: "M22 4.591 16.347 2.5A1 1 0 0 0 15 3.437v17.127a1 1 0 0 0 1.347.937L22 19.41V4.59ZM9.739 3.305l3.761.926v15.538l-3.761.926a1 1 0 0 1-1.239-.971V4.276a1 1 0 0 1 1.239-.971ZM7 5.077 3.21 4.26A1 1 0 0 0 2 5.238v13.524a1 1 0 0 0 1.21.977L7 18.923V5.077Z",
"fill-rule": "evenodd"
})],
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var TotalNumber = {
render
};
var index = function index2() {
return svg({
name: "IconTotalNumber",
component: TotalNumber
})();
};
export {
index as default
};