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