@codecademy/gamut-illustrations 0.55.0-alpha.c90abf.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/{NewIllo.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 -0
  70. package/dist/index.js +1 -0
  71. package/package.json +3 -3
  72. package/dist/NewIllo.js +0 -33
@@ -1,68 +1,65 @@
1
1
  import * as React from 'react';
2
2
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
- export const MagnifyingGlass = _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
- width: width,
16
- xmlns: "http://www.w3.org/2000/svg",
17
- children: [/*#__PURE__*/_jsx("title", {
18
- children: "Magnifying Glass Icon"
19
- }), /*#__PURE__*/_jsx("path", {
20
- clipRule: "evenodd",
21
- d: "m121 114.509-12.071 10.904-42.204-46.722 12.07-10.904L121 114.51Z",
22
- fill: "#F5FCFF",
23
- fillRule: "evenodd"
24
- }), /*#__PURE__*/_jsx("path", {
25
- clipRule: "evenodd",
26
- d: "m121 114.509-12.071 10.904-42.204-46.722 12.07-10.904L121 114.51Z",
27
- stroke: "#10162F",
28
- strokeWidth: "2"
29
- }), /*#__PURE__*/_jsx("path", {
30
- clipRule: "evenodd",
31
- d: "M95.676 48.339c0 26.143-21.194 47.338-47.337 47.338C22.194 95.677 1 74.482 1 48.338 1 22.196 22.194 1 48.339 1c26.143 0 47.337 21.195 47.337 47.339Z",
32
- fill: "#F5FCFF",
33
- fillRule: "evenodd"
34
- }), /*#__PURE__*/_jsx("path", {
35
- clipRule: "evenodd",
36
- d: "M95.676 48.339c0 26.143-21.194 47.338-47.337 47.338C22.194 95.677 1 74.482 1 48.338 1 22.196 22.194 1 48.339 1c26.143 0 47.337 21.195 47.337 47.339Z",
37
- stroke: "#10162F",
38
- strokeWidth: "2"
39
- }), /*#__PURE__*/_jsx("path", {
40
- clipRule: "evenodd",
41
- d: "M89.805 48.339c0 22.9-18.565 41.466-41.467 41.466-22.902 0-41.467-18.565-41.467-41.467 0-22.9 18.565-41.466 41.467-41.466 22.902 0 41.467 18.565 41.467 41.467Z",
42
- fill: "#10162F",
43
- fillRule: "evenodd"
44
- }), /*#__PURE__*/_jsx("path", {
45
- clipRule: "evenodd",
46
- d: "M89.805 48.339c0 22.9-18.565 41.466-41.467 41.466-22.902 0-41.467-18.565-41.467-41.467 0-22.9 18.565-41.466 41.467-41.466 22.902 0 41.467 18.565 41.467 41.467Z",
47
- stroke: "#10162F",
48
- strokeWidth: "2"
49
- }), /*#__PURE__*/_jsx("mask", {
50
- height: "91",
51
- id: "a",
52
- maskUnits: "userSpaceOnUse",
53
- width: "119",
54
- x: "8",
55
- y: "3",
56
- children: /*#__PURE__*/_jsx("path", {
57
- d: "M8 48.416c0 24.705 26.636 44.732 59.493 44.732 32.858 0 59.494-20.027 59.494-44.731S100.351 3.684 67.493 3.684C34.636 3.684 8 23.713 8 48.417Z",
58
- fill: "#fff"
59
- })
60
- }), /*#__PURE__*/_jsx("g", {
61
- fill: "#F5FCFF",
62
- mask: "url(#a)",
63
- children: /*#__PURE__*/_jsx("path", {
64
- d: "M-6.654-4.104c-1.48 3.16-3.84 3.68-8.68 3.8v2.52h7.4v19.52h-7.4v3.16h17.16v-3.16h-6.08v-25.84h-2.4Zm25.86 0c-1.48 3.16-3.84 3.68-8.68 3.8v2.52h7.4v19.52h-7.4v3.16h17.16v-3.16h-6.08v-25.84h-2.4Zm25.659 29.52c7.32 0 10.16-6.16 10.16-15.16s-2.84-14.88-10.16-14.88-10.12 5.88-10.12 14.88 2.8 15.16 10.12 15.16Zm-6.4-15.16c0-7.92 2.04-11.76 6.4-11.76 3.48 0 5.52 2.48 6.16 7.52l-12.52 5.72c-.04-.48-.04-.96-.04-1.48Zm6.4 12c-3.44 0-5.44-2.52-6.12-7.48l12.52-5.8c.04.44.04.84.04 1.28 0 7.92-2.08 12-6.44 12ZM-6.854 60.307c7.32 0 10.16-6.16 10.16-15.16s-2.84-14.88-10.16-14.88-10.12 5.88-10.12 14.88 2.8 15.16 10.12 15.16Zm-6.4-15.16c0-7.92 2.04-11.76 6.4-11.76 3.48 0 5.52 2.48 6.16 7.52l-12.52 5.72c-.04-.48-.04-.96-.04-1.48Zm6.4 12c-3.44 0-5.44-2.52-6.12-7.48l12.52-5.8c.04.44.04.84.04 1.28 0 7.92-2.08 12-6.44 12Zm26.06-26.36c-1.48 3.16-3.84 3.68-8.68 3.8v2.52h7.4v19.52h-7.4v3.16h17.16v-3.16h-6.08v-25.84h-2.4Zm25.859 0c-1.48 3.16-3.84 3.68-8.68 3.8v2.52h7.4v19.52h-7.4v3.16h17.16v-3.16h-6.08v-25.84h-2.4ZM-6.654 66.573c-1.48 3.16-3.84 3.68-8.68 3.8v2.52h7.4v19.52h-7.4v3.16h17.16v-3.16h-6.08v-25.84h-2.4Zm25.86 0c-1.48 3.16-3.84 3.68-8.68 3.8v2.52h7.4v19.52h-7.4v3.16h17.16v-3.16h-6.08v-25.84h-2.4Zm25.659 29.52c7.32 0 10.16-6.16 10.16-15.16s-2.84-14.88-10.16-14.88-10.12 5.88-10.12 14.88 2.8 15.16 10.12 15.16Zm-6.4-15.16c0-7.92 2.04-11.76 6.4-11.76 3.48 0 5.52 2.48 6.16 7.52l-12.52 5.72c-.04-.48-.04-.96-.04-1.48Zm6.4 12c-3.44 0-5.44-2.52-6.12-7.48l12.52-5.8c.04.44.04.84.04 1.28 0 7.92-2.08 12-6.44 12Z"
65
- })
66
- })]
67
- });
68
- };
3
+ export const MagnifyingGlass = ({
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
+ width: width,
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ children: [/*#__PURE__*/_jsx("title", {
16
+ children: "Magnifying Glass Icon"
17
+ }), /*#__PURE__*/_jsx("path", {
18
+ clipRule: "evenodd",
19
+ d: "m121 114.509-12.071 10.904-42.204-46.722 12.07-10.904L121 114.51Z",
20
+ fill: "#F5FCFF",
21
+ fillRule: "evenodd"
22
+ }), /*#__PURE__*/_jsx("path", {
23
+ clipRule: "evenodd",
24
+ d: "m121 114.509-12.071 10.904-42.204-46.722 12.07-10.904L121 114.51Z",
25
+ stroke: "#10162F",
26
+ strokeWidth: "2"
27
+ }), /*#__PURE__*/_jsx("path", {
28
+ clipRule: "evenodd",
29
+ d: "M95.676 48.339c0 26.143-21.194 47.338-47.337 47.338C22.194 95.677 1 74.482 1 48.338 1 22.196 22.194 1 48.339 1c26.143 0 47.337 21.195 47.337 47.339Z",
30
+ fill: "#F5FCFF",
31
+ fillRule: "evenodd"
32
+ }), /*#__PURE__*/_jsx("path", {
33
+ clipRule: "evenodd",
34
+ d: "M95.676 48.339c0 26.143-21.194 47.338-47.337 47.338C22.194 95.677 1 74.482 1 48.338 1 22.196 22.194 1 48.339 1c26.143 0 47.337 21.195 47.337 47.339Z",
35
+ stroke: "#10162F",
36
+ strokeWidth: "2"
37
+ }), /*#__PURE__*/_jsx("path", {
38
+ clipRule: "evenodd",
39
+ d: "M89.805 48.339c0 22.9-18.565 41.466-41.467 41.466-22.902 0-41.467-18.565-41.467-41.467 0-22.9 18.565-41.466 41.467-41.466 22.902 0 41.467 18.565 41.467 41.467Z",
40
+ fill: "#10162F",
41
+ fillRule: "evenodd"
42
+ }), /*#__PURE__*/_jsx("path", {
43
+ clipRule: "evenodd",
44
+ d: "M89.805 48.339c0 22.9-18.565 41.466-41.467 41.466-22.902 0-41.467-18.565-41.467-41.467 0-22.9 18.565-41.466 41.467-41.466 22.902 0 41.467 18.565 41.467 41.467Z",
45
+ stroke: "#10162F",
46
+ strokeWidth: "2"
47
+ }), /*#__PURE__*/_jsx("mask", {
48
+ height: "91",
49
+ id: "a",
50
+ maskUnits: "userSpaceOnUse",
51
+ width: "119",
52
+ x: "8",
53
+ y: "3",
54
+ children: /*#__PURE__*/_jsx("path", {
55
+ d: "M8 48.416c0 24.705 26.636 44.732 59.493 44.732 32.858 0 59.494-20.027 59.494-44.731S100.351 3.684 67.493 3.684C34.636 3.684 8 23.713 8 48.417Z",
56
+ fill: "#fff"
57
+ })
58
+ }), /*#__PURE__*/_jsx("g", {
59
+ fill: "#F5FCFF",
60
+ mask: "url(#a)",
61
+ children: /*#__PURE__*/_jsx("path", {
62
+ d: "M-6.654-4.104c-1.48 3.16-3.84 3.68-8.68 3.8v2.52h7.4v19.52h-7.4v3.16h17.16v-3.16h-6.08v-25.84h-2.4Zm25.86 0c-1.48 3.16-3.84 3.68-8.68 3.8v2.52h7.4v19.52h-7.4v3.16h17.16v-3.16h-6.08v-25.84h-2.4Zm25.659 29.52c7.32 0 10.16-6.16 10.16-15.16s-2.84-14.88-10.16-14.88-10.12 5.88-10.12 14.88 2.8 15.16 10.12 15.16Zm-6.4-15.16c0-7.92 2.04-11.76 6.4-11.76 3.48 0 5.52 2.48 6.16 7.52l-12.52 5.72c-.04-.48-.04-.96-.04-1.48Zm6.4 12c-3.44 0-5.44-2.52-6.12-7.48l12.52-5.8c.04.44.04.84.04 1.28 0 7.92-2.08 12-6.44 12ZM-6.854 60.307c7.32 0 10.16-6.16 10.16-15.16s-2.84-14.88-10.16-14.88-10.12 5.88-10.12 14.88 2.8 15.16 10.12 15.16Zm-6.4-15.16c0-7.92 2.04-11.76 6.4-11.76 3.48 0 5.52 2.48 6.16 7.52l-12.52 5.72c-.04-.48-.04-.96-.04-1.48Zm6.4 12c-3.44 0-5.44-2.52-6.12-7.48l12.52-5.8c.04.44.04.84.04 1.28 0 7.92-2.08 12-6.44 12Zm26.06-26.36c-1.48 3.16-3.84 3.68-8.68 3.8v2.52h7.4v19.52h-7.4v3.16h17.16v-3.16h-6.08v-25.84h-2.4Zm25.859 0c-1.48 3.16-3.84 3.68-8.68 3.8v2.52h7.4v19.52h-7.4v3.16h17.16v-3.16h-6.08v-25.84h-2.4ZM-6.654 66.573c-1.48 3.16-3.84 3.68-8.68 3.8v2.52h7.4v19.52h-7.4v3.16h17.16v-3.16h-6.08v-25.84h-2.4Zm25.86 0c-1.48 3.16-3.84 3.68-8.68 3.8v2.52h7.4v19.52h-7.4v3.16h17.16v-3.16h-6.08v-25.84h-2.4Zm25.659 29.52c7.32 0 10.16-6.16 10.16-15.16s-2.84-14.88-10.16-14.88-10.12 5.88-10.12 14.88 2.8 15.16 10.12 15.16Zm-6.4-15.16c0-7.92 2.04-11.76 6.4-11.76 3.48 0 5.52 2.48 6.16 7.52l-12.52 5.72c-.04-.48-.04-.96-.04-1.48Zm6.4 12c-3.44 0-5.44-2.52-6.12-7.48l12.52-5.8c.04.44.04.84.04 1.28 0 7.92-2.08 12-6.44 12Z"
63
+ })
64
+ })]
65
+ });
package/dist/Maze.js CHANGED
@@ -1,71 +1,68 @@
1
1
  import * as React from 'react';
2
2
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
- export const Maze = _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 201 162",
16
- width: width,
17
- xmlns: "http://www.w3.org/2000/svg",
18
- children: [/*#__PURE__*/_jsx("path", {
19
- d: "M189.814 26.65H1.355v127.058h188.459V26.65Z",
20
- fill: "#66C4FF",
21
- stroke: "#10172F",
22
- strokeMiterlimit: "10"
23
- }), /*#__PURE__*/_jsx("path", {
24
- d: "M1.12 77.31H35.34v18.2h-15.38M52.913 93.623v18.83H18.231v17.268M18.23 153.708v-7.044h17.336v-16.943h17.347v23.987M35.566 153.708h34.065M104.393 95.51H69.631v34.211h17.381v-18.043h51.648v35.491M104.146 78.163V43.65H87.641v34.514H52.6V60.906H18.23V26.65h34.368M35.33 43.649H52.6",
25
- stroke: "#10172F",
26
- strokeMiterlimit: "10"
27
- }), /*#__PURE__*/_jsx("path", {
28
- d: "M121.751 43.649V95.51h16.909v33.166M121.752 147.17v-18.494h-17.606v25.032M87.136 143.586h17.01",
29
- stroke: "#10172F",
30
- strokeMiterlimit: "10"
31
- }), /*#__PURE__*/_jsx("path", {
32
- d: "M189.836 61.142V43.705l-33.671-.056v17.437h17.257V95.51h-17.864V78.67H138.66v-52.02H69.631v34.257M155.558 129.721v-18.043h34.278V95.51M189.814 129.721h-16.246v23.987",
33
- stroke: "#10172F",
34
- strokeMiterlimit: "10"
35
- }), /*#__PURE__*/_jsx("path", {
36
- d: "M200.151 1H20.691L1.12 26.65h188.458L200.151 1ZM200.15 1.023V128.16l-10.314 25.548V26.571L200.15 1.023Z",
37
- fill: "#F5FCFF",
38
- stroke: "#10172F",
39
- strokeLinejoin: "bevel"
40
- }), /*#__PURE__*/_jsx("path", {
41
- d: "M200.15 1.022V1",
42
- stroke: "#231F20",
43
- strokeLinejoin: "bevel"
44
- }), /*#__PURE__*/_jsx("path", {
45
- d: "M58.935 94.387H1.355v59.355h57.58V94.387Z",
46
- fill: "#F5FCFF",
47
- stroke: "#10172F",
48
- strokeMiterlimit: "10"
49
- }), /*#__PURE__*/_jsx("path", {
50
- d: "M29.769 161V87.118l29.166 7.235v59.355L29.77 161Z",
51
- fill: "#F5FCFF",
52
- stroke: "#10172F",
53
- strokeLinejoin: "bevel"
54
- }), /*#__PURE__*/_jsx("path", {
55
- d: "M29.78 87.118h-2.899V161h2.899V87.118Z",
56
- fill: "#10172F",
57
- stroke: "#231F20",
58
- strokeMiterlimit: "10"
59
- }), /*#__PURE__*/_jsx("path", {
60
- d: "M147.649 78.669h-8.989V42.874a8.46 8.46 0 0 0-8.46-8.45 8.45 8.45 0 0 0-8.449 8.45v44.244a8.451 8.451 0 0 0 8.449 8.448h8.46v33.818a8.45 8.45 0 0 0 8.449 8.449 8.43 8.43 0 0 0 5.978-2.471 8.434 8.434 0 0 0 2.471-5.978V86.578a7.852 7.852 0 0 0-2.303-5.606 7.864 7.864 0 0 0-5.606-2.303Z",
61
- fill: "#1557FF",
62
- stroke: "#10172F",
63
- strokeMiterlimit: "10"
64
- }), /*#__PURE__*/_jsx("path", {
65
- d: "M38.858 61.086a8.718 8.718 0 1 0 0-17.437 8.718 8.718 0 0 0 0 17.437Z",
66
- fill: "#10172F",
67
- stroke: "#231F20",
68
- strokeMiterlimit: "10"
69
- })]
70
- });
71
- };
3
+ export const Maze = ({
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 201 162",
14
+ width: width,
15
+ xmlns: "http://www.w3.org/2000/svg",
16
+ children: [/*#__PURE__*/_jsx("path", {
17
+ d: "M189.814 26.65H1.355v127.058h188.459V26.65Z",
18
+ fill: "#66C4FF",
19
+ stroke: "#10172F",
20
+ strokeMiterlimit: "10"
21
+ }), /*#__PURE__*/_jsx("path", {
22
+ d: "M1.12 77.31H35.34v18.2h-15.38M52.913 93.623v18.83H18.231v17.268M18.23 153.708v-7.044h17.336v-16.943h17.347v23.987M35.566 153.708h34.065M104.393 95.51H69.631v34.211h17.381v-18.043h51.648v35.491M104.146 78.163V43.65H87.641v34.514H52.6V60.906H18.23V26.65h34.368M35.33 43.649H52.6",
23
+ stroke: "#10172F",
24
+ strokeMiterlimit: "10"
25
+ }), /*#__PURE__*/_jsx("path", {
26
+ d: "M121.751 43.649V95.51h16.909v33.166M121.752 147.17v-18.494h-17.606v25.032M87.136 143.586h17.01",
27
+ stroke: "#10172F",
28
+ strokeMiterlimit: "10"
29
+ }), /*#__PURE__*/_jsx("path", {
30
+ d: "M189.836 61.142V43.705l-33.671-.056v17.437h17.257V95.51h-17.864V78.67H138.66v-52.02H69.631v34.257M155.558 129.721v-18.043h34.278V95.51M189.814 129.721h-16.246v23.987",
31
+ stroke: "#10172F",
32
+ strokeMiterlimit: "10"
33
+ }), /*#__PURE__*/_jsx("path", {
34
+ d: "M200.151 1H20.691L1.12 26.65h188.458L200.151 1ZM200.15 1.023V128.16l-10.314 25.548V26.571L200.15 1.023Z",
35
+ fill: "#F5FCFF",
36
+ stroke: "#10172F",
37
+ strokeLinejoin: "bevel"
38
+ }), /*#__PURE__*/_jsx("path", {
39
+ d: "M200.15 1.022V1",
40
+ stroke: "#231F20",
41
+ strokeLinejoin: "bevel"
42
+ }), /*#__PURE__*/_jsx("path", {
43
+ d: "M58.935 94.387H1.355v59.355h57.58V94.387Z",
44
+ fill: "#F5FCFF",
45
+ stroke: "#10172F",
46
+ strokeMiterlimit: "10"
47
+ }), /*#__PURE__*/_jsx("path", {
48
+ d: "M29.769 161V87.118l29.166 7.235v59.355L29.77 161Z",
49
+ fill: "#F5FCFF",
50
+ stroke: "#10172F",
51
+ strokeLinejoin: "bevel"
52
+ }), /*#__PURE__*/_jsx("path", {
53
+ d: "M29.78 87.118h-2.899V161h2.899V87.118Z",
54
+ fill: "#10172F",
55
+ stroke: "#231F20",
56
+ strokeMiterlimit: "10"
57
+ }), /*#__PURE__*/_jsx("path", {
58
+ d: "M147.649 78.669h-8.989V42.874a8.46 8.46 0 0 0-8.46-8.45 8.45 8.45 0 0 0-8.449 8.45v44.244a8.451 8.451 0 0 0 8.449 8.448h8.46v33.818a8.45 8.45 0 0 0 8.449 8.449 8.43 8.43 0 0 0 5.978-2.471 8.434 8.434 0 0 0 2.471-5.978V86.578a7.852 7.852 0 0 0-2.303-5.606 7.864 7.864 0 0 0-5.606-2.303Z",
59
+ fill: "#1557FF",
60
+ stroke: "#10172F",
61
+ strokeMiterlimit: "10"
62
+ }), /*#__PURE__*/_jsx("path", {
63
+ d: "M38.858 61.086a8.718 8.718 0 1 0 0-17.437 8.718 8.718 0 0 0 0 17.437Z",
64
+ fill: "#10172F",
65
+ stroke: "#231F20",
66
+ strokeMiterlimit: "10"
67
+ })]
68
+ });
package/dist/Megaphone.js CHANGED
@@ -1,52 +1,49 @@
1
1
  import * as React from 'react';
2
2
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
- export const Megaphone = _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 48 48",
16
- width: width,
17
- xmlns: "http://www.w3.org/2000/svg",
18
- children: [/*#__PURE__*/_jsx("title", {
19
- children: "Megaphone Icon"
20
- }), /*#__PURE__*/_jsx("circle", {
21
- cx: "24",
22
- cy: "24",
23
- fill: "white",
24
- r: "23.5",
25
- stroke: "#10162F"
26
- }), /*#__PURE__*/_jsx("path", {
27
- d: "M19.625 26.7083H17.75C16.9212 26.7083 16.1263 26.3791 15.5403 25.793C14.9542 25.207 14.625 24.4121 14.625 23.5833C14.625 22.7545 14.9542 21.9597 15.5403 21.3736C16.1263 20.7876 16.9212 20.4583 17.75 20.4583H19.625V26.7083Z",
28
- stroke: "#10162F",
29
- strokeLinecap: "round",
30
- strokeLinejoin: "round",
31
- strokeWidth: "1.25"
32
- }), /*#__PURE__*/_jsx("path", {
33
- d: "M19.625 26.7083C23.2926 26.7086 26.8781 27.7942 29.93 29.8283L30.875 30.4583V16.7083L29.93 17.3383C26.8781 19.3724 23.2926 20.458 19.625 20.4583V26.7083Z",
34
- stroke: "#10162F",
35
- strokeLinecap: "round",
36
- strokeLinejoin: "round",
37
- strokeWidth: "1.25"
38
- }), /*#__PURE__*/_jsx("path", {
39
- d: "M33.375 22.3333V24.8333",
40
- stroke: "#10162F",
41
- strokeLinecap: "round",
42
- strokeLinejoin: "round",
43
- strokeWidth: "1.25"
44
- }), /*#__PURE__*/_jsx("path", {
45
- d: "M19.625 26.7083C19.6245 27.5266 19.7904 28.3364 20.1128 29.0886C20.4351 29.8407 20.9071 30.5194 21.5 31.0833",
46
- stroke: "#10162F",
47
- strokeLinecap: "round",
48
- strokeLinejoin: "round",
49
- strokeWidth: "1.25"
50
- })]
51
- });
52
- };
3
+ export const Megaphone = ({
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 48 48",
14
+ width: width,
15
+ xmlns: "http://www.w3.org/2000/svg",
16
+ children: [/*#__PURE__*/_jsx("title", {
17
+ children: "Megaphone Icon"
18
+ }), /*#__PURE__*/_jsx("circle", {
19
+ cx: "24",
20
+ cy: "24",
21
+ fill: "white",
22
+ r: "23.5",
23
+ stroke: "#10162F"
24
+ }), /*#__PURE__*/_jsx("path", {
25
+ d: "M19.625 26.7083H17.75C16.9212 26.7083 16.1263 26.3791 15.5403 25.793C14.9542 25.207 14.625 24.4121 14.625 23.5833C14.625 22.7545 14.9542 21.9597 15.5403 21.3736C16.1263 20.7876 16.9212 20.4583 17.75 20.4583H19.625V26.7083Z",
26
+ stroke: "#10162F",
27
+ strokeLinecap: "round",
28
+ strokeLinejoin: "round",
29
+ strokeWidth: "1.25"
30
+ }), /*#__PURE__*/_jsx("path", {
31
+ d: "M19.625 26.7083C23.2926 26.7086 26.8781 27.7942 29.93 29.8283L30.875 30.4583V16.7083L29.93 17.3383C26.8781 19.3724 23.2926 20.458 19.625 20.4583V26.7083Z",
32
+ stroke: "#10162F",
33
+ strokeLinecap: "round",
34
+ strokeLinejoin: "round",
35
+ strokeWidth: "1.25"
36
+ }), /*#__PURE__*/_jsx("path", {
37
+ d: "M33.375 22.3333V24.8333",
38
+ stroke: "#10162F",
39
+ strokeLinecap: "round",
40
+ strokeLinejoin: "round",
41
+ strokeWidth: "1.25"
42
+ }), /*#__PURE__*/_jsx("path", {
43
+ d: "M19.625 26.7083C19.6245 27.5266 19.7904 28.3364 20.1128 29.0886C20.4351 29.8407 20.9071 30.5194 21.5 31.0833",
44
+ stroke: "#10162F",
45
+ strokeLinecap: "round",
46
+ strokeLinejoin: "round",
47
+ strokeWidth: "1.25"
48
+ })]
49
+ });
@@ -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 MobilePhone = _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 108 203",
16
- width: width,
17
- xmlns: "http://www.w3.org/2000/svg",
18
- children: [/*#__PURE__*/_jsxs("g", {
19
- clipPath: "url(#a)",
20
- children: [/*#__PURE__*/_jsx("rect", {
21
- fill: "#fff",
22
- height: "200.031",
23
- rx: "15",
24
- stroke: "#10162F",
25
- strokeWidth: "2",
26
- width: "105.101",
27
- x: "1",
28
- y: "1"
29
- }), /*#__PURE__*/_jsx("path", {
30
- d: "M9.519 24.123h88.062v153.783H9.519z",
31
- fill: "#fff"
32
- }), /*#__PURE__*/_jsx("path", {
33
- d: "M9.519 24.123h88.062v153.783H9.519z",
34
- fill: "url(#b)"
35
- }), /*#__PURE__*/_jsx("path", {
36
- d: "M9.519 24.123h88.062v153.783H9.519z",
37
- stroke: "#10162F",
38
- strokeWidth: "2"
39
- }), /*#__PURE__*/_jsx("circle", {
40
- cx: "52.942",
41
- cy: "13.996",
3
+ export const MobilePhone = ({
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 108 203",
14
+ width: width,
15
+ xmlns: "http://www.w3.org/2000/svg",
16
+ children: [/*#__PURE__*/_jsxs("g", {
17
+ clipPath: "url(#a)",
18
+ children: [/*#__PURE__*/_jsx("rect", {
19
+ fill: "#fff",
20
+ height: "200.031",
21
+ rx: "15",
22
+ stroke: "#10162F",
23
+ strokeWidth: "2",
24
+ width: "105.101",
25
+ x: "1",
26
+ y: "1"
27
+ }), /*#__PURE__*/_jsx("path", {
28
+ d: "M9.519 24.123h88.062v153.783H9.519z",
29
+ fill: "#fff"
30
+ }), /*#__PURE__*/_jsx("path", {
31
+ d: "M9.519 24.123h88.062v153.783H9.519z",
32
+ fill: "url(#b)"
33
+ }), /*#__PURE__*/_jsx("path", {
34
+ d: "M9.519 24.123h88.062v153.783H9.519z",
35
+ stroke: "#10162F",
36
+ strokeWidth: "2"
37
+ }), /*#__PURE__*/_jsx("circle", {
38
+ cx: "52.942",
39
+ cy: "13.996",
40
+ fill: "#10162F",
41
+ r: "3.043"
42
+ }), /*#__PURE__*/_jsx("path", {
43
+ d: "M38.946 188.859h29.209",
44
+ stroke: "#10162F",
45
+ strokeWidth: "2"
46
+ }), /*#__PURE__*/_jsx("mask", {
47
+ height: "154",
48
+ id: "c",
49
+ "mask-type": "alpha",
50
+ maskUnits: "userSpaceOnUse",
51
+ width: "87",
52
+ x: "10",
53
+ y: "23",
54
+ children: /*#__PURE__*/_jsx("path", {
55
+ d: "M11.954 24.123h83.194v151.349H11.954z",
42
56
  fill: "#10162F",
43
- r: "3.043"
44
- }), /*#__PURE__*/_jsx("path", {
45
- d: "M38.946 188.859h29.209",
46
57
  stroke: "#10162F",
47
58
  strokeWidth: "2"
48
- }), /*#__PURE__*/_jsx("mask", {
49
- height: "154",
50
- id: "c",
51
- "mask-type": "alpha",
52
- maskUnits: "userSpaceOnUse",
53
- width: "87",
54
- x: "10",
55
- y: "23",
56
- children: /*#__PURE__*/_jsx("path", {
57
- d: "M11.954 24.123h83.194v151.349H11.954z",
58
- fill: "#10162F",
59
- stroke: "#10162F",
60
- strokeWidth: "2"
61
- })
62
- }), /*#__PURE__*/_jsx("g", {
63
- mask: "url(#c)",
64
- children: /*#__PURE__*/_jsx("path", {
65
- d: "m121.422 44.47-18.731 152.824-123.51-93.89L121.422 44.47Z",
66
- fill: "#F5FFE3"
67
- })
68
- }), /*#__PURE__*/_jsx("path", {
69
- d: "M18.756 34.576h25.775v8.736H18.756z",
70
- fill: "#3A10E5",
71
- stroke: "#10162F"
72
- })]
73
- }), /*#__PURE__*/_jsxs("defs", {
74
- children: [/*#__PURE__*/_jsx("clipPath", {
75
- id: "a",
76
- children: /*#__PURE__*/_jsx("path", {
77
- d: "M0 0h107.101v202.031H0z",
78
- fill: "#fff"
79
- })
80
- }), /*#__PURE__*/_jsx("pattern", {
81
- height: ".411",
82
- id: "b",
83
- patternContentUnits: "objectBoundingBox",
84
- width: ".711",
85
- children: /*#__PURE__*/_jsx("use", {
86
- transform: "scale(.0111 .00642)",
87
- xlinkHref: "#d"
88
- })
89
- }), /*#__PURE__*/_jsx("image", {
90
- height: "64",
91
- id: "d",
92
- width: "64",
93
- xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADbSURBVHgB7dhLDoJAEEXRlhUwMu5C9783wXQqZQyJH6SbUPXumRCY3pcaUMbzdS4v1N7hWIIqysOwBFWUh2EJqigPwxJUUR6GJaiiPAxLUEV5GJagivIwLEEV5WEElzAVFMrLGi+3U30Ozw9q5af5XhR5eTdQXsSyvMIN+FxeZQnvyruMN4Dy1bfyGW/AuvJZl/BreZfhBlC+Wls+ww3YVj7LEv4t7yLeAMpXW8tHvAFty0ddQqvyLsINoHzVunyEG9C3fJQl9CrvjngDKF/1Ln/EG7BvedW/w0sP1usKCOMHPlcAAAAASUVORK5CYII="
94
- })]
59
+ })
60
+ }), /*#__PURE__*/_jsx("g", {
61
+ mask: "url(#c)",
62
+ children: /*#__PURE__*/_jsx("path", {
63
+ d: "m121.422 44.47-18.731 152.824-123.51-93.89L121.422 44.47Z",
64
+ fill: "#F5FFE3"
65
+ })
66
+ }), /*#__PURE__*/_jsx("path", {
67
+ d: "M18.756 34.576h25.775v8.736H18.756z",
68
+ fill: "#3A10E5",
69
+ stroke: "#10162F"
70
+ })]
71
+ }), /*#__PURE__*/_jsxs("defs", {
72
+ children: [/*#__PURE__*/_jsx("clipPath", {
73
+ id: "a",
74
+ children: /*#__PURE__*/_jsx("path", {
75
+ d: "M0 0h107.101v202.031H0z",
76
+ fill: "#fff"
77
+ })
78
+ }), /*#__PURE__*/_jsx("pattern", {
79
+ height: ".411",
80
+ id: "b",
81
+ patternContentUnits: "objectBoundingBox",
82
+ width: ".711",
83
+ children: /*#__PURE__*/_jsx("use", {
84
+ transform: "scale(.0111 .00642)",
85
+ xlinkHref: "#d"
86
+ })
87
+ }), /*#__PURE__*/_jsx("image", {
88
+ height: "64",
89
+ id: "d",
90
+ width: "64",
91
+ xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADbSURBVHgB7dhLDoJAEEXRlhUwMu5C9783wXQqZQyJH6SbUPXumRCY3pcaUMbzdS4v1N7hWIIqysOwBFWUh2EJqigPwxJUUR6GJaiiPAxLUEV5GJagivIwLEEV5WEElzAVFMrLGi+3U30Ozw9q5af5XhR5eTdQXsSyvMIN+FxeZQnvyruMN4Dy1bfyGW/AuvJZl/BreZfhBlC+Wls+ww3YVj7LEv4t7yLeAMpXW8tHvAFty0ddQqvyLsINoHzVunyEG9C3fJQl9CrvjngDKF/1Ln/EG7BvedW/w0sP1usKCOMHPlcAAAAASUVORK5CYII="
95
92
  })]
96
- });
97
- };
93
+ })]
94
+ });