@atlaskit/rovo-agent-components 0.1.2 → 0.1.3

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 (119) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/dist/cjs/index.js +8 -1
  3. package/dist/cjs/ui/agent-avatar/generated-avatars/assets/auto-dev.js +66 -0
  4. package/dist/cjs/ui/agent-avatar/generated-avatars/assets/auto-fix.js +57 -0
  5. package/dist/cjs/ui/agent-avatar/generated-avatars/assets/auto-review.js +87 -0
  6. package/dist/cjs/ui/agent-avatar/generated-avatars/assets/backlog-buddy.js +73 -0
  7. package/dist/cjs/ui/agent-avatar/generated-avatars/assets/comms-crafter.js +77 -0
  8. package/dist/cjs/ui/agent-avatar/generated-avatars/assets/culture.js +52 -0
  9. package/dist/cjs/ui/agent-avatar/generated-avatars/assets/customer-insight.js +58 -0
  10. package/dist/cjs/ui/agent-avatar/generated-avatars/assets/decision-director.js +64 -0
  11. package/dist/cjs/ui/agent-avatar/generated-avatars/assets/feature-flag-avatar.js +64 -0
  12. package/dist/cjs/ui/agent-avatar/generated-avatars/assets/hire-writer.js +58 -0
  13. package/dist/cjs/ui/agent-avatar/generated-avatars/assets/marketing-message-maestro.js +67 -0
  14. package/dist/cjs/ui/agent-avatar/generated-avatars/assets/my-user-manual.js +56 -0
  15. package/dist/cjs/ui/agent-avatar/generated-avatars/assets/okr-oracle.js +61 -0
  16. package/dist/cjs/ui/agent-avatar/generated-avatars/assets/ops-agent.js +67 -0
  17. package/dist/cjs/ui/agent-avatar/generated-avatars/assets/pitch-perfector.js +73 -0
  18. package/dist/cjs/ui/agent-avatar/generated-avatars/assets/release-notes.js +65 -0
  19. package/dist/cjs/ui/agent-avatar/generated-avatars/assets/research-scout.js +58 -0
  20. package/dist/cjs/ui/agent-avatar/generated-avatars/assets/social-media-scribe.js +56 -0
  21. package/dist/cjs/ui/agent-avatar/generated-avatars/assets/team-connection.js +58 -0
  22. package/dist/cjs/ui/agent-avatar/generated-avatars/index.js +97 -0
  23. package/dist/cjs/ui/agent-avatar/index.js +71 -1
  24. package/dist/es2019/index.js +2 -1
  25. package/dist/es2019/ui/agent-avatar/generated-avatars/assets/auto-dev.js +57 -0
  26. package/dist/es2019/ui/agent-avatar/generated-avatars/assets/auto-fix.js +48 -0
  27. package/dist/es2019/ui/agent-avatar/generated-avatars/assets/auto-review.js +78 -0
  28. package/dist/es2019/ui/agent-avatar/generated-avatars/assets/backlog-buddy.js +64 -0
  29. package/dist/es2019/ui/agent-avatar/generated-avatars/assets/comms-crafter.js +68 -0
  30. package/dist/es2019/ui/agent-avatar/generated-avatars/assets/culture.js +43 -0
  31. package/dist/es2019/ui/agent-avatar/generated-avatars/assets/customer-insight.js +49 -0
  32. package/dist/es2019/ui/agent-avatar/generated-avatars/assets/decision-director.js +55 -0
  33. package/dist/es2019/ui/agent-avatar/generated-avatars/assets/feature-flag-avatar.js +55 -0
  34. package/dist/es2019/ui/agent-avatar/generated-avatars/assets/hire-writer.js +49 -0
  35. package/dist/es2019/ui/agent-avatar/generated-avatars/assets/marketing-message-maestro.js +58 -0
  36. package/dist/es2019/ui/agent-avatar/generated-avatars/assets/my-user-manual.js +47 -0
  37. package/dist/es2019/ui/agent-avatar/generated-avatars/assets/okr-oracle.js +52 -0
  38. package/dist/es2019/ui/agent-avatar/generated-avatars/assets/ops-agent.js +58 -0
  39. package/dist/es2019/ui/agent-avatar/generated-avatars/assets/pitch-perfector.js +64 -0
  40. package/dist/es2019/ui/agent-avatar/generated-avatars/assets/release-notes.js +56 -0
  41. package/dist/es2019/ui/agent-avatar/generated-avatars/assets/research-scout.js +49 -0
  42. package/dist/es2019/ui/agent-avatar/generated-avatars/assets/social-media-scribe.js +47 -0
  43. package/dist/es2019/ui/agent-avatar/generated-avatars/assets/team-connection.js +49 -0
  44. package/dist/es2019/ui/agent-avatar/generated-avatars/index.js +92 -0
  45. package/dist/es2019/ui/agent-avatar/index.js +65 -0
  46. package/dist/esm/index.js +2 -1
  47. package/dist/esm/ui/agent-avatar/generated-avatars/assets/auto-dev.js +58 -0
  48. package/dist/esm/ui/agent-avatar/generated-avatars/assets/auto-fix.js +49 -0
  49. package/dist/esm/ui/agent-avatar/generated-avatars/assets/auto-review.js +79 -0
  50. package/dist/esm/ui/agent-avatar/generated-avatars/assets/backlog-buddy.js +65 -0
  51. package/dist/esm/ui/agent-avatar/generated-avatars/assets/comms-crafter.js +69 -0
  52. package/dist/esm/ui/agent-avatar/generated-avatars/assets/culture.js +44 -0
  53. package/dist/esm/ui/agent-avatar/generated-avatars/assets/customer-insight.js +50 -0
  54. package/dist/esm/ui/agent-avatar/generated-avatars/assets/decision-director.js +56 -0
  55. package/dist/esm/ui/agent-avatar/generated-avatars/assets/feature-flag-avatar.js +56 -0
  56. package/dist/esm/ui/agent-avatar/generated-avatars/assets/hire-writer.js +50 -0
  57. package/dist/esm/ui/agent-avatar/generated-avatars/assets/marketing-message-maestro.js +59 -0
  58. package/dist/esm/ui/agent-avatar/generated-avatars/assets/my-user-manual.js +48 -0
  59. package/dist/esm/ui/agent-avatar/generated-avatars/assets/okr-oracle.js +53 -0
  60. package/dist/esm/ui/agent-avatar/generated-avatars/assets/ops-agent.js +59 -0
  61. package/dist/esm/ui/agent-avatar/generated-avatars/assets/pitch-perfector.js +65 -0
  62. package/dist/esm/ui/agent-avatar/generated-avatars/assets/release-notes.js +57 -0
  63. package/dist/esm/ui/agent-avatar/generated-avatars/assets/research-scout.js +50 -0
  64. package/dist/esm/ui/agent-avatar/generated-avatars/assets/social-media-scribe.js +48 -0
  65. package/dist/esm/ui/agent-avatar/generated-avatars/assets/team-connection.js +50 -0
  66. package/dist/esm/ui/agent-avatar/generated-avatars/index.js +90 -0
  67. package/dist/esm/ui/agent-avatar/index.js +65 -0
  68. package/dist/types/index.d.ts +1 -0
  69. package/dist/types/ui/agent-avatar/generated-avatars/assets/auto-dev.d.ts +3 -0
  70. package/dist/types/ui/agent-avatar/generated-avatars/assets/auto-fix.d.ts +3 -0
  71. package/dist/types/ui/agent-avatar/generated-avatars/assets/auto-review.d.ts +3 -0
  72. package/dist/types/ui/agent-avatar/generated-avatars/assets/backlog-buddy.d.ts +3 -0
  73. package/dist/types/ui/agent-avatar/generated-avatars/assets/comms-crafter.d.ts +3 -0
  74. package/dist/types/ui/agent-avatar/generated-avatars/assets/culture.d.ts +3 -0
  75. package/dist/types/ui/agent-avatar/generated-avatars/assets/customer-insight.d.ts +3 -0
  76. package/dist/types/ui/agent-avatar/generated-avatars/assets/decision-director.d.ts +3 -0
  77. package/dist/types/ui/agent-avatar/generated-avatars/assets/feature-flag-avatar.d.ts +3 -0
  78. package/dist/types/ui/agent-avatar/generated-avatars/assets/hire-writer.d.ts +3 -0
  79. package/dist/types/ui/agent-avatar/generated-avatars/assets/marketing-message-maestro.d.ts +3 -0
  80. package/dist/types/ui/agent-avatar/generated-avatars/assets/my-user-manual.d.ts +3 -0
  81. package/dist/types/ui/agent-avatar/generated-avatars/assets/okr-oracle.d.ts +3 -0
  82. package/dist/types/ui/agent-avatar/generated-avatars/assets/ops-agent.d.ts +3 -0
  83. package/dist/types/ui/agent-avatar/generated-avatars/assets/pitch-perfector.d.ts +3 -0
  84. package/dist/types/ui/agent-avatar/generated-avatars/assets/release-notes.d.ts +3 -0
  85. package/dist/types/ui/agent-avatar/generated-avatars/assets/research-scout.d.ts +3 -0
  86. package/dist/types/ui/agent-avatar/generated-avatars/assets/social-media-scribe.d.ts +3 -0
  87. package/dist/types/ui/agent-avatar/generated-avatars/assets/team-connection.d.ts +3 -0
  88. package/dist/types/ui/agent-avatar/generated-avatars/assets/types.d.ts +5 -0
  89. package/dist/types/ui/agent-avatar/generated-avatars/index.d.ts +10 -0
  90. package/dist/types/ui/agent-avatar/index.d.ts +12 -0
  91. package/dist/types-ts4.5/index.d.ts +1 -0
  92. package/dist/types-ts4.5/ui/agent-avatar/generated-avatars/assets/auto-dev.d.ts +3 -0
  93. package/dist/types-ts4.5/ui/agent-avatar/generated-avatars/assets/auto-fix.d.ts +3 -0
  94. package/dist/types-ts4.5/ui/agent-avatar/generated-avatars/assets/auto-review.d.ts +3 -0
  95. package/dist/types-ts4.5/ui/agent-avatar/generated-avatars/assets/backlog-buddy.d.ts +3 -0
  96. package/dist/types-ts4.5/ui/agent-avatar/generated-avatars/assets/comms-crafter.d.ts +3 -0
  97. package/dist/types-ts4.5/ui/agent-avatar/generated-avatars/assets/culture.d.ts +3 -0
  98. package/dist/types-ts4.5/ui/agent-avatar/generated-avatars/assets/customer-insight.d.ts +3 -0
  99. package/dist/types-ts4.5/ui/agent-avatar/generated-avatars/assets/decision-director.d.ts +3 -0
  100. package/dist/types-ts4.5/ui/agent-avatar/generated-avatars/assets/feature-flag-avatar.d.ts +3 -0
  101. package/dist/types-ts4.5/ui/agent-avatar/generated-avatars/assets/hire-writer.d.ts +3 -0
  102. package/dist/types-ts4.5/ui/agent-avatar/generated-avatars/assets/marketing-message-maestro.d.ts +3 -0
  103. package/dist/types-ts4.5/ui/agent-avatar/generated-avatars/assets/my-user-manual.d.ts +3 -0
  104. package/dist/types-ts4.5/ui/agent-avatar/generated-avatars/assets/okr-oracle.d.ts +3 -0
  105. package/dist/types-ts4.5/ui/agent-avatar/generated-avatars/assets/ops-agent.d.ts +3 -0
  106. package/dist/types-ts4.5/ui/agent-avatar/generated-avatars/assets/pitch-perfector.d.ts +3 -0
  107. package/dist/types-ts4.5/ui/agent-avatar/generated-avatars/assets/release-notes.d.ts +3 -0
  108. package/dist/types-ts4.5/ui/agent-avatar/generated-avatars/assets/research-scout.d.ts +3 -0
  109. package/dist/types-ts4.5/ui/agent-avatar/generated-avatars/assets/social-media-scribe.d.ts +3 -0
  110. package/dist/types-ts4.5/ui/agent-avatar/generated-avatars/assets/team-connection.d.ts +3 -0
  111. package/dist/types-ts4.5/ui/agent-avatar/generated-avatars/assets/types.d.ts +5 -0
  112. package/dist/types-ts4.5/ui/agent-avatar/generated-avatars/index.d.ts +10 -0
  113. package/dist/types-ts4.5/ui/agent-avatar/index.d.ts +12 -0
  114. package/package.json +4 -3
  115. package/dist/types/ui/agent-avatar/icons/index.d.ts +0 -0
  116. package/dist/types-ts4.5/ui/agent-avatar/icons/index.d.ts +0 -0
  117. /package/dist/cjs/ui/agent-avatar/{icons/index.js → generated-avatars/assets/types.js} +0 -0
  118. /package/dist/es2019/ui/agent-avatar/{icons/index.js → generated-avatars/assets/types.js} +0 -0
  119. /package/dist/esm/ui/agent-avatar/{icons/index.js → generated-avatars/assets/types.js} +0 -0
@@ -0,0 +1,47 @@
1
+ /* eslint-disable @atlaskit/ui-styling-standard/enforce-style-prop */
2
+ import React from 'react';
3
+ export const MyUserManualAvatar = ({
4
+ size,
5
+ primaryColor,
6
+ secondaryColor
7
+ }) => /*#__PURE__*/React.createElement("svg", {
8
+ width: size,
9
+ height: size,
10
+ viewBox: "0 0 42 48",
11
+ fill: "none",
12
+ xmlns: "http://www.w3.org/2000/svg"
13
+ }, /*#__PURE__*/React.createElement("path", {
14
+ d: "M19.0069 1.14541C20.241 0.436192 21.759 0.436193 22.9931 1.14541L39.9931 10.9152C41.2346 11.6287 42 12.9514 42 14.3833V33.891C42 35.3229 41.2346 36.6456 39.9931 37.3591L22.9931 47.1289C21.759 47.8381 20.241 47.8381 19.0069 47.1289L2.00691 37.3591C0.765414 36.6456 0 35.3229 0 33.891V14.3833C0 12.9514 0.765415 11.6287 2.00691 10.9152L19.0069 1.14541Z",
15
+ fill: primaryColor
16
+ }), /*#__PURE__*/React.createElement("mask", {
17
+ id: "mask0_7095_38527",
18
+ style: {
19
+ maskType: 'alpha'
20
+ },
21
+ maskUnits: "userSpaceOnUse",
22
+ x: "0",
23
+ y: "0",
24
+ width: "42",
25
+ height: "48"
26
+ }, /*#__PURE__*/React.createElement("path", {
27
+ d: "M19.0069 1.14541C20.241 0.436192 21.759 0.436193 22.9931 1.14541L39.9931 10.9152C41.2346 11.6287 42 12.9514 42 14.3833V33.891C42 35.3229 41.2346 36.6456 39.9931 37.3591L22.9931 47.1289C21.759 47.8381 20.241 47.8381 19.0069 47.1289L2.00691 37.3591C0.765414 36.6456 0 35.3229 0 33.891V14.3833C0 12.9514 0.765415 11.6287 2.00691 10.9152L19.0069 1.14541Z",
28
+ fill: primaryColor
29
+ })), /*#__PURE__*/React.createElement("g", {
30
+ mask: "url(#mask0_7095_38527)"
31
+ }, /*#__PURE__*/React.createElement("path", {
32
+ d: "M57 26.9465C52.3092 27.9804 46.9066 27.0919 42.7987 24.3569C49.4591 12.2437 30.5884 14.1409 40.5928 24.3095C35.7026 27.8982 27.4469 29.0997 22.5597 24.9608C33.6931 11.6809 15.4207 11.7663 20.4643 24.6984C19.8722 25.4984 13.7793 28.9132 10.6562 28.4863C11.3189 28.6539 12.4018 28.2998 13.0645 28.5685C11.5919 28.8152 10.061 28.831 8.66207 28.5495C8.72957 28.3156 9.52415 28.5338 9.65607 28.499C8.45959 28.382 4.93457 27.2595 3.73195 25.7355C5.38862 24.2684 9.67755 21.0559 7.70489 18.5169C6.29365 17.3597 4.62778 17.6126 3.19813 18.6244C3.23188 18.5706 3.52026 18.245 3.56628 18.2039C1.14877 19.3516 0.593479 23.2882 2.18265 25.4193C-1.47122 27.9583 -5.98411 30.7724 -10 30.3139C-9.99386 30.6617 -9.16553 30.7945 -8.34947 30.8704L-8.65932 31C-4.75388 30.7629 -1.01717 29.2009 1.75008 26.6461C1.75928 26.8928 2.21027 26.741 2.89748 26.3109C3.14904 26.7283 5.56962 28.2935 3.87921 27.4303C8.21416 31.8474 18.3751 29.3274 21.4736 26.0327C25.9835 30.2665 33.3066 29.5803 38.5435 27.7053H38.4023C39.6019 27.2722 40.6665 26.4785 41.9427 25.3118C45.1364 27.6041 54.7788 30.6364 57 26.9402V26.9465ZM3.01099 24.7838C1.03833 22.0424 4.17373 17.1257 7.24163 19.3516C7.3214 21.5997 4.46825 23.3799 3.01099 24.7838ZM21.2558 23.9205C21.2558 23.9205 21.2681 23.9048 21.2742 23.8984C19.1328 21.5049 21.1607 14.7827 24.6489 16.4206C24.0722 15.94 22.7468 16.6988 22.4462 17.0403C27.318 14.3812 22.7928 22.6684 21.2558 23.9205ZM42.6729 21.2804C42.4888 22.0361 42.0685 22.8013 41.5316 23.4052C40.6511 22.678 39.786 21.7262 39.3595 20.6575C39.2982 20.7429 39.1693 20.6385 39.1847 20.4962L39.3013 20.5026C38.1723 18.3051 40.8107 15.9463 42.4213 18.0363C42.4213 18.0236 42.1759 17.8909 42.1636 17.8972C42.7496 18.8805 42.9459 20.1516 42.6729 21.2804Z",
33
+ fill: secondaryColor
34
+ })), /*#__PURE__*/React.createElement("path", {
35
+ d: "M34.9869 15.9675V33.7388C30.52 34.4607 25.5937 36.0882 21 38.7219C16.4106 36.0882 11.48 34.4607 7.01312 33.7388V15.9675C12.6919 16.5582 17.4694 18.4744 21 20.8719C24.535 18.4788 29.3081 16.5582 34.9869 15.9675Z",
36
+ fill: "white"
37
+ }), /*#__PURE__*/React.createElement("path", {
38
+ fillRule: "evenodd",
39
+ clipRule: "evenodd",
40
+ d: "M19.0444 10.0525H22.9513L24.1806 13.3337L27.6369 12.7606L29.5925 16.1469L27.3656 18.8506L29.5925 21.5544L27.6369 24.9406L24.1806 24.3675L22.9513 27.6487H19.0444L17.815 24.3675L14.3588 24.9406L12.4031 21.5544L14.63 18.8506L12.4031 16.1469L14.3588 12.7606L17.815 13.3337L19.0444 10.0525ZM21 22.145C22.82 22.145 24.2988 20.6706 24.2988 18.8462C24.2988 17.0219 22.8244 15.5475 21 15.5475C19.1756 15.5475 17.7013 17.0219 17.7013 18.8462C17.7013 20.6706 19.1756 22.145 21 22.145Z",
41
+ fill: "#101214"
42
+ }), /*#__PURE__*/React.createElement("path", {
43
+ fillRule: "evenodd",
44
+ clipRule: "evenodd",
45
+ d: "M27.37 18.8462L28.6869 17.245C27.1119 17.7262 25.6419 18.3125 24.29 18.9731C24.2288 20.7362 22.7806 22.1406 21 22.1406C19.2194 22.1406 17.7756 20.7362 17.7144 18.9775C16.3625 18.3125 14.8969 17.7262 13.3175 17.245L14.6344 18.8462L12.4075 21.55L14.3631 24.9319L17.8194 24.3587L19.0488 27.64H22.9556L24.185 24.3587L27.6413 24.9362L29.5925 21.55L27.37 18.8462Z",
46
+ fill: primaryColor
47
+ }));
@@ -0,0 +1,52 @@
1
+ /* eslint-disable @atlaskit/ui-styling-standard/enforce-style-prop */
2
+ import React from 'react';
3
+ export const OkrOracleAvatar = ({
4
+ size,
5
+ primaryColor,
6
+ secondaryColor
7
+ }) => /*#__PURE__*/React.createElement("svg", {
8
+ width: size,
9
+ height: size,
10
+ viewBox: "0 0 42 48",
11
+ fill: "none",
12
+ xmlns: "http://www.w3.org/2000/svg"
13
+ }, /*#__PURE__*/React.createElement("path", {
14
+ d: "M19.0069 1.14541C20.241 0.436192 21.759 0.436193 22.9931 1.14541L39.9931 10.9152C41.2346 11.6287 42 12.9514 42 14.3833V33.891C42 35.3229 41.2346 36.6456 39.9931 37.3591L22.9931 47.1289C21.759 47.8381 20.241 47.8381 19.0069 47.1289L2.00691 37.3591C0.765414 36.6456 0 35.3229 0 33.891V14.3833C0 12.9514 0.765415 11.6287 2.00691 10.9152L19.0069 1.14541Z",
15
+ fill: primaryColor
16
+ }), /*#__PURE__*/React.createElement("mask", {
17
+ id: "mask0_7095_35871",
18
+ style: {
19
+ maskType: 'alpha'
20
+ },
21
+ maskUnits: "userSpaceOnUse",
22
+ x: "0",
23
+ y: "0",
24
+ width: "42",
25
+ height: "48"
26
+ }, /*#__PURE__*/React.createElement("path", {
27
+ d: "M19.0069 1.14541C20.241 0.436192 21.759 0.436193 22.9931 1.14541L39.9931 10.9152C41.2346 11.6287 42 12.9514 42 14.3833V33.891C42 35.3229 41.2346 36.6456 39.9931 37.3591L22.9931 47.1289C21.759 47.8381 20.241 47.8381 19.0069 47.1289L2.00691 37.3591C0.765414 36.6456 0 35.3229 0 33.891V14.3833C0 12.9514 0.765415 11.6287 2.00691 10.9152L19.0069 1.14541Z",
28
+ fill: primaryColor
29
+ })), /*#__PURE__*/React.createElement("g", {
30
+ mask: "url(#mask0_7095_35871)"
31
+ }, /*#__PURE__*/React.createElement("path", {
32
+ d: "M31.0672 6.71876C25.3431 2.95696 20.5959 3.71388 17.4568 4.31657C15.7916 3.78529 8.29655 8.02982 12.9638 6.90157C14.969 5.24204 21.7699 4.42513 25.5174 6.01325C26.6142 5.14778 33.6494 9.66079 31.0644 6.71876H31.0672Z",
33
+ fill: secondaryColor
34
+ }), /*#__PURE__*/React.createElement("path", {
35
+ d: "M27.9625 9.38656C25.7374 7.36142 22.4669 7.57567 21.1187 7.73562C22.2041 7.07866 19.3163 7.38142 18.8479 7.71561C19.3049 7.68704 19.065 7.98126 18.6851 8.01268C18.5651 7.22433 13.5494 9.07236 14.9148 10.0264C15.5232 9.70932 15.8259 9.99212 15.8802 9.36372C16.1858 10.1092 16.8113 9.0438 17.0198 8.96097C17.4654 9.10664 17.454 9.28659 18.0339 8.85528C18.8108 8.85528 19.9219 9.06952 21.2272 8.82673C23.0467 8.76674 24.035 9.32945 25.5403 9.47512C26.1744 9.70934 29.3421 11.2061 27.9682 9.39228L27.9625 9.38656Z",
36
+ fill: secondaryColor
37
+ }), /*#__PURE__*/React.createElement("path", {
38
+ d: "M25.2261 12.2772C24.3349 11.526 23.2095 11.0833 21.6328 11.1832C22.2955 11.7345 21.6757 11.7202 21.253 11.4546C22.0927 10.849 19.4506 10.9976 20.1305 11.5174C19.9534 11.6431 19.7562 11.566 19.8905 11.4232C18.9051 10.9747 15.8916 13.1684 18.3424 12.6943C18.2281 12.3058 18.6623 13.2541 18.9851 12.3258C19.3621 12.5828 19.2421 12.7228 19.5734 12.3658C19.9219 12.3886 20.6074 12.8171 21.3072 12.5429C22.3041 12.3086 22.6669 13.1827 23.4152 12.6714C23.8608 13.0541 25.9859 13.4569 25.2204 12.2743L25.2261 12.2772Z",
39
+ fill: secondaryColor
40
+ })), /*#__PURE__*/React.createElement("path", {
41
+ d: "M33.2237 14.725H8.77625V30.7332H33.2237V14.725Z",
42
+ fill: "white"
43
+ }), /*#__PURE__*/React.createElement("path", {
44
+ d: "M27.5669 32.925V35.6463H14.4331V32.925H18.8081V28.0425H23.1919V32.925H27.5669Z",
45
+ fill: "#101214"
46
+ }), /*#__PURE__*/React.createElement("path", {
47
+ d: "M23.1919 28.0425H18.8081V30.7375H23.1919V28.0425Z",
48
+ fill: primaryColor
49
+ }), /*#__PURE__*/React.createElement("path", {
50
+ d: "M21 26.5288C23.0973 26.5288 24.7975 24.8286 24.7975 22.7313C24.7975 20.634 23.0973 18.9338 21 18.9338C18.9027 18.9338 17.2025 20.634 17.2025 22.7313C17.2025 24.8286 18.9027 26.5288 21 26.5288Z",
51
+ fill: primaryColor
52
+ }));
@@ -0,0 +1,58 @@
1
+ /* eslint-disable @atlaskit/ui-styling-standard/enforce-style-prop */
2
+ import React from 'react';
3
+ export const OpsAgentAvatar = ({
4
+ size,
5
+ primaryColor,
6
+ secondaryColor
7
+ }) => /*#__PURE__*/React.createElement("svg", {
8
+ width: size,
9
+ height: size,
10
+ viewBox: "0 0 42 48",
11
+ fill: "none",
12
+ xmlns: "http://www.w3.org/2000/svg"
13
+ }, /*#__PURE__*/React.createElement("path", {
14
+ d: "M19.0069 1.14541C20.241 0.436192 21.759 0.436193 22.9931 1.14541L39.9931 10.9152C41.2346 11.6287 42 12.9514 42 14.3833V33.891C42 35.3229 41.2346 36.6456 39.9931 37.3591L22.9931 47.1289C21.759 47.8381 20.241 47.8381 19.0069 47.1289L2.00691 37.3591C0.765414 36.6456 0 35.3229 0 33.891V14.3833C0 12.9514 0.765415 11.6287 2.00691 10.9152L19.0069 1.14541Z",
15
+ fill: primaryColor
16
+ }), /*#__PURE__*/React.createElement("mask", {
17
+ id: "mask0_7095_36391",
18
+ style: {
19
+ maskType: 'alpha'
20
+ },
21
+ maskUnits: "userSpaceOnUse",
22
+ x: "0",
23
+ y: "0",
24
+ width: "42",
25
+ height: "48"
26
+ }, /*#__PURE__*/React.createElement("path", {
27
+ d: "M19.0069 1.14541C20.241 0.436192 21.759 0.436193 22.9931 1.14541L39.9931 10.9152C41.2346 11.6287 42 12.9514 42 14.3833V33.891C42 35.3229 41.2346 36.6456 39.9931 37.3591L22.9931 47.1289C21.759 47.8381 20.241 47.8381 19.0069 47.1289L2.00691 37.3591C0.765414 36.6456 0 35.3229 0 33.891V14.3833C0 12.9514 0.765415 11.6287 2.00691 10.9152L19.0069 1.14541Z",
28
+ fill: primaryColor
29
+ })), /*#__PURE__*/React.createElement("g", {
30
+ mask: "url(#mask0_7095_36391)"
31
+ }, /*#__PURE__*/React.createElement("path", {
32
+ d: "M25.025 10.3877C25.9578 10.8278 26.7509 11.4073 27.3127 12.0251L27.3208 11.9732C29.4821 12.9519 31.2187 14.8436 32.251 17.0333C31.7886 16.9895 30.8021 16.2979 30.4096 16.4647C27.517 15.2974 31.6112 17.9955 32.8155 17.9026L32.8075 17.8944C32.8075 17.8944 33.0682 17.9163 33.0521 17.9436C34.1435 16.6341 34.1489 10.6063 32.88 15.9671C32.5306 15.2372 31.8263 14.0207 31.5413 13.6954C30.9203 13.258 30.837 12.6812 30.1004 12.4188C30.1004 12.4188 30.2456 12.3833 30.2482 12.3805C28.517 10.6583 25.7643 8.83491 23.283 8.42759C23.3314 8.55607 24.4094 9.00988 24.5061 9.08915C23.7669 9.21764 20.6673 8.11595 22.8287 8.35924C22.0545 7.71683 16.3984 8.03121 17.8931 8.55882C17.635 8.62716 16.5678 9.05908 17.1055 8.63809C15.2479 8.27177 8.4896 14.1246 10.4789 14.6577C10.7773 14.0289 11.6429 13.638 11.8284 13.1214C11.7343 12.9163 11.6752 12.7988 11.8768 12.6785C12.5569 13.1542 13.4064 11.1476 13.7478 11.041C13.8715 11.5112 16.6699 9.15476 16.2398 9.92019C18.9899 9.33791 22.361 9.0208 25.0304 10.3795L25.025 10.3877Z",
33
+ fill: secondaryColor
34
+ }), /*#__PURE__*/React.createElement("path", {
35
+ d: "M37.891 25.7265C37.9582 24.9829 35.9286 21.5029 35.9636 23.0256C35.9582 23.2497 36.4663 24.4799 36.6571 24.7943C36.8749 24.8025 37.0039 24.7997 37.0093 25.0294C36.2996 25.434 37.4018 26.7871 37.3346 27.394C36.8749 30.6881 33.7834 37.1041 28.8746 36.7843C28.6381 36.7624 27.9069 37.0795 27.6838 37.0412C25.6434 37.2791 20.6218 35.9477 24.6649 34.8406C26.0036 33.471 21.5815 35.3436 21.1433 35.8548C21.5788 38.1292 25.0574 41.0762 22.517 36.8799C23.888 37.6672 25.009 38.3397 26.5547 38.173C28.294 38.9822 32.2591 37.9433 33.856 36.2949C33.7511 36.2785 32.743 36.7979 32.6382 36.8225C33.0844 36.109 35.4985 34.5672 34.1974 35.9888C37.4259 33.0801 38.3507 30.248 37.8883 25.721L37.891 25.7265Z",
36
+ fill: secondaryColor
37
+ }), /*#__PURE__*/React.createElement("path", {
38
+ d: "M16.4496 34.3539C16.2695 34.2911 15.0356 34.3376 14.7507 34.4114C14.6781 34.6137 14.6485 34.7476 14.4496 34.6738C14.0759 33.7771 12.3474 34.6738 11.7533 33.9849C9.4817 33.0308 4.0219 29.3267 5.65635 25.3273C5.56764 23.3809 6.5784 21.3962 7.9279 19.9856C8.34189 19.3268 8.05963 21.5794 8.43329 21.6668C8.75857 24.8434 9.21289 19.8161 8.5704 18.8429C8.5704 18.8429 8.46824 18.5996 8.5005 18.5996C6.51389 18.2661 2.38206 20.8085 6.78809 19.6822C5.85258 20.7401 5.10256 21.5028 4.90901 22.897C3.77457 24.1572 3.61327 28.1457 4.9332 29.8707C4.93857 29.6875 4.66708 28.646 4.68321 28.6542C5.2558 29.1873 6.25584 31.6202 5.15903 30.2343C5.54345 33.0418 15.9093 37.4813 16.4496 34.3512V34.3539Z",
39
+ fill: secondaryColor
40
+ })), /*#__PURE__*/React.createElement("path", {
41
+ d: "M12.9559 13.5099H24.9163C28.3336 13.5099 31.1058 16.282 31.1058 19.6993C31.1058 23.1166 28.3336 25.8887 24.9163 25.8887H17.489C15.8966 25.8887 14.6006 27.1789 14.6006 28.7771C14.6006 30.3753 15.8908 31.6655 17.489 31.6655H29.4494V34.9665H17.489C14.0718 34.9665 11.2996 32.1944 11.2996 28.7771C11.2996 25.3599 14.0718 22.5877 17.489 22.5877H24.9163C26.5087 22.5877 27.8047 21.2975 27.8047 19.6993C27.8047 18.1011 26.5146 16.8109 24.9163 16.8109H12.9559V13.5099Z",
42
+ fill: "#101214"
43
+ }), /*#__PURE__*/React.createElement("path", {
44
+ d: "M12.956 20.0713C15.6906 20.0713 17.9075 17.8544 17.9075 15.1197C17.9075 12.3851 15.6906 10.1682 12.956 10.1682C10.2213 10.1682 8.00443 12.3851 8.00443 15.1197C8.00443 17.8544 10.2213 20.0713 12.956 20.0713Z",
45
+ fill: "white"
46
+ }), /*#__PURE__*/React.createElement("path", {
47
+ d: "M34 28.7539H24.9222V37.8317H34V28.7539Z",
48
+ fill: "white"
49
+ }), /*#__PURE__*/React.createElement("path", {
50
+ d: "M17.6344 13.5099C17.8088 14.0155 17.9017 14.5502 17.9017 15.1139C17.9017 15.7125 17.7971 16.2821 17.5995 16.8109H12.956V13.5099H17.6344Z",
51
+ fill: primaryColor
52
+ }), /*#__PURE__*/React.createElement("path", {
53
+ d: "M17.9017 15.1139C17.9017 15.7125 17.7971 16.2821 17.5995 16.8109H12.956V13.5099H17.6344C17.8088 14.0155 17.9017 14.5502 17.9017 15.1139Z",
54
+ fill: primaryColor
55
+ }), /*#__PURE__*/React.createElement("path", {
56
+ d: "M28.5836 37.1227V34.9608H24.9223V31.6597H28.5836V29.4978L32.3903 33.3103L28.5836 37.1227Z",
57
+ fill: primaryColor
58
+ }));
@@ -0,0 +1,64 @@
1
+ /* eslint-disable @atlaskit/ui-styling-standard/enforce-style-prop */
2
+ import React from 'react';
3
+ export const PitchPerfectorAvatar = ({
4
+ size,
5
+ primaryColor,
6
+ secondaryColor
7
+ }) => /*#__PURE__*/React.createElement("svg", {
8
+ width: size,
9
+ height: size,
10
+ viewBox: "0 0 42 48",
11
+ fill: "none",
12
+ xmlns: "http://www.w3.org/2000/svg"
13
+ }, /*#__PURE__*/React.createElement("path", {
14
+ d: "M19.0069 1.14541C20.241 0.436192 21.759 0.436193 22.9931 1.14541L39.9931 10.9152C41.2346 11.6287 42 12.9514 42 14.3833V33.891C42 35.3229 41.2346 36.6456 39.9931 37.3591L22.9931 47.1289C21.759 47.8381 20.241 47.8381 19.0069 47.1289L2.00691 37.3591C0.765414 36.6456 0 35.3229 0 33.891V14.3833C0 12.9514 0.765415 11.6287 2.00691 10.9152L19.0069 1.14541Z",
15
+ fill: primaryColor
16
+ }), /*#__PURE__*/React.createElement("mask", {
17
+ id: "mask0_7095_38623",
18
+ style: {
19
+ maskType: 'alpha'
20
+ },
21
+ maskUnits: "userSpaceOnUse",
22
+ x: "0",
23
+ y: "0",
24
+ width: "42",
25
+ height: "48"
26
+ }, /*#__PURE__*/React.createElement("path", {
27
+ d: "M19.0069 1.14541C20.241 0.436192 21.759 0.436193 22.9931 1.14541L39.9931 10.9152C41.2346 11.6287 42 12.9514 42 14.3833V33.891C42 35.3229 41.2346 36.6456 39.9931 37.3591L22.9931 47.1289C21.759 47.8381 20.241 47.8381 19.0069 47.1289L2.00691 37.3591C0.765414 36.6456 0 35.3229 0 33.891V14.3833C0 12.9514 0.765415 11.6287 2.00691 10.9152L19.0069 1.14541Z",
28
+ fill: primaryColor
29
+ })), /*#__PURE__*/React.createElement("g", {
30
+ mask: "url(#mask0_7095_38623)"
31
+ }, /*#__PURE__*/React.createElement("path", {
32
+ d: "M9.66037 32.0813C9.6521 32.0728 9.63839 32.0653 9.62931 32.0514C9.42188 32.3069 9.06094 32.2027 8.80197 32.3575C8.82774 32.4079 8.79189 32.3648 8.79189 32.3648C8.66918 32.5797 8.37737 32.6279 8.37621 32.6295C7.8259 32.9375 7.01741 33.2111 6.44789 33.6049L6.45732 33.6117L6.45897 33.6227C6.5459 33.6615 6.33192 33.7347 6.34904 33.6814C5.95847 33.7235 5.26998 34.0235 5.0066 34.3066C5.04377 34.3676 4.97309 34.4087 4.97286 34.3794C4.77124 34.2936 1.94854 35.4363 2.86634 35.7021L2.88103 35.7809C3.06517 35.7323 3.21698 35.6918 3.45381 35.7424C3.47274 35.7196 3.48301 35.732 3.45005 35.6618C3.45229 35.6488 4.38093 35.3287 4.38258 35.3397C4.49765 35.4817 4.92461 35.1157 4.92461 35.1157C5.97063 35.2679 7.14661 33.9377 8.22811 33.9916L8.2072 33.9643C8.21662 33.9711 8.23242 33.9461 8.25571 33.9801C8.29707 33.8374 8.4891 33.6558 8.4891 33.6558C8.4891 33.6558 9.14669 33.3455 9.22082 33.0587L9.88582 32.8438C9.88582 32.8438 10.1227 32.6632 10.1424 32.4975C10.156 32.393 10.145 32.2828 10.1103 32.1919C10.0433 32.0068 9.88868 31.8993 9.66467 32.082L9.66037 32.0813Z",
33
+ fill: secondaryColor
34
+ }), /*#__PURE__*/React.createElement("path", {
35
+ d: "M5.01187 24.6324C5.0075 24.6219 4.99766 24.6123 4.99245 24.5964C4.92929 24.6964 4.8336 24.6828 4.74253 24.6629C4.65188 24.6456 4.55868 24.6022 4.47306 24.6275C4.48172 24.6849 4.48128 24.7284 4.47286 24.7004L4.46644 24.63C4.36243 24.7929 4.272 24.5641 4.17185 24.8173L4.18121 24.7219C3.79832 24.7964 3.26318 24.6676 2.79831 24.736L2.79996 24.7469L2.79732 24.7572C2.83109 24.8329 3.02012 24.9557 3.02012 24.9557C2.83011 25.2896 2.69752 24.9109 2.53522 24.9097L2.54773 24.8166C2.61764 24.8261 2.68366 24.7914 2.71458 24.7554C2.48315 24.6018 1.96875 24.527 1.7041 24.6534C1.7035 24.7235 1.79593 24.5766 1.79272 24.8054C1.73066 24.8017 1.66379 24.8309 1.60405 24.824C1.61649 24.6749 1.64696 24.7287 1.65689 24.7018C1.61485 24.6177 1.05706 24.4871 0.54749 24.5278C0.420798 24.5404 0.300397 24.5574 0.19527 24.5832C0.0893982 24.6133 0.00153942 24.6516 -0.0632643 24.6945C-0.191302 24.7815 -0.207962 24.8935 -0.0636331 25.035L-0.0672793 25.1126C0.0627909 25.1318 0.172114 25.1431 0.310164 25.28C0.327605 25.2659 0.330074 25.2823 0.32671 25.2044C0.330515 25.1926 0.338138 25.1689 0.33476 25.1373C0.321927 24.9503 0.367765 25.0226 0.386444 25.0167C0.389988 25.3088 0.489151 25.3177 0.5971 25.255C0.70546 25.1951 0.829285 25.071 0.858619 25.0801C0.864399 25.3593 0.970279 25.0883 1.00206 25.2064C0.999411 25.2166 0.982355 25.2796 0.979707 25.2899C0.997915 25.4662 1.53324 24.994 1.36628 25.3325C1.89714 25.9424 3.03462 25.3945 3.71335 25.91L3.7084 25.8772C3.71278 25.8876 3.73137 25.872 3.73442 25.9107C3.80957 25.7974 3.99109 25.7128 3.99109 25.7128C4.05474 25.6715 4.11872 25.6231 4.18154 25.5763C4.18154 25.5763 4.26524 25.6031 4.36664 25.599C4.46647 25.5937 4.58276 25.5493 4.63287 25.4275C4.79956 25.4392 4.96758 25.4227 5.1384 25.4155C5.1384 25.4155 5.32661 25.292 5.3398 25.1385C5.34917 25.0431 5.33738 24.9372 5.31204 24.8433C5.25591 24.6565 5.151 24.517 5.0146 24.6319L5.01187 24.6324Z",
36
+ fill: secondaryColor
37
+ }), /*#__PURE__*/React.createElement("path", {
38
+ d: "M5.78216 17.4541C5.78324 17.4427 5.26329 17.1181 4.96465 17.047C4.94909 17.1014 4.95176 17.0449 4.95176 17.0449C4.712 17.1139 4.46519 16.9418 4.46404 16.9434C3.84941 16.7787 3.06767 16.405 2.37774 16.2878L2.37667 16.2992L2.37088 16.3072C2.40829 16.3976 2.20187 16.2987 2.25121 16.2737C1.93751 16.0286 1.22764 15.7606 0.836083 15.7776C0.821433 15.8473 0.741695 15.8283 0.75947 15.8071C0.672761 15.6029 -2.17964 14.4366 -1.70076 15.2763L-1.74507 15.3439C-1.57734 15.4366 -1.4382 15.5159 -1.30232 15.7218C-1.27191 15.7196 -1.27372 15.7353 -1.24701 15.6622C-1.23577 15.6534 -0.33734 16.0779 -0.344285 16.0874C-0.359962 16.2707 0.529727 16.0538 0.206027 16.3075C0.859777 17.1576 3.40002 17.7928 3.40002 17.7928C3.40324 17.8049 3.8196 17.767 3.8196 17.767L4.11663 17.7347C4.11663 17.7347 4.51403 18.0066 4.7687 17.8511L5.40172 18.1654C5.40172 18.1654 5.69929 18.2017 5.83147 18.0958C5.91364 18.029 5.98274 17.9406 6.0226 17.8528C6.10422 17.6712 6.06644 17.4855 5.77439 17.4581L5.78216 17.4541Z",
39
+ fill: secondaryColor
40
+ }), /*#__PURE__*/React.createElement("path", {
41
+ d: "M0.0711814 25.4932C0.0755581 25.5037 0.0853788 25.5133 0.0905801 25.5292C0.153749 25.4292 0.249438 25.4428 0.340501 25.4628C0.431153 25.48 0.524374 25.5234 0.609998 25.4981C0.601338 25.4407 0.601751 25.3972 0.610172 25.4252L0.616593 25.4956C0.720607 25.3327 0.811031 25.5615 0.911188 25.3083L0.90182 25.4037C1.28472 25.3292 1.81985 25.458 2.28473 25.3896L2.28309 25.3787L2.28574 25.3684C2.25196 25.2928 2.06291 25.1699 2.06291 25.1699C2.25293 24.836 2.38553 25.2147 2.54784 25.2159L2.53533 25.309C2.46542 25.2995 2.39937 25.3343 2.36846 25.3702C2.59988 25.5238 3.1143 25.5986 3.37896 25.4722C3.37956 25.4021 3.28712 25.549 3.29034 25.3202C3.3524 25.3239 3.41926 25.2947 3.47901 25.3016C3.46657 25.4508 3.43609 25.397 3.42617 25.4238C3.4682 25.5079 4.02597 25.6385 4.53554 25.5978C4.66224 25.5853 4.78266 25.5682 4.88779 25.5424C4.99366 25.5123 5.08151 25.474 5.14632 25.4311C5.27436 25.3441 5.291 25.2321 5.14667 25.0907L5.15033 25.013C5.02026 24.9939 4.91094 24.9825 4.77289 24.8456C4.75545 24.8597 4.75296 24.8433 4.75632 24.9212C4.75252 24.933 4.74492 24.9567 4.7483 24.9884C4.76113 25.1753 4.71529 25.1031 4.69661 25.109C4.69307 24.8168 4.5939 24.808 4.48596 24.8706C4.3776 24.9305 4.25375 25.0546 4.22442 25.0455C4.21864 24.7663 4.11278 25.0373 4.081 24.9193C4.08364 24.909 4.10068 24.846 4.10333 24.8357C4.08512 24.6595 3.54979 25.1317 3.71675 24.7931C3.71675 24.7931 0.962768 24.5014 0.901517 24.5493C0.901517 24.5493 0.817815 24.5225 0.716413 24.5267C0.616582 24.5319 0.500279 24.5763 0.45016 24.6981C0.283478 24.6864 0.115473 24.7029 -0.0553473 24.7101C-0.0553473 24.7101 -0.243559 24.8337 -0.256747 24.9871C-0.266116 25.0825 -0.254329 25.1884 -0.228988 25.2823C-0.172851 25.4691 -0.0679416 25.6087 0.0684515 25.4937L0.0711814 25.4932Z",
42
+ fill: secondaryColor
43
+ }), /*#__PURE__*/React.createElement("path", {
44
+ d: "M32.1917 32.0813C32.1999 32.0728 32.2137 32.0653 32.2227 32.0514C32.4302 32.3069 32.7911 32.2027 33.0501 32.3575C33.0243 32.4079 33.0602 32.3648 33.0602 32.3648C33.1829 32.5797 33.4747 32.6279 33.4758 32.6295C34.0262 32.9375 34.8346 33.2111 35.4042 33.6049L35.3947 33.6117L35.3931 33.6227C35.3062 33.6615 35.5201 33.7347 35.503 33.6814C35.8936 33.7235 36.5821 34.0235 36.8454 34.3066C36.8083 34.3676 36.879 34.4087 36.8792 34.3794C37.0808 34.2936 39.9035 35.4363 38.9857 35.7021L38.971 35.7809C38.7869 35.7323 38.6351 35.6918 38.3982 35.7424C38.3793 35.7196 38.369 35.732 38.402 35.6618C38.3998 35.6488 37.4711 35.3287 37.4695 35.3397C37.3544 35.4817 36.9274 35.1157 36.9274 35.1157C35.8814 35.2679 34.7054 33.9377 33.6239 33.9916L33.6448 33.9643C33.6354 33.9711 33.6196 33.9461 33.5963 33.9801C33.555 33.8374 33.3629 33.6558 33.3629 33.6558C33.3629 33.6558 32.7054 33.3455 32.6312 33.0587L31.9662 32.8438C31.9662 32.8438 31.7293 32.6632 31.7096 32.4975C31.696 32.393 31.707 32.2828 31.7417 32.1919C31.8088 32.0068 31.9634 31.8993 32.1874 32.082L32.1917 32.0813Z",
45
+ fill: secondaryColor
46
+ }), /*#__PURE__*/React.createElement("path", {
47
+ d: "M36.8402 24.6324C36.8446 24.6219 36.8544 24.6123 36.8596 24.5964C36.9228 24.6964 37.0185 24.6828 37.1095 24.6629C37.2002 24.6456 37.2934 24.6022 37.379 24.6275C37.3703 24.6849 37.3708 24.7284 37.3792 24.7004L37.3856 24.63C37.4896 24.7929 37.58 24.5641 37.6802 24.8173L37.6708 24.7219C38.0537 24.7964 38.5889 24.6676 39.0537 24.736L39.0521 24.7469L39.0547 24.7572C39.021 24.8329 38.8319 24.9557 38.8319 24.9557C39.0219 25.2896 39.1545 24.9109 39.3168 24.9097L39.3043 24.8166C39.2344 24.8261 39.1684 24.7914 39.1375 24.7554C39.3689 24.6018 39.8833 24.527 40.148 24.6534C40.1486 24.7235 40.0561 24.5766 40.0593 24.8054C40.1214 24.8017 40.1883 24.8309 40.248 24.824C40.2356 24.6749 40.2051 24.7287 40.1952 24.7018C40.2372 24.6177 40.795 24.4871 41.3046 24.5278C41.4313 24.5404 41.5517 24.5574 41.6568 24.5832C41.7627 24.6133 41.8505 24.6516 41.9153 24.6945C42.0434 24.7815 42.06 24.8935 41.9157 25.035L41.9193 25.1126C41.7893 25.1318 41.6799 25.1431 41.5419 25.28C41.5244 25.2659 41.522 25.2823 41.5253 25.2044C41.5215 25.1926 41.5139 25.1689 41.5173 25.1373C41.5301 24.9503 41.4843 25.0226 41.4656 25.0167C41.4621 25.3088 41.3629 25.3177 41.255 25.255C41.1466 25.1951 41.0228 25.071 40.9934 25.0801C40.9877 25.3593 40.8818 25.0883 40.85 25.2064C40.8526 25.2166 40.8697 25.2796 40.8723 25.2899C40.8541 25.4662 40.3188 24.994 40.4858 25.3325C39.9549 25.9424 38.8174 25.3945 38.1387 25.91L38.1437 25.8772C38.1393 25.8876 38.1207 25.872 38.1176 25.9107C38.0425 25.7974 37.861 25.7128 37.861 25.7128C37.7973 25.6715 37.7333 25.6231 37.6705 25.5763C37.6705 25.5763 37.5868 25.6031 37.4854 25.599C37.3856 25.5937 37.2693 25.5493 37.2192 25.4275C37.0525 25.4392 36.8845 25.4227 36.7136 25.4155C36.7136 25.4155 36.5254 25.292 36.5122 25.1385C36.5029 25.0431 36.5147 24.9372 36.54 24.8433C36.5961 24.6565 36.7011 24.517 36.8374 24.6319L36.8402 24.6324Z",
48
+ fill: secondaryColor
49
+ }), /*#__PURE__*/React.createElement("path", {
50
+ d: "M36.0699 17.4541C36.0688 17.4427 36.5888 17.1181 36.8874 17.047C36.903 17.1014 36.9003 17.0449 36.9003 17.0449C37.14 17.1139 37.3869 16.9418 37.388 16.9434C38.0026 16.7787 38.7844 16.405 39.4743 16.2878L39.4754 16.2992L39.4812 16.3072C39.4438 16.3976 39.6502 16.2987 39.6008 16.2737C39.9145 16.0286 40.6244 15.7606 41.016 15.7776C41.0306 15.8473 41.1104 15.8283 41.0926 15.8071C41.1793 15.6029 44.0317 14.4366 43.5528 15.2763L43.5971 15.3439C43.4294 15.4366 43.2902 15.5159 43.1544 15.7218C43.124 15.7196 43.1258 15.7353 43.0991 15.6622C43.0878 15.6534 42.1894 16.0779 42.1963 16.0874C42.212 16.2707 41.3223 16.0538 41.646 16.3075C40.9923 17.1576 38.452 17.7928 38.452 17.7928C38.4488 17.8049 38.0324 17.767 38.0324 17.767L37.7354 17.7347C37.7354 17.7347 37.338 18.0066 37.0834 17.8511L36.4503 18.1654C36.4503 18.1654 36.1528 18.2017 36.0206 18.0958C35.9384 18.029 35.8693 17.9406 35.8295 17.8528C35.7478 17.6712 35.7856 17.4855 36.0777 17.4581L36.0699 17.4541Z",
51
+ fill: secondaryColor
52
+ }), /*#__PURE__*/React.createElement("path", {
53
+ d: "M41.7809 25.4932C41.7765 25.5037 41.7667 25.5133 41.7615 25.5292C41.6983 25.4292 41.6026 25.4428 41.5116 25.4628C41.4209 25.48 41.3277 25.5234 41.2421 25.4981C41.2507 25.4407 41.2503 25.3972 41.2419 25.4252L41.2355 25.4956C41.1315 25.3327 41.041 25.5615 40.9409 25.3083L40.9502 25.4037C40.5673 25.3292 40.0322 25.458 39.5673 25.3896L39.569 25.3787L39.5663 25.3684C39.6001 25.2928 39.7892 25.1699 39.7892 25.1699C39.5991 24.836 39.4665 25.2147 39.3042 25.2159L39.3167 25.309C39.3866 25.2995 39.4527 25.3343 39.4836 25.3702C39.2522 25.5238 38.7378 25.5986 38.4731 25.4722C38.4725 25.4021 38.5649 25.549 38.5617 25.3202C38.4997 25.3239 38.4328 25.2947 38.3731 25.3016C38.3855 25.4508 38.416 25.397 38.4259 25.4238C38.3839 25.5079 37.8261 25.6385 37.3165 25.5978C37.1898 25.5853 37.0694 25.5682 36.9643 25.5424C36.8584 25.5123 36.7706 25.474 36.7057 25.4311C36.5777 25.3441 36.5611 25.2321 36.7054 25.0907L36.7017 25.013C36.8318 24.9939 36.9411 24.9825 37.0792 24.8456C37.0966 24.8597 37.0991 24.8433 37.0957 24.9212C37.0995 24.933 37.1071 24.9567 37.1038 24.9884C37.0909 25.1753 37.1368 25.1031 37.1555 25.109C37.159 24.8168 37.2582 24.808 37.3661 24.8706C37.4745 24.9305 37.5983 25.0546 37.6276 25.0455C37.6334 24.7663 37.7393 25.0373 37.7711 24.9193C37.7684 24.909 37.7514 24.846 37.7487 24.8357C37.7669 24.6595 38.3023 25.1317 38.1353 24.7931C38.1353 24.7931 40.8893 24.5014 40.9505 24.5493C40.9505 24.5493 41.0343 24.5225 41.1357 24.5267C41.2355 24.5319 41.3518 24.5763 41.4019 24.6981C41.5686 24.6864 41.7366 24.7029 41.9074 24.7101C41.9074 24.7101 42.0956 24.8337 42.1088 24.9871C42.1182 25.0825 42.1064 25.1884 42.0811 25.2823C42.0249 25.4691 41.92 25.6087 41.7836 25.4937L41.7809 25.4932Z",
54
+ fill: secondaryColor
55
+ })), /*#__PURE__*/React.createElement("path", {
56
+ d: "M33.2675 11.7762H8.72812V26.8525H33.2675V11.7762Z",
57
+ fill: "white"
58
+ }), /*#__PURE__*/React.createElement("path", {
59
+ d: "M31.2419 36.9981L22.75 23.1381H19.25L10.7581 36.9981L13.7419 38.8268L19.25 29.8362V37.9124H22.75V29.8362L28.2581 38.8268L31.2419 36.9981Z",
60
+ fill: "#101214"
61
+ }), /*#__PURE__*/React.createElement("path", {
62
+ d: "M25.025 26.8568H16.975L19.25 23.1425H22.75L25.025 26.8568Z",
63
+ fill: primaryColor
64
+ }));
@@ -0,0 +1,56 @@
1
+ /* eslint-disable @atlaskit/ui-styling-standard/enforce-style-prop */
2
+ import React from 'react';
3
+ export const ReleaseNotesAvatar = ({
4
+ size,
5
+ primaryColor,
6
+ secondaryColor
7
+ }) => /*#__PURE__*/React.createElement("svg", {
8
+ width: size,
9
+ height: size,
10
+ viewBox: "0 0 42 48",
11
+ fill: "none",
12
+ xmlns: "http://www.w3.org/2000/svg"
13
+ }, /*#__PURE__*/React.createElement("path", {
14
+ d: "M19.0069 1.14541C20.241 0.436192 21.759 0.436193 22.9931 1.14541L39.9931 10.9152C41.2346 11.6287 42 12.9514 42 14.3833V33.891C42 35.3229 41.2346 36.6456 39.9931 37.3591L22.9931 47.1289C21.759 47.8381 20.241 47.8381 19.0069 47.1289L2.00691 37.3591C0.765414 36.6456 0 35.3229 0 33.891V14.3833C0 12.9514 0.765415 11.6287 2.00691 10.9152L19.0069 1.14541Z",
15
+ fill: primaryColor
16
+ }), /*#__PURE__*/React.createElement("mask", {
17
+ id: "mask0_7095_36603",
18
+ style: {
19
+ maskType: 'alpha'
20
+ },
21
+ maskUnits: "userSpaceOnUse",
22
+ x: "0",
23
+ y: "0",
24
+ width: "42",
25
+ height: "48"
26
+ }, /*#__PURE__*/React.createElement("path", {
27
+ d: "M19.0069 1.14541C20.241 0.436192 21.759 0.436193 22.9931 1.14541L39.9931 10.9152C41.2346 11.6287 42 12.9514 42 14.3833V33.891C42 35.3229 41.2346 36.6456 39.9931 37.3591L22.9931 47.1289C21.759 47.8381 20.241 47.8381 19.0069 47.1289L2.00691 37.3591C0.765414 36.6456 0 35.3229 0 33.891V14.3833C0 12.9514 0.765415 11.6287 2.00691 10.9152L19.0069 1.14541Z",
28
+ fill: primaryColor
29
+ })), /*#__PURE__*/React.createElement("g", {
30
+ mask: "url(#mask0_7095_36603)"
31
+ }, /*#__PURE__*/React.createElement("path", {
32
+ d: "M57.9155 20.7534C54.2909 19.0242 56.2884 14.5907 48.2281 18.687C48.3336 18.7485 48.1249 18.9193 48.1343 18.7439C46.737 19.719 45.75 20.0676 44.2167 20.5962C44.2167 20.5962 44.3691 20.4594 44.3714 20.4572C42.4536 21.0085 41.8839 19.7099 41.2931 18.1972C37.0754 14.1647 32.2551 22.0884 27.8405 20.284C28.3164 20.9402 29.8052 20.7989 30.5788 20.6463C27.2427 22.2069 27.6131 19.3431 26.0142 17.7506C26.7222 17.6549 27.1606 19.1836 27.3997 19.6165C25.5476 13.5655 18.8072 20.038 15.2413 20.6189C15.4288 20.6918 16.2775 20.3478 16.5002 20.5232C16.0313 20.8171 13.4759 20.9493 14.7349 20.7101C13.8627 20.644 13.1899 20.5004 12.9812 19.4228C10.4609 12.8911 3.33366 21.9836 -0.881711 20.3524C-1.71869 19.1426 -2.06567 16.7892 -4.20853 17.4088C-4.1757 17.6048 -3.44423 17.6025 -3.2004 17.7757C-3.26605 17.7893 -3.32935 17.8007 -3.39031 17.8167C-1.48425 18.2199 -2.55332 21.1384 -0.412816 21.3639C0.126414 21.3662 0.199091 20.9515 0.815689 21.0746C3.30084 21.8423 5.93133 18.3885 8.44227 18.1561C8.41414 18.1766 8.243 18.2951 8.2219 18.3179C9.48323 17.9625 12.1723 17.5934 12.2872 19.6598C12.4115 20.0699 12.3458 20.0402 12.1302 19.6484C14.6786 25.4146 21.0814 17.4385 25.1772 18.3657C29.355 26.2553 33.8259 17.5342 39.6356 18.5822C39.6285 18.5639 39.6168 18.548 39.6051 18.5321C40.8289 18.9353 40.6742 20.9083 41.9847 21.3206C46.6385 23.2184 50.7015 15.7435 54.8536 18.753C55.3154 19.5345 55.85 21.2477 57.1066 21.1657C57.6693 21.1498 58.2202 21.0154 57.9108 20.7534H57.9155Z",
33
+ fill: secondaryColor
34
+ }), /*#__PURE__*/React.createElement("path", {
35
+ d: "M57.0011 25.8543C53.3765 24.1251 55.3741 19.6916 47.3137 23.7879C47.4192 23.8494 47.2106 24.0203 47.2199 23.8449C45.8226 24.82 44.8356 25.1686 43.3023 25.6971C43.3023 25.6971 43.4547 25.5604 43.4571 25.5581C41.5393 26.1095 40.9696 24.8109 40.3788 23.2981C36.1611 19.2656 31.3408 27.1893 26.9262 25.385C27.4021 26.0411 28.8908 25.8999 29.6645 25.7472C26.3283 27.3078 26.6987 24.4441 25.0998 22.8516C25.8078 22.7559 26.2463 24.2846 26.4854 24.7175C24.6333 18.6664 17.8929 25.139 14.3269 25.7199C14.5145 25.7928 15.3632 25.4488 15.5859 25.6242C15.117 25.9181 12.5615 26.0502 13.8205 25.811C12.9484 25.745 12.2755 25.6015 12.0669 24.5238C9.54654 17.9921 2.41932 27.0846 -1.79605 25.4533C-2.63303 24.2436 -2.98001 21.8902 -5.12286 22.5098C-5.09004 22.7058 -4.35857 22.7035 -4.11474 22.8766C-4.18039 22.8903 -4.24369 22.9017 -4.30464 22.9177C-2.39858 23.3209 -3.46766 26.2393 -1.32715 26.4649C-0.787923 26.4671 -0.715246 26.0525 -0.0986485 26.1756C2.3865 26.9411 5.01701 23.4895 7.52795 23.2571C7.49981 23.2776 7.32865 23.3961 7.30755 23.4189C8.56654 23.0635 11.258 22.6944 11.3729 24.7607C11.4971 25.1708 11.4315 25.1412 11.2158 24.7494C13.7643 30.5156 20.167 22.5395 24.2628 23.4667C28.4407 31.3563 32.9116 22.6351 38.7212 23.6831C38.7142 23.6649 38.7025 23.649 38.6907 23.633C39.9146 24.0363 39.7598 26.0092 41.0704 26.4216C45.7242 28.3194 49.7872 20.8444 53.9392 23.854C54.4011 24.6354 54.9356 26.3487 56.1923 26.2667C56.7549 26.2507 57.3059 26.1163 56.9964 25.8543H57.0011Z",
36
+ fill: secondaryColor
37
+ }), /*#__PURE__*/React.createElement("path", {
38
+ d: "M26.9941 30.9052C24.1995 30.1853 26.3518 25.5034 20.1553 27.9617C20.1553 27.9617 20.2209 27.8227 20.2209 27.8204C17.5951 28.57 14.0456 32.279 11.3471 30.2468C11.2346 30.5703 11.9684 31.0738 12.3224 31.092C10.7563 31.4041 11.0306 29.7045 10.5218 28.7158C10.8805 28.7317 10.9251 29.5929 11.1384 29.7911C10.7586 25.3303 3.56813 28.4675 5.06391 28.4561C4.7521 28.5973 3.46732 29.381 4.06516 28.8274C0.45701 30.3379 -2.22742 32.8235 -4.15927 28.0004C-4.68678 27.4332 -7.00079 27.5379 -5.50267 27.9594L-5.60581 28.0392C-3.85917 28.2852 -4.47812 29.3127 -3.59894 30.2741C-4.19912 32.1104 -0.609741 31.5249 0.344461 31.3198C-0.295581 32.181 3.60798 29.5519 2.93745 30.3037C13.6494 24.6377 6.86212 35.7761 17.7452 30.5748L17.6936 30.5589C19.8482 28.8138 24.3824 26.515 25.0225 30.7776C25.2194 31.6958 28.0984 31.7596 26.9895 30.9052H26.9941Z",
39
+ fill: secondaryColor
40
+ })), /*#__PURE__*/React.createElement("path", {
41
+ fillRule: "evenodd",
42
+ clipRule: "evenodd",
43
+ d: "M28.4518 34.4737V13.4956H12.715V34.4737H28.4518ZM16.6525 19.4106H24.5187V17.4419H16.6525V19.4106ZM16.6525 24.3106H20.5856V22.3419H16.6525V24.3106ZM20.5856 29.2719H16.6525V27.3031H20.5856V29.2719Z",
44
+ fill: "white"
45
+ }), /*#__PURE__*/React.createElement("path", {
46
+ d: "M38.3644 24.0044L32.2831 17.91V21.3707H23V27.2113H32.2831V30.0857L38.3644 24.0044Z",
47
+ fill: "#101214"
48
+ }), /*#__PURE__*/React.createElement("path", {
49
+ fillRule: "evenodd",
50
+ clipRule: "evenodd",
51
+ d: "M22.8125 21.375V27.2156H28.4518V21.375H22.8125Z",
52
+ fill: "#164B35"
53
+ }), /*#__PURE__*/React.createElement("path", {
54
+ d: "M22.8125 21.375V27.2156H28.4518V21.375H22.8125Z",
55
+ fill: primaryColor
56
+ }));
@@ -0,0 +1,49 @@
1
+ /* eslint-disable @atlaskit/ui-styling-standard/enforce-style-prop */
2
+ import React from 'react';
3
+ export const ResearchScoutAvatar = ({
4
+ size,
5
+ primaryColor,
6
+ secondaryColor
7
+ }) => /*#__PURE__*/React.createElement("svg", {
8
+ width: size,
9
+ height: size,
10
+ viewBox: "0 0 42 48",
11
+ fill: "none",
12
+ xmlns: "http://www.w3.org/2000/svg"
13
+ }, /*#__PURE__*/React.createElement("path", {
14
+ d: "M19.0069 1.14541C20.241 0.436192 21.759 0.436193 22.9931 1.14541L39.9931 10.9152C41.2346 11.6287 42 12.9514 42 14.3833V33.891C42 35.3229 41.2346 36.6456 39.9931 37.3591L22.9931 47.1289C21.759 47.8381 20.241 47.8381 19.0069 47.1289L2.00691 37.3591C0.765414 36.6456 0 35.3229 0 33.891V14.3833C0 12.9514 0.765415 11.6287 2.00691 10.9152L19.0069 1.14541Z",
15
+ fill: primaryColor
16
+ }), /*#__PURE__*/React.createElement("mask", {
17
+ id: "mask0_7095_36507",
18
+ style: {
19
+ maskType: 'alpha'
20
+ },
21
+ maskUnits: "userSpaceOnUse",
22
+ x: "0",
23
+ y: "0",
24
+ width: "42",
25
+ height: "48"
26
+ }, /*#__PURE__*/React.createElement("path", {
27
+ d: "M19.0069 1.14541C20.241 0.436192 21.759 0.436193 22.9931 1.14541L39.9931 10.9152C41.2346 11.6287 42 12.9514 42 14.3833V33.891C42 35.3229 41.2346 36.6456 39.9931 37.3591L22.9931 47.1289C21.759 47.8381 20.241 47.8381 19.0069 47.1289L2.00691 37.3591C0.765414 36.6456 0 35.3229 0 33.891V14.3833C0 12.9514 0.765415 11.6287 2.00691 10.9152L19.0069 1.14541Z",
28
+ fill: primaryColor
29
+ })), /*#__PURE__*/React.createElement("g", {
30
+ mask: "url(#mask0_7095_36507)"
31
+ }, /*#__PURE__*/React.createElement("path", {
32
+ d: "M24.4463 11.0851C24.2842 11.0342 24.8953 6.66708 25.6794 5.05429C25.214 4.53564 24.9686 3.51338 25.2376 2.60969C23.3643 0.0930822 23.604 5.10354 23.7107 6.67045C24.36 5.84105 23.402 8.14889 23.6078 8.61284C23.6433 8.40279 22.9772 12.6138 24.0463 11.7228C24.1108 11.8796 24.6752 11.0305 24.4486 11.0876L24.4463 11.0851Z",
33
+ fill: secondaryColor
34
+ }), /*#__PURE__*/React.createElement("path", {
35
+ d: "M34.7749 9.62623C34.8599 8.67744 35.4555 8.03786 36.282 7.51077C36.7283 4.27819 32.9755 8.45022 32.0793 9.47383C32.0793 9.47383 30.4663 11.2367 30.5232 10.9755C30.0737 11.0089 27.0189 13.2024 28.5477 13.6027C29.1004 13.2848 29.7974 12.2938 30.2622 12.4522C31.3683 12.5512 33.3234 10.0611 34.7751 9.62147L34.7749 9.62623Z",
36
+ fill: secondaryColor
37
+ }), /*#__PURE__*/React.createElement("path", {
38
+ d: "M40.0248 20.0843C41.0507 18.2865 36.9152 18.5769 35.4287 18.1889C35.4287 18.1889 33.9085 17.7033 33.4188 17.8368C33.6396 17.9081 28.1592 16.5002 30.714 18.428C30.7975 18.4262 32.694 18.9166 32.694 18.9166C34.9809 20.2763 37.7615 20.3387 40.0272 20.0821L40.0248 20.0843Z",
39
+ fill: secondaryColor
40
+ })), /*#__PURE__*/React.createElement("path", {
41
+ d: "M25.0381 28.0381C21.3544 31.7218 15.3562 31.7218 11.6681 28.0381C7.98437 24.3543 7.98437 18.3562 11.6681 14.6681C15.3519 10.9843 21.35 10.9843 25.0381 14.6681C28.7262 18.3518 28.7219 24.35 25.0381 28.0381ZM14.0744 17.0743C11.7162 19.4325 11.7162 23.2737 14.0744 25.6318C16.4325 27.99 20.2737 27.99 22.6319 25.6318C24.99 23.2737 24.99 19.4325 22.6319 17.0743C20.2737 14.7162 16.4325 14.7162 14.0744 17.0743Z",
42
+ fill: "white"
43
+ }), /*#__PURE__*/React.createElement("path", {
44
+ d: "M24.9119 24.3962L21.4007 27.9075L29.5832 36.09L33.0944 32.5788L24.9119 24.3962Z",
45
+ fill: "#101214"
46
+ }), /*#__PURE__*/React.createElement("path", {
47
+ d: "M21.3981 27.9068L23.0519 29.5606C23.765 29.1537 24.4344 28.6462 25.0425 28.0381C25.6506 27.4299 26.1581 26.7606 26.565 26.0474L24.9112 24.3937L21.3981 27.9068Z",
48
+ fill: primaryColor
49
+ }));
@@ -0,0 +1,47 @@
1
+ /* eslint-disable @atlaskit/ui-styling-standard/enforce-style-prop */
2
+ import React from 'react';
3
+ export const SocialMediaScribeAvatar = ({
4
+ size,
5
+ primaryColor,
6
+ secondaryColor
7
+ }) => /*#__PURE__*/React.createElement("svg", {
8
+ width: size,
9
+ height: size,
10
+ viewBox: "0 0 42 48",
11
+ fill: "none",
12
+ xmlns: "http://www.w3.org/2000/svg"
13
+ }, /*#__PURE__*/React.createElement("path", {
14
+ d: "M19.0069 1.14541C20.241 0.436192 21.759 0.436193 22.9931 1.14541L39.9931 10.9152C41.2346 11.6287 42 12.9514 42 14.3833V33.891C42 35.3229 41.2346 36.6456 39.9931 37.3591L22.9931 47.1289C21.759 47.8381 20.241 47.8381 19.0069 47.1289L2.00691 37.3591C0.765414 36.6456 0 35.3229 0 33.891V14.3833C0 12.9514 0.765415 11.6287 2.00691 10.9152L19.0069 1.14541Z",
15
+ fill: primaryColor
16
+ }), /*#__PURE__*/React.createElement("mask", {
17
+ id: "mask0_7095_36095",
18
+ style: {
19
+ maskType: 'alpha'
20
+ },
21
+ maskUnits: "userSpaceOnUse",
22
+ x: "0",
23
+ y: "0",
24
+ width: "42",
25
+ height: "48"
26
+ }, /*#__PURE__*/React.createElement("path", {
27
+ d: "M19.0069 1.14541C20.241 0.436192 21.759 0.436193 22.9931 1.14541L39.9931 10.9152C41.2346 11.6287 42 12.9514 42 14.3833V33.891C42 35.3229 41.2346 36.6456 39.9931 37.3591L22.9931 47.1289C21.759 47.8381 20.241 47.8381 19.0069 47.1289L2.00691 37.3591C0.765414 36.6456 0 35.3229 0 33.891V14.3833C0 12.9514 0.765415 11.6287 2.00691 10.9152L19.0069 1.14541Z",
28
+ fill: primaryColor
29
+ })), /*#__PURE__*/React.createElement("g", {
30
+ mask: "url(#mask0_7095_36095)"
31
+ }, /*#__PURE__*/React.createElement("path", {
32
+ d: "M48.6709 34.1188C42.9117 36.4894 35.3817 38.733 29.4937 35.0081C32.969 32.6026 35.7299 28.9433 37.9132 25.4171L37.7643 25.6035C41.4508 20.1473 42.8835 8.15902 33.8403 7.81275C38.3076 -5.34542 33.8665 -13.1067 22.493 -0.886975C14.3654 8.61183 7.40888 22.2781 7.84353 35.1781C-8.66328 40.8598 -0.618129 15.5433 1.67387 8.36391C1.35794 8.68149 0.943409 10.0768 0.367895 11.593L0.472513 11.005C-1.30635 16.8485 -3.3307 22.8272 -2.9544 28.8429C-2.92623 29.0785 -2.8699 29.4699 -2.84374 29.3654C-2.59622 29.6235 -2.4634 31.5741 -2.22796 32.0125C-1.82148 36.9341 3.9538 37.7209 7.94014 35.9158C9.92023 47.5905 23.2094 39.5997 28.7935 35.506C33.6069 38.7699 39.9758 38.1593 45.1615 36.1227C46.1676 35.801 50.168 33.7398 48.6669 34.1168L48.6709 34.1188ZM8.74506 32.029C8.81549 30.6582 8.99457 29.3059 9.23604 27.9864L9.20585 28.0909V28.0417C8.79937 29.7731 8.42108 32.7748 8.61627 34.8749C8.55389 34.9015 8.48948 34.9282 8.42509 34.9528C7.90994 28.8142 10.1577 22.6859 12.3873 17.0821L12.4537 17.1702C11.4918 19.467 10.5621 22.2433 10.0913 24.2021C12.0452 17.4201 15.9148 9.28182 20.5572 3.1453C23.7326 -1.37872 35.0819 -12.783 34.5828 -0.23747C34.6915 -0.923859 34.4561 -3.76981 34.1643 -4.7451C35.098 -2.14092 34.7941 0.920172 34.3394 3.57967C34.2025 3.43215 34.5305 1.88726 34.5004 1.69671C34.4923 2.03069 33.8886 5.46264 32.9609 7.82709C24.6723 8.0115 20.8993 17.4488 22.2656 24.5893C18.4221 28.6585 13.9408 32.5105 8.78328 34.8012C8.69876 33.8812 8.69475 32.9489 8.74103 32.029H8.74506ZM23.155 18.3647C23.155 18.3647 23.2074 18.4753 23.2074 18.4794C24.2376 12.9945 27.3567 9.48262 32.639 8.69584C30.4697 14.1747 27.0971 19.2048 23.0162 23.7779C22.8411 22.1491 22.8774 20.4853 23.143 18.8441C23.0665 18.9548 23.0625 18.6372 23.155 18.3647ZM22.324 38.3704C17.6032 41.1753 9.66868 43.3738 8.87382 35.5367C13.8723 33.1518 17.6333 30.1521 21.2937 26.6095C21.2192 26.6976 20.7483 27.257 20.688 27.3287C20.8892 27.175 21.5533 26.5522 22.4487 25.6056C23.1752 29.1851 25.0124 32.6047 27.89 34.8483C26.093 36.1248 24.2417 37.3234 22.324 38.3704ZM28.5621 34.3627C25.5839 32.1027 23.7688 28.5499 23.155 24.8413C26.5719 21.2352 30.3832 15.2852 32.2687 11.2221C32.1922 11.5356 32.0292 11.8778 31.82 12.3818C32.4196 11.2324 32.9911 10.0112 33.5023 8.71427C36.7058 8.44176 39.3379 11.1853 39.5693 14.359C40.3883 21.6143 34.1884 30.3017 28.5621 34.3627Z",
33
+ fill: secondaryColor
34
+ })), /*#__PURE__*/React.createElement("path", {
35
+ fillRule: "evenodd",
36
+ clipRule: "evenodd",
37
+ d: "M28.4419 16.5931H10.5306V34.5H28.4375V16.5931H28.4419ZM14.3719 22.3506H24.605V20.43H14.3719V22.3506ZM14.3719 26.5069H24.605V24.5863H14.3719V26.5069ZM20.7681 30.6631H14.3719V28.7425H20.7681V30.6631Z",
38
+ fill: "white"
39
+ }), /*#__PURE__*/React.createElement("path", {
40
+ d: "M24.9156 22.9018L21 24L22.0981 20.0843L31.8631 10.3193L34.6806 13.1368L24.9156 22.9018Z",
41
+ fill: "#101214"
42
+ }), /*#__PURE__*/React.createElement("path", {
43
+ fillRule: "evenodd",
44
+ clipRule: "evenodd",
45
+ d: "M25.5894 16.5931L22.0981 20.0844L22.0019 20.43H24.605V22.3506H21.4638L21 24L24.9156 22.9019L28.4419 19.3756V16.5931H25.5894Z",
46
+ fill: primaryColor
47
+ }));
@@ -0,0 +1,49 @@
1
+ /* eslint-disable @atlaskit/ui-styling-standard/enforce-style-prop */
2
+ import React from 'react';
3
+ export const TeamConnectionAvatar = ({
4
+ size,
5
+ primaryColor,
6
+ secondaryColor
7
+ }) => /*#__PURE__*/React.createElement("svg", {
8
+ width: size,
9
+ height: size,
10
+ viewBox: "0 0 42 48",
11
+ fill: "none",
12
+ xmlns: "http://www.w3.org/2000/svg"
13
+ }, /*#__PURE__*/React.createElement("path", {
14
+ d: "M19.0069 1.14541C20.241 0.436192 21.759 0.436193 22.9931 1.14541L39.9931 10.9152C41.2346 11.6287 42 12.9514 42 14.3833V33.891C42 35.3229 41.2346 36.6456 39.9931 37.3591L22.9931 47.1289C21.759 47.8381 20.241 47.8381 19.0069 47.1289L2.00691 37.3591C0.765414 36.6456 0 35.3229 0 33.891V14.3833C0 12.9514 0.765415 11.6287 2.00691 10.9152L19.0069 1.14541Z",
15
+ fill: primaryColor
16
+ }), /*#__PURE__*/React.createElement("mask", {
17
+ id: "mask0_7095_36191",
18
+ style: {
19
+ maskType: 'alpha'
20
+ },
21
+ maskUnits: "userSpaceOnUse",
22
+ x: "0",
23
+ y: "0",
24
+ width: "42",
25
+ height: "48"
26
+ }, /*#__PURE__*/React.createElement("path", {
27
+ d: "M19.0069 1.14541C20.241 0.436192 21.759 0.436193 22.9931 1.14541L39.9931 10.9152C41.2346 11.6287 42 12.9514 42 14.3833V33.891C42 35.3229 41.2346 36.6456 39.9931 37.3591L22.9931 47.1289C21.759 47.8381 20.241 47.8381 19.0069 47.1289L2.00691 37.3591C0.765414 36.6456 0 35.3229 0 33.891V14.3833C0 12.9514 0.765415 11.6287 2.00691 10.9152L19.0069 1.14541Z",
28
+ fill: primaryColor
29
+ })), /*#__PURE__*/React.createElement("g", {
30
+ mask: "url(#mask0_7095_36191)"
31
+ }, /*#__PURE__*/React.createElement("path", {
32
+ d: "M25.025 10.3877C25.9578 10.8278 26.7509 11.4073 27.3127 12.0251L27.3208 11.9732C29.4821 12.9519 31.2187 14.8436 32.251 17.0333C31.7886 16.9895 30.8021 16.2979 30.4096 16.4647C27.517 15.2974 31.6112 17.9955 32.8155 17.9026L32.8075 17.8944C32.8075 17.8944 33.0682 17.9163 33.0521 17.9436C34.1435 16.6341 34.1489 10.6063 32.88 15.9671C32.5306 15.2372 31.8263 14.0207 31.5413 13.6954C30.9203 13.258 30.837 12.6812 30.1004 12.4188C30.1004 12.4188 30.2456 12.3833 30.2482 12.3805C28.517 10.6583 25.7643 8.83491 23.283 8.42759C23.3314 8.55607 24.4094 9.00988 24.5061 9.08915C23.7669 9.21764 20.6673 8.11595 22.8287 8.35924C22.0545 7.71683 16.3984 8.03121 17.8931 8.55882C17.635 8.62716 16.5678 9.05908 17.1055 8.63809C15.2479 8.27177 8.4896 14.1246 10.4789 14.6577C10.7773 14.0289 11.6429 13.638 11.8284 13.1214C11.7343 12.9163 11.6752 12.7988 11.8768 12.6785C12.5569 13.1542 13.4064 11.1476 13.7478 11.041C13.8715 11.5112 16.6699 9.15476 16.2398 9.92019C18.9899 9.33791 22.361 9.0208 25.0304 10.3795L25.025 10.3877Z",
33
+ fill: secondaryColor
34
+ }), /*#__PURE__*/React.createElement("path", {
35
+ d: "M37.891 25.7265C37.9582 24.9829 35.9286 21.5029 35.9636 23.0256C35.9582 23.2497 36.4663 24.4799 36.6571 24.7943C36.8749 24.8025 37.0039 24.7997 37.0093 25.0294C36.2996 25.434 37.4018 26.7871 37.3346 27.394C36.8749 30.6881 33.7834 37.1041 28.8746 36.7843C28.6381 36.7624 27.9069 37.0795 27.6838 37.0412C25.6434 37.2791 20.6218 35.9477 24.6649 34.8406C26.0036 33.471 21.5815 35.3436 21.1433 35.8548C21.5788 38.1292 25.0574 41.0762 22.517 36.8799C23.888 37.6672 25.009 38.3397 26.5547 38.173C28.294 38.9822 32.2591 37.9433 33.856 36.2949C33.7511 36.2785 32.743 36.7979 32.6382 36.8225C33.0844 36.109 35.4985 34.5672 34.1974 35.9888C37.4259 33.0801 38.3507 30.248 37.8883 25.721L37.891 25.7265Z",
36
+ fill: secondaryColor
37
+ }), /*#__PURE__*/React.createElement("path", {
38
+ d: "M16.4496 34.3539C16.2695 34.2911 15.0356 34.3376 14.7507 34.4114C14.6781 34.6137 14.6485 34.7476 14.4496 34.6738C14.0759 33.7771 12.3474 34.6738 11.7533 33.9849C9.4817 33.0308 4.0219 29.3267 5.65635 25.3273C5.56764 23.3809 6.5784 21.3962 7.9279 19.9856C8.34189 19.3268 8.05963 21.5794 8.43329 21.6668C8.75857 24.8434 9.21289 19.8161 8.5704 18.8429C8.5704 18.8429 8.46824 18.5996 8.5005 18.5996C6.51389 18.2661 2.38206 20.8085 6.78809 19.6822C5.85258 20.7401 5.10256 21.5028 4.90901 22.897C3.77457 24.1572 3.61327 28.1457 4.9332 29.8707C4.93857 29.6875 4.66708 28.646 4.68321 28.6542C5.2558 29.1873 6.25584 31.6202 5.15903 30.2343C5.54345 33.0418 15.9093 37.4813 16.4496 34.3512V34.3539Z",
39
+ fill: secondaryColor
40
+ })), /*#__PURE__*/React.createElement("path", {
41
+ d: "M14.9575 15.6919C10.276 15.6919 6.4791 19.4888 6.4791 24.1703C6.4791 27.6996 8.63385 30.7253 11.7004 32V29.9541C11.7004 28.1577 13.1566 26.697 14.9575 26.697C16.7584 26.697 18.21 28.1532 18.21 29.9541V32C21.2766 30.7298 23.4359 27.6996 23.4359 24.1703C23.4359 19.4888 19.639 15.6919 14.9575 15.6919ZM14.9575 25.7852C13.4151 25.7852 12.1677 24.5332 12.1677 22.9954C12.1677 21.4576 13.4151 20.2055 14.9575 20.2055C16.4998 20.2055 17.7428 21.453 17.7428 22.9954C17.7428 24.5377 16.4953 25.7852 14.9575 25.7852Z",
42
+ fill: "#101214"
43
+ }), /*#__PURE__*/React.createElement("path", {
44
+ d: "M27.0469 15.6919C22.3654 15.6919 18.5685 19.4888 18.5685 24.1703C18.5685 27.6996 20.7232 30.7253 23.7898 32V29.9541C23.7898 28.1577 25.2459 26.697 27.0469 26.697C28.8478 26.697 30.2994 28.1532 30.2994 29.9541V32C33.366 30.7298 35.5253 27.6996 35.5253 24.1703C35.5253 19.4888 31.7283 15.6919 27.0469 15.6919ZM27.0469 25.7852C25.5045 25.7852 24.257 24.5332 24.257 22.9954C24.257 21.4576 25.5045 20.2055 27.0469 20.2055C28.5892 20.2055 29.8322 21.453 29.8322 22.9954C29.8322 24.5377 28.5847 25.7852 27.0469 25.7852Z",
45
+ fill: "white"
46
+ }), /*#__PURE__*/React.createElement("path", {
47
+ d: "M20.9954 18.2322C19.4893 19.7609 18.5639 21.8567 18.5639 24.1702C18.5639 26.4838 19.4939 28.5886 20.9954 30.1174C22.5014 28.5886 23.4314 26.4883 23.4314 24.1702C23.4314 21.8522 22.506 19.7609 20.9954 18.2322Z",
48
+ fill: primaryColor
49
+ }));
@@ -0,0 +1,92 @@
1
+ import React from 'react';
2
+ import { AVATAR_SIZES } from '@atlaskit/avatar';
3
+ import { Box, xcss } from '@atlaskit/primitives';
4
+ import { AutoDevAvatar } from './assets/auto-dev';
5
+ import { AutoFixAvatar } from './assets/auto-fix';
6
+ import { AutoReviewAvatar } from './assets/auto-review';
7
+ import { BacklogBuddyAvatar } from './assets/backlog-buddy';
8
+ import { CommsCrafterAvatar } from './assets/comms-crafter';
9
+ import { CultureAvatar } from './assets/culture';
10
+ import { CustomerInsightAvatar } from './assets/customer-insight';
11
+ import { DecisionDirectorAvatar } from './assets/decision-director';
12
+ import { FeatureFlagAvatar } from './assets/feature-flag-avatar';
13
+ import { HireWriterAvatar } from './assets/hire-writer';
14
+ import { MarketingMessageMaestroAvatar } from './assets/marketing-message-maestro';
15
+ import { MyUserManualAvatar } from './assets/my-user-manual';
16
+ import { OkrOracleAvatar } from './assets/okr-oracle';
17
+ import { OpsAgentAvatar } from './assets/ops-agent';
18
+ import { PitchPerfectorAvatar } from './assets/pitch-perfector';
19
+ import { ReleaseNotesAvatar } from './assets/release-notes';
20
+ import { ResearchScoutAvatar } from './assets/research-scout';
21
+ import { SocialMediaScribeAvatar } from './assets/social-media-scribe';
22
+ import { TeamConnectionAvatar } from './assets/team-connection';
23
+ const blueColor = {
24
+ primary: '#357DE8',
25
+ secondary: '#669DF1'
26
+ };
27
+ const colorList = [{
28
+ primary: '#FCA700',
29
+ secondary: '#FFC716'
30
+ }, {
31
+ primary: '#BF63F3',
32
+ secondary: '#D8A0F7'
33
+ }, {
34
+ primary: '#82B536',
35
+ secondary: '#B3DF72'
36
+ }, blueColor];
37
+ const avatarList = [CustomerInsightAvatar, BacklogBuddyAvatar, DecisionDirectorAvatar, CommsCrafterAvatar, AutoDevAvatar, OkrOracleAvatar, CultureAvatar, SocialMediaScribeAvatar, TeamConnectionAvatar, HireWriterAvatar, OpsAgentAvatar, ResearchScoutAvatar, ReleaseNotesAvatar, MyUserManualAvatar, PitchPerfectorAvatar, AutoDevAvatar, AutoFixAvatar, AutoReviewAvatar, MarketingMessageMaestroAvatar, FeatureFlagAvatar];
38
+ export const TOTAL_AVATAR_COMBINATIONS = avatarList.length * colorList.length;
39
+ const imageStyles = xcss({
40
+ objectFit: 'cover',
41
+ height: '100%',
42
+ width: '100%',
43
+ display: 'flex',
44
+ justifyContent: 'center',
45
+ alignItems: 'center'
46
+ });
47
+ export const GeneratedAvatar = ({
48
+ agentNamedId,
49
+ agentId,
50
+ size
51
+ }) => {
52
+ const getAvatarBasedOnAgentId = () => {
53
+ if (agentId) {
54
+ const agentIdNumber = parseInt(agentId.replace(/-/g, ''), 16);
55
+ /**
56
+ * this create all possible combinations of avatars and colors
57
+ * e.g. [[avatar1, color1], [avatar1, color2], [avatar2, color1], [avatar2, color2]]
58
+ * then choose 1 based on agentId
59
+ */
60
+ const totalCombinations = avatarList.length * colorList.length;
61
+ const combinationIndex = agentIdNumber % totalCombinations;
62
+ const avatarIndex = Math.floor(combinationIndex / colorList.length);
63
+ const colorIndex = combinationIndex % colorList.length;
64
+ const Avatar = avatarList[avatarIndex];
65
+ const color = colorList[colorIndex];
66
+ return {
67
+ render: /*#__PURE__*/React.createElement(Avatar, {
68
+ size: AVATAR_SIZES[size],
69
+ primaryColor: color.primary,
70
+ secondaryColor: color.secondary
71
+ }),
72
+ color
73
+ };
74
+ }
75
+
76
+ // TODO return default avatar
77
+ return {
78
+ render: null,
79
+ color: blueColor
80
+ };
81
+ };
82
+ const {
83
+ render,
84
+ color
85
+ } = getAvatarBasedOnAgentId();
86
+ return /*#__PURE__*/React.createElement(Box, {
87
+ xcss: imageStyles,
88
+ style: {
89
+ backgroundColor: color.primary
90
+ }
91
+ }, render);
92
+ };
@@ -0,0 +1,65 @@
1
+ import React from 'react';
2
+ import { AVATAR_SIZES } from '@atlaskit/avatar';
3
+ import { Box, xcss } from '@atlaskit/primitives';
4
+ import { GeneratedAvatar } from './generated-avatars';
5
+
6
+ /**
7
+ * This solution has been derived from this codepen: https://codepen.io/anyen-ltovn/pen/qBYYzea
8
+ */
9
+ const agentAvatarStyles = xcss({
10
+ display: 'flex',
11
+ justifyContent: 'center',
12
+ alignItems: 'center',
13
+ clipPath: `polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%)`
14
+ });
15
+ const innerShapeStyles = xcss({
16
+ height: '95%',
17
+ width: '95%',
18
+ clipPath: `polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%)`
19
+ });
20
+ const imageStyles = xcss({
21
+ objectFit: 'cover',
22
+ height: '100%',
23
+ width: '100%'
24
+ });
25
+ const avatarContentContainer = xcss({
26
+ width: '100%',
27
+ height: '100%',
28
+ display: 'flex',
29
+ justifyContent: 'center',
30
+ alignItems: 'center'
31
+ });
32
+ export const AgentAvatar = ({
33
+ imageUrl,
34
+ size = 'medium',
35
+ label,
36
+ name,
37
+ agentId,
38
+ agentNamedId
39
+ }) => {
40
+ return /*#__PURE__*/React.createElement(Box, {
41
+ "aria-label": label,
42
+ xcss: agentAvatarStyles,
43
+ style: {
44
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop, @atlaskit/ui-styling-standard/no-imported-style-values
45
+ height: AVATAR_SIZES[size],
46
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop, @atlaskit/ui-styling-standard/no-imported-style-values
47
+ width: AVATAR_SIZES[size],
48
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop, @atlaskit/design-system/ensure-design-token-usage
49
+ backgroundColor: '#fff'
50
+ }
51
+ }, /*#__PURE__*/React.createElement(Box, {
52
+ xcss: innerShapeStyles
53
+ }, /*#__PURE__*/React.createElement(Box, {
54
+ xcss: avatarContentContainer
55
+ }, imageUrl ? /*#__PURE__*/React.createElement(Box, {
56
+ as: "img",
57
+ xcss: imageStyles,
58
+ src: imageUrl,
59
+ alt: name
60
+ }) : /*#__PURE__*/React.createElement(GeneratedAvatar, {
61
+ agentId: agentId,
62
+ agentNamedId: agentNamedId,
63
+ size: size
64
+ }))));
65
+ };