demio-ui 5.3.32 → 5.3.33
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/dist/bundle-analysis.html +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/types.d.ts +2 -3
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -2342,9 +2342,8 @@ function _extends$j() { return _extends$j = Object.assign ? Object.assign.bind()
|
|
|
2342
2342
|
var SvgReplayDisabled = function SvgReplayDisabled(props) {
|
|
2343
2343
|
return /*#__PURE__*/React.createElement("svg", _extends$j({
|
|
2344
2344
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
fill: "none"
|
|
2345
|
+
fill: "none",
|
|
2346
|
+
viewBox: "0 0 24 24"
|
|
2348
2347
|
}, props), _path$j || (_path$j = /*#__PURE__*/React.createElement("path", {
|
|
2349
2348
|
fill: "#DEE4E8",
|
|
2350
2349
|
d: "M12 .375C5.578.375.375 5.578.375 12S5.578 23.625 12 23.625 23.625 18.422 23.625 12 18.422.375 12 .375m5.423 12.75-8.25 4.734a1.127 1.127 0 0 1-1.673-.984v-9.75c0-.862.928-1.397 1.673-.984l8.25 5.015c.77.431.77 1.542 0 1.969",
|