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