@arcblock/icons 2.1.16 → 2.1.17

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.
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+
8
+ var _react = _interopRequireDefault(require("react"));
9
+
10
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
11
+
12
+ var Component = function Component(props) {
13
+ return /*#__PURE__*/_react.default.createElement("svg", props, /*#__PURE__*/_react.default.createElement("path", {
14
+ d: "M4.005 31a3.005 3.005 0 0 1-2.99-2.717L1 27.995V5.956a3.005 3.005 0 0 1 2.717-2.99l.288-.015h9.016a3.005 3.005 0 0 1 2.992 2.715l.014.29v.51l4.385-4.547a3.005 3.005 0 0 1 4.022-.276l.232.202 5.524 5.46a3.005 3.005 0 0 1 .222 4.029l-.206.232-4.63 4.408h.468a3.005 3.005 0 0 1 2.992 2.715l.014.29v9.016a3.006 3.006 0 0 1-2.715 2.991l-.29.014H4.004zm10.018-13.023H3.003v10.018a1.002 1.002 0 0 0 .654.94l.168.046.18.015h10.018V17.977zm12.021 0H16.027v11.02h10.017a1.002 1.002 0 0 0 .986-.822l.016-.18v-9.016a1.002 1.002 0 0 0-.821-.986l-.18-.016zm-10.017-5.59v3.587h3.586l-3.586-3.586zM13.02 4.956H4.005a1.002 1.002 0 0 0-.985.821l-.016.18v10.018h11.02V5.956a1.001 1.001 0 0 0-.654-.94l-.168-.045-.18-.016zm10.262-1.657a1.008 1.008 0 0 0-1.292-.106l-.136.12-5.241 5.435a1.001 1.001 0 0 0-.114 1.248l.126.157 5.241 5.239a1.002 1.002 0 0 0 1.242.14l.156-.122 5.526-5.263a1.002 1.002 0 0 0 .108-1.279l-.118-.138-5.497-5.431z",
15
+ fill: "currentColor"
16
+ }));
17
+ };
18
+
19
+ Component.defaultProps = {
20
+ width: "32",
21
+ height: "32",
22
+ viewBox: "0 0 32 32",
23
+ fill: "none",
24
+ xmlns: "http://www.w3.org/2000/svg"
25
+ };
26
+ Component.displayName = "blocklets";
27
+ var _default = Component;
28
+ exports.default = _default;
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+
8
+ var _react = _interopRequireDefault(require("react"));
9
+
10
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
11
+
12
+ var Component = function Component(props) {
13
+ return /*#__PURE__*/_react.default.createElement("svg", props, /*#__PURE__*/_react.default.createElement("path", {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M4.667 5.2a.133.133 0 0 0-.134.133v21.334a.133.133 0 0 0 .134.133h22.666a.133.133 0 0 0 .134-.133V9.333a.133.133 0 0 0-.134-.133H16a1.2 1.2 0 0 1-.922-.432L12.105 5.2H4.667zM2.875 3.542A2.533 2.533 0 0 1 4.667 2.8h8a1.2 1.2 0 0 1 .921.432L16.563 6.8h10.771a2.533 2.533 0 0 1 2.534 2.533v17.334a2.533 2.533 0 0 1-2.534 2.533H4.667a2.533 2.533 0 0 1-2.534-2.533V5.333c0-.672.267-1.316.742-1.791z",
17
+ fill: "currentColor"
18
+ }), /*#__PURE__*/_react.default.createElement("path", {
19
+ fillRule: "evenodd",
20
+ clipRule: "evenodd",
21
+ d: "M14.182 13.818a1.2 1.2 0 0 1 0 1.697L11.697 18l2.485 2.485a1.2 1.2 0 1 1-1.697 1.697L9.15 18.849a1.2 1.2 0 0 1 0-1.698l3.334-3.333a1.2 1.2 0 0 1 1.697 0zm3.636 0a1.2 1.2 0 0 1 1.697 0l3.334 3.333a1.2 1.2 0 0 1 0 1.698l-3.334 3.333a1.2 1.2 0 1 1-1.697-1.697L20.303 18l-2.485-2.485a1.2 1.2 0 0 1 0-1.697z",
22
+ fill: "currentColor"
23
+ }));
24
+ };
25
+
26
+ Component.defaultProps = {
27
+ width: "32",
28
+ height: "32",
29
+ viewBox: "0 0 32 32",
30
+ fill: "none",
31
+ xmlns: "http://www.w3.org/2000/svg"
32
+ };
33
+ Component.displayName = "code-folder";
34
+ var _default = Component;
35
+ exports.default = _default;
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+
8
+ var _react = _interopRequireDefault(require("react"));
9
+
10
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
11
+
12
+ var Component = function Component(props) {
13
+ return /*#__PURE__*/_react.default.createElement("svg", props, /*#__PURE__*/_react.default.createElement("path", {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M16 16.1a1.564 1.564 0 1 0 0 3.13 1.564 1.564 0 0 0 0-3.13zm-4.124 1.565a4.124 4.124 0 1 1 8.248 0 4.124 4.124 0 0 1-8.248 0z",
17
+ fill: "currentColor"
18
+ }), /*#__PURE__*/_react.default.createElement("path", {
19
+ fillRule: "evenodd",
20
+ clipRule: "evenodd",
21
+ d: "M16 6.08a11.52 11.52 0 0 0-7.504 20.26h15.008A11.52 11.52 0 0 0 16 6.08zm-8.152.04A14.08 14.08 0 0 1 24.76 28.622a1.28 1.28 0 0 1-.797.278H8.036c-.29 0-.57-.098-.797-.278A14.08 14.08 0 0 1 7.848 6.12zm14.035 5.662c.5.5.5 1.31 0 1.81l-2.916 2.916a1.28 1.28 0 0 1-1.81-1.81l2.916-2.916c.5-.5 1.31-.5 1.81 0z",
22
+ fill: "currentColor"
23
+ }));
24
+ };
25
+
26
+ Component.defaultProps = {
27
+ width: "32",
28
+ height: "32",
29
+ viewBox: "0 0 32 32",
30
+ fill: "none",
31
+ xmlns: "http://www.w3.org/2000/svg"
32
+ };
33
+ Component.displayName = "dashboard";
34
+ var _default = Component;
35
+ exports.default = _default;
package/lib/Log.js ADDED
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+
8
+ var _react = _interopRequireDefault(require("react"));
9
+
10
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
11
+
12
+ var Component = function Component(props) {
13
+ return /*#__PURE__*/_react.default.createElement("svg", props, /*#__PURE__*/_react.default.createElement("path", {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M8 3.2h16c2.646 0 4.8 2.125 4.8 4.8 0 1.571-.54 3.093-1.253 4.509-.709 1.406-1.645 2.813-2.531 4.14l-.018.028c-.908 1.365-1.766 2.654-2.401 3.913-.637 1.263-.997 2.39-.997 3.418a2.4 2.4 0 1 0 3.733-1.997 1.2 1.2 0 0 1 1.334-1.993A4.8 4.8 0 0 1 24 28.808H8a4.8 4.8 0 0 1-4.8-4.8c0-2.531 1.426-5.016 2.843-7.21.333-.513.666-1.015.993-1.507l.004-.006c.757-1.135 1.477-2.218 2.06-3.277H7.215c-.922 0-2.21-.213-3.051-1.253A4.288 4.288 0 0 1 3.2 8 4.8 4.8 0 0 1 8 3.2zM6.303 6.303A2.4 2.4 0 0 1 8 5.6h11.842A4.782 4.782 0 0 0 19.2 8c-.004.55.096 1.095.294 1.608H7.216c-.664 0-1.029-.171-1.184-.363A1.889 1.889 0 0 1 5.6 8a2.4 2.4 0 0 1 .703-1.697zM26.4 8c0-1.34-1.07-2.4-2.4-2.4A2.4 2.4 0 0 0 21.6 8c0 .762.357 1.334 1.067 1.811A1.2 1.2 0 0 1 22 12.008H11.789c-.747 1.605-1.826 3.224-2.837 4.74l-.183.276c-.244.366-.483.726-.71 1.077C6.608 20.346 5.6 22.274 5.6 24.008a2.4 2.4 0 0 0 2.4 2.4h11.842a4.782 4.782 0 0 1-.642-2.4c0-1.566.54-3.085 1.254-4.5.706-1.398 1.637-2.796 2.52-4.12l.028-.042c.908-1.365 1.764-2.653 2.401-3.917.637-1.264.997-2.395.997-3.429zm-14.396 7.462a1.186 1.186 0 0 0 .838 2.024h6.324a1.186 1.186 0 0 0 0-2.371h-6.324c-.314 0-.616.125-.838.347zm-2.766 4.742c.222-.222.524-.347.838-.347H16.4a1.186 1.186 0 1 1 0 2.371h-6.323a1.185 1.185 0 0 1-.838-2.024z",
17
+ fill: "currentColor"
18
+ }));
19
+ };
20
+
21
+ Component.defaultProps = {
22
+ width: "32",
23
+ height: "32",
24
+ viewBox: "0 0 32 32",
25
+ fill: "none",
26
+ xmlns: "http://www.w3.org/2000/svg"
27
+ };
28
+ Component.displayName = "log";
29
+ var _default = Component;
30
+ exports.default = _default;
package/lib/Setting.js ADDED
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+
8
+ var _react = _interopRequireDefault(require("react"));
9
+
10
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
11
+
12
+ var Component = function Component(props) {
13
+ return /*#__PURE__*/_react.default.createElement("svg", props, /*#__PURE__*/_react.default.createElement("path", {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M19.996 2.168A3.968 3.968 0 0 0 17.173 1h-1.852a3.963 3.963 0 0 0-2.78 1.132 3.81 3.81 0 0 0-1.128 2.39l-.013.291a1.707 1.707 0 0 1-1.72 1.686 1.619 1.619 0 0 1-.637-.141l-.2-.105a3.969 3.969 0 0 0-5.329 1.44L2.54 9.261a3.813 3.813 0 0 0 1.146 5.11l.234.147c.572.324.9.88.9 1.482 0 .553-.277 1.07-.74 1.384l-.157.096a3.79 3.79 0 0 0-1.545 4.946l.128.24.955 1.617a3.91 3.91 0 0 0 2.355 1.822 4.01 4.01 0 0 0 2.691-.193l.266-.13c.45-.254.915-.316 1.35-.201.434.112.805.392 1.032.778.119.192.194.408.222.633l.012.22C11.386 29.275 13.148 31 15.32 31h1.852c2.052 0 3.756-1.544 3.923-3.538l.012-.257a1.692 1.692 0 0 1 1.714-1.731c.226.008.447.06.653.15l.204.104c1.722.973 3.98.473 5.14-1.165l.15-.227.99-1.616a3.776 3.776 0 0 0 .408-2.935 3.842 3.842 0 0 0-1.542-2.159l-.249-.158c-.435-.247-.723-.611-.84-1.042a1.641 1.641 0 0 1 .176-1.27c.123-.213.292-.396.495-.535l.385-.238a3.804 3.804 0 0 0 1.326-4.806l-.085-.166a1.006 1.006 0 0 0-.063-.128l-.921-1.564c-1.023-1.74-3.236-2.416-5.08-1.567l-.247.125c-.44.253-.906.316-1.344.205a1.693 1.693 0 0 1-1.042-.77 1.536 1.536 0 0 1-.216-.624l-.014-.221c.033-.943-.369-1.951-1.11-2.699zm-4.675 1.003h1.853c.463 0 .907.183 1.234.51.322.324.497.765.485 1.221l.02.38a3.73 3.73 0 0 0 .514 1.531 3.91 3.91 0 0 0 2.394 1.77 3.992 3.992 0 0 0 2.976-.408l.154-.076.168-.066c.767-.24 1.6.078 2.01.77l.878 1.492.02.042.104.201c.356.744.059 1.686-.71 2.126l-.24.148a3.86 3.86 0 0 0-1.189 1.257 3.77 3.77 0 0 0-.397 2.916c.247.9.813 1.68 1.593 2.193l.41.255c.693.5.89 1.447.454 2.183l-.966 1.578-.11.166c-.447.628-1.329.861-2.073.541l-.474-.236a4.12 4.12 0 0 0-1.572-.362 3.976 3.976 0 0 0-2.815 1.125 3.802 3.802 0 0 0-1.15 2.735l-.008.165c-.07.825-.813 1.5-1.71 1.5h-1.851c-.888 0-1.617-.657-1.71-1.5l-.03-.53a3.888 3.888 0 0 0-2.888-3.315 3.978 3.978 0 0 0-2.979.392l-.163.078a1.74 1.74 0 0 1-2.163-.741l-.945-1.595-.084-.16c-.357-.742-.06-1.684.708-2.119l.234-.143c1.098-.744 1.734-1.928 1.734-3.196a3.834 3.834 0 0 0-1.731-3.193l-.392-.243a1.654 1.654 0 0 1-.468-2.196l.975-1.568a1.744 1.744 0 0 1 2.357-.645l.288.15c.502.234 1.049.359 1.603.366 2.08 0 3.78-1.566 3.936-3.558l.02-.459a1.64 1.64 0 0 1 .487-.99 1.727 1.727 0 0 1 1.21-.492zm.933 7.926c2.764 0 5.004 2.195 5.004 4.902 0 2.708-2.24 4.902-5.004 4.902-2.763 0-5.004-2.194-5.004-4.902 0-2.707 2.241-4.902 5.004-4.902zM13.467 16c0-1.507 1.248-2.73 2.787-2.73 1.54 0 2.787 1.223 2.787 2.73 0 1.508-1.248 2.73-2.787 2.73s-2.787-1.222-2.787-2.73z",
17
+ fill: "currentColor"
18
+ }));
19
+ };
20
+
21
+ Component.defaultProps = {
22
+ width: "32",
23
+ height: "32",
24
+ viewBox: "0 0 32 32",
25
+ fill: "none",
26
+ xmlns: "http://www.w3.org/2000/svg"
27
+ };
28
+ Component.displayName = "setting";
29
+ var _default = Component;
30
+ exports.default = _default;
package/lib/Store.js ADDED
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+
8
+ var _react = _interopRequireDefault(require("react"));
9
+
10
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
11
+
12
+ var Component = function Component(props) {
13
+ return /*#__PURE__*/_react.default.createElement("svg", props, /*#__PURE__*/_react.default.createElement("path", {
14
+ d: "M30.4 12.034v-.056a.582.582 0 0 1-.014-.069v-.041c-.014-.028-.014-.056-.027-.083v-.028l-1.98-6.95A2.243 2.243 0 0 0 26.245 3.2H5.754a2.243 2.243 0 0 0-2.132 1.606l-1.98 6.95v.029c-.014.027-.014.055-.028.083v.041a.594.594 0 0 1-.014.07v2.298a5.538 5.538 0 0 0 2.215 4.43v8.862a2.216 2.216 0 0 0 2.216 2.216h19.938a2.215 2.215 0 0 0 2.216-2.216v-8.861a5.537 5.537 0 0 0 2.215-4.431v-2.243zM5.754 5.415h20.492l1.579 5.539H4.175l1.579-5.539zm6.923 7.754h6.646v1.108a3.323 3.323 0 1 1-6.646 0v-1.108zm-2.216 0v1.108a3.323 3.323 0 0 1-4.86 2.95 1.201 1.201 0 0 0-.249-.153 3.31 3.31 0 0 1-1.537-2.797v-1.108h6.646zm15.508 14.4H6.031v-7.864a5.539 5.539 0 0 0 5.538-2.105 5.538 5.538 0 0 0 8.862 0 5.537 5.537 0 0 0 5.538 2.105v7.864zm.679-10.495a1.2 1.2 0 0 0-.25.152 3.323 3.323 0 0 1-4.86-2.95V13.17h6.647v1.108a3.31 3.31 0 0 1-1.537 2.797z",
15
+ fill: "currentColor"
16
+ }));
17
+ };
18
+
19
+ Component.defaultProps = {
20
+ width: "32",
21
+ height: "32",
22
+ viewBox: "0 0 32 32",
23
+ fill: "none",
24
+ xmlns: "http://www.w3.org/2000/svg"
25
+ };
26
+ Component.displayName = "store";
27
+ var _default = Component;
28
+ exports.default = _default;
package/lib/Team.js ADDED
@@ -0,0 +1,40 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+
8
+ var _react = _interopRequireDefault(require("react"));
9
+
10
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
11
+
12
+ var Component = function Component(props) {
13
+ return /*#__PURE__*/_react.default.createElement("svg", props, /*#__PURE__*/_react.default.createElement("path", {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M22.475 12.84a3.697 3.697 0 1 0 0 7.394 3.697 3.697 0 0 0 0-7.394zm-4.085-.388a5.777 5.777 0 1 1 8.17 8.17 5.777 5.777 0 0 1-8.17-8.17zM9.89 4.24a3.697 3.697 0 1 0 0 7.394 3.697 3.697 0 0 0 0-7.394zm-4.085-.388a5.777 5.777 0 1 1 8.17 8.17 5.777 5.777 0 0 1-8.17-8.17z",
17
+ fill: "currentColor"
18
+ }), /*#__PURE__*/_react.default.createElement("path", {
19
+ fillRule: "evenodd",
20
+ clipRule: "evenodd",
21
+ d: "M15.878 23.203A9.33 9.33 0 0 1 31.805 29.8a1.04 1.04 0 0 1-1.04 1.04h-16.58a1.04 1.04 0 0 1-1.04-1.04 9.33 9.33 0 0 1 2.733-6.597zm6.597-.652A7.25 7.25 0 0 0 15.3 28.76h14.35a7.25 7.25 0 0 0-7.175-6.21z",
22
+ fill: "currentColor"
23
+ }), /*#__PURE__*/_react.default.createElement("path", {
24
+ fillRule: "evenodd",
25
+ clipRule: "evenodd",
26
+ d: "M3.293 14.603A9.33 9.33 0 0 1 19.219 21.2a1.04 1.04 0 0 1-1.04 1.04H1.6A1.04 1.04 0 0 1 .56 21.2a9.33 9.33 0 0 1 2.733-6.597zm6.596-.652a7.25 7.25 0 0 0-7.174 6.209h14.349a7.25 7.25 0 0 0-7.175-6.21z",
27
+ fill: "currentColor"
28
+ }));
29
+ };
30
+
31
+ Component.defaultProps = {
32
+ width: "32",
33
+ height: "32",
34
+ viewBox: "0 0 32 32",
35
+ fill: "none",
36
+ xmlns: "http://www.w3.org/2000/svg"
37
+ };
38
+ Component.displayName = "team";
39
+ var _default = Component;
40
+ exports.default = _default;
@@ -0,0 +1,3 @@
1
+ <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M4.00536 31C3.25827 31 2.53797 30.7217 1.98494 30.2194C1.4319 29.7171 1.08578 29.0269 1.01406 28.2833L1.00003 27.9948V5.95637C1.00007 5.2093 1.27836 4.48903 1.78065 3.93601C2.28294 3.38299 2.97321 3.03688 3.71685 2.96516L4.00536 2.95113H13.0213C13.7681 2.95112 14.4881 3.22913 15.0411 3.73099C15.5941 4.23285 15.9405 4.92261 16.0126 5.66586L16.0267 5.95637V6.46526L20.4124 1.91934C20.9293 1.38325 21.6268 1.05817 22.3698 1.00708C23.1127 0.956001 23.8482 1.18256 24.4336 1.64285L24.666 1.84521L30.1898 7.30472C30.7202 7.82899 31.0367 8.53173 31.0778 9.27635C31.1189 10.021 30.8816 10.7543 30.4122 11.3337L30.2058 11.5661L25.5756 15.9738H26.0444C26.7912 15.9738 27.5112 16.2518 28.0642 16.7537C28.6172 17.2555 28.9635 17.9453 29.0357 18.6886L29.0498 18.9791V27.9948C29.0498 28.7415 28.7717 29.4615 28.2699 30.0145C27.768 30.5675 27.0782 30.9138 26.3349 30.986L26.0444 31H4.00536ZM14.0231 17.9773H3.00358V27.9948C3.00348 28.1993 3.06601 28.399 3.18278 28.567C3.29955 28.735 3.46495 28.8632 3.65674 28.9344L3.82504 28.9805L4.00536 28.9965H14.0231V17.9773V17.9773ZM26.0444 17.9773H16.0267V28.9965H26.0444C26.2789 28.9966 26.506 28.9144 26.6861 28.7643C26.8662 28.6142 26.988 28.4057 27.0302 28.1751L27.0462 27.9948V18.9791C27.0463 18.7446 26.9641 18.5175 26.814 18.3374C26.6639 18.1573 26.4554 18.0355 26.2247 17.9933L26.0444 17.9773ZM16.0267 12.3876V15.9738H19.613L16.0267 12.3876ZM13.0213 4.95462H4.00536C3.77089 4.95455 3.54382 5.03671 3.3637 5.18681C3.18358 5.3369 3.06181 5.54542 3.01961 5.77605L3.00358 5.95637V15.9738H14.0231V5.95637C14.0232 5.75179 13.9607 5.55209 13.8439 5.38411C13.7272 5.21613 13.5618 5.08792 13.37 5.01673L13.2017 4.97065L13.0213 4.95462ZM23.2835 3.29774C23.1151 3.13081 22.8931 3.02864 22.6567 3.00922C22.4204 2.9898 22.1847 3.05436 21.9912 3.19155L21.855 3.31176L16.6137 8.74723C16.4555 8.91127 16.358 9.12433 16.3373 9.35125C16.3165 9.57817 16.3737 9.80539 16.4995 9.99541L16.6257 10.1517L21.867 15.3908C22.0275 15.5515 22.2379 15.653 22.4636 15.6785C22.6893 15.7039 22.9169 15.652 23.1092 15.5311L23.2655 15.4088L28.7913 10.1457C28.956 9.97892 29.0571 9.7597 29.0768 9.52614C29.0966 9.29259 29.0338 9.0595 28.8995 8.86744L28.7813 8.7292L23.2835 3.29774V3.29774Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M4.66666 5.19999C4.6313 5.19999 4.59739 5.21404 4.57238 5.23904C4.54738 5.26405 4.53333 5.29796 4.53333 5.33332V26.6667C4.53333 26.702 4.54738 26.7359 4.57238 26.7609C4.59739 26.7859 4.6313 26.8 4.66666 26.8H27.3333C27.3687 26.8 27.4026 26.7859 27.4276 26.7609C27.4526 26.7359 27.4667 26.702 27.4667 26.6667V9.33332C27.4667 9.29796 27.4526 9.26404 27.4276 9.23904C27.4026 9.21404 27.3687 9.19999 27.3333 9.19999H16C15.6439 9.19999 15.3061 9.0418 15.0781 8.76821L12.1046 5.19999H4.66666ZM2.87533 3.54198C3.35042 3.06689 3.99478 2.79999 4.66666 2.79999H12.6667C13.0228 2.79999 13.3605 2.95818 13.5885 3.23177L16.562 6.79999H27.3333C28.0052 6.79999 28.6496 7.06689 29.1247 7.54198C29.5998 8.01708 29.8667 8.66144 29.8667 9.33332V26.6667C29.8667 27.3385 29.5998 27.9829 29.1247 28.458C28.6496 28.9331 28.0052 29.2 27.3333 29.2H4.66666C3.99479 29.2 3.35042 28.9331 2.87533 28.458C2.40023 27.9829 2.13333 27.3385 2.13333 26.6667V5.33332C2.13333 4.66144 2.40024 4.01708 2.87533 3.54198Z" fill="currentColor"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M14.1819 13.8181C14.6505 14.2867 14.6505 15.0465 14.1819 15.5152L11.6971 18L14.1819 20.4848C14.6505 20.9534 14.6505 21.7132 14.1819 22.1818C13.7132 22.6505 12.9534 22.6505 12.4848 22.1818L9.15147 18.8485C8.68284 18.3799 8.68284 17.6201 9.15147 17.1514L12.4848 13.8181C12.9534 13.3495 13.7132 13.3495 14.1819 13.8181ZM17.8181 13.8181C18.2868 13.3495 19.0466 13.3495 19.5152 13.8181L22.8485 17.1514C23.3172 17.6201 23.3172 18.3799 22.8485 18.8485L19.5152 22.1818C19.0466 22.6505 18.2868 22.6505 17.8181 22.1818C17.3495 21.7132 17.3495 20.9534 17.8181 20.4848L20.3029 18L17.8181 15.5152C17.3495 15.0465 17.3495 14.2867 17.8181 13.8181Z" fill="currentColor"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M16 16.1003C15.136 16.1003 14.4356 16.8008 14.4356 17.6648C14.4356 18.5288 15.136 19.2292 16 19.2292C16.864 19.2292 17.5645 18.5288 17.5645 17.6648C17.5645 16.8008 16.864 16.1003 16 16.1003ZM11.8756 17.6648C11.8756 15.3869 13.7221 13.5403 16 13.5403C18.2779 13.5403 20.1245 15.3869 20.1245 17.6648C20.1245 19.9427 18.2779 21.7892 16 21.7892C13.7221 21.7892 11.8756 19.9427 11.8756 17.6648Z" fill="currentColor"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M16 6.07999C13.6098 6.07999 11.2787 6.82348 9.3299 8.20743C7.38108 9.59138 5.911 11.5472 5.12338 13.804C4.33577 16.0607 4.26962 18.5066 4.93411 20.8026C5.5581 22.9586 6.79736 24.8823 8.49556 26.3404H23.5044C25.2026 24.8823 26.4419 22.9586 27.0659 20.8026C27.7304 18.5066 27.6642 16.0607 26.8766 13.804C26.089 11.5472 24.6189 9.59138 22.6701 8.20743C20.7213 6.82348 18.3902 6.07999 16 6.07999ZM7.84766 6.12019C10.2295 4.4287 13.0786 3.51999 16 3.51999C18.9214 3.51999 21.7705 4.4287 24.1523 6.12019C26.5342 7.81169 28.331 10.2022 29.2936 12.9604C30.2563 15.7187 30.3371 18.708 29.525 21.5143C28.7128 24.3205 27.0479 26.8046 24.7609 28.6224C24.5344 28.8024 24.2537 28.9004 23.9644 28.9004H8.03555C7.74629 28.9004 7.46556 28.8024 7.23911 28.6224C4.95212 26.8046 3.28719 24.3205 2.47503 21.5143C1.66287 18.708 1.74372 15.7187 2.70636 12.9604C3.669 10.2022 5.46577 7.81169 7.84766 6.12019ZM21.8829 11.7819C22.3827 12.2818 22.3827 13.0922 21.8829 13.5921L18.9673 16.5077C18.4674 17.0075 17.657 17.0075 17.1571 16.5077C16.6573 16.0078 16.6573 15.1973 17.1571 14.6975L20.0727 11.7819C20.5726 11.282 21.383 11.282 21.8829 11.7819Z" fill="currentColor"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8 3.20001H24C26.6464 3.20001 28.8 5.32481 28.8 8.00001C28.8 9.57121 28.2592 11.0928 27.5472 12.5088C26.8384 13.9152 25.9024 15.3216 25.016 16.6496L24.9984 16.6768C24.0896 18.0416 23.232 19.3312 22.5968 20.5904C21.96 21.8528 21.6 22.9808 21.6 24.008C21.6001 24.4226 21.7077 24.8301 21.9122 25.1908C22.1167 25.5515 22.4112 25.8531 22.7669 26.0661C23.1226 26.2791 23.5274 26.3964 23.9419 26.4064C24.3564 26.4164 24.7664 26.3189 25.132 26.1234C25.4976 25.9278 25.8063 25.6408 26.0281 25.2905C26.2498 24.9401 26.3769 24.5383 26.3971 24.1241C26.4174 23.71 26.3299 23.2977 26.1434 22.9274C25.9569 22.5571 25.6776 22.2415 25.3328 22.0112C25.0786 21.83 24.9049 21.5569 24.8488 21.2499C24.7926 20.9428 24.8583 20.6259 25.032 20.3665C25.2056 20.107 25.4735 19.9255 25.7788 19.8604C26.0841 19.7952 26.4028 19.8516 26.6672 20.0176C27.5232 20.5898 28.1724 21.4222 28.5191 22.3916C28.8659 23.3611 28.8916 24.4164 28.5927 25.4017C28.2937 26.387 27.6859 27.25 26.8589 27.8633C26.0319 28.4767 25.0296 28.8079 24 28.808H8C6.72696 28.808 5.50606 28.3023 4.60588 27.4021C3.70571 26.5019 3.2 25.281 3.2 24.008C3.2 21.4768 4.6256 18.992 6.0432 16.7984C6.37622 16.2853 6.70924 15.7834 7.03594 15.2909L7.04 15.2848C7.7968 14.1504 8.5168 13.0672 9.0992 12.008H7.216C6.2944 12.008 5.0064 11.7952 4.1648 10.7552C3.5584 10.0064 3.2 9.08161 3.2 8.00001C3.2 6.72697 3.70571 5.50607 4.60588 4.6059C5.50606 3.70572 6.72696 3.20001 8 3.20001ZM6.30294 6.30296C6.75303 5.85287 7.36348 5.60001 8 5.60001H19.8416C19.4336 6.30561 19.2 7.12641 19.2 8.00001C19.1963 8.54974 19.2962 9.09524 19.4944 9.60801H7.216C6.552 9.60801 6.1872 9.43681 6.032 9.24481C5.76 8.91041 5.6 8.51361 5.6 8.00001C5.6 7.36349 5.85285 6.75304 6.30294 6.30296ZM26.4 8.00001C26.4 6.65921 25.3296 5.60001 24 5.60001C23.3635 5.60001 22.753 5.85287 22.3029 6.30296C21.8529 6.75304 21.6 7.36349 21.6 8.00001C21.6 8.76161 21.9568 9.33441 22.6672 9.81121C22.8809 9.95442 23.0428 10.1625 23.1293 10.4047C23.2157 10.647 23.222 10.9106 23.1473 11.1567C23.0725 11.4029 22.9207 11.6184 22.7141 11.7717C22.5076 11.925 22.2572 12.0078 22 12.008H11.7888C11.0416 13.6128 9.9632 15.232 8.952 16.7488C8.89084 16.8409 8.82988 16.9325 8.76922 17.0236C8.52516 17.3903 8.28602 17.7497 8.0592 18.1008C6.608 20.3456 5.6 22.2736 5.6 24.008C5.6 24.6445 5.85285 25.255 6.30294 25.7051C6.75303 26.1552 7.36348 26.408 8 26.408H19.8416C19.4336 25.7024 19.2 24.8816 19.2 24.008C19.2 22.4416 19.7408 20.9232 20.4544 19.5088C21.16 18.1104 22.0912 16.712 22.9744 15.3872L23.0016 15.3456C23.9104 13.9808 24.7664 12.6928 25.4032 11.4288C26.04 10.1648 26.4 9.03361 26.4 8.00001ZM12.0042 15.4621C11.7819 15.6844 11.657 15.986 11.657 16.3004C11.657 16.6148 11.7819 16.9164 12.0042 17.1387C12.2265 17.361 12.5281 17.486 12.8425 17.486H19.1655C19.4799 17.486 19.7815 17.361 20.0038 17.1387C20.2261 16.9164 20.351 16.6148 20.351 16.3004C20.351 15.986 20.2261 15.6844 20.0038 15.4621C19.7815 15.2398 19.4799 15.1148 19.1655 15.1148H12.8425C12.5281 15.1148 12.2265 15.2398 12.0042 15.4621ZM9.2379 20.2043C9.46024 19.982 9.76179 19.8571 10.0762 19.8571H16.3992C16.7136 19.8571 17.0152 19.982 17.2375 20.2043C17.4598 20.4266 17.5847 20.7282 17.5847 21.0426C17.5847 21.3571 17.4598 21.6586 17.2375 21.8809C17.0152 22.1033 16.7136 22.2282 16.3992 22.2282H10.0762C9.76179 22.2282 9.46024 22.1033 9.2379 21.8809C9.01557 21.6586 8.89066 21.3571 8.89066 21.0426C8.89066 20.7282 9.01557 20.4266 9.2379 20.2043Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M19.9964 2.1685C19.2554 1.42 18.2384 1 17.1734 1H15.3209C14.2818 0.998495 13.2836 1.40519 12.5414 2.1325C11.8924 2.76894 11.4924 3.61645 11.4134 4.522L11.3999 4.813C11.3864 5.761 10.6199 6.499 9.68095 6.499C9.46795 6.4975 9.24595 6.448 9.04345 6.358L8.84245 6.253C6.96873 5.21755 4.61146 5.85465 3.51445 7.693L2.53945 9.2605C1.50604 10.9984 2.00888 13.2408 3.68545 14.371L3.91945 14.518C4.49095 14.842 4.81945 15.3985 4.81945 16C4.81945 16.5535 4.54195 17.0695 4.07845 17.3845L3.92245 17.4805C2.18532 18.4648 1.50957 20.6279 2.37745 22.426L2.50495 22.666L3.46045 24.283C3.97425 25.1774 4.82074 25.8325 5.81545 26.1055C6.70788 26.3537 7.6587 26.2853 8.50645 25.912L8.77195 25.7815C9.22195 25.528 9.68695 25.4665 10.1219 25.5805C10.5556 25.6927 10.9269 25.9728 11.1539 26.359C11.2728 26.5515 11.3485 26.7675 11.3759 26.992L11.3879 27.2125C11.3864 29.275 13.1474 31 15.3209 31H17.1734C19.2254 31 20.9294 29.4565 21.0959 27.4615L21.1079 27.205C21.0973 26.7456 21.274 26.3016 21.5974 25.9752C21.9207 25.6487 22.363 25.4678 22.8224 25.474C23.0475 25.4823 23.2689 25.5332 23.4749 25.624L23.6789 25.7275C25.4009 26.701 27.6584 26.2015 28.8194 24.5635L28.9694 24.3355L29.9594 22.72C30.4919 21.8245 30.6374 20.773 30.3674 19.7845C30.1289 18.9085 29.5829 18.145 28.8254 17.626L28.5764 17.4685C28.1414 17.221 27.8534 16.8565 27.7364 16.426C27.6202 15.9962 27.6835 15.5377 27.9119 15.1555C28.0352 14.9429 28.2043 14.7605 28.4069 14.6215L28.7924 14.383C30.3689 13.3343 30.9341 11.2858 30.1184 9.577L30.0329 9.4105C30.0149 9.367 29.9939 9.3235 29.9699 9.283L29.0489 7.7185C28.0259 5.9785 25.8134 5.3035 23.9684 6.1525L23.7224 6.277C23.2814 6.5305 22.8164 6.5935 22.3784 6.4825C21.9389 6.3715 21.5639 6.094 21.3359 5.7115C21.2174 5.5165 21.1454 5.3065 21.1199 5.0875L21.1064 4.867C21.1394 3.9235 20.7374 2.9155 19.9964 2.1685ZM15.3211 3.17149H17.1736C17.6366 3.17015 18.081 3.35374 18.4081 3.68149C18.7301 4.00489 18.9052 4.44629 18.8926 4.90249L18.9136 5.28199C18.9707 5.82381 19.1458 6.34655 19.4266 6.81349C19.96 7.69607 20.8204 8.33223 21.8206 8.58349C22.8278 8.84018 23.8955 8.69381 24.7966 8.17549L24.9511 8.09899L25.1191 8.03299C25.8864 7.79292 26.7182 8.11135 27.1291 8.80249L28.0066 10.295L28.0261 10.337L28.1311 10.538C28.4866 11.282 28.1896 12.224 27.4216 12.6635L27.1801 12.812C26.6686 13.16 26.2771 13.58 25.9921 14.069C25.4699 14.947 25.3265 15.9993 25.5946 16.985C25.8418 17.8851 26.408 18.6645 27.1876 19.178L27.5971 19.433C28.2914 19.9327 28.4887 20.8802 28.0516 21.6155L27.0856 23.1935L26.9761 23.36C26.5291 23.9885 25.6471 24.221 24.9031 23.9015L24.4291 23.6645C23.8996 23.432 23.3821 23.3165 22.8571 23.303C21.8068 23.2914 20.7947 23.6959 20.0416 24.428C19.3042 25.1464 18.8896 26.133 18.8926 27.1625L18.8836 27.3275C18.8146 28.1525 18.0706 28.8275 17.1736 28.8275H15.3226C14.4346 28.8275 13.7056 28.1705 13.6126 27.3275L13.5826 26.798C13.3971 25.2027 12.2499 23.8855 10.6951 23.483C9.68906 23.219 8.6197 23.3596 7.71606 23.8745L7.55256 23.9525C7.22856 24.0935 6.81156 24.1235 6.42156 24.0155C5.98206 23.8925 5.61006 23.6045 5.38956 23.2115L4.44456 21.617L4.36056 21.4565C4.00356 20.7155 4.30056 19.7735 5.06856 19.3385L5.30256 19.1945C6.40056 18.4505 7.03656 17.267 7.03656 15.9995C7.03243 14.7118 6.38222 13.5123 5.30556 12.806L4.91406 12.563C4.20922 12.0651 4.00548 11.109 4.44606 10.367L5.42106 8.79949C5.89975 7.97851 6.9475 7.69173 7.77756 8.15449L8.06556 8.30449C8.56824 8.53826 9.11472 8.663 9.66906 8.67049C11.7496 8.67049 13.4491 7.10449 13.6051 5.11249L13.6246 4.65349C13.6561 4.30999 13.8286 3.94249 14.1121 3.66349C14.4331 3.34849 14.8681 3.17149 15.3211 3.17149ZM16.254 11.0975C19.0185 11.0975 21.258 13.292 21.258 15.9995C21.258 18.707 19.0185 20.9015 16.254 20.9015C13.491 20.9015 11.25 18.707 11.25 15.9995C11.25 13.292 13.491 11.0975 16.254 11.0975ZM13.4671 16.0001C13.4671 14.4926 14.7151 13.2701 16.2541 13.2701C17.7931 13.2701 19.0411 14.4926 19.0411 16.0001C19.0411 17.5076 17.7931 18.7301 16.2541 18.7301C14.7151 18.7301 13.4671 17.5076 13.4671 16.0001Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M30.4 12.0339V11.9785C30.394 11.9557 30.3894 11.9326 30.3862 11.9092V11.8677C30.3723 11.84 30.3723 11.8123 30.3585 11.7846V11.7569L28.3785 4.80617C28.242 4.34533 27.9612 3.94051 27.5773 3.65135C27.1934 3.36218 26.7268 3.20397 26.2462 3.20001H5.75385C5.27326 3.20397 4.80664 3.36218 4.42275 3.65135C4.03886 3.94051 3.758 4.34533 3.62154 4.80617L1.64154 11.7569V11.7846C1.6277 11.8123 1.6277 11.84 1.61385 11.8677V11.9092C1.61061 11.9326 1.60599 11.9557 1.60001 11.9785V14.2769C1.60001 15.1368 1.80019 15.9848 2.18472 16.7538C2.56924 17.5229 3.12754 18.1918 3.81539 18.7077V27.5692C3.81539 28.1568 4.0488 28.7203 4.46426 29.1358C4.87973 29.5512 5.44322 29.7846 6.03078 29.7846H25.9692C26.5568 29.7846 27.1203 29.5512 27.5357 29.1358C27.9512 28.7203 28.1846 28.1568 28.1846 27.5692V18.7077C28.8725 18.1918 29.4308 17.5229 29.8153 16.7538C30.1998 15.9848 30.4 15.1368 30.4 14.2769V12.0339ZM5.75385 5.4154H26.2462L27.8246 10.9539H4.17539L5.75385 5.4154ZM12.6769 13.1692H19.3231V14.2769C19.3231 15.1583 18.973 16.0035 18.3498 16.6267C17.7266 17.2499 16.8813 17.6 16 17.6C15.1187 17.6 14.2734 17.2499 13.6502 16.6267C13.027 16.0035 12.6769 15.1583 12.6769 14.2769V13.1692ZM10.4615 13.1692V14.2769C10.462 14.8485 10.3151 15.4104 10.035 15.9086C9.7549 16.4068 9.35103 16.8243 8.86244 17.1208C8.37384 17.4173 7.81704 17.5827 7.24582 17.6012C6.67459 17.6197 6.10827 17.4905 5.60154 17.2262C5.52495 17.1655 5.44126 17.1143 5.35231 17.0739C4.88111 16.775 4.49312 16.3619 4.22441 15.8729C3.9557 15.3839 3.815 14.8349 3.81539 14.2769V13.1692H10.4615ZM25.9692 27.5692H6.03078V19.7046C6.39569 19.7764 6.76657 19.8135 7.13847 19.8154C7.99829 19.8154 8.8463 19.6152 9.61534 19.2307C10.3844 18.8462 11.0533 18.2879 11.5692 17.6C12.0851 18.2879 12.7541 18.8462 13.5231 19.2307C14.2922 19.6152 15.1402 19.8154 16 19.8154C16.8598 19.8154 17.7078 19.6152 18.4769 19.2307C19.2459 18.8462 19.9149 18.2879 20.4308 17.6C20.9467 18.2879 21.6156 18.8462 22.3847 19.2307C23.1537 19.6152 24.0017 19.8154 24.8615 19.8154C25.2334 19.8135 25.6043 19.7764 25.9692 19.7046V27.5692ZM26.6477 17.0739C26.5587 17.1143 26.4751 17.1655 26.3985 17.2262C25.8917 17.4905 25.3254 17.6197 24.7542 17.6012C24.183 17.5827 23.6262 17.4173 23.1376 17.1208C22.649 16.8243 22.2451 16.4068 21.965 15.9086C21.6849 15.4104 21.538 14.8485 21.5385 14.2769V13.1692H28.1846V14.2769C28.185 14.8349 28.0443 15.3839 27.7756 15.8729C27.5069 16.3619 27.1189 16.775 26.6477 17.0739Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M22.475 12.84C21.4945 12.84 20.5542 13.2295 19.8609 13.9228C19.1676 14.6161 18.7782 15.5564 18.7782 16.5369C18.7782 17.5173 19.1676 18.4576 19.8609 19.1509C20.5542 19.8442 21.4945 20.2337 22.475 20.2337C23.4555 20.2337 24.3958 19.8442 25.0891 19.1509C25.7823 18.4576 26.1718 17.5173 26.1718 16.5369C26.1718 15.5564 25.7823 14.6161 25.0891 13.9228C24.3958 13.2295 23.4555 12.84 22.475 12.84ZM18.3901 12.452C19.4735 11.3686 20.9429 10.76 22.475 10.76C24.0071 10.76 25.4765 11.3686 26.5598 12.452C27.6432 13.5354 28.2518 15.0047 28.2518 16.5369C28.2518 18.069 27.6432 19.5383 26.5598 20.6217C25.4765 21.7051 24.0071 22.3137 22.475 22.3137C20.9429 22.3137 19.4735 21.7051 18.3901 20.6217C17.3068 19.5383 16.6982 18.069 16.6982 16.5369C16.6982 15.0047 17.3068 13.5354 18.3901 12.452Z" fill="currentColor"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M9.88948 4.24C8.90901 4.24 7.9687 4.62949 7.27541 5.32278C6.58212 6.01608 6.19263 6.95638 6.19263 7.93685C6.19263 8.91731 6.58212 9.85762 7.27541 10.5509C7.9687 11.2442 8.90901 11.6337 9.88948 11.6337C10.8699 11.6337 11.8102 11.2442 12.5035 10.5509C13.1968 9.85762 13.5863 8.91731 13.5863 7.93685C13.5863 6.95638 13.1968 6.01608 12.5035 5.32278C11.8102 4.62949 10.8699 4.24 9.88948 4.24ZM5.80463 3.852C6.888 2.76863 8.35736 2.16 9.88948 2.16C11.4216 2.16 12.891 2.76863 13.9743 3.852C15.0577 4.93537 15.6663 6.40473 15.6663 7.93685C15.6663 9.46896 15.0577 10.9383 13.9743 12.0217C12.891 13.1051 11.4216 13.7137 9.88948 13.7137C8.35736 13.7137 6.888 13.1051 5.80463 12.0217C4.72126 10.9383 4.11263 9.46896 4.11263 7.93685C4.11263 6.40473 4.72126 4.93537 5.80463 3.852Z" fill="currentColor"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M15.8781 23.2031C17.6277 21.4534 20.0007 20.4705 22.475 20.4705C24.9493 20.4705 27.3223 21.4534 29.0719 23.2031C30.8215 24.9527 31.8045 27.3257 31.8045 29.8C31.8045 30.3744 31.3388 30.84 30.7645 30.84H14.1855C13.9097 30.84 13.6452 30.7304 13.4501 30.5354C13.2551 30.3403 13.1455 30.0758 13.1455 29.8C13.1455 27.3257 14.1284 24.9527 15.8781 23.2031ZM22.475 22.5505C20.5523 22.5505 18.7084 23.3143 17.3488 24.6738C16.2369 25.7858 15.5234 27.2219 15.3005 28.76H29.6495C29.4266 27.2219 28.7131 25.7858 27.6011 24.6738C26.2416 23.3143 24.3977 22.5505 22.475 22.5505Z" fill="currentColor"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M3.29254 14.6031C5.04215 12.8534 7.41514 11.8705 9.88947 11.8705C12.3638 11.8705 14.7368 12.8534 16.4864 14.6031C18.236 16.3527 19.2189 18.7257 19.2189 21.2C19.2189 21.7744 18.7533 22.24 18.1789 22.24H1.6C1.32417 22.24 1.05964 22.1304 0.864606 21.9354C0.669569 21.7403 0.559998 21.4758 0.559998 21.2C0.559998 18.7257 1.54292 16.3527 3.29254 14.6031ZM9.88947 13.9505C7.96679 13.9505 6.12286 14.7143 4.76332 16.0738C3.65133 17.1858 2.9379 18.6219 2.71495 20.16H17.064C16.841 18.6219 16.1276 17.1858 15.0156 16.0738C13.6561 14.7143 11.8122 13.9505 9.88947 13.9505Z" fill="currentColor"/>
6
+ </svg>
package/lib/index.js CHANGED
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.WalletTextLogo = exports.Tx = exports.Token = exports.Switch = exports.StoreLogoNotext = exports.StoreLogoBg = exports.StoreLogo = exports.ServerLogoNotext = exports.ServerLogoBg = exports.ServerLogo = exports.Rollup = exports.RevokeIcon = exports.PersonIcon = exports.Pending = exports.PassportIcon = exports.OpenIn = exports.NFT = exports.Mobile = exports.LockIcon = exports.LauncherLogoNotext = exports.LauncherLogoBg = exports.LauncherLogo = exports.ForbidLoginIcon = exports.ExternalIssuerIcon = exports.EditIcon = exports.Disconnect = exports.DidWalletLogo = exports.DidWallet = exports.DidLogo = exports.DeleteIcon = exports.Dapp = exports.Copy = exports.ConnectLogo = exports.Connect = exports.Computer = exports.BridgeMoveOut = exports.BridgeMoveIn = exports.Bridge = exports.AllowLoginIcon = exports.Add = exports.ABTNode = void 0;
6
+ exports.WalletTextLogo = exports.Tx = exports.Token = exports.Team = exports.Switch = exports.StoreLogoNotext = exports.StoreLogoBg = exports.StoreLogo = exports.Store = exports.Setting = exports.ServerLogoNotext = exports.ServerLogoBg = exports.ServerLogo = exports.Rollup = exports.RevokeIcon = exports.PersonIcon = exports.Pending = exports.PassportIcon = exports.OpenIn = exports.NFT = exports.Mobile = exports.Log = exports.LockIcon = exports.LauncherLogoNotext = exports.LauncherLogoBg = exports.LauncherLogo = exports.ForbidLoginIcon = exports.ExternalIssuerIcon = exports.EditIcon = exports.Disconnect = exports.DidWalletLogo = exports.DidWallet = exports.DidLogo = exports.DeleteIcon = exports.Dashboard = exports.Dapp = exports.Copy = exports.ConnectLogo = exports.Connect = exports.Computer = exports.CodeFolder = exports.BridgeMoveOut = exports.BridgeMoveIn = exports.Bridge = exports.Blocklets = exports.AllowLoginIcon = exports.Add = exports.ABTNode = void 0;
7
7
 
8
8
  var _react = _interopRequireDefault(require("react"));
9
9
 
@@ -1356,4 +1356,146 @@ StoreLogoBg.defaultProps = {
1356
1356
  viewBox: "0 0 120 120",
1357
1357
  fill: "none",
1358
1358
  xmlns: "http://www.w3.org/2000/svg"
1359
+ };
1360
+
1361
+ var Blocklets = function Blocklets(props) {
1362
+ return /*#__PURE__*/_react.default.createElement("svg", props, /*#__PURE__*/_react.default.createElement("path", {
1363
+ d: "M4.005 31a3.005 3.005 0 0 1-2.99-2.717L1 27.995V5.956a3.005 3.005 0 0 1 2.717-2.99l.288-.015h9.016a3.005 3.005 0 0 1 2.992 2.715l.014.29v.51l4.385-4.547a3.005 3.005 0 0 1 4.022-.276l.232.202 5.524 5.46a3.005 3.005 0 0 1 .222 4.029l-.206.232-4.63 4.408h.468a3.005 3.005 0 0 1 2.992 2.715l.014.29v9.016a3.006 3.006 0 0 1-2.715 2.991l-.29.014H4.004zm10.018-13.023H3.003v10.018a1.002 1.002 0 0 0 .654.94l.168.046.18.015h10.018V17.977zm12.021 0H16.027v11.02h10.017a1.002 1.002 0 0 0 .986-.822l.016-.18v-9.016a1.002 1.002 0 0 0-.821-.986l-.18-.016zm-10.017-5.59v3.587h3.586l-3.586-3.586zM13.02 4.956H4.005a1.002 1.002 0 0 0-.985.821l-.016.18v10.018h11.02V5.956a1.001 1.001 0 0 0-.654-.94l-.168-.045-.18-.016zm10.262-1.657a1.008 1.008 0 0 0-1.292-.106l-.136.12-5.241 5.435a1.001 1.001 0 0 0-.114 1.248l.126.157 5.241 5.239a1.002 1.002 0 0 0 1.242.14l.156-.122 5.526-5.263a1.002 1.002 0 0 0 .108-1.279l-.118-.138-5.497-5.431z",
1364
+ fill: "currentColor"
1365
+ }));
1366
+ };
1367
+
1368
+ exports.Blocklets = Blocklets;
1369
+ Blocklets.defaultProps = {
1370
+ width: "32",
1371
+ height: "32",
1372
+ viewBox: "0 0 32 32",
1373
+ fill: "none",
1374
+ xmlns: "http://www.w3.org/2000/svg"
1375
+ };
1376
+
1377
+ var CodeFolder = function CodeFolder(props) {
1378
+ return /*#__PURE__*/_react.default.createElement("svg", props, /*#__PURE__*/_react.default.createElement("path", {
1379
+ fillRule: "evenodd",
1380
+ clipRule: "evenodd",
1381
+ d: "M4.667 5.2a.133.133 0 0 0-.134.133v21.334a.133.133 0 0 0 .134.133h22.666a.133.133 0 0 0 .134-.133V9.333a.133.133 0 0 0-.134-.133H16a1.2 1.2 0 0 1-.922-.432L12.105 5.2H4.667zM2.875 3.542A2.533 2.533 0 0 1 4.667 2.8h8a1.2 1.2 0 0 1 .921.432L16.563 6.8h10.771a2.533 2.533 0 0 1 2.534 2.533v17.334a2.533 2.533 0 0 1-2.534 2.533H4.667a2.533 2.533 0 0 1-2.534-2.533V5.333c0-.672.267-1.316.742-1.791z",
1382
+ fill: "currentColor"
1383
+ }), /*#__PURE__*/_react.default.createElement("path", {
1384
+ fillRule: "evenodd",
1385
+ clipRule: "evenodd",
1386
+ d: "M14.182 13.818a1.2 1.2 0 0 1 0 1.697L11.697 18l2.485 2.485a1.2 1.2 0 1 1-1.697 1.697L9.15 18.849a1.2 1.2 0 0 1 0-1.698l3.334-3.333a1.2 1.2 0 0 1 1.697 0zm3.636 0a1.2 1.2 0 0 1 1.697 0l3.334 3.333a1.2 1.2 0 0 1 0 1.698l-3.334 3.333a1.2 1.2 0 1 1-1.697-1.697L20.303 18l-2.485-2.485a1.2 1.2 0 0 1 0-1.697z",
1387
+ fill: "currentColor"
1388
+ }));
1389
+ };
1390
+
1391
+ exports.CodeFolder = CodeFolder;
1392
+ CodeFolder.defaultProps = {
1393
+ width: "32",
1394
+ height: "32",
1395
+ viewBox: "0 0 32 32",
1396
+ fill: "none",
1397
+ xmlns: "http://www.w3.org/2000/svg"
1398
+ };
1399
+
1400
+ var Dashboard = function Dashboard(props) {
1401
+ return /*#__PURE__*/_react.default.createElement("svg", props, /*#__PURE__*/_react.default.createElement("path", {
1402
+ fillRule: "evenodd",
1403
+ clipRule: "evenodd",
1404
+ d: "M16 16.1a1.564 1.564 0 1 0 0 3.13 1.564 1.564 0 0 0 0-3.13zm-4.124 1.565a4.124 4.124 0 1 1 8.248 0 4.124 4.124 0 0 1-8.248 0z",
1405
+ fill: "currentColor"
1406
+ }), /*#__PURE__*/_react.default.createElement("path", {
1407
+ fillRule: "evenodd",
1408
+ clipRule: "evenodd",
1409
+ d: "M16 6.08a11.52 11.52 0 0 0-7.504 20.26h15.008A11.52 11.52 0 0 0 16 6.08zm-8.152.04A14.08 14.08 0 0 1 24.76 28.622a1.28 1.28 0 0 1-.797.278H8.036c-.29 0-.57-.098-.797-.278A14.08 14.08 0 0 1 7.848 6.12zm14.035 5.662c.5.5.5 1.31 0 1.81l-2.916 2.916a1.28 1.28 0 0 1-1.81-1.81l2.916-2.916c.5-.5 1.31-.5 1.81 0z",
1410
+ fill: "currentColor"
1411
+ }));
1412
+ };
1413
+
1414
+ exports.Dashboard = Dashboard;
1415
+ Dashboard.defaultProps = {
1416
+ width: "32",
1417
+ height: "32",
1418
+ viewBox: "0 0 32 32",
1419
+ fill: "none",
1420
+ xmlns: "http://www.w3.org/2000/svg"
1421
+ };
1422
+
1423
+ var Log = function Log(props) {
1424
+ return /*#__PURE__*/_react.default.createElement("svg", props, /*#__PURE__*/_react.default.createElement("path", {
1425
+ fillRule: "evenodd",
1426
+ clipRule: "evenodd",
1427
+ d: "M8 3.2h16c2.646 0 4.8 2.125 4.8 4.8 0 1.571-.54 3.093-1.253 4.509-.709 1.406-1.645 2.813-2.531 4.14l-.018.028c-.908 1.365-1.766 2.654-2.401 3.913-.637 1.263-.997 2.39-.997 3.418a2.4 2.4 0 1 0 3.733-1.997 1.2 1.2 0 0 1 1.334-1.993A4.8 4.8 0 0 1 24 28.808H8a4.8 4.8 0 0 1-4.8-4.8c0-2.531 1.426-5.016 2.843-7.21.333-.513.666-1.015.993-1.507l.004-.006c.757-1.135 1.477-2.218 2.06-3.277H7.215c-.922 0-2.21-.213-3.051-1.253A4.288 4.288 0 0 1 3.2 8 4.8 4.8 0 0 1 8 3.2zM6.303 6.303A2.4 2.4 0 0 1 8 5.6h11.842A4.782 4.782 0 0 0 19.2 8c-.004.55.096 1.095.294 1.608H7.216c-.664 0-1.029-.171-1.184-.363A1.889 1.889 0 0 1 5.6 8a2.4 2.4 0 0 1 .703-1.697zM26.4 8c0-1.34-1.07-2.4-2.4-2.4A2.4 2.4 0 0 0 21.6 8c0 .762.357 1.334 1.067 1.811A1.2 1.2 0 0 1 22 12.008H11.789c-.747 1.605-1.826 3.224-2.837 4.74l-.183.276c-.244.366-.483.726-.71 1.077C6.608 20.346 5.6 22.274 5.6 24.008a2.4 2.4 0 0 0 2.4 2.4h11.842a4.782 4.782 0 0 1-.642-2.4c0-1.566.54-3.085 1.254-4.5.706-1.398 1.637-2.796 2.52-4.12l.028-.042c.908-1.365 1.764-2.653 2.401-3.917.637-1.264.997-2.395.997-3.429zm-14.396 7.462a1.186 1.186 0 0 0 .838 2.024h6.324a1.186 1.186 0 0 0 0-2.371h-6.324c-.314 0-.616.125-.838.347zm-2.766 4.742c.222-.222.524-.347.838-.347H16.4a1.186 1.186 0 1 1 0 2.371h-6.323a1.185 1.185 0 0 1-.838-2.024z",
1428
+ fill: "currentColor"
1429
+ }));
1430
+ };
1431
+
1432
+ exports.Log = Log;
1433
+ Log.defaultProps = {
1434
+ width: "32",
1435
+ height: "32",
1436
+ viewBox: "0 0 32 32",
1437
+ fill: "none",
1438
+ xmlns: "http://www.w3.org/2000/svg"
1439
+ };
1440
+
1441
+ var Setting = function Setting(props) {
1442
+ return /*#__PURE__*/_react.default.createElement("svg", props, /*#__PURE__*/_react.default.createElement("path", {
1443
+ fillRule: "evenodd",
1444
+ clipRule: "evenodd",
1445
+ d: "M19.996 2.168A3.968 3.968 0 0 0 17.173 1h-1.852a3.963 3.963 0 0 0-2.78 1.132 3.81 3.81 0 0 0-1.128 2.39l-.013.291a1.707 1.707 0 0 1-1.72 1.686 1.619 1.619 0 0 1-.637-.141l-.2-.105a3.969 3.969 0 0 0-5.329 1.44L2.54 9.261a3.813 3.813 0 0 0 1.146 5.11l.234.147c.572.324.9.88.9 1.482 0 .553-.277 1.07-.74 1.384l-.157.096a3.79 3.79 0 0 0-1.545 4.946l.128.24.955 1.617a3.91 3.91 0 0 0 2.355 1.822 4.01 4.01 0 0 0 2.691-.193l.266-.13c.45-.254.915-.316 1.35-.201.434.112.805.392 1.032.778.119.192.194.408.222.633l.012.22C11.386 29.275 13.148 31 15.32 31h1.852c2.052 0 3.756-1.544 3.923-3.538l.012-.257a1.692 1.692 0 0 1 1.714-1.731c.226.008.447.06.653.15l.204.104c1.722.973 3.98.473 5.14-1.165l.15-.227.99-1.616a3.776 3.776 0 0 0 .408-2.935 3.842 3.842 0 0 0-1.542-2.159l-.249-.158c-.435-.247-.723-.611-.84-1.042a1.641 1.641 0 0 1 .176-1.27c.123-.213.292-.396.495-.535l.385-.238a3.804 3.804 0 0 0 1.326-4.806l-.085-.166a1.006 1.006 0 0 0-.063-.128l-.921-1.564c-1.023-1.74-3.236-2.416-5.08-1.567l-.247.125c-.44.253-.906.316-1.344.205a1.693 1.693 0 0 1-1.042-.77 1.536 1.536 0 0 1-.216-.624l-.014-.221c.033-.943-.369-1.951-1.11-2.699zm-4.675 1.003h1.853c.463 0 .907.183 1.234.51.322.324.497.765.485 1.221l.02.38a3.73 3.73 0 0 0 .514 1.531 3.91 3.91 0 0 0 2.394 1.77 3.992 3.992 0 0 0 2.976-.408l.154-.076.168-.066c.767-.24 1.6.078 2.01.77l.878 1.492.02.042.104.201c.356.744.059 1.686-.71 2.126l-.24.148a3.86 3.86 0 0 0-1.189 1.257 3.77 3.77 0 0 0-.397 2.916c.247.9.813 1.68 1.593 2.193l.41.255c.693.5.89 1.447.454 2.183l-.966 1.578-.11.166c-.447.628-1.329.861-2.073.541l-.474-.236a4.12 4.12 0 0 0-1.572-.362 3.976 3.976 0 0 0-2.815 1.125 3.802 3.802 0 0 0-1.15 2.735l-.008.165c-.07.825-.813 1.5-1.71 1.5h-1.851c-.888 0-1.617-.657-1.71-1.5l-.03-.53a3.888 3.888 0 0 0-2.888-3.315 3.978 3.978 0 0 0-2.979.392l-.163.078a1.74 1.74 0 0 1-2.163-.741l-.945-1.595-.084-.16c-.357-.742-.06-1.684.708-2.119l.234-.143c1.098-.744 1.734-1.928 1.734-3.196a3.834 3.834 0 0 0-1.731-3.193l-.392-.243a1.654 1.654 0 0 1-.468-2.196l.975-1.568a1.744 1.744 0 0 1 2.357-.645l.288.15c.502.234 1.049.359 1.603.366 2.08 0 3.78-1.566 3.936-3.558l.02-.459a1.64 1.64 0 0 1 .487-.99 1.727 1.727 0 0 1 1.21-.492zm.933 7.926c2.764 0 5.004 2.195 5.004 4.902 0 2.708-2.24 4.902-5.004 4.902-2.763 0-5.004-2.194-5.004-4.902 0-2.707 2.241-4.902 5.004-4.902zM13.467 16c0-1.507 1.248-2.73 2.787-2.73 1.54 0 2.787 1.223 2.787 2.73 0 1.508-1.248 2.73-2.787 2.73s-2.787-1.222-2.787-2.73z",
1446
+ fill: "currentColor"
1447
+ }));
1448
+ };
1449
+
1450
+ exports.Setting = Setting;
1451
+ Setting.defaultProps = {
1452
+ width: "32",
1453
+ height: "32",
1454
+ viewBox: "0 0 32 32",
1455
+ fill: "none",
1456
+ xmlns: "http://www.w3.org/2000/svg"
1457
+ };
1458
+
1459
+ var Store = function Store(props) {
1460
+ return /*#__PURE__*/_react.default.createElement("svg", props, /*#__PURE__*/_react.default.createElement("path", {
1461
+ d: "M30.4 12.034v-.056a.582.582 0 0 1-.014-.069v-.041c-.014-.028-.014-.056-.027-.083v-.028l-1.98-6.95A2.243 2.243 0 0 0 26.245 3.2H5.754a2.243 2.243 0 0 0-2.132 1.606l-1.98 6.95v.029c-.014.027-.014.055-.028.083v.041a.594.594 0 0 1-.014.07v2.298a5.538 5.538 0 0 0 2.215 4.43v8.862a2.216 2.216 0 0 0 2.216 2.216h19.938a2.215 2.215 0 0 0 2.216-2.216v-8.861a5.537 5.537 0 0 0 2.215-4.431v-2.243zM5.754 5.415h20.492l1.579 5.539H4.175l1.579-5.539zm6.923 7.754h6.646v1.108a3.323 3.323 0 1 1-6.646 0v-1.108zm-2.216 0v1.108a3.323 3.323 0 0 1-4.86 2.95 1.201 1.201 0 0 0-.249-.153 3.31 3.31 0 0 1-1.537-2.797v-1.108h6.646zm15.508 14.4H6.031v-7.864a5.539 5.539 0 0 0 5.538-2.105 5.538 5.538 0 0 0 8.862 0 5.537 5.537 0 0 0 5.538 2.105v7.864zm.679-10.495a1.2 1.2 0 0 0-.25.152 3.323 3.323 0 0 1-4.86-2.95V13.17h6.647v1.108a3.31 3.31 0 0 1-1.537 2.797z",
1462
+ fill: "currentColor"
1463
+ }));
1464
+ };
1465
+
1466
+ exports.Store = Store;
1467
+ Store.defaultProps = {
1468
+ width: "32",
1469
+ height: "32",
1470
+ viewBox: "0 0 32 32",
1471
+ fill: "none",
1472
+ xmlns: "http://www.w3.org/2000/svg"
1473
+ };
1474
+
1475
+ var Team = function Team(props) {
1476
+ return /*#__PURE__*/_react.default.createElement("svg", props, /*#__PURE__*/_react.default.createElement("path", {
1477
+ fillRule: "evenodd",
1478
+ clipRule: "evenodd",
1479
+ d: "M22.475 12.84a3.697 3.697 0 1 0 0 7.394 3.697 3.697 0 0 0 0-7.394zm-4.085-.388a5.777 5.777 0 1 1 8.17 8.17 5.777 5.777 0 0 1-8.17-8.17zM9.89 4.24a3.697 3.697 0 1 0 0 7.394 3.697 3.697 0 0 0 0-7.394zm-4.085-.388a5.777 5.777 0 1 1 8.17 8.17 5.777 5.777 0 0 1-8.17-8.17z",
1480
+ fill: "currentColor"
1481
+ }), /*#__PURE__*/_react.default.createElement("path", {
1482
+ fillRule: "evenodd",
1483
+ clipRule: "evenodd",
1484
+ d: "M15.878 23.203A9.33 9.33 0 0 1 31.805 29.8a1.04 1.04 0 0 1-1.04 1.04h-16.58a1.04 1.04 0 0 1-1.04-1.04 9.33 9.33 0 0 1 2.733-6.597zm6.597-.652A7.25 7.25 0 0 0 15.3 28.76h14.35a7.25 7.25 0 0 0-7.175-6.21z",
1485
+ fill: "currentColor"
1486
+ }), /*#__PURE__*/_react.default.createElement("path", {
1487
+ fillRule: "evenodd",
1488
+ clipRule: "evenodd",
1489
+ d: "M3.293 14.603A9.33 9.33 0 0 1 19.219 21.2a1.04 1.04 0 0 1-1.04 1.04H1.6A1.04 1.04 0 0 1 .56 21.2a9.33 9.33 0 0 1 2.733-6.597zm6.596-.652a7.25 7.25 0 0 0-7.174 6.209h14.349a7.25 7.25 0 0 0-7.175-6.21z",
1490
+ fill: "currentColor"
1491
+ }));
1492
+ };
1493
+
1494
+ exports.Team = Team;
1495
+ Team.defaultProps = {
1496
+ width: "32",
1497
+ height: "32",
1498
+ viewBox: "0 0 32 32",
1499
+ fill: "none",
1500
+ xmlns: "http://www.w3.org/2000/svg"
1359
1501
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcblock/icons",
3
- "version": "2.1.16",
3
+ "version": "2.1.17",
4
4
  "description": "ArcBlock SVG icons collection.",
5
5
  "keywords": [
6
6
  "svg",
@@ -47,5 +47,5 @@
47
47
  "eslint-plugin-react-hooks": "^4.2.0",
48
48
  "jest": "^24.1.0"
49
49
  },
50
- "gitHead": "70976be9540deaa5997240659cd5c1dcee44e54f"
50
+ "gitHead": "607634595a2b72ad99cacdc02e6a0070a345368b"
51
51
  }
@@ -0,0 +1,3 @@
1
+ <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M4.00536 31C3.25827 31 2.53797 30.7217 1.98494 30.2194C1.4319 29.7171 1.08578 29.0269 1.01406 28.2833L1.00003 27.9948V5.95637C1.00007 5.2093 1.27836 4.48903 1.78065 3.93601C2.28294 3.38299 2.97321 3.03688 3.71685 2.96516L4.00536 2.95113H13.0213C13.7681 2.95112 14.4881 3.22913 15.0411 3.73099C15.5941 4.23285 15.9405 4.92261 16.0126 5.66586L16.0267 5.95637V6.46526L20.4124 1.91934C20.9293 1.38325 21.6268 1.05817 22.3698 1.00708C23.1127 0.956001 23.8482 1.18256 24.4336 1.64285L24.666 1.84521L30.1898 7.30472C30.7202 7.82899 31.0367 8.53173 31.0778 9.27635C31.1189 10.021 30.8816 10.7543 30.4122 11.3337L30.2058 11.5661L25.5756 15.9738H26.0444C26.7912 15.9738 27.5112 16.2518 28.0642 16.7537C28.6172 17.2555 28.9635 17.9453 29.0357 18.6886L29.0498 18.9791V27.9948C29.0498 28.7415 28.7717 29.4615 28.2699 30.0145C27.768 30.5675 27.0782 30.9138 26.3349 30.986L26.0444 31H4.00536ZM14.0231 17.9773H3.00358V27.9948C3.00348 28.1993 3.06601 28.399 3.18278 28.567C3.29955 28.735 3.46495 28.8632 3.65674 28.9344L3.82504 28.9805L4.00536 28.9965H14.0231V17.9773V17.9773ZM26.0444 17.9773H16.0267V28.9965H26.0444C26.2789 28.9966 26.506 28.9144 26.6861 28.7643C26.8662 28.6142 26.988 28.4057 27.0302 28.1751L27.0462 27.9948V18.9791C27.0463 18.7446 26.9641 18.5175 26.814 18.3374C26.6639 18.1573 26.4554 18.0355 26.2247 17.9933L26.0444 17.9773ZM16.0267 12.3876V15.9738H19.613L16.0267 12.3876ZM13.0213 4.95462H4.00536C3.77089 4.95455 3.54382 5.03671 3.3637 5.18681C3.18358 5.3369 3.06181 5.54542 3.01961 5.77605L3.00358 5.95637V15.9738H14.0231V5.95637C14.0232 5.75179 13.9607 5.55209 13.8439 5.38411C13.7272 5.21613 13.5618 5.08792 13.37 5.01673L13.2017 4.97065L13.0213 4.95462ZM23.2835 3.29774C23.1151 3.13081 22.8931 3.02864 22.6567 3.00922C22.4204 2.9898 22.1847 3.05436 21.9912 3.19155L21.855 3.31176L16.6137 8.74723C16.4555 8.91127 16.358 9.12433 16.3373 9.35125C16.3165 9.57817 16.3737 9.80539 16.4995 9.99541L16.6257 10.1517L21.867 15.3908C22.0275 15.5515 22.2379 15.653 22.4636 15.6785C22.6893 15.7039 22.9169 15.652 23.1092 15.5311L23.2655 15.4088L28.7913 10.1457C28.956 9.97892 29.0571 9.7597 29.0768 9.52614C29.0966 9.29259 29.0338 9.0595 28.8995 8.86744L28.7813 8.7292L23.2835 3.29774V3.29774Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M4.66666 5.19999C4.6313 5.19999 4.59739 5.21404 4.57238 5.23904C4.54738 5.26405 4.53333 5.29796 4.53333 5.33332V26.6667C4.53333 26.702 4.54738 26.7359 4.57238 26.7609C4.59739 26.7859 4.6313 26.8 4.66666 26.8H27.3333C27.3687 26.8 27.4026 26.7859 27.4276 26.7609C27.4526 26.7359 27.4667 26.702 27.4667 26.6667V9.33332C27.4667 9.29796 27.4526 9.26404 27.4276 9.23904C27.4026 9.21404 27.3687 9.19999 27.3333 9.19999H16C15.6439 9.19999 15.3061 9.0418 15.0781 8.76821L12.1046 5.19999H4.66666ZM2.87533 3.54198C3.35042 3.06689 3.99478 2.79999 4.66666 2.79999H12.6667C13.0228 2.79999 13.3605 2.95818 13.5885 3.23177L16.562 6.79999H27.3333C28.0052 6.79999 28.6496 7.06689 29.1247 7.54198C29.5998 8.01708 29.8667 8.66144 29.8667 9.33332V26.6667C29.8667 27.3385 29.5998 27.9829 29.1247 28.458C28.6496 28.9331 28.0052 29.2 27.3333 29.2H4.66666C3.99479 29.2 3.35042 28.9331 2.87533 28.458C2.40023 27.9829 2.13333 27.3385 2.13333 26.6667V5.33332C2.13333 4.66144 2.40024 4.01708 2.87533 3.54198Z" fill="currentColor"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M14.1819 13.8181C14.6505 14.2867 14.6505 15.0465 14.1819 15.5152L11.6971 18L14.1819 20.4848C14.6505 20.9534 14.6505 21.7132 14.1819 22.1818C13.7132 22.6505 12.9534 22.6505 12.4848 22.1818L9.15147 18.8485C8.68284 18.3799 8.68284 17.6201 9.15147 17.1514L12.4848 13.8181C12.9534 13.3495 13.7132 13.3495 14.1819 13.8181ZM17.8181 13.8181C18.2868 13.3495 19.0466 13.3495 19.5152 13.8181L22.8485 17.1514C23.3172 17.6201 23.3172 18.3799 22.8485 18.8485L19.5152 22.1818C19.0466 22.6505 18.2868 22.6505 17.8181 22.1818C17.3495 21.7132 17.3495 20.9534 17.8181 20.4848L20.3029 18L17.8181 15.5152C17.3495 15.0465 17.3495 14.2867 17.8181 13.8181Z" fill="currentColor"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M16 16.1003C15.136 16.1003 14.4356 16.8008 14.4356 17.6648C14.4356 18.5288 15.136 19.2292 16 19.2292C16.864 19.2292 17.5645 18.5288 17.5645 17.6648C17.5645 16.8008 16.864 16.1003 16 16.1003ZM11.8756 17.6648C11.8756 15.3869 13.7221 13.5403 16 13.5403C18.2779 13.5403 20.1245 15.3869 20.1245 17.6648C20.1245 19.9427 18.2779 21.7892 16 21.7892C13.7221 21.7892 11.8756 19.9427 11.8756 17.6648Z" fill="currentColor"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M16 6.07999C13.6098 6.07999 11.2787 6.82348 9.3299 8.20743C7.38108 9.59138 5.911 11.5472 5.12338 13.804C4.33577 16.0607 4.26962 18.5066 4.93411 20.8026C5.5581 22.9586 6.79736 24.8823 8.49556 26.3404H23.5044C25.2026 24.8823 26.4419 22.9586 27.0659 20.8026C27.7304 18.5066 27.6642 16.0607 26.8766 13.804C26.089 11.5472 24.6189 9.59138 22.6701 8.20743C20.7213 6.82348 18.3902 6.07999 16 6.07999ZM7.84766 6.12019C10.2295 4.4287 13.0786 3.51999 16 3.51999C18.9214 3.51999 21.7705 4.4287 24.1523 6.12019C26.5342 7.81169 28.331 10.2022 29.2936 12.9604C30.2563 15.7187 30.3371 18.708 29.525 21.5143C28.7128 24.3205 27.0479 26.8046 24.7609 28.6224C24.5344 28.8024 24.2537 28.9004 23.9644 28.9004H8.03555C7.74629 28.9004 7.46556 28.8024 7.23911 28.6224C4.95212 26.8046 3.28719 24.3205 2.47503 21.5143C1.66287 18.708 1.74372 15.7187 2.70636 12.9604C3.669 10.2022 5.46577 7.81169 7.84766 6.12019ZM21.8829 11.7819C22.3827 12.2818 22.3827 13.0922 21.8829 13.5921L18.9673 16.5077C18.4674 17.0075 17.657 17.0075 17.1571 16.5077C16.6573 16.0078 16.6573 15.1973 17.1571 14.6975L20.0727 11.7819C20.5726 11.282 21.383 11.282 21.8829 11.7819Z" fill="currentColor"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8 3.20001H24C26.6464 3.20001 28.8 5.32481 28.8 8.00001C28.8 9.57121 28.2592 11.0928 27.5472 12.5088C26.8384 13.9152 25.9024 15.3216 25.016 16.6496L24.9984 16.6768C24.0896 18.0416 23.232 19.3312 22.5968 20.5904C21.96 21.8528 21.6 22.9808 21.6 24.008C21.6001 24.4226 21.7077 24.8301 21.9122 25.1908C22.1167 25.5515 22.4112 25.8531 22.7669 26.0661C23.1226 26.2791 23.5274 26.3964 23.9419 26.4064C24.3564 26.4164 24.7664 26.3189 25.132 26.1234C25.4976 25.9278 25.8063 25.6408 26.0281 25.2905C26.2498 24.9401 26.3769 24.5383 26.3971 24.1241C26.4174 23.71 26.3299 23.2977 26.1434 22.9274C25.9569 22.5571 25.6776 22.2415 25.3328 22.0112C25.0786 21.83 24.9049 21.5569 24.8488 21.2499C24.7926 20.9428 24.8583 20.6259 25.032 20.3665C25.2056 20.107 25.4735 19.9255 25.7788 19.8604C26.0841 19.7952 26.4028 19.8516 26.6672 20.0176C27.5232 20.5898 28.1724 21.4222 28.5191 22.3916C28.8659 23.3611 28.8916 24.4164 28.5927 25.4017C28.2937 26.387 27.6859 27.25 26.8589 27.8633C26.0319 28.4767 25.0296 28.8079 24 28.808H8C6.72696 28.808 5.50606 28.3023 4.60588 27.4021C3.70571 26.5019 3.2 25.281 3.2 24.008C3.2 21.4768 4.6256 18.992 6.0432 16.7984C6.37622 16.2853 6.70924 15.7834 7.03594 15.2909L7.04 15.2848C7.7968 14.1504 8.5168 13.0672 9.0992 12.008H7.216C6.2944 12.008 5.0064 11.7952 4.1648 10.7552C3.5584 10.0064 3.2 9.08161 3.2 8.00001C3.2 6.72697 3.70571 5.50607 4.60588 4.6059C5.50606 3.70572 6.72696 3.20001 8 3.20001ZM6.30294 6.30296C6.75303 5.85287 7.36348 5.60001 8 5.60001H19.8416C19.4336 6.30561 19.2 7.12641 19.2 8.00001C19.1963 8.54974 19.2962 9.09524 19.4944 9.60801H7.216C6.552 9.60801 6.1872 9.43681 6.032 9.24481C5.76 8.91041 5.6 8.51361 5.6 8.00001C5.6 7.36349 5.85285 6.75304 6.30294 6.30296ZM26.4 8.00001C26.4 6.65921 25.3296 5.60001 24 5.60001C23.3635 5.60001 22.753 5.85287 22.3029 6.30296C21.8529 6.75304 21.6 7.36349 21.6 8.00001C21.6 8.76161 21.9568 9.33441 22.6672 9.81121C22.8809 9.95442 23.0428 10.1625 23.1293 10.4047C23.2157 10.647 23.222 10.9106 23.1473 11.1567C23.0725 11.4029 22.9207 11.6184 22.7141 11.7717C22.5076 11.925 22.2572 12.0078 22 12.008H11.7888C11.0416 13.6128 9.9632 15.232 8.952 16.7488C8.89084 16.8409 8.82988 16.9325 8.76922 17.0236C8.52516 17.3903 8.28602 17.7497 8.0592 18.1008C6.608 20.3456 5.6 22.2736 5.6 24.008C5.6 24.6445 5.85285 25.255 6.30294 25.7051C6.75303 26.1552 7.36348 26.408 8 26.408H19.8416C19.4336 25.7024 19.2 24.8816 19.2 24.008C19.2 22.4416 19.7408 20.9232 20.4544 19.5088C21.16 18.1104 22.0912 16.712 22.9744 15.3872L23.0016 15.3456C23.9104 13.9808 24.7664 12.6928 25.4032 11.4288C26.04 10.1648 26.4 9.03361 26.4 8.00001ZM12.0042 15.4621C11.7819 15.6844 11.657 15.986 11.657 16.3004C11.657 16.6148 11.7819 16.9164 12.0042 17.1387C12.2265 17.361 12.5281 17.486 12.8425 17.486H19.1655C19.4799 17.486 19.7815 17.361 20.0038 17.1387C20.2261 16.9164 20.351 16.6148 20.351 16.3004C20.351 15.986 20.2261 15.6844 20.0038 15.4621C19.7815 15.2398 19.4799 15.1148 19.1655 15.1148H12.8425C12.5281 15.1148 12.2265 15.2398 12.0042 15.4621ZM9.2379 20.2043C9.46024 19.982 9.76179 19.8571 10.0762 19.8571H16.3992C16.7136 19.8571 17.0152 19.982 17.2375 20.2043C17.4598 20.4266 17.5847 20.7282 17.5847 21.0426C17.5847 21.3571 17.4598 21.6586 17.2375 21.8809C17.0152 22.1033 16.7136 22.2282 16.3992 22.2282H10.0762C9.76179 22.2282 9.46024 22.1033 9.2379 21.8809C9.01557 21.6586 8.89066 21.3571 8.89066 21.0426C8.89066 20.7282 9.01557 20.4266 9.2379 20.2043Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M19.9964 2.1685C19.2554 1.42 18.2384 1 17.1734 1H15.3209C14.2818 0.998495 13.2836 1.40519 12.5414 2.1325C11.8924 2.76894 11.4924 3.61645 11.4134 4.522L11.3999 4.813C11.3864 5.761 10.6199 6.499 9.68095 6.499C9.46795 6.4975 9.24595 6.448 9.04345 6.358L8.84245 6.253C6.96873 5.21755 4.61146 5.85465 3.51445 7.693L2.53945 9.2605C1.50604 10.9984 2.00888 13.2408 3.68545 14.371L3.91945 14.518C4.49095 14.842 4.81945 15.3985 4.81945 16C4.81945 16.5535 4.54195 17.0695 4.07845 17.3845L3.92245 17.4805C2.18532 18.4648 1.50957 20.6279 2.37745 22.426L2.50495 22.666L3.46045 24.283C3.97425 25.1774 4.82074 25.8325 5.81545 26.1055C6.70788 26.3537 7.6587 26.2853 8.50645 25.912L8.77195 25.7815C9.22195 25.528 9.68695 25.4665 10.1219 25.5805C10.5556 25.6927 10.9269 25.9728 11.1539 26.359C11.2728 26.5515 11.3485 26.7675 11.3759 26.992L11.3879 27.2125C11.3864 29.275 13.1474 31 15.3209 31H17.1734C19.2254 31 20.9294 29.4565 21.0959 27.4615L21.1079 27.205C21.0973 26.7456 21.274 26.3016 21.5974 25.9752C21.9207 25.6487 22.363 25.4678 22.8224 25.474C23.0475 25.4823 23.2689 25.5332 23.4749 25.624L23.6789 25.7275C25.4009 26.701 27.6584 26.2015 28.8194 24.5635L28.9694 24.3355L29.9594 22.72C30.4919 21.8245 30.6374 20.773 30.3674 19.7845C30.1289 18.9085 29.5829 18.145 28.8254 17.626L28.5764 17.4685C28.1414 17.221 27.8534 16.8565 27.7364 16.426C27.6202 15.9962 27.6835 15.5377 27.9119 15.1555C28.0352 14.9429 28.2043 14.7605 28.4069 14.6215L28.7924 14.383C30.3689 13.3343 30.9341 11.2858 30.1184 9.577L30.0329 9.4105C30.0149 9.367 29.9939 9.3235 29.9699 9.283L29.0489 7.7185C28.0259 5.9785 25.8134 5.3035 23.9684 6.1525L23.7224 6.277C23.2814 6.5305 22.8164 6.5935 22.3784 6.4825C21.9389 6.3715 21.5639 6.094 21.3359 5.7115C21.2174 5.5165 21.1454 5.3065 21.1199 5.0875L21.1064 4.867C21.1394 3.9235 20.7374 2.9155 19.9964 2.1685ZM15.3211 3.17149H17.1736C17.6366 3.17015 18.081 3.35374 18.4081 3.68149C18.7301 4.00489 18.9052 4.44629 18.8926 4.90249L18.9136 5.28199C18.9707 5.82381 19.1458 6.34655 19.4266 6.81349C19.96 7.69607 20.8204 8.33223 21.8206 8.58349C22.8278 8.84018 23.8955 8.69381 24.7966 8.17549L24.9511 8.09899L25.1191 8.03299C25.8864 7.79292 26.7182 8.11135 27.1291 8.80249L28.0066 10.295L28.0261 10.337L28.1311 10.538C28.4866 11.282 28.1896 12.224 27.4216 12.6635L27.1801 12.812C26.6686 13.16 26.2771 13.58 25.9921 14.069C25.4699 14.947 25.3265 15.9993 25.5946 16.985C25.8418 17.8851 26.408 18.6645 27.1876 19.178L27.5971 19.433C28.2914 19.9327 28.4887 20.8802 28.0516 21.6155L27.0856 23.1935L26.9761 23.36C26.5291 23.9885 25.6471 24.221 24.9031 23.9015L24.4291 23.6645C23.8996 23.432 23.3821 23.3165 22.8571 23.303C21.8068 23.2914 20.7947 23.6959 20.0416 24.428C19.3042 25.1464 18.8896 26.133 18.8926 27.1625L18.8836 27.3275C18.8146 28.1525 18.0706 28.8275 17.1736 28.8275H15.3226C14.4346 28.8275 13.7056 28.1705 13.6126 27.3275L13.5826 26.798C13.3971 25.2027 12.2499 23.8855 10.6951 23.483C9.68906 23.219 8.6197 23.3596 7.71606 23.8745L7.55256 23.9525C7.22856 24.0935 6.81156 24.1235 6.42156 24.0155C5.98206 23.8925 5.61006 23.6045 5.38956 23.2115L4.44456 21.617L4.36056 21.4565C4.00356 20.7155 4.30056 19.7735 5.06856 19.3385L5.30256 19.1945C6.40056 18.4505 7.03656 17.267 7.03656 15.9995C7.03243 14.7118 6.38222 13.5123 5.30556 12.806L4.91406 12.563C4.20922 12.0651 4.00548 11.109 4.44606 10.367L5.42106 8.79949C5.89975 7.97851 6.9475 7.69173 7.77756 8.15449L8.06556 8.30449C8.56824 8.53826 9.11472 8.663 9.66906 8.67049C11.7496 8.67049 13.4491 7.10449 13.6051 5.11249L13.6246 4.65349C13.6561 4.30999 13.8286 3.94249 14.1121 3.66349C14.4331 3.34849 14.8681 3.17149 15.3211 3.17149ZM16.254 11.0975C19.0185 11.0975 21.258 13.292 21.258 15.9995C21.258 18.707 19.0185 20.9015 16.254 20.9015C13.491 20.9015 11.25 18.707 11.25 15.9995C11.25 13.292 13.491 11.0975 16.254 11.0975ZM13.4671 16.0001C13.4671 14.4926 14.7151 13.2701 16.2541 13.2701C17.7931 13.2701 19.0411 14.4926 19.0411 16.0001C19.0411 17.5076 17.7931 18.7301 16.2541 18.7301C14.7151 18.7301 13.4671 17.5076 13.4671 16.0001Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M30.4 12.0339V11.9785C30.394 11.9557 30.3894 11.9326 30.3862 11.9092V11.8677C30.3723 11.84 30.3723 11.8123 30.3585 11.7846V11.7569L28.3785 4.80617C28.242 4.34533 27.9612 3.94051 27.5773 3.65135C27.1934 3.36218 26.7268 3.20397 26.2462 3.20001H5.75385C5.27326 3.20397 4.80664 3.36218 4.42275 3.65135C4.03886 3.94051 3.758 4.34533 3.62154 4.80617L1.64154 11.7569V11.7846C1.6277 11.8123 1.6277 11.84 1.61385 11.8677V11.9092C1.61061 11.9326 1.60599 11.9557 1.60001 11.9785V14.2769C1.60001 15.1368 1.80019 15.9848 2.18472 16.7538C2.56924 17.5229 3.12754 18.1918 3.81539 18.7077V27.5692C3.81539 28.1568 4.0488 28.7203 4.46426 29.1358C4.87973 29.5512 5.44322 29.7846 6.03078 29.7846H25.9692C26.5568 29.7846 27.1203 29.5512 27.5357 29.1358C27.9512 28.7203 28.1846 28.1568 28.1846 27.5692V18.7077C28.8725 18.1918 29.4308 17.5229 29.8153 16.7538C30.1998 15.9848 30.4 15.1368 30.4 14.2769V12.0339ZM5.75385 5.4154H26.2462L27.8246 10.9539H4.17539L5.75385 5.4154ZM12.6769 13.1692H19.3231V14.2769C19.3231 15.1583 18.973 16.0035 18.3498 16.6267C17.7266 17.2499 16.8813 17.6 16 17.6C15.1187 17.6 14.2734 17.2499 13.6502 16.6267C13.027 16.0035 12.6769 15.1583 12.6769 14.2769V13.1692ZM10.4615 13.1692V14.2769C10.462 14.8485 10.3151 15.4104 10.035 15.9086C9.7549 16.4068 9.35103 16.8243 8.86244 17.1208C8.37384 17.4173 7.81704 17.5827 7.24582 17.6012C6.67459 17.6197 6.10827 17.4905 5.60154 17.2262C5.52495 17.1655 5.44126 17.1143 5.35231 17.0739C4.88111 16.775 4.49312 16.3619 4.22441 15.8729C3.9557 15.3839 3.815 14.8349 3.81539 14.2769V13.1692H10.4615ZM25.9692 27.5692H6.03078V19.7046C6.39569 19.7764 6.76657 19.8135 7.13847 19.8154C7.99829 19.8154 8.8463 19.6152 9.61534 19.2307C10.3844 18.8462 11.0533 18.2879 11.5692 17.6C12.0851 18.2879 12.7541 18.8462 13.5231 19.2307C14.2922 19.6152 15.1402 19.8154 16 19.8154C16.8598 19.8154 17.7078 19.6152 18.4769 19.2307C19.2459 18.8462 19.9149 18.2879 20.4308 17.6C20.9467 18.2879 21.6156 18.8462 22.3847 19.2307C23.1537 19.6152 24.0017 19.8154 24.8615 19.8154C25.2334 19.8135 25.6043 19.7764 25.9692 19.7046V27.5692ZM26.6477 17.0739C26.5587 17.1143 26.4751 17.1655 26.3985 17.2262C25.8917 17.4905 25.3254 17.6197 24.7542 17.6012C24.183 17.5827 23.6262 17.4173 23.1376 17.1208C22.649 16.8243 22.2451 16.4068 21.965 15.9086C21.6849 15.4104 21.538 14.8485 21.5385 14.2769V13.1692H28.1846V14.2769C28.185 14.8349 28.0443 15.3839 27.7756 15.8729C27.5069 16.3619 27.1189 16.775 26.6477 17.0739Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M22.475 12.84C21.4945 12.84 20.5542 13.2295 19.8609 13.9228C19.1676 14.6161 18.7782 15.5564 18.7782 16.5369C18.7782 17.5173 19.1676 18.4576 19.8609 19.1509C20.5542 19.8442 21.4945 20.2337 22.475 20.2337C23.4555 20.2337 24.3958 19.8442 25.0891 19.1509C25.7823 18.4576 26.1718 17.5173 26.1718 16.5369C26.1718 15.5564 25.7823 14.6161 25.0891 13.9228C24.3958 13.2295 23.4555 12.84 22.475 12.84ZM18.3901 12.452C19.4735 11.3686 20.9429 10.76 22.475 10.76C24.0071 10.76 25.4765 11.3686 26.5598 12.452C27.6432 13.5354 28.2518 15.0047 28.2518 16.5369C28.2518 18.069 27.6432 19.5383 26.5598 20.6217C25.4765 21.7051 24.0071 22.3137 22.475 22.3137C20.9429 22.3137 19.4735 21.7051 18.3901 20.6217C17.3068 19.5383 16.6982 18.069 16.6982 16.5369C16.6982 15.0047 17.3068 13.5354 18.3901 12.452Z" fill="currentColor"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M9.88948 4.24C8.90901 4.24 7.9687 4.62949 7.27541 5.32278C6.58212 6.01608 6.19263 6.95638 6.19263 7.93685C6.19263 8.91731 6.58212 9.85762 7.27541 10.5509C7.9687 11.2442 8.90901 11.6337 9.88948 11.6337C10.8699 11.6337 11.8102 11.2442 12.5035 10.5509C13.1968 9.85762 13.5863 8.91731 13.5863 7.93685C13.5863 6.95638 13.1968 6.01608 12.5035 5.32278C11.8102 4.62949 10.8699 4.24 9.88948 4.24ZM5.80463 3.852C6.888 2.76863 8.35736 2.16 9.88948 2.16C11.4216 2.16 12.891 2.76863 13.9743 3.852C15.0577 4.93537 15.6663 6.40473 15.6663 7.93685C15.6663 9.46896 15.0577 10.9383 13.9743 12.0217C12.891 13.1051 11.4216 13.7137 9.88948 13.7137C8.35736 13.7137 6.888 13.1051 5.80463 12.0217C4.72126 10.9383 4.11263 9.46896 4.11263 7.93685C4.11263 6.40473 4.72126 4.93537 5.80463 3.852Z" fill="currentColor"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M15.8781 23.2031C17.6277 21.4534 20.0007 20.4705 22.475 20.4705C24.9493 20.4705 27.3223 21.4534 29.0719 23.2031C30.8215 24.9527 31.8045 27.3257 31.8045 29.8C31.8045 30.3744 31.3388 30.84 30.7645 30.84H14.1855C13.9097 30.84 13.6452 30.7304 13.4501 30.5354C13.2551 30.3403 13.1455 30.0758 13.1455 29.8C13.1455 27.3257 14.1284 24.9527 15.8781 23.2031ZM22.475 22.5505C20.5523 22.5505 18.7084 23.3143 17.3488 24.6738C16.2369 25.7858 15.5234 27.2219 15.3005 28.76H29.6495C29.4266 27.2219 28.7131 25.7858 27.6011 24.6738C26.2416 23.3143 24.3977 22.5505 22.475 22.5505Z" fill="currentColor"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M3.29254 14.6031C5.04215 12.8534 7.41514 11.8705 9.88947 11.8705C12.3638 11.8705 14.7368 12.8534 16.4864 14.6031C18.236 16.3527 19.2189 18.7257 19.2189 21.2C19.2189 21.7744 18.7533 22.24 18.1789 22.24H1.6C1.32417 22.24 1.05964 22.1304 0.864606 21.9354C0.669569 21.7403 0.559998 21.4758 0.559998 21.2C0.559998 18.7257 1.54292 16.3527 3.29254 14.6031ZM9.88947 13.9505C7.96679 13.9505 6.12286 14.7143 4.76332 16.0738C3.65133 17.1858 2.9379 18.6219 2.71495 20.16H17.064C16.841 18.6219 16.1276 17.1858 15.0156 16.0738C13.6561 14.7143 11.8122 13.9505 9.88947 13.9505Z" fill="currentColor"/>
6
+ </svg>
package/src/index.js CHANGED
@@ -39,3 +39,10 @@ export { default as LauncherLogoBg } from './icons/launcher-logo-bg.svg';
39
39
  export { default as StoreLogo } from './icons/store-logo.svg';
40
40
  export { default as StoreLogoNotext } from './icons/store-logo-notext.svg';
41
41
  export { default as StoreLogoBg } from './icons/store-logo-bg.svg';
42
+ export { default as Blocklets } from './icons/blocklets.svg';
43
+ export { default as CodeFolder } from './icons/code-folder.svg';
44
+ export { default as Dashboard } from './icons/dashboard.svg';
45
+ export { default as Log } from './icons/log.svg';
46
+ export { default as Setting } from './icons/setting.svg';
47
+ export { default as Store } from './icons/store.svg';
48
+ export { default as Team } from './icons/team.svg';