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