@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 t from "../lib/SSRBase.es.js";
import c from "../defs/CurrencyCny.es.js";
const e = r.forwardRef((o, n) => /* @__PURE__ */ r.createElement(t, { ref: n, ...o, weights: c }));
e.displayName = "CurrencyCnyIcon";
const s = e;
export {
s as CurrencyCny,
e as CurrencyCnyIcon
};