UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

21 lines (20 loc) 791 B
var i = Object.defineProperty, n = Object.defineProperties; var p = Object.getOwnPropertyDescriptors; var r = Object.getOwnPropertySymbols; var c = Object.prototype.hasOwnProperty, l = Object.prototype.propertyIsEnumerable; var a = (e, t, o) => t in e ? i(e, t, { enumerable: !0, configurable: !0, writable: !0, value: o }) : e[t] = o, m = (e, t) => { for (var o in t || (t = {})) c.call(t, o) && a(e, o, t[o]); if (r) for (var o of r(t)) l.call(t, o) && a(e, o, t[o]); return e; }, f = (e, t) => n(e, p(t)); import s, { forwardRef as d } from "react"; import w from "../lib/IconBase.mjs"; import P from "../defs/Plant.mjs"; const R = d((e, t) => /* @__PURE__ */ s.createElement(w, f(m({ ref: t }, e), { weights: P }))); R.displayName = "Plant"; export { R as Plant };