@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 o } from "react";
function c(t) {
return /* @__PURE__ */ e(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconMicrophone16",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M9 4v3.5a1 1 0 0 1-2 0V4a1 1 0 0 1 2 0M6 4a2 2 0 1 1 4 0v3.5a2 2 0 1 1-4 0zM4.5 6.5a.5.5 0 0 0-1 0c0 1.071.266 2.308.968 3.29.645.903 1.637 1.561 3.032 1.688V13H6a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1H8.5v-1.522c1.396-.127 2.388-.785 3.032-1.687.702-.983.968-2.22.968-3.291a.5.5 0 0 0-1 0c0 .929-.234 1.942-.782 2.71-.531.743-1.38 1.29-2.718 1.29s-2.187-.547-2.718-1.29C4.734 8.441 4.5 7.428 4.5 6.5",
clipRule: "evenodd"
}
)
}
);
}
const s = o(c);
export {
s as default
};
//# sourceMappingURL=IconMicrophone16.es.js.map