@vector-im/compound-design-tokens
Version:
Compound design tokens
21 lines • 736 B
JavaScript
var _reactJsxRuntime = require("react/jsx-runtime");
var React = require("react");
function MicOnSolidIcon(props, ref) {
return /*#__PURE__*/_reactJsxRuntime.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__*/_reactJsxRuntime.jsx("path", {
d: "M8 6a4 4 0 1 1 8 0v6a4 4 0 0 1-8 0z"
}), /*#__PURE__*/_reactJsxRuntime.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";
module.exports = React.forwardRef(MicOnSolidIcon);