@nutui/icons-vue
Version:
京东风格的轻量级移动端 Vue 组件库 NutUI 图标包
29 lines (28 loc) • 966 B
JavaScript
import { d as t, _ as l } from "./_plugin-vue_export-helper-8568c831.mjs";
import { openBlock as s, createElementBlock as r, normalizeClass as n, normalizeStyle as c, createTextVNode as a, createElementVNode as o } from "vue";
const i = t("uploader"), p = /* @__PURE__ */ o("path", {
d: "M960 572.8H64c-25.6 0-48-22.4-48-48s22.4-48 48-48h896c25.6 0 48 22.4 48 48s-22.4 48-48 48z",
fill: "currentColor",
"fill-opacity": "0.9"
}, null, -1), d = /* @__PURE__ */ o("path", {
d: "M512 1020.8c-25.6 0-48-22.4-48-48v-896c0-25.6 22.4-48 48-48s48 22.4 48 48v896c0 25.6-22.4 48-48 48z",
fill: "currentColor",
"fill-opacity": "0.9"
}, null, -1);
function f(e, m, _, u, h, v) {
return s(), r("svg", {
class: n(e.classes),
style: c(e.style),
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 1024 1024",
role: "presentation"
}, [
p,
a(","),
d
], 6);
}
const g = /* @__PURE__ */ l(i, [["render", f]]);
export {
g as default
};