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