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