glints-aries 4.0.385 → 4.0.386

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.
@@ -2,10 +2,10 @@ import _extends from "@babel/runtime/helpers/extends";
2
2
  import * as React from 'react';
3
3
  var SvgRiUnlockFill = function SvgRiUnlockFill(props) {
4
4
  return /*#__PURE__*/React.createElement("svg", _extends({
5
- viewBox: "0 0 24 24",
6
- xmlns: "http://www.w3.org/2000/svg"
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ viewBox: "0 0 24 24"
7
7
  }, props), /*#__PURE__*/React.createElement("path", {
8
- d: "M4 8h13a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h1V7a7 7 0 0 1 13.262-3.131l-1.789.894A5 5 0 0 0 4 7v1Zm3 5v2h4v-2H7Z"
8
+ d: "M7 10h13a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V11a1 1 0 0 1 1-1h1V9a7 7 0 0 1 13.262-3.131l-1.789.894A5 5 0 0 0 7 9v1Zm3 5v2h4v-2h-4Z"
9
9
  }));
10
10
  };
11
11
  export default SvgRiUnlockFill;
@@ -2,10 +2,10 @@ import _extends from "@babel/runtime/helpers/extends";
2
2
  import * as React from 'react';
3
3
  var SvgRiUnlockLine = function SvgRiUnlockLine(props) {
4
4
  return /*#__PURE__*/React.createElement("svg", _extends({
5
- viewBox: "0 0 24 24",
6
- xmlns: "http://www.w3.org/2000/svg"
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ viewBox: "0 0 24 24"
7
7
  }, props), /*#__PURE__*/React.createElement("path", {
8
- d: "M4 8h13a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h1V7a7 7 0 0 1 13.262-3.131l-1.789.894A5 5 0 0 0 4 7v1Zm-2 2v8h14v-8H2Zm5 3h4v2H7v-2Z"
8
+ d: "M7 10h13a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V11a1 1 0 0 1 1-1h1V9a7 7 0 0 1 13.262-3.131l-1.789.894A5 5 0 0 0 7 9v1Zm-2 2v8h14v-8H5Zm5 3h4v2h-4v-2Z"
9
9
  }));
10
10
  };
11
11
  export default SvgRiUnlockLine;
@@ -9,10 +9,10 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
9
9
  function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
10
10
  var SvgRiUnlockFill = function SvgRiUnlockFill(props) {
11
11
  return /*#__PURE__*/React.createElement("svg", (0, _extends2["default"])({
12
- viewBox: "0 0 24 24",
13
- xmlns: "http://www.w3.org/2000/svg"
12
+ xmlns: "http://www.w3.org/2000/svg",
13
+ viewBox: "0 0 24 24"
14
14
  }, props), /*#__PURE__*/React.createElement("path", {
15
- d: "M4 8h13a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h1V7a7 7 0 0 1 13.262-3.131l-1.789.894A5 5 0 0 0 4 7v1Zm3 5v2h4v-2H7Z"
15
+ d: "M7 10h13a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V11a1 1 0 0 1 1-1h1V9a7 7 0 0 1 13.262-3.131l-1.789.894A5 5 0 0 0 7 9v1Zm3 5v2h4v-2h-4Z"
16
16
  }));
17
17
  };
18
18
  var _default = SvgRiUnlockFill;
@@ -9,10 +9,10 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
9
9
  function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
10
10
  var SvgRiUnlockLine = function SvgRiUnlockLine(props) {
11
11
  return /*#__PURE__*/React.createElement("svg", (0, _extends2["default"])({
12
- viewBox: "0 0 24 24",
13
- xmlns: "http://www.w3.org/2000/svg"
12
+ xmlns: "http://www.w3.org/2000/svg",
13
+ viewBox: "0 0 24 24"
14
14
  }, props), /*#__PURE__*/React.createElement("path", {
15
- d: "M4 8h13a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h1V7a7 7 0 0 1 13.262-3.131l-1.789.894A5 5 0 0 0 4 7v1Zm-2 2v8h14v-8H2Zm5 3h4v2H7v-2Z"
15
+ d: "M7 10h13a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V11a1 1 0 0 1 1-1h1V9a7 7 0 0 1 13.262-3.131l-1.789.894A5 5 0 0 0 7 9v1Zm-2 2v8h14v-8H5Zm5 3h4v2h-4v-2Z"
16
16
  }));
17
17
  };
18
18
  var _default = SvgRiUnlockLine;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "glints-aries",
3
- "version": "4.0.385",
3
+ "version": "4.0.386",
4
4
  "description": "Glints ui-kit for frontend",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./es/index.js",