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