@frontify/fondue
Version:
Design system of Frontify
34 lines (33 loc) • 1.36 kB
JavaScript
import { jsx as e, jsxs as t } from "react/jsx-runtime";
import { memo as a } from "react";
function r(l) {
return /* @__PURE__ */ e(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 12,
height: 12,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconSpeakerOff12",
"aria-hidden": "true",
...l,
children: /* @__PURE__ */ t("g", { fill: "none", children: [
/* @__PURE__ */ e("g", { clipPath: "url(#SpeakerOff12)", children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M3.571 5h.376l.283-.247L6 3.203v5.593L4.23 7.247 3.947 7H2V5zM1 5a1 1 0 0 1 1-1h1.571l2.6-2.274A.5.5 0 0 1 7 2.102v7.796a.5.5 0 0 1-.83.376L3.572 8H2a1 1 0 0 1-1-1zm10.857-.604a.5.5 0 0 1 0 .708l-.898.898.898.899a.5.5 0 0 1-.707.707l-.898-.899-.899.899a.5.5 0 1 1-.707-.707l.899-.9-.898-.897a.5.5 0 0 1 .707-.708l.898.899.898-.899a.5.5 0 0 1 .707 0",
clipRule: "evenodd"
}
) }),
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "SpeakerOff12", children: /* @__PURE__ */ e("path", { fill: "#fff", d: "M0 0h12v12H0z" }) }) })
] })
}
);
}
const c = a(r);
export {
c as default
};
//# sourceMappingURL=IconSpeakerOff12.es.js.map