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