@homecode/ui 4.26.9 → 4.26.10

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.
@@ -5,15 +5,14 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function
5
5
  var SvgAttach = function SvgAttach(props) {
6
6
  return /*#__PURE__*/React.createElement("svg", _extends({
7
7
  xmlns: "http://www.w3.org/2000/svg",
8
- width: 24,
9
- height: 24,
8
+ viewBox: "0 0 24 24",
10
9
  fill: "none"
11
10
  }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
12
11
  stroke: "currentColor",
13
12
  strokeLinecap: "round",
14
13
  strokeLinejoin: "round",
15
- strokeWidth: 2.11,
16
- d: "m14.085 8.968-7.702 6.734c-.893.782-.893 2.05 0 2.832.892.781 2.34.781 3.232 0l12.012-10.51c1.785-1.564 1.785-4.1 0-5.663s-4.68-1.564-6.464 0L3.15 12.87c-2.678 2.346-2.678 6.15 0 8.495 2.677 2.346 7.018 2.346 9.696 0l8.78-7.677"
14
+ strokeWidth: 2.074,
15
+ d: "m14.05 8.92-7.57 6.62c-.878.77-.878 2.016 0 2.785.877.767 2.3.767 3.177 0L21.464 7.992c1.754-1.538 1.754-4.03 0-5.567s-4.6-1.538-6.354 0L3.302 12.756c-2.632 2.307-2.632 6.046 0 8.352 2.631 2.306 6.898 2.306 9.53 0l8.63-7.548"
17
16
  })));
18
17
  };
19
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homecode/ui",
3
- "version": "4.26.9",
3
+ "version": "4.26.10",
4
4
  "description": "React UI components library",
5
5
  "scripts": {
6
6
  "tests": "jest",