UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

11 lines (10 loc) 312 B
import * as t from "react"; import r from "../lib/SSRBase.es.js"; import m from "../defs/PottedPlant.es.js"; const o = t.forwardRef((e, a) => /* @__PURE__ */ t.createElement(r, { ref: a, ...e, weights: m })); o.displayName = "PottedPlantIcon"; const c = o; export { c as PottedPlant, o as PottedPlantIcon };