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