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