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