UNPKG

@solar-icons/react

Version:
22 lines (21 loc) 863 B
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 n from "../../lib/IconBase.mjs"; import w from "../../defs/ui/PostsCarouselVertical.mjs"; const x = u((r, o) => /* @__PURE__ */ d(n, m(e({ ref: o }, r), { weights: w }))); x.displayName = "PostsCarouselVertical"; export { x as default };