@nutui/icons-vue
Version:
京东风格的轻量级移动端 Vue 组件库 NutUI 图标包
29 lines (28 loc) • 1.26 kB
JavaScript
import { d as t, _ as l } from "./_plugin-vue_export-helper-8568c831.mjs";
import { openBlock as a, createElementBlock as s, normalizeClass as r, normalizeStyle as n, createTextVNode as c, createElementVNode as o } from "vue";
const p = t("play-stop"), i = /* @__PURE__ */ o("path", {
d: "M500.864 952.64c-239.648 0-434.656-194.976-434.656-434.624 0-239.68 195.008-434.624 434.656-434.624 239.68 0 434.656 194.944 434.656 434.624 0 239.68-195.008 434.624-434.656 434.624m0-933.28C225.92 19.36 2.24 243.104 2.24 518.016c0 274.944 223.68 498.624 498.624 498.624S999.52 792.96 999.52 518.016c0-274.912-223.68-498.624-498.656-498.624",
fill: "currentColor",
"fill-opacity": "0.9"
}, null, -1), m = /* @__PURE__ */ o("path", {
d: "M404.864 326.016a32 32 0 0 0-32 32v320a32 32 0 0 0 64 0v-320a32 32 0 0 0-32-32m192 0a32 32 0 0 0-32 32v320a32 32 0 0 0 64 0v-320a32 32 0 0 0-32-32",
fill: "currentColor",
"fill-opacity": "0.9"
}, null, -1);
function d(e, f, _, u, v, y) {
return a(), s("svg", {
class: r(e.classes),
style: n(e.style),
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 1024 1024",
role: "presentation"
}, [
i,
c(","),
m
], 6);
}
const C = /* @__PURE__ */ l(p, [["render", d]]);
export {
C as default
};