@nutui/icons-vue
Version:
京东风格的轻量级移动端 Vue 组件库 NutUI 图标包
29 lines (28 loc) • 1.15 kB
JavaScript
import { d as t, _ as l } from "./_plugin-vue_export-helper-8568c831.mjs";
import { openBlock as r, createElementBlock as a, normalizeClass as s, normalizeStyle as n, createTextVNode as c, createElementVNode as o } from "vue";
const i = t("dou-arrow-up"), p = /* @__PURE__ */ o("path", {
d: "M199.36 572.768a31.904 31.904 0 0 0 22.624-9.376l294.144-294.144 285.728 285.728a31.968 31.968 0 1 0 45.248-45.248L538.752 201.376a32 32 0 0 0-45.28 0L176.704 518.144a31.968 31.968 0 0 0 22.656 54.624z",
fill: "currentColor",
"fill-opacity": "0.9"
}, null, -1), d = /* @__PURE__ */ o("path", {
d: "M538.784 457.376a32 32 0 0 0-45.28 0L176.736 774.144a31.968 31.968 0 1 0 45.248 45.248l294.144-294.144 285.728 285.728a31.968 31.968 0 1 0 45.248-45.248l-308.32-308.352z",
fill: "currentColor",
"fill-opacity": "0.9"
}, null, -1);
function f(e, m, u, _, w, h) {
return r(), a("svg", {
class: s(e.classes),
style: n(e.style),
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 1024 1024",
role: "presentation"
}, [
p,
c(","),
d
], 6);
}
const v = /* @__PURE__ */ l(i, [["render", f]]);
export {
v as default
};