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