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