@codecademy/gamut-illustrations 0.55.2-alpha.8424d3.0 → 0.56.0-alpha.0cddb1.0

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.
@@ -1,3 +1,3 @@
1
1
  import * as React from 'react';
2
2
  import { IllustrationProps } from './types';
3
- export declare const VibeBuilder: React.FC<IllustrationProps>;
3
+ export declare const BrowserInspect: React.FC<IllustrationProps>;
@@ -0,0 +1,144 @@
1
+ import * as React from 'react';
2
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
+ export const BrowserInspect = ({
4
+ 'aria-hidden': ariaHidden,
5
+ className,
6
+ height,
7
+ width
8
+ }) => /*#__PURE__*/_jsxs("svg", {
9
+ "aria-hidden": ariaHidden,
10
+ className: className,
11
+ fill: "none",
12
+ height: height,
13
+ viewBox: "0 0 1159 724",
14
+ width: width,
15
+ xmlns: "http://www.w3.org/2000/svg",
16
+ children: [/*#__PURE__*/_jsx("path", {
17
+ clipRule: "evenodd",
18
+ d: "M0.0159793 38.4214C0.00715422 36.2123 1.79084 34.4142 3.99996 34.4054L974.8 30.5257C977.01 30.5169 978.808 32.3006 978.816 34.5097L981.539 716.088C981.548 718.297 979.764 720.095 977.555 720.104L6.75475 723.984C4.54563 723.993 2.74762 722.209 2.73879 720L0.0159793 38.4214Z",
19
+ fill: "#10162F",
20
+ fillRule: "evenodd"
21
+ }), /*#__PURE__*/_jsx("path", {
22
+ clipRule: "evenodd",
23
+ d: "M29.5257 8.91167C29.5169 6.70255 31.3006 4.90454 33.5097 4.89571L1004.31 1.01599C1006.52 1.00716 1008.32 2.79085 1008.33 4.99997L1011.05 686.579C1011.06 688.788 1009.27 690.586 1007.07 690.595L36.2645 694.474C34.0554 694.483 32.2574 692.699 32.2486 690.49L29.5257 8.91167Z",
24
+ fill: "white",
25
+ fillRule: "evenodd"
26
+ }), /*#__PURE__*/_jsx("path", {
27
+ clipRule: "evenodd",
28
+ d: "M29.5257 8.91167C29.5169 6.70255 31.3006 4.90454 33.5097 4.89571L1004.31 1.01599C1006.52 1.00716 1008.32 2.79085 1008.33 4.99997L1011.05 686.579C1011.06 688.788 1009.27 690.586 1007.07 690.595L36.2645 694.474C34.0554 694.483 32.2574 692.699 32.2486 690.49L29.5257 8.91167Z",
29
+ fillRule: "evenodd",
30
+ stroke: "#10162F",
31
+ strokeWidth: "2"
32
+ }), /*#__PURE__*/_jsx("path", {
33
+ clipRule: "evenodd",
34
+ d: "M85.4193 66.7513C80.218 66.7513 75.9863 62.5196 75.9863 57.3183C75.9863 52.117 80.218 47.8854 85.4193 47.8854C90.6206 47.8854 94.8522 52.117 94.8522 57.3183C94.8522 62.5196 90.6206 66.7513 85.4193 66.7513Z",
35
+ fill: "#10162F",
36
+ fillRule: "evenodd"
37
+ }), /*#__PURE__*/_jsx("path", {
38
+ clipRule: "evenodd",
39
+ d: "M85.4192 42.0327C76.9773 42.0327 70.1333 48.8767 70.1333 57.3185C70.1333 65.7604 76.9773 72.6044 85.4192 72.6044C93.861 72.6044 100.705 65.7604 100.705 57.3185C100.705 48.8767 93.861 42.0327 85.4192 42.0327ZM85.4192 53.7385C87.3935 53.7385 88.9992 55.3441 88.9992 57.3185C88.9992 59.2929 87.3935 60.8985 85.4192 60.8985C83.4428 60.8985 81.8391 59.2929 81.8391 57.3185C81.8391 55.3441 83.4428 53.7385 85.4192 53.7385Z",
40
+ fill: "#10162F",
41
+ fillRule: "evenodd"
42
+ }), /*#__PURE__*/_jsx("path", {
43
+ clipRule: "evenodd",
44
+ d: "M135.645 66.7513C130.444 66.7513 126.212 62.5196 126.212 57.3183C126.212 52.117 130.444 47.8854 135.645 47.8854C140.847 47.8854 145.078 52.117 145.078 57.3183C145.078 62.5196 140.847 66.7513 135.645 66.7513Z",
45
+ fill: "#10162F",
46
+ fillRule: "evenodd"
47
+ }), /*#__PURE__*/_jsx("path", {
48
+ clipRule: "evenodd",
49
+ d: "M135.645 42.0327C127.203 42.0327 120.359 48.8767 120.359 57.3185C120.359 65.7604 127.203 72.6044 135.645 72.6044C144.087 72.6044 150.931 65.7604 150.931 57.3185C150.931 48.8767 144.087 42.0327 135.645 42.0327ZM135.645 53.7385C137.62 53.7385 139.225 55.3441 139.225 57.3185C139.225 59.2929 137.62 60.8985 135.645 60.8985C133.669 60.8985 132.065 59.2929 132.065 57.3185C132.065 55.3441 133.669 53.7385 135.645 53.7385Z",
50
+ fill: "#10162F",
51
+ fillRule: "evenodd"
52
+ }), /*#__PURE__*/_jsx("path", {
53
+ clipRule: "evenodd",
54
+ d: "M185.871 66.7513C180.67 66.7513 176.438 62.5196 176.438 57.3183C176.438 52.117 180.67 47.8854 185.871 47.8854C191.073 47.8854 195.304 52.117 195.304 57.3183C195.304 62.5196 191.073 66.7513 185.871 66.7513Z",
55
+ fill: "#10162F",
56
+ fillRule: "evenodd"
57
+ }), /*#__PURE__*/_jsx("path", {
58
+ clipRule: "evenodd",
59
+ d: "M185.871 42.0327C177.429 42.0327 170.585 48.8767 170.585 57.3185C170.585 65.7604 177.429 72.6044 185.871 72.6044C194.313 72.6044 201.157 65.7604 201.157 57.3185C201.157 48.8767 194.313 42.0327 185.871 42.0327ZM185.871 53.7385C187.846 53.7385 189.451 55.3441 189.451 57.3185C189.451 59.2929 187.846 60.8985 185.871 60.8985C183.895 60.8985 182.291 59.2929 182.291 57.3185C182.291 55.3441 183.895 53.7385 185.871 53.7385Z",
60
+ fill: "#10162F",
61
+ fillRule: "evenodd"
62
+ }), /*#__PURE__*/_jsx("path", {
63
+ clipRule: "evenodd",
64
+ d: "M630.363 508.48C630.372 510.689 628.588 512.487 626.379 512.496L458.797 513.166C456.588 513.175 454.79 511.391 454.781 509.182L453.555 202.422C453.546 200.213 455.33 198.415 457.539 198.406L625.12 197.736C627.33 197.727 629.128 199.511 629.136 201.72L630.363 508.48Z",
65
+ fill: "#10162F",
66
+ fillRule: "evenodd"
67
+ }), /*#__PURE__*/_jsx("path", {
68
+ clipRule: "evenodd",
69
+ d: "M630.363 508.48C630.372 510.689 628.588 512.487 626.379 512.496L458.797 513.166C456.588 513.175 454.79 511.391 454.781 509.182L453.555 202.422C453.546 200.213 455.33 198.415 457.539 198.406L625.12 197.736C627.33 197.727 629.128 199.511 629.136 201.72L630.363 508.48Z",
70
+ fillRule: "evenodd",
71
+ stroke: "#10162F",
72
+ strokeWidth: "2"
73
+ }), /*#__PURE__*/_jsx("path", {
74
+ clipRule: "evenodd",
75
+ d: "M455.047 510.385C455.053 512.064 454.011 513.569 452.436 514.152L327.505 560.424C324.899 561.389 322.127 559.468 322.115 556.689L320.893 250.449C320.886 248.77 321.929 247.266 323.504 246.682L448.433 200.408C451.039 199.443 453.811 201.364 453.822 204.143L455.047 510.385Z",
76
+ fill: "white",
77
+ fillRule: "evenodd"
78
+ }), /*#__PURE__*/_jsx("path", {
79
+ clipRule: "evenodd",
80
+ d: "M461.899 509.336C461.906 511.039 460.835 512.56 459.229 513.126L327.508 559.542C324.913 560.456 322.19 558.538 322.179 555.786L320.894 249.498C320.887 247.795 321.958 246.274 323.564 245.708L455.283 199.29C457.878 198.376 460.601 200.294 460.612 203.046L461.899 509.336Z",
81
+ fillRule: "evenodd",
82
+ stroke: "#10162F",
83
+ strokeWidth: "2"
84
+ }), /*#__PURE__*/_jsx("path", {
85
+ clipRule: "evenodd",
86
+ d: "M1157.46 579.609L1129.84 604.564L1033.25 497.633L1060.87 472.678L1157.46 579.609Z",
87
+ fill: "white",
88
+ fillRule: "evenodd"
89
+ }), /*#__PURE__*/_jsx("path", {
90
+ clipRule: "evenodd",
91
+ d: "M1157.46 579.609L1129.84 604.564L1033.25 497.633L1060.87 472.678L1157.46 579.609Z",
92
+ fillRule: "evenodd",
93
+ stroke: "#10162F",
94
+ strokeWidth: "2"
95
+ }), /*#__PURE__*/_jsx("path", {
96
+ clipRule: "evenodd",
97
+ d: "M1099.51 428.167C1099.51 488.001 1051 536.508 991.167 536.508C931.33 536.508 882.825 488.001 882.825 428.167C882.825 368.332 931.33 319.825 991.167 319.825C1051 319.825 1099.51 368.332 1099.51 428.167Z",
98
+ fill: "white",
99
+ fillRule: "evenodd"
100
+ }), /*#__PURE__*/_jsx("path", {
101
+ clipRule: "evenodd",
102
+ d: "M1099.51 428.167C1099.51 488.001 1051 536.508 991.167 536.508C931.33 536.508 882.825 488.001 882.825 428.167C882.825 368.332 931.33 319.825 991.167 319.825C1051 319.825 1099.51 368.332 1099.51 428.167Z",
103
+ fillRule: "evenodd",
104
+ stroke: "#10162F",
105
+ strokeWidth: "2"
106
+ }), /*#__PURE__*/_jsx("path", {
107
+ clipRule: "evenodd",
108
+ d: "M1086.07 428.167C1086.07 480.58 1043.58 523.07 991.166 523.07C938.751 523.07 896.262 480.58 896.262 428.167C896.262 375.754 938.751 333.264 991.166 333.264C1043.58 333.264 1086.07 375.754 1086.07 428.167Z",
109
+ fill: "#10162F",
110
+ fillRule: "evenodd"
111
+ }), /*#__PURE__*/_jsx("path", {
112
+ clipRule: "evenodd",
113
+ d: "M1086.07 428.167C1086.07 480.58 1043.58 523.07 991.166 523.07C938.751 523.07 896.262 480.58 896.262 428.167C896.262 375.754 938.751 333.264 991.166 333.264C1043.58 333.264 1086.07 375.754 1086.07 428.167Z",
114
+ fillRule: "evenodd",
115
+ stroke: "#10162F",
116
+ strokeWidth: "2"
117
+ }), /*#__PURE__*/_jsx("mask", {
118
+ height: "187",
119
+ id: "mask0_2702_207",
120
+ maskUnits: "userSpaceOnUse",
121
+ style: {
122
+ maskType: 'alpha'
123
+ },
124
+ width: "187",
125
+ x: "898",
126
+ y: "332",
127
+ children: /*#__PURE__*/_jsx("path", {
128
+ d: "M898.099 425.515C898.099 477.013 939.846 518.76 991.342 518.76C1042.84 518.76 1084.59 477.013 1084.59 425.515C1084.59 374.019 1042.84 332.268 991.342 332.268C939.846 332.268 898.099 374.019 898.099 425.515Z",
129
+ fill: "white"
130
+ })
131
+ }), /*#__PURE__*/_jsxs("g", {
132
+ mask: "url(#mask0_2702_207)",
133
+ children: [/*#__PURE__*/_jsx("path", {
134
+ d: "M905.727 298.056C903.257 303.33 899.319 304.197 891.242 304.398V308.603H903.591V341.178H891.242V346.451H919.879V341.178H909.732V298.056H905.727ZM948.881 298.056C946.411 303.33 942.473 304.197 934.396 304.398V308.603H946.745V341.178H934.396V346.451H963.033V341.178H952.886V298.056H948.881ZM991.701 347.319C1003.92 347.319 1008.66 337.039 1008.66 322.02C1008.66 307.001 1003.92 297.189 991.701 297.189C979.486 297.189 974.813 307.001 974.813 322.02C974.813 337.039 979.486 347.319 991.701 347.319ZM981.021 322.02C981.021 308.803 984.425 302.395 991.701 302.395C997.509 302.395 1000.91 306.534 1001.98 314.944L981.088 324.49C981.021 323.689 981.021 322.888 981.021 322.02ZM991.701 342.046C985.961 342.046 982.623 337.84 981.488 329.563L1002.38 319.884C1002.45 320.618 1002.45 321.286 1002.45 322.02C1002.45 335.237 998.977 342.046 991.701 342.046Z",
135
+ fill: "white"
136
+ }), /*#__PURE__*/_jsx("path", {
137
+ d: "M905.393 427.421C917.609 427.421 922.348 417.141 922.348 402.122C922.348 387.103 917.609 377.291 905.393 377.291C893.178 377.291 888.505 387.103 888.505 402.122C888.505 417.141 893.178 427.421 905.393 427.421ZM894.713 402.122C894.713 388.905 898.118 382.497 905.393 382.497C911.201 382.497 914.605 386.636 915.673 395.047L894.78 404.592C894.713 403.791 894.713 402.99 894.713 402.122ZM905.393 422.148C899.653 422.148 896.315 417.942 895.18 409.665L916.074 399.986C916.14 400.72 916.14 401.388 916.14 402.122C916.14 415.339 912.669 422.148 905.393 422.148ZM948.881 378.158C946.411 383.432 942.473 384.3 934.396 384.5V388.705H946.745V421.28H934.396V426.553H963.033V421.28H952.886V378.158H948.881ZM992.035 378.158C989.565 383.432 985.627 384.3 977.55 384.5V388.705H989.899V421.28H977.55V426.553H1006.19V421.28H996.04V378.158H992.035Z",
138
+ fill: "white"
139
+ }), /*#__PURE__*/_jsx("path", {
140
+ d: "M905.727 458.26C903.257 463.534 899.319 464.402 891.242 464.602V468.807H903.591V501.382H891.242V506.655H919.879V501.382H909.732V458.26H905.727ZM948.881 458.26C946.411 463.534 942.473 464.402 934.396 464.602V468.807H946.745V501.382H934.396V506.655H963.033V501.382H952.886V458.26H948.881ZM991.701 507.523C1003.92 507.523 1008.66 497.243 1008.66 482.224C1008.66 467.205 1003.92 457.393 991.701 457.393C979.486 457.393 974.813 467.205 974.813 482.224C974.813 497.243 979.486 507.523 991.701 507.523ZM981.021 482.224C981.021 469.007 984.425 462.599 991.701 462.599C997.509 462.599 1000.91 466.738 1001.98 475.149L981.088 484.694C981.021 483.893 981.021 483.092 981.021 482.224ZM991.701 502.25C985.961 502.25 982.623 498.044 981.488 489.767L1002.38 480.088C1002.45 480.822 1002.45 481.49 1002.45 482.224C1002.45 495.441 998.977 502.25 991.701 502.25Z",
141
+ fill: "white"
142
+ })]
143
+ })]
144
+ });
package/dist/index.d.ts CHANGED
@@ -9,6 +9,7 @@ export * from './Blueprint';
9
9
  export * from './BlueprintWhite';
10
10
  export * from './BookAndNotepad';
11
11
  export * from './Browser';
12
+ export * from './BrowserInspect';
12
13
  export * from './BrowserLock';
13
14
  export * from './BrowserPuzzle';
14
15
  export * from './ChatBox';
@@ -66,7 +67,4 @@ export * from './Tag50PercentOff';
66
67
  export * from './Target';
67
68
  export * from './TinyBlocks';
68
69
  export * from './types';
69
- export * from './VibeBuilder';
70
- export * from './VibeBuilderComputer';
71
- export * from './VibeBuilderPromotion';
72
70
  export * from './Warning';
package/dist/index.js CHANGED
@@ -9,6 +9,7 @@ export * from './Blueprint';
9
9
  export * from './BlueprintWhite';
10
10
  export * from './BookAndNotepad';
11
11
  export * from './Browser';
12
+ export * from './BrowserInspect';
12
13
  export * from './BrowserLock';
13
14
  export * from './BrowserPuzzle';
14
15
  export * from './ChatBox';
@@ -66,7 +67,4 @@ export * from './Tag50PercentOff';
66
67
  export * from './Target';
67
68
  export * from './TinyBlocks';
68
69
  export * from './types';
69
- export * from './VibeBuilder';
70
- export * from './VibeBuilderComputer';
71
- export * from './VibeBuilderPromotion';
72
70
  export * from './Warning';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@codecademy/gamut-illustrations",
3
3
  "description": "Illustrations library for Codecademy",
4
- "version": "0.55.2-alpha.8424d3.0",
4
+ "version": "0.56.0-alpha.0cddb1.0",
5
5
  "author": "Codecademy Engineering <dev@codecademy.com>",
6
6
  "bugs": "https://github.com/Codecademy/gamut/issues",
7
7
  "dependencies": {
@@ -32,5 +32,5 @@
32
32
  "dist/**/[A-Z]**/[A-Z]*.js",
33
33
  "dist/**/[A-Z]**/index.js"
34
34
  ],
35
- "gitHead": "d36be945bf6a9ad5ccc28f278a45604c9c593439"
35
+ "gitHead": "000d01517f837e511c28fc1ea076bbeeb85e88f3"
36
36
  }
@@ -1,263 +0,0 @@
1
- import * as React from 'react';
2
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
- export const VibeBuilder = ({
4
- 'aria-hidden': ariaHidden,
5
- className,
6
- height,
7
- width
8
- }) => /*#__PURE__*/_jsxs("svg", {
9
- "aria-hidden": ariaHidden,
10
- className: className,
11
- fill: "none",
12
- height: height,
13
- viewBox: "0 0 433 176",
14
- width: width,
15
- xmlns: "http://www.w3.org/2000/svg",
16
- children: [/*#__PURE__*/_jsx("title", {
17
- children: "Vibe Builder"
18
- }), /*#__PURE__*/_jsx("path", {
19
- d: "M8.22 97.846v77.147h31.911c.525-21.392 18.032-38.575 39.551-38.575s39.025 17.18 39.552 38.575h31.91V97.846z",
20
- fill: "#10162f"
21
- }), /*#__PURE__*/_jsx("path", {
22
- d: "M4.483 97.846v77.147h31.911c.524-21.392 18.031-38.575 39.551-38.575s39.025 17.18 39.552 38.575h31.91V97.846z",
23
- fill: "#f966ff",
24
- stroke: "#10162f",
25
- strokeMiterlimit: "10",
26
- strokeWidth: ".535"
27
- }), /*#__PURE__*/_jsx("path", {
28
- d: "M345.752 68.406h-59.343v106.586h59.343z",
29
- fill: "#10162f"
30
- }), /*#__PURE__*/_jsx("path", {
31
- d: "M339.88 68.406h-59.343v106.586h59.343z",
32
- fill: "#ffd300",
33
- stroke: "#10162f",
34
- strokeMiterlimit: "10",
35
- strokeWidth: ".535"
36
- }), /*#__PURE__*/_jsx("path", {
37
- d: "M344.725 109.777v59.343h70.64v-59.343z",
38
- fill: "#10162f"
39
- }), /*#__PURE__*/_jsx("path", {
40
- d: "M344.722 115.649v59.343h70.641v-59.343z",
41
- fill: "#f966ff",
42
- stroke: "#10162f",
43
- strokeMiterlimit: "10",
44
- strokeWidth: ".535"
45
- }), /*#__PURE__*/_jsx("path", {
46
- d: "m226.402 133.566 4.433.461v40.816h-50.447z",
47
- fill: "#10162f"
48
- }), /*#__PURE__*/_jsx("path", {
49
- d: "M215.522 125.3h15.027v8.62l-44.423 40.977-9.502.096-6.895-3.416 15.616-34.549z",
50
- fill: "#fff",
51
- stroke: "#10162f",
52
- strokeWidth: ".535"
53
- }), /*#__PURE__*/_jsx("path", {
54
- d: "M215.52 132.44h-41.331v7.117h41.331zM222.617 125.3h-41.33v7.116h41.33z",
55
- fill: "#ffd300",
56
- stroke: "#10162f",
57
- strokeWidth: ".535"
58
- }), /*#__PURE__*/_jsx("path", {
59
- d: "M208.088 139.526h-41.33v7.117h41.33z",
60
- fill: "#ffd300",
61
- stroke: "#10162f",
62
- strokeWidth: ".535"
63
- }), /*#__PURE__*/_jsx("path", {
64
- d: "M198.922 146.613h-37.86v7.117h37.86z",
65
- fill: "#ffd300",
66
- stroke: "#10162f",
67
- strokeWidth: ".535"
68
- }), /*#__PURE__*/_jsx("path", {
69
- d: "M191.487 153.703h-37.86v7.116h37.86z",
70
- fill: "#ffd300",
71
- stroke: "#10162f",
72
- strokeWidth: ".535"
73
- }), /*#__PURE__*/_jsx("path", {
74
- d: "M184.056 160.79h-37.861v7.116h37.861z",
75
- fill: "#ffd300",
76
- stroke: "#10162f",
77
- strokeWidth: ".535"
78
- }), /*#__PURE__*/_jsx("path", {
79
- d: "M176.624 167.877h-37.861v7.116h37.861z",
80
- fill: "#ffd300",
81
- stroke: "#10162f",
82
- strokeWidth: ".535"
83
- }), /*#__PURE__*/_jsx("path", {
84
- d: "M227.965 100.714c-.447-10.623-9.238-19.099-19.971-19.099s-19.543 8.476-19.99 19.099v24.564h39.961z",
85
- fill: "#10162f"
86
- }), /*#__PURE__*/_jsx("path", {
87
- d: "M224.511 100.714c-.447-10.623-9.238-19.099-19.971-19.099s-19.543 8.476-19.99 19.099v24.564h39.961z",
88
- fill: "#ffd300",
89
- stroke: "#10162f",
90
- strokeWidth: ".535"
91
- }), /*#__PURE__*/_jsx("path", {
92
- d: "m273.247 156.191-31.672-33.598a2.21 2.21 0 0 0-3.127-.092l-7.073 6.667a2.21 2.21 0 0 0-.092 3.127l31.672 33.598c.838.889 2.238.93 3.128.092l7.072-6.667c.889-.838.93-2.238.092-3.127",
93
- fill: "#10162f"
94
- }), /*#__PURE__*/_jsx("path", {
95
- d: "M209.04 155.209c31.383 0 56.823-25.44 56.823-56.823s-25.44-56.822-56.823-56.822-56.823 25.44-56.823 56.822 25.441 56.823 56.823 56.823Z",
96
- fill: "#fff",
97
- stroke: "#10162f",
98
- strokeMiterlimit: "10",
99
- strokeWidth: ".535"
100
- }), /*#__PURE__*/_jsx("path", {
101
- d: "M209.04 150.081c28.302 0 51.245-22.944 51.245-51.245 0-28.302-22.943-51.245-51.245-51.245s-51.245 22.943-51.245 51.245 22.944 51.245 51.245 51.245",
102
- fill: "#fff0e5"
103
- }), /*#__PURE__*/_jsx("mask", {
104
- height: "103",
105
- id: "a",
106
- maskUnits: "userSpaceOnUse",
107
- style: {
108
- maskType: 'luminance'
109
- },
110
- width: "104",
111
- x: "157",
112
- y: "47",
113
- children: /*#__PURE__*/_jsx("path", {
114
- d: "M209.04 149.468c28.212 0 51.082-22.87 51.082-51.082 0-28.211-22.87-51.081-51.082-51.081-28.211 0-51.082 22.87-51.082 51.081s22.871 51.082 51.082 51.082",
115
- fill: "#fff"
116
- })
117
- }), /*#__PURE__*/_jsxs("g", {
118
- mask: "url(#a)",
119
- children: [/*#__PURE__*/_jsx("path", {
120
- d: "m235.691 115.599 5.275.545v48.581h-60.041z",
121
- fill: "#10162f"
122
- }), /*#__PURE__*/_jsx("path", {
123
- d: "M222.739 105.759h17.887v10.259l-52.871 48.768-11.311.118-8.205-4.067 18.585-41.121z",
124
- fill: "#fff",
125
- stroke: "#10162f",
126
- strokeWidth: ".535"
127
- }), /*#__PURE__*/_jsx("path", {
128
- d: "M222.739 114.258h-49.19v8.47h49.19zM231.185 105.759h-49.19v8.47h49.19z",
129
- fill: "#ffd300",
130
- stroke: "#10162f",
131
- strokeWidth: ".535"
132
- }), /*#__PURE__*/_jsx("path", {
133
- d: "M213.892 122.693h-49.19v8.47h49.19z",
134
- fill: "#ffd300",
135
- stroke: "#10162f",
136
- strokeWidth: ".535"
137
- }), /*#__PURE__*/_jsx("path", {
138
- d: "M202.982 131.128H157.92v8.47h45.062z",
139
- fill: "#ffd300",
140
- stroke: "#10162f",
141
- strokeWidth: ".535"
142
- }), /*#__PURE__*/_jsx("path", {
143
- d: "M194.138 139.563h-45.062v8.47h45.062z",
144
- fill: "#ffd300",
145
- stroke: "#10162f",
146
- strokeWidth: ".535"
147
- }), /*#__PURE__*/_jsx("path", {
148
- d: "M185.291 147.996h-45.063v8.47h45.063z",
149
- fill: "#ffd300",
150
- stroke: "#10162f",
151
- strokeWidth: ".535"
152
- }), /*#__PURE__*/_jsx("path", {
153
- d: "M237.55 76.497c-.532-12.643-10.993-22.731-23.767-22.731-12.775 0-23.259 10.088-23.791 22.731v29.236h47.558z",
154
- fill: "#10162f"
155
- }), /*#__PURE__*/_jsx("path", {
156
- d: "M233.438 76.497c-.532-12.643-10.993-22.731-23.767-22.731-12.775 0-23.259 10.088-23.791 22.731v29.236h47.558z",
157
- fill: "#ffd300",
158
- stroke: "#10162f",
159
- strokeWidth: ".535"
160
- })]
161
- }), /*#__PURE__*/_jsx("path", {
162
- d: "M209.04 149.468c28.212 0 51.082-22.87 51.082-51.082 0-28.211-22.87-51.081-51.082-51.081-28.211 0-51.082 22.87-51.082 51.081s22.871 51.082 51.082 51.082Z",
163
- stroke: "#10162f",
164
- strokeMiterlimit: "10",
165
- strokeWidth: ".535"
166
- }), /*#__PURE__*/_jsx("path", {
167
- d: "M113.49 40.975c16.375 0 29.671 13.296 29.671 29.671v26.705H83.818V70.646c0-16.375 13.297-29.671 29.672-29.671",
168
- fill: "#10162f"
169
- }), /*#__PURE__*/_jsx("path", {
170
- d: "M106.73 40.975c16.375 0 29.671 13.296 29.671 29.671v26.705H77.058V70.646c0-16.375 13.296-29.671 29.672-29.671Z",
171
- fill: "#ffd300",
172
- stroke: "#10162f",
173
- strokeWidth: ".535"
174
- }), /*#__PURE__*/_jsx("path", {
175
- d: "M68.877 102.471a5.64 5.64 0 0 1 6.702 3.714 27.2 27.2 0 0 0 7.52-5.619 5.633 5.633 0 0 1 5.757-9.628q.488-1.484.787-3.044c.395-2.076.534-4.139.446-6.156a5.636 5.636 0 0 1-2.852-10.779 26 26 0 0 0-5.513-7.252 5.636 5.636 0 0 1-7.103 1.05 5.63 5.63 0 0 1-2.43-6.602 26 26 0 0 0-3.3-.826 25.5 25.5 0 0 0-5.603-.39 5.637 5.637 0 0 1-10.556 2.715 26.8 26.8 0 0 0-7.24 5.246 5.633 5.633 0 0 1-5.853 9.261 25 25 0 0 0-1.15 4.364 24.3 24.3 0 0 0-.335 4.559 5.635 5.635 0 0 1 2.614 10.754 27.7 27.7 0 0 0 5.267 7.448 5.64 5.64 0 0 1 7.226-1.193 5.636 5.636 0 0 1 2.14 7.309c1.32.497 2.692.891 4.104 1.161 1.731.332 3.468.465 5.188.417a5.634 5.634 0 0 1 4.19-6.511z",
176
- fill: "#fff0e5",
177
- stroke: "#10162f",
178
- strokeMiterlimit: "10",
179
- strokeWidth: ".535"
180
- }), /*#__PURE__*/_jsx("path", {
181
- d: "M64.11 96.905c7.712 0 13.964-6.253 13.964-13.966S71.822 68.976 64.11 68.976c-7.712 0-13.964 6.252-13.964 13.965 0 7.712 6.252 13.965 13.964 13.965Z",
182
- fill: "#fff",
183
- stroke: "#10162f",
184
- strokeWidth: ".535"
185
- }), /*#__PURE__*/_jsx("path", {
186
- d: "M63.58 87.837c-2.94-.353-4.88-2.782-4.508-5.64.364-2.787 3.012-4.826 5.768-4.435 2.587.366 4.607 2.932 4.369 5.554-.254 2.817-2.804 4.863-5.632 4.521z",
187
- fill: "#f966ff",
188
- stroke: "#10162f",
189
- strokeMiterlimit: "10",
190
- strokeWidth: ".535"
191
- }), /*#__PURE__*/_jsx("path", {
192
- d: "M33.922 109.871c-.936-.249-1.98-.506-3.007-.816-.35-.104-.559-.029-.805.206q-1.59 1.53-.971 3.644c.147.505.283 1.016.447 1.517.107.326.026.529-.287.69a184 184 0 0 0-3.507 1.822c-.337.179-.543.109-.77-.182-.65-.829-1.338-1.629-1.988-2.459-.214-.273-.434-.356-.779-.315-2.135.262-2.135.254-2.881 2.284-.19.514-.38 1.025-.554 1.544-.11.326-.305.436-.645.382a149 149 0 0 0-3.91-.572c-.442-.056-.506-.326-.522-.672-.043-.931-.102-1.862-.123-2.793-.011-.519-.239-.786-.68-1.088-1.212-.824-2.277-.907-3.37.187-.41.409-.97.663-1.44 1.014-.294.219-.511.227-.784-.048a174 174 0 0 0-2.83-2.759c-.279-.264-.26-.494-.06-.794.576-.859 1.119-1.739 1.705-2.592.225-.327.275-.6.053-.939-.176-.271-.596-1.162-.725-1.45-.27-.602-.61-.586-1.498-.541-.786.04-1.578-.024-2.367-.027-.362 0-.624-.069-.69-.497-.201-1.282-.413-2.56-.645-3.837-.078-.42.056-.628.454-.77.955-.337 1.895-.725 2.847-1.068.372-.133.49-.374.607-.735.5-1.538.15-2.678-1.345-3.44-.48-.244-.865-.667-1.306-.99-.262-.19-.3-.396-.158-.677.6-1.196 1.199-2.392 1.782-3.596.171-.35.415-.38.752-.286 1.032.291 2.073.556 3.1.861.276.08.466.043.65-.16.137-.15.988-.824 1.153-.934.878-.74.546-1.292-.01-2.512-.26-.564-.356-1.204-.546-1.803-.096-.308-.013-.503.267-.648 1.207-.623 2.416-1.244 3.615-1.883.305-.163.476-.061.663.177.64.813 1.306 1.602 1.93 2.426.27.359.566.377.986.377 1.654.006 2.531-.794 2.81-2.394.088-.511.352-.99.526-1.487.097-.276.268-.372.56-.327 1.342.206 2.685.407 4.031.594.375.054.433.289.447.602.045 1.011.12 2.022.147 3.034.01.396.144.655.508.805.188.078.367.174.549.265q1.44.709 2.771-.225c.549-.382 1.116-.74 1.654-1.137.297-.217.519-.222.789.048q1.4 1.394 2.833 2.758c.292.279.22.52.032.8-.57.862-1.115 1.742-1.701 2.593-.23.331-.247.61-.035.942.163.254.332.521.417.807.297.993.99 1.226 1.937 1.164.784-.05 1.578.024 2.368.035.283.005.465.12.516.407.235 1.377.465 2.758.704 4.136.064.371-.206.441-.45.535-.982.38-1.964.767-2.953 1.129-.348.125-.468.342-.573.69-.433 1.458-.23 2.614 1.27 3.355.517.254.932.714 1.405 1.062.279.206.322.412.161.725-.591 1.155-1.161 2.319-1.73 3.483-.148.302-.32.527-.798.342z",
193
- fill: "#ffd300",
194
- stroke: "#10162f",
195
- strokeWidth: ".535"
196
- }), /*#__PURE__*/_jsx("path", {
197
- d: "M28.625 101.005c.8-5.428-2.878-10.385-8.298-11.177-5.354-.781-10.354 2.948-11.143 8.307-.79 5.353 2.935 10.348 8.304 11.148a9.79 9.79 0 0 0 11.14-8.278z",
198
- fill: "#fff",
199
- stroke: "#10162f",
200
- strokeWidth: ".535"
201
- }), /*#__PURE__*/_jsx("path", {
202
- d: "M24.644 100.414a5.77 5.77 0 0 0-4.898-6.598c-3.16-.463-6.113 1.74-6.578 4.904-.466 3.16 1.73 6.11 4.9 6.581a5.78 5.78 0 0 0 6.576-4.887Z",
203
- fill: "#fff0e5",
204
- stroke: "#10162f",
205
- strokeMiterlimit: "10",
206
- strokeWidth: ".535"
207
- }), /*#__PURE__*/_jsx("path", {
208
- d: "m352.818 159.605-5.228-5.196-3.841 3.698-4.471-14.254a.2.2 0 0 1 .246-.252l14.744 4.382-4.621 4.447 5.182 5.15-2.014 2.025z",
209
- fill: "#10162f",
210
- stroke: "#10162f",
211
- strokeLinecap: "round",
212
- strokeLinejoin: "round",
213
- strokeWidth: ".535"
214
- }), /*#__PURE__*/_jsx("path", {
215
- d: "m353.155 158.176-5.228-5.195-3.842 3.697-4.47-14.254a.2.2 0 0 1 .246-.251l14.744 4.382-4.621 4.446 5.182 5.15-2.014 2.025z",
216
- fill: "#fff",
217
- stroke: "#10162f",
218
- strokeLinecap: "round",
219
- strokeLinejoin: "round",
220
- strokeWidth: ".535"
221
- }), /*#__PURE__*/_jsx("path", {
222
- d: "M365.276 68.236v-40.18c0-15.348-12.44-27.788-27.788-27.788S309.7 12.708 309.7 28.056v40.18z",
223
- fill: "#10162f"
224
- }), /*#__PURE__*/_jsx("path", {
225
- d: "M359.778 68.236v-40.18c0-15.348-12.44-27.788-27.788-27.788s-27.788 12.44-27.788 27.788v40.18z",
226
- fill: "#fff0e5",
227
- stroke: "#10162f",
228
- strokeMiterlimit: "10",
229
- strokeWidth: ".535"
230
- }), /*#__PURE__*/_jsx("path", {
231
- d: "M298.488 81.01a5.637 5.637 0 0 1 6.701 3.714 27.2 27.2 0 0 0 7.52-5.618 5.634 5.634 0 0 1 5.758-9.629c.323-.99.588-2.004.786-3.044.396-2.076.535-4.139.447-6.156a5.636 5.636 0 0 1-2.852-10.779 26 26 0 0 0-5.514-7.252 5.636 5.636 0 0 1-7.103 1.051 5.63 5.63 0 0 1-2.429-6.603 26 26 0 0 0-3.301-.826 25.5 25.5 0 0 0-5.602-.39 5.637 5.637 0 0 1-10.557 2.715 26.8 26.8 0 0 0-7.239 5.246 5.63 5.63 0 0 1 .781 6.843 5.63 5.63 0 0 1-6.635 2.419 25 25 0 0 0-1.15 4.363 24.3 24.3 0 0 0-.334 4.559 5.636 5.636 0 0 1 2.613 10.754 27.7 27.7 0 0 0 5.268 7.448 5.636 5.636 0 0 1 9.366 6.116c1.319.498 2.692.89 4.104 1.16 1.731.333 3.467.466 5.187.418a5.635 5.635 0 0 1 4.19-6.511z",
232
- fill: "#f966ff",
233
- stroke: "#10162f",
234
- strokeWidth: ".535"
235
- }), /*#__PURE__*/_jsx("path", {
236
- d: "M293.723 75.443c7.712 0 13.964-6.253 13.964-13.965 0-7.713-6.252-13.965-13.964-13.965s-13.965 6.252-13.965 13.965c0 7.712 6.252 13.965 13.965 13.965Z",
237
- fill: "#fff",
238
- stroke: "#10162f",
239
- strokeWidth: ".535"
240
- }), /*#__PURE__*/_jsx("path", {
241
- d: "M293.193 66.376c-2.94-.353-4.88-2.782-4.508-5.64.364-2.787 3.012-4.826 5.768-4.435 2.587.366 4.607 2.932 4.369 5.554-.255 2.817-2.804 4.864-5.632 4.521z",
242
- fill: "#f966ff",
243
- stroke: "#10162f",
244
- strokeWidth: ".535"
245
- }), /*#__PURE__*/_jsx("path", {
246
- d: "M428.099 120.174c-1.062-.284-2.247-.573-3.411-.923-.396-.121-.634-.035-.912.232q-1.803 1.734-1.102 4.134c.168.572.321 1.153.506 1.72.12.372.029.602-.324.781a231 231 0 0 0-3.978 2.068c-.38.203-.616.123-.875-.206-.738-.942-1.517-1.848-2.253-2.79-.243-.311-.492-.404-.883-.356-2.418.297-2.421.289-3.269 2.59-.214.58-.43 1.163-.626 1.752-.123.372-.345.495-.73.433-1.477-.23-2.954-.457-4.436-.65-.5-.064-.572-.369-.591-.762-.048-1.054-.115-2.111-.139-3.165-.013-.589-.27-.894-.771-1.233-1.372-.934-2.581-1.028-3.822.211-.463.463-1.097.752-1.632 1.15-.335.249-.581.257-.891-.053a186 186 0 0 0-3.211-3.128c-.315-.299-.294-.561-.066-.901.652-.974 1.268-1.972 1.931-2.938.254-.369.313-.679.062-1.064-.201-.308-.675-1.317-.822-1.646-.305-.682-.69-.663-1.699-.612-.89.045-1.789-.027-2.685-.032-.41 0-.707-.081-.784-.565a172 172 0 0 0-.731-4.35c-.088-.479.062-.714.514-.872 1.083-.383 2.146-.821 3.229-1.209.42-.15.556-.423.69-.835.567-1.744.169-3.039-1.527-3.9-.543-.276-.98-.758-1.482-1.121-.297-.217-.34-.447-.18-.768.68-1.356 1.359-2.713 2.023-4.077.192-.399.471-.431.851-.324 1.171.332 2.351.631 3.518.977.313.093.527.05.735-.182.153-.172 1.121-.934 1.308-1.06.996-.84.621-1.466-.01-2.846-.295-.642-.404-1.365-.618-2.044-.11-.348-.014-.57.302-.733 1.367-.706 2.737-1.413 4.099-2.135.345-.185.54-.07.754.2.725.924 1.482 1.82 2.188 2.753.308.407.642.428 1.121.428 1.873.006 2.871-.898 3.184-2.715.099-.578.399-1.12.596-1.685.11-.31.305-.42.635-.372q2.284.351 4.572.674c.425.059.489.329.505.682.051 1.148.137 2.293.169 3.44.013.45.166.744.578.913.211.088.414.198.62.3q1.632.804 3.141-.255c.621-.433 1.263-.84 1.875-1.287.337-.246.589-.251.897.054a193 193 0 0 0 3.213 3.127c.331.316.248.589.037.907-.647.98-1.265 1.975-1.931 2.938-.26.377-.279.69-.038 1.07.185.289.377.594.474.917.337 1.127 1.121 1.389 2.196 1.319.891-.059 1.79.027 2.683.04.321.006.53.137.584.461.267 1.562.527 3.127.797 4.689.072.423-.233.501-.509.608-1.115.43-2.225.872-3.349 1.278-.393.145-.53.388-.647.784-.493 1.654-.26 2.964 1.439 3.805.586.288 1.054.807 1.592 1.203.315.233.364.466.184.822-.669 1.308-1.316 2.63-1.963 3.951-.169.343-.362.599-.902.388z",
247
- fill: "#fff0e5",
248
- stroke: "#10162f",
249
- strokeMiterlimit: "10",
250
- strokeWidth: ".607"
251
- }), /*#__PURE__*/_jsx("path", {
252
- d: "M422.094 110.122c.909-6.155-3.264-11.776-9.412-12.675-6.07-.888-11.742 3.341-12.638 9.42-.894 6.07 3.328 11.736 9.417 12.64 6.091.907 11.731-3.285 12.633-9.387z",
253
- fill: "#fff",
254
- stroke: "#10162f",
255
- strokeWidth: ".607"
256
- }), /*#__PURE__*/_jsx("path", {
257
- d: "M417.58 109.451c.536-3.636-1.926-6.953-5.553-7.483-3.583-.524-6.932 1.972-7.462 5.562-.527 3.582 1.964 6.929 5.559 7.464a6.55 6.55 0 0 0 7.456-5.541z",
258
- fill: "#fff0e5",
259
- stroke: "#10162f",
260
- strokeMiterlimit: "10",
261
- strokeWidth: ".607"
262
- })]
263
- });
@@ -1,3 +0,0 @@
1
- import * as React from 'react';
2
- import { IllustrationProps } from './types';
3
- export declare const VibeBuilderComputer: React.FC<IllustrationProps>;
@@ -1,231 +0,0 @@
1
- import * as React from 'react';
2
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
- export const VibeBuilderComputer = ({
4
- 'aria-hidden': ariaHidden,
5
- className,
6
- height,
7
- width
8
- }) => /*#__PURE__*/_jsxs("svg", {
9
- "aria-hidden": ariaHidden,
10
- className: className,
11
- fill: "none",
12
- height: height,
13
- viewBox: "0 0 149 110",
14
- width: width,
15
- xmlns: "http://www.w3.org/2000/svg",
16
- children: [/*#__PURE__*/_jsx("title", {
17
- children: "Vibe Builder Computer"
18
- }), /*#__PURE__*/_jsx("path", {
19
- d: "M145.993 67.009c0-21.042-32.658-38.1-72.943-38.1S.107 45.966.107 67.008v3.837c0 21.042 32.658 38.101 72.943 38.101s72.943-17.059 72.943-38.1z",
20
- fill: "#10162f",
21
- stroke: "#10162f",
22
- strokeMiterlimit: "10",
23
- strokeWidth: ".213"
24
- }), /*#__PURE__*/_jsx("path", {
25
- d: "M73.052 105.109c40.285 0 72.943-17.058 72.943-38.1s-32.658-38.1-72.943-38.1c-40.286 0-72.944 17.057-72.944 38.1 0 21.042 32.658 38.1 72.944 38.1Z",
26
- fill: "#f966ff",
27
- stroke: "#10162f",
28
- strokeMiterlimit: "10",
29
- strokeWidth: ".213"
30
- }), /*#__PURE__*/_jsx("path", {
31
- d: "m24.31 60.822-.072-1.35 90.955 8.182-.513 3.45a2.68 2.68 0 0 1-1.309 1.926L79.385 92.674a1.88 1.88 0 0 1-1.888-.002l-52.25-30.324a1.88 1.88 0 0 1-.935-1.528z",
32
- fill: "#10162f",
33
- stroke: "#10162f",
34
- strokeMiterlimit: "10",
35
- strokeWidth: ".213"
36
- }), /*#__PURE__*/_jsx("path", {
37
- d: "m112.343 71.437.443.199c.835.372 1.889-.175 2.118-1.102 2.027-8.187 10.1-40.897 9.853-41.719C124.474 27.875 73.46.11 73.46.11c-3.099.282-3.42 2.657-3.42 2.657l6.856 14.538 35.446 54.133z",
38
- fill: "#10162f",
39
- stroke: "#10162f",
40
- strokeMiterlimit: "10",
41
- strokeWidth: ".213"
42
- }), /*#__PURE__*/_jsx("path", {
43
- d: "m124.758 28.815-2.513 1.68-11.582 7.296 4.453 3.195-7.372 23.425 4.599 7.025 1.09.487c.509.228 1.153-.106 1.294-.672 1.672-6.747 10.285-41.588 10.03-42.437z",
44
- fill: "#10162f",
45
- stroke: "#10162f",
46
- strokeMiterlimit: "10",
47
- strokeWidth: ".213"
48
- }), /*#__PURE__*/_jsx("path", {
49
- d: "m112.777 71.435 9.468-40.94c.138-.561-.081-1.114-.553-1.396L72.276 1.722c-.832-.498-2.006.05-2.235 1.042L59.847 41.526l52.928 29.91z",
50
- fill: "#fff0e5",
51
- stroke: "#10162f",
52
- strokeMiterlimit: "10",
53
- strokeWidth: ".213"
54
- }), /*#__PURE__*/_jsx("path", {
55
- d: "m72.32 7.43-8.874 31.937c-.103.4.057.794.4.985l45.227 25.923c.571.32 1.354-.056 1.512-.724l7.845-33.316c.094-.398-.069-.785-.412-.97L73.818 6.72c-.563-.307-1.33.055-1.498.71ZM24.557 59.012l34.93-17.846 53.34 30.323-33.835 19.254a1.75 1.75 0 0 1-1.742-.007L24.539 60.22a.692.692 0 0 1 .017-1.207z",
56
- fill: "#fff0e5",
57
- stroke: "#10162f",
58
- strokeMiterlimit: "10",
59
- strokeWidth: ".213"
60
- }), /*#__PURE__*/_jsx("path", {
61
- d: "m48.442 54.24 42.276 22.82a.95.95 0 0 0 .935-.02l10.812-6.423a.949.949 0 0 0-.023-1.645L60.882 45.79a.95.95 0 0 0-.945.01l-11.526 6.788a.949.949 0 0 0 .031 1.652Z",
62
- fill: "#fff0e5",
63
- stroke: "#10162f",
64
- strokeMiterlimit: "10",
65
- strokeWidth: ".213"
66
- }), /*#__PURE__*/_jsx("path", {
67
- d: "m46.76 68.032 9.853-5.911a.63.63 0 0 1 .63-.01l17.065 9.561a.628.628 0 0 1-.008 1.1l-10.678 5.803a.63.63 0 0 1-.617-.008l-16.238-9.452a.628.628 0 0 1-.007-1.081z",
68
- fill: "#fff",
69
- stroke: "#10162f",
70
- strokeWidth: ".213"
71
- }), /*#__PURE__*/_jsx("path", {
72
- d: "m111.331 32.085-33.972-18.44c-.219-.118-.459 0-.538.268l-7.076 23.76c-.08.266.034.579.252.697l34.493 19.314c.219.118.459 0 .539-.267l6.553-24.635c.08-.266-.034-.579-.251-.697Z",
73
- fill: "#ffd300",
74
- stroke: "#10162f",
75
- strokeLinejoin: "round",
76
- strokeWidth: ".213"
77
- }), /*#__PURE__*/_jsx("path", {
78
- d: "m80.028 22.79 24.994 13.567c.344.186.522.678.397 1.097-.125.42-.505.607-.849.42L79.576 24.31c-.344-.187-.522-.678-.397-1.098.125-.419.505-.606.849-.42M79.074 25.994l8.255 4.48c.344.186.521.678.396 1.097-.125.42-.504.607-.849.42l-8.254-4.48c-.344-.185-.522-.677-.397-1.096s.505-.607.849-.421",
79
- fill: "#fff0e5",
80
- stroke: "#10162f",
81
- strokeLinecap: "round",
82
- strokeLinejoin: "round",
83
- strokeWidth: ".213"
84
- }), /*#__PURE__*/_jsx("path", {
85
- d: "m89.56 31.685 13.697 7.435c.344.186.521.678.396 1.097-.125.42-.504.607-.848.42l-13.697-7.434c-.344-.186-.522-.678-.397-1.097.125-.42.505-.607.849-.42",
86
- fill: "#10162f",
87
- stroke: "#10162f",
88
- strokeLinecap: "round",
89
- strokeLinejoin: "round",
90
- strokeWidth: ".213"
91
- }), /*#__PURE__*/_jsx("path", {
92
- d: "m77.248 32.125 24.994 13.566c.344.186.522.678.397 1.097-.125.42-.505.607-.849.42L76.795 33.644c-.343-.187-.521-.678-.396-1.098.125-.419.505-.607.849-.42M76.294 35.33l8.255 4.48c.344.186.521.678.396 1.097-.125.42-.504.607-.848.42l-8.255-4.48c-.344-.186-.522-.677-.397-1.097s.505-.606.849-.42",
93
- fill: "#fff0e5",
94
- stroke: "#10162f",
95
- strokeLinecap: "round",
96
- strokeLinejoin: "round",
97
- strokeWidth: ".213"
98
- }), /*#__PURE__*/_jsx("path", {
99
- d: "m86.781 41.02 13.697 7.434c.344.186.522.678.397 1.097-.125.42-.505.607-.849.42l-13.697-7.434c-.344-.186-.521-.678-.396-1.097.125-.42.504-.607.848-.42M78.12 29.197l9.766 5.301c.344.187.522.678.397 1.098-.126.419-.505.606-.849.42l-9.766-5.301c-.344-.186-.521-.678-.396-1.097.125-.42.504-.607.848-.421",
100
- fill: "#10162f",
101
- stroke: "#10162f",
102
- strokeLinecap: "round",
103
- strokeLinejoin: "round",
104
- strokeWidth: ".213"
105
- }), /*#__PURE__*/_jsx("path", {
106
- d: "m89.894 35.588 12.797 6.945c.344.187.522.678.397 1.098-.125.419-.505.606-.849.42l-12.797-6.946c-.344-.186-.521-.677-.396-1.097s.504-.607.848-.42",
107
- fill: "#fff0e5",
108
- stroke: "#10162f",
109
- strokeLinecap: "round",
110
- strokeLinejoin: "round",
111
- strokeWidth: ".213"
112
- }), /*#__PURE__*/_jsx("path", {
113
- d: "M111.331 32.085 77.36 13.645c-.22-.118-.46 0-.539.268l-.652 2.19 34.763 18.869.652-2.19c.08-.266-.034-.579-.251-.697z",
114
- fill: "#fff",
115
- stroke: "#10162f",
116
- strokeWidth: ".213"
117
- }), /*#__PURE__*/_jsx("path", {
118
- clipRule: "evenodd",
119
- d: "M77.578 14.993a.3.3 0 0 1 .212.034c.09.05.165.14.206.254a.57.57 0 0 1 .013.35.4.4 0 0 1-.127.202.3.3 0 0 1-.2.07.34.34 0 0 1-.206-.083.5.5 0 0 1-.142-.21.6.6 0 0 1-.03-.266.47.47 0 0 1 .092-.232.32.32 0 0 1 .184-.12zM78.717 15.61a.3.3 0 0 1 .212.033.4.4 0 0 1 .122.104.56.56 0 0 1 .098.502.4.4 0 0 1-.127.201.3.3 0 0 1-.2.071.34.34 0 0 1-.206-.084.5.5 0 0 1-.142-.21.6.6 0 0 1-.03-.266.5.5 0 0 1 .09-.231.32.32 0 0 1 .184-.12zM79.828 16.214a.3.3 0 0 1 .212.034c.09.05.165.14.206.254a.57.57 0 0 1 .013.35.4.4 0 0 1-.127.201.3.3 0 0 1-.2.072.34.34 0 0 1-.206-.084.5.5 0 0 1-.142-.21.6.6 0 0 1-.03-.266.47.47 0 0 1 .092-.232.32.32 0 0 1 .183-.12z",
120
- fill: "#10162f",
121
- fillRule: "evenodd"
122
- }), /*#__PURE__*/_jsx("path", {
123
- d: "M13.225 58.986h12.553v5.143a6.28 6.28 0 0 1-6.277 6.276 6.28 6.28 0 0 1-6.276-6.276z",
124
- fill: "#10162f",
125
- stroke: "#10162f",
126
- strokeLinecap: "round",
127
- strokeLinejoin: "round",
128
- strokeWidth: ".213"
129
- }), /*#__PURE__*/_jsx("path", {
130
- d: "M17.666 70.132c3.826.257 4.807-2.742 4.807-6.004v-5.142h-9.25v5.143a6.28 6.28 0 0 0 4.442 6.003z",
131
- fill: "#ffd300",
132
- stroke: "#10162f",
133
- strokeLinejoin: "round",
134
- strokeWidth: ".213"
135
- }), /*#__PURE__*/_jsx("path", {
136
- d: "M9.734 52.02s1.868 1.795 2.082 3.376c.217 1.58-.503 6.75 6.823 7.182 7.325.43 7.97-4.094 8.186-5.171s.073-3.232 1.795-4.884c1.724-1.651 4.811-5.386 4.811-10.125s-2.585-13.717-12.854-14.362C10.308 27.39 5.57 36.653 5.57 41.896c0 5.244 1.724 6.966 4.165 10.126z",
137
- fill: "#ffd300",
138
- stroke: "#10162f",
139
- strokeLinejoin: "round",
140
- strokeWidth: ".213"
141
- }), /*#__PURE__*/_jsx("path", {
142
- d: "M17.561 28.611h-.023a8.27 8.27 0 0 0-4.45.988c-5.108 2.776-7.52 8.56-7.52 12.3 0 5.242 1.724 6.966 4.166 10.125 0 0 1.868 1.795 2.082 3.376.216 1.58-.503 6.75 6.823 7.181.976.057 1.83.025 2.585-.074 3.014-1.013 2.42-3.695 2.585-4.522.216-1.077.073-3.232 1.795-4.884 1.724-1.651 4.811-5.386 4.811-10.125S27.83 29.26 17.561 28.614z",
143
- fill: "#fff",
144
- stroke: "#10162f",
145
- strokeWidth: ".213"
146
- }), /*#__PURE__*/_jsx("path", {
147
- d: "M13.088 39.08s-1.126 3.379.844 7.884c1.971 4.505 1.409 14.642 1.409 14.642M22.984 40.053s1.126 3.378-.844 7.884c-1.971 4.505-1.408 14.642-1.408 14.642",
148
- stroke: "#10162f",
149
- strokeLinecap: "round",
150
- strokeLinejoin: "round",
151
- strokeWidth: ".213"
152
- }), /*#__PURE__*/_jsx("path", {
153
- d: "M12.912 43.81s2.41.555 2.318-3.247-2.875 2.226-.556 4.08c2.318 1.856 4.915-3.523 3.246-5.1-1.668-1.578-1.943 7.074.65 5.749 4.173-2.133 2.689-8.717 1.205-4.822-.725 1.903.185 4.543 3.153 4.914",
154
- stroke: "#10162f",
155
- strokeLinecap: "round",
156
- strokeLinejoin: "round",
157
- strokeWidth: ".213"
158
- }), /*#__PURE__*/_jsx("path", {
159
- d: "M48.013 34.082a.1.1 0 0 1-.066-.021.1.1 0 0 1-.04-.074l-.635-6.288h-.06c-1.098 0-2.26-.257-3.454-.766-4.536-1.928-11.342-6.605-11.504-11.58-.06-1.807.514-3.387 1.66-4.571 1.373-1.419 3.532-2.233 5.925-2.233 1.389 0 2.773.277 4.004.8 4.84 2.06 8.78 7.666 8.78 12.499 0 2.413-1.009 4.32-2.77 5.24l.052 6.588a.11.11 0 0 1-.09.106l-1.784.297h-.017z",
160
- fill: "#10162f"
161
- }), /*#__PURE__*/_jsx("path", {
162
- d: "M39.838 8.655c1.351 0 2.723.265 3.962.791 4.814 2.048 8.715 7.6 8.715 12.401 0 2.508-1.065 4.314-2.77 5.176l.053 6.655-1.784.297-.644-6.386-.156.001c-1.049 0-2.201-.241-3.413-.757-4.813-2.048-11.282-6.686-11.44-11.484-.147-4.489 3.58-6.694 7.478-6.694m-.001-.214c-2.42 0-4.608.826-6.001 2.266-1.166 1.204-1.75 2.813-1.69 4.65.072 2.215 1.471 4.61 4.045 6.926 2.07 1.865 4.814 3.595 7.526 4.749 1.194.509 2.358.769 3.46.774L47.805 34a.21.21 0 0 0 .212.192q.016 0 .035-.003l1.784-.297a.21.21 0 0 0 .178-.212l-.052-6.524c1.763-.95 2.77-2.876 2.77-5.304 0-4.87-3.968-10.521-8.844-12.597a10.4 10.4 0 0 0-4.045-.808z",
163
- fill: "#10162f"
164
- }), /*#__PURE__*/_jsx("path", {
165
- d: "M47.865 33.786a.11.11 0 0 1-.093-.053l-3.138-5.291h-.096c-1.099 0-2.26-.257-3.455-.766-4.841-2.06-8.781-7.667-8.781-12.499 0-3.555 2.122-5.853 5.406-5.853 1.096 0 2.259.259 3.458.77 4.841 2.059 8.781 7.666 8.781 12.498 0 2.409-1.005 4.314-2.762 5.236l.785 5.837a.107.107 0 0 1-.107.121z",
166
- fill: "#ffd300"
167
- }), /*#__PURE__*/_jsx("path", {
168
- d: "M37.709 9.429c1.048 0 2.204.244 3.415.76 4.814 2.048 8.715 7.6 8.715 12.401 0 2.509-1.066 4.314-2.77 5.176l.795 5.912-3.171-5.346-.157.002c-1.049 0-2.201-.242-3.412-.758-4.814-2.048-8.716-7.6-8.716-12.4 0-3.592 2.184-5.747 5.3-5.747m0-.213c-1.612 0-2.987.55-3.973 1.592-1.008 1.063-1.54 2.574-1.54 4.366 0 4.87 3.969 10.522 8.846 12.597 1.208.513 2.383.774 3.496.774h.035l3.107 5.24a.21.21 0 0 0 .253.092.21.21 0 0 0 .141-.23l-.775-5.764c1.751-.955 2.753-2.875 2.753-5.296 0-4.87-3.968-10.522-8.844-12.597-1.213-.516-2.39-.777-3.5-.777z",
169
- fill: "#10162f"
170
- }), /*#__PURE__*/_jsx("path", {
171
- d: "M38.35 17.823c0 .69-.394 1.039-.88.777s-.88-1.033-.88-1.724c0-.69.394-1.039.88-.777s.88 1.033.88 1.724ZM41.74 19.647c0 .69-.394 1.039-.88.777s-.88-1.033-.88-1.724c0-.69.394-1.039.88-.777s.88 1.033.88 1.724ZM45.13 21.471c0 .69-.394 1.04-.88.778s-.88-1.034-.88-1.724c0-.691.394-1.04.88-.778s.88 1.033.88 1.724Z",
172
- fill: "#fff",
173
- stroke: "#10162f",
174
- strokeMiterlimit: "10",
175
- strokeWidth: ".213"
176
- }), /*#__PURE__*/_jsx("path", {
177
- d: "M132.23 58.367h-.017l-1.783-.297a.11.11 0 0 1-.09-.107l.051-6.588c-1.761-.92-2.77-2.827-2.77-5.24 0-4.832 3.938-10.44 8.781-12.499a10.3 10.3 0 0 1 4.004-.8c2.392 0 4.551.813 5.923 2.233 1.146 1.182 1.719 2.764 1.661 4.572-.164 4.975-6.97 9.65-11.506 11.58-1.194.508-2.356.765-3.455.765h-.06l-.634 6.288a.104.104 0 0 1-.106.095z",
178
- fill: "#10162f"
179
- }), /*#__PURE__*/_jsx("path", {
180
- d: "M140.406 32.94c3.898 0 7.625 2.206 7.477 6.694-.158 4.799-6.626 9.438-11.44 11.484-1.212.516-2.365.758-3.412.758q-.079 0-.157-.002l-.643 6.386-1.784-.297.053-6.654c-1.705-.861-2.771-2.668-2.771-5.176 0-4.802 3.902-10.355 8.716-12.401a10.2 10.2 0 0 1 3.962-.792m0-.213c-1.404 0-2.802.28-4.046.809-4.878 2.075-8.845 7.726-8.845 12.596 0 2.43 1.008 4.354 2.77 5.305l-.051 6.523c0 .106.075.195.178.212l1.784.297.035.003a.213.213 0 0 0 .212-.192l.625-6.192c1.102-.006 2.266-.266 3.461-.775 2.712-1.154 5.455-2.884 7.526-4.748 2.572-2.317 3.971-4.712 4.045-6.926.059-1.838-.525-3.446-1.69-4.65-1.393-1.44-3.58-2.266-6.001-2.266z",
181
- fill: "#10162f"
182
- }), /*#__PURE__*/_jsx("path", {
183
- d: "M132.379 58.07a.1.1 0 0 1-.036-.006.11.11 0 0 1-.071-.115l.785-5.836c-1.757-.922-2.762-2.827-2.762-5.236 0-4.832 3.939-10.44 8.781-12.499 1.198-.51 2.362-.769 3.458-.769 3.285 0 5.407 2.297 5.407 5.853 0 4.833-3.939 10.44-8.781 12.499-1.194.507-2.357.766-3.455.766h-.097l-3.138 5.292a.11.11 0 0 1-.092.052z",
184
- fill: "#ffd300"
185
- }), /*#__PURE__*/_jsx("path", {
186
- d: "M142.535 33.715c3.116 0 5.3 2.153 5.3 5.746 0 4.802-3.901 10.355-8.715 12.401-1.212.516-2.365.758-3.413.758q-.077 0-.156-.002l-3.171 5.346.795-5.911c-1.704-.862-2.77-2.668-2.77-5.177 0-4.8 3.901-10.354 8.715-12.4 1.212-.516 2.368-.76 3.415-.76m.002-.213c-1.112 0-2.289.261-3.501.777-4.878 2.075-8.845 7.726-8.845 12.597 0 2.42 1.001 4.34 2.753 5.296l-.774 5.763a.213.213 0 0 0 .394.138l3.106-5.239h.036c1.113 0 2.288-.26 3.496-.774 4.878-2.075 8.845-7.726 8.845-12.597 0-1.794-.533-3.303-1.539-4.366-.987-1.042-2.361-1.594-3.973-1.594z",
187
- fill: "#10162f"
188
- }), /*#__PURE__*/_jsx("path", {
189
- d: "M141.895 42.11c0 .69.393 1.039.88.777.486-.261.879-1.033.879-1.724 0-.69-.393-1.039-.879-.777-.487.261-.88 1.033-.88 1.724ZM138.505 43.934c0 .69.394 1.039.88.778.486-.262.879-1.034.879-1.725 0-.69-.393-1.038-.879-.777s-.88 1.033-.88 1.724ZM135.116 45.756c0 .691.394 1.04.88.778s.88-1.033.88-1.724-.394-1.04-.88-.778-.88 1.034-.88 1.724Z",
190
- fill: "#fff",
191
- stroke: "#10162f",
192
- strokeMiterlimit: "10",
193
- strokeWidth: ".213"
194
- }), /*#__PURE__*/_jsx("path", {
195
- d: "m110.834 85.056 11.689-5.73c1.518-.656 2.027-2.611 1.026-3.943a2.43 2.43 0 0 0-3.009-.746l-13.434 6.412 3.73 4.007z",
196
- fill: "#ffd300",
197
- stroke: "#10162f",
198
- strokeMiterlimit: "10",
199
- strokeWidth: ".213"
200
- }), /*#__PURE__*/_jsx("path", {
201
- d: "M109.99 82.271a.1.1 0 0 1-.078-.034l-1.606-1.725a.11.11 0 0 1-.027-.093.11.11 0 0 1 .058-.077l12.155-5.803q.524-.25 1.097-.25c.808 0 1.552.375 2.043 1.03q.035.046.066.097l.026.041a.106.106 0 0 1-.043.155l-13.647 6.65a.1.1 0 0 1-.047.01z",
202
- fill: "#ffd300"
203
- }), /*#__PURE__*/_jsx("path", {
204
- d: "M121.592 74.396c.749 0 1.478.349 1.957.987q.048.067.088.133l-13.647 6.649-1.606-1.725 12.155-5.804c.338-.162.698-.24 1.052-.24m.001-.213a2.65 2.65 0 0 0-1.144.26l-12.155 5.803a.22.22 0 0 0-.118.152.21.21 0 0 0 .054.185l1.606 1.725a.21.21 0 0 0 .25.047l13.648-6.648a.215.215 0 0 0 .085-.309l-.026-.04a2.643 2.643 0 0 0-2.198-1.177z",
205
- fill: "#10162f"
206
- }), /*#__PURE__*/_jsx("path", {
207
- d: "M111.878 84.953c0-3.984-5.518-7.213-12.323-7.213s-12.323 3.23-12.323 7.213v3.522c0 3.984 5.518 7.213 12.323 7.213s12.323-3.229 12.323-7.213z",
208
- fill: "#10162f",
209
- stroke: "#10162f",
210
- strokeMiterlimit: "10",
211
- strokeWidth: ".213"
212
- }), /*#__PURE__*/_jsx("path", {
213
- d: "M99.555 92.166c6.806 0 12.323-3.23 12.323-7.213s-5.517-7.213-12.323-7.213-12.323 3.23-12.323 7.213 5.517 7.213 12.323 7.213Z",
214
- fill: "#ffd300",
215
- stroke: "#10162f",
216
- strokeMiterlimit: "10",
217
- strokeWidth: ".213"
218
- }), /*#__PURE__*/_jsx("path", {
219
- d: "M99.666 90.12c5.494 0 9.947-2.355 9.947-5.26 0-2.907-4.453-5.262-9.947-5.262s-9.948 2.355-9.948 5.261 4.454 5.262 9.948 5.262Z",
220
- fill: "#10162f",
221
- stroke: "#10162f",
222
- strokeMiterlimit: "10",
223
- strokeWidth: ".213"
224
- }), /*#__PURE__*/_jsx("path", {
225
- d: "M99.666 83.74c-4.103 0-7.625 1.315-9.146 3.19 1.52 1.876 5.043 3.189 9.146 3.189s7.625-1.315 9.146-3.19c-1.521-1.876-5.043-3.189-9.146-3.189Z",
226
- fill: "#fff",
227
- stroke: "#10162f",
228
- strokeMiterlimit: "10",
229
- strokeWidth: ".213"
230
- })]
231
- });
@@ -1,3 +0,0 @@
1
- import * as React from 'react';
2
- import { IllustrationProps } from './types';
3
- export declare const VibeBuilderPromotion: React.FC<IllustrationProps>;
@@ -1,279 +0,0 @@
1
- import * as React from 'react';
2
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
- export const VibeBuilderPromotion = ({
4
- 'aria-hidden': ariaHidden,
5
- className,
6
- height,
7
- width
8
- }) => /*#__PURE__*/_jsxs("svg", {
9
- "aria-hidden": ariaHidden,
10
- className: className,
11
- fill: "none",
12
- height: height,
13
- viewBox: "0 0 250 126",
14
- width: width,
15
- xmlns: "http://www.w3.org/2000/svg",
16
- children: [/*#__PURE__*/_jsx("mask", {
17
- height: "84",
18
- id: "b",
19
- maskUnits: "userSpaceOnUse",
20
- style: {
21
- maskType: 'alpha'
22
- },
23
- width: "84",
24
- x: "0",
25
- y: "19",
26
- children: /*#__PURE__*/_jsx("path", {
27
- d: "M0 19.562h83.891v82.757H0z",
28
- fill: "url(#a)"
29
- })
30
- }), /*#__PURE__*/_jsx("g", {
31
- mask: "url(#b)",
32
- children: /*#__PURE__*/_jsx("path", {
33
- d: "M0 19.562h83.891v82.757H0z",
34
- fill: "#10162f"
35
- })
36
- }), /*#__PURE__*/_jsx("mask", {
37
- height: "84",
38
- id: "d",
39
- maskUnits: "userSpaceOnUse",
40
- style: {
41
- maskType: 'alpha'
42
- },
43
- width: "85",
44
- x: "165",
45
- y: "30",
46
- children: /*#__PURE__*/_jsx("path", {
47
- d: "M165.514 30.9h83.891v82.757h-83.891z",
48
- fill: "url(#c)"
49
- })
50
- }), /*#__PURE__*/_jsx("g", {
51
- mask: "url(#d)",
52
- children: /*#__PURE__*/_jsx("path", {
53
- d: "M165.514 30.9h83.891v82.757h-83.891z",
54
- fill: "#10162f"
55
- })
56
- }), /*#__PURE__*/_jsx("path", {
57
- d: "M205.324 16.354H39.594v93.489h165.73z",
58
- fill: "#fff",
59
- stroke: "#10162f",
60
- strokeWidth: ".581"
61
- }), /*#__PURE__*/_jsx("path", {
62
- d: "M202.857 15.335H42.059v94.508h160.798z",
63
- fill: "#fff0e5",
64
- stroke: "#10162f",
65
- strokeDasharray: "1.52 1.52",
66
- strokeMiterlimit: "10",
67
- strokeWidth: ".581"
68
- }), /*#__PURE__*/_jsx("path", {
69
- d: "M208.638 10.235H36.278a2.04 2.04 0 0 0-2.04 2.04v2.04a2.04 2.04 0 0 0 2.04 2.04h172.36a2.04 2.04 0 0 0 2.039-2.04v-2.04a2.04 2.04 0 0 0-2.039-2.04ZM208.809 109.842H36.449a2.04 2.04 0 0 0-2.039 2.04v2.041a2.04 2.04 0 0 0 2.04 2.039h172.359a2.04 2.04 0 0 0 2.039-2.039v-2.041a2.04 2.04 0 0 0-2.039-2.04Z",
70
- fill: "#ffd300",
71
- stroke: "#10162f",
72
- strokeWidth: ".581"
73
- }), /*#__PURE__*/_jsx("path", {
74
- d: "M37.22 32.847v6.698h6.7v3.933h-6.7v6.704h-3.932v-6.697h-6.704v-3.94h6.697v-6.698z",
75
- fill: "#f966ff",
76
- stroke: "#10162f",
77
- strokeWidth: ".581"
78
- }), /*#__PURE__*/_jsx("path", {
79
- d: "M122.629 115.961v4.931M122.628 125.312a2.21 2.21 0 1 0 0-4.422 2.21 2.21 0 0 0 0 4.422Z",
80
- stroke: "#fff",
81
- strokeWidth: ".581"
82
- }), /*#__PURE__*/_jsx("path", {
83
- d: "M59.127 27.016v77.516H175.2V27.016z",
84
- fill: "url(#e)"
85
- }), /*#__PURE__*/_jsx("path", {
86
- d: "M178.68 23.536H62.605v77.516H178.68z",
87
- fill: "#fff0e5",
88
- stroke: "#10162f",
89
- strokeWidth: ".581"
90
- }), /*#__PURE__*/_jsx("path", {
91
- d: "M178.68 23.536H62.605v6.917H178.68z",
92
- fill: "#10162f",
93
- stroke: "#10162f",
94
- strokeWidth: ".581"
95
- }), /*#__PURE__*/_jsx("path", {
96
- d: "M76.839 28.39a1.199 1.199 0 1 0 .003-2.397 1.199 1.199 0 0 0-.004 2.398M72.349 28.39a1.2 1.2 0 1 0 0-2.398 1.2 1.2 0 0 0 0 2.398M67.856 28.39a1.199 1.199 0 1 0 .004-2.397 1.199 1.199 0 0 0-.004 2.398",
97
- fill: "#fff0e5"
98
- }), /*#__PURE__*/_jsx("path", {
99
- d: "m96.12 45.307 10.47 10.467-10.47 10.47M82.99 66.294l-10.469-10.47 10.47-10.469M93.339 45.044 86.78 66.687",
100
- stroke: "#10162f",
101
- strokeWidth: ".581"
102
- }), /*#__PURE__*/_jsx("path", {
103
- d: "M118.747 45.113h16.834a2.524 2.524 0 0 1 0 5.042h-16.834a2.523 2.523 0 0 1 0-5.042Z",
104
- fill: "#fff",
105
- stroke: "#10162f",
106
- strokeWidth: ".581"
107
- }), /*#__PURE__*/_jsx("path", {
108
- d: "M118.755 56.063h47.948a2.526 2.526 0 0 1 2.453 2.522 2.523 2.523 0 0 1-2.453 2.522h-47.948a2.522 2.522 0 0 1 0-5.044ZM118.753 67.026h36.474a2.522 2.522 0 0 1 0 5.044h-36.474a2.522 2.522 0 0 1 0-5.044Z",
109
- fill: "#3a10e5",
110
- stroke: "#10162f",
111
- strokeWidth: ".581"
112
- }), /*#__PURE__*/_jsx("path", {
113
- d: "M118.753 77.983h27.778a2.522 2.522 0 1 1 0 5.042h-27.778a2.523 2.523 0 0 1-2.521-2.52 2.524 2.524 0 0 1 2.521-2.522Z",
114
- fill: "#fff",
115
- stroke: "#10162f",
116
- strokeWidth: ".581"
117
- }), /*#__PURE__*/_jsx("path", {
118
- d: "M106.589 75.286H72.113v7.67h34.469z",
119
- fill: "url(#f)"
120
- }), /*#__PURE__*/_jsx("path", {
121
- d: "M210.623 1.964h-47.9a.826.826 0 0 0-.827.827v97.588a.82.82 0 0 0 .827.826h47.9a.825.825 0 0 0 .825-.826V2.791a.826.826 0 0 0-.825-.827Z",
122
- fill: "#10162f",
123
- stroke: "#10162f",
124
- strokeWidth: ".581"
125
- }), /*#__PURE__*/_jsx("path", {
126
- d: "M213.128 4.551h-49.552V36.21h49.552z",
127
- fill: "#fff0e5",
128
- stroke: "#10162f",
129
- strokeWidth: ".581"
130
- }), /*#__PURE__*/_jsx("path", {
131
- d: "M213.128 26.586h-49.552v9.624h49.552z",
132
- fill: "url(#g)"
133
- }), /*#__PURE__*/_jsx("path", {
134
- d: "M213.128 36.209h-49.552v31.657h49.552z",
135
- fill: "#fff0e5",
136
- stroke: "#10162f",
137
- strokeWidth: ".581"
138
- }), /*#__PURE__*/_jsx("path", {
139
- d: "M213.128 58.183h-49.552v9.624h49.552z",
140
- fill: "url(#h)"
141
- }), /*#__PURE__*/_jsx("path", {
142
- d: "M163.576 67.866h49.552v30.832a.83.83 0 0 1-.825.828h-47.9a.83.83 0 0 1-.827-.828z",
143
- fill: "#fff0e5",
144
- stroke: "#10162f",
145
- strokeWidth: ".581"
146
- }), /*#__PURE__*/_jsx("path", {
147
- d: "M163.576 89.946h49.552v8.445a1.18 1.18 0 0 1-1.176 1.178h-47.2a1.176 1.176 0 0 1-1.176-1.178z",
148
- fill: "url(#i)"
149
- }), /*#__PURE__*/_jsx("path", {
150
- d: "M188.353 21.93a6.18 6.18 0 1 0 0-12.357 6.18 6.18 0 0 0 0 12.358ZM188.353 22.663a8.52 8.52 0 0 0-7.873 5.26 8.5 8.5 0 0 0-.649 3.261v4.993h17.043v-4.993a8.52 8.52 0 0 0-8.521-8.521Z",
151
- fill: "#fff",
152
- stroke: "#10162f",
153
- strokeWidth: ".581"
154
- }), /*#__PURE__*/_jsx("path", {
155
- d: "M188.353 53.588a6.18 6.18 0 1 0 0-12.358 6.18 6.18 0 0 0 0 12.358ZM188.353 54.32a8.52 8.52 0 0 0-8.522 8.522v4.993h17.043v-4.993a8.52 8.52 0 0 0-8.521-8.522Z",
156
- fill: "#f966ff",
157
- stroke: "#10162f",
158
- strokeWidth: ".581"
159
- }), /*#__PURE__*/_jsx("path", {
160
- d: "M188.353 85.246a6.18 6.18 0 1 0 0-12.358 6.18 6.18 0 0 0 0 12.358ZM188.353 85.978a8.52 8.52 0 0 0-8.522 8.52v4.994h17.043v-4.993a8.52 8.52 0 0 0-8.521-8.521Z",
161
- fill: "#fff",
162
- stroke: "#10162f",
163
- strokeWidth: ".581"
164
- }), /*#__PURE__*/_jsx("path", {
165
- d: "M164.403.29h47.9a.827.827 0 0 1 .825.826v3.578h-49.552V1.11a.83.83 0 0 1 .827-.82Z",
166
- fill: "#10162f",
167
- stroke: "#10162f",
168
- strokeWidth: ".581"
169
- }), /*#__PURE__*/_jsx("path", {
170
- d: "M167.218 2.962h-2.087v.696h2.087zM173.651 2.728h-2.086v.928h2.086zM173.651 1.453h-2.086v.927h2.086zM170.408 2.497h-2.087v1.159h2.087z",
171
- fill: "#fff"
172
- }), /*#__PURE__*/_jsx("path", {
173
- d: "M72.155 108.178a5.205 5.205 0 0 1-5.198-5.198v-2.438h10.398v2.438a5.205 5.205 0 0 1-5.2 5.198Z",
174
- fill: "#10162f",
175
- stroke: "#10162f",
176
- strokeMiterlimit: "10",
177
- strokeWidth: ".581"
178
- }), /*#__PURE__*/_jsx("path", {
179
- d: "M87.894 98.728h-38.13v.665a1.11 1.11 0 0 0 1.11 1.11h.29v2.349c0 3.661 2.995 6.728 6.657 6.658a6.53 6.53 0 0 0 6.402-6.529v-2.478h1.396v2.349c0 3.661 2.998 6.728 6.659 6.658a6.53 6.53 0 0 0 6.402-6.529v-2.478h9.208a3.607 3.607 0 0 1 3.358 2.313c.173.451.254.932.237 1.415-.07 1.95-1.74 3.464-3.69 3.464h-3.101a.889.889 0 0 0 0 1.775h3.08c2.928 0 5.409-2.289 5.502-5.216a5.377 5.377 0 0 0-5.38-5.526Z",
180
- fill: "#10162f",
181
- stroke: "#10162f",
182
- strokeMiterlimit: "10",
183
- strokeWidth: ".581"
184
- }), /*#__PURE__*/_jsx("path", {
185
- d: "M57.696 108.178a5.207 5.207 0 0 1-5.198-5.198v-2.438h10.396v2.438a5.205 5.205 0 0 1-5.198 5.198ZM72.155 108.178a5.205 5.205 0 0 1-5.198-5.198v-2.438h10.398v2.438a5.205 5.205 0 0 1-5.2 5.198Z",
186
- fill: "#fff0e5",
187
- stroke: "#10162f",
188
- strokeMiterlimit: "10",
189
- strokeWidth: ".581"
190
- }), /*#__PURE__*/_jsx("path", {
191
- d: "M10.942 119.992a2.516 2.516 0 0 1 .024-3.586l55.456-53.894a1.413 1.413 0 0 1 1.998 2l-53.893 55.453a2.5 2.5 0 0 1-1.787.764 2.506 2.506 0 0 1-1.798-.737Z",
192
- fill: "#fff0e5",
193
- stroke: "#10162f",
194
- strokeWidth: ".581"
195
- }), /*#__PURE__*/_jsxs("defs", {
196
- children: [/*#__PURE__*/_jsx("pattern", {
197
- height: ".055",
198
- id: "a",
199
- patternContentUnits: "objectBoundingBox",
200
- width: ".054",
201
- children: /*#__PURE__*/_jsx("use", {
202
- transform: "scale(.01351 .0137)",
203
- xlinkHref: "#j"
204
- })
205
- }), /*#__PURE__*/_jsx("pattern", {
206
- height: ".055",
207
- id: "c",
208
- patternContentUnits: "objectBoundingBox",
209
- width: ".054",
210
- children: /*#__PURE__*/_jsx("use", {
211
- transform: "scale(.01351 .0137)",
212
- xlinkHref: "#j"
213
- })
214
- }), /*#__PURE__*/_jsx("pattern", {
215
- height: ".157",
216
- id: "e",
217
- patternContentUnits: "objectBoundingBox",
218
- width: ".105",
219
- children: /*#__PURE__*/_jsx("use", {
220
- transform: "scale(.00163 .00245)",
221
- xlinkHref: "#k"
222
- })
223
- }), /*#__PURE__*/_jsx("pattern", {
224
- height: ".198",
225
- id: "f",
226
- patternContentUnits: "objectBoundingBox",
227
- width: ".044",
228
- children: /*#__PURE__*/_jsx("use", {
229
- transform: "scale(.0055 .02473)",
230
- xlinkHref: "#l"
231
- })
232
- }), /*#__PURE__*/_jsx("pattern", {
233
- height: ".158",
234
- id: "g",
235
- patternContentUnits: "objectBoundingBox",
236
- width: ".031",
237
- children: /*#__PURE__*/_jsx("use", {
238
- transform: "scale(.00383 .01971)",
239
- xlinkHref: "#l"
240
- })
241
- }), /*#__PURE__*/_jsx("pattern", {
242
- height: ".158",
243
- id: "h",
244
- patternContentUnits: "objectBoundingBox",
245
- width: ".031",
246
- children: /*#__PURE__*/_jsx("use", {
247
- transform: "scale(.00383 .01971)",
248
- xlinkHref: "#l"
249
- })
250
- }), /*#__PURE__*/_jsx("pattern", {
251
- height: ".158",
252
- id: "i",
253
- patternContentUnits: "objectBoundingBox",
254
- width: ".031",
255
- children: /*#__PURE__*/_jsx("use", {
256
- transform: "scale(.00383 .01971)",
257
- xlinkHref: "#l"
258
- })
259
- }), /*#__PURE__*/_jsx("image", {
260
- height: "4",
261
- id: "j",
262
- preserveAspectRatio: "none",
263
- width: "4",
264
- xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAbSURBVHgBpcAxAQAAAAHBj2BSQ/90hHDIKZ8BVc8BValmjmcAAAAASUVORK5CYII="
265
- }), /*#__PURE__*/_jsx("image", {
266
- height: "64",
267
- id: "k",
268
- preserveAspectRatio: "none",
269
- width: "64",
270
- xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADbSURBVHgB7ZZBCsJQEMXGG7jyGt7/ctUKrlUGw7zfRnAVmtfALFrX2/1RH35H5zU5Hs2Np+Tp3HhKns6Np+Tp3O+AwXEvI5UbT8nTufGUPJ0bT8kX4DU57mWkcuMpeTo3npKnc+Mp+QK8Jse9jFRuPCVP58ZT8nRuPCVfgNfkuJeRyo2n5OnceEqezo2n5OF8Z5ei5On8Fb//t9bDq3PjjQfk6dx44wF5Ov8Wf+jvgF/iD3sZxhvf48ZXc3yaG298n1d3fJr/I37ZyzDeeIYbX82Xo/mp4998o/gTA3q3EDFEskQAAAAASUVORK5CYII="
271
- }), /*#__PURE__*/_jsx("image", {
272
- height: "8",
273
- id: "l",
274
- preserveAspectRatio: "none",
275
- width: "8",
276
- xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAeSURBVHgBzc4xAQAAAAEwEVxq6J+OGCzBQDk4MzgV8D0CqU26KA8AAAAASUVORK5CYII="
277
- })]
278
- })]
279
- });