a-icons 1.1.21 → 1.1.23
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/FileFinishFilled.d.ts +7 -0
- package/es/FileFinishFilled.js +39 -0
- package/es/OtcMerchant.d.ts +7 -0
- package/es/OtcMerchant.js +39 -0
- package/es/index.d.ts +2 -0
- package/es/index.js +2 -0
- package/lib/FileFinishFilled.d.ts +7 -0
- package/lib/FileFinishFilled.js +82 -0
- package/lib/OtcMerchant.d.ts +7 -0
- package/lib/OtcMerchant.js +82 -0
- package/lib/index.d.ts +2 -0
- package/lib/index.js +18 -4
- package/package.json +2 -2
- package/src/FileFinishFilled.tsx +28 -0
- package/src/OtcMerchant.tsx +28 -0
- package/src/index.tsx +2 -0
- package/svgs/business/otc-merchant.svg +7 -0
- package/svgs/filled/file-finish-filled.svg +5 -0
- package/tmpAllSvgs/file-finish-filled.svg +5 -0
- package/tmpAllSvgs/otc-merchant.svg +7 -0
|
@@ -0,0 +1,39 @@
|
|
|
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 FileFinishFilled(componentProps) {
|
|
16
|
+
var IconNode = function IconNode(props) {
|
|
17
|
+
return /*#__PURE__*/React.createElement("svg", __assign({
|
|
18
|
+
viewBox: "0 0 24 24",
|
|
19
|
+
fill: "none",
|
|
20
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
21
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
22
|
+
d: "M19 10.15h-4.84a2.45 2.45 0 01-2.44-2.46V2.93a.5.5 0 00-.5-.5H8.55a4 4 0 00-4 4v11.14a4 4 0 004 4h6.9a4 4 0 004-4v-6.92a.51.51 0 00-.45-.5z",
|
|
23
|
+
fill: "currentColor"
|
|
24
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
25
|
+
d: "M14.252 9.05h4.63a.56.56 0 00.39-1l-5.55-5.45a.56.56 0 00-1 .4v4.57a1.48 1.48 0 001.53 1.48z",
|
|
26
|
+
fill: "currentColor"
|
|
27
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
28
|
+
fillRule: "evenodd",
|
|
29
|
+
clipRule: "evenodd",
|
|
30
|
+
d: "M11.902 18.47l3.146-3.24-.021-.03a.786.786 0 00-1.133-1.05l-2.631 2.695-1.049-1.048a.786.786 0 00-1.048 1.143l1.636 1.551c.142.14.334.22.534.22a.796.796 0 00.566-.24z",
|
|
31
|
+
fill: "#fff"
|
|
32
|
+
}));
|
|
33
|
+
};
|
|
34
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
35
|
+
component: IconNode
|
|
36
|
+
}));
|
|
37
|
+
}
|
|
38
|
+
FileFinishFilled.displayName = 'FileFinishFilled';
|
|
39
|
+
export default FileFinishFilled;
|
|
@@ -0,0 +1,39 @@
|
|
|
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 OtcMerchant(componentProps) {
|
|
16
|
+
var IconNode = function IconNode(props) {
|
|
17
|
+
return /*#__PURE__*/React.createElement("svg", __assign({
|
|
18
|
+
viewBox: "0 0 24 24",
|
|
19
|
+
fill: "none",
|
|
20
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
21
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
22
|
+
fillRule: "evenodd",
|
|
23
|
+
clipRule: "evenodd",
|
|
24
|
+
d: "M1.1 8.1c2.2.9 4.8.8 6.9-.4.2-.1.5-.1.7 0 2.1 1.1 4.5 1.1 6.6 0 .2-.1.5-.1.7 0 2.1 1.1 4.6 1.3 6.8.3l.6-.3-2.6-4.1c-.3-.7-.9-1.1-1.6-1.1H4.7c-.7.1-1.4.6-1.6 1.2L.5 7.8l.6.3z",
|
|
25
|
+
fill: "currentColor"
|
|
26
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
27
|
+
d: "M15.5 9.2h.2c1.6.9 3.5 1.1 5.3 1v9.2c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2v-9.3c1.8.2 3.7 0 5.3-.8.1 0 .118-.056.2-.064.039-.004.1 0 .1 0l.1.064c2.1.9 4.5.9 6.6 0 0 0 .1-.1.2-.1z",
|
|
28
|
+
fill: "currentColor"
|
|
29
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
d: "M7.5 18.4c-1.6 0-2.5-.6-2.5-3s.9-3 2.5-3 2.5.6 2.5 3-.8 3-2.5 3zm0-1.1c1 0 1.3-.5 1.3-1.9s-.2-2-1.3-2c-1 0-1.2.5-1.2 2 0 1.4.2 1.9 1.2 1.9zM13.9 12.5c.3 0 .6.3.6.6s-.3.6-.6.6H13v4.1c0 .3-.3.6-.6.6s-.6-.3-.6-.6v-4.1h-.9c-.3 0-.6-.3-.6-.6s.3-.6.6-.6h3zM17.6 18.4c-1.6 0-2.6-.6-2.6-3 0-2.3 1-3 2.7-3 .4 0 .7 0 1 .1.2 0 .3.2.3.5 0 .4-.4.6-.7.6h-.5c-1 0-1.4.5-1.4 1.9 0 1.5.4 1.9 1.4 1.9h.6c.4-.1.7.2.7.6 0 .2-.296.4-.296.4H17.6z",
|
|
31
|
+
fill: "#fff"
|
|
32
|
+
}));
|
|
33
|
+
};
|
|
34
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
35
|
+
component: IconNode
|
|
36
|
+
}));
|
|
37
|
+
}
|
|
38
|
+
OtcMerchant.displayName = 'OtcMerchant';
|
|
39
|
+
export default OtcMerchant;
|
package/es/index.d.ts
CHANGED
|
@@ -79,6 +79,7 @@ export { default as EyeFilled } from './EyeFilled';
|
|
|
79
79
|
export { default as EyeOutlined } from './EyeOutlined';
|
|
80
80
|
export { default as FileDownloadLineOutlined } from './FileDownloadLineOutlined';
|
|
81
81
|
export { default as FileFilled } from './FileFilled';
|
|
82
|
+
export { default as FileFinishFilled } from './FileFinishFilled';
|
|
82
83
|
export { default as FileListFilled } from './FileListFilled';
|
|
83
84
|
export { default as FileOutlined } from './FileOutlined';
|
|
84
85
|
export { default as FileSearchFilled } from './FileSearchFilled';
|
|
@@ -129,6 +130,7 @@ export { default as MoveOutlined } from './MoveOutlined';
|
|
|
129
130
|
export { default as OngoingFilled } from './OngoingFilled';
|
|
130
131
|
export { default as OpenMailFilled } from './OpenMailFilled';
|
|
131
132
|
export { default as OpenMailOutlined } from './OpenMailOutlined';
|
|
133
|
+
export { default as OtcMerchant } from './OtcMerchant';
|
|
132
134
|
export { default as PencilOutlined } from './PencilOutlined';
|
|
133
135
|
export { default as PeopleAddFilled } from './PeopleAddFilled';
|
|
134
136
|
export { default as PeopleAddOutlined } from './PeopleAddOutlined';
|
package/es/index.js
CHANGED
|
@@ -79,6 +79,7 @@ export { default as EyeFilled } from './EyeFilled';
|
|
|
79
79
|
export { default as EyeOutlined } from './EyeOutlined';
|
|
80
80
|
export { default as FileDownloadLineOutlined } from './FileDownloadLineOutlined';
|
|
81
81
|
export { default as FileFilled } from './FileFilled';
|
|
82
|
+
export { default as FileFinishFilled } from './FileFinishFilled';
|
|
82
83
|
export { default as FileListFilled } from './FileListFilled';
|
|
83
84
|
export { default as FileOutlined } from './FileOutlined';
|
|
84
85
|
export { default as FileSearchFilled } from './FileSearchFilled';
|
|
@@ -129,6 +130,7 @@ export { default as MoveOutlined } from './MoveOutlined';
|
|
|
129
130
|
export { default as OngoingFilled } from './OngoingFilled';
|
|
130
131
|
export { default as OpenMailFilled } from './OpenMailFilled';
|
|
131
132
|
export { default as OpenMailOutlined } from './OpenMailOutlined';
|
|
133
|
+
export { default as OtcMerchant } from './OtcMerchant';
|
|
132
134
|
export { default as PencilOutlined } from './PencilOutlined';
|
|
133
135
|
export { default as PeopleAddFilled } from './PeopleAddFilled';
|
|
134
136
|
export { default as PeopleAddOutlined } from './PeopleAddOutlined';
|
|
@@ -0,0 +1,82 @@
|
|
|
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 FileFinishFilled(componentProps) {
|
|
59
|
+
var IconNode = function IconNode(props) {
|
|
60
|
+
return React.createElement("svg", __assign({
|
|
61
|
+
viewBox: "0 0 24 24",
|
|
62
|
+
fill: "none",
|
|
63
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
64
|
+
}, props), React.createElement("path", {
|
|
65
|
+
d: "M19 10.15h-4.84a2.45 2.45 0 01-2.44-2.46V2.93a.5.5 0 00-.5-.5H8.55a4 4 0 00-4 4v11.14a4 4 0 004 4h6.9a4 4 0 004-4v-6.92a.51.51 0 00-.45-.5z",
|
|
66
|
+
fill: "currentColor"
|
|
67
|
+
}), React.createElement("path", {
|
|
68
|
+
d: "M14.252 9.05h4.63a.56.56 0 00.39-1l-5.55-5.45a.56.56 0 00-1 .4v4.57a1.48 1.48 0 001.53 1.48z",
|
|
69
|
+
fill: "currentColor"
|
|
70
|
+
}), React.createElement("path", {
|
|
71
|
+
fillRule: "evenodd",
|
|
72
|
+
clipRule: "evenodd",
|
|
73
|
+
d: "M11.902 18.47l3.146-3.24-.021-.03a.786.786 0 00-1.133-1.05l-2.631 2.695-1.049-1.048a.786.786 0 00-1.048 1.143l1.636 1.551c.142.14.334.22.534.22a.796.796 0 00.566-.24z",
|
|
74
|
+
fill: "#fff"
|
|
75
|
+
}));
|
|
76
|
+
};
|
|
77
|
+
return React.createElement(icon_1["default"], __assign({}, componentProps, {
|
|
78
|
+
component: IconNode
|
|
79
|
+
}));
|
|
80
|
+
}
|
|
81
|
+
FileFinishFilled.displayName = 'FileFinishFilled';
|
|
82
|
+
exports["default"] = FileFinishFilled;
|
|
@@ -0,0 +1,82 @@
|
|
|
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 OtcMerchant(componentProps) {
|
|
59
|
+
var IconNode = function IconNode(props) {
|
|
60
|
+
return React.createElement("svg", __assign({
|
|
61
|
+
viewBox: "0 0 24 24",
|
|
62
|
+
fill: "none",
|
|
63
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
64
|
+
}, props), React.createElement("path", {
|
|
65
|
+
fillRule: "evenodd",
|
|
66
|
+
clipRule: "evenodd",
|
|
67
|
+
d: "M1.1 8.1c2.2.9 4.8.8 6.9-.4.2-.1.5-.1.7 0 2.1 1.1 4.5 1.1 6.6 0 .2-.1.5-.1.7 0 2.1 1.1 4.6 1.3 6.8.3l.6-.3-2.6-4.1c-.3-.7-.9-1.1-1.6-1.1H4.7c-.7.1-1.4.6-1.6 1.2L.5 7.8l.6.3z",
|
|
68
|
+
fill: "currentColor"
|
|
69
|
+
}), React.createElement("path", {
|
|
70
|
+
d: "M15.5 9.2h.2c1.6.9 3.5 1.1 5.3 1v9.2c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2v-9.3c1.8.2 3.7 0 5.3-.8.1 0 .118-.056.2-.064.039-.004.1 0 .1 0l.1.064c2.1.9 4.5.9 6.6 0 0 0 .1-.1.2-.1z",
|
|
71
|
+
fill: "currentColor"
|
|
72
|
+
}), React.createElement("path", {
|
|
73
|
+
d: "M7.5 18.4c-1.6 0-2.5-.6-2.5-3s.9-3 2.5-3 2.5.6 2.5 3-.8 3-2.5 3zm0-1.1c1 0 1.3-.5 1.3-1.9s-.2-2-1.3-2c-1 0-1.2.5-1.2 2 0 1.4.2 1.9 1.2 1.9zM13.9 12.5c.3 0 .6.3.6.6s-.3.6-.6.6H13v4.1c0 .3-.3.6-.6.6s-.6-.3-.6-.6v-4.1h-.9c-.3 0-.6-.3-.6-.6s.3-.6.6-.6h3zM17.6 18.4c-1.6 0-2.6-.6-2.6-3 0-2.3 1-3 2.7-3 .4 0 .7 0 1 .1.2 0 .3.2.3.5 0 .4-.4.6-.7.6h-.5c-1 0-1.4.5-1.4 1.9 0 1.5.4 1.9 1.4 1.9h.6c.4-.1.7.2.7.6 0 .2-.296.4-.296.4H17.6z",
|
|
74
|
+
fill: "#fff"
|
|
75
|
+
}));
|
|
76
|
+
};
|
|
77
|
+
return React.createElement(icon_1["default"], __assign({}, componentProps, {
|
|
78
|
+
component: IconNode
|
|
79
|
+
}));
|
|
80
|
+
}
|
|
81
|
+
OtcMerchant.displayName = 'OtcMerchant';
|
|
82
|
+
exports["default"] = OtcMerchant;
|
package/lib/index.d.ts
CHANGED
|
@@ -79,6 +79,7 @@ export { default as EyeFilled } from './EyeFilled';
|
|
|
79
79
|
export { default as EyeOutlined } from './EyeOutlined';
|
|
80
80
|
export { default as FileDownloadLineOutlined } from './FileDownloadLineOutlined';
|
|
81
81
|
export { default as FileFilled } from './FileFilled';
|
|
82
|
+
export { default as FileFinishFilled } from './FileFinishFilled';
|
|
82
83
|
export { default as FileListFilled } from './FileListFilled';
|
|
83
84
|
export { default as FileOutlined } from './FileOutlined';
|
|
84
85
|
export { default as FileSearchFilled } from './FileSearchFilled';
|
|
@@ -129,6 +130,7 @@ export { default as MoveOutlined } from './MoveOutlined';
|
|
|
129
130
|
export { default as OngoingFilled } from './OngoingFilled';
|
|
130
131
|
export { default as OpenMailFilled } from './OpenMailFilled';
|
|
131
132
|
export { default as OpenMailOutlined } from './OpenMailOutlined';
|
|
133
|
+
export { default as OtcMerchant } from './OtcMerchant';
|
|
132
134
|
export { default as PencilOutlined } from './PencilOutlined';
|
|
133
135
|
export { default as PeopleAddFilled } from './PeopleAddFilled';
|
|
134
136
|
export { default as PeopleAddOutlined } from './PeopleAddOutlined';
|
package/lib/index.js
CHANGED
|
@@ -9,10 +9,10 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
9
9
|
value: true
|
|
10
10
|
});
|
|
11
11
|
exports.CoinOverlapFilled = exports.CloseSquareOutlined = exports.CloseSquareFilled = exports.CloseOutlined = exports.CloseFilled = exports.CloseCircleOutlined = exports.CloseCircleFilled = exports.ClockOutline = exports.ClockCircleOutline = exports.ClockCircleFilled = exports.CirclePlusFilled = exports.ChevronUpFilled = exports.ChevronRightOutlined = exports.CheckboxMultipleOutlined = exports.CheckOutlined = exports.ChainOutlined = exports.ChainFilled = exports.CategoryOutlined = exports.CategoryFilled = exports.CardOutlined = exports.CardFilled = exports.CameraOutlined = exports.CameraFilled = exports.CalendarOutlined = exports.BusinessCardOutlined = exports.BusinessCardFilled = exports.BrokenLineOutlined = exports.BrokenLineFilled = exports.BoxOutlined = exports.BoxFilled = exports.BoxAddFilled = exports.BiscuitOutlined = exports.BiscuitFilled = exports.BankCardFilled = exports.AtOutlined = exports.ArticleBoardFilled = exports.ArrowsRightLeftOutlined = exports.ArrowsRightLeftFilled = exports.ArrowsChevronOutlined = exports.ArrowsChevronFilled = exports.ArrowUpFilled = exports.ArrowSwapHorizontal = exports.ArrowRightOutlined = exports.ArrowLeftOutlined = exports.ArrowDropDownFilled = exports.ArrowDownFilled = exports.AlertTriangleOutlined = exports.AlertTriangleFilled = exports.AddFilled = exports.ImpassabilityFilled = void 0;
|
|
12
|
-
exports.
|
|
13
|
-
exports.
|
|
14
|
-
exports.
|
|
15
|
-
exports.WarningRuleOutlined = exports.WarningRuleFilled = exports.WarningOutlined = exports.WarningFilled = exports.WalletOutlined = exports.WalletFilled = exports.VectorOutlined = exports.UserOutlined = exports.UpgradeFilled = exports.UpOutlined = exports.UpFilled = exports.UnlockFilled = exports.TreeOutlined = exports.TreeFilled = exports.TreeCircleFilled = void 0;
|
|
12
|
+
exports.ImacFilled = exports.IbFilled = exports.HomeOutlined = exports.HomeFilled = exports.HandCoinsFilled = exports.GiftFilled = exports.GarbageCanOutlined = exports.FunnelOutlined = exports.FunnelFilled = exports.FormOutlined = exports.FolderAddOutlined = exports.FireFilled = exports.FilterOutlined = exports.FilterFilled = exports.FilterCupOutlined = exports.FileSearchFilled = exports.FileOutlined = exports.FileListFilled = exports.FileFinishFilled = exports.FileFilled = exports.FileDownloadLineOutlined = exports.EyeOutlined = exports.EyeFilled = exports.ExternalLinkFilled = exports.ErrorWarningOutlined = exports.ErrorWarningFilled = exports.EditSimpleOutlined = exports.EditFilled = exports.Edit2Filled = exports.EarthOutlined = exports.EarthFilled = exports.DownloadReportOutlined = exports.DownloadOutlined = exports.DownloadOutlinedFile = exports.DoubleTextOutlined = exports.DoubleTextFilled = exports.DoubleDownOutlined = exports.DocumentOutlined = exports.DocumentFilled = exports.DashboardOutlined = exports.DashboardFilled = exports.CreditCardOutlined = exports.CreditCardFilled = exports.CornerRightArrowsOutlined = exports.CopyFilled = exports.ConfirmCircleOutlined = exports.ConfirmCircleFilled = exports.ComputerOutlined = exports.ComputerFilled = exports.CoinOverlapLockFilled = void 0;
|
|
13
|
+
exports.PeopleTeamOutlined = exports.PeopleTeamFilled = exports.PeopleSettingFilled = exports.PeopleQuestionFilled = exports.PeopleOutlined = exports.PeopleLockFilled = exports.PeopleGroupOutlined = exports.PeopleGroupFilled = exports.PeopleGetOutlined = exports.PeopleFilled = exports.PeopleEllipsisFilled = exports.PeopleConfirmFilled = exports.PeopleCloseFilled = exports.PeopleCardFilled = exports.PeopleAddOutlined = exports.PeopleAddFilled = exports.PencilOutlined = exports.OtcMerchant = exports.OpenMailOutlined = exports.OpenMailFilled = exports.OngoingFilled = exports.MoveOutlined = exports.MoneySymbolOutlined = exports.MoneySymbolFilled = exports.MailOutlined = exports.MailFilled = exports.LoopOutlined = exports.LoopFolderOutlined = exports.LoopFolderFilled = exports.LoopFilled = exports.LockOutlined = exports.LockFilled = exports.LockEllipsisFilled = exports.ListOutlined = exports.ListFilled = exports.ListCaptionOutlined = exports.ListCaptionFilled = exports.LinksOutlined = exports.LineUpOutlined = exports.LineUpFilled = exports.LimitlessFilled = exports.LeftOutlined = exports.LayerOutlined = exports.LayerFilled = exports.LanguageOutlined = exports.KeyFilled = exports.InviteFriendFilled = exports.ImageOutlined = exports.ImageFilled = exports.ImacOutlined = void 0;
|
|
14
|
+
exports.TmdLogo = exports.TimeZoneSiteFilled = exports.TimeCardFilled = exports.TagOutlined = exports.TagFilled = exports.StopOutlined = exports.StopFilled = exports.StarOutlined = exports.StarFilled = exports.StampFilled = exports.SquareUpRightOutlined = exports.SquareFilled = exports.SpeakerOutlined = exports.SpeakerFilled = exports.SignalDiffusionOutlined = exports.ShopKeeperOutlined = exports.ShopKeeperFilled = exports.ShieldOutlined = exports.ShieldFilled = exports.ShareOutlined = exports.ShareFilled = exports.ShapeOutlined = exports.ShapeFilled = exports.ShapArrowRightFilled = exports.ShapArrowLeftFilled = exports.SettingSquareOutlined = exports.SettingSquareFilled = exports.SettingOutlined = exports.SettingFilled = exports.SearchOutlined = exports.SearchFilled = exports.SearchDocumentOutlined = exports.SearchDocumentFilled = exports.RoundedRectangleClockFilled = exports.RiskControlOutlined = exports.RiskControlFilled = exports.RetryRefreshFilled = exports.RefreshRightOutlined = exports.RefreshOutlined = exports.RefreshFilled = exports.RectForkFilled = exports.RectBoardOutlined = exports.ReceiptOutlined = exports.ReceiptFilled = exports.QuestionMarkFilled = exports.QrCodeFilled = exports.PlusOutlined = exports.PlusFilled = exports.PlayFilled = exports.PhoneOutlined = void 0;
|
|
15
|
+
exports.WarningRuleOutlined = exports.WarningRuleFilled = exports.WarningOutlined = exports.WarningFilled = exports.WalletOutlined = exports.WalletFilled = exports.VectorOutlined = exports.UserOutlined = exports.UpgradeFilled = exports.UpOutlined = exports.UpFilled = exports.UnlockFilled = exports.TreeOutlined = exports.TreeFilled = exports.TreeCircleFilled = exports.TrashOutlined = exports.TrashCanFilled = void 0;
|
|
16
16
|
var ImpassabilityFilled_1 = require("./ImpassabilityFilled");
|
|
17
17
|
Object.defineProperty(exports, "ImpassabilityFilled", {
|
|
18
18
|
enumerable: true,
|
|
@@ -580,6 +580,13 @@ Object.defineProperty(exports, "FileFilled", {
|
|
|
580
580
|
return __importDefault(FileFilled_1)["default"];
|
|
581
581
|
}
|
|
582
582
|
});
|
|
583
|
+
var FileFinishFilled_1 = require("./FileFinishFilled");
|
|
584
|
+
Object.defineProperty(exports, "FileFinishFilled", {
|
|
585
|
+
enumerable: true,
|
|
586
|
+
get: function get() {
|
|
587
|
+
return __importDefault(FileFinishFilled_1)["default"];
|
|
588
|
+
}
|
|
589
|
+
});
|
|
583
590
|
var FileListFilled_1 = require("./FileListFilled");
|
|
584
591
|
Object.defineProperty(exports, "FileListFilled", {
|
|
585
592
|
enumerable: true,
|
|
@@ -930,6 +937,13 @@ Object.defineProperty(exports, "OpenMailOutlined", {
|
|
|
930
937
|
return __importDefault(OpenMailOutlined_1)["default"];
|
|
931
938
|
}
|
|
932
939
|
});
|
|
940
|
+
var OtcMerchant_1 = require("./OtcMerchant");
|
|
941
|
+
Object.defineProperty(exports, "OtcMerchant", {
|
|
942
|
+
enumerable: true,
|
|
943
|
+
get: function get() {
|
|
944
|
+
return __importDefault(OtcMerchant_1)["default"];
|
|
945
|
+
}
|
|
946
|
+
});
|
|
933
947
|
var PencilOutlined_1 = require("./PencilOutlined");
|
|
934
948
|
Object.defineProperty(exports, "PencilOutlined", {
|
|
935
949
|
enumerable: true,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "a-icons",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.23",
|
|
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": "^2.0.2"
|
|
24
24
|
},
|
|
25
|
-
"gitHead": "
|
|
25
|
+
"gitHead": "717e33f539830caeaf4c076969c7dac014ca80a4"
|
|
26
26
|
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import Icon, { IconProps } from 'a-base-icon/lib/icon';
|
|
3
|
+
|
|
4
|
+
function FileFinishFilled(componentProps: IconProps) {
|
|
5
|
+
const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
|
|
6
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
|
|
7
|
+
<path
|
|
8
|
+
d="M19 10.15h-4.84a2.45 2.45 0 01-2.44-2.46V2.93a.5.5 0 00-.5-.5H8.55a4 4 0 00-4 4v11.14a4 4 0 004 4h6.9a4 4 0 004-4v-6.92a.51.51 0 00-.45-.5z"
|
|
9
|
+
fill="currentColor"
|
|
10
|
+
/>
|
|
11
|
+
<path
|
|
12
|
+
d="M14.252 9.05h4.63a.56.56 0 00.39-1l-5.55-5.45a.56.56 0 00-1 .4v4.57a1.48 1.48 0 001.53 1.48z"
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
/>
|
|
15
|
+
<path
|
|
16
|
+
fillRule="evenodd"
|
|
17
|
+
clipRule="evenodd"
|
|
18
|
+
d="M11.902 18.47l3.146-3.24-.021-.03a.786.786 0 00-1.133-1.05l-2.631 2.695-1.049-1.048a.786.786 0 00-1.048 1.143l1.636 1.551c.142.14.334.22.534.22a.796.796 0 00.566-.24z"
|
|
19
|
+
fill="#fff"
|
|
20
|
+
/>
|
|
21
|
+
</svg>
|
|
22
|
+
);
|
|
23
|
+
|
|
24
|
+
return <Icon {...componentProps} component={IconNode} />;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
FileFinishFilled.displayName = 'FileFinishFilled';
|
|
28
|
+
export default FileFinishFilled;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import Icon, { IconProps } from 'a-base-icon/lib/icon';
|
|
3
|
+
|
|
4
|
+
function OtcMerchant(componentProps: IconProps) {
|
|
5
|
+
const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
|
|
6
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
|
|
7
|
+
<path
|
|
8
|
+
fillRule="evenodd"
|
|
9
|
+
clipRule="evenodd"
|
|
10
|
+
d="M1.1 8.1c2.2.9 4.8.8 6.9-.4.2-.1.5-.1.7 0 2.1 1.1 4.5 1.1 6.6 0 .2-.1.5-.1.7 0 2.1 1.1 4.6 1.3 6.8.3l.6-.3-2.6-4.1c-.3-.7-.9-1.1-1.6-1.1H4.7c-.7.1-1.4.6-1.6 1.2L.5 7.8l.6.3z"
|
|
11
|
+
fill="currentColor"
|
|
12
|
+
/>
|
|
13
|
+
<path
|
|
14
|
+
d="M15.5 9.2h.2c1.6.9 3.5 1.1 5.3 1v9.2c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2v-9.3c1.8.2 3.7 0 5.3-.8.1 0 .118-.056.2-.064.039-.004.1 0 .1 0l.1.064c2.1.9 4.5.9 6.6 0 0 0 .1-.1.2-.1z"
|
|
15
|
+
fill="currentColor"
|
|
16
|
+
/>
|
|
17
|
+
<path
|
|
18
|
+
d="M7.5 18.4c-1.6 0-2.5-.6-2.5-3s.9-3 2.5-3 2.5.6 2.5 3-.8 3-2.5 3zm0-1.1c1 0 1.3-.5 1.3-1.9s-.2-2-1.3-2c-1 0-1.2.5-1.2 2 0 1.4.2 1.9 1.2 1.9zM13.9 12.5c.3 0 .6.3.6.6s-.3.6-.6.6H13v4.1c0 .3-.3.6-.6.6s-.6-.3-.6-.6v-4.1h-.9c-.3 0-.6-.3-.6-.6s.3-.6.6-.6h3zM17.6 18.4c-1.6 0-2.6-.6-2.6-3 0-2.3 1-3 2.7-3 .4 0 .7 0 1 .1.2 0 .3.2.3.5 0 .4-.4.6-.7.6h-.5c-1 0-1.4.5-1.4 1.9 0 1.5.4 1.9 1.4 1.9h.6c.4-.1.7.2.7.6 0 .2-.296.4-.296.4H17.6z"
|
|
19
|
+
fill="#fff"
|
|
20
|
+
/>
|
|
21
|
+
</svg>
|
|
22
|
+
);
|
|
23
|
+
|
|
24
|
+
return <Icon {...componentProps} component={IconNode} />;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
OtcMerchant.displayName = 'OtcMerchant';
|
|
28
|
+
export default OtcMerchant;
|
package/src/index.tsx
CHANGED
|
@@ -79,6 +79,7 @@ export { default as EyeFilled } from './EyeFilled';
|
|
|
79
79
|
export { default as EyeOutlined } from './EyeOutlined';
|
|
80
80
|
export { default as FileDownloadLineOutlined } from './FileDownloadLineOutlined';
|
|
81
81
|
export { default as FileFilled } from './FileFilled';
|
|
82
|
+
export { default as FileFinishFilled } from './FileFinishFilled';
|
|
82
83
|
export { default as FileListFilled } from './FileListFilled';
|
|
83
84
|
export { default as FileOutlined } from './FileOutlined';
|
|
84
85
|
export { default as FileSearchFilled } from './FileSearchFilled';
|
|
@@ -129,6 +130,7 @@ export { default as MoveOutlined } from './MoveOutlined';
|
|
|
129
130
|
export { default as OngoingFilled } from './OngoingFilled';
|
|
130
131
|
export { default as OpenMailFilled } from './OpenMailFilled';
|
|
131
132
|
export { default as OpenMailOutlined } from './OpenMailOutlined';
|
|
133
|
+
export { default as OtcMerchant } from './OtcMerchant';
|
|
132
134
|
export { default as PencilOutlined } from './PencilOutlined';
|
|
133
135
|
export { default as PeopleAddFilled } from './PeopleAddFilled';
|
|
134
136
|
export { default as PeopleAddOutlined } from './PeopleAddOutlined';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.1 8.1C3.3 9 5.9 8.9 8 7.7C8.2 7.6 8.5 7.6 8.7 7.7C10.8 8.8 13.2 8.8 15.3 7.7C15.5 7.6 15.8 7.6 16 7.7C18.1 8.8 20.6 9 22.8 8L23.4 7.7L20.8 3.6C20.5 2.9 19.9 2.5 19.2 2.5H4.7C4 2.6 3.3 3.1 3.1 3.7L0.5 7.8L1.1 8.1Z" fill="currentColor"/>
|
|
3
|
+
<path d="M15.5 9.19995H15.7C17.3 10.1 19.2 10.3 21 10.2V19.4C21 20.5 20.1 21.4 19 21.4H5C3.9 21.4 3 20.5 3 19.4V10.1C4.8 10.3 6.7 10.1 8.3 9.29995C8.4 9.29995 8.41836 9.24375 8.5 9.23556C8.53886 9.23166 8.6 9.23556 8.6 9.23556L8.7 9.29995C10.8 10.2 13.2 10.2 15.3 9.29995C15.3 9.29995 15.4 9.19995 15.5 9.19995Z" fill="currentColor"/>
|
|
4
|
+
<path d="M7.5 18.3999C5.9 18.3999 5 17.7999 5 15.3999C5 12.9999 5.9 12.3999 7.5 12.3999C9.1 12.3999 10 12.9999 10 15.3999C10 17.7999 9.2 18.3999 7.5 18.3999ZM7.5 17.2999C8.5 17.2999 8.8 16.7999 8.8 15.3999C8.8 13.9999 8.6 13.3999 7.5 13.3999C6.5 13.3999 6.3 13.8999 6.3 15.3999C6.3 16.7999 6.5 17.2999 7.5 17.2999Z" fill="white"/>
|
|
5
|
+
<path d="M13.9 12.5C14.2 12.5 14.5 12.8 14.5 13.1C14.5 13.4 14.2 13.7 13.9 13.7H13V17.8C13 18.1 12.7 18.4 12.4 18.4C12.1 18.4 11.8 18.1 11.8 17.8V13.7H10.9C10.6 13.7 10.3 13.4 10.3 13.1C10.3 12.8 10.6 12.5 10.9 12.5H13.9Z" fill="white"/>
|
|
6
|
+
<path d="M17.6 18.3999C16 18.3999 15 17.7999 15 15.3999C15 13.0999 16 12.3999 17.7 12.3999C18.1 12.3999 18.4 12.3999 18.7 12.4999C18.9 12.4999 19 12.6999 19 12.9999C19 13.3999 18.6 13.5999 18.3 13.5999C18.1 13.5999 18 13.5999 17.8 13.5999C16.8 13.5999 16.4 14.0999 16.4 15.4999C16.4 16.9999 16.8 17.3999 17.8 17.3999C18 17.3999 18.2 17.3999 18.4 17.3999C18.8 17.2999 19.1 17.5999 19.1 17.9999C19.1 18.1999 18.8039 18.3999 18.8039 18.3999C18.8039 18.3999 18 18.3999 17.6 18.3999Z" fill="white"/>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M19.0008 10.1502H14.1608C13.511 10.1475 12.8889 9.88686 12.4313 9.42552C11.9737 8.96418 11.7181 8.33996 11.7208 7.69018V2.93018C11.7208 2.65403 11.4969 2.43018 11.2208 2.43018H8.55078C6.34164 2.43018 4.55078 4.22104 4.55078 6.43018V17.5702C4.55078 19.7793 6.34164 21.5702 8.55078 21.5702H15.4508C16.5116 21.5702 17.5291 21.1487 18.2792 20.3986C19.0294 19.6485 19.4508 18.631 19.4508 17.5702V10.6502C19.4475 10.3942 19.255 10.1803 19.0008 10.1502Z" fill="currentColor" />
|
|
3
|
+
<path d="M14.2517 9.05022H18.8817C19.1286 9.07056 19.3595 8.92634 19.4494 8.69558C19.5394 8.46483 19.4672 8.20236 19.2717 8.05022L13.7217 2.60022C13.5687 2.40238 13.303 2.33001 13.0708 2.4229C12.8386 2.51579 12.6961 2.75142 12.7217 3.00022V7.57022C12.7215 7.97155 12.8843 8.35578 13.1727 8.63482C13.4612 8.91385 13.8506 9.06377 14.2517 9.05022Z" fill="currentColor" />
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.9023 18.4703L15.0475 15.2307L15.0266 15.1993C15.224 14.8795 15.1674 14.4647 14.8917 14.2093C14.6159 13.954 14.198 13.9295 13.8943 14.1509L11.2628 16.8453L10.2144 15.7969C9.89236 15.5879 9.46645 15.642 9.2069 15.9249C8.94735 16.2078 8.93006 16.6368 9.166 16.9396L10.8015 18.4913C10.9441 18.6318 11.136 18.7108 11.3362 18.7114C11.5496 18.7101 11.7535 18.6233 11.9023 18.4703Z" fill="white" />
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M19.0008 10.1502H14.1608C13.511 10.1475 12.8889 9.88686 12.4313 9.42552C11.9737 8.96418 11.7181 8.33996 11.7208 7.69018V2.93018C11.7208 2.65403 11.4969 2.43018 11.2208 2.43018H8.55078C6.34164 2.43018 4.55078 4.22104 4.55078 6.43018V17.5702C4.55078 19.7793 6.34164 21.5702 8.55078 21.5702H15.4508C16.5116 21.5702 17.5291 21.1487 18.2792 20.3986C19.0294 19.6485 19.4508 18.631 19.4508 17.5702V10.6502C19.4475 10.3942 19.255 10.1803 19.0008 10.1502Z" fill="currentColor" />
|
|
3
|
+
<path d="M14.2517 9.05022H18.8817C19.1286 9.07056 19.3595 8.92634 19.4494 8.69558C19.5394 8.46483 19.4672 8.20236 19.2717 8.05022L13.7217 2.60022C13.5687 2.40238 13.303 2.33001 13.0708 2.4229C12.8386 2.51579 12.6961 2.75142 12.7217 3.00022V7.57022C12.7215 7.97155 12.8843 8.35578 13.1727 8.63482C13.4612 8.91385 13.8506 9.06377 14.2517 9.05022Z" fill="currentColor" />
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.9023 18.4703L15.0475 15.2307L15.0266 15.1993C15.224 14.8795 15.1674 14.4647 14.8917 14.2093C14.6159 13.954 14.198 13.9295 13.8943 14.1509L11.2628 16.8453L10.2144 15.7969C9.89236 15.5879 9.46645 15.642 9.2069 15.9249C8.94735 16.2078 8.93006 16.6368 9.166 16.9396L10.8015 18.4913C10.9441 18.6318 11.136 18.7108 11.3362 18.7114C11.5496 18.7101 11.7535 18.6233 11.9023 18.4703Z" fill="white" />
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.1 8.1C3.3 9 5.9 8.9 8 7.7C8.2 7.6 8.5 7.6 8.7 7.7C10.8 8.8 13.2 8.8 15.3 7.7C15.5 7.6 15.8 7.6 16 7.7C18.1 8.8 20.6 9 22.8 8L23.4 7.7L20.8 3.6C20.5 2.9 19.9 2.5 19.2 2.5H4.7C4 2.6 3.3 3.1 3.1 3.7L0.5 7.8L1.1 8.1Z" fill="currentColor"/>
|
|
3
|
+
<path d="M15.5 9.19995H15.7C17.3 10.1 19.2 10.3 21 10.2V19.4C21 20.5 20.1 21.4 19 21.4H5C3.9 21.4 3 20.5 3 19.4V10.1C4.8 10.3 6.7 10.1 8.3 9.29995C8.4 9.29995 8.41836 9.24375 8.5 9.23556C8.53886 9.23166 8.6 9.23556 8.6 9.23556L8.7 9.29995C10.8 10.2 13.2 10.2 15.3 9.29995C15.3 9.29995 15.4 9.19995 15.5 9.19995Z" fill="currentColor"/>
|
|
4
|
+
<path d="M7.5 18.3999C5.9 18.3999 5 17.7999 5 15.3999C5 12.9999 5.9 12.3999 7.5 12.3999C9.1 12.3999 10 12.9999 10 15.3999C10 17.7999 9.2 18.3999 7.5 18.3999ZM7.5 17.2999C8.5 17.2999 8.8 16.7999 8.8 15.3999C8.8 13.9999 8.6 13.3999 7.5 13.3999C6.5 13.3999 6.3 13.8999 6.3 15.3999C6.3 16.7999 6.5 17.2999 7.5 17.2999Z" fill="white"/>
|
|
5
|
+
<path d="M13.9 12.5C14.2 12.5 14.5 12.8 14.5 13.1C14.5 13.4 14.2 13.7 13.9 13.7H13V17.8C13 18.1 12.7 18.4 12.4 18.4C12.1 18.4 11.8 18.1 11.8 17.8V13.7H10.9C10.6 13.7 10.3 13.4 10.3 13.1C10.3 12.8 10.6 12.5 10.9 12.5H13.9Z" fill="white"/>
|
|
6
|
+
<path d="M17.6 18.3999C16 18.3999 15 17.7999 15 15.3999C15 13.0999 16 12.3999 17.7 12.3999C18.1 12.3999 18.4 12.3999 18.7 12.4999C18.9 12.4999 19 12.6999 19 12.9999C19 13.3999 18.6 13.5999 18.3 13.5999C18.1 13.5999 18 13.5999 17.8 13.5999C16.8 13.5999 16.4 14.0999 16.4 15.4999C16.4 16.9999 16.8 17.3999 17.8 17.3999C18 17.3999 18.2 17.3999 18.4 17.3999C18.8 17.2999 19.1 17.5999 19.1 17.9999C19.1 18.1999 18.8039 18.3999 18.8039 18.3999C18.8039 18.3999 18 18.3999 17.6 18.3999Z" fill="white"/>
|
|
7
|
+
</svg>
|