UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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