UNPKG

@solar-icons/react

Version:
22 lines (21 loc) 843 B
var f = Object.defineProperty, e = Object.defineProperties; var n = Object.getOwnPropertyDescriptors; var t = Object.getOwnPropertySymbols; var p = 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 = {})) p.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, n(o)); import { jsx as d } from "react/jsx-runtime"; import { forwardRef as c } from "react"; import w from "../../lib/IconBase.mjs"; import x from "../../defs/it/Translation.mjs"; const T = c((r, o) => /* @__PURE__ */ d(w, s(i({ ref: o }, r), { weights: x }))); T.displayName = "Translation"; export { T as default };