demio-ui 2.5.12 → 2.5.13
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/cjs/index.js +2 -2
- package/dist/esm/index.js +2 -2
- package/dist/types.d.ts +2 -3
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -1388,9 +1388,8 @@ function _extends$J() { return _extends$J = Object.assign ? Object.assign.bind()
|
|
|
1388
1388
|
var SvgLock = function SvgLock(props) {
|
|
1389
1389
|
return /*#__PURE__*/React.createElement("svg", _extends$J({
|
|
1390
1390
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
fill: "none"
|
|
1391
|
+
fill: "none",
|
|
1392
|
+
viewBox: "0 0 24 24"
|
|
1394
1393
|
}, props), _path$J || (_path$J = /*#__PURE__*/React.createElement("path", {
|
|
1395
1394
|
fill: "#2C3336",
|
|
1396
1395
|
d: "M12 19.313A1.31 1.31 0 0 1 10.688 18v-3A1.31 1.31 0 0 1 12 13.688 1.31 1.31 0 0 1 13.313 15v3A1.31 1.31 0 0 1 12 19.313m10.5-8.063v10.5A2.25 2.25 0 0 1 20.25 24H3.75a2.25 2.25 0 0 1-2.25-2.25v-10.5A2.25 2.25 0 0 1 3.75 9h1.5V6.75A6.76 6.76 0 0 1 12.019 0c3.731.01 6.731 3.084 6.731 6.816V9h1.5a2.25 2.25 0 0 1 2.25 2.25M7.5 9h9V6.75c0-2.48-2.02-4.5-4.5-4.5s-4.5 2.02-4.5 4.5zm12.75 2.25H3.75v10.5h16.5z"
|