@arco-iconbox/react-coze 0.1.57 → 0.1.58
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -53,8 +53,7 @@ function IconCozMicrophoneComponent(props, ref) {
|
|
|
53
53
|
var prefix = prefixFromProps || prefixFromContext || 'font';
|
|
54
54
|
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
55
55
|
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-coz_microphone").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 24 24", fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
|
|
56
|
-
react_1.default.createElement("path", {
|
|
57
|
-
react_1.default.createElement("path", { d: "M2 12.0003C2 11.448 2.44772 11.0003 3 11.0003C3.55228 11.0003 4 11.448 4 12.0003C4 16.4186 7.58172 20.0003 12 20.0003C16.4183 20.0003 20 16.4186 20 12.0003C20 11.448 20.4477 11.0003 21 11.0003C21.5523 11.0003 22 11.448 22 12.0003C22 17.5232 17.5228 22.0003 12 22.0003C6.47715 22.0003 2 17.5232 2 12.0003Z" }));
|
|
56
|
+
react_1.default.createElement("path", { d: "M11.9642 0.791992C8.77833 0.791992 6.19569 3.30132 6.19569 6.39567V10.8786C6.19569 13.973 8.77833 16.4823 11.9642 16.4823C15.1501 16.4823 17.7327 13.973 17.7327 10.8786V6.39567C17.7327 3.30132 15.1501 0.791992 11.9642 0.791992ZM11.9792 3.03346C13.8908 3.03346 15.4403 4.53861 15.4403 6.39567V10.8786C15.4403 12.7357 13.8908 14.2408 11.9792 14.2408C10.0677 14.2408 8.51802 12.7357 8.51802 10.8786V6.39567C8.51802 4.53861 10.0677 3.03346 11.9792 3.03346ZM4.32038 14.2218C4.03566 14.1456 3.6926 14.1579 3.41544 14.3103C2.86125 14.6163 2.66846 15.3134 2.98286 15.8524C4.6216 18.6576 7.4368 20.5349 10.8613 20.9036L10.8555 22.086C10.8555 22.7046 11.3645 23.2067 12.0017 23.2067C12.6389 23.2067 13.1479 22.7046 13.1479 22.086L13.1431 20.898C16.4159 20.5382 19.3593 18.6879 21.0095 15.9219C21.3291 15.3862 21.1643 14.7261 20.6129 14.4157C20.0617 14.1052 19.3461 14.2655 19.0266 14.8012C17.5911 17.2074 14.9164 18.7238 12.0017 18.7238C9.06041 18.7238 6.41553 17.1984 4.98999 14.7575C4.83285 14.4885 4.60498 14.2991 4.32038 14.2218Z", fillOpacity: "1" }));
|
|
58
57
|
}
|
|
59
58
|
var IconCozMicrophone = react_1.default.forwardRef(IconCozMicrophoneComponent);
|
|
60
59
|
exports.default = IconCozMicrophone;
|