@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.06 kB
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as l } from "react";
function a(t) {
return /* @__PURE__ */ e(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 32,
height: 32,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconSpeakerOff32",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M10 13h.752l.565-.495L16 8.408v15.185l-4.683-4.098-.566-.495H6v-6zm-6 0a2 2 0 0 1 2-2h4l6.342-5.549c.646-.565 1.658-.106 1.658.753v19.592c0 .86-1.012 1.319-1.658.753L10 21H6a2 2 0 0 1-2-2zm17.293-.207a1 1 0 0 1 1.414 0l1.794 1.794 1.793-1.794a1 1 0 1 1 1.415 1.414l-1.794 1.794 1.794 1.793a1 1 0 0 1-1.415 1.415l-1.793-1.794-1.794 1.794a1 1 0 0 1-1.414-1.415l1.794-1.793-1.794-1.794a1 1 0 0 1 0-1.414",
clipRule: "evenodd"
}
)
}
);
}
const c = l(a);
export {
c as default
};
//# sourceMappingURL=IconSpeakerOff32.es.js.map