revdev-components 0.215.0 → 0.216.0

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.
Files changed (2) hide show
  1. package/build/index.js +1 -1
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -629,7 +629,7 @@ var SvgExercise = function SvgExercise(props) {
629
629
  xmlns: "http://www.w3.org/2000/svg",
630
630
  viewBox: "0 0 32 32"
631
631
  }, props), _path$22 || (_path$22 = /*#__PURE__*/React__namespace.createElement("path", {
632
- d: "M25.778 10.568a3.841 3.841 0 1 0-4.346-4.346l-4.889-4.889-5.432 5.432a3.841 3.841 0 1 1-4.346 4.346l-5.432 5.432 4.889 4.889a3.841 3.841 0 1 0 4.345 4.346l4.889 4.889 5.432-5.432a3.841 3.841 0 1 1 4.346-4.346l5.432-5.432-4.889-4.889z"
632
+ d: "M27.652 17.644c-2.09 0-2.996 1.591-4.131 1.591-3.02 0-.271-8.873-.271-8.873s-9.883 4.028-9.883-.166c0-1.804 1.827-2.329 1.827-4.329 0-1.787-1.415-2.755-3.094-2.755-1.745 0-3.341.951-3.341 2.837 0 2.083 1.597 2.984 1.597 4.116 0 3.505-8.855 1.443-8.855 1.443v16.777s8.994 2.067 8.994-1.443c0-1.131-2.014-2.019-2.014-4.102 0-1.886 1.473-2.837 3.201-2.837 1.695 0 3.111.968 3.111 2.755 0 2.001-1.827 2.525-1.827 4.329 0 3.061 6.529 1.295 9.124 1.295 0 0-1.748-6.047 1.3-6.047 1.811 0 2.337 1.82 4.345 1.82 1.794 0 2.765-1.41 2.765-3.099 0-1.722-.955-3.312-2.848-3.312"
633
633
  })));
634
634
  };
635
635
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "revdev-components",
3
- "version": "0.215.0",
3
+ "version": "0.216.0",
4
4
  "main": "build/index.js",
5
5
  "module": "build/index.esm.js",
6
6
  "scripts": {