yuang-framework-ui-pc
Version:
yuang-framework-ui-pc Library
38 lines (37 loc) • 1.32 kB
JavaScript
"use strict";
const vue = require("vue");
const _sfc_main = vue.defineComponent({
name: "IdcardOutlined"
});
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-linejoin": "round"
};
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M3 8H45V40H3Z" }, null, -1);
const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", {
d: "M17 25C19.2 25 21 23.2 21 21 21 18.8 19.2 17 17 17 14.8 17 13 18.8 13 21 13 23.2 14.8 25 17 25M23 31C23 27.7 20.3 25 17 25 13.7 25 11 27.7 11 31",
"stroke-width": "3"
}, null, -1);
const _hoisted_4 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M26 20H38" }, null, -1);
const _hoisted_5 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M30 28H38" }, null, -1);
const _hoisted_6 = [
_hoisted_2,
_hoisted_3,
_hoisted_4,
_hoisted_5
];
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, _hoisted_6);
}
const IdcardOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
module.exports = IdcardOutlined;