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