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