a-icons 1.1.4 → 1.1.5
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/ReceiptFilled.d.ts +7 -0
- package/es/ReceiptFilled.js +34 -0
- package/es/ReceiptOutlined.d.ts +7 -0
- package/es/ReceiptOutlined.js +43 -0
- package/es/index.d.ts +2 -0
- package/es/index.js +2 -0
- package/lib/ReceiptFilled.d.ts +7 -0
- package/lib/ReceiptFilled.js +77 -0
- package/lib/ReceiptOutlined.d.ts +7 -0
- package/lib/ReceiptOutlined.js +86 -0
- package/lib/index.d.ts +2 -0
- package/lib/index.js +16 -2
- package/package.json +2 -2
- package/src/ReceiptFilled.tsx +22 -0
- package/src/ReceiptOutlined.tsx +32 -0
- package/src/index.tsx +2 -0
- package/svgs/filled/receipt-filled.svg +8 -0
- package/svgs/outlined/receipt-outlined.svg +17 -0
- package/tmpAllSvgs/receipt-filled.svg +8 -0
- package/tmpAllSvgs/receipt-outlined.svg +17 -0
|
@@ -0,0 +1,34 @@
|
|
|
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 ReceiptFilled(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: "M7.667 2.667h-1c-3 0-4 1.739-4 3.886V21.13c0 .806.94 1.263 1.6.777l1.71-1.244c.4-.291.96-.252 1.32.098l1.66 1.622c.39.38 1.03.38 1.42 0l1.68-1.632c.35-.34.91-.38 1.3-.088l1.71 1.244c.66.476 1.6.02 1.6-.777V4.609c0-1.068.9-1.942 2-1.942h-11zm-.43 5.859c.55 0 1 .437 1 .972 0 .534-.45.971-1 .971s-1-.437-1-.971c0-.535.45-.972 1-.972zm4.86 5.879c-.56 0-1-.438-1-.972s.45-.972 1-.972 1 .438 1 .972-.45.972-1 .972zm.83-5.13l-5.46 5.304a.753.753 0 01-.53.214.753.753 0 01-.53-.213.718.718 0 010-1.03l5.46-5.306a.77.77 0 011.06 0c.29.282.29.748 0 1.03z",
|
|
23
|
+
fill: "currentColor"
|
|
24
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
25
|
+
d: "M17.787 2.667V4c.587 0 1.146.24 1.555.64.427.435.658.995.658 1.582v2.151c0 .658-.293.96-.96.96h-1.706v-4.88c0-.249.204-.453.453-.453V2.667zm0 0c-.987 0-1.787.8-1.787 1.786v6.213h3.04c1.405 0 2.294-.888 2.294-2.293v-2.15c0-.979-.4-1.868-1.04-2.516a3.595 3.595 0 00-2.507-1.04c.009 0 0 0 0 0z",
|
|
26
|
+
fill: "currentColor"
|
|
27
|
+
}));
|
|
28
|
+
};
|
|
29
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
30
|
+
component: IconNode
|
|
31
|
+
}));
|
|
32
|
+
}
|
|
33
|
+
ReceiptFilled.displayName = 'ReceiptFilled';
|
|
34
|
+
export default ReceiptFilled;
|
|
@@ -0,0 +1,43 @@
|
|
|
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 ReceiptOutlined(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: "M17.793 3.353a1.136 1.136 0 00-1.126 1.137v5.63h2.373c.56 0 .951-.176 1.202-.43.25-.255.425-.653.425-1.22V6.285c0-.804-.323-1.537-.847-2.077a2.886 2.886 0 00-2.027-.856zm-2.46 1.137c0-1.38 1.112-2.49 2.463-2.49h.006c1.146.01 2.201.48 2.963 1.254l.003.003A4.341 4.341 0 0122 6.286v2.183c0 .858-.27 1.624-.815 2.177-.545.553-1.3.828-2.145.828H16a.672.672 0 01-.667-.677V4.49z",
|
|
25
|
+
fill: "currentColor"
|
|
26
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
27
|
+
fillRule: "evenodd",
|
|
28
|
+
clipRule: "evenodd",
|
|
29
|
+
d: "M3.007 3.296C3.773 2.452 4.949 2 6.524 2h11.428c.395 0 .715.304.715.68 0 .374-.32.679-.715.679-.653 0-1.19.51-1.19 1.132v15.396c0 1.306-1.568 2.044-2.664 1.27l-.002-.001-1.636-1.165a.239.239 0 00-.298.024l-1.6 1.521a1.736 1.736 0 01-2.362 0l-.002-.001-1.58-1.511a.256.256 0 00-.323-.028L4.67 21.154h-.001C3.564 21.948 2 21.195 2 19.888V6.302c0-1.09.257-2.18 1.007-3.006zm12.614.063H6.524c-1.283 0-2.012.358-2.436.825-.44.486-.66 1.206-.66 2.118v13.585c0 .196.225.294.379.184l.003-.003 1.628-1.159a1.738 1.738 0 012.19.154l.002.001 1.58 1.512c.092.087.25.087.342 0l1.6-1.522a1.722 1.722 0 012.175-.143l1.623 1.156c.162.113.383 0 .383-.18V4.491c0-.407.104-.792.288-1.132z",
|
|
30
|
+
fill: "currentColor"
|
|
31
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
32
|
+
fillRule: "evenodd",
|
|
33
|
+
clipRule: "evenodd",
|
|
34
|
+
d: "M11.825 7.463a.748.748 0 010 .962L7.466 13.38a.55.55 0 01-.846 0 .748.748 0 010-.963l4.358-4.954a.55.55 0 01.847 0zM10.889 12.526c0-.581.495-1.052 1.106-1.052h.01c.61 0 1.106.471 1.106 1.052 0 .582-.495 1.053-1.106 1.053h-.01c-.61 0-1.106-.471-1.106-1.053zM5.333 8.316c0-.582.496-1.053 1.107-1.053h.01c.61 0 1.106.471 1.106 1.053 0 .581-.496 1.052-1.107 1.052h-.01c-.61 0-1.106-.47-1.106-1.052z",
|
|
35
|
+
fill: "currentColor"
|
|
36
|
+
}));
|
|
37
|
+
};
|
|
38
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
39
|
+
component: IconNode
|
|
40
|
+
}));
|
|
41
|
+
}
|
|
42
|
+
ReceiptOutlined.displayName = 'ReceiptOutlined';
|
|
43
|
+
export default ReceiptOutlined;
|
package/es/index.d.ts
CHANGED
|
@@ -147,6 +147,8 @@ export { default as PlusFilled } from './PlusFilled';
|
|
|
147
147
|
export { default as PlusOutlined } from './PlusOutlined';
|
|
148
148
|
export { default as QrCodeFilled } from './QrCodeFilled';
|
|
149
149
|
export { default as QuestionMarkFilled } from './QuestionMarkFilled';
|
|
150
|
+
export { default as ReceiptFilled } from './ReceiptFilled';
|
|
151
|
+
export { default as ReceiptOutlined } from './ReceiptOutlined';
|
|
150
152
|
export { default as RefreshFilled } from './RefreshFilled';
|
|
151
153
|
export { default as RefreshOutlined } from './RefreshOutlined';
|
|
152
154
|
export { default as RetryRefreshFilled } from './RetryRefreshFilled';
|
package/es/index.js
CHANGED
|
@@ -147,6 +147,8 @@ export { default as PlusFilled } from './PlusFilled';
|
|
|
147
147
|
export { default as PlusOutlined } from './PlusOutlined';
|
|
148
148
|
export { default as QrCodeFilled } from './QrCodeFilled';
|
|
149
149
|
export { default as QuestionMarkFilled } from './QuestionMarkFilled';
|
|
150
|
+
export { default as ReceiptFilled } from './ReceiptFilled';
|
|
151
|
+
export { default as ReceiptOutlined } from './ReceiptOutlined';
|
|
150
152
|
export { default as RefreshFilled } from './RefreshFilled';
|
|
151
153
|
export { default as RefreshOutlined } from './RefreshOutlined';
|
|
152
154
|
export { default as RetryRefreshFilled } from './RetryRefreshFilled';
|
|
@@ -0,0 +1,77 @@
|
|
|
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 ReceiptFilled(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: "M7.667 2.667h-1c-3 0-4 1.739-4 3.886V21.13c0 .806.94 1.263 1.6.777l1.71-1.244c.4-.291.96-.252 1.32.098l1.66 1.622c.39.38 1.03.38 1.42 0l1.68-1.632c.35-.34.91-.38 1.3-.088l1.71 1.244c.66.476 1.6.02 1.6-.777V4.609c0-1.068.9-1.942 2-1.942h-11zm-.43 5.859c.55 0 1 .437 1 .972 0 .534-.45.971-1 .971s-1-.437-1-.971c0-.535.45-.972 1-.972zm4.86 5.879c-.56 0-1-.438-1-.972s.45-.972 1-.972 1 .438 1 .972-.45.972-1 .972zm.83-5.13l-5.46 5.304a.753.753 0 01-.53.214.753.753 0 01-.53-.213.718.718 0 010-1.03l5.46-5.306a.77.77 0 011.06 0c.29.282.29.748 0 1.03z",
|
|
66
|
+
fill: "currentColor"
|
|
67
|
+
}), React.createElement("path", {
|
|
68
|
+
d: "M17.787 2.667V4c.587 0 1.146.24 1.555.64.427.435.658.995.658 1.582v2.151c0 .658-.293.96-.96.96h-1.706v-4.88c0-.249.204-.453.453-.453V2.667zm0 0c-.987 0-1.787.8-1.787 1.786v6.213h3.04c1.405 0 2.294-.888 2.294-2.293v-2.15c0-.979-.4-1.868-1.04-2.516a3.595 3.595 0 00-2.507-1.04c.009 0 0 0 0 0z",
|
|
69
|
+
fill: "currentColor"
|
|
70
|
+
}));
|
|
71
|
+
};
|
|
72
|
+
return React.createElement(icon_1["default"], __assign({}, componentProps, {
|
|
73
|
+
component: IconNode
|
|
74
|
+
}));
|
|
75
|
+
}
|
|
76
|
+
ReceiptFilled.displayName = 'ReceiptFilled';
|
|
77
|
+
exports["default"] = ReceiptFilled;
|
|
@@ -0,0 +1,86 @@
|
|
|
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 ReceiptOutlined(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: "M17.793 3.353a1.136 1.136 0 00-1.126 1.137v5.63h2.373c.56 0 .951-.176 1.202-.43.25-.255.425-.653.425-1.22V6.285c0-.804-.323-1.537-.847-2.077a2.886 2.886 0 00-2.027-.856zm-2.46 1.137c0-1.38 1.112-2.49 2.463-2.49h.006c1.146.01 2.201.48 2.963 1.254l.003.003A4.341 4.341 0 0122 6.286v2.183c0 .858-.27 1.624-.815 2.177-.545.553-1.3.828-2.145.828H16a.672.672 0 01-.667-.677V4.49z",
|
|
68
|
+
fill: "currentColor"
|
|
69
|
+
}), React.createElement("path", {
|
|
70
|
+
fillRule: "evenodd",
|
|
71
|
+
clipRule: "evenodd",
|
|
72
|
+
d: "M3.007 3.296C3.773 2.452 4.949 2 6.524 2h11.428c.395 0 .715.304.715.68 0 .374-.32.679-.715.679-.653 0-1.19.51-1.19 1.132v15.396c0 1.306-1.568 2.044-2.664 1.27l-.002-.001-1.636-1.165a.239.239 0 00-.298.024l-1.6 1.521a1.736 1.736 0 01-2.362 0l-.002-.001-1.58-1.511a.256.256 0 00-.323-.028L4.67 21.154h-.001C3.564 21.948 2 21.195 2 19.888V6.302c0-1.09.257-2.18 1.007-3.006zm12.614.063H6.524c-1.283 0-2.012.358-2.436.825-.44.486-.66 1.206-.66 2.118v13.585c0 .196.225.294.379.184l.003-.003 1.628-1.159a1.738 1.738 0 012.19.154l.002.001 1.58 1.512c.092.087.25.087.342 0l1.6-1.522a1.722 1.722 0 012.175-.143l1.623 1.156c.162.113.383 0 .383-.18V4.491c0-.407.104-.792.288-1.132z",
|
|
73
|
+
fill: "currentColor"
|
|
74
|
+
}), React.createElement("path", {
|
|
75
|
+
fillRule: "evenodd",
|
|
76
|
+
clipRule: "evenodd",
|
|
77
|
+
d: "M11.825 7.463a.748.748 0 010 .962L7.466 13.38a.55.55 0 01-.846 0 .748.748 0 010-.963l4.358-4.954a.55.55 0 01.847 0zM10.889 12.526c0-.581.495-1.052 1.106-1.052h.01c.61 0 1.106.471 1.106 1.052 0 .582-.495 1.053-1.106 1.053h-.01c-.61 0-1.106-.471-1.106-1.053zM5.333 8.316c0-.582.496-1.053 1.107-1.053h.01c.61 0 1.106.471 1.106 1.053 0 .581-.496 1.052-1.107 1.052h-.01c-.61 0-1.106-.47-1.106-1.052z",
|
|
78
|
+
fill: "currentColor"
|
|
79
|
+
}));
|
|
80
|
+
};
|
|
81
|
+
return React.createElement(icon_1["default"], __assign({}, componentProps, {
|
|
82
|
+
component: IconNode
|
|
83
|
+
}));
|
|
84
|
+
}
|
|
85
|
+
ReceiptOutlined.displayName = 'ReceiptOutlined';
|
|
86
|
+
exports["default"] = ReceiptOutlined;
|
package/lib/index.d.ts
CHANGED
|
@@ -147,6 +147,8 @@ export { default as PlusFilled } from './PlusFilled';
|
|
|
147
147
|
export { default as PlusOutlined } from './PlusOutlined';
|
|
148
148
|
export { default as QrCodeFilled } from './QrCodeFilled';
|
|
149
149
|
export { default as QuestionMarkFilled } from './QuestionMarkFilled';
|
|
150
|
+
export { default as ReceiptFilled } from './ReceiptFilled';
|
|
151
|
+
export { default as ReceiptOutlined } from './ReceiptOutlined';
|
|
150
152
|
export { default as RefreshFilled } from './RefreshFilled';
|
|
151
153
|
export { default as RefreshOutlined } from './RefreshOutlined';
|
|
152
154
|
export { default as RetryRefreshFilled } from './RetryRefreshFilled';
|
package/lib/index.js
CHANGED
|
@@ -10,8 +10,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
10
10
|
});
|
|
11
11
|
exports.CoinOverlapLockFilled = exports.CoinOverlapFilled = exports.CloseSquareOutlined = exports.CloseSquareFilled = exports.CloseOutlined = exports.CloseFilled = exports.CloseCircleOutlined = exports.CloseCircleFilled = 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
12
|
exports.KeyFilled = exports.InviteFriendFilled = exports.ImageOutlined = exports.ImageFilled = exports.ImacOutlined = 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.FileSearchFilled = exports.FileOutlined = exports.FileListFilled = 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.DownloadOutlined = exports.DownloadOutlinedFile = exports.DoubleTextOutlined = exports.DoubleTextFilled = exports.DocumentOutlined = exports.DocumentFilled = exports.DashboardOutlined = exports.DashboardFilled = exports.CreditCardOutlined = exports.CreditCardFilled = exports.CornerRightArrowsOutlined = exports.CopyFilled = exports.ConfirmCircleOutlined = exports.ConfirmCircleFilled = exports.ComputerOutlined = exports.ComputerFilled = void 0;
|
|
13
|
-
exports.
|
|
14
|
-
exports.WarningRuleOutlined = exports.WarningRuleFilled = exports.WarningOutlined = exports.WarningFilled = exports.WalletOutlined = exports.WalletFilled = exports.VectorOutlined = exports.UpgradeFilled = exports.UpOutlined = exports.UpFilled = exports.UnlockFilled = exports.TrashOutlined = exports.TrashCanFilled = exports.TmdLogo = exports.TagOutlined = exports.TagFilled = exports.StopOutlined = exports.StopFilled = exports.StarOutlined = exports.StarFilled = exports.StampFilled = exports.SquareFilled = 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.RefreshOutlined = void 0;
|
|
13
|
+
exports.ReceiptFilled = exports.QuestionMarkFilled = exports.QrCodeFilled = exports.PlusOutlined = exports.PlusFilled = exports.PlayFilled = exports.PhoneOutlined = 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.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 = void 0;
|
|
14
|
+
exports.WarningRuleOutlined = exports.WarningRuleFilled = exports.WarningOutlined = exports.WarningFilled = exports.WalletOutlined = exports.WalletFilled = exports.VectorOutlined = exports.UpgradeFilled = exports.UpOutlined = exports.UpFilled = exports.UnlockFilled = exports.TrashOutlined = exports.TrashCanFilled = exports.TmdLogo = exports.TagOutlined = exports.TagFilled = exports.StopOutlined = exports.StopFilled = exports.StarOutlined = exports.StarFilled = exports.StampFilled = exports.SquareFilled = 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.RefreshOutlined = exports.RefreshFilled = exports.ReceiptOutlined = void 0;
|
|
15
15
|
var ImpassabilityFilled_1 = require("./ImpassabilityFilled");
|
|
16
16
|
Object.defineProperty(exports, "ImpassabilityFilled", {
|
|
17
17
|
enumerable: true,
|
|
@@ -1055,6 +1055,20 @@ Object.defineProperty(exports, "QuestionMarkFilled", {
|
|
|
1055
1055
|
return __importDefault(QuestionMarkFilled_1)["default"];
|
|
1056
1056
|
}
|
|
1057
1057
|
});
|
|
1058
|
+
var ReceiptFilled_1 = require("./ReceiptFilled");
|
|
1059
|
+
Object.defineProperty(exports, "ReceiptFilled", {
|
|
1060
|
+
enumerable: true,
|
|
1061
|
+
get: function get() {
|
|
1062
|
+
return __importDefault(ReceiptFilled_1)["default"];
|
|
1063
|
+
}
|
|
1064
|
+
});
|
|
1065
|
+
var ReceiptOutlined_1 = require("./ReceiptOutlined");
|
|
1066
|
+
Object.defineProperty(exports, "ReceiptOutlined", {
|
|
1067
|
+
enumerable: true,
|
|
1068
|
+
get: function get() {
|
|
1069
|
+
return __importDefault(ReceiptOutlined_1)["default"];
|
|
1070
|
+
}
|
|
1071
|
+
});
|
|
1058
1072
|
var RefreshFilled_1 = require("./RefreshFilled");
|
|
1059
1073
|
Object.defineProperty(exports, "RefreshFilled", {
|
|
1060
1074
|
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.5",
|
|
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": "46412ea9632a02292272b1070a97069499ad70a2"
|
|
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 ReceiptFilled(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="M7.667 2.667h-1c-3 0-4 1.739-4 3.886V21.13c0 .806.94 1.263 1.6.777l1.71-1.244c.4-.291.96-.252 1.32.098l1.66 1.622c.39.38 1.03.38 1.42 0l1.68-1.632c.35-.34.91-.38 1.3-.088l1.71 1.244c.66.476 1.6.02 1.6-.777V4.609c0-1.068.9-1.942 2-1.942h-11zm-.43 5.859c.55 0 1 .437 1 .972 0 .534-.45.971-1 .971s-1-.437-1-.971c0-.535.45-.972 1-.972zm4.86 5.879c-.56 0-1-.438-1-.972s.45-.972 1-.972 1 .438 1 .972-.45.972-1 .972zm.83-5.13l-5.46 5.304a.753.753 0 01-.53.214.753.753 0 01-.53-.213.718.718 0 010-1.03l5.46-5.306a.77.77 0 011.06 0c.29.282.29.748 0 1.03z"
|
|
9
|
+
fill="currentColor"
|
|
10
|
+
/>
|
|
11
|
+
<path
|
|
12
|
+
d="M17.787 2.667V4c.587 0 1.146.24 1.555.64.427.435.658.995.658 1.582v2.151c0 .658-.293.96-.96.96h-1.706v-4.88c0-.249.204-.453.453-.453V2.667zm0 0c-.987 0-1.787.8-1.787 1.786v6.213h3.04c1.405 0 2.294-.888 2.294-2.293v-2.15c0-.979-.4-1.868-1.04-2.516a3.595 3.595 0 00-2.507-1.04c.009 0 0 0 0 0z"
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
/>
|
|
15
|
+
</svg>
|
|
16
|
+
);
|
|
17
|
+
|
|
18
|
+
return <Icon {...componentProps} component={IconNode} />;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
ReceiptFilled.displayName = 'ReceiptFilled';
|
|
22
|
+
export default ReceiptFilled;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import Icon, { IconProps } from 'a-base-icon/lib/icon';
|
|
3
|
+
|
|
4
|
+
function ReceiptOutlined(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="M17.793 3.353a1.136 1.136 0 00-1.126 1.137v5.63h2.373c.56 0 .951-.176 1.202-.43.25-.255.425-.653.425-1.22V6.285c0-.804-.323-1.537-.847-2.077a2.886 2.886 0 00-2.027-.856zm-2.46 1.137c0-1.38 1.112-2.49 2.463-2.49h.006c1.146.01 2.201.48 2.963 1.254l.003.003A4.341 4.341 0 0122 6.286v2.183c0 .858-.27 1.624-.815 2.177-.545.553-1.3.828-2.145.828H16a.672.672 0 01-.667-.677V4.49z"
|
|
11
|
+
fill="currentColor"
|
|
12
|
+
/>
|
|
13
|
+
<path
|
|
14
|
+
fillRule="evenodd"
|
|
15
|
+
clipRule="evenodd"
|
|
16
|
+
d="M3.007 3.296C3.773 2.452 4.949 2 6.524 2h11.428c.395 0 .715.304.715.68 0 .374-.32.679-.715.679-.653 0-1.19.51-1.19 1.132v15.396c0 1.306-1.568 2.044-2.664 1.27l-.002-.001-1.636-1.165a.239.239 0 00-.298.024l-1.6 1.521a1.736 1.736 0 01-2.362 0l-.002-.001-1.58-1.511a.256.256 0 00-.323-.028L4.67 21.154h-.001C3.564 21.948 2 21.195 2 19.888V6.302c0-1.09.257-2.18 1.007-3.006zm12.614.063H6.524c-1.283 0-2.012.358-2.436.825-.44.486-.66 1.206-.66 2.118v13.585c0 .196.225.294.379.184l.003-.003 1.628-1.159a1.738 1.738 0 012.19.154l.002.001 1.58 1.512c.092.087.25.087.342 0l1.6-1.522a1.722 1.722 0 012.175-.143l1.623 1.156c.162.113.383 0 .383-.18V4.491c0-.407.104-.792.288-1.132z"
|
|
17
|
+
fill="currentColor"
|
|
18
|
+
/>
|
|
19
|
+
<path
|
|
20
|
+
fillRule="evenodd"
|
|
21
|
+
clipRule="evenodd"
|
|
22
|
+
d="M11.825 7.463a.748.748 0 010 .962L7.466 13.38a.55.55 0 01-.846 0 .748.748 0 010-.963l4.358-4.954a.55.55 0 01.847 0zM10.889 12.526c0-.581.495-1.052 1.106-1.052h.01c.61 0 1.106.471 1.106 1.052 0 .582-.495 1.053-1.106 1.053h-.01c-.61 0-1.106-.471-1.106-1.053zM5.333 8.316c0-.582.496-1.053 1.107-1.053h.01c.61 0 1.106.471 1.106 1.053 0 .581-.496 1.052-1.107 1.052h-.01c-.61 0-1.106-.47-1.106-1.052z"
|
|
23
|
+
fill="currentColor"
|
|
24
|
+
/>
|
|
25
|
+
</svg>
|
|
26
|
+
);
|
|
27
|
+
|
|
28
|
+
return <Icon {...componentProps} component={IconNode} />;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
ReceiptOutlined.displayName = 'ReceiptOutlined';
|
|
32
|
+
export default ReceiptOutlined;
|
package/src/index.tsx
CHANGED
|
@@ -147,6 +147,8 @@ export { default as PlusFilled } from './PlusFilled';
|
|
|
147
147
|
export { default as PlusOutlined } from './PlusOutlined';
|
|
148
148
|
export { default as QrCodeFilled } from './QrCodeFilled';
|
|
149
149
|
export { default as QuestionMarkFilled } from './QuestionMarkFilled';
|
|
150
|
+
export { default as ReceiptFilled } from './ReceiptFilled';
|
|
151
|
+
export { default as ReceiptOutlined } from './ReceiptOutlined';
|
|
150
152
|
export { default as RefreshFilled } from './RefreshFilled';
|
|
151
153
|
export { default as RefreshOutlined } from './RefreshOutlined';
|
|
152
154
|
export { default as RetryRefreshFilled } from './RetryRefreshFilled';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M7.6665 2.6665H6.6665C3.6665 2.6665 2.6665 4.40585 2.6665 6.5533V7.525V21.1288C2.6665 21.9353 3.6065 22.392 4.2665 21.9061L5.9765 20.6624C6.3765 20.3709 6.9365 20.4097 7.2965 20.7595L8.9565 22.3823C9.3465 22.7612 9.9865 22.7612 10.3765 22.3823L12.0565 20.7498C12.4065 20.4097 12.9665 20.3709 13.3565 20.6624L15.0665 21.9061C15.7265 22.3823 16.6665 21.9256 16.6665 21.1288V4.6099C16.6665 3.54103 17.5665 2.6665 18.6665 2.6665H7.6665ZM7.2365 8.52585C7.7865 8.52585 8.2365 8.96311 8.2365 9.49755C8.2365 10.032 7.7865 10.4692 7.2365 10.4692C6.6865 10.4692 6.2365 10.032 6.2365 9.49755C6.2365 8.96311 6.6865 8.52585 7.2365 8.52585ZM12.0965 14.4046C11.5365 14.4046 11.0965 13.9674 11.0965 13.4329C11.0965 12.8985 11.5465 12.4612 12.0965 12.4612C12.6465 12.4612 13.0965 12.8985 13.0965 13.4329C13.0965 13.9674 12.6465 14.4046 12.0965 14.4046ZM12.9265 9.27406L7.4665 14.5795C7.3165 14.7253 7.1265 14.7933 6.9365 14.7933C6.7465 14.7933 6.5565 14.7253 6.4065 14.5795C6.1165 14.2977 6.1165 13.8313 6.4065 13.5495L11.8665 8.24406C12.1565 7.96226 12.6365 7.96226 12.9265 8.24406C13.2165 8.52585 13.2165 8.99227 12.9265 9.27406Z"
|
|
4
|
+
fill="currentColor" />
|
|
5
|
+
<path
|
|
6
|
+
d="M17.7868 2.6665V3.99984C18.3735 3.99984 18.9335 4.23984 19.3423 4.63984C19.769 5.07539 20.0001 5.63539 20.0001 6.22206V8.37317C20.0001 9.03095 19.7068 9.33317 19.0401 9.33317H17.3335V4.45317C17.3335 4.20428 17.5379 3.99984 17.7868 3.99984V2.6665ZM17.7868 2.6665C16.8001 2.6665 16.0001 3.4665 16.0001 4.45317V10.6665H19.0401C20.4446 10.6665 21.3335 9.77761 21.3335 8.37317V6.22206C21.3335 5.24428 20.9335 4.35539 20.2935 3.7065C19.6446 3.0665 18.7646 2.67539 17.7868 2.6665C17.7957 2.6665 17.7868 2.6665 17.7868 2.6665Z"
|
|
7
|
+
fill="currentColor" />
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
3
|
+
d="M17.7927 3.35339C17.1713 3.35496 16.6667 3.86776 16.6667 4.49022V10.1203H19.04C19.5995 10.1203 19.9914 9.9435 20.242 9.68918C20.4925 9.43485 20.6667 9.03708 20.6667 8.46917V6.28571C20.6667 5.48241 20.3438 4.74873 19.8204 4.20919C19.303 3.68489 18.5824 3.36161 17.7927 3.35339ZM15.3334 4.49022C15.3334 3.11063 16.4451 2 17.7956 2H17.8017L17.8017 2.00003C18.9477 2.0107 20.003 2.48057 20.7648 3.25384L20.768 3.25714L20.768 3.25715C21.5236 4.03475 22 5.10489 22 6.28571V8.46917C22 9.32682 21.7298 10.093 21.1848 10.6462C20.6398 11.1994 19.885 11.4737 19.04 11.4737H16C15.6319 11.4737 15.3334 11.1707 15.3334 10.797V4.49022Z"
|
|
4
|
+
fill="currentColor" />
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
6
|
+
d="M3.00701 3.2961C3.77347 2.45205 4.94901 2 6.52381 2H17.9524C18.3469 2 18.6667 2.30412 18.6667 2.67927C18.6667 3.05442 18.3469 3.35854 17.9524 3.35854C17.2993 3.35854 16.7619 3.86955 16.7619 4.49066V19.8875C16.7619 21.1933 15.1938 21.931 14.098 21.1574L14.0958 21.1558L12.4597 19.9912C12.3776 19.9311 12.2463 19.9346 12.1622 20.0146L10.5622 21.5361C9.91184 22.1546 8.85006 22.1546 8.19969 21.5361L8.19817 21.5347L6.61873 20.0236C6.61856 20.0235 6.61891 20.0238 6.61873 20.0236C6.52422 19.9342 6.38823 19.9298 6.29524 19.9961L4.66942 21.1535C4.66879 21.1539 4.66815 21.1544 4.66752 21.1548C3.56449 21.9473 2 21.1948 2 19.8875V6.30205C2 5.21262 2.25746 4.12153 3.00701 3.2961ZM15.6207 3.35854H6.52381C5.24147 3.35854 4.51224 3.71709 4.08823 4.18403C3.6473 4.66959 3.42857 5.38989 3.42857 6.30205V19.8875C3.42857 20.0829 3.65276 20.1815 3.80677 20.0706L3.81006 20.0682L5.4381 18.9093C6.10683 18.4323 7.0377 18.5008 7.62889 19.063L7.6304 19.0644L9.20984 20.5755C9.21001 20.5757 9.20967 20.5753 9.20984 20.5755C9.30239 20.663 9.45975 20.6633 9.55207 20.5755L11.1521 19.0539C11.7334 18.5011 12.666 18.4313 13.3265 18.9112L14.9496 20.0666C14.9499 20.0668 14.9501 20.067 14.9504 20.0672C15.1117 20.1802 15.3333 20.0667 15.3333 19.8875V4.49066C15.3333 4.0835 15.4371 3.69856 15.6207 3.35854Z"
|
|
7
|
+
fill="currentColor" />
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
9
|
+
d="M11.8247 7.46252C12.0585 7.7283 12.0585 8.15922 11.8247 8.42501L7.46643 13.3796C7.23264 13.6454 6.85359 13.6454 6.6198 13.3796C6.38601 13.1139 6.38601 12.6829 6.6198 12.4171L10.978 7.46252C11.2118 7.19674 11.5909 7.19674 11.8247 7.46252Z"
|
|
10
|
+
fill="currentColor" />
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
12
|
+
d="M10.8889 12.5264C10.8889 11.945 11.3842 11.4738 11.9951 11.4738H12.005C12.6159 11.4738 13.1111 11.945 13.1111 12.5264C13.1111 13.1077 12.6159 13.579 12.005 13.579H11.9951C11.3842 13.579 10.8889 13.1077 10.8889 12.5264Z"
|
|
13
|
+
fill="currentColor" />
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
15
|
+
d="M5.33337 8.31582C5.33337 7.73446 5.82861 7.26318 6.43952 7.26318H6.44945C7.06036 7.26318 7.5556 7.73446 7.5556 8.31582C7.5556 8.89717 7.06036 9.36845 6.44945 9.36845H6.43952C5.82861 9.36845 5.33337 8.89717 5.33337 8.31582Z"
|
|
16
|
+
fill="currentColor" />
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M7.6665 2.6665H6.6665C3.6665 2.6665 2.6665 4.40585 2.6665 6.5533V7.525V21.1288C2.6665 21.9353 3.6065 22.392 4.2665 21.9061L5.9765 20.6624C6.3765 20.3709 6.9365 20.4097 7.2965 20.7595L8.9565 22.3823C9.3465 22.7612 9.9865 22.7612 10.3765 22.3823L12.0565 20.7498C12.4065 20.4097 12.9665 20.3709 13.3565 20.6624L15.0665 21.9061C15.7265 22.3823 16.6665 21.9256 16.6665 21.1288V4.6099C16.6665 3.54103 17.5665 2.6665 18.6665 2.6665H7.6665ZM7.2365 8.52585C7.7865 8.52585 8.2365 8.96311 8.2365 9.49755C8.2365 10.032 7.7865 10.4692 7.2365 10.4692C6.6865 10.4692 6.2365 10.032 6.2365 9.49755C6.2365 8.96311 6.6865 8.52585 7.2365 8.52585ZM12.0965 14.4046C11.5365 14.4046 11.0965 13.9674 11.0965 13.4329C11.0965 12.8985 11.5465 12.4612 12.0965 12.4612C12.6465 12.4612 13.0965 12.8985 13.0965 13.4329C13.0965 13.9674 12.6465 14.4046 12.0965 14.4046ZM12.9265 9.27406L7.4665 14.5795C7.3165 14.7253 7.1265 14.7933 6.9365 14.7933C6.7465 14.7933 6.5565 14.7253 6.4065 14.5795C6.1165 14.2977 6.1165 13.8313 6.4065 13.5495L11.8665 8.24406C12.1565 7.96226 12.6365 7.96226 12.9265 8.24406C13.2165 8.52585 13.2165 8.99227 12.9265 9.27406Z"
|
|
4
|
+
fill="currentColor" />
|
|
5
|
+
<path
|
|
6
|
+
d="M17.7868 2.6665V3.99984C18.3735 3.99984 18.9335 4.23984 19.3423 4.63984C19.769 5.07539 20.0001 5.63539 20.0001 6.22206V8.37317C20.0001 9.03095 19.7068 9.33317 19.0401 9.33317H17.3335V4.45317C17.3335 4.20428 17.5379 3.99984 17.7868 3.99984V2.6665ZM17.7868 2.6665C16.8001 2.6665 16.0001 3.4665 16.0001 4.45317V10.6665H19.0401C20.4446 10.6665 21.3335 9.77761 21.3335 8.37317V6.22206C21.3335 5.24428 20.9335 4.35539 20.2935 3.7065C19.6446 3.0665 18.7646 2.67539 17.7868 2.6665C17.7957 2.6665 17.7868 2.6665 17.7868 2.6665Z"
|
|
7
|
+
fill="currentColor" />
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
3
|
+
d="M17.7927 3.35339C17.1713 3.35496 16.6667 3.86776 16.6667 4.49022V10.1203H19.04C19.5995 10.1203 19.9914 9.9435 20.242 9.68918C20.4925 9.43485 20.6667 9.03708 20.6667 8.46917V6.28571C20.6667 5.48241 20.3438 4.74873 19.8204 4.20919C19.303 3.68489 18.5824 3.36161 17.7927 3.35339ZM15.3334 4.49022C15.3334 3.11063 16.4451 2 17.7956 2H17.8017L17.8017 2.00003C18.9477 2.0107 20.003 2.48057 20.7648 3.25384L20.768 3.25714L20.768 3.25715C21.5236 4.03475 22 5.10489 22 6.28571V8.46917C22 9.32682 21.7298 10.093 21.1848 10.6462C20.6398 11.1994 19.885 11.4737 19.04 11.4737H16C15.6319 11.4737 15.3334 11.1707 15.3334 10.797V4.49022Z"
|
|
4
|
+
fill="currentColor" />
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
6
|
+
d="M3.00701 3.2961C3.77347 2.45205 4.94901 2 6.52381 2H17.9524C18.3469 2 18.6667 2.30412 18.6667 2.67927C18.6667 3.05442 18.3469 3.35854 17.9524 3.35854C17.2993 3.35854 16.7619 3.86955 16.7619 4.49066V19.8875C16.7619 21.1933 15.1938 21.931 14.098 21.1574L14.0958 21.1558L12.4597 19.9912C12.3776 19.9311 12.2463 19.9346 12.1622 20.0146L10.5622 21.5361C9.91184 22.1546 8.85006 22.1546 8.19969 21.5361L8.19817 21.5347L6.61873 20.0236C6.61856 20.0235 6.61891 20.0238 6.61873 20.0236C6.52422 19.9342 6.38823 19.9298 6.29524 19.9961L4.66942 21.1535C4.66879 21.1539 4.66815 21.1544 4.66752 21.1548C3.56449 21.9473 2 21.1948 2 19.8875V6.30205C2 5.21262 2.25746 4.12153 3.00701 3.2961ZM15.6207 3.35854H6.52381C5.24147 3.35854 4.51224 3.71709 4.08823 4.18403C3.6473 4.66959 3.42857 5.38989 3.42857 6.30205V19.8875C3.42857 20.0829 3.65276 20.1815 3.80677 20.0706L3.81006 20.0682L5.4381 18.9093C6.10683 18.4323 7.0377 18.5008 7.62889 19.063L7.6304 19.0644L9.20984 20.5755C9.21001 20.5757 9.20967 20.5753 9.20984 20.5755C9.30239 20.663 9.45975 20.6633 9.55207 20.5755L11.1521 19.0539C11.7334 18.5011 12.666 18.4313 13.3265 18.9112L14.9496 20.0666C14.9499 20.0668 14.9501 20.067 14.9504 20.0672C15.1117 20.1802 15.3333 20.0667 15.3333 19.8875V4.49066C15.3333 4.0835 15.4371 3.69856 15.6207 3.35854Z"
|
|
7
|
+
fill="currentColor" />
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
9
|
+
d="M11.8247 7.46252C12.0585 7.7283 12.0585 8.15922 11.8247 8.42501L7.46643 13.3796C7.23264 13.6454 6.85359 13.6454 6.6198 13.3796C6.38601 13.1139 6.38601 12.6829 6.6198 12.4171L10.978 7.46252C11.2118 7.19674 11.5909 7.19674 11.8247 7.46252Z"
|
|
10
|
+
fill="currentColor" />
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
12
|
+
d="M10.8889 12.5264C10.8889 11.945 11.3842 11.4738 11.9951 11.4738H12.005C12.6159 11.4738 13.1111 11.945 13.1111 12.5264C13.1111 13.1077 12.6159 13.579 12.005 13.579H11.9951C11.3842 13.579 10.8889 13.1077 10.8889 12.5264Z"
|
|
13
|
+
fill="currentColor" />
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
15
|
+
d="M5.33337 8.31582C5.33337 7.73446 5.82861 7.26318 6.43952 7.26318H6.44945C7.06036 7.26318 7.5556 7.73446 7.5556 8.31582C7.5556 8.89717 7.06036 9.36845 6.44945 9.36845H6.43952C5.82861 9.36845 5.33337 8.89717 5.33337 8.31582Z"
|
|
16
|
+
fill="currentColor" />
|
|
17
|
+
</svg>
|