import * as o from"react";
import r from"../lib/IconBase.es.js";
import n from"../defs/Plant.es.js";
const t = o.forwardRef((a, e) =>/* @__PURE__ */ o.createElement(r, { ref: e, ...a, weights: n }));
t.displayName = "PlantIcon";
const s = t;
export {
s asPlant,
t asPlantIcon
};