@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.
32 lines (31 loc) • 1.21 kB
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
viewBox: "0 0 1024 1024",
xmlns: "http://www.w3.org/2000/svg"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M230.4 588.8h204.8v204.8c0 15.36 12.8 25.6 25.6 25.6s25.6-10.24 25.6-25.6V588.8h204.8c12.8 0 25.6-10.24 25.6-25.6s-12.8-25.6-25.6-25.6H486.4V332.8c0-15.36-12.8-25.6-25.6-25.6s-25.6 10.24-25.6 25.6v204.8H230.4c-12.8 0-25.6 10.24-25.6 25.6s12.8 25.6 25.6 25.6zm691.2-512H256c-12.8 0-25.6 10.24-25.6 25.6S243.2 128 256 128h640v640c0 15.36 12.8 25.6 25.6 25.6s25.6-10.24 25.6-25.6V102.4c0-15.36-12.8-25.6-25.6-25.6zM819.2 179.2H102.4c-12.8 0-25.6 10.24-25.6 25.6v716.8c0 15.36 12.8 25.6 25.6 25.6h716.8c12.8 0 25.6-10.24 25.6-25.6V204.8c0-15.36-12.8-25.6-25.6-25.6zm-25.6 51.2V896H128V230.4h665.6z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var Add = {
render
};
var index = function index2() {
return svg({
name: "IconAdd",
component: Add
})();
};
export {
index as default
};