a-icons 1.2.76 → 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/BranchLineOutlined.d.ts +6 -0
- package/es/BranchLineOutlined.js +33 -0
- package/es/BrowseEyes.js +17 -18
- package/es/HttpsLock.js +15 -16
- package/es/index.d.ts +1 -0
- package/es/index.js +1 -0
- package/lib/BranchLineOutlined.d.ts +6 -0
- package/lib/BranchLineOutlined.js +76 -0
- package/lib/BrowseEyes.js +17 -18
- package/lib/HttpsLock.js +15 -16
- package/lib/index.d.ts +1 -0
- package/lib/index.js +15 -8
- package/package.json +2 -2
- package/src/BranchLineOutlined.tsx +22 -0
- package/src/BrowseEyes.tsx +6 -21
- package/src/HttpsLock.tsx +5 -20
- package/src/index.tsx +1 -0
- package/svgs/business/browse-eyes.svg +10 -6
- package/svgs/business/https-lock.svg +7 -5
- package/svgs/outlined/branch-line-outlined.svg +6 -0
- package/tmpAllSvgs/branch-line-outlined.svg +6 -0
- package/tmpAllSvgs/browse-eyes.svg +10 -6
- package/tmpAllSvgs/https-lock.svg +7 -5
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
var __assign = this && this.__assign || function () {
|
|
2
|
+
__assign = Object.assign || function (t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) {
|
|
6
|
+
if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
import * as React from 'react';
|
|
14
|
+
import Icon from 'a-base-icon/lib/icon';
|
|
15
|
+
function BranchLineOutlined(componentProps) {
|
|
16
|
+
var IconNode = function IconNode(props) {
|
|
17
|
+
return /*#__PURE__*/React.createElement("svg", __assign({
|
|
18
|
+
viewBox: "0 0 24 24",
|
|
19
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
20
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
d: "M21.707 17.293a1 1 0 010 1.414L18 22.414 16.586 21l2-2h-.017c-.877 0-1.524.01-2.126-.173a4.002 4.002 0 01-1.378-.737c-.485-.4-.835-.944-1.322-1.673l-.242-.362-.555-.832 1.664-1.11.555.832.242.363c.556.833.727 1.07.929 1.237.203.167.437.293.688.37.251.075.544.085 1.545.085h.017l-2-2L18 13.586l3.707 3.707zM21.707 5.293a1 1 0 010 1.414L18 10.414 16.586 9l2-2h-.017c-1.001 0-1.294.01-1.545.086a2.001 2.001 0 00-.688.37c-.202.165-.373.403-.929 1.236l-5.15 7.725c-.486.73-.837 1.273-1.322 1.673a4.002 4.002 0 01-1.378.737c-.602.183-1.25.173-2.126.173H2v-2h3.43c1.002 0 1.295-.01 1.546-.086.251-.076.485-.202.688-.37.202-.165.373-.403.929-1.236l5.15-7.725c.486-.73.837-1.273 1.322-1.673a4.003 4.003 0 011.378-.737C17.045 4.99 17.693 5 18.57 5h.017l-2-2L18 1.586l3.707 3.707z",
|
|
22
|
+
fill: "currentColor"
|
|
23
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
24
|
+
d: "M9.035 13H2v-2h7.035v2zM5.43 5c.878 0 1.525-.01 2.127.173.503.153.971.403 1.378.737.485.4.836.944 1.322 1.673l.242.362.555.832-1.664 1.11-.555-.832-.242-.363c-.556-.833-.727-1.07-.929-1.237a2 2 0 00-.688-.37C6.725 7.01 6.432 7 5.43 7H2V5h3.43z",
|
|
25
|
+
fill: "currentColor"
|
|
26
|
+
}));
|
|
27
|
+
};
|
|
28
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
29
|
+
component: IconNode
|
|
30
|
+
}));
|
|
31
|
+
}
|
|
32
|
+
BranchLineOutlined.displayName = 'BranchLineOutlined';
|
|
33
|
+
export default BranchLineOutlined;
|
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/es/index.d.ts
CHANGED
|
@@ -36,6 +36,7 @@ export { default as BookOutlined } from './BookOutlined';
|
|
|
36
36
|
export { default as BoxAddFilled } from './BoxAddFilled';
|
|
37
37
|
export { default as BoxFilled } from './BoxFilled';
|
|
38
38
|
export { default as BoxOutlined } from './BoxOutlined';
|
|
39
|
+
export { default as BranchLineOutlined } from './BranchLineOutlined';
|
|
39
40
|
export { default as BrokenLineOutlined } from './BrokenLineOutlined';
|
|
40
41
|
export { default as BrowseEyes } from './BrowseEyes';
|
|
41
42
|
export { default as BusinessCardOutlined } from './BusinessCardOutlined';
|
package/es/index.js
CHANGED
|
@@ -36,6 +36,7 @@ export { default as BookOutlined } from './BookOutlined';
|
|
|
36
36
|
export { default as BoxAddFilled } from './BoxAddFilled';
|
|
37
37
|
export { default as BoxFilled } from './BoxFilled';
|
|
38
38
|
export { default as BoxOutlined } from './BoxOutlined';
|
|
39
|
+
export { default as BranchLineOutlined } from './BranchLineOutlined';
|
|
39
40
|
export { default as BrokenLineOutlined } from './BrokenLineOutlined';
|
|
40
41
|
export { default as BrowseEyes } from './BrowseEyes';
|
|
41
42
|
export { default as BusinessCardOutlined } from './BusinessCardOutlined';
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var __assign = this && this.__assign || function () {
|
|
4
|
+
__assign = Object.assign || function (t) {
|
|
5
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
6
|
+
s = arguments[i];
|
|
7
|
+
for (var p in s) {
|
|
8
|
+
if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
return t;
|
|
12
|
+
};
|
|
13
|
+
return __assign.apply(this, arguments);
|
|
14
|
+
};
|
|
15
|
+
var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
|
|
16
|
+
if (k2 === undefined) k2 = k;
|
|
17
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
18
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
19
|
+
desc = {
|
|
20
|
+
enumerable: true,
|
|
21
|
+
get: function get() {
|
|
22
|
+
return m[k];
|
|
23
|
+
}
|
|
24
|
+
};
|
|
25
|
+
}
|
|
26
|
+
Object.defineProperty(o, k2, desc);
|
|
27
|
+
} : function (o, m, k, k2) {
|
|
28
|
+
if (k2 === undefined) k2 = k;
|
|
29
|
+
o[k2] = m[k];
|
|
30
|
+
});
|
|
31
|
+
var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
|
|
32
|
+
Object.defineProperty(o, "default", {
|
|
33
|
+
enumerable: true,
|
|
34
|
+
value: v
|
|
35
|
+
});
|
|
36
|
+
} : function (o, v) {
|
|
37
|
+
o["default"] = v;
|
|
38
|
+
});
|
|
39
|
+
var __importStar = this && this.__importStar || function (mod) {
|
|
40
|
+
if (mod && mod.__esModule) return mod;
|
|
41
|
+
var result = {};
|
|
42
|
+
if (mod != null) for (var k in mod) {
|
|
43
|
+
if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
44
|
+
}
|
|
45
|
+
__setModuleDefault(result, mod);
|
|
46
|
+
return result;
|
|
47
|
+
};
|
|
48
|
+
var __importDefault = this && this.__importDefault || function (mod) {
|
|
49
|
+
return mod && mod.__esModule ? mod : {
|
|
50
|
+
"default": mod
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
Object.defineProperty(exports, "__esModule", {
|
|
54
|
+
value: true
|
|
55
|
+
});
|
|
56
|
+
var React = __importStar(require("react"));
|
|
57
|
+
var icon_1 = __importDefault(require("a-base-icon/lib/icon"));
|
|
58
|
+
function BranchLineOutlined(componentProps) {
|
|
59
|
+
var IconNode = function IconNode(props) {
|
|
60
|
+
return React.createElement("svg", __assign({
|
|
61
|
+
viewBox: "0 0 24 24",
|
|
62
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
63
|
+
}, props), React.createElement("path", {
|
|
64
|
+
d: "M21.707 17.293a1 1 0 010 1.414L18 22.414 16.586 21l2-2h-.017c-.877 0-1.524.01-2.126-.173a4.002 4.002 0 01-1.378-.737c-.485-.4-.835-.944-1.322-1.673l-.242-.362-.555-.832 1.664-1.11.555.832.242.363c.556.833.727 1.07.929 1.237.203.167.437.293.688.37.251.075.544.085 1.545.085h.017l-2-2L18 13.586l3.707 3.707zM21.707 5.293a1 1 0 010 1.414L18 10.414 16.586 9l2-2h-.017c-1.001 0-1.294.01-1.545.086a2.001 2.001 0 00-.688.37c-.202.165-.373.403-.929 1.236l-5.15 7.725c-.486.73-.837 1.273-1.322 1.673a4.002 4.002 0 01-1.378.737c-.602.183-1.25.173-2.126.173H2v-2h3.43c1.002 0 1.295-.01 1.546-.086.251-.076.485-.202.688-.37.202-.165.373-.403.929-1.236l5.15-7.725c.486-.73.837-1.273 1.322-1.673a4.003 4.003 0 011.378-.737C17.045 4.99 17.693 5 18.57 5h.017l-2-2L18 1.586l3.707 3.707z",
|
|
65
|
+
fill: "currentColor"
|
|
66
|
+
}), React.createElement("path", {
|
|
67
|
+
d: "M9.035 13H2v-2h7.035v2zM5.43 5c.878 0 1.525-.01 2.127.173.503.153.971.403 1.378.737.485.4.836.944 1.322 1.673l.242.362.555.832-1.664 1.11-.555-.832-.242-.363c-.556-.833-.727-1.07-.929-1.237a2 2 0 00-.688-.37C6.725 7.01 6.432 7 5.43 7H2V5h3.43z",
|
|
68
|
+
fill: "currentColor"
|
|
69
|
+
}));
|
|
70
|
+
};
|
|
71
|
+
return React.createElement(icon_1["default"], __assign({}, componentProps, {
|
|
72
|
+
component: IconNode
|
|
73
|
+
}));
|
|
74
|
+
}
|
|
75
|
+
BranchLineOutlined.displayName = 'BranchLineOutlined';
|
|
76
|
+
exports["default"] = BranchLineOutlined;
|
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/lib/index.d.ts
CHANGED
|
@@ -36,6 +36,7 @@ export { default as BookOutlined } from './BookOutlined';
|
|
|
36
36
|
export { default as BoxAddFilled } from './BoxAddFilled';
|
|
37
37
|
export { default as BoxFilled } from './BoxFilled';
|
|
38
38
|
export { default as BoxOutlined } from './BoxOutlined';
|
|
39
|
+
export { default as BranchLineOutlined } from './BranchLineOutlined';
|
|
39
40
|
export { default as BrokenLineOutlined } from './BrokenLineOutlined';
|
|
40
41
|
export { default as BrowseEyes } from './BrowseEyes';
|
|
41
42
|
export { default as BusinessCardOutlined } from './BusinessCardOutlined';
|
package/lib/index.js
CHANGED
|
@@ -8,14 +8,14 @@ var __importDefault = this && this.__importDefault || function (mod) {
|
|
|
8
8
|
Object.defineProperty(exports, "__esModule", {
|
|
9
9
|
value: true
|
|
10
10
|
});
|
|
11
|
-
exports.
|
|
12
|
-
exports.
|
|
13
|
-
exports.
|
|
14
|
-
exports.
|
|
15
|
-
exports.
|
|
16
|
-
exports.
|
|
17
|
-
exports.
|
|
18
|
-
exports.WealthOutlined = exports.WarningRuleOutlined = exports.WarningRuleFilled = exports.WarningOutlined = exports.WarningFilled = exports.WalletOutlined = exports.WalletFilled = exports.VoidFilled = exports.UserAccount = exports.UserOutlined = exports.UserInfoTime = exports.UserInfoTimeZone = exports.UserInfoRealname = exports.UserInfoPassword = exports.UserInfoGift = exports.UserInfoEmail = exports.UserInfoData = exports.UserInfoCellPhone = exports.UserInfoAuth = exports.UserCheckOutlined = exports.UploadSendOutlined = exports.UploadOutlined = exports.UpgradeFilled = exports.UnlockFilled = exports.UnionOutlined = exports.UnbindChainOutlined = exports.TwoWayFilled = exports.TwoSwitchOutlined = exports.TwoPersonConfirm = exports.TwoPeopleRectOutlined = exports.TreeOutlined = exports.TreeFilled = exports.TreeAreaOutlined = exports.TrashCanFilled = void 0;
|
|
11
|
+
exports.CameraOutlined = exports.CameraFilled = exports.Call = exports.CallRecordOutlined = exports.CallOutlined = exports.CallFailOutlined = exports.CalendarOutlined = exports.CalendarFilled = exports.BusinessCardOutlined = exports.BrowseEyes = exports.BrokenLineOutlined = exports.BranchLineOutlined = exports.BoxOutlined = exports.BoxFilled = exports.BoxAddFilled = exports.BookOutlined = exports.BookFilled = exports.BoardOutlined = exports.BoardFilled = exports.BlockChainOutlined = exports.BlockChainFilled = exports.BiscuitOutlined = exports.BiscuitFilled = exports.BindChainOutlined = exports.BellOutlined = exports.BarsOutlined = exports.BarLineOutlined = exports.BarChartFilled = exports.BankAddFilled = exports.AtOutlined = exports.AscOutlined = exports.ArrowsRightLeftOutlined = exports.ArrowsChevronOutlined = exports.ArrowTopRightOutlined = exports.ArrowRightOutlined = exports.ArrowLeftOutlined = exports.ArrowDropDownFilled = exports.ArrowDownOutlined = exports.ArrowCircleOutlined = exports.AppstoreOutlined = exports.AnnouncementOutlined = exports.AnalyzeOutlined = exports.AlertTriangleOutlined = exports.AlertTriangleFilled = exports.AddOutlined = exports.AddMoneyFilled = exports.AddFilled = exports.AddChildOutlined = exports.AdFilled = exports.ImpassabilityFilled = void 0;
|
|
12
|
+
exports.DashboardOutlined = exports.DashboardFilled = exports.DailyFinanceOutlined = exports.CustomerServiceOutlined = exports.CreditCardOutlined = exports.CreditCardFilled = exports.CornerRightArrowsOutlined = exports.CopyLineOutlined = exports.CopyFilled = exports.ContinueInvestFilled = exports.ConfirmCircleOutlined = exports.ConfirmCircleFilled = exports.ComputerOutlined = exports.ComputerFilled = exports.ComputerCheckOutlined = exports.ColumnarAnalyzeOutlined = exports.CloudUploadOutlined = exports.CloseSquareOutlined = exports.CloseSquareFilled = exports.CloseOutlined = exports.CloseCircleOutlined = exports.CloseCircleFilled = exports.ClockFastForwardOutlined = exports.ClockCircleOutline = exports.ClockCircleFilled = exports.ClipboardOutlined = exports.ClientOutlined = exports.CircleThreeRectFilled = exports.CircleThreeLinesOutlined = exports.CircleStopFilled = exports.CircleRLetterOutlined = exports.CirclePointsTriangleOutlined = exports.CirclePointsTriangleFilled = exports.CirclePlusFilled = exports.CircleDollarOutlined = exports.CircleDollarFilled = exports.CircleCLetterOutlined = exports.ChevronUpFilled = exports.ChevronRightOutlined = exports.CheckboxMultipleOutlined = exports.CheckOutlined = exports.CheckCircleFilled = exports.ChainOutlined = exports.ChainFilled = exports.CategoryOutlined = exports.CategoryFilled = exports.CardOutlined = exports.CardLoopOutlined = exports.CardLoopFilled = exports.CardFilled = void 0;
|
|
13
|
+
exports.FileListFilled = exports.FileFinishFilled = exports.FileFilled = exports.EyeSlashOutlined = exports.EyeSlashFilled = exports.EyeOutlined = exports.EyeFilled = exports.ExternalLinkFilled = exports.ExchangeArrowOutlined = exports.ErrorWarningOutlined = exports.ErrorWarningFilled = exports.EditSimpleOutlined = exports.EditOutlined = exports.EditFilled = exports.Edit2Filled = exports.EarthOutlined = exports.EarthFilled = exports.DragUpAndDownOutlined = exports.DraftLineOutlined = exports.DownloadOutlined = exports.DownloadOutlinedFile = exports.DownloadLineOutlined = exports.DownloadFilled = exports.DoubleUsersOutlined = exports.DoubleTextOutlined = exports.DoubleTextFilled = exports.DoubleDownOutlined = exports.DoubleDocumentOutlined = exports.DoubleDocumentFilled = exports.DoubleChevronOutlined = exports.DoubleChainOutlined = exports.DoubleChainFilled = exports.DotsOutlined = exports.DollarOutlined = exports.DollarInCircleOutlined = exports.DocumentVoteFilled = exports.DocumentTextFilled = exports.DocumentPassFilled = exports.DocumentOutlined = exports.DocumentFilled = exports.DocumentErrorFilled = exports.DocumentEditOutlined = exports.DisplayerOutlined = exports.DiamondMoneyOutlined = exports.DiamondMoneyFilled = exports.DiamondFileOutlined = exports.DiamondFileFilled = exports.DescOutlined = exports.DataPanelOutlined = exports.DataLogOutlined = void 0;
|
|
14
|
+
exports.LayerFilled = exports.LanguageOutlined = exports.KeyFilled = exports.InvoiceOutlined = exports.InternalTransfer = exports.InternalResourceOutlined = exports.InformationOutlined = exports.InformationFilled = exports.InfoCircleOutlined = exports.ImageOutlined = exports.ImageFilled = exports.ImacFilled = exports.IdCardFilled = exports.HttpsLock = exports.HouseOutlined = exports.Hours24 = exports.HourGlassOutlined = exports.HomeOutlined = exports.HomeFilled = exports.HandleOutlined = exports.HandCoinsOutlined = exports.HandCoinsFilled = exports.GrowthGraphOutlined = exports.GroupOutlined = exports.GroupFilled = exports.GiftFilled = exports.GiftBoxOutlined = exports.GarbageCanOutlined = exports.FunnelFilled = exports.FundProjectionScreenOutlined = exports.FundProjectionScreenFilled = exports.FourDotOutlined = exports.FourDotFilled = exports.FormOutlined = exports.ForbidFireOutlined = exports.ForbidFireFilled = exports.FolderBracketOutlined = exports.FolderAddOutlined = exports.FoldSearchFileOutlined = exports.FlagOutlined = exports.FireOutlined = exports.FireFilled = exports.FilterOutlined = exports.FilterFilled = exports.FilterCupOutlined = exports.FilletFileListOutlined = exports.FileTextOutlined = exports.FileShieldOutlined = exports.FileSearchFilled = exports.FileOutlined = void 0;
|
|
15
|
+
exports.Pdf = exports.PauseInvestFilled = exports.PauseCircleFilled = exports.OtcMerchantLine = exports.OppositeArrowsOutlined = exports.OpenMailOutlined = exports.OpenMailFilled = exports.OfficeBagOutlined = exports.OffOutlined = exports.OctagonPromptOutlined = exports.OctagonPromptFilled = exports.NoteOutlined = exports.NoteFilled = exports.NoteBoardOutlined = exports.NoteBoardFilled = exports.NewspaperOutlined = exports.MoveOutlined = exports.MoneySymbolOutlined = exports.MoneySymbolFilled = exports.MoneyReceiveOutlined = exports.MinusSquareOutlined = exports.MessageTipOutlined = exports.MessageSquareOutlined = exports.MessageSmileOutlined = exports.MenuListOutlined = exports.MediumVolumeOutlined = exports.MappingAddOutlined = exports.MailSettingFilled = exports.MailOutlined = exports.MailFilled = exports.LoopOutlined = exports.LoopFolderOutlined = exports.LoopFolderFilled = exports.LogoTmd = exports.LogoEc = exports.LockOutlined = exports.LockFilled = exports.LockEllipsisFilled = exports.LocationOutlined = exports.ListOutlined = exports.ListFilled = exports.ListCaptionOutlined = exports.LinkOutlined = exports.LineUpOutlined = exports.LineUpFilled = exports.LineChartUpOutlined = exports.LimitlessFilled = exports.LightbulbOutlined = exports.LeftOutlined = exports.LayerOutlined = void 0;
|
|
16
|
+
exports.RoleManage = exports.RoleIb = exports.RoleFollower = exports.RoleDirect = exports.RiskControlOutlined = exports.RiskControlFilled = exports.RetryFilled = exports.ResourceOutlined = exports.RelationInternal = exports.RelationCircle = exports.RefreshRightOutlined = exports.RefreshOutlined = exports.RefreshFilled = exports.RectsPlusFilled = exports.RectTwoBarOutlined = exports.RectTwoBarFilled = exports.RectBoardOutlined = exports.ReceiptOutlined = exports.ReceiptFilled = exports.QuestionMarkOutlined = exports.QuestionMarkFilled = exports.QrCodeOutlined = exports.QrCodeFilled = exports.PlusOutlined = exports.PlaySolidFilled = exports.PlayOutlined = exports.PlayFilled = exports.PhoneOutlined = exports.PhoneCallFilled = exports.PersonWarningFilled = exports.PersonTransferFilled = exports.PersonThreeLineOutlined = exports.PersonLeftArrowFilled = exports.PeopleTieOutlined = exports.PeopleTeamOutlined = exports.PeopleTeamFilled = exports.PeopleSettingFilled = exports.PeopleQuestionFilled = exports.PeopleOutlined = exports.PeopleGroupOutlined = exports.PeopleGroupFilled = exports.PeopleGetOutlined = exports.PeopleFilled = exports.PeopleEllipsisFilled = exports.PeopleConfirmFilled = exports.PeopleCloseFilled = exports.PeopleCircleOutlined = exports.PeopleAddOutlined = exports.PeopleAddFilled = exports.PencilOutlined = void 0;
|
|
17
|
+
exports.TransferFileFilled = exports.TagRecharged = exports.TagOutlined = exports.TagFilled = exports.TagBrokenHeart = exports.SubtractFilled = exports.StopOutlined = exports.StopFilled = exports.StarOutlined = exports.StarFilled = exports.StampFilled = exports.SquareRightUpOutlined = exports.SquareLeftTurnFilled = exports.SquareAOutlined = exports.SphereOutlined = exports.SphereFilled = exports.SpeakerFilled = exports.SocialMediaYoutube = exports.SocialMediaTwitter = exports.SocialMediaIns = exports.SocialMediaIn = exports.SocialMediaFacebook = exports.SimpleEarthOutlined = exports.SignalStopReviewOutlined = exports.SignalOutlined = exports.SignalLineOutlined = exports.SignalDiffusionOutlined = exports.ShopKeeperOutlined = exports.ShopKeeperFilled = exports.ShieldOutlined = exports.ShieldFilled = exports.ShieldCheckedOutlined = exports.ShareOutlined = exports.ShareFilled = exports.ShapeOutlined = exports.ShapeFilled = exports.ShapArrowRightFilled = exports.ShapArrowLeftFilled = exports.SettingSquareOutlined = exports.SettingSquareFilled = exports.SettingOutlined = exports.SettingFilled = exports.SeoOutlined = exports.SeoFilled = exports.SearchOutlined = exports.SearchFilled = exports.RoleSubAccount = exports.RoleSignalResource = exports.RoleSale = exports.RoleOtcMerchant = void 0;
|
|
18
|
+
exports.WealthOutlined = exports.WarningRuleOutlined = exports.WarningRuleFilled = exports.WarningOutlined = exports.WarningFilled = exports.WalletOutlined = exports.WalletFilled = exports.VoidFilled = exports.UserAccount = exports.UserOutlined = exports.UserInfoTime = exports.UserInfoTimeZone = exports.UserInfoRealname = exports.UserInfoPassword = exports.UserInfoGift = exports.UserInfoEmail = exports.UserInfoData = exports.UserInfoCellPhone = exports.UserInfoAuth = exports.UserCheckOutlined = exports.UploadSendOutlined = exports.UploadOutlined = exports.UpgradeFilled = exports.UnlockFilled = exports.UnionOutlined = exports.UnbindChainOutlined = exports.TwoWayFilled = exports.TwoSwitchOutlined = exports.TwoPersonConfirm = exports.TwoPeopleRectOutlined = exports.TreeOutlined = exports.TreeFilled = exports.TreeAreaOutlined = exports.TrashCanFilled = exports.TransferMoneyFilled = void 0;
|
|
19
19
|
var ImpassabilityFilled_1 = require("./ImpassabilityFilled");
|
|
20
20
|
Object.defineProperty(exports, "ImpassabilityFilled", {
|
|
21
21
|
enumerable: true,
|
|
@@ -282,6 +282,13 @@ Object.defineProperty(exports, "BoxOutlined", {
|
|
|
282
282
|
return __importDefault(BoxOutlined_1)["default"];
|
|
283
283
|
}
|
|
284
284
|
});
|
|
285
|
+
var BranchLineOutlined_1 = require("./BranchLineOutlined");
|
|
286
|
+
Object.defineProperty(exports, "BranchLineOutlined", {
|
|
287
|
+
enumerable: true,
|
|
288
|
+
get: function get() {
|
|
289
|
+
return __importDefault(BranchLineOutlined_1)["default"];
|
|
290
|
+
}
|
|
291
|
+
});
|
|
285
292
|
var BrokenLineOutlined_1 = require("./BrokenLineOutlined");
|
|
286
293
|
Object.defineProperty(exports, "BrokenLineOutlined", {
|
|
287
294
|
enumerable: true,
|
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
|
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import Icon, { IconProps } from 'a-base-icon/lib/icon';
|
|
3
|
+
|
|
4
|
+
function BranchLineOutlined(componentProps: IconProps) {
|
|
5
|
+
const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
|
|
6
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" {...props}>
|
|
7
|
+
<path
|
|
8
|
+
d="M21.707 17.293a1 1 0 010 1.414L18 22.414 16.586 21l2-2h-.017c-.877 0-1.524.01-2.126-.173a4.002 4.002 0 01-1.378-.737c-.485-.4-.835-.944-1.322-1.673l-.242-.362-.555-.832 1.664-1.11.555.832.242.363c.556.833.727 1.07.929 1.237.203.167.437.293.688.37.251.075.544.085 1.545.085h.017l-2-2L18 13.586l3.707 3.707zM21.707 5.293a1 1 0 010 1.414L18 10.414 16.586 9l2-2h-.017c-1.001 0-1.294.01-1.545.086a2.001 2.001 0 00-.688.37c-.202.165-.373.403-.929 1.236l-5.15 7.725c-.486.73-.837 1.273-1.322 1.673a4.002 4.002 0 01-1.378.737c-.602.183-1.25.173-2.126.173H2v-2h3.43c1.002 0 1.295-.01 1.546-.086.251-.076.485-.202.688-.37.202-.165.373-.403.929-1.236l5.15-7.725c.486-.73.837-1.273 1.322-1.673a4.003 4.003 0 011.378-.737C17.045 4.99 17.693 5 18.57 5h.017l-2-2L18 1.586l3.707 3.707z"
|
|
9
|
+
fill="currentColor"
|
|
10
|
+
/>
|
|
11
|
+
<path
|
|
12
|
+
d="M9.035 13H2v-2h7.035v2zM5.43 5c.878 0 1.525-.01 2.127.173.503.153.971.403 1.378.737.485.4.836.944 1.322 1.673l.242.362.555.832-1.664 1.11-.555-.832-.242-.363c-.556-.833-.727-1.07-.929-1.237a2 2 0 00-.688-.37C6.725 7.01 6.432 7 5.43 7H2V5h3.43z"
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
/>
|
|
15
|
+
</svg>
|
|
16
|
+
);
|
|
17
|
+
|
|
18
|
+
return <Icon {...componentProps} component={IconNode} />;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
BranchLineOutlined.displayName = 'BranchLineOutlined';
|
|
22
|
+
export default BranchLineOutlined;
|
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
|
);
|
package/src/index.tsx
CHANGED
|
@@ -36,6 +36,7 @@ export { default as BookOutlined } from './BookOutlined'
|
|
|
36
36
|
export { default as BoxAddFilled } from './BoxAddFilled'
|
|
37
37
|
export { default as BoxFilled } from './BoxFilled'
|
|
38
38
|
export { default as BoxOutlined } from './BoxOutlined'
|
|
39
|
+
export { default as BranchLineOutlined } from './BranchLineOutlined'
|
|
39
40
|
export { default as BrokenLineOutlined } from './BrokenLineOutlined'
|
|
40
41
|
export { default as BrowseEyes } from './BrowseEyes'
|
|
41
42
|
export { default as BusinessCardOutlined } from './BusinessCardOutlined'
|
|
@@ -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>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M21.707 17.293C22.0976 17.6835 22.0976 18.3165 21.707 18.707L18 22.4141L16.5859 21L18.5859 19H18.5693C17.6924 19 17.0452 19.0099 16.4434 18.8271C15.9402 18.6743 15.4717 18.4237 15.0654 18.0898C14.5796 17.6905 14.2295 17.1465 13.7432 16.417L13.501 16.0547L12.9463 15.2227L14.6104 14.1133L15.165 14.9453L15.4072 15.3076C15.9627 16.1409 16.1336 16.3786 16.3359 16.5449C16.539 16.7118 16.7729 16.8377 17.0244 16.9141C17.275 16.9901 17.568 17 18.5693 17H18.5859L16.5859 15L18 13.5859L21.707 17.293Z" fill="currentColor"/>
|
|
3
|
+
<path d="M21.707 5.29297C22.0976 5.68349 22.0976 6.31651 21.707 6.70703L18 10.4141L16.5859 9L18.5859 7H18.5693C17.568 7 17.275 7.00986 17.0244 7.08594C16.7729 7.16233 16.539 7.28817 16.3359 7.45508C16.1336 7.6214 15.9627 7.85911 15.4072 8.69238L10.2568 16.417C9.77051 17.1465 9.42036 17.6905 8.93457 18.0898C8.52833 18.4237 8.0598 18.6743 7.55664 18.8271C6.95476 19.0099 6.30758 19 5.43066 19H2V17H5.43066C6.43197 17 6.72498 16.9901 6.97559 16.9141C7.22712 16.8377 7.46096 16.7118 7.66406 16.5449C7.86642 16.3786 8.03725 16.1409 8.59277 15.3076L13.7432 7.58301C14.2295 6.85352 14.5796 6.30955 15.0654 5.91016C15.4717 5.57626 15.9402 5.32566 16.4434 5.17285C17.0452 4.99008 17.6924 5 18.5693 5H18.5859L16.5859 3L18 1.58594L21.707 5.29297Z" fill="currentColor"/>
|
|
4
|
+
<path d="M9.03516 13H2V11H9.03516V13Z" fill="currentColor"/>
|
|
5
|
+
<path d="M5.43066 5C6.30758 5 6.95476 4.99008 7.55664 5.17285C8.0598 5.32566 8.52833 5.57626 8.93457 5.91016C9.42036 6.30955 9.77051 6.85351 10.2568 7.58301L10.499 7.94531L11.0537 8.77734L9.38965 9.88672L8.83496 9.05469L8.59277 8.69238C8.03725 7.8591 7.86642 7.6214 7.66406 7.45508C7.46096 7.28817 7.22713 7.16233 6.97559 7.08594C6.72498 7.00986 6.43197 7 5.43066 7H2V5H5.43066Z" fill="currentColor"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M21.707 17.293C22.0976 17.6835 22.0976 18.3165 21.707 18.707L18 22.4141L16.5859 21L18.5859 19H18.5693C17.6924 19 17.0452 19.0099 16.4434 18.8271C15.9402 18.6743 15.4717 18.4237 15.0654 18.0898C14.5796 17.6905 14.2295 17.1465 13.7432 16.417L13.501 16.0547L12.9463 15.2227L14.6104 14.1133L15.165 14.9453L15.4072 15.3076C15.9627 16.1409 16.1336 16.3786 16.3359 16.5449C16.539 16.7118 16.7729 16.8377 17.0244 16.9141C17.275 16.9901 17.568 17 18.5693 17H18.5859L16.5859 15L18 13.5859L21.707 17.293Z" fill="currentColor"/>
|
|
3
|
+
<path d="M21.707 5.29297C22.0976 5.68349 22.0976 6.31651 21.707 6.70703L18 10.4141L16.5859 9L18.5859 7H18.5693C17.568 7 17.275 7.00986 17.0244 7.08594C16.7729 7.16233 16.539 7.28817 16.3359 7.45508C16.1336 7.6214 15.9627 7.85911 15.4072 8.69238L10.2568 16.417C9.77051 17.1465 9.42036 17.6905 8.93457 18.0898C8.52833 18.4237 8.0598 18.6743 7.55664 18.8271C6.95476 19.0099 6.30758 19 5.43066 19H2V17H5.43066C6.43197 17 6.72498 16.9901 6.97559 16.9141C7.22712 16.8377 7.46096 16.7118 7.66406 16.5449C7.86642 16.3786 8.03725 16.1409 8.59277 15.3076L13.7432 7.58301C14.2295 6.85352 14.5796 6.30955 15.0654 5.91016C15.4717 5.57626 15.9402 5.32566 16.4434 5.17285C17.0452 4.99008 17.6924 5 18.5693 5H18.5859L16.5859 3L18 1.58594L21.707 5.29297Z" fill="currentColor"/>
|
|
4
|
+
<path d="M9.03516 13H2V11H9.03516V13Z" fill="currentColor"/>
|
|
5
|
+
<path d="M5.43066 5C6.30758 5 6.95476 4.99008 7.55664 5.17285C8.0598 5.32566 8.52833 5.57626 8.93457 5.91016C9.42036 6.30955 9.77051 6.85351 10.2568 7.58301L10.499 7.94531L11.0537 8.77734L9.38965 9.88672L8.83496 9.05469L8.59277 8.69238C8.03725 7.8591 7.86642 7.6214 7.66406 7.45508C7.46096 7.28817 7.22713 7.16233 6.97559 7.08594C6.72498 7.00986 6.43197 7 5.43066 7H2V5H5.43066Z" fill="currentColor"/>
|
|
6
|
+
</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>
|