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