@phosphor-icons/react
Version:
A clean and friendly icon family for React
11 lines (10 loc) • 292 B
JavaScript
import * as r from "react";
import a from "../lib/SSRBase.es.js";
import i from "../defs/TShirt.es.js";
const t = r.forwardRef((o, e) => /* @__PURE__ */ r.createElement(a, { ref: e, ...o, weights: i }));
t.displayName = "TShirtIcon";
const c = t;
export {
c as TShirt,
t as TShirtIcon
};