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