@solar-icons/react
Version:
Solar Icons for React
22 lines (21 loc) • 843 B
JavaScript
var i = Object.defineProperty, p = Object.defineProperties;
var s = Object.getOwnPropertyDescriptors;
var a = Object.getOwnPropertySymbols;
var l = Object.prototype.hasOwnProperty, S = Object.prototype.propertyIsEnumerable;
var t = (m, r, o) => r in m ? i(m, r, { enumerable: !0, configurable: !0, writable: !0, value: o }) : m[r] = o, e = (m, r) => {
for (var o in r || (r = {}))
l.call(r, o) && t(m, o, r[o]);
if (a)
for (var o of a(r))
S.call(r, o) && t(m, o, r[o]);
return m;
}, f = (m, r) => p(m, s(r));
import { jsx as d } from "react/jsx-runtime";
import { forwardRef as y } from "react";
import w from "../../lib/SSRBase.mjs";
import x from "../../defs/video/PlayStream.mjs";
const P = y((m, r) => /* @__PURE__ */ d(w, f(e({ ref: r }, m), { weights: x })));
P.displayName = "PlayStream";
export {
P as default
};