@auth0/quantum-product 1.5.18 → 1.6.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 (126) hide show
  1. package/README.md +1 -1
  2. package/esm/foundations/token-tables.js +11 -60
  3. package/esm/identicons/icons/icon-access-token.js +1 -1
  4. package/esm/identicons/icons/icon-activity.js +1 -1
  5. package/esm/identicons/icons/icon-anticipation.js +5 -5
  6. package/esm/identicons/icons/icon-api-related.js +2 -2
  7. package/esm/identicons/icons/icon-api.js +2 -2
  8. package/esm/identicons/icons/icon-applications.js +1 -1
  9. package/esm/identicons/icons/icon-attributes.js +1 -1
  10. package/esm/identicons/icons/icon-auth0-authorization-server.js +2 -2
  11. package/esm/identicons/icons/icon-auth0-dashboard.js +1 -1
  12. package/esm/identicons/icons/icon-auth0-logo-dark.js +1 -1
  13. package/esm/identicons/icons/icon-auth0-logo-light.js +1 -1
  14. package/esm/identicons/icons/icon-authentication-b.js +1 -1
  15. package/esm/identicons/icons/icon-authorization-server.js +1 -1
  16. package/esm/identicons/icons/icon-backend.js +3 -3
  17. package/esm/identicons/icons/icon-bot-detection.js +1 -1
  18. package/esm/identicons/icons/icon-boundary-protocol.js +1 -1
  19. package/esm/identicons/icons/icon-branding.js +1 -1
  20. package/esm/identicons/icons/icon-browser.js +2 -2
  21. package/esm/identicons/icons/icon-brute-force.js +4 -4
  22. package/esm/identicons/icons/icon-consistency.js +1 -1
  23. package/esm/identicons/icons/icon-cookies.js +1 -1
  24. package/esm/identicons/icons/icon-credential-application.js +2 -2
  25. package/esm/identicons/icons/icon-credential-stuffing.js +3 -3
  26. package/esm/identicons/icons/icon-dashboard.js +1 -1
  27. package/esm/identicons/icons/icon-database.js +3 -3
  28. package/esm/identicons/icons/icon-desktop-app.js +2 -2
  29. package/esm/identicons/icons/icon-device-biometrics.js +1 -1
  30. package/esm/identicons/icons/icon-efficiency.js +5 -5
  31. package/esm/identicons/icons/icon-empathy.js +3 -3
  32. package/esm/identicons/icons/icon-enterprise-directory.js +1 -1
  33. package/esm/identicons/icons/icon-extensions.js +1 -1
  34. package/esm/identicons/icons/icon-fine-grained-authorization.js +1 -1
  35. package/esm/identicons/icons/icon-guardian-push-notification.js +2 -2
  36. package/esm/identicons/icons/icon-help.js +2 -2
  37. package/esm/identicons/icons/icon-id-token.js +1 -1
  38. package/esm/identicons/icons/icon-ip-throttling.js +3 -3
  39. package/esm/identicons/icons/icon-login-customization.js +3 -3
  40. package/esm/identicons/icons/icon-logout-token.js +46 -0
  41. package/esm/identicons/icons/icon-mail-message-a.js +1 -1
  42. package/esm/identicons/icons/icon-marketplace-approved.js +48 -0
  43. package/esm/identicons/icons/icon-marketplace-create.js +48 -0
  44. package/esm/identicons/icons/icon-mobile-app.js +3 -3
  45. package/esm/identicons/icons/icon-multifactor.js +4 -4
  46. package/esm/identicons/icons/icon-one-time-password.js +1 -1
  47. package/esm/identicons/icons/icon-phone-message-a.js +1 -1
  48. package/esm/identicons/icons/icon-phone-message-b.js +2 -2
  49. package/esm/identicons/icons/icon-pipeline-b.js +1 -1
  50. package/esm/identicons/icons/icon-refresh-token.js +1 -1
  51. package/esm/identicons/icons/icon-server.js +3 -3
  52. package/esm/identicons/icons/icon-social-providers.js +1 -1
  53. package/esm/identicons/icons/icon-spa.js +2 -2
  54. package/esm/identicons/icons/icon-teams.js +2 -2
  55. package/esm/identicons/icons/icon-tenant.js +2 -2
  56. package/esm/identicons/icons/icon-user-database.js +3 -3
  57. package/esm/identicons/icons/icon-video.js +1 -1
  58. package/esm/identicons/icons/icon-web-app.js +1 -1
  59. package/esm/identicons/icons/index.js +3 -0
  60. package/esm/logo/logo.js +9 -16
  61. package/foundations/token-tables.d.ts +5 -5
  62. package/foundations/token-tables.js +13 -64
  63. package/identicons/icons/icon-access-token.js +1 -1
  64. package/identicons/icons/icon-activity.js +1 -1
  65. package/identicons/icons/icon-anticipation.js +5 -5
  66. package/identicons/icons/icon-api-related.js +2 -2
  67. package/identicons/icons/icon-api.js +2 -2
  68. package/identicons/icons/icon-applications.js +1 -1
  69. package/identicons/icons/icon-attributes.js +1 -1
  70. package/identicons/icons/icon-auth0-authorization-server.js +2 -2
  71. package/identicons/icons/icon-auth0-dashboard.js +1 -1
  72. package/identicons/icons/icon-auth0-logo-dark.js +1 -1
  73. package/identicons/icons/icon-auth0-logo-light.js +1 -1
  74. package/identicons/icons/icon-authentication-b.js +1 -1
  75. package/identicons/icons/icon-authorization-server.js +1 -1
  76. package/identicons/icons/icon-backend.js +3 -3
  77. package/identicons/icons/icon-bot-detection.js +1 -1
  78. package/identicons/icons/icon-boundary-protocol.js +1 -1
  79. package/identicons/icons/icon-branding.js +1 -1
  80. package/identicons/icons/icon-browser.js +2 -2
  81. package/identicons/icons/icon-brute-force.js +4 -4
  82. package/identicons/icons/icon-consistency.js +1 -1
  83. package/identicons/icons/icon-cookies.js +1 -1
  84. package/identicons/icons/icon-credential-application.js +2 -2
  85. package/identicons/icons/icon-credential-stuffing.js +3 -3
  86. package/identicons/icons/icon-dashboard.js +1 -1
  87. package/identicons/icons/icon-database.js +3 -3
  88. package/identicons/icons/icon-desktop-app.js +2 -2
  89. package/identicons/icons/icon-device-biometrics.js +1 -1
  90. package/identicons/icons/icon-efficiency.js +5 -5
  91. package/identicons/icons/icon-empathy.js +3 -3
  92. package/identicons/icons/icon-enterprise-directory.js +1 -1
  93. package/identicons/icons/icon-extensions.js +1 -1
  94. package/identicons/icons/icon-fine-grained-authorization.js +1 -1
  95. package/identicons/icons/icon-guardian-push-notification.js +2 -2
  96. package/identicons/icons/icon-help.js +2 -2
  97. package/identicons/icons/icon-id-token.js +1 -1
  98. package/identicons/icons/icon-ip-throttling.js +3 -3
  99. package/identicons/icons/icon-login-customization.js +3 -3
  100. package/identicons/icons/icon-logout-token.d.ts +3 -0
  101. package/identicons/icons/icon-logout-token.js +72 -0
  102. package/identicons/icons/icon-mail-message-a.js +1 -1
  103. package/identicons/icons/icon-marketplace-approved.d.ts +3 -0
  104. package/identicons/icons/icon-marketplace-approved.js +74 -0
  105. package/identicons/icons/icon-marketplace-create.d.ts +3 -0
  106. package/identicons/icons/icon-marketplace-create.js +74 -0
  107. package/identicons/icons/icon-mobile-app.js +3 -3
  108. package/identicons/icons/icon-multifactor.js +4 -4
  109. package/identicons/icons/icon-one-time-password.js +1 -1
  110. package/identicons/icons/icon-phone-message-a.js +1 -1
  111. package/identicons/icons/icon-phone-message-b.js +2 -2
  112. package/identicons/icons/icon-pipeline-b.js +1 -1
  113. package/identicons/icons/icon-refresh-token.js +1 -1
  114. package/identicons/icons/icon-server.js +3 -3
  115. package/identicons/icons/icon-social-providers.js +1 -1
  116. package/identicons/icons/icon-spa.js +2 -2
  117. package/identicons/icons/icon-teams.js +2 -2
  118. package/identicons/icons/icon-tenant.js +2 -2
  119. package/identicons/icons/icon-user-database.js +3 -3
  120. package/identicons/icons/icon-video.js +1 -1
  121. package/identicons/icons/icon-web-app.js +1 -1
  122. package/identicons/icons/index.d.ts +3 -0
  123. package/identicons/icons/index.js +7 -1
  124. package/logo/logo.d.ts +3 -3
  125. package/logo/logo.js +9 -16
  126. package/package.json +5 -32
@@ -65,7 +65,7 @@ exports.IdenticonDeviceBiometrics = (0, styled_1.styled)(function (_a) {
65
65
  };
66
66
  return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
67
67
  React.createElement("path", { d: "M33.316 2H14.684C12.097 2 10 3.977 10 6.416v35.261c0 2.44 2.097 4.416 4.684 4.416h18.632c2.587 0 4.684-1.977 4.684-4.416V6.416C38 3.976 35.903 2 33.316 2z", fill: fills.light }),
68
- React.createElement("path", { d: "M24 42a1.995 1.995 0 110-3.991A1.995 1.995 0 1124 42z", fill: fills.dark }),
68
+ React.createElement("path", { d: "M24 42a1.995 1.995 0 110-3.992A1.995 1.995 0 1124 42z", fill: fills.dark }),
69
69
  React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M27.16 12.253a.776.776 0 000 1.55h2.056c.996 0 1.755.76 1.755 1.755v2.055c0 .427.345.772.772.772a.776.776 0 00.775-.774v-2.056a3.27 3.27 0 00-3.302-3.302H27.16zm-8.375 0a3.27 3.27 0 00-3.302 3.302v2.056c0 .427.348.774.775.774a.771.771 0 00.771-.772v-2.055c0-.995.76-1.756 1.756-1.756h2.055a.776.776 0 000-1.549h-2.055zm-2.528 11.912a.776.776 0 00-.775.774v2.056a3.27 3.27 0 003.302 3.302h2.056a.776.776 0 000-1.55h-2.056a1.723 1.723 0 01-1.755-1.755v-2.055a.771.771 0 00-.772-.772zm15.486 0a.771.771 0 00-.772.772v2.055c0 .994-.759 1.756-1.755 1.756H27.16a.776.776 0 000 1.549h2.056a3.27 3.27 0 003.302-3.302v-2.056a.776.776 0 00-.775-.774zm-9.923-5.079a2.185 2.185 0 114.37 0 2.185 2.185 0 01-4.37 0zm-1.556 3.702c.41-.41.965-.64 1.544-.64h4.383a2.183 2.183 0 012.183 2.183v.44a.873.873 0 01-.872.872h-6.999a.877.877 0 01-.877-.878v-.432c0-.58.23-1.135.638-1.545z", fill: fills.dark })));
70
70
  }, {
71
71
  name: common_1.identiconComponentName,
@@ -64,14 +64,14 @@ exports.IdenticonEfficiency = (0, styled_1.styled)(function (_a) {
64
64
  dark: "var(".concat(common_1.IdenticonsCustomProperty.dark, ", ").concat(colorMap.dark, ")"),
65
65
  };
66
66
  return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 49", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
67
- React.createElement("g", { clipPath: "url(#icon-efficiency_svg__clip0_827_219)" },
68
- React.createElement("path", { d: "M14.812 14.008a1.612 1.612 0 11.046 3.224 1.612 1.612 0 01-.046-3.224zm0-1.972a3.585 3.585 0 10.045 7.17 3.585 3.585 0 00-.045-7.17zM14.812 39.307a1.613 1.613 0 11.045 3.226 1.613 1.613 0 01-.045-3.226zm0-1.972a3.587 3.587 0 10.046 7.173 3.587 3.587 0 00-.046-7.173z", fill: fills.dark }),
69
- React.createElement("path", { d: "M33.21 39.307a1.614 1.614 0 11-1.613 1.613 1.592 1.592 0 011.613-1.613zm0-1.972a3.585 3.585 0 100 7.17 3.585 3.585 0 000-7.17zM9.636 26.803a1.613 1.613 0 110 3.227 1.613 1.613 0 010-3.227zm0-1.972a3.585 3.585 0 100 7.17 3.585 3.585 0 000-7.17zM38.409 26.803a1.613 1.613 0 110 3.227 1.613 1.613 0 010-3.227zm0-1.972a3.585 3.585 0 100 7.17 3.585 3.585 0 000-7.17z", fill: fills.light }),
67
+ React.createElement("g", { clipPath: "url(#icon-efficiency_svg__clip0_403_3034)" },
68
+ React.createElement("path", { d: "M14.812 14.008a1.613 1.613 0 11.046 3.225 1.613 1.613 0 01-.046-3.226zm0-1.972a3.585 3.585 0 10.045 7.168 3.585 3.585 0 00-.045-7.168zM14.812 39.307a1.614 1.614 0 11.045 3.227 1.614 1.614 0 01-.045-3.227zm0-1.972a3.586 3.586 0 10.046 7.172 3.586 3.586 0 00-.046-7.172z", fill: fills.dark }),
69
+ React.createElement("path", { d: "M33.21 39.307a1.614 1.614 0 11-1.613 1.613 1.592 1.592 0 011.613-1.613zm0-1.972a3.585 3.585 0 100 7.17 3.585 3.585 0 000-7.17zM9.636 26.803a1.613 1.613 0 110 3.227 1.613 1.613 0 010-3.227zm0-1.972a3.585 3.585 0 100 7.17 3.585 3.585 0 000-7.17zM38.409 26.803a1.613 1.613 0 110 3.227 1.613 1.613 0 010-3.227zm0-1.972a3.586 3.586 0 100 7.171 3.586 3.586 0 000-7.17z", fill: fills.light }),
70
70
  React.createElement("path", { d: "M20.885 7.016l-6.7 2.532V4.506l6.7 2.51z", fill: fills.dark }),
71
- React.createElement("path", { d: "M15.417 5.649h-1.232v7.095h1.232V5.649zM23.373 24.786a1.188 1.188 0 01-1.188-1.188v-6.655a1.188 1.188 0 011.188-1.188h6.677a1.188 1.188 0 110 2.376h-5.49v5.468a1.188 1.188 0 01-1.187 1.187z", fill: fills.dark }),
71
+ React.createElement("path", { d: "M15.417 5.649h-1.232v7.095h1.232V5.649zM23.372 24.786a1.188 1.188 0 01-1.187-1.188v-6.655a1.188 1.188 0 011.188-1.188h6.677a1.188 1.188 0 010 2.376h-5.49v5.468a1.188 1.188 0 01-1.188 1.187z", fill: fills.dark }),
72
72
  React.createElement("path", { d: "M24.515 39.33a1.187 1.187 0 01-.627-2.197 10.891 10.891 0 00-.896-19.07 1.187 1.187 0 011.053-2.128A13.288 13.288 0 0125.12 39.15c-.181.114-.39.175-.605.18z", fill: fills.dark })),
73
73
  React.createElement("defs", null,
74
- React.createElement("clipPath", { id: "icon-efficiency_svg__clip0_827_219" },
74
+ React.createElement("clipPath", { id: "icon-efficiency_svg__clip0_403_3034" },
75
75
  React.createElement("path", { fill: "#fff", transform: "translate(6.028 4.506)", d: "M0 0h35.944v40H0z" })))));
76
76
  }, {
77
77
  name: common_1.identiconComponentName,
@@ -64,12 +64,12 @@ exports.IdenticonEmpathy = (0, styled_1.styled)(function (_a) {
64
64
  dark: "var(".concat(common_1.IdenticonsCustomProperty.dark, ", ").concat(colorMap.dark, ")"),
65
65
  };
66
66
  return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 49", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
67
- React.createElement("g", { clipPath: "url(#icon-empathy_svg__clip0_827_221)" },
67
+ React.createElement("g", { clipPath: "url(#icon-empathy_svg__clip0_403_3090)" },
68
68
  React.createElement("path", { d: "M8.83 16.096a7.868 7.868 0 117.867 7.868 7.845 7.845 0 01-7.868-7.868z", fill: fills.base }),
69
69
  React.createElement("path", { d: "M6.497 29.641a8.433 8.433 0 016.007-2.497h8.363a8.528 8.528 0 016.03 2.497 8.622 8.622 0 012.498 6.031v1.696a3.416 3.416 0 01-3.416 3.416H7.416A3.416 3.416 0 014 37.368v-1.696a8.528 8.528 0 012.497-6.03z", fill: fills.light }),
70
- React.createElement("path", { d: "M42.68 19.04a4.546 4.546 0 00-6.407 0l-.871.872-.778-.8c-1.743-1.744-4.57-1.862-6.36-.189a4.524 4.524 0 00-.118 6.502l.872.871 6.054 6.055a.495.495 0 00.683 0l6.054-6.055.872-.871a4.5 4.5 0 000-6.384z", fill: fills.dark })),
70
+ React.createElement("path", { d: "M42.68 19.04a4.546 4.546 0 00-6.407 0l-.871.872-.778-.8c-1.743-1.744-4.57-1.862-6.36-.189a4.523 4.523 0 00-.118 6.502l.872.871 6.054 6.055a.495.495 0 00.683 0l6.054-6.055.872-.871a4.5 4.5 0 000-6.384z", fill: fills.dark })),
71
71
  React.createElement("defs", null,
72
- React.createElement("clipPath", { id: "icon-empathy_svg__clip0_827_221" },
72
+ React.createElement("clipPath", { id: "icon-empathy_svg__clip0_403_3090" },
73
73
  React.createElement("path", { fill: "#fff", transform: "translate(4 8.228)", d: "M0 0h40v32.556H0z" })))));
74
74
  }, {
75
75
  name: common_1.identiconComponentName,
@@ -67,7 +67,7 @@ exports.IdenticonEnterpriseDirectory = (0, styled_1.styled)(function (_a) {
67
67
  React.createElement("path", { d: "M27.937 44.725l15.34-11.118c1.675-1.214 2.72-2.607 2.72-5.075 0-1.243-.48-2.442-1.344-3.344L27.073 3.214a3.956 3.956 0 00-5.672-.033L3.385 25.171c-.888.907-1.382 2.329-1.382 3.387 0 1.942 1.05 3.84 2.719 5.05l15.34 11.117a6.717 6.717 0 007.875 0z", fill: fills.light }),
68
68
  React.createElement("path", { d: "M33.463 19.309a4.31 4.31 0 00-8.617 0 4.31 4.31 0 008.617 0z", fill: fills.dark }),
69
69
  React.createElement("path", { d: "M34.629 26.73a4.678 4.678 0 00-3.31-1.372h-4.33a4.678 4.678 0 00-4.68 4.68v2.893c0 1.037.84 1.877 1.877 1.877h9.938c1.036 0 1.876-.84 1.876-1.877v-2.893c0-1.24-.493-2.432-1.371-3.309zM19.69 28.433a3.083 3.083 0 00-2.18-.903h-2.427A3.083 3.083 0 0012 30.613v1.702c0 .682.553 1.235 1.236 1.235h6.122c.682 0 1.235-.553 1.235-1.235v-1.702c0-.818-.325-1.602-.903-2.18z", fill: fills.base }),
70
- React.createElement("path", { d: "M19.542 22.484a3.247 3.247 0 00-6.49 0 3.247 3.247 0 006.49 0z", fill: fills.dark })));
70
+ React.createElement("path", { d: "M19.542 22.484a3.247 3.247 0 00-3.245-3.246 3.247 3.247 0 00-3.246 3.246 3.247 3.247 0 006.491 0z", fill: fills.dark })));
71
71
  }, {
72
72
  name: common_1.identiconComponentName,
73
73
  })({});
@@ -65,7 +65,7 @@ exports.IdenticonExtensions = (0, styled_1.styled)(function (_a) {
65
65
  };
66
66
  return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
67
67
  React.createElement("path", { d: "M28 37.984h-7.998v-.017 4.046a1.988 1.988 0 01-3.975 0v-4.045.016h-2.055a3.958 3.958 0 01-3.958-3.958v-2.049h.023-4.05a1.988 1.988 0 010-3.974h4.046-.024v-8.001h.024-4.046a1.988 1.988 0 010-3.977h4.046-.024v-2.048a3.958 3.958 0 013.958-3.959h2.056v.017-4.048a1.988 1.988 0 013.974 0v4.046-.017h7.999v.017-4.046a1.988 1.988 0 013.974 0v4.046-.017h2.049a3.958 3.958 0 013.958 3.958v2.049h-.014 4.045a1.988 1.988 0 010 3.974h-4.045.014v7.999h-.014 4.045a1.988 1.988 0 010 3.974h-4.045.014v2.049a3.958 3.958 0 01-3.958 3.958H31.97v-.017 4.046a1.988 1.988 0 01-3.974 0V37.96", fill: fills.light }),
68
- React.createElement("path", { d: "M19.008 16.01h9.98a3.003 3.003 0 013.001 3.003v9.974a3.003 3.003 0 01-3.002 3.002h-9.979a3.003 3.003 0 01-3.002-3.002v-9.974a3.003 3.003 0 013.002-3.002z", fill: fills.dark })));
68
+ React.createElement("path", { d: "M19.008 16.01h9.979a3.003 3.003 0 013.002 3.003v9.974a3.003 3.003 0 01-3.002 3.002h-9.979a3.003 3.003 0 01-3.002-3.002v-9.974a3.003 3.003 0 013.002-3.002z", fill: fills.dark })));
69
69
  }, {
70
70
  name: common_1.identiconComponentName,
71
71
  })({});
@@ -65,7 +65,7 @@ exports.IdenticonFineGrainedAuthorization = (0, styled_1.styled)(function (_a) {
65
65
  };
66
66
  return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 40 41", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
67
67
  React.createElement("path", { d: "M32.354.253H7.646A7.646 7.646 0 000 7.9v24.708a7.646 7.646 0 007.646 7.646h24.708A7.646 7.646 0 0040 32.607V7.9A7.646 7.646 0 0032.354.253z", fill: fills.light }),
68
- React.createElement("path", { d: "M11.78 5.058H28.65c2.95 0 5.34 2.397 5.34 5.353v.002a5.347 5.347 0 01-5.34 5.353H11.78a5.347 5.347 0 01-5.34-5.353v-.002a5.347 5.347 0 015.34-5.353z", fill: fills.dark }),
68
+ React.createElement("path", { d: "M11.78 5.058H28.65c2.95 0 5.34 2.397 5.34 5.353v.002a5.346 5.346 0 01-5.34 5.353H11.78a5.347 5.347 0 01-5.34-5.353v-.002a5.347 5.347 0 015.34-5.353z", fill: fills.dark }),
69
69
  React.createElement("path", { d: "M17.147 10.399v19.695c0 2.949-2.396 5.34-5.353 5.34h-.002a5.347 5.347 0 01-5.352-5.34V10.399c0-2.95 2.396-5.34 5.352-5.34h.002a5.347 5.347 0 015.353 5.34z", fill: fills.base }),
70
70
  React.createElement("path", { d: "M11.793 35.443a5.354 5.354 0 110-10.707 5.354 5.354 0 010 10.707z", fill: "#fff" }),
71
71
  React.createElement("path", { d: "M24.174 28.155a5.354 5.354 0 100-10.707 5.354 5.354 0 000 10.707z", fill: fills.dark })));
@@ -66,8 +66,8 @@ exports.IdenticonGuardianPushNotification = (0, styled_1.styled)(function (_a) {
66
66
  return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
67
67
  React.createElement("path", { d: "M33.316 2H14.684C12.097 2 10 3.977 10 6.416v35.261c0 2.44 2.097 4.416 4.684 4.416h18.632c2.587 0 4.684-1.977 4.684-4.416V6.416C38 3.976 35.903 2 33.316 2z", fill: fills.light }),
68
68
  React.createElement("rect", { x: 18.117, y: 10.187, width: 22.647, height: 19.631, rx: 1.5, fill: fills.dark }),
69
- React.createElement("path", { d: "M18.112 34.144V26.45a.7.7 0 01.7-.7h7.694A.7.7 0 0127 26.945l-7.693 7.693a.7.7 0 01-1.195-.494zM24 42a1.995 1.995 0 110-3.991A1.995 1.995 0 1124 42z", fill: fills.dark }),
70
- React.createElement("path", { d: "M26.267 23.734l3.173 2.307 3.174-2.307-3.174-2.306-3.173 2.306zm-1.962-6.038a5.403 5.403 0 001.96 6.038v-.002l1.213-3.73-3.173-2.306 3.923.001 1.212-3.73v-.002h-3.922l-1.213 3.73zm10.273 0l-1.213-3.73H29.44l1.213 3.731h3.922l-3.173 2.305 1.212 3.73a5.402 5.402 0 001.963-6.036z", fill: "#fff" })));
69
+ React.createElement("path", { d: "M18.112 34.144V26.45a.7.7 0 01.7-.7h7.694A.7.7 0 0127 26.945l-7.693 7.693a.7.7 0 01-1.195-.494zM24 42a1.995 1.995 0 110-3.992A1.995 1.995 0 1124 42z", fill: fills.dark }),
70
+ React.createElement("path", { d: "M25.112 19.207c1.977-.326 3.527-1.963 3.852-3.944l.109-.951c.027-.152-.076-.362-.267-.347-1.494.116-2.903.61-3.688.931-.389.16-.642.538-.642.96v3.104a.3.3 0 00.346.295l.29-.047v-.001zM29.918 15.263c.325 1.98 1.875 3.618 3.851 3.944l.29.047c.182.03.347-.11.347-.295v-3.105c0-.421-.254-.8-.643-.959-.785-.322-2.194-.815-3.688-.931-.192-.016-.29.197-.268.346l.11.952v.001zM33.768 20.077c-2.702.533-3.957 2.332-3.957 5.738 0 .17.17.29.312.194 1.243-.84 3.977-3.03 4.259-5.771.01-.345-.42-.183-.614-.161zM25.113 20.077c2.702.533 3.956 2.332 3.956 5.738 0 .17-.169.29-.311.194-1.243-.84-3.977-3.03-4.259-5.771-.01-.345.42-.183.614-.161z", fill: "#fff" })));
71
71
  }, {
72
72
  name: common_1.identiconComponentName,
73
73
  })({});
@@ -64,8 +64,8 @@ exports.IdenticonHelp = (0, styled_1.styled)(function (_a) {
64
64
  dark: "var(".concat(common_1.IdenticonsCustomProperty.dark, ", ").concat(colorMap.dark, ")"),
65
65
  };
66
66
  return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
67
- React.createElement("path", { d: "M24.011 4.028A19.986 19.986 0 1023.964 44a19.986 19.986 0 00.047-39.972zm0 29.967a10.005 10.005 0 110-20.01 10.005 10.005 0 010 20.01z", fill: fills.light }),
68
- React.createElement("path", { d: "M6.194 14.975l8.898 4.52a9.888 9.888 0 014.402-4.426l-4.45-8.922a20.056 20.056 0 00-8.85 8.828zM15.09 41.857l4.473-8.898a9.981 9.981 0 01-4.473-4.45l-8.946 4.45a20.056 20.056 0 008.946 8.898zM41.855 32.959l-8.921-4.45a10.051 10.051 0 01-4.426 4.426l4.52 8.875a20.056 20.056 0 008.827-8.851zM32.98 6.146l-4.425 8.946a9.817 9.817 0 014.402 4.449l8.898-4.496a19.916 19.916 0 00-8.874-8.899z", fill: fills.dark })));
67
+ React.createElement("path", { d: "M24.011 4.028A19.986 19.986 0 1023.964 44a19.986 19.986 0 00.047-39.972zm0 29.967a10.004 10.004 0 110-20.008 10.004 10.004 0 010 20.008z", fill: fills.light }),
68
+ React.createElement("path", { d: "M6.194 14.974l8.898 4.52a9.888 9.888 0 014.402-4.425l-4.45-8.922a20.057 20.057 0 00-8.85 8.827zM15.09 41.857l4.472-8.898a9.981 9.981 0 01-4.472-4.45l-8.946 4.45a20.057 20.057 0 008.946 8.898zM41.855 32.959l-8.922-4.45a10.052 10.052 0 01-4.425 4.426l4.52 8.875a20.056 20.056 0 008.827-8.851zM32.98 6.146l-4.425 8.946a9.817 9.817 0 014.402 4.449l8.898-4.496a19.916 19.916 0 00-8.874-8.899z", fill: fills.dark })));
69
69
  }, {
70
70
  name: common_1.identiconComponentName,
71
71
  })({});
@@ -66,7 +66,7 @@ exports.IdenticonIdToken = (0, styled_1.styled)(function (_a) {
66
66
  return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
67
67
  React.createElement("path", { d: "M20.47 5.21L6.492 15.762c-2.115 1.596-2.995 4.407-2.185 6.975l5.337 16.94C10.456 42.253 12.786 44 15.417 44h17.28c2.63 0 4.96-1.746 5.773-4.323l5.337-16.94c.81-2.567-.073-5.38-2.185-6.976L27.644 5.209a5.925 5.925 0 00-7.174 0z", fill: fills.light }),
68
68
  React.createElement("path", { d: "M19.078 21.048a5.007 5.007 0 015.008-5.008 5.007 5.007 0 015.008 5.008 5.007 5.007 0 01-5.008 5.008 5.007 5.007 0 01-5.008-5.008z", fill: fills.dark }),
69
- React.createElement("path", { d: "M15.513 29.532a5.001 5.001 0 013.54-1.465h10.041a5.001 5.001 0 015.004 5.003v1.005a1.997 1.997 0 01-1.998 1.997H16.06a2.013 2.013 0 01-2.014-2.013v-.988a5.018 5.018 0 011.467-3.54z", fill: fills.base })));
69
+ React.createElement("path", { d: "M15.513 29.532a5.002 5.002 0 013.54-1.465h10.041a5.002 5.002 0 015.003 5.003v1.005a1.997 1.997 0 01-1.997 1.997H16.06a2.013 2.013 0 01-2.014-2.013v-.988a5.018 5.018 0 011.467-3.54z", fill: fills.base })));
70
70
  }, {
71
71
  name: common_1.identiconComponentName,
72
72
  })({});
@@ -65,10 +65,10 @@ exports.IdenticonIpThrottling = (0, styled_1.styled)(function (_a) {
65
65
  };
66
66
  return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
67
67
  React.createElement("path", { d: "M4 31.104V10.58c0-1.89 1.509-3.422 3.37-3.422h26.944c1.861 0 3.37 1.532 3.37 3.422v20.524c0 1.89-1.508 3.422-3.37 3.422H7.37C5.51 34.526 4 32.994 4 31.104z", fill: fills.light }),
68
- React.createElement("path", { d: "M8.184 11.392a.849.849 0 100-1.698.849.849 0 000 1.698zM10.917 11.391a.849.849 0 100-1.698.849.849 0 000 1.698zM13.647 11.391a.849.849 0 100-1.697.849.849 0 000 1.697zM25.053 34.526s3.445-6.315 9.473-6.315c6.029 0 9.474 6.315 9.474 6.315s-3.445 6.316-9.474 6.316c-6.028 0-9.473-6.316-9.473-6.316z", fill: fills.dark }),
68
+ React.createElement("path", { d: "M8.184 11.392a.849.849 0 100-1.698.849.849 0 000 1.698zM10.917 11.391a.849.849 0 100-1.697.849.849 0 000 1.697zM13.647 11.391a.849.849 0 100-1.697.849.849 0 000 1.697zM25.053 34.526s3.445-6.315 9.473-6.315c6.029 0 9.474 6.316 9.474 6.316s-3.445 6.315-9.474 6.315c-6.028 0-9.473-6.316-9.473-6.316z", fill: fills.dark }),
69
69
  React.createElement("path", { d: "M34.526 36.895c1.342 0 2.43-1.06 2.43-2.369 0-1.308-1.088-2.368-2.43-2.368s-2.43 1.06-2.43 2.368c0 1.308 1.088 2.369 2.43 2.369z", fill: "#fff" }),
70
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.87 21.035c-1.652 0-3.252.58-4.522 1.637a.828.828 0 01-1.06-1.273 8.722 8.722 0 0111.165 0 .828.828 0 01-1.06 1.273 7.067 7.067 0 00-4.522-1.637z", fill: fills.dark }),
71
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.842 17.447c-2.594 0-5.1.947-7.045 2.662a.828.828 0 01-1.096-1.242 12.31 12.31 0 0116.282 0 .828.828 0 01-1.096 1.242 10.654 10.654 0 00-7.045-2.662zM20.845 24.623c-.721 0-1.425.225-2.014.643a.828.828 0 11-.96-1.35 5.134 5.134 0 015.948 0 .828.828 0 11-.96 1.35 3.478 3.478 0 00-2.014-.643zM20.014 27.382c0-.457.37-.828.828-.828h.006a.828.828 0 010 1.657h-.006a.828.828 0 01-.828-.829z", fill: fills.dark })));
70
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.87 21.035c-1.652 0-3.252.58-4.522 1.637a.828.828 0 01-1.06-1.273 8.722 8.722 0 0111.165 0 .828.828 0 11-1.06 1.273 7.067 7.067 0 00-4.523-1.637z", fill: fills.dark }),
71
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.842 17.448c-2.594 0-5.1.946-7.045 2.661a.828.828 0 01-1.096-1.242 12.311 12.311 0 0116.282 0 .828.828 0 01-1.096 1.242 10.655 10.655 0 00-7.045-2.662zM20.845 24.623c-.721 0-1.425.225-2.014.643a.828.828 0 11-.96-1.35 5.134 5.134 0 015.948 0 .828.828 0 11-.96 1.35 3.478 3.478 0 00-2.014-.643zM20.014 27.383c0-.458.37-.829.828-.829h.006a.828.828 0 010 1.657h-.006a.828.828 0 01-.828-.828z", fill: fills.dark })));
72
72
  }, {
73
73
  name: common_1.identiconComponentName,
74
74
  })({});
@@ -64,15 +64,15 @@ exports.IdenticonLoginCustomization = (0, styled_1.styled)(function (_a) {
64
64
  dark: "var(".concat(common_1.IdenticonsCustomProperty.dark, ", ").concat(colorMap.dark, ")"),
65
65
  };
66
66
  return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
67
- React.createElement("g", { clipPath: "url(#icon-login-customization_svg__clip0)" },
67
+ React.createElement("g", { clipPath: "url(#icon-login-customization_svg__clip0_403_1729)" },
68
68
  React.createElement("rect", { x: 8.402, y: 2, width: 28.565, height: 39.551, rx: 4.412, fill: fills.light }),
69
69
  React.createElement("rect", { x: 14.994, y: 19.578, width: 15.381, height: 4.395, rx: 1.099, fill: "#fff" }),
70
70
  React.createElement("rect", { x: 14.994, y: 26.17, width: 15.381, height: 4.395, rx: 1.099, fill: fills.dark }),
71
71
  React.createElement("circle", { cx: 22.684, cy: 14.085, r: 3.296, fill: fills.dark }),
72
- React.createElement("path", { d: "M26.015 41.838c0-.437.173-.857.482-1.166l11.496-11.496a1.648 1.648 0 012.33 0l2.512 2.511a1.648 1.648 0 010 2.33L31.339 45.515c-.31.309-.729.482-1.165.482h-3.61a.55.55 0 01-.55-.549v-3.61z", fill: fills.dark }),
72
+ React.createElement("path", { d: "M26.015 41.838c0-.438.173-.857.482-1.166l11.496-11.496a1.648 1.648 0 012.33 0l2.512 2.511a1.648 1.648 0 010 2.33L31.339 45.515a1.648 1.648 0 01-1.166.482h-3.61a.55.55 0 01-.548-.549v-3.61z", fill: fills.dark }),
73
73
  React.createElement("path", { d: "M37.963 29.146a1.648 1.648 0 012.33 0l2.542 2.541a1.648 1.648 0 010 2.33l-2.417 2.417-4.872-4.872 2.417-2.416z", fill: fills.base })),
74
74
  React.createElement("defs", null,
75
- React.createElement("clipPath", { id: "icon-login-customization_svg__clip0" },
75
+ React.createElement("clipPath", { id: "icon-login-customization_svg__clip0_403_1729" },
76
76
  React.createElement("path", { fill: "#fff", d: "M0 0h48v48H0z" })))));
77
77
  }, {
78
78
  name: common_1.identiconComponentName,
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { IIdenticonProps } from '../common';
3
+ export declare const IdenticonLogoutToken: import("styled-components").StyledComponent<({ color, ...props }: IIdenticonProps) => JSX.Element, import("../..").ITheme, import("@mui/system").MUIStyledCommonProps<import("../..").ITheme>, never>;
@@ -0,0 +1,72 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
14
+ if (k2 === undefined) k2 = k;
15
+ var desc = Object.getOwnPropertyDescriptor(m, k);
16
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
17
+ desc = { enumerable: true, get: function() { return m[k]; } };
18
+ }
19
+ Object.defineProperty(o, k2, desc);
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ var __rest = (this && this.__rest) || function (s, e) {
37
+ var t = {};
38
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
39
+ t[p] = s[p];
40
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
41
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
42
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
43
+ t[p[i]] = s[p[i]];
44
+ }
45
+ return t;
46
+ };
47
+ Object.defineProperty(exports, "__esModule", { value: true });
48
+ exports.IdenticonLogoutToken = void 0;
49
+ /*
50
+ This file is generated with the "identicons" script.
51
+ To update this output make changes to `scripts/svgr/identicon-icon-template.js
52
+ */
53
+ var React = __importStar(require("react"));
54
+ var common_1 = require("../common");
55
+ var styled_1 = require("../../styled");
56
+ exports.IdenticonLogoutToken = (0, styled_1.styled)(function (_a) {
57
+ var color = _a.color, props = __rest(_a, ["color"]);
58
+ var colorMap = (0, common_1.useColorMap)({
59
+ color: color,
60
+ });
61
+ var fills = {
62
+ light: "var(".concat(common_1.IdenticonsCustomProperty.light, ", ").concat(colorMap.light, ")"),
63
+ base: "var(".concat(common_1.IdenticonsCustomProperty.base, ", ").concat(colorMap.base, ")"),
64
+ dark: "var(".concat(common_1.IdenticonsCustomProperty.dark, ", ").concat(colorMap.dark, ")"),
65
+ };
66
+ return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
67
+ React.createElement("path", { d: "M20.425 5.301L6.478 15.827c-2.109 1.591-2.99 4.4-2.182 6.96l5.325 16.9C10.43 42.262 12.756 44 15.38 44H32.62c2.624 0 4.95-1.742 5.76-4.312l5.324-16.9c.807-2.561-.073-5.37-2.182-6.96L27.585 5.3a5.911 5.911 0 00-7.16 0z", fill: fills.light }),
68
+ React.createElement("path", { d: "M29.95 24.74v-1.847c0-.855 1.035-1.285 1.64-.68l3.082 3.082a.961.961 0 010 1.36l-3.081 3.08c-.606.606-1.641.177-1.641-.679v-1.624l-4.046-.086a1.346 1.346 0 010-2.692l4.046.085z", fill: fills.dark }),
69
+ React.createElement("path", { d: "M12.125 19.406L18.8 14.4c1.319-.989 3.2-.048 3.2 1.6v19a2 2 0 01-2 2h-4.438a2 2 0 01-1.94-1.515l-2.978-11.908a4 4 0 011.48-4.17z", fill: fills.base })));
70
+ }, {
71
+ name: common_1.identiconComponentName,
72
+ })({});
@@ -66,7 +66,7 @@ exports.IdenticonMailMessageA = (0, styled_1.styled)(function (_a) {
66
66
  return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
67
67
  React.createElement("path", { d: "M6 19.914a3.5 3.5 0 011.572-2.921l14.5-9.57a3.5 3.5 0 013.856 0l14.5 9.57A3.5 3.5 0 0142 19.913V38.5a3.5 3.5 0 01-3.5 3.5h-29A3.5 3.5 0 016 38.5V19.914z", fill: fills.light }),
68
68
  React.createElement("path", { d: "M42 20.03H6L21.842 32.44a3.5 3.5 0 004.316 0L42 20.03z", fill: fills.base }),
69
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.572 17.014A3.5 3.5 0 006 19.936v.094h36v-.094a3.5 3.5 0 00-1.572-2.922l-14.5-9.569a3.5 3.5 0 00-3.856 0l-14.5 9.57z", fill: fills.base }),
69
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.572 17.014A3.5 3.5 0 006 19.935v.095h36v-.095a3.5 3.5 0 00-1.572-2.92l-14.5-9.57a3.5 3.5 0 00-3.856 0l-14.5 9.57z", fill: fills.base }),
70
70
  React.createElement("rect", { x: 12, y: 16.03, width: 24, height: 12, rx: 1.5, fill: fills.dark }),
71
71
  React.createElement("circle", { cx: 16.777, cy: 22.03, r: 1.278, fill: "#fff" }),
72
72
  React.createElement("circle", { cx: 21.593, cy: 22.03, r: 1.278, fill: "#fff" }),
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { IIdenticonProps } from '../common';
3
+ export declare const IdenticonMarketplaceApproved: import("styled-components").StyledComponent<({ color, ...props }: IIdenticonProps) => JSX.Element, import("../..").ITheme, import("@mui/system").MUIStyledCommonProps<import("../..").ITheme>, never>;
@@ -0,0 +1,74 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
14
+ if (k2 === undefined) k2 = k;
15
+ var desc = Object.getOwnPropertyDescriptor(m, k);
16
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
17
+ desc = { enumerable: true, get: function() { return m[k]; } };
18
+ }
19
+ Object.defineProperty(o, k2, desc);
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ var __rest = (this && this.__rest) || function (s, e) {
37
+ var t = {};
38
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
39
+ t[p] = s[p];
40
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
41
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
42
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
43
+ t[p[i]] = s[p[i]];
44
+ }
45
+ return t;
46
+ };
47
+ Object.defineProperty(exports, "__esModule", { value: true });
48
+ exports.IdenticonMarketplaceApproved = void 0;
49
+ /*
50
+ This file is generated with the "identicons" script.
51
+ To update this output make changes to `scripts/svgr/identicon-icon-template.js
52
+ */
53
+ var React = __importStar(require("react"));
54
+ var common_1 = require("../common");
55
+ var styled_1 = require("../../styled");
56
+ exports.IdenticonMarketplaceApproved = (0, styled_1.styled)(function (_a) {
57
+ var color = _a.color, props = __rest(_a, ["color"]);
58
+ var colorMap = (0, common_1.useColorMap)({
59
+ color: color,
60
+ });
61
+ var fills = {
62
+ light: "var(".concat(common_1.IdenticonsCustomProperty.light, ", ").concat(colorMap.light, ")"),
63
+ base: "var(".concat(common_1.IdenticonsCustomProperty.base, ", ").concat(colorMap.base, ")"),
64
+ dark: "var(".concat(common_1.IdenticonsCustomProperty.dark, ", ").concat(colorMap.dark, ")"),
65
+ };
66
+ return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
67
+ React.createElement("rect", { x: 16, y: 4, width: 28, height: 28, rx: 4, fill: fills.light }),
68
+ React.createElement("path", { d: "M30 27a9 9 0 100-18 9 9 0 000 18z", fill: fills.dark }),
69
+ React.createElement("path", { d: "M25.79 17.926l2.856 2.856 5.563-5.564", stroke: "#fff", strokeWidth: 2.5, strokeMiterlimit: 10, strokeLinecap: "round" }),
70
+ React.createElement("rect", { x: 16.067, y: 34.067, width: 9.898, height: 9.898, rx: 2, fill: fills.base }),
71
+ React.createElement("rect", { x: 4.088, y: 22.088, width: 9.912, height: 9.912, rx: 2, fill: fills.light })));
72
+ }, {
73
+ name: common_1.identiconComponentName,
74
+ })({});
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { IIdenticonProps } from '../common';
3
+ export declare const IdenticonMarketplaceCreate: import("styled-components").StyledComponent<({ color, ...props }: IIdenticonProps) => JSX.Element, import("../..").ITheme, import("@mui/system").MUIStyledCommonProps<import("../..").ITheme>, never>;
@@ -0,0 +1,74 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
14
+ if (k2 === undefined) k2 = k;
15
+ var desc = Object.getOwnPropertyDescriptor(m, k);
16
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
17
+ desc = { enumerable: true, get: function() { return m[k]; } };
18
+ }
19
+ Object.defineProperty(o, k2, desc);
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ var __rest = (this && this.__rest) || function (s, e) {
37
+ var t = {};
38
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
39
+ t[p] = s[p];
40
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
41
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
42
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
43
+ t[p[i]] = s[p[i]];
44
+ }
45
+ return t;
46
+ };
47
+ Object.defineProperty(exports, "__esModule", { value: true });
48
+ exports.IdenticonMarketplaceCreate = void 0;
49
+ /*
50
+ This file is generated with the "identicons" script.
51
+ To update this output make changes to `scripts/svgr/identicon-icon-template.js
52
+ */
53
+ var React = __importStar(require("react"));
54
+ var common_1 = require("../common");
55
+ var styled_1 = require("../../styled");
56
+ exports.IdenticonMarketplaceCreate = (0, styled_1.styled)(function (_a) {
57
+ var color = _a.color, props = __rest(_a, ["color"]);
58
+ var colorMap = (0, common_1.useColorMap)({
59
+ color: color,
60
+ });
61
+ var fills = {
62
+ light: "var(".concat(common_1.IdenticonsCustomProperty.light, ", ").concat(colorMap.light, ")"),
63
+ base: "var(".concat(common_1.IdenticonsCustomProperty.base, ", ").concat(colorMap.base, ")"),
64
+ dark: "var(".concat(common_1.IdenticonsCustomProperty.dark, ", ").concat(colorMap.dark, ")"),
65
+ };
66
+ return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
67
+ React.createElement("rect", { width: 28, height: 28, rx: 4, transform: "matrix(1 0 0 -1 16 43.965)", fill: fills.light }),
68
+ React.createElement("rect", { width: 9.898, height: 9.898, rx: 2, transform: "matrix(1 0 0 -1 16.067 14)", fill: fills.light }),
69
+ React.createElement("rect", { width: 9.912, height: 9.912, rx: 2, transform: "matrix(1 0 0 -1 4.088 26)", fill: fills.dark }),
70
+ React.createElement("path", { d: "M20.964 34.676a1.69 1.69 0 01.51-1.22l12-12a1.72 1.72 0 012.43 0l2.63 2.63a1.72 1.72 0 010 2.43l-12 12a1.73 1.73 0 01-1.22.51h-3.77a.58.58 0 01-.58-.58v-3.77z", fill: fills.dark }),
71
+ React.createElement("path", { d: "M33.434 21.406a1.73 1.73 0 012.44 0l2.66 2.66a1.72 1.72 0 010 2.43l-2.53 2.53-5.09-5.09 2.52-2.53z", fill: "#fff" })));
72
+ }, {
73
+ name: common_1.identiconComponentName,
74
+ })({});
@@ -64,9 +64,9 @@ exports.IdenticonMobileApp = (0, styled_1.styled)(function (_a) {
64
64
  dark: "var(".concat(common_1.IdenticonsCustomProperty.dark, ", ").concat(colorMap.dark, ")"),
65
65
  };
66
66
  return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
67
- React.createElement("path", { d: "M31.985 4h-15.97A4.015 4.015 0 0012 8.015v32.063a4.015 4.015 0 004.015 4.015h15.97A4.015 4.015 0 0036 40.078V8.015A4.015 4.015 0 0031.985 4z", fill: fills.light }),
68
- React.createElement("path", { d: "M19.036 13.971h-2.102a.944.944 0 01-.945-.944v-2.102c0-.522.423-.945.945-.945h2.102c.522 0 .944.423.944.945v2.102a.944.944 0 01-.944.944zM25.051 13.971h-2.102a.944.944 0 01-.945-.944v-2.102c0-.522.423-.945.945-.945h2.102c.522 0 .945.423.945.945v2.102a.944.944 0 01-.945.944zM31.066 13.971h-2.102a.944.944 0 01-.944-.944v-2.102c0-.522.422-.945.944-.945h2.102c.522 0 .945.423.945.945v2.102a.944.944 0 01-.945.944zM19.036 19.975h-2.102a.944.944 0 01-.945-.945v-2.102c0-.522.423-.945.945-.945h2.102c.522 0 .944.423.944.945v2.102a.944.944 0 01-.944.945zM25.051 19.975h-2.102a.944.944 0 01-.945-.945v-2.102c0-.522.423-.945.945-.945h2.102c.522 0 .945.423.945.945v2.102a.944.944 0 01-.945.945zM31.066 19.975h-2.102a.944.944 0 01-.944-.945v-2.102c0-.522.422-.945.944-.945h2.102c.522 0 .945.423.945.945v2.102a.944.944 0 01-.945.945zM19.036 25.98h-2.102a.944.944 0 01-.945-.944v-2.102c0-.522.423-.945.945-.945h2.102c.522 0 .944.423.944.945v2.102a.944.944 0 01-.944.945zM25.051 25.98h-2.102a.944.944 0 01-.945-.944v-2.102c0-.522.423-.945.945-.945h2.102c.522 0 .945.423.945.945v2.102a.944.944 0 01-.945.945z", fill: fills.base }),
69
- React.createElement("path", { d: "M24 40.097a1.995 1.995 0 110-3.992 1.995 1.995 0 110 3.992z", fill: fills.dark })));
67
+ React.createElement("path", { d: "M31.985 2.093h-15.97C13.797 2.093 12 4.06 12 6.49v35.113C12 44.032 13.797 46 16.015 46h15.97C34.203 46 36 44.032 36 41.603V6.49c0-2.429-1.797-4.397-4.015-4.397z", fill: fills.light }),
68
+ React.createElement("path", { d: "M19.036 12.037h-2.102a.944.944 0 01-.945-.945V8.99c0-.522.423-.944.945-.944h2.102c.522 0 .944.422.944.944v2.102a.944.944 0 01-.944.945zM25.051 12.037h-2.102a.944.944 0 01-.945-.945V8.99c0-.522.423-.944.945-.944h2.102c.522 0 .945.422.945.944v2.102a.944.944 0 01-.945.945zM31.066 12.037h-2.102a.944.944 0 01-.944-.945V8.99c0-.522.422-.944.944-.944h2.102c.522 0 .945.422.945.944v2.102a.944.944 0 01-.945.945zM19.036 18.04h-2.102a.944.944 0 01-.945-.944v-2.102c0-.522.423-.945.945-.945h2.102c.522 0 .944.423.944.945v2.102a.944.944 0 01-.944.944zM25.051 18.04h-2.102a.944.944 0 01-.945-.944v-2.102c0-.522.423-.945.945-.945h2.102c.522 0 .945.423.945.945v2.102a.944.944 0 01-.945.944zM31.066 18.04h-2.102a.944.944 0 01-.944-.944v-2.102c0-.522.422-.945.944-.945h2.102c.522 0 .945.423.945.945v2.102a.944.944 0 01-.945.944zM19.036 24.046h-2.102a.944.944 0 01-.945-.944V21c0-.522.423-.945.945-.945h2.102c.522 0 .944.423.944.945v2.102a.944.944 0 01-.944.944zM25.051 24.046h-2.102a.944.944 0 01-.945-.944V21c0-.522.423-.945.945-.945h2.102c.522 0 .945.423.945.945v2.102a.944.944 0 01-.945.944z", fill: fills.base }),
69
+ React.createElement("path", { d: "M24 41.991A1.995 1.995 0 1124 38a1.995 1.995 0 110 3.991z", fill: fills.dark })));
70
70
  }, {
71
71
  name: common_1.identiconComponentName,
72
72
  })({});
@@ -65,13 +65,13 @@ exports.IdenticonMultifactor = (0, styled_1.styled)(function (_a) {
65
65
  };
66
66
  return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 49 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
67
67
  React.createElement("path", { d: "M33.967 2.046H15.335c-2.587 0-4.684 1.969-4.684 4.397v35.114c0 2.428 2.097 4.396 4.684 4.396h18.632c2.587 0 4.684-1.968 4.684-4.396V6.443c0-2.428-2.097-4.397-4.684-4.397z", fill: fills.light }),
68
- React.createElement("path", { d: "M24.65 41.945a1.995 1.995 0 110-3.992 1.995 1.995 0 110 3.992z", fill: fills.dark }),
68
+ React.createElement("path", { d: "M24.65 41.945a1.995 1.995 0 110-3.991 1.995 1.995 0 110 3.991z", fill: fills.dark }),
69
69
  React.createElement("rect", { x: 13.498, y: 16, width: 22.305, height: 12, rx: 2, fill: "#fff" }),
70
70
  React.createElement("mask", { id: "icon-multifactor_svg__a", maskUnits: "userSpaceOnUse", x: 15.221, y: 17.136, width: 18, height: 9, fill: "#000" },
71
71
  React.createElement("path", { fill: "#fff", d: "M15.221 17.136h18v9h-18z" }),
72
- React.createElement("path", { d: "M21.03 22.828V21.09c0-.473-.054-.89-.163-1.255a2.651 2.651 0 00-.469-.928 1.999 1.999 0 00-.76-.571 2.457 2.457 0 00-1.015-.199 2.48 2.48 0 00-1.015.199c-.295.13-.545.32-.75.571a2.602 2.602 0 00-.474.928 4.385 4.385 0 00-.163 1.255v1.74c0 .472.055.892.163 1.259.11.364.267.67.475.918.207.255.46.447.76.576.299.126.637.19 1.015.19.38 0 .719-.066 1.014-.195.296-.129.546-.32.75-.57a2.6 2.6 0 00.47-.919 4.44 4.44 0 00.163-1.26zm-3.86-.188v-.26-1.5c0-.347.034-.651.102-.913.071-.265.178-.481.321-.648.12-.132.264-.233.434-.3.173-.072.372-.108.596-.108.221 0 .415.032.582.097.17.065.313.162.428.29.12.127.213.285.28.475.072.187.121.403.149.648L17.17 22.64zm2.912.387c0 .364-.037.68-.112.949a1.495 1.495 0 01-.342.653 1.14 1.14 0 01-.423.28 1.572 1.572 0 01-.571.097c-.204 0-.388-.029-.551-.087a1.156 1.156 0 01-.418-.265 1.38 1.38 0 01-.306-.464 2.553 2.553 0 01-.164-.658l2.887-2.208V23.027zM27.075 22.828V21.09c0-.473-.055-.89-.163-1.255a2.651 2.651 0 00-.47-.928 1.998 1.998 0 00-.76-.571 2.458 2.458 0 00-1.015-.199 2.48 2.48 0 00-1.015.199c-.295.13-.545.32-.75.571a2.602 2.602 0 00-.474.928 4.385 4.385 0 00-.163 1.255v1.74c0 .472.055.892.163 1.259.11.364.267.67.475.918.207.255.46.447.76.576.299.126.637.19 1.015.19.38 0 .719-.066 1.015-.195.295-.129.545-.32.75-.57a2.6 2.6 0 00.468-.919 4.44 4.44 0 00.164-1.26zm-3.861-.188v-.26-1.5c0-.347.034-.651.102-.913a1.63 1.63 0 01.321-.648c.12-.132.264-.233.434-.3.173-.072.372-.108.596-.108.221 0 .415.032.582.097.17.065.313.162.428.29.12.127.213.285.28.475.072.187.121.403.149.648l-2.892 2.219zm2.912.387c0 .364-.037.68-.112.949a1.495 1.495 0 01-.342.653 1.14 1.14 0 01-.423.28 1.572 1.572 0 01-.571.097c-.204 0-.388-.029-.551-.087a1.156 1.156 0 01-.418-.265 1.379 1.379 0 01-.306-.464 2.553 2.553 0 01-.164-.658l2.887-2.208V23.027zM28.68 21.946l.754.194c.085-.075.166-.141.245-.2a1.343 1.343 0 01.566-.24c.115-.023.252-.035.408-.035.238 0 .449.043.632.128.184.085.339.2.465.347.125.15.22.324.285.525.068.2.102.417.102.648 0 .255-.03.486-.092.693a1.488 1.488 0 01-.26.53c-.119.15-.265.266-.439.348a1.438 1.438 0 01-.596.117c-.398 0-.724-.109-.98-.327-.251-.217-.406-.537-.464-.958h-.897c.034.343.117.644.25.902.136.259.31.473.52.643.207.17.445.298.714.383.269.085.554.127.857.127.394 0 .738-.061 1.03-.184.292-.125.536-.299.73-.52.19-.217.333-.477.428-.78.095-.303.143-.63.143-.984 0-.375-.051-.715-.153-1.02a2.263 2.263 0 00-.439-.786 1.975 1.975 0 00-.694-.5 2.282 2.282 0 00-.923-.178c-.268 0-.505.032-.709.097-.204.064-.379.139-.525.224l.21-1.979h3.013v-.918h-3.81l-.372 3.703z" })),
73
- React.createElement("path", { d: "M21.03 22.828V21.09c0-.473-.054-.89-.163-1.255a2.651 2.651 0 00-.469-.928 1.999 1.999 0 00-.76-.571 2.457 2.457 0 00-1.015-.199 2.48 2.48 0 00-1.015.199c-.295.13-.545.32-.75.571a2.602 2.602 0 00-.474.928 4.385 4.385 0 00-.163 1.255v1.74c0 .472.055.892.163 1.259.11.364.267.67.475.918.207.255.46.447.76.576.299.126.637.19 1.015.19.38 0 .719-.066 1.014-.195.296-.129.546-.32.75-.57a2.6 2.6 0 00.47-.919 4.44 4.44 0 00.163-1.26zm-3.86-.188v-.26-1.5c0-.347.034-.651.102-.913.071-.265.178-.481.321-.648.12-.132.264-.233.434-.3.173-.072.372-.108.596-.108.221 0 .415.032.582.097.17.065.313.162.428.29.12.127.213.285.28.475.072.187.121.403.149.648L17.17 22.64zm2.912.387c0 .364-.037.68-.112.949a1.495 1.495 0 01-.342.653 1.14 1.14 0 01-.423.28 1.572 1.572 0 01-.571.097c-.204 0-.388-.029-.551-.087a1.156 1.156 0 01-.418-.265 1.38 1.38 0 01-.306-.464 2.553 2.553 0 01-.164-.658l2.887-2.208V23.027zM27.075 22.828V21.09c0-.473-.055-.89-.163-1.255a2.651 2.651 0 00-.47-.928 1.998 1.998 0 00-.76-.571 2.458 2.458 0 00-1.015-.199 2.48 2.48 0 00-1.015.199c-.295.13-.545.32-.75.571a2.602 2.602 0 00-.474.928 4.385 4.385 0 00-.163 1.255v1.74c0 .472.055.892.163 1.259.11.364.267.67.475.918.207.255.46.447.76.576.299.126.637.19 1.015.19.38 0 .719-.066 1.015-.195.295-.129.545-.32.75-.57a2.6 2.6 0 00.468-.919 4.44 4.44 0 00.164-1.26zm-3.861-.188v-.26-1.5c0-.347.034-.651.102-.913a1.63 1.63 0 01.321-.648c.12-.132.264-.233.434-.3.173-.072.372-.108.596-.108.221 0 .415.032.582.097.17.065.313.162.428.29.12.127.213.285.28.475.072.187.121.403.149.648l-2.892 2.219zm2.912.387c0 .364-.037.68-.112.949a1.495 1.495 0 01-.342.653 1.14 1.14 0 01-.423.28 1.572 1.572 0 01-.571.097c-.204 0-.388-.029-.551-.087a1.156 1.156 0 01-.418-.265 1.379 1.379 0 01-.306-.464 2.553 2.553 0 01-.164-.658l2.887-2.208V23.027zM28.68 21.946l.754.194c.085-.075.166-.141.245-.2a1.343 1.343 0 01.566-.24c.115-.023.252-.035.408-.035.238 0 .449.043.632.128.184.085.339.2.465.347.125.15.22.324.285.525.068.2.102.417.102.648 0 .255-.03.486-.092.693a1.488 1.488 0 01-.26.53c-.119.15-.265.266-.439.348a1.438 1.438 0 01-.596.117c-.398 0-.724-.109-.98-.327-.251-.217-.406-.537-.464-.958h-.897c.034.343.117.644.25.902.136.259.31.473.52.643.207.17.445.298.714.383.269.085.554.127.857.127.394 0 .738-.061 1.03-.184.292-.125.536-.299.73-.52.19-.217.333-.477.428-.78.095-.303.143-.63.143-.984 0-.375-.051-.715-.153-1.02a2.263 2.263 0 00-.439-.786 1.975 1.975 0 00-.694-.5 2.282 2.282 0 00-.923-.178c-.268 0-.505.032-.709.097-.204.064-.379.139-.525.224l.21-1.979h3.013v-.918h-3.81l-.372 3.703z", fill: fills.dark }),
74
- React.createElement("path", { d: "M21.03 22.828V21.09c0-.473-.054-.89-.163-1.255a2.651 2.651 0 00-.469-.928 1.999 1.999 0 00-.76-.571 2.457 2.457 0 00-1.015-.199 2.48 2.48 0 00-1.015.199c-.295.13-.545.32-.75.571a2.602 2.602 0 00-.474.928 4.385 4.385 0 00-.163 1.255v1.74c0 .472.055.892.163 1.259.11.364.267.67.475.918.207.255.46.447.76.576.299.126.637.19 1.015.19.38 0 .719-.066 1.014-.195.296-.129.546-.32.75-.57a2.6 2.6 0 00.47-.919 4.44 4.44 0 00.163-1.26zm-3.86-.188v-.26-1.5c0-.347.034-.651.102-.913.071-.265.178-.481.321-.648.12-.132.264-.233.434-.3.173-.072.372-.108.596-.108.221 0 .415.032.582.097.17.065.313.162.428.29.12.127.213.285.28.475.072.187.121.403.149.648L17.17 22.64zm2.912.387c0 .364-.037.68-.112.949a1.495 1.495 0 01-.342.653 1.14 1.14 0 01-.423.28 1.572 1.572 0 01-.571.097c-.204 0-.388-.029-.551-.087a1.156 1.156 0 01-.418-.265 1.38 1.38 0 01-.306-.464 2.553 2.553 0 01-.164-.658l2.887-2.208V23.027zM27.075 22.828V21.09c0-.473-.055-.89-.163-1.255a2.651 2.651 0 00-.47-.928 1.998 1.998 0 00-.76-.571 2.458 2.458 0 00-1.015-.199 2.48 2.48 0 00-1.015.199c-.295.13-.545.32-.75.571a2.602 2.602 0 00-.474.928 4.385 4.385 0 00-.163 1.255v1.74c0 .472.055.892.163 1.259.11.364.267.67.475.918.207.255.46.447.76.576.299.126.637.19 1.015.19.38 0 .719-.066 1.015-.195.295-.129.545-.32.75-.57a2.6 2.6 0 00.468-.919 4.44 4.44 0 00.164-1.26zm-3.861-.188v-.26-1.5c0-.347.034-.651.102-.913a1.63 1.63 0 01.321-.648c.12-.132.264-.233.434-.3.173-.072.372-.108.596-.108.221 0 .415.032.582.097.17.065.313.162.428.29.12.127.213.285.28.475.072.187.121.403.149.648l-2.892 2.219zm2.912.387c0 .364-.037.68-.112.949a1.495 1.495 0 01-.342.653 1.14 1.14 0 01-.423.28 1.572 1.572 0 01-.571.097c-.204 0-.388-.029-.551-.087a1.156 1.156 0 01-.418-.265 1.379 1.379 0 01-.306-.464 2.553 2.553 0 01-.164-.658l2.887-2.208V23.027zM28.68 21.946l.754.194c.085-.075.166-.141.245-.2a1.343 1.343 0 01.566-.24c.115-.023.252-.035.408-.035.238 0 .449.043.632.128.184.085.339.2.465.347.125.15.22.324.285.525.068.2.102.417.102.648 0 .255-.03.486-.092.693a1.488 1.488 0 01-.26.53c-.119.15-.265.266-.439.348a1.438 1.438 0 01-.596.117c-.398 0-.724-.109-.98-.327-.251-.217-.406-.537-.464-.958h-.897c.034.343.117.644.25.902.136.259.31.473.52.643.207.17.445.298.714.383.269.085.554.127.857.127.394 0 .738-.061 1.03-.184.292-.125.536-.299.73-.52.19-.217.333-.477.428-.78.095-.303.143-.63.143-.984 0-.375-.051-.715-.153-1.02a2.263 2.263 0 00-.439-.786 1.975 1.975 0 00-.694-.5 2.282 2.282 0 00-.923-.178c-.268 0-.505.032-.709.097-.204.064-.379.139-.525.224l.21-1.979h3.013v-.918h-3.81l-.372 3.703z", stroke: fills.dark, strokeWidth: 0.2, mask: "url(#icon-multifactor_svg__a)" })));
72
+ React.createElement("path", { d: "M21.03 22.828V21.09c0-.473-.054-.89-.163-1.255a2.651 2.651 0 00-.469-.928 1.998 1.998 0 00-.76-.571 2.458 2.458 0 00-1.015-.199 2.48 2.48 0 00-1.015.199c-.295.13-.545.32-.75.571a2.602 2.602 0 00-.474.928 4.385 4.385 0 00-.163 1.255v1.74c0 .472.055.892.163 1.259.11.364.267.67.475.918.207.255.46.447.76.576.299.126.637.19 1.015.19.38 0 .719-.066 1.015-.195.295-.129.545-.32.75-.57a2.6 2.6 0 00.468-.919c.11-.367.164-.787.164-1.26zm-3.86-.188v-.26-1.5c0-.347.034-.651.102-.913.071-.265.178-.481.321-.648.12-.132.264-.233.434-.3.173-.072.372-.108.596-.108.221 0 .415.032.582.097.17.065.313.162.428.29.12.127.213.285.28.475.072.187.122.403.149.648L17.17 22.64zm2.912.387c0 .364-.037.68-.112.949a1.495 1.495 0 01-.342.653 1.14 1.14 0 01-.423.28 1.573 1.573 0 01-.571.097c-.204 0-.388-.029-.551-.087a1.156 1.156 0 01-.418-.265 1.38 1.38 0 01-.306-.464 2.549 2.549 0 01-.164-.658l2.887-2.208V23.027zM27.075 22.828V21.09c0-.473-.055-.89-.163-1.255a2.651 2.651 0 00-.47-.928 1.998 1.998 0 00-.76-.571 2.457 2.457 0 00-1.014-.199 2.48 2.48 0 00-1.015.199c-.296.13-.546.32-.75.571a2.604 2.604 0 00-.475.928 4.385 4.385 0 00-.163 1.255v1.74c0 .472.055.892.163 1.259.11.364.267.67.475.918.207.255.46.447.76.576.299.126.637.19 1.015.19.38 0 .719-.066 1.015-.195.295-.129.545-.32.75-.57a2.6 2.6 0 00.469-.919 4.44 4.44 0 00.163-1.26zm-3.861-.188v-.26-1.5c0-.347.034-.651.102-.913.071-.265.178-.481.321-.648.12-.132.264-.233.434-.3.173-.072.372-.108.596-.108.221 0 .415.032.582.097.17.065.313.162.428.29.12.127.213.285.28.475.072.187.121.403.149.648l-2.892 2.219zm2.912.387c0 .364-.037.68-.112.949a1.495 1.495 0 01-.342.653 1.14 1.14 0 01-.423.28 1.572 1.572 0 01-.571.097c-.204 0-.388-.029-.551-.087a1.156 1.156 0 01-.418-.265 1.38 1.38 0 01-.306-.464 2.553 2.553 0 01-.164-.658l2.887-2.208V23.027zM28.68 21.946l.754.194a3.72 3.72 0 01.245-.2 1.343 1.343 0 01.566-.24c.116-.023.252-.035.408-.035.238 0 .449.043.632.128.184.085.339.2.465.347.125.15.22.324.285.525.068.2.102.417.102.648 0 .255-.03.486-.092.693a1.488 1.488 0 01-.26.53c-.119.15-.265.266-.438.348a1.438 1.438 0 01-.597.117c-.398 0-.724-.109-.98-.327-.251-.217-.406-.537-.463-.958h-.898c.034.343.117.644.25.902.136.259.31.473.52.643.207.17.445.298.714.383.269.085.554.127.857.127.394 0 .738-.061 1.03-.184.292-.125.536-.299.73-.52.19-.217.333-.477.428-.78.095-.303.143-.63.143-.984 0-.375-.051-.715-.153-1.02a2.263 2.263 0 00-.439-.786 1.975 1.975 0 00-.694-.5 2.281 2.281 0 00-.923-.178c-.268 0-.505.032-.709.097-.204.064-.379.139-.525.224l.21-1.979h3.013v-.918h-3.81l-.372 3.703z" })),
73
+ React.createElement("path", { d: "M21.03 22.828V21.09c0-.473-.054-.89-.163-1.255a2.651 2.651 0 00-.469-.928 1.998 1.998 0 00-.76-.571 2.458 2.458 0 00-1.015-.199 2.48 2.48 0 00-1.015.199c-.295.13-.545.32-.75.571a2.602 2.602 0 00-.474.928 4.385 4.385 0 00-.163 1.255v1.74c0 .472.055.892.163 1.259.11.364.267.67.475.918.207.255.46.447.76.576.299.126.637.19 1.015.19.38 0 .719-.066 1.015-.195.295-.129.545-.32.75-.57a2.6 2.6 0 00.468-.919c.11-.367.164-.787.164-1.26zm-3.86-.188v-.26-1.5c0-.347.034-.651.102-.913.071-.265.178-.481.321-.648.12-.132.264-.233.434-.3.173-.072.372-.108.596-.108.221 0 .415.032.582.097.17.065.313.162.428.29.12.127.213.285.28.475.072.187.122.403.149.648L17.17 22.64zm2.912.387c0 .364-.037.68-.112.949a1.495 1.495 0 01-.342.653 1.14 1.14 0 01-.423.28 1.573 1.573 0 01-.571.097c-.204 0-.388-.029-.551-.087a1.156 1.156 0 01-.418-.265 1.38 1.38 0 01-.306-.464 2.549 2.549 0 01-.164-.658l2.887-2.208V23.027zM27.075 22.828V21.09c0-.473-.055-.89-.163-1.255a2.651 2.651 0 00-.47-.928 1.998 1.998 0 00-.76-.571 2.457 2.457 0 00-1.014-.199 2.48 2.48 0 00-1.015.199c-.296.13-.546.32-.75.571a2.604 2.604 0 00-.475.928 4.385 4.385 0 00-.163 1.255v1.74c0 .472.055.892.163 1.259.11.364.267.67.475.918.207.255.46.447.76.576.299.126.637.19 1.015.19.38 0 .719-.066 1.015-.195.295-.129.545-.32.75-.57a2.6 2.6 0 00.469-.919 4.44 4.44 0 00.163-1.26zm-3.861-.188v-.26-1.5c0-.347.034-.651.102-.913.071-.265.178-.481.321-.648.12-.132.264-.233.434-.3.173-.072.372-.108.596-.108.221 0 .415.032.582.097.17.065.313.162.428.29.12.127.213.285.28.475.072.187.121.403.149.648l-2.892 2.219zm2.912.387c0 .364-.037.68-.112.949a1.495 1.495 0 01-.342.653 1.14 1.14 0 01-.423.28 1.572 1.572 0 01-.571.097c-.204 0-.388-.029-.551-.087a1.156 1.156 0 01-.418-.265 1.38 1.38 0 01-.306-.464 2.553 2.553 0 01-.164-.658l2.887-2.208V23.027zM28.68 21.946l.754.194a3.72 3.72 0 01.245-.2 1.343 1.343 0 01.566-.24c.116-.023.252-.035.408-.035.238 0 .449.043.632.128.184.085.339.2.465.347.125.15.22.324.285.525.068.2.102.417.102.648 0 .255-.03.486-.092.693a1.488 1.488 0 01-.26.53c-.119.15-.265.266-.438.348a1.438 1.438 0 01-.597.117c-.398 0-.724-.109-.98-.327-.251-.217-.406-.537-.463-.958h-.898c.034.343.117.644.25.902.136.259.31.473.52.643.207.17.445.298.714.383.269.085.554.127.857.127.394 0 .738-.061 1.03-.184.292-.125.536-.299.73-.52.19-.217.333-.477.428-.78.095-.303.143-.63.143-.984 0-.375-.051-.715-.153-1.02a2.263 2.263 0 00-.439-.786 1.975 1.975 0 00-.694-.5 2.281 2.281 0 00-.923-.178c-.268 0-.505.032-.709.097-.204.064-.379.139-.525.224l.21-1.979h3.013v-.918h-3.81l-.372 3.703z", fill: fills.dark }),
74
+ React.createElement("path", { d: "M21.03 22.828V21.09c0-.473-.054-.89-.163-1.255a2.651 2.651 0 00-.469-.928 1.998 1.998 0 00-.76-.571 2.458 2.458 0 00-1.015-.199 2.48 2.48 0 00-1.015.199c-.295.13-.545.32-.75.571a2.602 2.602 0 00-.474.928 4.385 4.385 0 00-.163 1.255v1.74c0 .472.055.892.163 1.259.11.364.267.67.475.918.207.255.46.447.76.576.299.126.637.19 1.015.19.38 0 .719-.066 1.015-.195.295-.129.545-.32.75-.57a2.6 2.6 0 00.468-.919c.11-.367.164-.787.164-1.26zm-3.86-.188v-.26-1.5c0-.347.034-.651.102-.913.071-.265.178-.481.321-.648.12-.132.264-.233.434-.3.173-.072.372-.108.596-.108.221 0 .415.032.582.097.17.065.313.162.428.29.12.127.213.285.28.475.072.187.122.403.149.648L17.17 22.64zm2.912.387c0 .364-.037.68-.112.949a1.495 1.495 0 01-.342.653 1.14 1.14 0 01-.423.28 1.573 1.573 0 01-.571.097c-.204 0-.388-.029-.551-.087a1.156 1.156 0 01-.418-.265 1.38 1.38 0 01-.306-.464 2.549 2.549 0 01-.164-.658l2.887-2.208V23.027zM27.075 22.828V21.09c0-.473-.055-.89-.163-1.255a2.651 2.651 0 00-.47-.928 1.998 1.998 0 00-.76-.571 2.457 2.457 0 00-1.014-.199 2.48 2.48 0 00-1.015.199c-.296.13-.546.32-.75.571a2.604 2.604 0 00-.475.928 4.385 4.385 0 00-.163 1.255v1.74c0 .472.055.892.163 1.259.11.364.267.67.475.918.207.255.46.447.76.576.299.126.637.19 1.015.19.38 0 .719-.066 1.015-.195.295-.129.545-.32.75-.57a2.6 2.6 0 00.469-.919 4.44 4.44 0 00.163-1.26zm-3.861-.188v-.26-1.5c0-.347.034-.651.102-.913.071-.265.178-.481.321-.648.12-.132.264-.233.434-.3.173-.072.372-.108.596-.108.221 0 .415.032.582.097.17.065.313.162.428.29.12.127.213.285.28.475.072.187.121.403.149.648l-2.892 2.219zm2.912.387c0 .364-.037.68-.112.949a1.495 1.495 0 01-.342.653 1.14 1.14 0 01-.423.28 1.572 1.572 0 01-.571.097c-.204 0-.388-.029-.551-.087a1.156 1.156 0 01-.418-.265 1.38 1.38 0 01-.306-.464 2.553 2.553 0 01-.164-.658l2.887-2.208V23.027zM28.68 21.946l.754.194a3.72 3.72 0 01.245-.2 1.343 1.343 0 01.566-.24c.116-.023.252-.035.408-.035.238 0 .449.043.632.128.184.085.339.2.465.347.125.15.22.324.285.525.068.2.102.417.102.648 0 .255-.03.486-.092.693a1.488 1.488 0 01-.26.53c-.119.15-.265.266-.438.348a1.438 1.438 0 01-.597.117c-.398 0-.724-.109-.98-.327-.251-.217-.406-.537-.463-.958h-.898c.034.343.117.644.25.902.136.259.31.473.52.643.207.17.445.298.714.383.269.085.554.127.857.127.394 0 .738-.061 1.03-.184.292-.125.536-.299.73-.52.19-.217.333-.477.428-.78.095-.303.143-.63.143-.984 0-.375-.051-.715-.153-1.02a2.263 2.263 0 00-.439-.786 1.975 1.975 0 00-.694-.5 2.281 2.281 0 00-.923-.178c-.268 0-.505.032-.709.097-.204.064-.379.139-.525.224l.21-1.979h3.013v-.918h-3.81l-.372 3.703z", stroke: fills.dark, strokeWidth: 0.2, mask: "url(#icon-multifactor_svg__a)" })));
75
75
  }, {
76
76
  name: common_1.identiconComponentName,
77
77
  })({});
@@ -72,7 +72,7 @@ exports.IdenticonOneTimePassword = (0, styled_1.styled)(function (_a) {
72
72
  React.createElement("circle", { cx: 34.313, cy: 18.051, r: 1.698, fill: fills.dark }),
73
73
  React.createElement("rect", { x: 38.768, y: 12.278, width: 1.232, height: 11.547, rx: 0.616, fill: fills.dark }),
74
74
  React.createElement("path", { d: "M24 42a8 8 0 100-16 8 8 0 000 16z", fill: fills.dark }),
75
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24 28.6a1 1 0 011 1v4.182l2.647 1.324a1 1 0 01-.894 1.788l-3.2-1.6A1 1 0 0123 34.4v-4.8a1 1 0 011-1z", fill: "#fff" })));
75
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24 28.6a1 1 0 011 1v4.182l2.647 1.324a1 1 0 11-.894 1.788l-3.2-1.6A1 1 0 0123 34.4v-4.8a1 1 0 011-1z", fill: "#fff" })));
76
76
  }, {
77
77
  name: common_1.identiconComponentName,
78
78
  })({});
@@ -65,7 +65,7 @@ exports.IdenticonPhoneMessageA = (0, styled_1.styled)(function (_a) {
65
65
  };
66
66
  return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
67
67
  React.createElement("path", { d: "M33.316 2H14.684C12.097 2 10 3.977 10 6.416v35.261c0 2.44 2.097 4.416 4.684 4.416h18.632c2.587 0 4.684-1.977 4.684-4.416V6.416C38 3.976 35.903 2 33.316 2z", fill: fills.light }),
68
- React.createElement("path", { d: "M24 42a1.995 1.995 0 110-3.991A1.995 1.995 0 1124 42z", fill: fills.dark }),
68
+ React.createElement("path", { d: "M24 42a1.995 1.995 0 110-3.992A1.995 1.995 0 1124 42z", fill: fills.dark }),
69
69
  React.createElement("rect", { x: 24.004, y: 14, width: 19.996, height: 12, rx: 1.5, fill: fills.dark }),
70
70
  React.createElement("path", { d: "M24 30.692V24.18a.7.7 0 01.7-.7h6.513a.7.7 0 01.495 1.194l-6.513 6.513A.7.7 0 0124 30.692z", fill: fills.dark })));
71
71
  }, {
@@ -65,13 +65,13 @@ exports.IdenticonPhoneMessageB = (0, styled_1.styled)(function (_a) {
65
65
  };
66
66
  return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
67
67
  React.createElement("path", { d: "M33.316 2.093H14.684C12.097 2.093 10 4.06 10 6.49v35.113C10 44.032 12.097 46 14.684 46h18.632C35.903 46 38 44.032 38 41.603V6.49c0-2.429-2.097-4.397-4.684-4.397z", fill: fills.light }),
68
- React.createElement("path", { d: "M24 42a1.995 1.995 0 110-3.991A1.995 1.995 0 1124 42z", fill: fills.dark }),
68
+ React.createElement("path", { d: "M24 42a1.995 1.995 0 110-3.992A1.995 1.995 0 1124 42z", fill: fills.dark }),
69
69
  React.createElement("rect", { x: 18, y: 14, width: 24, height: 12, rx: 1.5, fill: fills.dark }),
70
70
  React.createElement("path", { d: "M18 30.692V24.18a.7.7 0 01.7-.7h6.513a.7.7 0 01.495 1.194l-6.513 6.513A.7.7 0 0118 30.692z", fill: fills.dark }),
71
71
  React.createElement("circle", { cx: 22.777, cy: 20, r: 1.278, fill: "#fff" }),
72
72
  React.createElement("circle", { cx: 27.593, cy: 20, r: 1.278, fill: "#fff" }),
73
73
  React.createElement("circle", { cx: 32.407, cy: 20, r: 1.278, fill: "#fff" }),
74
- React.createElement("circle", { cx: 37.223, cy: 20, r: 1.278, fill: "#fff" })));
74
+ React.createElement("circle", { cx: 37.222, cy: 20, r: 1.278, fill: "#fff" })));
75
75
  }, {
76
76
  name: common_1.identiconComponentName,
77
77
  })({});
@@ -67,7 +67,7 @@ exports.IdenticonPipelineB = (0, styled_1.styled)(function (_a) {
67
67
  React.createElement("path", { d: "M40.231 24.01H21.984v16.043H40.23V24.01z", fill: fills.light }),
68
68
  React.createElement("path", { d: "M40.25 40.046c2.071 0 3.75-3.584 3.75-8.004s-1.679-8.004-3.75-8.004c-2.071 0-3.75 3.583-3.75 8.004 0 4.42 1.679 8.004 3.75 8.004z", fill: fills.light }),
69
69
  React.createElement("path", { d: "M27.98 22.034h-6.013V42h6.013V22.034z", fill: fills.dark }),
70
- React.createElement("path", { d: "M27.897 41.998c3.08 0 5.577-4.47 5.577-9.982 0-5.513-2.496-9.982-5.577-9.982-3.08 0-5.577 4.47-5.577 9.982 0 5.513 2.497 9.982 5.577 9.982zM25 3c-1.102 0-2 .792-2 1.766V18h4V4.766C27 3.792 26.102 3 25 3z", fill: fills.dark }),
70
+ React.createElement("path", { d: "M27.898 41.998c3.08 0 5.576-4.47 5.576-9.982 0-5.513-2.496-9.982-5.576-9.982-3.08 0-5.578 4.47-5.578 9.982 0 5.513 2.497 9.982 5.578 9.982zM25 3c-1.102 0-2 .792-2 1.766V18h4V4.766C27 3.792 26.102 3 25 3z", fill: fills.dark }),
71
71
  React.createElement("path", { d: "M21.932 41.998c3.08 0 5.577-4.47 5.577-9.982 0-5.513-2.497-9.982-5.577-9.982s-5.577 4.47-5.577 9.982c0 5.513 2.497 9.982 5.577 9.982z", fill: fills.dark }),
72
72
  React.createElement("path", { d: "M21.974 40.048c2.074 0 3.755-3.589 3.755-8.016s-1.68-8.015-3.755-8.015c-2.073 0-3.755 3.588-3.755 8.015 0 4.428 1.682 8.016 3.755 8.016z", fill: fills.light }),
73
73
  React.createElement("path", { d: "M21.977 24.01H7.78v16.043h14.196V24.01z", fill: fills.light }),
@@ -64,7 +64,7 @@ exports.IdenticonRefreshToken = (0, styled_1.styled)(function (_a) {
64
64
  dark: "var(".concat(common_1.IdenticonsCustomProperty.dark, ", ").concat(colorMap.dark, ")"),
65
65
  };
66
66
  return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
67
- React.createElement("path", { d: "M28 41.876h5.107a4.262 4.262 0 004.054-2.945l5.63-17.328a4.26 4.26 0 00-1.547-4.764L26.504 6.132a4.262 4.262 0 00-5.01 0L6.756 16.839a4.261 4.261 0 00-1.547 4.764l5.63 17.328a4.262 4.262 0 004.054 2.945H19.3", stroke: fills.dark, strokeWidth: 3.5, strokeLinecap: "round", strokeLinejoin: "round" }),
67
+ React.createElement("path", { d: "M28 41.876h5.107a4.262 4.262 0 004.054-2.945l5.63-17.328a4.26 4.26 0 00-1.547-4.764L26.504 6.132a4.262 4.262 0 00-5.01 0L6.756 16.839a4.262 4.262 0 00-1.547 4.764l5.63 17.328a4.262 4.262 0 004.054 2.945H19.3", stroke: fills.dark, strokeWidth: 3.5, strokeLinecap: "round", strokeLinejoin: "round" }),
68
68
  React.createElement("path", { d: "M22.418 13.513L13.11 20.25a2.67 2.67 0 00-.977 2.996l3.556 10.902A2.689 2.689 0 0018.25 36h11.505a2.69 2.69 0 002.559-1.853l3.555-10.902a2.676 2.676 0 00-.976-2.997l-9.309-6.735a2.696 2.696 0 00-3.165 0z", fill: fills.base }),
69
69
  React.createElement("path", { d: "M27.541 44.751l-2.674-2.276c-.385-.327-.385-.86 0-1.188l2.674-2.276c.623-.528 1.686-.153 1.686.594v4.552c0 .75-1.063 1.125-1.686.594z", fill: fills.dark })));
70
70
  }, {
@@ -64,10 +64,10 @@ exports.IdenticonServer = (0, styled_1.styled)(function (_a) {
64
64
  dark: "var(".concat(common_1.IdenticonsCustomProperty.dark, ", ").concat(colorMap.dark, ")"),
65
65
  };
66
66
  return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
67
- React.createElement("path", { d: "M7.157 19.359c-.165 0-.064-.718.062-1.446.123-.712.313-1.413.572-2.089l3.059-7.979C11.237 6.805 11.826 6 12.773 6h22.16c.95 0 1.537.804 1.926 1.845l3.059 7.98c.259.675.451 1.376.572 2.088.126.728.227 1.446.062 1.446M7.157 34.052c-.165 0-.064-.718.062-1.445.123-.713.313-1.414.572-2.09l3.058-7.979c.388-1.04.977-1.845 1.927-1.845h22.16c.949 0 1.536.804 1.926 1.845l3.058 7.98c.26.675.452 1.376.572 2.089.126.727.227 1.445.062 1.445", fill: fills.light }),
68
- React.createElement("path", { d: "M9.55 31.623h28.624a2.462 2.462 0 012.462 2.461v5.57a2.462 2.462 0 01-2.462 2.461H9.549a2.462 2.462 0 01-2.461-2.461v-5.57a2.462 2.462 0 012.461-2.461z", fill: fills.base }),
67
+ React.createElement("path", { d: "M7.157 19.359c-.165 0-.064-.718.062-1.446.123-.712.313-1.413.572-2.089l3.059-7.979C11.237 6.805 11.826 6 12.774 6h22.16c.949 0 1.536.804 1.925 1.845l3.06 7.98c.258.675.45 1.376.571 2.088.126.728.227 1.446.062 1.446M7.157 34.052c-.165 0-.064-.718.062-1.445.123-.713.313-1.414.572-2.09l3.059-7.979c.387-1.04.976-1.845 1.926-1.845h22.16c.95 0 1.536.804 1.926 1.845l3.058 7.98c.26.675.452 1.376.573 2.089.125.727.227 1.445.061 1.445", fill: fills.light }),
68
+ React.createElement("path", { d: "M9.55 31.623h28.624a2.462 2.462 0 012.462 2.461v5.57a2.462 2.462 0 01-2.462 2.461H9.55a2.462 2.462 0 01-2.462-2.461v-5.57a2.462 2.462 0 012.462-2.461z", fill: fills.base }),
69
69
  React.createElement("path", { d: "M35.56 38.02a1.236 1.236 0 100-2.47 1.236 1.236 0 000 2.47z", fill: fills.dark }),
70
- React.createElement("path", { d: "M9.55 16.93h28.624a2.462 2.462 0 012.462 2.46v5.57a2.462 2.462 0 01-2.462 2.462H9.549a2.462 2.462 0 01-2.461-2.462v-5.57a2.462 2.462 0 012.461-2.46z", fill: fills.base }),
70
+ React.createElement("path", { d: "M9.55 16.93h28.624a2.462 2.462 0 012.462 2.46v5.57a2.462 2.462 0 01-2.462 2.462H9.55a2.462 2.462 0 01-2.462-2.462v-5.57a2.462 2.462 0 012.462-2.46z", fill: fills.base }),
71
71
  React.createElement("path", { d: "M35.56 23.328a1.236 1.236 0 100-2.472 1.236 1.236 0 000 2.472z", fill: fills.dark })));
72
72
  }, {
73
73
  name: common_1.identiconComponentName,