@bigbinary/neeto-media-recorder 2.6.18 → 2.6.19
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.
- package/index.js +1 -0
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -770,6 +770,7 @@ var RestartIcon = function RestartIcon(_ref3) {
|
|
|
770
770
|
children: /*#__PURE__*/jsx("path", {
|
|
771
771
|
clipRule: "evenodd",
|
|
772
772
|
d: "M21.333 21.333H10.667A2.667 2.667 0 018 18.667V8a2.667 2.667 0 015.333 0v4.956A26.58 26.58 0 0132 5.333c14.727 0 26.666 11.94 26.666 26.667 0 14.728-11.939 26.667-26.666 26.667-13.83 0-25.2-10.527-26.536-24.004C5.32 33.197 6.527 32 8 32c1.472 0 2.649 1.2 2.83 2.661C12.14 45.188 21.12 53.334 32 53.334c11.782 0 21.333-9.55 21.333-21.333 0-11.782-9.551-21.333-21.333-21.333-5.41 0-10.35 2.014-14.111 5.333h3.444a2.667 2.667 0 010 5.333z",
|
|
773
|
+
fill: "currentColor",
|
|
773
774
|
fillRule: "evenodd"
|
|
774
775
|
})
|
|
775
776
|
}));
|