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