UNPKG

yuang-framework-ui-pc

Version:

yuang-framework-ui-pc Library

33 lines (32 loc) 1.16 kB
"use strict"; const vue = require("vue"); const _sfc_main = vue.defineComponent({ name: "DashboardOutlined" }); 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", "stroke-linejoin": "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: "M8 42C4 36 3 32 3 28 3 17 13 7 24 7 35 7 45 17 45 28 45 32 44 36 40 42Z" }, null, -1), vue.createElementVNode("path", { d: "M11 27C11 20 17 14 24 14 31 14 37 20 37 27", "stroke-width": "3" }, null, -1), vue.createElementVNode("path", { d: "M24 32 28 22M24 34C25 34 26 33 26 32 26 31 25 30 24 30 23 30 22 31 22 32 22 33 23 34 24 34Z" }, null, -1) ])); } const DashboardOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]); module.exports = DashboardOutlined;