Save current BZZZ config-ui state before CHORUS branding update
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
24
install/config-ui/node_modules/@heroicons/react/20/solid/MicrophoneIcon.js
generated
vendored
Normal file
24
install/config-ui/node_modules/@heroicons/react/20/solid/MicrophoneIcon.js
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
const React = require("react");
|
||||
function MicrophoneIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
viewBox: "0 0 20 20",
|
||||
fill: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
"data-slot": "icon",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
d: "M7 4a3 3 0 0 1 6 0v6a3 3 0 1 1-6 0V4Z"
|
||||
}), /*#__PURE__*/React.createElement("path", {
|
||||
d: "M5.5 9.643a.75.75 0 0 0-1.5 0V10c0 3.06 2.29 5.585 5.25 5.954V17.5h-1.5a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5h-1.5v-1.546A6.001 6.001 0 0 0 16 10v-.357a.75.75 0 0 0-1.5 0V10a4.5 4.5 0 0 1-9 0v-.357Z"
|
||||
}));
|
||||
}
|
||||
const ForwardRef = /*#__PURE__*/ React.forwardRef(MicrophoneIcon);
|
||||
module.exports = ForwardRef;
|
||||
Reference in New Issue
Block a user