UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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