UNPKG

yuang-framework-ui-pc

Version:

yuang-framework-ui-pc Library

34 lines (33 loc) 1.18 kB
import { defineComponent, createElementBlock, openBlock, createElementVNode } from "vue"; const _sfc_main = 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" }; function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) { return openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [ createElementVNode("path", { d: "M3 8H45V40H3Z" }, null, -1), 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), createElementVNode("path", { d: "M26 20H38" }, null, -1), createElementVNode("path", { d: "M30 28H38" }, null, -1) ])); } const IdcardOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]); export { IdcardOutlined as default };