@codecademy/gamut-illustrations 0.55.0-alpha.fed7e3.0 → 0.55.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.
Files changed (72) hide show
  1. package/dist/{BrowserInspect.d.ts → Achievement.d.ts} +1 -1
  2. package/dist/Achievement.js +1047 -0
  3. package/dist/Announcement.js +144 -147
  4. package/dist/Bee.js +123 -126
  5. package/dist/Bell.js +41 -44
  6. package/dist/BinaryBlocks.js +130 -133
  7. package/dist/BinaryStairs.js +76 -79
  8. package/dist/Blocks.js +243 -246
  9. package/dist/Blueprint.js +90 -93
  10. package/dist/BlueprintWhite.js +97 -100
  11. package/dist/BookAndNotepad.js +92 -95
  12. package/dist/Browser.js +74 -77
  13. package/dist/BrowserLock.js +41 -44
  14. package/dist/BrowserPuzzle.js +60 -63
  15. package/dist/ChatBox.js +41 -44
  16. package/dist/CodeCelebration.js +153 -156
  17. package/dist/Coffee.js +58 -61
  18. package/dist/Confetti.js +92 -95
  19. package/dist/Conversation.js +56 -59
  20. package/dist/CustomProject.js +43 -46
  21. package/dist/EmailAt.js +35 -38
  22. package/dist/Envelope.js +35 -38
  23. package/dist/ErrorWindow.js +124 -127
  24. package/dist/Events.js +1106 -1109
  25. package/dist/ExplodedCube.js +77 -80
  26. package/dist/ExplodedCubeLight.js +78 -81
  27. package/dist/Heart.js +29 -32
  28. package/dist/Hills.js +46 -49
  29. package/dist/HomeOffice.js +106 -109
  30. package/dist/Interest.js +370 -373
  31. package/dist/Interview.js +164 -167
  32. package/dist/Keyhole.js +29 -32
  33. package/dist/Knowledge.js +297 -300
  34. package/dist/LightBulbAndGears.js +344 -347
  35. package/dist/MagnifyingGlass.js +63 -66
  36. package/dist/Maze.js +66 -69
  37. package/dist/Megaphone.js +47 -50
  38. package/dist/MobilePhone.js +88 -91
  39. package/dist/MoneyBack.js +30 -33
  40. package/dist/New.js +59 -62
  41. package/dist/NumberBlocks.js +262 -265
  42. package/dist/OfficeAnnouncement.js +201 -204
  43. package/dist/Plant.js +61 -64
  44. package/dist/PortfolioProject.js +34 -37
  45. package/dist/PracticeProject.js +42 -45
  46. package/dist/PracticeTarget.js +72 -75
  47. package/dist/ProgressCharts.js +145 -148
  48. package/dist/ProgressChartsLight.js +75 -78
  49. package/dist/ProjectReview.js +217 -220
  50. package/dist/Purpose.js +127 -130
  51. package/dist/Puzzle.js +155 -158
  52. package/dist/Python.js +21 -24
  53. package/dist/SevenDayTrial.js +82 -85
  54. package/dist/StackedFruits.js +96 -99
  55. package/dist/StackedFruitsLight.js +68 -71
  56. package/dist/StackedPages.js +145 -148
  57. package/dist/StackedPagesVariant.js +193 -196
  58. package/dist/StairsToWindow.js +84 -87
  59. package/dist/StairsToWindowLight.js +72 -75
  60. package/dist/Sun.js +116 -119
  61. package/dist/Syllabus.js +347 -350
  62. package/dist/Tag25PercentOff.js +87 -90
  63. package/dist/Tag30PercentOff.js +63 -66
  64. package/dist/Tag50PercentOff.js +171 -174
  65. package/dist/TagCelebration.js +161 -164
  66. package/dist/Target.js +42 -45
  67. package/dist/TinyBlocks.js +19 -22
  68. package/dist/Warning.js +95 -98
  69. package/dist/index.d.ts +1 -1
  70. package/dist/index.js +1 -1
  71. package/package.json +3 -3
  72. package/dist/BrowserInspect.js +0 -147
package/dist/Warning.js CHANGED
@@ -1,102 +1,99 @@
1
1
  import * as React from 'react';
2
2
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
- export const Warning = _ref => {
4
- let {
5
- 'aria-hidden': ariaHidden,
6
- className,
7
- height,
8
- width
9
- } = _ref;
10
- return /*#__PURE__*/_jsxs("svg", {
11
- "aria-hidden": ariaHidden,
12
- className: className,
13
- fill: "none",
14
- height: height,
15
- viewBox: "0 0 300 168",
16
- width: width,
17
- xmlns: "http://www.w3.org/2000/svg",
18
- children: [/*#__PURE__*/_jsxs("g", {
19
- clipPath: "url(#clip0_1192_39433)",
20
- children: [/*#__PURE__*/_jsx("path", {
21
- d: "M100.551 156.308C140.62 156.308 173.103 123.854 173.103 83.8199C173.103 43.7857 140.62 11.3315 100.551 11.3315C60.4824 11.3315 28 43.7857 28 83.8199C28 123.854 60.4824 156.308 100.551 156.308Z",
22
- fill: "#1D2340",
23
- stroke: "#141C3A",
24
- strokeWidth: "0.663264"
25
- }), /*#__PURE__*/_jsx("path", {
26
- d: "M100.552 132.269C127.332 132.269 149.042 110.578 149.042 83.82C149.042 57.0624 127.332 35.3711 100.552 35.3711C73.7707 35.3711 52.0605 57.0624 52.0605 83.82C52.0605 110.578 73.7707 132.269 100.552 132.269Z",
3
+ export const Warning = ({
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 300 168",
14
+ width: width,
15
+ xmlns: "http://www.w3.org/2000/svg",
16
+ children: [/*#__PURE__*/_jsxs("g", {
17
+ clipPath: "url(#clip0_1192_39433)",
18
+ children: [/*#__PURE__*/_jsx("path", {
19
+ d: "M100.551 156.308C140.62 156.308 173.103 123.854 173.103 83.8199C173.103 43.7857 140.62 11.3315 100.551 11.3315C60.4824 11.3315 28 43.7857 28 83.8199C28 123.854 60.4824 156.308 100.551 156.308Z",
20
+ fill: "#1D2340",
21
+ stroke: "#141C3A",
22
+ strokeWidth: "0.663264"
23
+ }), /*#__PURE__*/_jsx("path", {
24
+ d: "M100.552 132.269C127.332 132.269 149.042 110.578 149.042 83.82C149.042 57.0624 127.332 35.3711 100.552 35.3711C73.7707 35.3711 52.0605 57.0624 52.0605 83.82C52.0605 110.578 73.7707 132.269 100.552 132.269Z",
25
+ fill: "white",
26
+ stroke: "#141C3A",
27
+ strokeWidth: "0.663264"
28
+ }), /*#__PURE__*/_jsx("path", {
29
+ d: "M100.551 110.079C115.066 110.079 126.833 98.3223 126.833 83.8201C126.833 69.3179 115.066 57.5615 100.551 57.5615C86.0366 57.5615 74.27 69.3179 74.27 83.8201C74.27 98.3223 86.0366 110.079 100.551 110.079Z",
30
+ fill: "#E91C11",
31
+ stroke: "#141C3A",
32
+ strokeWidth: "0.663264"
33
+ }), /*#__PURE__*/_jsx("path", {
34
+ d: "M100.551 95.285C106.889 95.285 112.026 90.1519 112.026 83.82C112.026 77.488 106.889 72.355 100.551 72.355C94.2137 72.355 89.0762 77.488 89.0762 83.82C89.0762 90.1519 94.2137 95.285 100.551 95.285Z",
35
+ fill: "#FFD300",
36
+ stroke: "#141C3A",
37
+ strokeWidth: "0.663264"
38
+ }), /*#__PURE__*/_jsx("path", {
39
+ clipRule: "evenodd",
40
+ d: "M111.889 68.635L118.736 88.4949L102.724 82.8943L111.889 68.635Z",
41
+ fill: "#141C3A",
42
+ fillRule: "evenodd",
43
+ stroke: "#141C3A",
44
+ strokeWidth: "0.663264"
45
+ }), /*#__PURE__*/_jsx("path", {
46
+ d: "M116.042 78.4165L212.499 45.2325",
47
+ stroke: "#141C3A",
48
+ strokeLinecap: "square",
49
+ strokeWidth: "0.663264"
50
+ }), /*#__PURE__*/_jsx("path", {
51
+ d: "M204.512 47.6357L208.872 38.7007",
52
+ stroke: "#141C3A",
53
+ strokeLinecap: "square",
54
+ strokeWidth: "0.663264"
55
+ }), /*#__PURE__*/_jsx("path", {
56
+ d: "M198.649 49.5884L203.008 40.6534",
57
+ stroke: "#141C3A",
58
+ strokeLinecap: "square",
59
+ strokeWidth: "0.663264"
60
+ }), /*#__PURE__*/_jsx("path", {
61
+ d: "M192.786 51.541L197.145 42.606",
62
+ stroke: "#141C3A",
63
+ strokeLinecap: "square",
64
+ strokeWidth: "0.663264"
65
+ }), /*#__PURE__*/_jsx("path", {
66
+ d: "M204.663 47.8223L213.606 52.1825",
67
+ stroke: "#141C3A",
68
+ strokeLinecap: "square",
69
+ strokeWidth: "0.663264"
70
+ }), /*#__PURE__*/_jsx("path", {
71
+ d: "M198.8 50.2629L207.743 54.6232",
72
+ stroke: "#141C3A",
73
+ strokeLinecap: "square",
74
+ strokeWidth: "0.663264"
75
+ }), /*#__PURE__*/_jsx("path", {
76
+ d: "M192.938 52.2158L201.88 56.576",
77
+ stroke: "#141C3A",
78
+ strokeLinecap: "square",
79
+ strokeWidth: "0.663264"
80
+ }), /*#__PURE__*/_jsx("path", {
81
+ d: "M220.02 44.0231C238.096 51.5746 256.68 32.8106 248.213 21.0109C243.502 14.4452 233.409 15.5012 234.923 24.6314C236.803 35.9701 258.201 38.2025 264.512 19.7506C265.499 16.8632 266.524 14.7798 266.396 11.6867",
82
+ stroke: "#10162F",
83
+ strokeDasharray: "1.33 1.99",
84
+ strokeLinecap: "square",
85
+ strokeLinejoin: "round",
86
+ strokeWidth: "0.663264"
87
+ })]
88
+ }), /*#__PURE__*/_jsx("defs", {
89
+ children: /*#__PURE__*/_jsx("clipPath", {
90
+ id: "clip0_1192_39433",
91
+ children: /*#__PURE__*/_jsx("rect", {
27
92
  fill: "white",
28
- stroke: "#141C3A",
29
- strokeWidth: "0.663264"
30
- }), /*#__PURE__*/_jsx("path", {
31
- d: "M100.551 110.079C115.066 110.079 126.833 98.3223 126.833 83.8201C126.833 69.3179 115.066 57.5615 100.551 57.5615C86.0366 57.5615 74.27 69.3179 74.27 83.8201C74.27 98.3223 86.0366 110.079 100.551 110.079Z",
32
- fill: "#E91C11",
33
- stroke: "#141C3A",
34
- strokeWidth: "0.663264"
35
- }), /*#__PURE__*/_jsx("path", {
36
- d: "M100.551 95.285C106.889 95.285 112.026 90.1519 112.026 83.82C112.026 77.488 106.889 72.355 100.551 72.355C94.2137 72.355 89.0762 77.488 89.0762 83.82C89.0762 90.1519 94.2137 95.285 100.551 95.285Z",
37
- fill: "#FFD300",
38
- stroke: "#141C3A",
39
- strokeWidth: "0.663264"
40
- }), /*#__PURE__*/_jsx("path", {
41
- clipRule: "evenodd",
42
- d: "M111.889 68.635L118.736 88.4949L102.724 82.8943L111.889 68.635Z",
43
- fill: "#141C3A",
44
- fillRule: "evenodd",
45
- stroke: "#141C3A",
46
- strokeWidth: "0.663264"
47
- }), /*#__PURE__*/_jsx("path", {
48
- d: "M116.042 78.4165L212.499 45.2325",
49
- stroke: "#141C3A",
50
- strokeLinecap: "square",
51
- strokeWidth: "0.663264"
52
- }), /*#__PURE__*/_jsx("path", {
53
- d: "M204.512 47.6357L208.872 38.7007",
54
- stroke: "#141C3A",
55
- strokeLinecap: "square",
56
- strokeWidth: "0.663264"
57
- }), /*#__PURE__*/_jsx("path", {
58
- d: "M198.649 49.5884L203.008 40.6534",
59
- stroke: "#141C3A",
60
- strokeLinecap: "square",
61
- strokeWidth: "0.663264"
62
- }), /*#__PURE__*/_jsx("path", {
63
- d: "M192.786 51.541L197.145 42.606",
64
- stroke: "#141C3A",
65
- strokeLinecap: "square",
66
- strokeWidth: "0.663264"
67
- }), /*#__PURE__*/_jsx("path", {
68
- d: "M204.663 47.8223L213.606 52.1825",
69
- stroke: "#141C3A",
70
- strokeLinecap: "square",
71
- strokeWidth: "0.663264"
72
- }), /*#__PURE__*/_jsx("path", {
73
- d: "M198.8 50.2629L207.743 54.6232",
74
- stroke: "#141C3A",
75
- strokeLinecap: "square",
76
- strokeWidth: "0.663264"
77
- }), /*#__PURE__*/_jsx("path", {
78
- d: "M192.938 52.2158L201.88 56.576",
79
- stroke: "#141C3A",
80
- strokeLinecap: "square",
81
- strokeWidth: "0.663264"
82
- }), /*#__PURE__*/_jsx("path", {
83
- d: "M220.02 44.0231C238.096 51.5746 256.68 32.8106 248.213 21.0109C243.502 14.4452 233.409 15.5012 234.923 24.6314C236.803 35.9701 258.201 38.2025 264.512 19.7506C265.499 16.8632 266.524 14.7798 266.396 11.6867",
84
- stroke: "#10162F",
85
- strokeDasharray: "1.33 1.99",
86
- strokeLinecap: "square",
87
- strokeLinejoin: "round",
88
- strokeWidth: "0.663264"
89
- })]
90
- }), /*#__PURE__*/_jsx("defs", {
91
- children: /*#__PURE__*/_jsx("clipPath", {
92
- id: "clip0_1192_39433",
93
- children: /*#__PURE__*/_jsx("rect", {
94
- fill: "white",
95
- height: "145.918",
96
- transform: "translate(28 11)",
97
- width: "243.086"
98
- })
93
+ height: "145.918",
94
+ transform: "translate(28 11)",
95
+ width: "243.086"
99
96
  })
100
- })]
101
- });
102
- };
97
+ })
98
+ })]
99
+ });
package/dist/index.d.ts CHANGED
@@ -1,3 +1,4 @@
1
+ export * from './Achievement';
1
2
  export * from './Announcement';
2
3
  export * from './Bee';
3
4
  export * from './Bell';
@@ -8,7 +9,6 @@ export * from './Blueprint';
8
9
  export * from './BlueprintWhite';
9
10
  export * from './BookAndNotepad';
10
11
  export * from './Browser';
11
- export * from './BrowserInspect';
12
12
  export * from './BrowserLock';
13
13
  export * from './BrowserPuzzle';
14
14
  export * from './ChatBox';
package/dist/index.js CHANGED
@@ -1,3 +1,4 @@
1
+ export * from './Achievement';
1
2
  export * from './Announcement';
2
3
  export * from './Bee';
3
4
  export * from './Bell';
@@ -8,7 +9,6 @@ export * from './Blueprint';
8
9
  export * from './BlueprintWhite';
9
10
  export * from './BookAndNotepad';
10
11
  export * from './Browser';
11
- export * from './BrowserInspect';
12
12
  export * from './BrowserLock';
13
13
  export * from './BrowserPuzzle';
14
14
  export * from './ChatBox';
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@codecademy/gamut-illustrations",
3
3
  "description": "Illustrations library for Codecademy",
4
- "version": "0.55.0-alpha.fed7e3.0",
4
+ "version": "0.55.0",
5
5
  "author": "Codecademy Engineering <dev@codecademy.com>",
6
6
  "bugs": "https://github.com/Codecademy/gamut/issues",
7
7
  "dependencies": {
8
- "@codecademy/gamut-styles": "17.6.3",
8
+ "@codecademy/gamut-styles": "17.10.0",
9
9
  "classnames": "^2.2.5"
10
10
  },
11
11
  "files": [
@@ -32,5 +32,5 @@
32
32
  "dist/**/[A-Z]**/[A-Z]*.js",
33
33
  "dist/**/[A-Z]**/index.js"
34
34
  ],
35
- "gitHead": "62cb0cee74fa3f1ed01f83e3e914ae1b1a929de5"
35
+ "gitHead": "f9d1cb50d25f42bf268b2f1cea026cabbbc6330a"
36
36
  }
@@ -1,147 +0,0 @@
1
- import * as React from 'react';
2
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
- export const BrowserInspect = _ref => {
4
- let {
5
- 'aria-hidden': ariaHidden,
6
- className,
7
- height,
8
- width
9
- } = _ref;
10
- return /*#__PURE__*/_jsxs("svg", {
11
- "aria-hidden": ariaHidden,
12
- className: className,
13
- fill: "none",
14
- height: height,
15
- viewBox: "0 0 1159 724",
16
- width: width,
17
- xmlns: "http://www.w3.org/2000/svg",
18
- children: [/*#__PURE__*/_jsx("path", {
19
- clipRule: "evenodd",
20
- 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",
21
- fill: "#10162F",
22
- fillRule: "evenodd"
23
- }), /*#__PURE__*/_jsx("path", {
24
- clipRule: "evenodd",
25
- 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",
26
- fill: "white",
27
- fillRule: "evenodd"
28
- }), /*#__PURE__*/_jsx("path", {
29
- clipRule: "evenodd",
30
- 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",
31
- fillRule: "evenodd",
32
- stroke: "#10162F",
33
- strokeWidth: "2"
34
- }), /*#__PURE__*/_jsx("path", {
35
- clipRule: "evenodd",
36
- 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",
37
- fill: "#10162F",
38
- fillRule: "evenodd"
39
- }), /*#__PURE__*/_jsx("path", {
40
- clipRule: "evenodd",
41
- 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",
42
- fill: "#10162F",
43
- fillRule: "evenodd"
44
- }), /*#__PURE__*/_jsx("path", {
45
- clipRule: "evenodd",
46
- 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",
47
- fill: "#10162F",
48
- fillRule: "evenodd"
49
- }), /*#__PURE__*/_jsx("path", {
50
- clipRule: "evenodd",
51
- 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",
52
- fill: "#10162F",
53
- fillRule: "evenodd"
54
- }), /*#__PURE__*/_jsx("path", {
55
- clipRule: "evenodd",
56
- 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",
57
- fill: "#10162F",
58
- fillRule: "evenodd"
59
- }), /*#__PURE__*/_jsx("path", {
60
- clipRule: "evenodd",
61
- 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",
62
- fill: "#10162F",
63
- fillRule: "evenodd"
64
- }), /*#__PURE__*/_jsx("path", {
65
- clipRule: "evenodd",
66
- 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",
67
- fill: "#10162F",
68
- fillRule: "evenodd"
69
- }), /*#__PURE__*/_jsx("path", {
70
- clipRule: "evenodd",
71
- 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",
72
- fillRule: "evenodd",
73
- stroke: "#10162F",
74
- strokeWidth: "2"
75
- }), /*#__PURE__*/_jsx("path", {
76
- clipRule: "evenodd",
77
- 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",
78
- fill: "white",
79
- fillRule: "evenodd"
80
- }), /*#__PURE__*/_jsx("path", {
81
- clipRule: "evenodd",
82
- 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",
83
- fillRule: "evenodd",
84
- stroke: "#10162F",
85
- strokeWidth: "2"
86
- }), /*#__PURE__*/_jsx("path", {
87
- clipRule: "evenodd",
88
- d: "M1157.46 579.609L1129.84 604.564L1033.25 497.633L1060.87 472.678L1157.46 579.609Z",
89
- fill: "white",
90
- fillRule: "evenodd"
91
- }), /*#__PURE__*/_jsx("path", {
92
- clipRule: "evenodd",
93
- d: "M1157.46 579.609L1129.84 604.564L1033.25 497.633L1060.87 472.678L1157.46 579.609Z",
94
- fillRule: "evenodd",
95
- stroke: "#10162F",
96
- strokeWidth: "2"
97
- }), /*#__PURE__*/_jsx("path", {
98
- clipRule: "evenodd",
99
- 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",
100
- fill: "white",
101
- fillRule: "evenodd"
102
- }), /*#__PURE__*/_jsx("path", {
103
- clipRule: "evenodd",
104
- 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",
105
- fillRule: "evenodd",
106
- stroke: "#10162F",
107
- strokeWidth: "2"
108
- }), /*#__PURE__*/_jsx("path", {
109
- clipRule: "evenodd",
110
- 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",
111
- fill: "#10162F",
112
- fillRule: "evenodd"
113
- }), /*#__PURE__*/_jsx("path", {
114
- clipRule: "evenodd",
115
- 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",
116
- fillRule: "evenodd",
117
- stroke: "#10162F",
118
- strokeWidth: "2"
119
- }), /*#__PURE__*/_jsx("mask", {
120
- height: "187",
121
- id: "mask0_2702_207",
122
- maskUnits: "userSpaceOnUse",
123
- style: {
124
- maskType: 'alpha'
125
- },
126
- width: "187",
127
- x: "898",
128
- y: "332",
129
- children: /*#__PURE__*/_jsx("path", {
130
- 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",
131
- fill: "white"
132
- })
133
- }), /*#__PURE__*/_jsxs("g", {
134
- mask: "url(#mask0_2702_207)",
135
- children: [/*#__PURE__*/_jsx("path", {
136
- 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",
137
- fill: "white"
138
- }), /*#__PURE__*/_jsx("path", {
139
- 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",
140
- fill: "white"
141
- }), /*#__PURE__*/_jsx("path", {
142
- 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",
143
- fill: "white"
144
- })]
145
- })]
146
- });
147
- };