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