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