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