@vector-im/compound-design-tokens
Version:
Compound design tokens
21 lines • 697 B
JavaScript
import { forwardRef } from "react";
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
function MicOnSolidIcon(props, ref) {
return /*#__PURE__*/_jsxs("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "currentColor",
viewBox: "0 0 24 24",
ref: ref,
...props,
children: [/*#__PURE__*/_jsx("path", {
d: "M8 6a4 4 0 1 1 8 0v6a4 4 0 0 1-8 0z"
}), /*#__PURE__*/_jsx("path", {
d: "M5 11a1 1 0 0 1 1 1 6 6 0 0 0 12 0 1 1 0 1 1 2 0 8 8 0 0 1-7 7.938V21a1 1 0 1 1-2 0v-1.062A8 8 0 0 1 4 12a1 1 0 0 1 1-1"
})]
});
}
;
MicOnSolidIcon.displayName = "MicOnSolidIcon";
export default forwardRef(MicOnSolidIcon);