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