UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

11 lines (10 loc) 341 B
import * as e from "react"; import m from "../lib/IconBase.es.js"; import p from "../defs/SpeakerSimpleSlash.es.js"; const a = e.forwardRef((o, r) => /* @__PURE__ */ e.createElement(m, { ref: r, ...o, weights: p })); a.displayName = "SpeakerSimpleSlashIcon"; const S = a; export { S as SpeakerSimpleSlash, a as SpeakerSimpleSlashIcon };