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