@codecademy/gamut-illustrations 0.39.0 → 0.39.1-alpha.187436.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 (96) hide show
  1. package/package.json +3 -6
  2. package/dist/Announcement.d.ts +0 -3
  3. package/dist/Announcement.js +0 -157
  4. package/dist/Bee.d.ts +0 -3
  5. package/dist/Bee.js +0 -134
  6. package/dist/Bell.d.ts +0 -3
  7. package/dist/Bell.js +0 -45
  8. package/dist/BinaryBlocks.d.ts +0 -3
  9. package/dist/BinaryBlocks.js +0 -135
  10. package/dist/BinaryStairs.d.ts +0 -3
  11. package/dist/BinaryStairs.js +0 -81
  12. package/dist/Blocks.d.ts +0 -3
  13. package/dist/Blocks.js +0 -247
  14. package/dist/Blueprint.d.ts +0 -3
  15. package/dist/Blueprint.js +0 -94
  16. package/dist/BlueprintWhite.d.ts +0 -3
  17. package/dist/BlueprintWhite.js +0 -101
  18. package/dist/BookAndNotepad.d.ts +0 -3
  19. package/dist/BookAndNotepad.js +0 -96
  20. package/dist/Browser.d.ts +0 -3
  21. package/dist/Browser.js +0 -79
  22. package/dist/BrowserLock.d.ts +0 -3
  23. package/dist/BrowserLock.js +0 -45
  24. package/dist/BrowserPuzzle.d.ts +0 -3
  25. package/dist/BrowserPuzzle.js +0 -70
  26. package/dist/ChatBox.d.ts +0 -3
  27. package/dist/ChatBox.js +0 -45
  28. package/dist/CodeCelebration.d.ts +0 -3
  29. package/dist/CodeCelebration.js +0 -158
  30. package/dist/Coffee.d.ts +0 -3
  31. package/dist/Coffee.js +0 -63
  32. package/dist/Confetti.d.ts +0 -3
  33. package/dist/Confetti.js +0 -97
  34. package/dist/EmailAt.d.ts +0 -3
  35. package/dist/EmailAt.js +0 -39
  36. package/dist/Envelope.d.ts +0 -3
  37. package/dist/Envelope.js +0 -39
  38. package/dist/ErrorWindow.d.ts +0 -3
  39. package/dist/ErrorWindow.js +0 -128
  40. package/dist/Heart.d.ts +0 -3
  41. package/dist/Heart.js +0 -33
  42. package/dist/Hills.d.ts +0 -3
  43. package/dist/Hills.js +0 -54
  44. package/dist/HomeOffice.d.ts +0 -3
  45. package/dist/HomeOffice.js +0 -119
  46. package/dist/Interest.d.ts +0 -3
  47. package/dist/Interest.js +0 -382
  48. package/dist/Keyhole.d.ts +0 -3
  49. package/dist/Keyhole.js +0 -33
  50. package/dist/Knowledge.d.ts +0 -3
  51. package/dist/Knowledge.js +0 -308
  52. package/dist/LightBulbAndGears.d.ts +0 -3
  53. package/dist/LightBulbAndGears.js +0 -356
  54. package/dist/MagnifyingGlass.d.ts +0 -3
  55. package/dist/MagnifyingGlass.js +0 -67
  56. package/dist/Maze.d.ts +0 -3
  57. package/dist/Maze.js +0 -70
  58. package/dist/Megaphone.d.ts +0 -3
  59. package/dist/Megaphone.js +0 -51
  60. package/dist/MobilePhone.d.ts +0 -3
  61. package/dist/MobilePhone.js +0 -96
  62. package/dist/New.d.ts +0 -3
  63. package/dist/New.js +0 -63
  64. package/dist/NumberBlocks.d.ts +0 -3
  65. package/dist/NumberBlocks.js +0 -282
  66. package/dist/Onboarding.d.ts +0 -3
  67. package/dist/Onboarding.js +0 -327
  68. package/dist/Plant.d.ts +0 -3
  69. package/dist/Plant.js +0 -71
  70. package/dist/PortfolioProject.d.ts +0 -3
  71. package/dist/PortfolioProject.js +0 -38
  72. package/dist/PracticeProject.d.ts +0 -3
  73. package/dist/PracticeProject.js +0 -46
  74. package/dist/PracticeTarget.d.ts +0 -3
  75. package/dist/PracticeTarget.js +0 -78
  76. package/dist/Purpose.d.ts +0 -3
  77. package/dist/Purpose.js +0 -136
  78. package/dist/Puzzle.d.ts +0 -3
  79. package/dist/Puzzle.js +0 -159
  80. package/dist/Python.d.ts +0 -3
  81. package/dist/Python.js +0 -25
  82. package/dist/Sun.d.ts +0 -3
  83. package/dist/Sun.js +0 -121
  84. package/dist/Syllabus.d.ts +0 -3
  85. package/dist/Syllabus.js +0 -352
  86. package/dist/Target.d.ts +0 -3
  87. package/dist/Target.js +0 -46
  88. package/dist/TinyBlocks.d.ts +0 -3
  89. package/dist/TinyBlocks.js +0 -22
  90. package/dist/Warning.d.ts +0 -3
  91. package/dist/Warning.js +0 -101
  92. package/dist/__tests__/gamut-illustrations.test.d.ts +0 -1
  93. package/dist/index.d.ts +0 -46
  94. package/dist/index.js +0 -46
  95. package/dist/types.d.ts +0 -12
  96. package/dist/types.js +0 -1
package/dist/Browser.js DELETED
@@ -1,79 +0,0 @@
1
- import * as React from 'react';
2
- import { jsx as _jsx } from "react/jsx-runtime";
3
- import { jsxs as _jsxs } from "react/jsx-runtime";
4
- export var Browser = function Browser(_ref) {
5
- var ariaHidden = _ref['aria-hidden'],
6
- className = _ref.className,
7
- height = _ref.height,
8
- width = _ref.width;
9
- return /*#__PURE__*/_jsxs("svg", {
10
- "aria-hidden": ariaHidden,
11
- className: className,
12
- width: width,
13
- height: height,
14
- viewBox: "0 0 80 60",
15
- fill: "none",
16
- xmlns: "http://www.w3.org/2000/svg",
17
- xmlnsXlink: "http://www.w3.org/1999/xlink",
18
- children: [/*#__PURE__*/_jsx("title", {
19
- children: "Browser Illustration"
20
- }), /*#__PURE__*/_jsx("rect", {
21
- width: "80",
22
- height: "60",
23
- fill: "white"
24
- }), /*#__PURE__*/_jsx("path", {
25
- d: "M70 5H10V55.3278H70V5Z",
26
- fill: "white",
27
- stroke: "#10162F",
28
- strokeMiterlimit: "10"
29
- }), /*#__PURE__*/_jsx("path", {
30
- d: "M15.2246 10.9296C15.0742 10.93 14.927 10.8857 14.8018 10.8023C14.6765 10.719 14.5788 10.6004 14.521 10.4615C14.4632 10.3226 14.4479 10.1696 14.4771 10.0221C14.5062 9.87447 14.5785 9.73884 14.6847 9.63235C14.791 9.52585 14.9265 9.45328 15.074 9.42381C15.2215 9.39433 15.3745 9.40929 15.5135 9.46678C15.6525 9.52428 15.7713 9.62172 15.855 9.74679C15.9386 9.87185 15.9832 10.0189 15.9832 10.1694C15.9832 10.3707 15.9033 10.5638 15.7611 10.7064C15.6189 10.8489 15.426 10.9292 15.2246 10.9296V10.9296Z",
31
- fill: "#10162F"
32
- }), /*#__PURE__*/_jsx("path", {
33
- d: "M15.2247 9.91404C15.289 9.91925 15.349 9.94847 15.3927 9.9959C15.4364 10.0433 15.4607 10.1055 15.4607 10.17C15.4607 10.2345 15.4364 10.2966 15.3927 10.3441C15.349 10.3915 15.289 10.4207 15.2247 10.4259C15.1893 10.4288 15.1538 10.4243 15.1202 10.4127C15.0867 10.4012 15.0559 10.3828 15.0299 10.3587C15.0038 10.3347 14.983 10.3055 14.9687 10.273C14.9545 10.2405 14.9472 10.2055 14.9472 10.17C14.9472 10.1345 14.9545 10.0994 14.9687 10.0669C14.983 10.0345 15.0038 10.0053 15.0299 9.98122C15.0559 9.95717 15.0867 9.93879 15.1202 9.92722C15.1538 9.91566 15.1893 9.91117 15.2247 9.91404V9.91404ZM15.2247 8.90704C14.9746 8.90671 14.73 8.98059 14.5219 9.11933C14.3139 9.25807 14.1516 9.45543 14.0557 9.68642C13.9599 9.91741 13.9347 10.1717 13.9834 10.417C14.0321 10.6623 14.1525 10.8876 14.3294 11.0644C14.5062 11.2413 14.7316 11.3617 14.9769 11.4104C15.2222 11.4591 15.4764 11.4339 15.7074 11.3381C15.9384 11.2422 16.1358 11.08 16.2745 10.8719C16.4132 10.6638 16.4871 10.4192 16.4868 10.1691C16.4863 9.83455 16.3532 9.51379 16.1166 9.2772C15.88 9.0406 15.5593 8.90749 15.2247 8.90704V8.90704Z",
34
- fill: "#10162F"
35
- }), /*#__PURE__*/_jsx("path", {
36
- d: "M19.3733 10.9296C19.2229 10.9296 19.076 10.885 18.9509 10.8015C18.8259 10.718 18.7285 10.5992 18.6709 10.4603C18.6134 10.3214 18.5983 10.1685 18.6276 10.021C18.657 9.87355 18.7294 9.73808 18.8357 9.63175C18.942 9.52543 19.0775 9.45302 19.225 9.42368C19.3725 9.39435 19.5253 9.4094 19.6643 9.46695C19.8032 9.52449 19.9219 9.62194 20.0055 9.74696C20.089 9.87199 20.1336 10.019 20.1336 10.1694C20.1336 10.2692 20.1139 10.3681 20.0757 10.4603C20.0375 10.5525 19.9815 10.6364 19.9109 10.707C19.8403 10.7776 19.7565 10.8336 19.6643 10.8718C19.572 10.91 19.4732 10.9296 19.3733 10.9296V10.9296Z",
37
- fill: "#10162F"
38
- }), /*#__PURE__*/_jsx("path", {
39
- d: "M19.3734 9.91404C19.4243 9.91371 19.4742 9.92853 19.5167 9.95661C19.5592 9.9847 19.5923 10.0248 19.612 10.0718C19.6316 10.1188 19.6369 10.1705 19.627 10.2205C19.6171 10.2705 19.5927 10.3164 19.5566 10.3524C19.5206 10.3884 19.4747 10.4129 19.4248 10.4227C19.3748 10.4326 19.323 10.4274 19.276 10.4077C19.229 10.3881 19.189 10.3549 19.1609 10.3124C19.1328 10.2699 19.118 10.2201 19.1183 10.1691C19.1187 10.1016 19.1457 10.037 19.1935 9.98924C19.2412 9.9415 19.3059 9.91448 19.3734 9.91404V9.91404ZM19.3734 8.90704C19.1234 8.90704 18.879 8.98121 18.6711 9.12015C18.4632 9.25909 18.3013 9.45656 18.2057 9.68758C18.1101 9.91861 18.0851 10.1728 18.134 10.418C18.1829 10.6632 18.3035 10.8884 18.4804 11.065C18.6573 11.2417 18.8826 11.3619 19.1279 11.4105C19.3731 11.4591 19.6273 11.4338 19.8582 11.3379C20.0891 11.242 20.2863 11.0798 20.425 10.8717C20.5637 10.6637 20.6375 10.4192 20.6372 10.1691C20.6372 10.0033 20.6045 9.839 20.5409 9.68577C20.4774 9.53254 20.3843 9.39333 20.2669 9.27611C20.1495 9.15889 20.0102 9.06596 19.8569 9.00263C19.7036 8.93931 19.5393 8.90682 19.3734 8.90704V8.90704Z",
40
- fill: "#10162F"
41
- }), /*#__PURE__*/_jsx("path", {
42
- d: "M23.5239 10.9296C23.3735 10.93 23.2263 10.8857 23.1011 10.8023C22.9758 10.719 22.8781 10.6004 22.8203 10.4615C22.7625 10.3226 22.7472 10.1696 22.7764 10.0221C22.8055 9.87447 22.8778 9.73884 22.984 9.63235C23.0903 9.52585 23.2258 9.45328 23.3733 9.42381C23.5208 9.39433 23.6738 9.40929 23.8128 9.46678C23.9518 9.52428 24.0707 9.62172 24.1543 9.74679C24.2379 9.87185 24.2825 10.0189 24.2825 10.1694C24.2825 10.3707 24.2026 10.5638 24.0604 10.7064C23.9182 10.8489 23.7253 10.9292 23.5239 10.9296V10.9296Z",
43
- fill: "#10162F"
44
- }), /*#__PURE__*/_jsx("path", {
45
- d: "M23.524 9.91404C23.5883 9.91925 23.6483 9.94847 23.692 9.9959C23.7358 10.0433 23.76 10.1055 23.76 10.17C23.76 10.2345 23.7358 10.2966 23.692 10.3441C23.6483 10.3915 23.5883 10.4207 23.524 10.4259C23.4886 10.4288 23.4531 10.4243 23.4196 10.4127C23.386 10.4012 23.3552 10.3828 23.3292 10.3587C23.3031 10.3347 23.2823 10.3055 23.2681 10.273C23.2538 10.2405 23.2465 10.2055 23.2465 10.17C23.2465 10.1345 23.2538 10.0994 23.2681 10.0669C23.2823 10.0345 23.3031 10.0053 23.3292 9.98122C23.3552 9.95717 23.386 9.93879 23.4196 9.92722C23.4531 9.91566 23.4886 9.91117 23.524 9.91404V9.91404ZM23.524 8.90704C23.2739 8.90671 23.0293 8.98059 22.8213 9.11933C22.6132 9.25807 22.4509 9.45543 22.3551 9.68642C22.2592 9.91741 22.234 10.1717 22.2827 10.417C22.3315 10.6623 22.4519 10.8876 22.6287 11.0644C22.8055 11.2413 23.0309 11.3617 23.2762 11.4104C23.5215 11.4591 23.7757 11.4339 24.0067 11.3381C24.2377 11.2422 24.4351 11.08 24.5738 10.8719C24.7126 10.6638 24.7864 10.4192 24.7861 10.1691C24.7857 9.83455 24.6525 9.51379 24.4159 9.2772C24.1794 9.0406 23.8586 8.90749 23.524 8.90704Z",
46
- fill: "#10162F"
47
- }), /*#__PURE__*/_jsx("path", {
48
- d: "M35.2287 19.3162L34.7287 19.3182L34.7307 19.8182L34.8229 42.7892L34.8249 43.2892L35.3249 43.2872L48.1388 43.2358L48.6388 43.2338L48.6368 42.7338L48.5446 19.7628L48.5426 19.2628L48.0426 19.2648L35.2287 19.3162Z",
49
- fill: "white"
50
- }), /*#__PURE__*/_jsx("path", {
51
- d: "M35.2287 19.3162L34.7287 19.3182L34.7307 19.8182L34.8229 42.7892L34.8249 43.2892L35.3249 43.2872L48.1388 43.2358L48.6388 43.2338L48.6368 42.7338L48.5446 19.7628L48.5426 19.2628L48.0426 19.2648L35.2287 19.3162Z",
52
- fill: "url(#pattern0)"
53
- }), /*#__PURE__*/_jsx("path", {
54
- d: "M35.2287 19.3162L34.7287 19.3182L34.7307 19.8182L34.8229 42.7892L34.8249 43.2892L35.3249 43.2872L48.1388 43.2358L48.6388 43.2338L48.6368 42.7338L48.5446 19.7628L48.5426 19.2628L48.0426 19.2648L35.2287 19.3162Z",
55
- stroke: "#10162F"
56
- }), /*#__PURE__*/_jsx("path", {
57
- d: "M34.7246 43.3837L35.0216 43.2517V42.9268V20.0315V19.2818L34.3294 19.5699L24.7453 23.5594L24.4375 23.6876V24.021V47.1863V47.9557L25.1406 47.6432L34.7246 43.3837Z",
58
- fill: "white",
59
- stroke: "#10162F",
60
- strokeMiterlimit: "10"
61
- }), /*#__PURE__*/_jsxs("defs", {
62
- children: [/*#__PURE__*/_jsx("pattern", {
63
- id: "pattern0",
64
- patternContentUnits: "objectBoundingBox",
65
- width: "4.99454",
66
- height: "2.7861",
67
- children: /*#__PURE__*/_jsx("use", {
68
- xlinkHref: "#image0",
69
- transform: "scale(0.0780397 0.0435328)"
70
- })
71
- }), /*#__PURE__*/_jsx("image", {
72
- id: "image0",
73
- width: "64",
74
- height: "64",
75
- xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAChSURBVHgB7dgxDoAwDMXQ5P53BoaIARaE2iJa+23p6j81ImKPK9qtk0ugsryKS6CyvIpLoLK8ikugsryKS6CyvIpLoLK8ikugsryKS6CyvIpLoLI8VN4faOW3gLJ8QOXDjSuPWYLlH+5l5csbV37ZJVj+5b2MbLxx5ZdZguUb72ll5xtXftolWL7zPY0cfOPKT7MEyw++fys/vnHlsb/DFwf+rf4QcSN+5wAAAABJRU5ErkJggg=="
76
- })]
77
- })]
78
- });
79
- };
@@ -1,3 +0,0 @@
1
- import * as React from 'react';
2
- import { IllustrationProps } from './types';
3
- export declare const BrowserLock: React.FC<IllustrationProps>;
@@ -1,45 +0,0 @@
1
- import * as React from 'react';
2
- import { jsx as _jsx } from "react/jsx-runtime";
3
- import { jsxs as _jsxs } from "react/jsx-runtime";
4
- export var BrowserLock = function BrowserLock(_ref) {
5
- var ariaHidden = _ref['aria-hidden'],
6
- className = _ref.className,
7
- height = _ref.height,
8
- width = _ref.width;
9
- return /*#__PURE__*/_jsxs("svg", {
10
- "aria-hidden": ariaHidden,
11
- className: className,
12
- fill: "none",
13
- height: height,
14
- viewBox: "0 0 287 244",
15
- width: width,
16
- xmlns: "http://www.w3.org/2000/svg",
17
- children: [/*#__PURE__*/_jsx("title", {
18
- children: "Browser Lock Illustration"
19
- }), /*#__PURE__*/_jsx("path", {
20
- fill: "#10162F",
21
- stroke: "#10162F",
22
- strokeMiterlimit: "10",
23
- strokeWidth: "2",
24
- d: "M275.481 12.345H1V242.58h274.481V12.345z"
25
- }), /*#__PURE__*/_jsx("path", {
26
- d: "M285.973 1H11.493v230.234h274.48V1z",
27
- fill: "#fff",
28
- stroke: "#10162F",
29
- strokeMiterlimit: "10",
30
- strokeWidth: "2"
31
- }), /*#__PURE__*/_jsx("path", {
32
- fill: "#10162F",
33
- d: "M35.393 28.126a3.477 3.477 0 11-.015-6.955 3.477 3.477 0 01.015 6.955z"
34
- }), /*#__PURE__*/_jsx("path", {
35
- fill: "#10162F",
36
- d: "M35.393 23.48a1.174 1.174 0 11-.189 2.342 1.174 1.174 0 01.19-2.341zm0-4.606a5.781 5.781 0 10-.015 11.562 5.781 5.781 0 00.015-11.562zM53.552 28.126a3.477 3.477 0 11-.016-6.955 3.477 3.477 0 01.016 6.955z"
37
- }), /*#__PURE__*/_jsx("path", {
38
- fill: "#10162F",
39
- d: "M53.552 23.48a1.174 1.174 0 11-.19 2.342 1.174 1.174 0 01.19-2.341zm0-4.606a5.781 5.781 0 10-.015 11.562 5.781 5.781 0 00.015-11.562zM73.36 28.126a3.478 3.478 0 11-.015-6.956 3.478 3.478 0 01.015 6.956z"
40
- }), /*#__PURE__*/_jsx("path", {
41
- fill: "#10162F",
42
- d: "M73.36 23.48a1.174 1.174 0 11-.19 2.342 1.174 1.174 0 01.19-2.341zm0-4.606a5.781 5.781 0 10-.015 11.562 5.781 5.781 0 00.015-11.562zM190.969 92.796a41.783 41.783 0 00-21.359-36.45 41.773 41.773 0 00-57.256 16.748 41.772 41.772 0 001.652 42.214 41.774 41.774 0 0016.216 14.702l-11.24 50.075h60.455l-11.256-50.067a41.756 41.756 0 0022.788-37.222z"
43
- })]
44
- });
45
- };
@@ -1,3 +0,0 @@
1
- import * as React from 'react';
2
- import { IllustrationProps } from './types';
3
- export declare const BrowserPuzzle: React.FC<IllustrationProps>;
@@ -1,70 +0,0 @@
1
- import * as React from 'react';
2
- import { jsx as _jsx } from "react/jsx-runtime";
3
- import { jsxs as _jsxs } from "react/jsx-runtime";
4
- export var BrowserPuzzle = function BrowserPuzzle(_ref) {
5
- var ariaHidden = _ref['aria-hidden'],
6
- className = _ref.className,
7
- height = _ref.height,
8
- width = _ref.width;
9
- return /*#__PURE__*/_jsxs("svg", {
10
- "aria-hidden": ariaHidden,
11
- className: className,
12
- height: height,
13
- width: width,
14
- viewBox: "0 0 91 80",
15
- fill: "none",
16
- xmlns: "http://www.w3.org/2000/svg",
17
- children: [/*#__PURE__*/_jsx("title", {
18
- children: "Browser Puzzler Illustration"
19
- }), /*#__PURE__*/_jsx("mask", {
20
- id: "a",
21
- fill: "#fff",
22
- children: /*#__PURE__*/_jsx("path", {
23
- fillRule: "evenodd",
24
- clipRule: "evenodd",
25
- d: "M0 0h36.77v10.24a7.95 7.95 0 110 14.302V36.77H26.44a7.95 7.95 0 10-15.778 0H0V0z"
26
- })
27
- }), /*#__PURE__*/_jsx("path", {
28
- fillRule: "evenodd",
29
- clipRule: "evenodd",
30
- d: "M0 0h36.77v10.24a7.95 7.95 0 110 14.302V36.77H26.44a7.95 7.95 0 10-15.778 0H0V0z",
31
- fill: "#F5FCFF"
32
- }), /*#__PURE__*/_jsx("path", {
33
- d: "M36.77 0h1v-1h-1v1zM0 0v-1h-1v1h1zm36.77 10.24h-1v1.6l1.438-.701-.438-.899zm0 14.302l.438-.899-1.438-.7v1.6h1zm0 12.228v1h1v-1h-1zm-10.33 0l-.993-.123-.14 1.123h1.133v-1zm-15.778 0v1h1.132l-.14-1.124-.992.124zM0 36.77h-1v1h1v-1zM36.77-1H0v2h36.77v-2zm1 11.24V0h-2v10.24h2zm-.562.899a6.918 6.918 0 013.04-.698v-2a8.918 8.918 0 00-3.916.9l.876 1.798zm3.04-.698a6.95 6.95 0 016.95 6.95h2a8.95 8.95 0 00-8.95-8.95v2zm6.95 6.95a6.95 6.95 0 01-6.95 6.95v2a8.95 8.95 0 008.95-8.95h-2zm-6.95 6.95a6.92 6.92 0 01-3.04-.698l-.876 1.798c1.184.577 2.514.9 3.916.9v-2zm-2.478 12.43V24.541h-2V36.77h2zm-11.33 1h10.33v-2H26.44v2zm-.939-1.995c0 .295-.018.586-.054.87l1.985.248c.046-.367.07-.74.07-1.117h-2zm-6.95-6.95a6.95 6.95 0 016.95 6.95h2a8.95 8.95 0 00-8.95-8.95v2zm-6.95 6.95a6.95 6.95 0 016.95-6.95v-2a8.95 8.95 0 00-8.95 8.95h2zm.053.87a7.024 7.024 0 01-.053-.87h-2c0 .378.023.751.069 1.118l1.984-.248zM0 37.77h10.662v-2H0v2zM-1 0v36.77h2V0h-2z",
34
- fill: "#000",
35
- mask: "url(#a)"
36
- }), /*#__PURE__*/_jsx("circle", {
37
- cx: "3.308",
38
- cy: "3.805",
39
- r: ".824",
40
- fill: "#10162F"
41
- }), /*#__PURE__*/_jsx("circle", {
42
- cx: "5.615",
43
- cy: "3.805",
44
- r: ".824",
45
- fill: "#10162F"
46
- }), /*#__PURE__*/_jsx("circle", {
47
- cx: "7.92",
48
- cy: "3.805",
49
- r: ".824",
50
- fill: "#10162F"
51
- }), /*#__PURE__*/_jsx("mask", {
52
- id: "b",
53
- fill: "#fff",
54
- children: /*#__PURE__*/_jsx("path", {
55
- fillRule: "evenodd",
56
- clipRule: "evenodd",
57
- d: "M90.435 13.416h-36.77v9.44a7.95 7.95 0 110 15.901V49.69H31.827a7.95 7.95 0 10-15.622 0H5.466V80h84.969V13.416z"
58
- })
59
- }), /*#__PURE__*/_jsx("path", {
60
- fillRule: "evenodd",
61
- clipRule: "evenodd",
62
- d: "M90.435 13.416h-36.77v9.44a7.95 7.95 0 110 15.901V49.69H31.827a7.95 7.95 0 10-15.622 0H5.466V80h84.969V13.416z",
63
- fill: "#fff"
64
- }), /*#__PURE__*/_jsx("path", {
65
- d: "M53.664 13.416v-1h-1v1h1zm36.77 0h1v-1h-1v1zm-36.77 9.44h-1v1h1v-1zm0 15.901v-1h-1v1h1zm0 10.933v1h1v-1h-1zm-21.837 0l-.982-.187-.225 1.187h1.207v-1zm-15.621 0v1h1.207l-.225-1.187-.982.187zm-10.74 0v-1h-1v1h1zm0 30.31h-1v1h1v-1zm84.969 0v1h1v-1h-1zm0-30.31h1v-1h-1v1zm0 0h-1v1h1v-1zm-36.77-35.274h36.77v-2h-36.77v2zm1 8.44v-9.44h-2v9.44h2zm-1-1v2-2zm8.95 8.951a8.95 8.95 0 00-8.95-8.95v2a6.95 6.95 0 016.95 6.95h2zm-8.95 8.95a8.95 8.95 0 008.95-8.95h-2a6.95 6.95 0 01-6.95 6.95v2zm0 0v-2 2zm1 9.933V38.757h-2V49.69h2zm-22.837 1h21.836v-2H31.827v2zm-.861-2.491c0 .446-.042.882-.122 1.304l1.965.373a8.992 8.992 0 00.157-1.677h-2zm-6.95-6.95a6.95 6.95 0 016.95 6.95h2a8.95 8.95 0 00-8.95-8.95v2zm-6.95 6.95a6.95 6.95 0 016.95-6.95v-2a8.95 8.95 0 00-8.95 8.95h2zm.121 1.304a6.993 6.993 0 01-.122-1.304h-2a9 9 0 00.157 1.677l1.965-.373zM5.466 50.69h10.74v-2H5.466v2zm1 29.31V49.69h-2V80h2zm83.969-1H5.465v2h84.97v-2zm-1-29.31V80h2V49.69h-2zm1 1v-2 2zm-1-37.274v36.273h2V13.416h-2z",
66
- fill: "#000",
67
- mask: "url(#b)"
68
- })]
69
- });
70
- };
package/dist/ChatBox.d.ts DELETED
@@ -1,3 +0,0 @@
1
- import * as React from 'react';
2
- import { IllustrationProps } from './types';
3
- export declare const ChatBox: React.FC<IllustrationProps>;
package/dist/ChatBox.js DELETED
@@ -1,45 +0,0 @@
1
- import * as React from 'react';
2
- import { jsx as _jsx } from "react/jsx-runtime";
3
- import { jsxs as _jsxs } from "react/jsx-runtime";
4
- export var ChatBox = function ChatBox(_ref) {
5
- var ariaHidden = _ref['aria-hidden'],
6
- className = _ref.className,
7
- height = _ref.height,
8
- width = _ref.width;
9
- return /*#__PURE__*/_jsxs("svg", {
10
- "aria-hidden": ariaHidden,
11
- className: className,
12
- width: width,
13
- height: height,
14
- viewBox: "0 0 48 48",
15
- fill: "none",
16
- xmlns: "http://www.w3.org/2000/svg",
17
- children: [/*#__PURE__*/_jsx("title", {
18
- children: "ChatBox Icon"
19
- }), /*#__PURE__*/_jsx("circle", {
20
- cx: "24",
21
- cy: "24",
22
- r: "23.5",
23
- fill: "white",
24
- stroke: "black"
25
- }), /*#__PURE__*/_jsx("path", {
26
- d: "M32.125 30.625H23.375L18.375 34.375V30.625H15.875C15.5435 30.625 15.2255 30.4933 14.9911 30.2589C14.7567 30.0245 14.625 29.7065 14.625 29.375V16.875C14.625 16.5435 14.7567 16.2255 14.9911 15.9911C15.2255 15.7567 15.5435 15.625 15.875 15.625H32.125C32.4565 15.625 32.7745 15.7567 33.0089 15.9911C33.2433 16.2255 33.375 16.5435 33.375 16.875V29.375C33.375 29.7065 33.2433 30.0245 33.0089 30.2589C32.7745 30.4933 32.4565 30.625 32.125 30.625Z",
27
- stroke: "black",
28
- strokeWidth: "1.25",
29
- strokeLinecap: "round",
30
- strokeLinejoin: "round"
31
- }), /*#__PURE__*/_jsx("path", {
32
- d: "M18.375 21.25H29.625",
33
- stroke: "black",
34
- strokeWidth: "1.25",
35
- strokeLinecap: "round",
36
- strokeLinejoin: "round"
37
- }), /*#__PURE__*/_jsx("path", {
38
- d: "M18.375 25H27.125",
39
- stroke: "black",
40
- strokeWidth: "1.25",
41
- strokeLinecap: "round",
42
- strokeLinejoin: "round"
43
- })]
44
- });
45
- };
@@ -1,3 +0,0 @@
1
- import * as React from 'react';
2
- import { IllustrationProps } from './types';
3
- export declare const CodeCelebration: React.FC<IllustrationProps>;
@@ -1,158 +0,0 @@
1
- import * as React from 'react';
2
- import { jsx as _jsx } from "react/jsx-runtime";
3
- import { jsxs as _jsxs } from "react/jsx-runtime";
4
- export var CodeCelebration = function CodeCelebration(_ref) {
5
- var ariaHidden = _ref['aria-hidden'],
6
- className = _ref.className,
7
- height = _ref.height,
8
- width = _ref.width;
9
- return /*#__PURE__*/_jsxs("svg", {
10
- "aria-hidden": ariaHidden,
11
- className: className,
12
- height: height,
13
- width: width,
14
- viewBox: "0 0 241 183",
15
- fill: "none",
16
- xmlns: "http://www.w3.org/2000/svg",
17
- xmlnsXlink: "http://www.w3.org/1999/xlink",
18
- children: [/*#__PURE__*/_jsx("path", {
19
- fillRule: "evenodd",
20
- clipRule: "evenodd",
21
- d: "M.002 170.689c.623-17.538 18.504-29.928 31.897-25.482 8.468 2.812 14.715 8.22 23.975 1.764 6.155-4.292 7.537-12.705 11.787-21.538 12.64-26.264 60.609-26.241 75.095-10.124v55.38H.002Z",
22
- fill: "#10162F"
23
- }), /*#__PURE__*/_jsx("rect", {
24
- x: "9.099",
25
- y: "93.697",
26
- width: "80.36",
27
- height: "80.36",
28
- rx: "40.18",
29
- transform: "rotate(-90 9.099 93.697)",
30
- fill: "#FFD300",
31
- stroke: "#10162F",
32
- strokeWidth: "1.103"
33
- }), /*#__PURE__*/_jsx("path", {
34
- fill: "#fff",
35
- d: "M240.075 15.916v129.98H71.49V15.915z"
36
- }), /*#__PURE__*/_jsx("path", {
37
- transform: "rotate(90 240.075 15.916)",
38
- fill: "url(#a)",
39
- d: "M240.075 15.916h129.979v168.585H240.075z"
40
- }), /*#__PURE__*/_jsx("path", {
41
- stroke: "#10162F",
42
- strokeWidth: "1.103",
43
- d: "M240.075 15.916v129.98H71.49V15.915z"
44
- }), /*#__PURE__*/_jsx("path", {
45
- d: "M240.146 138.02v16.602H71.489V138.02h168.657Z",
46
- fill: "#66C4FF",
47
- stroke: "#10162F",
48
- strokeWidth: "1.103"
49
- }), /*#__PURE__*/_jsx("path", {
50
- d: "M168.171 153.995v16.856h-24.934v-16.856h24.934Z",
51
- fill: "#66C4FF",
52
- stroke: "#10162F",
53
- strokeWidth: "1.103"
54
- }), /*#__PURE__*/_jsx("path", {
55
- d: "M208.965 170.98v11.294H.002V170.98h208.963Z",
56
- fill: "url(#b)"
57
- }), /*#__PURE__*/_jsx("path", {
58
- d: "M174.562 24.567c0-2.736-.35-8.414-.381-11.15-.1-8.727 7.331-15.877 15.216-10.633 8.75 6.587-4.931 29.64 7.671 29.64 3.189 0 4.773-2.321 5.473-4.752 1.969-6.836-1.499-14.575 1.05-21.307 2.322-6.131 8.715-5.477 11.997-1.916 2.516 2.73 2.721 7.483 3.102 11.923.381 4.44.381 5.576.381 8.364",
59
- stroke: "#FFD300",
60
- strokeWidth: "1.103",
61
- strokeLinecap: "square",
62
- strokeLinejoin: "round"
63
- }), /*#__PURE__*/_jsx("path", {
64
- d: "m184.271 100.403-49.009 15.38-19.616 6.155L137.402 52.5",
65
- fill: "#66C4FF"
66
- }), /*#__PURE__*/_jsx("path", {
67
- d: "m184.271 100.403-49.009 15.38-19.616 6.155L137.402 52.5",
68
- stroke: "#10162F",
69
- strokeWidth: "1.103",
70
- strokeMiterlimit: "10"
71
- }), /*#__PURE__*/_jsx("path", {
72
- d: "M187.215 98.892c5.085-5.085-1.654-20.07-15.053-33.468-13.398-13.4-28.383-20.139-33.468-15.054-5.085 5.086 1.654 20.07 15.053 33.469 13.399 13.399 28.383 20.138 33.468 15.053Z",
73
- fill: "#fff",
74
- stroke: "#10162F",
75
- strokeWidth: "1.103",
76
- strokeMiterlimit: "10"
77
- }), /*#__PURE__*/_jsx("path", {
78
- d: "m131.828 70.292 5.574-17.79",
79
- stroke: "#10162F",
80
- strokeWidth: "1.103",
81
- strokeMiterlimit: "10"
82
- }), /*#__PURE__*/_jsx("path", {
83
- d: "m158.524 108.482-23.262 7.3c-10.998-10.998-9.44-26.32-9.44-26.32l6.006-19.172s3.716 15.21 26.696 38.192Z",
84
- fill: "#fff",
85
- stroke: "#10162F",
86
- strokeWidth: "1.103",
87
- strokeMiterlimit: "10"
88
- }), /*#__PURE__*/_jsx("path", {
89
- d: "m158.597 108.354-23.263 7.301c-10.998-10.998-9.44-26.321-9.44-26.321l6.007-19.17s3.715 15.21 26.696 38.19Z",
90
- fill: "url(#c)",
91
- stroke: "#10162F",
92
- strokeWidth: "1.103",
93
- strokeMiterlimit: "10"
94
- }), /*#__PURE__*/_jsx("path", {
95
- d: "m135.191 116.066-.107-.107c-5.726-5.726-8.007-12.63-8.912-17.415-.981-5.18-.603-9.069-.599-9.107l.01-.05 6.274-20.023.213.868c.009.038.972 3.865 4.721 10.442 3.461 6.072 10.071 15.794 21.909 27.632l.291.291-.392.123-23.408 7.346Zm-9.125-26.556c-.03.335-.332 4.055.599 8.958.888 4.68 3.112 11.421 8.665 17.031l22.727-7.132c-11.709-11.759-18.268-21.421-21.716-27.475-2.791-4.9-4.049-8.295-4.52-9.748l-5.755 18.366Z",
96
- fill: "#10162F"
97
- }), /*#__PURE__*/_jsx("path", {
98
- d: "M152.314 72.556s15.774-20.5 9.549-38.409M160.283 74.28s9.363-14.582 21.464-20.251M164.592 79.69s13.572-12.066 36.191-8.317",
99
- stroke: "#10162F",
100
- strokeWidth: "1.103",
101
- strokeMiterlimit: "10"
102
- }), /*#__PURE__*/_jsx("path", {
103
- d: "M210.008 78.572a3.907 3.907 0 1 0 0-7.814 3.907 3.907 0 0 0 0 7.814ZM195.042 42.246l-1.553 4.578 2.892 3.875-4.834-.062-2.792 3.948-1.435-4.617-4.617-1.435 3.947-2.792-.061-4.834 3.874 2.892 4.579-1.553Z",
104
- fill: "#66C4FF",
105
- stroke: "#10162F",
106
- strokeWidth: "1.103",
107
- strokeMiterlimit: "10"
108
- }), /*#__PURE__*/_jsx("path", {
109
- d: "M176.672 83.918s8.106-3.802 18.968-.41",
110
- stroke: "#10162F",
111
- strokeWidth: "1.103",
112
- strokeMiterlimit: "10"
113
- }), /*#__PURE__*/_jsx("path", {
114
- d: "m194.256 125.599-5.229-5.228 3.696-3.865-14.67-4.55 4.549 15.135 4.445-4.649 5.184 5.183 2.025-2.026Z",
115
- fill: "#FFD300",
116
- stroke: "#10162F",
117
- strokeWidth: "1.103",
118
- strokeMiterlimit: "10"
119
- }), /*#__PURE__*/_jsx("path", {
120
- fill: "#FFD300",
121
- d: "m102.945 20.677-7.892-7.892-7.892 7.892 7.892 7.892zM124.49 22.72l-5.58-9.667-9.666 5.581 5.58 9.666zM142.135 26.248V15.107h-11.373v11.14z"
122
- }), /*#__PURE__*/_jsxs("defs", {
123
- children: [/*#__PURE__*/_jsx("pattern", {
124
- id: "a",
125
- patternContentUnits: "objectBoundingBox",
126
- width: ".269",
127
- height: ".208",
128
- children: /*#__PURE__*/_jsx("use", {
129
- xlinkHref: "#d",
130
- transform: "scale(.0042 .00325)"
131
- })
132
- }), /*#__PURE__*/_jsx("pattern", {
133
- id: "b",
134
- patternContentUnits: "objectBoundingBox",
135
- width: "3.126",
136
- height: ".169",
137
- children: /*#__PURE__*/_jsx("use", {
138
- xlinkHref: "#d",
139
- transform: "scale(.04885 .00264)"
140
- })
141
- }), /*#__PURE__*/_jsx("pattern", {
142
- id: "c",
143
- patternContentUnits: "objectBoundingBox",
144
- width: "1.077",
145
- height: ".776",
146
- children: /*#__PURE__*/_jsx("use", {
147
- xlinkHref: "#d",
148
- transform: "scale(.01683 .01213)"
149
- })
150
- }), /*#__PURE__*/_jsx("image", {
151
- id: "d",
152
- width: "64",
153
- height: "64",
154
- xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACkSURBVHgB7dcxEsIwDAVR6f53Boo/FNBkPEkYrN3Xye3+xlVVz/pEu/XmEqgsr3AJVJZXuAQqyytcApXlFS6ByvIKl0BleYVLoLK8wiVQWV5BK/8oheWh+vuBVh67BMsXVB/cuPKYJVj+4B6rF29c+bFLsPziPUafvHHlxyzB8ifvbfXFN678tkuw/MX3NvrmG1d+myVY/ub7b/WPb1z5sb/CJS8ZOf4BH9R+4AAAAABJRU5ErkJggg=="
155
- })]
156
- })]
157
- });
158
- };
package/dist/Coffee.d.ts DELETED
@@ -1,3 +0,0 @@
1
- import * as React from 'react';
2
- import { IllustrationProps } from './types';
3
- export declare const Coffee: React.FC<IllustrationProps>;
package/dist/Coffee.js DELETED
@@ -1,63 +0,0 @@
1
- import * as React from 'react';
2
- import { jsx as _jsx } from "react/jsx-runtime";
3
- import { jsxs as _jsxs } from "react/jsx-runtime";
4
- export var Coffee = function Coffee(_ref) {
5
- var ariaHidden = _ref['aria-hidden'],
6
- className = _ref.className,
7
- height = _ref.height,
8
- width = _ref.width;
9
- return /*#__PURE__*/_jsxs("svg", {
10
- "aria-hidden": ariaHidden,
11
- className: className,
12
- width: width,
13
- height: height,
14
- viewBox: "0 0 48 73",
15
- fill: "none",
16
- xmlns: "http://www.w3.org/2000/svg",
17
- xmlnsXlink: "http://www.w3.org/1999/xlink",
18
- children: [/*#__PURE__*/_jsx("title", {
19
- children: "Coffee Illustration"
20
- }), /*#__PURE__*/_jsx("path", {
21
- d: "M1 28.124h36v37.05c0 1.578-.777 3.091-2.16 4.207-1.385 1.116-3.261 1.743-5.218 1.743H8.378c-1.957 0-3.834-.627-5.217-1.743C1.777 68.265 1 66.751 1 65.174v-37.05ZM37 51.15h4.055c.65-.002 1.273-.252 1.732-.696a2.331 2.331 0 0 0 .716-1.675V45.22c0-.628-.257-1.23-.716-1.675a2.495 2.495 0 0 0-1.732-.695H37V39h4.79c.684 0 1.362.13 1.994.383a5.223 5.223 0 0 1 1.69 1.091 5.026 5.026 0 0 1 1.13 1.635c.262.612.397 1.267.396 1.929v5.924c0 .662-.134 1.317-.396 1.929a5.026 5.026 0 0 1-1.13 1.635 5.22 5.22 0 0 1-1.69 1.091A5.363 5.363 0 0 1 41.79 55H37v-3.85Z",
22
- fill: "#fff",
23
- stroke: "#10162F",
24
- strokeWidth: "1.5"
25
- }), /*#__PURE__*/_jsx("path", {
26
- d: "M22.311 11.876H7.557v15.702h14.754V11.876Z",
27
- fill: "url(#a)"
28
- }), /*#__PURE__*/_jsx("path", {
29
- d: "M33.754 0H19v14.05h14.754V0Z",
30
- fill: "url(#b)"
31
- }), /*#__PURE__*/_jsx("path", {
32
- d: "M1 62v2.47a7.61 7.61 0 0 0 2.16 5.324A7.303 7.303 0 0 0 8.379 72h21.244a7.303 7.303 0 0 0 5.217-2.206A7.61 7.61 0 0 0 37 64.47V62H1Z",
33
- fill: "#fff",
34
- stroke: "#10162F",
35
- strokeWidth: "1.5"
36
- }), /*#__PURE__*/_jsxs("defs", {
37
- children: [/*#__PURE__*/_jsx("pattern", {
38
- id: "a",
39
- patternContentUnits: "objectBoundingBox",
40
- width: ".542",
41
- height: ".509",
42
- children: /*#__PURE__*/_jsx("use", {
43
- xlinkHref: "#c",
44
- transform: "scale(.06778 .06368)"
45
- })
46
- }), /*#__PURE__*/_jsx("pattern", {
47
- id: "b",
48
- patternContentUnits: "objectBoundingBox",
49
- width: ".542",
50
- height: ".569",
51
- children: /*#__PURE__*/_jsx("use", {
52
- xlinkHref: "#c",
53
- transform: "scale(.06778 .07118)"
54
- })
55
- }), /*#__PURE__*/_jsx("image", {
56
- id: "c",
57
- width: "8",
58
- height: "8",
59
- xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAeSURBVHgBzc4xAQAAAAEwEVxq6J+OGCzBQDk4MzgV8D0CqU26KA8AAAAASUVORK5CYII="
60
- })]
61
- })]
62
- });
63
- };
@@ -1,3 +0,0 @@
1
- import * as React from 'react';
2
- import { IllustrationProps } from './types';
3
- export declare const Confetti: React.FC<IllustrationProps>;
package/dist/Confetti.js DELETED
@@ -1,97 +0,0 @@
1
- import * as React from 'react';
2
- import { jsx as _jsx } from "react/jsx-runtime";
3
- import { jsxs as _jsxs } from "react/jsx-runtime";
4
- export var Confetti = function Confetti(_ref) {
5
- var ariaHidden = _ref['aria-hidden'],
6
- className = _ref.className,
7
- height = _ref.height,
8
- width = _ref.width;
9
- return /*#__PURE__*/_jsxs("svg", {
10
- "aria-hidden": ariaHidden,
11
- className: className,
12
- width: width,
13
- height: height,
14
- viewBox: "0 0 80 60",
15
- fill: "none",
16
- xmlns: "http://www.w3.org/2000/svg",
17
- xmlnsXlink: "http://www.w3.org/1999/xlink",
18
- children: [/*#__PURE__*/_jsx("title", {
19
- children: "Confetti Illustration"
20
- }), /*#__PURE__*/_jsx("rect", {
21
- width: "80",
22
- height: "60",
23
- fill: "white"
24
- }), /*#__PURE__*/_jsx("path", {
25
- d: "M51.9001 43.4534L21.9763 52.8439L10 56.6023L23.2835 14.2055",
26
- fill: "white"
27
- }), /*#__PURE__*/_jsx("path", {
28
- d: "M51.9001 43.4534L21.9763 52.8439L10 56.6023L23.2835 14.2055",
29
- stroke: "#10162F",
30
- strokeMiterlimit: "10"
31
- }), /*#__PURE__*/_jsx("path", {
32
- d: "M53.697 42.5305C56.8019 39.4256 52.687 30.2767 44.5061 22.0958C36.3253 13.915 27.1764 9.80009 24.0715 12.905C20.9666 16.0099 25.0815 25.1588 33.2623 33.3396C41.4432 41.5205 50.5921 45.6354 53.697 42.5305Z",
33
- fill: "white",
34
- stroke: "#10162F",
35
- strokeMiterlimit: "10"
36
- }), /*#__PURE__*/_jsx("path", {
37
- d: "M19.88 25.0681L23.2834 14.2056",
38
- stroke: "#10162F",
39
- strokeMiterlimit: "10"
40
- }), /*#__PURE__*/_jsx("path", {
41
- d: "M36.18 48.3864L21.9764 52.8438C15.2615 46.129 16.213 36.7732 16.213 36.7732L19.8803 25.0682C19.8803 25.0682 22.1487 34.3552 36.18 48.3864Z",
42
- fill: "white",
43
- stroke: "#10162F",
44
- strokeMiterlimit: "10"
45
- }), /*#__PURE__*/_jsx("path", {
46
- d: "M36.2246 48.3086L22.021 52.7659C15.3061 46.0511 16.2576 36.6953 16.2576 36.6953L19.9248 24.9903C19.9248 24.9903 22.1933 34.2773 36.2246 48.3086Z",
47
- fill: "url(#pattern0)",
48
- stroke: "#10162F",
49
- strokeMiterlimit: "10"
50
- }), /*#__PURE__*/_jsx("path", {
51
- d: "M21.9341 53.0172L21.8689 52.952C18.3727 49.4559 16.9799 45.2404 16.4271 42.3193C15.8284 39.1558 16.0591 36.7819 16.0618 36.7588L16.068 36.7284L19.8984 24.5026L20.0283 25.0327C20.034 25.0558 20.6219 27.3926 22.9109 31.4084C25.024 35.1154 29.0599 41.0516 36.288 48.2795L36.4656 48.4571L36.2259 48.5324L21.9341 53.0172ZM16.3629 36.8034C16.3446 37.0076 16.1599 39.2793 16.7281 42.2726C17.2703 45.1302 18.6288 49.246 22.0192 52.6714L35.8952 48.3169C28.7464 41.1372 24.7412 35.2376 22.6363 31.5413C20.9323 28.5494 20.1639 26.4764 19.8763 25.5892L16.3629 36.8034Z",
52
- fill: "#10162F"
53
- }), /*#__PURE__*/_jsx("path", {
54
- d: "M32.389 26.4508C32.389 26.4508 42.0196 13.9349 38.219 3",
55
- stroke: "#10162F",
56
- strokeMiterlimit: "10"
57
- }), /*#__PURE__*/_jsx("path", {
58
- d: "M37.2533 27.5039C37.2533 27.5039 42.9696 18.6008 50.3582 15.1393",
59
- stroke: "#10162F",
60
- strokeMiterlimit: "10"
61
- }), /*#__PURE__*/_jsx("path", {
62
- d: "M39.8839 30.8061C39.8839 30.8061 48.1706 23.4395 61.9813 25.7283",
63
- stroke: "#10162F",
64
- strokeMiterlimit: "10"
65
- }), /*#__PURE__*/_jsx("path", {
66
- d: "M67.6147 30.1238C68.932 30.1238 69.9999 29.0559 69.9999 27.7386C69.9999 26.4212 68.932 25.3533 67.6147 25.3533C66.2974 25.3533 65.2295 26.4212 65.2295 27.7386C65.2295 29.0559 66.2974 30.1238 67.6147 30.1238Z",
67
- fill: "white",
68
- stroke: "#10162F",
69
- strokeMiterlimit: "10"
70
- }), /*#__PURE__*/_jsx("path", {
71
- d: "M58.4767 7.94479L57.5287 10.7402L59.2943 13.106L56.3426 13.0682L54.638 15.4783L53.7618 12.6595L50.943 11.7833L53.3531 10.0787L53.3153 7.12715L55.6811 8.8927L58.4767 7.94479Z",
72
- fill: "white",
73
- stroke: "#10162F",
74
- strokeMiterlimit: "10"
75
- }), /*#__PURE__*/_jsx("path", {
76
- d: "M47.2601 33.3889C47.2601 33.3889 52.2097 31.0675 58.8413 33.1386",
77
- stroke: "#10162F",
78
- strokeMiterlimit: "10"
79
- }), /*#__PURE__*/_jsxs("defs", {
80
- children: [/*#__PURE__*/_jsx("pattern", {
81
- id: "pattern0",
82
- patternContentUnits: "objectBoundingBox",
83
- width: "3.19786",
84
- height: "2.30418",
85
- children: /*#__PURE__*/_jsx("use", {
86
- xlinkHref: "#image0",
87
- transform: "scale(0.0499666 0.0360028)"
88
- })
89
- }), /*#__PURE__*/_jsx("image", {
90
- id: "image0",
91
- width: "64",
92
- height: "64",
93
- xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACkSURBVHgB7dcxEsIwDAVR6f53Boo/FNBkPEkYrN3Xye3+xlVVz/pEu/XmEqgsr3AJVJZXuAQqyytcApXlFS6ByvIKl0BleYVLoLK8wiVQWV5BK/8oheWh+vuBVh67BMsXVB/cuPKYJVj+4B6rF29c+bFLsPziPUafvHHlxyzB8ifvbfXFN678tkuw/MX3NvrmG1d+myVY/ub7b/WPb1z5sb/CJS8ZOf4BH9R+4AAAAABJRU5ErkJggg=="
94
- })]
95
- })]
96
- });
97
- };
package/dist/EmailAt.d.ts DELETED
@@ -1,3 +0,0 @@
1
- import * as React from 'react';
2
- import { IllustrationProps } from './types';
3
- export declare const EmailAt: React.FC<IllustrationProps>;
package/dist/EmailAt.js DELETED
@@ -1,39 +0,0 @@
1
- import * as React from 'react';
2
- import { jsx as _jsx } from "react/jsx-runtime";
3
- import { jsxs as _jsxs } from "react/jsx-runtime";
4
- export var EmailAt = function EmailAt(_ref) {
5
- var ariaHidden = _ref['aria-hidden'],
6
- className = _ref.className,
7
- height = _ref.height,
8
- width = _ref.width;
9
- return /*#__PURE__*/_jsxs("svg", {
10
- "aria-hidden": ariaHidden,
11
- className: className,
12
- width: width,
13
- height: height,
14
- viewBox: "0 0 48 48",
15
- fill: "none",
16
- xmlns: "http://www.w3.org/2000/svg",
17
- children: [/*#__PURE__*/_jsx("title", {
18
- children: "Email At Icon"
19
- }), /*#__PURE__*/_jsx("circle", {
20
- cx: "24",
21
- cy: "24",
22
- r: "23.5",
23
- fill: "white",
24
- stroke: "#10162F"
25
- }), /*#__PURE__*/_jsx("path", {
26
- d: "M28.375 24C28.375 24.8653 28.1184 25.7112 27.6377 26.4306C27.157 27.1501 26.4737 27.7108 25.6742 28.042C24.8748 28.3731 23.9951 28.4597 23.1465 28.2909C22.2978 28.1221 21.5183 27.7054 20.9064 27.0936C20.2946 26.4817 19.8779 25.7022 19.7091 24.8535C19.5403 24.0049 19.6269 23.1252 19.958 22.3258C20.2892 21.5263 20.8499 20.8431 21.5694 20.3623C22.2888 19.8816 23.1347 19.625 24 19.625C25.1603 19.625 26.2731 20.0859 27.0936 20.9064C27.9141 21.7269 28.375 22.8397 28.375 24Z",
27
- stroke: "#10162F",
28
- strokeWidth: "1.25",
29
- strokeLinecap: "round",
30
- strokeLinejoin: "round"
31
- }), /*#__PURE__*/_jsx("path", {
32
- d: "M28.3751 24V25.875C28.3751 26.538 28.6384 27.1739 29.1073 27.6427C29.5761 28.1116 30.212 28.375 30.8751 28.375C31.5381 28.375 32.174 28.1116 32.6428 27.6427C33.1117 27.1739 33.3751 26.538 33.3751 25.875V24C33.375 21.8883 32.6619 19.8385 31.3514 18.1827C30.0408 16.5269 28.2096 15.3621 26.1544 14.8769C24.0992 14.3918 21.9404 14.6148 20.0278 15.5098C18.1152 16.4048 16.5607 17.9194 15.6164 19.8081C14.672 21.6969 14.393 23.8492 14.8246 25.9163C15.2562 27.9834 16.373 29.8442 17.9943 31.1973C19.6155 32.5504 21.646 33.3165 23.757 33.3714C25.868 33.4263 27.9357 32.7669 29.6251 31.5",
33
- stroke: "#10162F",
34
- strokeWidth: "1.25",
35
- strokeLinecap: "round",
36
- strokeLinejoin: "round"
37
- })]
38
- });
39
- };
@@ -1,3 +0,0 @@
1
- import * as React from 'react';
2
- import { IllustrationProps } from './types';
3
- export declare const Envelope: React.FC<IllustrationProps>;