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