@phosphor-icons/react
Version:
A clean and friendly icon family for React
11 lines (10 loc) • 349 B
JavaScript
import * as r from "react";
import l from "../lib/IconBase.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 n = e;
export {
n as CurrencyDollarSimple,
e as CurrencyDollarSimpleIcon
};