@phosphor-icons/react
Version:
A clean and friendly icon family for React
21 lines (20 loc) • 800 B
JavaScript
var i = Object.defineProperty, p = Object.defineProperties;
var c = Object.getOwnPropertyDescriptors;
var r = Object.getOwnPropertySymbols;
var s = Object.prototype.hasOwnProperty, w = Object.prototype.propertyIsEnumerable;
var m = (o, e, t) => e in o ? i(o, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : o[e] = t, a = (o, e) => {
for (var t in e || (e = {}))
s.call(e, t) && m(o, t, e[t]);
if (r)
for (var t of r(e))
w.call(e, t) && m(o, t, e[t]);
return o;
}, f = (o, e) => p(o, c(e));
import T, { forwardRef as n } from "react";
import x from "../lib/IconBase.mjs";
import d from "../defs/TextHTwo.mjs";
const l = n((o, e) => /* @__PURE__ */ T.createElement(x, f(a({ ref: e }, o), { weights: d })));
l.displayName = "TextHTwo";
export {
l as TextHTwo
};