@anoki/fse-ui
Version:
FSE UI components library
35 lines (34 loc) • 1.16 kB
JavaScript
import { j as s } from "./index.es278.js";
import { clsx as i } from "./index.es280.js";
import { createColorClasses as h } from "./index.es352.js";
const v = ({
width: r = 58,
height: a = 58,
className: c,
color: e,
decorative: o = !1,
ariaLabel: t = "Microphone"
}) => {
const l = h({ color: e });
return /* @__PURE__ */ s.jsxs(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: r,
height: a,
fill: "currentColor",
viewBox: "0 0 58 58",
className: i(c, l),
"aria-hidden": o,
"aria-label": o ? void 0 : t,
children: [
/* @__PURE__ */ s.jsx("path", { d: "M44 28a1 1 0 0 0-1 1v6c0 7.72-6.28 14-14 14s-14-6.28-14-14v-6a1 1 0 1 0-2 0v6c0 8.485 6.644 15.429 15 15.949V56h-5a1 1 0 1 0 0 2h12a1 1 0 1 0 0-2h-5v-5.051c8.356-.52 15-7.465 15-15.949v-6a1 1 0 0 0-1-1" }),
/* @__PURE__ */ s.jsx("path", { d: "M29 46c6.065 0 11-4.935 11-11V11c0-6.065-4.935-11-11-11S18 4.935 18 11v24c0 6.065 4.935 11 11 11m-9-35c0-4.963 4.038-9 9-9s9 4.037 9 9v24c0 4.963-4.038 9-9 9s-9-4.037-9-9z" })
]
}
);
};
export {
v as Microphone
};
//# sourceMappingURL=index.es191.js.map