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