UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

11 lines (10 loc) 329 B
import * as a from "react"; import r from "../lib/IconBase.es.js"; import s from "../defs/CellSignalSlash.es.js"; const l = a.forwardRef((e, o) => /* @__PURE__ */ a.createElement(r, { ref: o, ...e, weights: s })); l.displayName = "CellSignalSlashIcon"; const i = l; export { i as CellSignalSlash, l as CellSignalSlashIcon };