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