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