@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.11 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: 24,
height: 24,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconSpeakerOff24",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M7.286 9.75h.584l.43-.396 3.2-2.939v11.17l-3.2-2.94-.43-.395H5a.5.5 0 0 1-.5-.5v-3.5a.5.5 0 0 1 .5-.5zM3 10.25a2 2 0 0 1 2-2h2.286l4.037-3.71c.642-.589 1.677-.134 1.677.737v13.446c0 .87-1.035 1.326-1.677.737l-4.037-3.71H5a2 2 0 0 1-2-2zm17.782-1.03a.75.75 0 0 1 0 1.06L19.062 12l1.72 1.721a.75.75 0 0 1-1.06 1.061L18 13.062l-1.72 1.72a.75.75 0 0 1-1.061-1.06L16.94 12l-1.72-1.72a.75.75 0 1 1 1.06-1.061L18 10.94l1.721-1.72a.75.75 0 0 1 1.061 0",
clipRule: "evenodd"
}
)
}
);
}
const c = l(a);
export {
c as default
};
//# sourceMappingURL=IconSpeakerOff24.es.js.map