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