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