@vuux/video
Version:
Vue Nuxt 视频播放器
35 lines (34 loc) • 1.07 kB
JavaScript
import { createElementBlock as r, openBlock as a, createElementVNode as t } from "vue";
import o from "../../../_virtual/_plugin-vue_export-helper.mjs";
const n = {}, i = {
xmlns: "http://www.w3.org/2000/svg",
width: "18",
height: "18",
viewBox: "0 0 24 24"
};
function s(l, e) {
return a(), r("svg", i, [...e[0] || (e[0] = [
t("path", {
fill: "rgba(255, 255, 255, 0.72)",
opacity: "0.25",
d: "M12,1A11,11,0,1,0,23,12,11,11,0,0,0,12,1Zm0,19a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z"
}, null, -1),
t("path", {
fill: "rgba(255, 255, 255, 0.72)",
opacity: "0.6",
d: "M12,4a8,8,0,0,1,7.89,6.7A1.53,1.53,0,0,0,21.38,12h0a1.5,1.5,0,0,0,1.48-1.75,11,11,0,0,0-21.72,0A1.5,1.5,0,0,0,2.62,12h0a1.53,1.53,0,0,0,1.49-1.3A8,8,0,0,1,12,4Z"
}, [
t("animateTransform", {
attributeName: "transform",
dur: "0.75s",
repeatCount: "indefinite",
type: "rotate",
values: "0 12 12;360 12 12"
})
], -1)
])]);
}
const f = /* @__PURE__ */ o(n, [["render", s]]);
export {
f as default
};