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