yuang-framework-ui-pc
Version:
yuang-framework-ui-pc Library
30 lines (29 loc) • 1.22 kB
JavaScript
;
const vue = require("vue");
const _sfc_main = vue.defineComponent({
name: "AppstoreAddOutlined"
});
const _export_sfc = (sfc, props) => {
const target = sfc.__vccOpts || sfc;
for (const [key, val] of props) {
target[key] = val;
}
return target;
};
const _hoisted_1 = {
viewBox: "0 0 48 48",
fill: "none",
stroke: "currentColor",
"stroke-width": "4",
"stroke-linecap": "round"
};
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
vue.createElementVNode("path", { d: "M18 6H8C7 6 6 7 6 8V18C6 19 7 20 8 20H18C19 20 20 19 20 18V8C20 7 19 6 18 6Z" }, null, -1),
vue.createElementVNode("path", { d: "M40 6H30C29 6 28 7 28 8V18C28 19 29 20 30 20H40C41 20 42 19 42 18V8C42 7 41 6 40 6Z" }, null, -1),
vue.createElementVNode("path", { d: "M40 28H30C29 28 28 29 28 30V40C28 41 29 42 30 42H40C41 42 42 41 42 40V30C42 29 41 28 40 28Z" }, null, -1),
vue.createElementVNode("path", { d: "M12 27V45M3 36H21" }, null, -1)
]));
}
const AppstoreAddOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
module.exports = AppstoreAddOutlined;