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