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 +17 -18
- package/es/HttpsLock.js +15 -16
- package/lib/BrowseEyes.js +17 -18
- package/lib/HttpsLock.js +15 -16
- package/package.json +2 -2
- package/src/BrowseEyes.tsx +6 -21
- package/src/HttpsLock.tsx +5 -20
- package/svgs/business/browse-eyes.svg +10 -6
- package/svgs/business/https-lock.svg +7 -5
- package/tmpAllSvgs/browse-eyes.svg +10 -6
- package/tmpAllSvgs/https-lock.svg +7 -5
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
|
|
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.
|
|
23
|
-
y: 0.
|
|
24
|
-
width:
|
|
25
|
-
height:
|
|
26
|
-
rx:
|
|
27
|
-
fill: "#
|
|
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.
|
|
30
|
-
y: 0.
|
|
31
|
-
width:
|
|
32
|
-
height:
|
|
33
|
-
rx:
|
|
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: "
|
|
38
|
-
fill: "#
|
|
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: "
|
|
41
|
-
fill: "#
|
|
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
|
|
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.
|
|
23
|
-
y: 0.
|
|
24
|
-
width:
|
|
25
|
-
height:
|
|
26
|
-
rx:
|
|
27
|
-
fill: "#
|
|
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.
|
|
30
|
-
y: 0.
|
|
31
|
-
width:
|
|
32
|
-
height:
|
|
33
|
-
rx:
|
|
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: "
|
|
38
|
-
fill: "#
|
|
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
|
|
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.
|
|
66
|
-
y: 0.
|
|
67
|
-
width:
|
|
68
|
-
height:
|
|
69
|
-
rx:
|
|
70
|
-
fill: "#
|
|
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.
|
|
73
|
-
y: 0.
|
|
74
|
-
width:
|
|
75
|
-
height:
|
|
76
|
-
rx:
|
|
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: "
|
|
81
|
-
fill: "#
|
|
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: "
|
|
84
|
-
fill: "#
|
|
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
|
|
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.
|
|
66
|
-
y: 0.
|
|
67
|
-
width:
|
|
68
|
-
height:
|
|
69
|
-
rx:
|
|
70
|
-
fill: "#
|
|
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.
|
|
73
|
-
y: 0.
|
|
74
|
-
width:
|
|
75
|
-
height:
|
|
76
|
-
rx:
|
|
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: "
|
|
81
|
-
fill: "#
|
|
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.
|
|
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": "
|
|
25
|
+
"gitHead": "14ee11679757834ff22cd7c2677efa58ae2574e2"
|
|
26
26
|
}
|
package/src/BrowseEyes.tsx
CHANGED
|
@@ -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
|
|
7
|
-
<rect
|
|
8
|
-
|
|
9
|
-
|
|
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="
|
|
27
|
-
fill="#
|
|
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
|
|
7
|
-
<rect
|
|
8
|
-
|
|
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="
|
|
26
|
-
fill="#
|
|
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
|
|
2
|
-
<rect x="0.
|
|
3
|
-
<rect x="0.
|
|
4
|
-
<path
|
|
5
|
-
|
|
6
|
-
|
|
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
|
|
2
|
-
<rect x="0.
|
|
3
|
-
<rect x="0.
|
|
4
|
-
<path
|
|
5
|
-
|
|
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
|
|
2
|
-
<rect x="0.
|
|
3
|
-
<rect x="0.
|
|
4
|
-
<path
|
|
5
|
-
|
|
6
|
-
|
|
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
|
|
2
|
-
<rect x="0.
|
|
3
|
-
<rect x="0.
|
|
4
|
-
<path
|
|
5
|
-
|
|
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>
|