@homecode/ui 4.26.8 → 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
|
-
|
|
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.
|
|
16
|
-
d: "m14.
|
|
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
|
|
|
@@ -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
|
-
|
|
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.
|
|
16
|
-
d: "
|
|
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
|
-
|
|
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
|
-
|
|
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 };
|