@phosphor-icons/react
Version:
A clean and friendly icon family for React
11 lines (10 loc) • 309 B
JavaScript
import * as e from "react";
import r from "../lib/IconBase.es.js";
import t from "../defs/CoffeeBean.es.js";
const o = e.forwardRef((a, f) => /* @__PURE__ */ e.createElement(r, { ref: f, ...a, weights: t }));
o.displayName = "CoffeeBeanIcon";
const c = o;
export {
c as CoffeeBean,
o as CoffeeBeanIcon
};