@homecode/ui 4.26.8 → 4.26.9

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 SvgLock = function SvgLock(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: 1.975,
16
- d: "M12.045 18.083v-2.418m4.821-4.835V5.996a4.83 4.83 0 0 0-4.821-4.835 4.83 4.83 0 0 0-4.821 4.835v4.834M4.813 22.917h14.464a3.62 3.62 0 0 0 3.616-3.626v-4.834a3.62 3.62 0 0 0-3.616-3.627H4.813a3.62 3.62 0 0 0-3.616 3.627v4.834a3.62 3.62 0 0 0 3.616 3.626"
14
+ strokeWidth: 1.969,
15
+ d: "M11.994 17.928v-2.396m4.801-4.793V5.947a4.81 4.788 0 0 0-4.8-4.792 4.81 4.788 0 0 0-4.802 4.792v4.792M4.792 22.72h14.404a3.605 3.588 0 0 0 3.602-3.594v-4.792a3.605 3.588 0 0 0-3.602-3.595H4.792a3.605 3.588 0 0 0-3.601 3.595v4.792a3.605 3.588 0 0 0 3.6 3.594"
17
16
  })));
18
17
  };
19
18
 
@@ -1,23 +1,19 @@
1
1
  import * as React from 'react';
2
2
 
3
+ var _path;
3
4
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
4
5
  var SvgLockOpen = function SvgLockOpen(props) {
5
6
  return /*#__PURE__*/React.createElement("svg", _extends({
6
7
  xmlns: "http://www.w3.org/2000/svg",
7
- width: 24,
8
- height: 24,
8
+ viewBox: "0 0 24 24",
9
9
  fill: "none"
10
- }, props), /*#__PURE__*/React.createElement("path", {
10
+ }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
11
11
  stroke: "currentColor",
12
12
  strokeLinecap: "round",
13
13
  strokeLinejoin: "round",
14
14
  strokeWidth: 1.969,
15
- d: "M13.199 16.784h-2.408m-3.613-6.01V5.966a4.81 4.81 0 0 1 4.817-4.808 4.81 4.81 0 0 1 4.816 4.808M4.771 22.794H19.22a3.61 3.61 0 0 0 3.612-3.606V14.38a3.61 3.61 0 0 0-3.612-3.606H4.77a3.61 3.61 0 0 0-3.612 3.606v4.808a3.61 3.61 0 0 0 3.612 3.606",
16
- style: {
17
- stroke: "currentColor",
18
- strokeOpacity: 1
19
- }
20
- }));
15
+ d: "M13.199 16.784h-2.408m-3.613-6.01V5.966a4.81 4.81 0 0 1 4.817-4.808 4.81 4.81 0 0 1 4.816 4.808M4.771 22.794H19.22a3.61 3.61 0 0 0 3.612-3.606V14.38a3.61 3.61 0 0 0-3.612-3.606H4.77a3.61 3.61 0 0 0-3.612 3.606v4.808a3.61 3.61 0 0 0 3.612 3.606"
16
+ })));
21
17
  };
22
18
 
23
19
  export { SvgLockOpen as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homecode/ui",
3
- "version": "4.26.8",
3
+ "version": "4.26.9",
4
4
  "description": "React UI components library",
5
5
  "scripts": {
6
6
  "tests": "jest",