@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.19 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: "M160 320c-19.2 0-32-12.8-32-32V160c0-19.2 12.8-32 32-32h128c19.2 0 32 12.8 32 32s-12.8 32-32 32h-96v96c0 19.2-12.8 32-32 32zm704 0c-19.2 0-32-12.8-32-32v-96h-96c-19.2 0-32-12.8-32-32s12.8-32 32-32h128c19.2 0 32 12.8 32 32v128c0 19.2-12.8 32-32 32zm0 576H736c-19.2 0-32-12.8-32-32s12.8-32 32-32h96v-96c0-19.2 12.8-32 32-32s32 12.8 32 32v128c0 19.2-12.8 32-32 32zm-576 0H160c-19.2 0-32-12.8-32-32V736c0-19.2 12.8-32 32-32s32 12.8 32 32v96h96c19.2 0 32 12.8 32 32s-12.8 32-32 32zm576-352H160c-19.2 0-32-12.8-32-32s12.8-32 32-32h704c19.2 0 32 12.8 32 32s-12.8 32-32 32z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var Scan = {
render
};
var index = function index2() {
return svg({
name: "IconScan",
component: Scan
})();
};
export {
index as default
};