@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/Blueprint.js CHANGED
@@ -1,95 +1,92 @@
1
1
  import * as React from 'react';
2
2
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
- export const Blueprint = _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 122 99",
16
- width: width,
17
- xmlns: "http://www.w3.org/2000/svg",
18
- children: [/*#__PURE__*/_jsx("title", {
19
- children: "Blueprint Illustration"
20
- }), /*#__PURE__*/_jsx("path", {
21
- clipRule: "evenodd",
22
- d: "M1 75.11V11.597h120v74.678H11.574",
23
- fill: "#FFF0E5",
24
- fillRule: "evenodd"
25
- }), /*#__PURE__*/_jsx("path", {
26
- d: "M1 75.11V11.597h120v74.678H11.574",
27
- stroke: "#10162F"
28
- }), /*#__PURE__*/_jsx("path", {
29
- clipRule: "evenodd",
30
- d: "M11.646 86.276C5.768 86.276 1 81.5 1 75.61l10.646 10.666Z",
31
- fill: "#FFF0E5",
32
- fillRule: "evenodd"
33
- }), /*#__PURE__*/_jsx("path", {
34
- d: "M11.646 86.276C5.768 86.276 1 81.5 1 75.61",
35
- stroke: "#10162F"
36
- }), /*#__PURE__*/_jsx("path", {
37
- clipRule: "evenodd",
38
- d: "M11.646 1C5.768 1 1 5.776 1 11.666V75.61c0-5.894 4.768-10.67 10.646-10.67 5.878 0 10.646 4.776 10.646 10.67V11.666C22.292 5.776 17.524 1 11.646 1Z",
39
- fill: "#FFF0E5",
40
- fillRule: "evenodd"
41
- }), /*#__PURE__*/_jsx("path", {
42
- clipRule: "evenodd",
43
- d: "M11.646 1C5.768 1 1 5.776 1 11.666V75.61c0-5.894 4.768-10.67 10.646-10.67 5.878 0 10.646 4.776 10.646 10.67V11.666C22.292 5.776 17.524 1 11.646 1Z",
44
- stroke: "#10162F"
45
- }), /*#__PURE__*/_jsx("path", {
46
- clipRule: "evenodd",
47
- d: "M91.677 84.875H72.57l19.108-19.15v19.15ZM42.077 98h61.952V35.916L42.077 98Z",
48
- fill: "#FFD300",
49
- fillRule: "evenodd"
50
- }), /*#__PURE__*/_jsx("path", {
51
- clipRule: "evenodd",
52
- d: "M91.677 84.875H72.57l19.108-19.15v19.15ZM42.077 98h61.952V35.916L42.077 98Z",
53
- stroke: "#10162F"
54
- }), /*#__PURE__*/_jsx("path", {
55
- d: "m62.025 79.436 2.698 2.703M73.865 67.57l2.698 2.705M85.705 55.706l2.698 2.704M79.785 61.638l2.698 2.704M67.945 73.503l2.698 2.704",
56
- stroke: "#10162F"
57
- }), /*#__PURE__*/_jsx("path", {
58
- clipRule: "evenodd",
59
- d: "M66.22 24.389H37.266v12.873H66.22c3.546 0 6.422-2.884 6.422-6.438 0-3.555-2.876-6.435-6.422-6.435Z",
60
- fill: "#10162F",
61
- fillRule: "evenodd"
62
- }), /*#__PURE__*/_jsx("path", {
63
- clipRule: "evenodd",
64
- d: "M66.22 24.389H37.266v12.873H66.22c3.546 0 6.422-2.884 6.422-6.438 0-3.555-2.876-6.435-6.422-6.435Z",
65
- stroke: "#10162F"
66
- }), /*#__PURE__*/_jsx("path", {
67
- clipRule: "evenodd",
68
- d: "M43.69 30.824c0 3.554-2.874 6.438-6.422 6.438-3.548 0-6.424-2.884-6.424-6.438 0-3.553 2.876-6.435 6.424-6.435 3.548 0 6.422 2.882 6.422 6.435Z",
69
- fill: "#FFF0E5",
70
- fillRule: "evenodd"
71
- }), /*#__PURE__*/_jsx("path", {
72
- clipRule: "evenodd",
73
- d: "M43.69 30.824c0 3.554-2.874 6.438-6.422 6.438-3.548 0-6.424-2.884-6.424-6.438 0-3.553 2.876-6.435 6.424-6.435 3.548 0 6.422 2.882 6.422 6.435Z",
74
- stroke: "#10162F"
75
- }), /*#__PURE__*/_jsx("path", {
76
- clipRule: "evenodd",
77
- d: "M37.266 56.28H66.22V43.407H37.266c-3.548 0-6.422 2.882-6.422 6.437 0 3.556 2.874 6.436 6.422 6.436Z",
78
- fill: "#10162F",
79
- fillRule: "evenodd"
80
- }), /*#__PURE__*/_jsx("path", {
81
- clipRule: "evenodd",
82
- d: "M37.266 56.28H66.22V43.407H37.266c-3.548 0-6.422 2.882-6.422 6.437 0 3.556 2.874 6.436 6.422 6.436Z",
83
- stroke: "#10162F"
84
- }), /*#__PURE__*/_jsx("path", {
85
- clipRule: "evenodd",
86
- d: "M59.795 49.844c0-3.555 2.876-6.437 6.424-6.437 3.546 0 6.422 2.882 6.422 6.437 0 3.554-2.876 6.436-6.422 6.436-3.548 0-6.424-2.882-6.424-6.436Z",
87
- fill: "#FFF0E5",
88
- fillRule: "evenodd"
89
- }), /*#__PURE__*/_jsx("path", {
90
- clipRule: "evenodd",
91
- d: "M59.795 49.844c0-3.555 2.876-6.437 6.424-6.437 3.546 0 6.422 2.882 6.422 6.437 0 3.554-2.876 6.436-6.422 6.436-3.548 0-6.424-2.882-6.424-6.436Z",
92
- stroke: "#10162F"
93
- })]
94
- });
95
- };
3
+ export const Blueprint = ({
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 122 99",
14
+ width: width,
15
+ xmlns: "http://www.w3.org/2000/svg",
16
+ children: [/*#__PURE__*/_jsx("title", {
17
+ children: "Blueprint Illustration"
18
+ }), /*#__PURE__*/_jsx("path", {
19
+ clipRule: "evenodd",
20
+ d: "M1 75.11V11.597h120v74.678H11.574",
21
+ fill: "#FFF0E5",
22
+ fillRule: "evenodd"
23
+ }), /*#__PURE__*/_jsx("path", {
24
+ d: "M1 75.11V11.597h120v74.678H11.574",
25
+ stroke: "#10162F"
26
+ }), /*#__PURE__*/_jsx("path", {
27
+ clipRule: "evenodd",
28
+ d: "M11.646 86.276C5.768 86.276 1 81.5 1 75.61l10.646 10.666Z",
29
+ fill: "#FFF0E5",
30
+ fillRule: "evenodd"
31
+ }), /*#__PURE__*/_jsx("path", {
32
+ d: "M11.646 86.276C5.768 86.276 1 81.5 1 75.61",
33
+ stroke: "#10162F"
34
+ }), /*#__PURE__*/_jsx("path", {
35
+ clipRule: "evenodd",
36
+ d: "M11.646 1C5.768 1 1 5.776 1 11.666V75.61c0-5.894 4.768-10.67 10.646-10.67 5.878 0 10.646 4.776 10.646 10.67V11.666C22.292 5.776 17.524 1 11.646 1Z",
37
+ fill: "#FFF0E5",
38
+ fillRule: "evenodd"
39
+ }), /*#__PURE__*/_jsx("path", {
40
+ clipRule: "evenodd",
41
+ d: "M11.646 1C5.768 1 1 5.776 1 11.666V75.61c0-5.894 4.768-10.67 10.646-10.67 5.878 0 10.646 4.776 10.646 10.67V11.666C22.292 5.776 17.524 1 11.646 1Z",
42
+ stroke: "#10162F"
43
+ }), /*#__PURE__*/_jsx("path", {
44
+ clipRule: "evenodd",
45
+ d: "M91.677 84.875H72.57l19.108-19.15v19.15ZM42.077 98h61.952V35.916L42.077 98Z",
46
+ fill: "#FFD300",
47
+ fillRule: "evenodd"
48
+ }), /*#__PURE__*/_jsx("path", {
49
+ clipRule: "evenodd",
50
+ d: "M91.677 84.875H72.57l19.108-19.15v19.15ZM42.077 98h61.952V35.916L42.077 98Z",
51
+ stroke: "#10162F"
52
+ }), /*#__PURE__*/_jsx("path", {
53
+ d: "m62.025 79.436 2.698 2.703M73.865 67.57l2.698 2.705M85.705 55.706l2.698 2.704M79.785 61.638l2.698 2.704M67.945 73.503l2.698 2.704",
54
+ stroke: "#10162F"
55
+ }), /*#__PURE__*/_jsx("path", {
56
+ clipRule: "evenodd",
57
+ d: "M66.22 24.389H37.266v12.873H66.22c3.546 0 6.422-2.884 6.422-6.438 0-3.555-2.876-6.435-6.422-6.435Z",
58
+ fill: "#10162F",
59
+ fillRule: "evenodd"
60
+ }), /*#__PURE__*/_jsx("path", {
61
+ clipRule: "evenodd",
62
+ d: "M66.22 24.389H37.266v12.873H66.22c3.546 0 6.422-2.884 6.422-6.438 0-3.555-2.876-6.435-6.422-6.435Z",
63
+ stroke: "#10162F"
64
+ }), /*#__PURE__*/_jsx("path", {
65
+ clipRule: "evenodd",
66
+ d: "M43.69 30.824c0 3.554-2.874 6.438-6.422 6.438-3.548 0-6.424-2.884-6.424-6.438 0-3.553 2.876-6.435 6.424-6.435 3.548 0 6.422 2.882 6.422 6.435Z",
67
+ fill: "#FFF0E5",
68
+ fillRule: "evenodd"
69
+ }), /*#__PURE__*/_jsx("path", {
70
+ clipRule: "evenodd",
71
+ d: "M43.69 30.824c0 3.554-2.874 6.438-6.422 6.438-3.548 0-6.424-2.884-6.424-6.438 0-3.553 2.876-6.435 6.424-6.435 3.548 0 6.422 2.882 6.422 6.435Z",
72
+ stroke: "#10162F"
73
+ }), /*#__PURE__*/_jsx("path", {
74
+ clipRule: "evenodd",
75
+ d: "M37.266 56.28H66.22V43.407H37.266c-3.548 0-6.422 2.882-6.422 6.437 0 3.556 2.874 6.436 6.422 6.436Z",
76
+ fill: "#10162F",
77
+ fillRule: "evenodd"
78
+ }), /*#__PURE__*/_jsx("path", {
79
+ clipRule: "evenodd",
80
+ d: "M37.266 56.28H66.22V43.407H37.266c-3.548 0-6.422 2.882-6.422 6.437 0 3.556 2.874 6.436 6.422 6.436Z",
81
+ stroke: "#10162F"
82
+ }), /*#__PURE__*/_jsx("path", {
83
+ clipRule: "evenodd",
84
+ d: "M59.795 49.844c0-3.555 2.876-6.437 6.424-6.437 3.546 0 6.422 2.882 6.422 6.437 0 3.554-2.876 6.436-6.422 6.436-3.548 0-6.424-2.882-6.424-6.436Z",
85
+ fill: "#FFF0E5",
86
+ fillRule: "evenodd"
87
+ }), /*#__PURE__*/_jsx("path", {
88
+ clipRule: "evenodd",
89
+ d: "M59.795 49.844c0-3.555 2.876-6.437 6.424-6.437 3.546 0 6.422 2.882 6.422 6.437 0 3.554-2.876 6.436-6.422 6.436-3.548 0-6.424-2.882-6.424-6.436Z",
90
+ stroke: "#10162F"
91
+ })]
92
+ });
@@ -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 BlueprintWhite = _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 84 68",
16
- width: width,
17
- xmlns: "http://www.w3.org/2000/svg",
18
- children: [/*#__PURE__*/_jsx("title", {
19
- children: "Blueprint White Illustration"
20
- }), /*#__PURE__*/_jsx("path", {
21
- clipRule: "evenodd",
22
- d: "M1.031 51.425V8.212h81.931v50.812H8.251",
23
- fill: "#fff",
24
- fillRule: "evenodd"
25
- }), /*#__PURE__*/_jsx("path", {
26
- clipRule: "evenodd",
27
- d: "M1.031 51.425V8.212h81.931v50.812H8.251",
28
- fill: "#fff",
29
- fillRule: "evenodd"
30
- }), /*#__PURE__*/_jsx("path", {
31
- d: "M1.031 51.425V8.212h81.931v50.812H8.251",
32
- stroke: "#10162F"
33
- }), /*#__PURE__*/_jsx("path", {
34
- clipRule: "evenodd",
35
- d: "M8.299 59.023c-4.013 0-7.671-2.889-7.269-7.718L8.3 59.023Z",
36
- fill: "#fff",
37
- fillRule: "evenodd"
38
- }), /*#__PURE__*/_jsx("path", {
39
- d: "M8.299 59.023c-4.013 0-7.269-3.25-7.269-7.257",
40
- stroke: "#10162F"
41
- }), /*#__PURE__*/_jsx("path", {
42
- clipRule: "evenodd",
43
- d: "M8.299 1C4.286 1 1.03 4.25 1.03 8.257v43.508c0-4.01 3.256-7.26 7.269-7.26s7.269 3.25 7.269 7.26V8.257C15.568 4.25 12.312 1 8.298 1Z",
44
- fill: "#fff",
45
- fillRule: "evenodd"
46
- }), /*#__PURE__*/_jsx("path", {
47
- clipRule: "evenodd",
48
- d: "M8.299 1C4.286 1 1.03 4.25 1.03 8.257v43.508c0-4.01 3.256-7.26 7.269-7.26s7.269 3.25 7.269 7.26V8.257C15.568 4.25 12.312 1 8.298 1Z",
49
- stroke: "#10162F"
50
- }), /*#__PURE__*/_jsx("path", {
51
- clipRule: "evenodd",
52
- d: "M62.94 58.069H49.896l13.046-13.03v13.03Zm-33.864 8.93h42.298V24.757L29.076 66.999Z",
53
- fill: "#FFD300",
54
- fillRule: "evenodd"
55
- }), /*#__PURE__*/_jsx("path", {
56
- clipRule: "evenodd",
57
- d: "M62.94 58.069H49.896l13.046-13.03v13.03Zm-33.864 8.93h42.298V24.757L29.076 66.999Z",
58
- stroke: "#10162F"
59
- }), /*#__PURE__*/_jsx("path", {
60
- d: "m42.696 54.368 1.842 1.84M50.78 46.295l1.842 1.84M58.862 38.222l1.842 1.84M54.821 42.259l1.842 1.84M46.737 50.331l1.842 1.84",
61
- stroke: "#10162F"
62
- }), /*#__PURE__*/_jsx("path", {
63
- clipRule: "evenodd",
64
- d: "M45.56 16.914H25.79v8.759H45.56a4.384 4.384 0 0 0 4.384-4.38 4.381 4.381 0 0 0-4.384-4.379Z",
65
- fill: "#10162F",
66
- fillRule: "evenodd"
67
- }), /*#__PURE__*/_jsx("path", {
68
- clipRule: "evenodd",
69
- d: "M45.56 16.914H25.79v8.759H45.56a4.384 4.384 0 0 0 4.384-4.38 4.381 4.381 0 0 0-4.384-4.379Z",
70
- fill: "#1557FF",
71
- fillRule: "evenodd",
72
- stroke: "#10162F"
73
- }), /*#__PURE__*/_jsx("path", {
74
- clipRule: "evenodd",
75
- d: "M30.177 21.293a4.383 4.383 0 0 1-4.385 4.38 4.384 4.384 0 0 1-4.386-4.38 4.383 4.383 0 0 1 4.386-4.379 4.382 4.382 0 0 1 4.385 4.379Z",
76
- fill: "#fff",
77
- fillRule: "evenodd"
78
- }), /*#__PURE__*/_jsx("path", {
79
- clipRule: "evenodd",
80
- d: "M30.177 21.293a4.383 4.383 0 0 1-4.385 4.38 4.384 4.384 0 0 1-4.386-4.38 4.383 4.383 0 0 1 4.386-4.379 4.382 4.382 0 0 1 4.385 4.379Z",
81
- stroke: "#10162F"
82
- }), /*#__PURE__*/_jsx("path", {
83
- clipRule: "evenodd",
84
- d: "M25.79 38.613h19.77v-8.76H25.79a4.38 4.38 0 1 0 0 8.759Z",
85
- fill: "#1557FF",
86
- fillRule: "evenodd"
87
- }), /*#__PURE__*/_jsx("path", {
88
- clipRule: "evenodd",
89
- d: "M25.79 38.613h19.77v-8.76H25.79a4.38 4.38 0 1 0 0 8.759Z",
90
- stroke: "#10162F"
91
- }), /*#__PURE__*/_jsx("path", {
92
- clipRule: "evenodd",
93
- d: "M41.173 34.234c0-2.42 1.963-4.38 4.386-4.38a4.383 4.383 0 0 1 4.385 4.38 4.382 4.382 0 0 1-4.385 4.379 4.383 4.383 0 0 1-4.386-4.38Z",
94
- fill: "#fff",
95
- fillRule: "evenodd"
96
- }), /*#__PURE__*/_jsx("path", {
97
- clipRule: "evenodd",
98
- d: "M41.173 34.234c0-2.42 1.963-4.38 4.386-4.38a4.383 4.383 0 0 1 4.385 4.38 4.382 4.382 0 0 1-4.385 4.379 4.383 4.383 0 0 1-4.386-4.38Z",
99
- stroke: "#10162F"
100
- })]
101
- });
102
- };
3
+ export const BlueprintWhite = ({
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 84 68",
14
+ width: width,
15
+ xmlns: "http://www.w3.org/2000/svg",
16
+ children: [/*#__PURE__*/_jsx("title", {
17
+ children: "Blueprint White Illustration"
18
+ }), /*#__PURE__*/_jsx("path", {
19
+ clipRule: "evenodd",
20
+ d: "M1.031 51.425V8.212h81.931v50.812H8.251",
21
+ fill: "#fff",
22
+ fillRule: "evenodd"
23
+ }), /*#__PURE__*/_jsx("path", {
24
+ clipRule: "evenodd",
25
+ d: "M1.031 51.425V8.212h81.931v50.812H8.251",
26
+ fill: "#fff",
27
+ fillRule: "evenodd"
28
+ }), /*#__PURE__*/_jsx("path", {
29
+ d: "M1.031 51.425V8.212h81.931v50.812H8.251",
30
+ stroke: "#10162F"
31
+ }), /*#__PURE__*/_jsx("path", {
32
+ clipRule: "evenodd",
33
+ d: "M8.299 59.023c-4.013 0-7.671-2.889-7.269-7.718L8.3 59.023Z",
34
+ fill: "#fff",
35
+ fillRule: "evenodd"
36
+ }), /*#__PURE__*/_jsx("path", {
37
+ d: "M8.299 59.023c-4.013 0-7.269-3.25-7.269-7.257",
38
+ stroke: "#10162F"
39
+ }), /*#__PURE__*/_jsx("path", {
40
+ clipRule: "evenodd",
41
+ d: "M8.299 1C4.286 1 1.03 4.25 1.03 8.257v43.508c0-4.01 3.256-7.26 7.269-7.26s7.269 3.25 7.269 7.26V8.257C15.568 4.25 12.312 1 8.298 1Z",
42
+ fill: "#fff",
43
+ fillRule: "evenodd"
44
+ }), /*#__PURE__*/_jsx("path", {
45
+ clipRule: "evenodd",
46
+ d: "M8.299 1C4.286 1 1.03 4.25 1.03 8.257v43.508c0-4.01 3.256-7.26 7.269-7.26s7.269 3.25 7.269 7.26V8.257C15.568 4.25 12.312 1 8.298 1Z",
47
+ stroke: "#10162F"
48
+ }), /*#__PURE__*/_jsx("path", {
49
+ clipRule: "evenodd",
50
+ d: "M62.94 58.069H49.896l13.046-13.03v13.03Zm-33.864 8.93h42.298V24.757L29.076 66.999Z",
51
+ fill: "#FFD300",
52
+ fillRule: "evenodd"
53
+ }), /*#__PURE__*/_jsx("path", {
54
+ clipRule: "evenodd",
55
+ d: "M62.94 58.069H49.896l13.046-13.03v13.03Zm-33.864 8.93h42.298V24.757L29.076 66.999Z",
56
+ stroke: "#10162F"
57
+ }), /*#__PURE__*/_jsx("path", {
58
+ d: "m42.696 54.368 1.842 1.84M50.78 46.295l1.842 1.84M58.862 38.222l1.842 1.84M54.821 42.259l1.842 1.84M46.737 50.331l1.842 1.84",
59
+ stroke: "#10162F"
60
+ }), /*#__PURE__*/_jsx("path", {
61
+ clipRule: "evenodd",
62
+ d: "M45.56 16.914H25.79v8.759H45.56a4.384 4.384 0 0 0 4.384-4.38 4.381 4.381 0 0 0-4.384-4.379Z",
63
+ fill: "#10162F",
64
+ fillRule: "evenodd"
65
+ }), /*#__PURE__*/_jsx("path", {
66
+ clipRule: "evenodd",
67
+ d: "M45.56 16.914H25.79v8.759H45.56a4.384 4.384 0 0 0 4.384-4.38 4.381 4.381 0 0 0-4.384-4.379Z",
68
+ fill: "#1557FF",
69
+ fillRule: "evenodd",
70
+ stroke: "#10162F"
71
+ }), /*#__PURE__*/_jsx("path", {
72
+ clipRule: "evenodd",
73
+ d: "M30.177 21.293a4.383 4.383 0 0 1-4.385 4.38 4.384 4.384 0 0 1-4.386-4.38 4.383 4.383 0 0 1 4.386-4.379 4.382 4.382 0 0 1 4.385 4.379Z",
74
+ fill: "#fff",
75
+ fillRule: "evenodd"
76
+ }), /*#__PURE__*/_jsx("path", {
77
+ clipRule: "evenodd",
78
+ d: "M30.177 21.293a4.383 4.383 0 0 1-4.385 4.38 4.384 4.384 0 0 1-4.386-4.38 4.383 4.383 0 0 1 4.386-4.379 4.382 4.382 0 0 1 4.385 4.379Z",
79
+ stroke: "#10162F"
80
+ }), /*#__PURE__*/_jsx("path", {
81
+ clipRule: "evenodd",
82
+ d: "M25.79 38.613h19.77v-8.76H25.79a4.38 4.38 0 1 0 0 8.759Z",
83
+ fill: "#1557FF",
84
+ fillRule: "evenodd"
85
+ }), /*#__PURE__*/_jsx("path", {
86
+ clipRule: "evenodd",
87
+ d: "M25.79 38.613h19.77v-8.76H25.79a4.38 4.38 0 1 0 0 8.759Z",
88
+ stroke: "#10162F"
89
+ }), /*#__PURE__*/_jsx("path", {
90
+ clipRule: "evenodd",
91
+ d: "M41.173 34.234c0-2.42 1.963-4.38 4.386-4.38a4.383 4.383 0 0 1 4.385 4.38 4.382 4.382 0 0 1-4.385 4.379 4.383 4.383 0 0 1-4.386-4.38Z",
92
+ fill: "#fff",
93
+ fillRule: "evenodd"
94
+ }), /*#__PURE__*/_jsx("path", {
95
+ clipRule: "evenodd",
96
+ d: "M41.173 34.234c0-2.42 1.963-4.38 4.386-4.38a4.383 4.383 0 0 1 4.385 4.38 4.382 4.382 0 0 1-4.385 4.379 4.383 4.383 0 0 1-4.386-4.38Z",
97
+ stroke: "#10162F"
98
+ })]
99
+ });
@@ -1,97 +1,94 @@
1
1
  import * as React from 'react';
2
2
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
- export const BookAndNotepad = _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 193 174",
16
- width: width,
17
- xmlns: "http://www.w3.org/2000/svg",
18
- children: [/*#__PURE__*/_jsx("title", {
19
- children: "BookAndNotepad Illustration"
20
- }), /*#__PURE__*/_jsx("path", {
21
- d: "M73.928 27.83H11c-5.523 0-10 4.477-10 10v100.002c0 5.523 4.477 10 10 10h62.928c5.523 0 10-4.477 10-10V37.83c0-5.523-4.477-10-10-10Z",
22
- fill: "#CCA900",
23
- stroke: "#10162F",
24
- strokeMiterlimit: "10"
25
- }), /*#__PURE__*/_jsx("path", {
26
- d: "M93.686 27.83H10.757v99.514h82.929V27.83Z",
27
- fill: "#FFD300",
28
- stroke: "#10162F",
29
- strokeMiterlimit: "10"
30
- }), /*#__PURE__*/_jsx("path", {
31
- d: "M11.427 127.342h82.258v25.367H11.427c-2.765 0-5.418-1.337-7.373-3.715C2.099 146.615 1 143.389 1 140.025c0-3.363 1.099-6.589 3.054-8.968 1.955-2.379 4.608-3.715 7.373-3.715Z",
32
- fill: "#fff",
33
- stroke: "#10162F",
34
- strokeMiterlimit: "10"
35
- }), /*#__PURE__*/_jsx("path", {
36
- d: "M93.814 132.624h-76.12M93.815 139.689H16.91M93.816 145.967H18.481",
37
- stroke: "#10162F",
38
- strokeMiterlimit: "10"
39
- }), /*#__PURE__*/_jsx("path", {
40
- d: "M85.826 37.116h-66.87V77.49h66.87V37.116Z",
41
- fill: "#fff"
42
- }), /*#__PURE__*/_jsx("path", {
43
- d: "M14.955 21h8.06c.856 0 1.676.306 2.28.852.605.547.945 1.287.945 2.06v3.396H11.73v-3.397c0-.772.34-1.512.945-2.059a3.408 3.408 0 0 1 2.28-.852ZM48.806 148.417H32.442a5.422 5.422 0 0 1-2.027-.392 5.301 5.301 0 0 1-1.718-1.117 5.142 5.142 0 0 1-1.148-1.671 5.03 5.03 0 0 1-.403-1.971v-15.924H12.707v21.075c0 1.845.373 3.672 1.099 5.376a14.023 14.023 0 0 0 3.13 4.557 14.466 14.466 0 0 0 4.684 3.046 14.81 14.81 0 0 0 5.526 1.069h21.66l-8.035-7.023 8.035-7.025Z",
44
- fill: "#10162F",
45
- stroke: "#10162F",
46
- strokeMiterlimit: "10"
47
- }), /*#__PURE__*/_jsx("path", {
48
- d: "M182.345 68.026h-78.226v105.352h78.226V68.026Z",
49
- fill: "#CCA900"
50
- }), /*#__PURE__*/_jsx("path", {
51
- d: "M188.022 62.982h-78.857v105.352h78.857V62.982Z",
52
- fill: "#fff",
53
- stroke: "#10162F",
54
- strokeMiterlimit: "10"
55
- }), /*#__PURE__*/_jsx("path", {
56
- d: "M80 42H24v31h56V42Z",
57
- fill: "#CCA900",
58
- stroke: "#10162F",
59
- strokeMiterlimit: "10"
60
- }), /*#__PURE__*/_jsx("path", {
61
- d: "m173.411 135.136 2.5-1.592-31.106-111.376-2.484.722 31.09 112.246Z",
62
- fill: "#FFD300",
63
- stroke: "#10162F",
64
- strokeMiterlimit: "10"
65
- }), /*#__PURE__*/_jsx("path", {
66
- d: "m171.33 136.111 2.487-.726-31.129-112.386-2.488.72-2.487.727 31.129 112.386 2.488-.721Z",
67
- fill: "#FFD300",
68
- stroke: "#10162F",
69
- strokeMiterlimit: "10"
70
- }), /*#__PURE__*/_jsx("path", {
71
- d: "m166.038 137.32 2.799-.814-31.09-112.245-2.798.813 31.089 112.246Z",
72
- fill: "#FFD300",
73
- stroke: "#10162F",
74
- strokeMiterlimit: "10"
75
- }), /*#__PURE__*/_jsx("path", {
76
- d: "M174.563 149.75a6.389 6.389 0 0 1 2.085-.306l-.655-15.499-2.983-1.205-1.987 2.803-2.982-1.208-1.99 2.8 6.588 13.61a6.852 6.852 0 0 1 1.924-.995Z",
77
- fill: "#FFFAE5",
78
- stroke: "#10162F",
79
- strokeMiterlimit: "10"
80
- }), /*#__PURE__*/_jsx("path", {
81
- d: "m172.883 150.969 4.929 8.554-1.099-9.457c-1.38-.118-2.726.199-3.83.903Z",
82
- fill: "#10162F",
83
- stroke: "#10162F",
84
- strokeLinejoin: "round",
85
- strokeMiterlimit: "10"
86
- }), /*#__PURE__*/_jsx("path", {
87
- d: "m144.804 22.167-9.923 2.885-3.781-13.65a5.232 5.232 0 0 1 .478-3.944 5.237 5.237 0 0 1 3.104-2.479 5.1 5.1 0 0 1 3.912.438 5.103 5.103 0 0 1 2.429 3.099l3.781 13.65Z",
88
- fill: "#FFFAE5",
89
- stroke: "#10162F",
90
- strokeMiterlimit: "10"
91
- }), /*#__PURE__*/_jsx("path", {
92
- d: "m144.051 18.514-10.098 1.966",
93
- stroke: "#10162F",
94
- strokeMiterlimit: "10"
95
- })]
96
- });
97
- };
3
+ export const BookAndNotepad = ({
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 193 174",
14
+ width: width,
15
+ xmlns: "http://www.w3.org/2000/svg",
16
+ children: [/*#__PURE__*/_jsx("title", {
17
+ children: "BookAndNotepad Illustration"
18
+ }), /*#__PURE__*/_jsx("path", {
19
+ d: "M73.928 27.83H11c-5.523 0-10 4.477-10 10v100.002c0 5.523 4.477 10 10 10h62.928c5.523 0 10-4.477 10-10V37.83c0-5.523-4.477-10-10-10Z",
20
+ fill: "#CCA900",
21
+ stroke: "#10162F",
22
+ strokeMiterlimit: "10"
23
+ }), /*#__PURE__*/_jsx("path", {
24
+ d: "M93.686 27.83H10.757v99.514h82.929V27.83Z",
25
+ fill: "#FFD300",
26
+ stroke: "#10162F",
27
+ strokeMiterlimit: "10"
28
+ }), /*#__PURE__*/_jsx("path", {
29
+ d: "M11.427 127.342h82.258v25.367H11.427c-2.765 0-5.418-1.337-7.373-3.715C2.099 146.615 1 143.389 1 140.025c0-3.363 1.099-6.589 3.054-8.968 1.955-2.379 4.608-3.715 7.373-3.715Z",
30
+ fill: "#fff",
31
+ stroke: "#10162F",
32
+ strokeMiterlimit: "10"
33
+ }), /*#__PURE__*/_jsx("path", {
34
+ d: "M93.814 132.624h-76.12M93.815 139.689H16.91M93.816 145.967H18.481",
35
+ stroke: "#10162F",
36
+ strokeMiterlimit: "10"
37
+ }), /*#__PURE__*/_jsx("path", {
38
+ d: "M85.826 37.116h-66.87V77.49h66.87V37.116Z",
39
+ fill: "#fff"
40
+ }), /*#__PURE__*/_jsx("path", {
41
+ d: "M14.955 21h8.06c.856 0 1.676.306 2.28.852.605.547.945 1.287.945 2.06v3.396H11.73v-3.397c0-.772.34-1.512.945-2.059a3.408 3.408 0 0 1 2.28-.852ZM48.806 148.417H32.442a5.422 5.422 0 0 1-2.027-.392 5.301 5.301 0 0 1-1.718-1.117 5.142 5.142 0 0 1-1.148-1.671 5.03 5.03 0 0 1-.403-1.971v-15.924H12.707v21.075c0 1.845.373 3.672 1.099 5.376a14.023 14.023 0 0 0 3.13 4.557 14.466 14.466 0 0 0 4.684 3.046 14.81 14.81 0 0 0 5.526 1.069h21.66l-8.035-7.023 8.035-7.025Z",
42
+ fill: "#10162F",
43
+ stroke: "#10162F",
44
+ strokeMiterlimit: "10"
45
+ }), /*#__PURE__*/_jsx("path", {
46
+ d: "M182.345 68.026h-78.226v105.352h78.226V68.026Z",
47
+ fill: "#CCA900"
48
+ }), /*#__PURE__*/_jsx("path", {
49
+ d: "M188.022 62.982h-78.857v105.352h78.857V62.982Z",
50
+ fill: "#fff",
51
+ stroke: "#10162F",
52
+ strokeMiterlimit: "10"
53
+ }), /*#__PURE__*/_jsx("path", {
54
+ d: "M80 42H24v31h56V42Z",
55
+ fill: "#CCA900",
56
+ stroke: "#10162F",
57
+ strokeMiterlimit: "10"
58
+ }), /*#__PURE__*/_jsx("path", {
59
+ d: "m173.411 135.136 2.5-1.592-31.106-111.376-2.484.722 31.09 112.246Z",
60
+ fill: "#FFD300",
61
+ stroke: "#10162F",
62
+ strokeMiterlimit: "10"
63
+ }), /*#__PURE__*/_jsx("path", {
64
+ d: "m171.33 136.111 2.487-.726-31.129-112.386-2.488.72-2.487.727 31.129 112.386 2.488-.721Z",
65
+ fill: "#FFD300",
66
+ stroke: "#10162F",
67
+ strokeMiterlimit: "10"
68
+ }), /*#__PURE__*/_jsx("path", {
69
+ d: "m166.038 137.32 2.799-.814-31.09-112.245-2.798.813 31.089 112.246Z",
70
+ fill: "#FFD300",
71
+ stroke: "#10162F",
72
+ strokeMiterlimit: "10"
73
+ }), /*#__PURE__*/_jsx("path", {
74
+ d: "M174.563 149.75a6.389 6.389 0 0 1 2.085-.306l-.655-15.499-2.983-1.205-1.987 2.803-2.982-1.208-1.99 2.8 6.588 13.61a6.852 6.852 0 0 1 1.924-.995Z",
75
+ fill: "#FFFAE5",
76
+ stroke: "#10162F",
77
+ strokeMiterlimit: "10"
78
+ }), /*#__PURE__*/_jsx("path", {
79
+ d: "m172.883 150.969 4.929 8.554-1.099-9.457c-1.38-.118-2.726.199-3.83.903Z",
80
+ fill: "#10162F",
81
+ stroke: "#10162F",
82
+ strokeLinejoin: "round",
83
+ strokeMiterlimit: "10"
84
+ }), /*#__PURE__*/_jsx("path", {
85
+ d: "m144.804 22.167-9.923 2.885-3.781-13.65a5.232 5.232 0 0 1 .478-3.944 5.237 5.237 0 0 1 3.104-2.479 5.1 5.1 0 0 1 3.912.438 5.103 5.103 0 0 1 2.429 3.099l3.781 13.65Z",
86
+ fill: "#FFFAE5",
87
+ stroke: "#10162F",
88
+ strokeMiterlimit: "10"
89
+ }), /*#__PURE__*/_jsx("path", {
90
+ d: "m144.051 18.514-10.098 1.966",
91
+ stroke: "#10162F",
92
+ strokeMiterlimit: "10"
93
+ })]
94
+ });