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