a-icons 1.2.77 → 1.2.78

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/es/BrowseEyes.js CHANGED
@@ -15,30 +15,29 @@ import Icon from 'a-base-icon/lib/icon';
15
15
  function BrowseEyes(componentProps) {
16
16
  var IconNode = function IconNode(props) {
17
17
  return /*#__PURE__*/React.createElement("svg", __assign({
18
- viewBox: "0 0 20 20",
18
+ viewBox: "0 0 24 24",
19
19
  fill: "none",
20
20
  xmlns: "http://www.w3.org/2000/svg"
21
21
  }, props), /*#__PURE__*/React.createElement("rect", {
22
- x: 0.556,
23
- y: 0.556,
24
- width: 18.889,
25
- height: 18.889,
26
- rx: 9.444,
27
- fill: "#47A92A"
22
+ x: 0.5,
23
+ y: 0.5,
24
+ width: 23,
25
+ height: 23,
26
+ rx: 11.5,
27
+ fill: "#EFFDF4"
28
28
  }), /*#__PURE__*/React.createElement("rect", {
29
- x: 0.556,
30
- y: 0.556,
31
- width: 18.889,
32
- height: 18.889,
33
- rx: 9.444,
34
- stroke: "#fff",
35
- strokeWidth: 1.111
29
+ x: 0.5,
30
+ y: 0.5,
31
+ width: 23,
32
+ height: 23,
33
+ rx: 11.5,
34
+ stroke: "#fff"
36
35
  }), /*#__PURE__*/React.createElement("path", {
37
- d: "M8.5 10a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0z",
38
- fill: "#fff"
36
+ d: "M10.2 12a1.8 1.8 0 113.6 0 1.8 1.8 0 01-3.6 0z",
37
+ fill: "#377C51"
39
38
  }), /*#__PURE__*/React.createElement("path", {
40
- d: "M10 5.5a6.253 6.253 0 00-5.955 4.348L3.996 10l.049.152a6.253 6.253 0 0011.91 0l.048-.152-.048-.152A6.253 6.253 0 0010 5.5zm0 2a2.5 2.5 0 110 5 2.5 2.5 0 010-5z",
41
- fill: "#fff"
39
+ d: "M12 6.6a7.503 7.503 0 00-7.147 5.218L4.795 12l.058.182a7.503 7.503 0 0014.293 0l.058-.182-.058-.182A7.503 7.503 0 0011.999 6.6zM12 9a3 3 0 110 6 3 3 0 010-6z",
40
+ fill: "#377C51"
42
41
  }));
43
42
  };
44
43
  return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
package/es/HttpsLock.js CHANGED
@@ -15,27 +15,26 @@ import Icon from 'a-base-icon/lib/icon';
15
15
  function HttpsLock(componentProps) {
16
16
  var IconNode = function IconNode(props) {
17
17
  return /*#__PURE__*/React.createElement("svg", __assign({
18
- viewBox: "0 0 20 20",
18
+ viewBox: "0 0 24 24",
19
19
  fill: "none",
20
20
  xmlns: "http://www.w3.org/2000/svg"
21
21
  }, props), /*#__PURE__*/React.createElement("rect", {
22
- x: 0.556,
23
- y: 0.556,
24
- width: 18.889,
25
- height: 18.889,
26
- rx: 9.444,
27
- fill: "#EFB041"
22
+ x: 0.5,
23
+ y: 0.5,
24
+ width: 23,
25
+ height: 23,
26
+ rx: 11.5,
27
+ fill: "#FAE8E8"
28
28
  }), /*#__PURE__*/React.createElement("rect", {
29
- x: 0.556,
30
- y: 0.556,
31
- width: 18.889,
32
- height: 18.889,
33
- rx: 9.444,
34
- stroke: "#fff",
35
- strokeWidth: 1.111
29
+ x: 0.5,
30
+ y: 0.5,
31
+ width: 23,
32
+ height: 23,
33
+ rx: 11.5,
34
+ stroke: "#fff"
36
35
  }), /*#__PURE__*/React.createElement("path", {
37
- d: "M13 7.5v1.75h1.25V15h-8.5V9.25H7V7.5a3 3 0 016 0zm-5 0v1.75h4V7.5a2 2 0 10-4 0zm2 3.625a1 1 0 100 2 1 1 0 000-2z",
38
- fill: "#fff"
36
+ d: "M15.6 9v2.1h1.5V18H6.9v-6.9h1.5V9a3.6 3.6 0 017.2 0zm-6 0v2.1h4.8V9a2.4 2.4 0 10-4.8 0zm2.4 4.35a1.2 1.2 0 100 2.4 1.2 1.2 0 000-2.4z",
37
+ fill: "#E06B67"
39
38
  }));
40
39
  };
41
40
  return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
package/lib/BrowseEyes.js CHANGED
@@ -58,30 +58,29 @@ var icon_1 = __importDefault(require("a-base-icon/lib/icon"));
58
58
  function BrowseEyes(componentProps) {
59
59
  var IconNode = function IconNode(props) {
60
60
  return React.createElement("svg", __assign({
61
- viewBox: "0 0 20 20",
61
+ viewBox: "0 0 24 24",
62
62
  fill: "none",
63
63
  xmlns: "http://www.w3.org/2000/svg"
64
64
  }, props), React.createElement("rect", {
65
- x: 0.556,
66
- y: 0.556,
67
- width: 18.889,
68
- height: 18.889,
69
- rx: 9.444,
70
- fill: "#47A92A"
65
+ x: 0.5,
66
+ y: 0.5,
67
+ width: 23,
68
+ height: 23,
69
+ rx: 11.5,
70
+ fill: "#EFFDF4"
71
71
  }), React.createElement("rect", {
72
- x: 0.556,
73
- y: 0.556,
74
- width: 18.889,
75
- height: 18.889,
76
- rx: 9.444,
77
- stroke: "#fff",
78
- strokeWidth: 1.111
72
+ x: 0.5,
73
+ y: 0.5,
74
+ width: 23,
75
+ height: 23,
76
+ rx: 11.5,
77
+ stroke: "#fff"
79
78
  }), React.createElement("path", {
80
- d: "M8.5 10a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0z",
81
- fill: "#fff"
79
+ d: "M10.2 12a1.8 1.8 0 113.6 0 1.8 1.8 0 01-3.6 0z",
80
+ fill: "#377C51"
82
81
  }), React.createElement("path", {
83
- d: "M10 5.5a6.253 6.253 0 00-5.955 4.348L3.996 10l.049.152a6.253 6.253 0 0011.91 0l.048-.152-.048-.152A6.253 6.253 0 0010 5.5zm0 2a2.5 2.5 0 110 5 2.5 2.5 0 010-5z",
84
- fill: "#fff"
82
+ d: "M12 6.6a7.503 7.503 0 00-7.147 5.218L4.795 12l.058.182a7.503 7.503 0 0014.293 0l.058-.182-.058-.182A7.503 7.503 0 0011.999 6.6zM12 9a3 3 0 110 6 3 3 0 010-6z",
83
+ fill: "#377C51"
85
84
  }));
86
85
  };
87
86
  return React.createElement(icon_1["default"], __assign({}, componentProps, {
package/lib/HttpsLock.js CHANGED
@@ -58,27 +58,26 @@ var icon_1 = __importDefault(require("a-base-icon/lib/icon"));
58
58
  function HttpsLock(componentProps) {
59
59
  var IconNode = function IconNode(props) {
60
60
  return React.createElement("svg", __assign({
61
- viewBox: "0 0 20 20",
61
+ viewBox: "0 0 24 24",
62
62
  fill: "none",
63
63
  xmlns: "http://www.w3.org/2000/svg"
64
64
  }, props), React.createElement("rect", {
65
- x: 0.556,
66
- y: 0.556,
67
- width: 18.889,
68
- height: 18.889,
69
- rx: 9.444,
70
- fill: "#EFB041"
65
+ x: 0.5,
66
+ y: 0.5,
67
+ width: 23,
68
+ height: 23,
69
+ rx: 11.5,
70
+ fill: "#FAE8E8"
71
71
  }), React.createElement("rect", {
72
- x: 0.556,
73
- y: 0.556,
74
- width: 18.889,
75
- height: 18.889,
76
- rx: 9.444,
77
- stroke: "#fff",
78
- strokeWidth: 1.111
72
+ x: 0.5,
73
+ y: 0.5,
74
+ width: 23,
75
+ height: 23,
76
+ rx: 11.5,
77
+ stroke: "#fff"
79
78
  }), React.createElement("path", {
80
- d: "M13 7.5v1.75h1.25V15h-8.5V9.25H7V7.5a3 3 0 016 0zm-5 0v1.75h4V7.5a2 2 0 10-4 0zm2 3.625a1 1 0 100 2 1 1 0 000-2z",
81
- fill: "#fff"
79
+ d: "M15.6 9v2.1h1.5V18H6.9v-6.9h1.5V9a3.6 3.6 0 017.2 0zm-6 0v2.1h4.8V9a2.4 2.4 0 10-4.8 0zm2.4 4.35a1.2 1.2 0 100 2.4 1.2 1.2 0 000-2.4z",
80
+ fill: "#E06B67"
82
81
  }));
83
82
  };
84
83
  return React.createElement(icon_1["default"], __assign({}, componentProps, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "a-icons",
3
- "version": "1.2.77",
3
+ "version": "1.2.78",
4
4
  "repository": "git@github.com:SPOTEC-LTD/assui.git",
5
5
  "author": "jason <usochen@gmail.com>",
6
6
  "main": "./lib/index.js",
@@ -22,5 +22,5 @@
22
22
  "peerDependencies": {
23
23
  "assui": "^3.2.49"
24
24
  },
25
- "gitHead": "bfa6aaa9edf75565a7651de01fc55cab01fc577e"
25
+ "gitHead": "14ee11679757834ff22cd7c2677efa58ae2574e2"
26
26
  }
@@ -3,28 +3,13 @@ import Icon, { IconProps } from 'a-base-icon/lib/icon';
3
3
 
4
4
  function BrowseEyes(componentProps: IconProps) {
5
5
  const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
6
- <svg viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
7
- <rect
8
- x={0.556}
9
- y={0.556}
10
- width={18.889}
11
- height={18.889}
12
- rx={9.444}
13
- fill="#47A92A"
14
- />
15
- <rect
16
- x={0.556}
17
- y={0.556}
18
- width={18.889}
19
- height={18.889}
20
- rx={9.444}
21
- stroke="#fff"
22
- strokeWidth={1.111}
23
- />
24
- <path d="M8.5 10a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0z" fill="#fff" />
6
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
7
+ <rect x={0.5} y={0.5} width={23} height={23} rx={11.5} fill="#EFFDF4" />
8
+ <rect x={0.5} y={0.5} width={23} height={23} rx={11.5} stroke="#fff" />
9
+ <path d="M10.2 12a1.8 1.8 0 113.6 0 1.8 1.8 0 01-3.6 0z" fill="#377C51" />
25
10
  <path
26
- d="M10 5.5a6.253 6.253 0 00-5.955 4.348L3.996 10l.049.152a6.253 6.253 0 0011.91 0l.048-.152-.048-.152A6.253 6.253 0 0010 5.5zm0 2a2.5 2.5 0 110 5 2.5 2.5 0 010-5z"
27
- fill="#fff"
11
+ d="M12 6.6a7.503 7.503 0 00-7.147 5.218L4.795 12l.058.182a7.503 7.503 0 0014.293 0l.058-.182-.058-.182A7.503 7.503 0 0011.999 6.6zM12 9a3 3 0 110 6 3 3 0 010-6z"
12
+ fill="#377C51"
28
13
  />
29
14
  </svg>
30
15
  );
package/src/HttpsLock.tsx CHANGED
@@ -3,27 +3,12 @@ import Icon, { IconProps } from 'a-base-icon/lib/icon';
3
3
 
4
4
  function HttpsLock(componentProps: IconProps) {
5
5
  const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
6
- <svg viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
7
- <rect
8
- x={0.556}
9
- y={0.556}
10
- width={18.889}
11
- height={18.889}
12
- rx={9.444}
13
- fill="#EFB041"
14
- />
15
- <rect
16
- x={0.556}
17
- y={0.556}
18
- width={18.889}
19
- height={18.889}
20
- rx={9.444}
21
- stroke="#fff"
22
- strokeWidth={1.111}
23
- />
6
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
7
+ <rect x={0.5} y={0.5} width={23} height={23} rx={11.5} fill="#FAE8E8" />
8
+ <rect x={0.5} y={0.5} width={23} height={23} rx={11.5} stroke="#fff" />
24
9
  <path
25
- d="M13 7.5v1.75h1.25V15h-8.5V9.25H7V7.5a3 3 0 016 0zm-5 0v1.75h4V7.5a2 2 0 10-4 0zm2 3.625a1 1 0 100 2 1 1 0 000-2z"
26
- fill="#fff"
10
+ d="M15.6 9v2.1h1.5V18H6.9v-6.9h1.5V9a3.6 3.6 0 017.2 0zm-6 0v2.1h4.8V9a2.4 2.4 0 10-4.8 0zm2.4 4.35a1.2 1.2 0 100 2.4 1.2 1.2 0 000-2.4z"
11
+ fill="#E06B67"
27
12
  />
28
13
  </svg>
29
14
  );
@@ -1,6 +1,10 @@
1
- <svg viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect x="0.555556" y="0.555556" width="18.8889" height="18.8889" rx="9.44444" fill="#47A92A"/>
3
- <rect x="0.555556" y="0.555556" width="18.8889" height="18.8889" rx="9.44444" stroke="white" stroke-width="1.11111"/>
4
- <path d="M8.5 10C8.5 9.17157 9.17157 8.5 10 8.5C10.8284 8.5 11.5 9.17157 11.5 10C11.5 10.8284 10.8284 11.5 10 11.5C9.17157 11.5 8.5 10.8284 8.5 10Z" fill="white"/>
5
- <path d="M9.99979 5.5C7.21051 5.5 4.84921 7.32682 4.04461 9.84798L3.99609 10L4.04461 10.152C4.84921 12.6732 7.21051 14.5 9.99979 14.5C12.7891 14.5 15.1504 12.6732 15.955 10.152L16.0035 10L15.955 9.84799C15.1504 7.32682 12.7891 5.5 9.99979 5.5ZM10 7.5C11.3807 7.5 12.5 8.61929 12.5 10C12.5 11.3807 11.3807 12.5 10 12.5C8.61929 12.5 7.5 11.3807 7.5 10C7.5 8.61929 8.61929 7.5 10 7.5Z" fill="white"/>
6
- </svg>
1
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.5" y="0.5" width="23" height="23" rx="11.5" fill="#EFFDF4" />
3
+ <rect x="0.5" y="0.5" width="23" height="23" rx="11.5" stroke="white" />
4
+ <path
5
+ d="M10.1996 12.0001C10.1996 11.006 11.0055 10.2001 11.9996 10.2001C12.9937 10.2001 13.7996 11.006 13.7996 12.0001C13.7996 12.9942 12.9937 13.8001 11.9996 13.8001C11.0055 13.8001 10.1996 12.9942 10.1996 12.0001Z"
6
+ fill="#377C51" />
7
+ <path
8
+ d="M11.9994 6.6001C8.65222 6.6001 5.81866 8.79228 4.85314 11.8177L4.79492 12.0001L4.85314 12.1825C5.81866 15.2079 8.65222 17.4001 11.9994 17.4001C15.3465 17.4001 18.18 15.2079 19.1456 12.1825L19.2038 12.0001L19.1456 11.8177C18.18 8.79228 15.3465 6.6001 11.9994 6.6001ZM11.9996 9.0001C13.6565 9.0001 14.9996 10.3432 14.9996 12.0001C14.9996 13.657 13.6565 15.0001 11.9996 15.0001C10.3428 15.0001 8.99961 13.657 8.99961 12.0001C8.99961 10.3432 10.3428 9.0001 11.9996 9.0001Z"
9
+ fill="#377C51" />
10
+ </svg>
@@ -1,5 +1,7 @@
1
- <svg viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect x="0.555556" y="0.555556" width="18.8889" height="18.8889" rx="9.44444" fill="#EFB041"/>
3
- <rect x="0.555556" y="0.555556" width="18.8889" height="18.8889" rx="9.44444" stroke="white" stroke-width="1.11111"/>
4
- <path d="M13 7.5V9.25001H14.25V15H5.75V9.25001H7V7.5C7 5.84315 8.34315 4.5 10 4.5C11.6569 4.5 13 5.84315 13 7.5ZM8 7.5V9.25001H12V7.5C12 6.39543 11.1046 5.5 10 5.5C8.89543 5.5 8 6.39543 8 7.5ZM10 11.125C9.44772 11.125 9 11.5727 9 12.125C9 12.6773 9.44772 13.125 10 13.125C10.5523 13.125 11 12.6773 11 12.125C11 11.5727 10.5523 11.125 10 11.125Z" fill="white"/>
5
- </svg>
1
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.5" y="0.5" width="23" height="23" rx="11.5" fill="#FAE8E8" />
3
+ <rect x="0.5" y="0.5" width="23" height="23" rx="11.5" stroke="white" />
4
+ <path
5
+ d="M15.5999 9.00015V11.1002H17.0999V18.0002H6.8999V11.1002H8.3999V9.00015C8.3999 7.01192 10.0117 5.40015 11.9999 5.40015C13.9881 5.40015 15.5999 7.01192 15.5999 9.00015ZM9.5999 9.00015V11.1002H14.3999V9.00015C14.3999 7.67466 13.3254 6.60015 11.9999 6.60015C10.6744 6.60015 9.5999 7.67466 9.5999 9.00015ZM11.9999 13.3501C11.3372 13.3501 10.7999 13.8874 10.7999 14.5501C10.7999 15.2129 11.3372 15.7501 11.9999 15.7501C12.6626 15.7501 13.1999 15.2129 13.1999 14.5501C13.1999 13.8874 12.6626 13.3501 11.9999 13.3501Z"
6
+ fill="#E06B67" />
7
+ </svg>
@@ -1,6 +1,10 @@
1
- <svg viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect x="0.555556" y="0.555556" width="18.8889" height="18.8889" rx="9.44444" fill="#47A92A"/>
3
- <rect x="0.555556" y="0.555556" width="18.8889" height="18.8889" rx="9.44444" stroke="white" stroke-width="1.11111"/>
4
- <path d="M8.5 10C8.5 9.17157 9.17157 8.5 10 8.5C10.8284 8.5 11.5 9.17157 11.5 10C11.5 10.8284 10.8284 11.5 10 11.5C9.17157 11.5 8.5 10.8284 8.5 10Z" fill="white"/>
5
- <path d="M9.99979 5.5C7.21051 5.5 4.84921 7.32682 4.04461 9.84798L3.99609 10L4.04461 10.152C4.84921 12.6732 7.21051 14.5 9.99979 14.5C12.7891 14.5 15.1504 12.6732 15.955 10.152L16.0035 10L15.955 9.84799C15.1504 7.32682 12.7891 5.5 9.99979 5.5ZM10 7.5C11.3807 7.5 12.5 8.61929 12.5 10C12.5 11.3807 11.3807 12.5 10 12.5C8.61929 12.5 7.5 11.3807 7.5 10C7.5 8.61929 8.61929 7.5 10 7.5Z" fill="white"/>
6
- </svg>
1
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.5" y="0.5" width="23" height="23" rx="11.5" fill="#EFFDF4" />
3
+ <rect x="0.5" y="0.5" width="23" height="23" rx="11.5" stroke="white" />
4
+ <path
5
+ d="M10.1996 12.0001C10.1996 11.006 11.0055 10.2001 11.9996 10.2001C12.9937 10.2001 13.7996 11.006 13.7996 12.0001C13.7996 12.9942 12.9937 13.8001 11.9996 13.8001C11.0055 13.8001 10.1996 12.9942 10.1996 12.0001Z"
6
+ fill="#377C51" />
7
+ <path
8
+ d="M11.9994 6.6001C8.65222 6.6001 5.81866 8.79228 4.85314 11.8177L4.79492 12.0001L4.85314 12.1825C5.81866 15.2079 8.65222 17.4001 11.9994 17.4001C15.3465 17.4001 18.18 15.2079 19.1456 12.1825L19.2038 12.0001L19.1456 11.8177C18.18 8.79228 15.3465 6.6001 11.9994 6.6001ZM11.9996 9.0001C13.6565 9.0001 14.9996 10.3432 14.9996 12.0001C14.9996 13.657 13.6565 15.0001 11.9996 15.0001C10.3428 15.0001 8.99961 13.657 8.99961 12.0001C8.99961 10.3432 10.3428 9.0001 11.9996 9.0001Z"
9
+ fill="#377C51" />
10
+ </svg>
@@ -1,5 +1,7 @@
1
- <svg viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect x="0.555556" y="0.555556" width="18.8889" height="18.8889" rx="9.44444" fill="#EFB041"/>
3
- <rect x="0.555556" y="0.555556" width="18.8889" height="18.8889" rx="9.44444" stroke="white" stroke-width="1.11111"/>
4
- <path d="M13 7.5V9.25001H14.25V15H5.75V9.25001H7V7.5C7 5.84315 8.34315 4.5 10 4.5C11.6569 4.5 13 5.84315 13 7.5ZM8 7.5V9.25001H12V7.5C12 6.39543 11.1046 5.5 10 5.5C8.89543 5.5 8 6.39543 8 7.5ZM10 11.125C9.44772 11.125 9 11.5727 9 12.125C9 12.6773 9.44772 13.125 10 13.125C10.5523 13.125 11 12.6773 11 12.125C11 11.5727 10.5523 11.125 10 11.125Z" fill="white"/>
5
- </svg>
1
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.5" y="0.5" width="23" height="23" rx="11.5" fill="#FAE8E8" />
3
+ <rect x="0.5" y="0.5" width="23" height="23" rx="11.5" stroke="white" />
4
+ <path
5
+ d="M15.5999 9.00015V11.1002H17.0999V18.0002H6.8999V11.1002H8.3999V9.00015C8.3999 7.01192 10.0117 5.40015 11.9999 5.40015C13.9881 5.40015 15.5999 7.01192 15.5999 9.00015ZM9.5999 9.00015V11.1002H14.3999V9.00015C14.3999 7.67466 13.3254 6.60015 11.9999 6.60015C10.6744 6.60015 9.5999 7.67466 9.5999 9.00015ZM11.9999 13.3501C11.3372 13.3501 10.7999 13.8874 10.7999 14.5501C10.7999 15.2129 11.3372 15.7501 11.9999 15.7501C12.6626 15.7501 13.1999 15.2129 13.1999 14.5501C13.1999 13.8874 12.6626 13.3501 11.9999 13.3501Z"
6
+ fill="#E06B67" />
7
+ </svg>