@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
@@ -39,7 +39,7 @@ export var IdenticonExtensions = styled(function (_a) {
39
39
  };
40
40
  return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
41
41
  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 }),
42
- 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 })));
42
+ 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 })));
43
43
  }, {
44
44
  name: identiconComponentName,
45
45
  })({});
@@ -39,7 +39,7 @@ export var IdenticonFineGrainedAuthorization = styled(function (_a) {
39
39
  };
40
40
  return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 40 41", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
41
41
  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 }),
42
- 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 }),
42
+ 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 }),
43
43
  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 }),
44
44
  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" }),
45
45
  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 })));
@@ -40,8 +40,8 @@ export var IdenticonGuardianPushNotification = styled(function (_a) {
40
40
  return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
41
41
  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 }),
42
42
  React.createElement("rect", { x: 18.117, y: 10.187, width: 22.647, height: 19.631, rx: 1.5, fill: fills.dark }),
43
- 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 }),
44
- 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" })));
43
+ 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 }),
44
+ 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" })));
45
45
  }, {
46
46
  name: identiconComponentName,
47
47
  })({});
@@ -38,8 +38,8 @@ export var IdenticonHelp = styled(function (_a) {
38
38
  dark: "var(".concat(IdenticonsCustomProperty.dark, ", ").concat(colorMap.dark, ")"),
39
39
  };
40
40
  return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
41
- 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 }),
42
- 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 })));
41
+ 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 }),
42
+ 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 })));
43
43
  }, {
44
44
  name: identiconComponentName,
45
45
  })({});
@@ -40,7 +40,7 @@ export var IdenticonIdToken = styled(function (_a) {
40
40
  return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
41
41
  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 }),
42
42
  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 }),
43
- 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 })));
43
+ 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 })));
44
44
  }, {
45
45
  name: identiconComponentName,
46
46
  })({});
@@ -39,10 +39,10 @@ export var IdenticonIpThrottling = styled(function (_a) {
39
39
  };
40
40
  return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
41
41
  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 }),
42
- 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 }),
42
+ 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 }),
43
43
  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" }),
44
- 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 }),
45
- 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 })));
44
+ 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 }),
45
+ 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 })));
46
46
  }, {
47
47
  name: identiconComponentName,
48
48
  })({});
@@ -38,15 +38,15 @@ export var IdenticonLoginCustomization = styled(function (_a) {
38
38
  dark: "var(".concat(IdenticonsCustomProperty.dark, ", ").concat(colorMap.dark, ")"),
39
39
  };
40
40
  return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
41
- React.createElement("g", { clipPath: "url(#icon-login-customization_svg__clip0)" },
41
+ React.createElement("g", { clipPath: "url(#icon-login-customization_svg__clip0_403_1729)" },
42
42
  React.createElement("rect", { x: 8.402, y: 2, width: 28.565, height: 39.551, rx: 4.412, fill: fills.light }),
43
43
  React.createElement("rect", { x: 14.994, y: 19.578, width: 15.381, height: 4.395, rx: 1.099, fill: "#fff" }),
44
44
  React.createElement("rect", { x: 14.994, y: 26.17, width: 15.381, height: 4.395, rx: 1.099, fill: fills.dark }),
45
45
  React.createElement("circle", { cx: 22.684, cy: 14.085, r: 3.296, fill: fills.dark }),
46
- 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 }),
46
+ 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 }),
47
47
  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 })),
48
48
  React.createElement("defs", null,
49
- React.createElement("clipPath", { id: "icon-login-customization_svg__clip0" },
49
+ React.createElement("clipPath", { id: "icon-login-customization_svg__clip0_403_1729" },
50
50
  React.createElement("path", { fill: "#fff", d: "M0 0h48v48H0z" })))));
51
51
  }, {
52
52
  name: identiconComponentName,
@@ -0,0 +1,46 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ var __rest = (this && this.__rest) || function (s, e) {
13
+ var t = {};
14
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
15
+ t[p] = s[p];
16
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
17
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
18
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
19
+ t[p[i]] = s[p[i]];
20
+ }
21
+ return t;
22
+ };
23
+ /*
24
+ This file is generated with the "identicons" script.
25
+ To update this output make changes to `scripts/svgr/identicon-icon-template.js
26
+ */
27
+ import * as React from 'react';
28
+ import { IdenticonsCustomProperty, useColorMap, identiconComponentName } from '../common';
29
+ import { styled } from '../../styled';
30
+ export var IdenticonLogoutToken = styled(function (_a) {
31
+ var color = _a.color, props = __rest(_a, ["color"]);
32
+ var colorMap = useColorMap({
33
+ color: color,
34
+ });
35
+ var fills = {
36
+ light: "var(".concat(IdenticonsCustomProperty.light, ", ").concat(colorMap.light, ")"),
37
+ base: "var(".concat(IdenticonsCustomProperty.base, ", ").concat(colorMap.base, ")"),
38
+ dark: "var(".concat(IdenticonsCustomProperty.dark, ", ").concat(colorMap.dark, ")"),
39
+ };
40
+ return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
41
+ 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 }),
42
+ 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 }),
43
+ 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 })));
44
+ }, {
45
+ name: identiconComponentName,
46
+ })({});
@@ -40,7 +40,7 @@ export var IdenticonMailMessageA = styled(function (_a) {
40
40
  return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
41
41
  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 }),
42
42
  React.createElement("path", { d: "M42 20.03H6L21.842 32.44a3.5 3.5 0 004.316 0L42 20.03z", fill: fills.base }),
43
- 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 }),
43
+ 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 }),
44
44
  React.createElement("rect", { x: 12, y: 16.03, width: 24, height: 12, rx: 1.5, fill: fills.dark }),
45
45
  React.createElement("circle", { cx: 16.777, cy: 22.03, r: 1.278, fill: "#fff" }),
46
46
  React.createElement("circle", { cx: 21.593, cy: 22.03, r: 1.278, fill: "#fff" }),
@@ -0,0 +1,48 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ var __rest = (this && this.__rest) || function (s, e) {
13
+ var t = {};
14
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
15
+ t[p] = s[p];
16
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
17
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
18
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
19
+ t[p[i]] = s[p[i]];
20
+ }
21
+ return t;
22
+ };
23
+ /*
24
+ This file is generated with the "identicons" script.
25
+ To update this output make changes to `scripts/svgr/identicon-icon-template.js
26
+ */
27
+ import * as React from 'react';
28
+ import { IdenticonsCustomProperty, useColorMap, identiconComponentName } from '../common';
29
+ import { styled } from '../../styled';
30
+ export var IdenticonMarketplaceApproved = styled(function (_a) {
31
+ var color = _a.color, props = __rest(_a, ["color"]);
32
+ var colorMap = useColorMap({
33
+ color: color,
34
+ });
35
+ var fills = {
36
+ light: "var(".concat(IdenticonsCustomProperty.light, ", ").concat(colorMap.light, ")"),
37
+ base: "var(".concat(IdenticonsCustomProperty.base, ", ").concat(colorMap.base, ")"),
38
+ dark: "var(".concat(IdenticonsCustomProperty.dark, ", ").concat(colorMap.dark, ")"),
39
+ };
40
+ return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
41
+ React.createElement("rect", { x: 16, y: 4, width: 28, height: 28, rx: 4, fill: fills.light }),
42
+ React.createElement("path", { d: "M30 27a9 9 0 100-18 9 9 0 000 18z", fill: fills.dark }),
43
+ React.createElement("path", { d: "M25.79 17.926l2.856 2.856 5.563-5.564", stroke: "#fff", strokeWidth: 2.5, strokeMiterlimit: 10, strokeLinecap: "round" }),
44
+ React.createElement("rect", { x: 16.067, y: 34.067, width: 9.898, height: 9.898, rx: 2, fill: fills.base }),
45
+ React.createElement("rect", { x: 4.088, y: 22.088, width: 9.912, height: 9.912, rx: 2, fill: fills.light })));
46
+ }, {
47
+ name: identiconComponentName,
48
+ })({});
@@ -0,0 +1,48 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ var __rest = (this && this.__rest) || function (s, e) {
13
+ var t = {};
14
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
15
+ t[p] = s[p];
16
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
17
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
18
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
19
+ t[p[i]] = s[p[i]];
20
+ }
21
+ return t;
22
+ };
23
+ /*
24
+ This file is generated with the "identicons" script.
25
+ To update this output make changes to `scripts/svgr/identicon-icon-template.js
26
+ */
27
+ import * as React from 'react';
28
+ import { IdenticonsCustomProperty, useColorMap, identiconComponentName } from '../common';
29
+ import { styled } from '../../styled';
30
+ export var IdenticonMarketplaceCreate = styled(function (_a) {
31
+ var color = _a.color, props = __rest(_a, ["color"]);
32
+ var colorMap = useColorMap({
33
+ color: color,
34
+ });
35
+ var fills = {
36
+ light: "var(".concat(IdenticonsCustomProperty.light, ", ").concat(colorMap.light, ")"),
37
+ base: "var(".concat(IdenticonsCustomProperty.base, ", ").concat(colorMap.base, ")"),
38
+ dark: "var(".concat(IdenticonsCustomProperty.dark, ", ").concat(colorMap.dark, ")"),
39
+ };
40
+ return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
41
+ React.createElement("rect", { width: 28, height: 28, rx: 4, transform: "matrix(1 0 0 -1 16 43.965)", fill: fills.light }),
42
+ React.createElement("rect", { width: 9.898, height: 9.898, rx: 2, transform: "matrix(1 0 0 -1 16.067 14)", fill: fills.light }),
43
+ React.createElement("rect", { width: 9.912, height: 9.912, rx: 2, transform: "matrix(1 0 0 -1 4.088 26)", fill: fills.dark }),
44
+ 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 }),
45
+ 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" })));
46
+ }, {
47
+ name: identiconComponentName,
48
+ })({});
@@ -38,9 +38,9 @@ export var IdenticonMobileApp = styled(function (_a) {
38
38
  dark: "var(".concat(IdenticonsCustomProperty.dark, ", ").concat(colorMap.dark, ")"),
39
39
  };
40
40
  return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
41
- 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 }),
42
- 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 }),
43
- 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 })));
41
+ 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 }),
42
+ 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 }),
43
+ React.createElement("path", { d: "M24 41.991A1.995 1.995 0 1124 38a1.995 1.995 0 110 3.991z", fill: fills.dark })));
44
44
  }, {
45
45
  name: identiconComponentName,
46
46
  })({});
@@ -39,13 +39,13 @@ export var IdenticonMultifactor = styled(function (_a) {
39
39
  };
40
40
  return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 49 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
41
41
  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 }),
42
- 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 }),
42
+ 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 }),
43
43
  React.createElement("rect", { x: 13.498, y: 16, width: 22.305, height: 12, rx: 2, fill: "#fff" }),
44
44
  React.createElement("mask", { id: "icon-multifactor_svg__a", maskUnits: "userSpaceOnUse", x: 15.221, y: 17.136, width: 18, height: 9, fill: "#000" },
45
45
  React.createElement("path", { fill: "#fff", d: "M15.221 17.136h18v9h-18z" }),
46
- 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" })),
47
- 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 }),
48
- 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)" })));
46
+ 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" })),
47
+ 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 }),
48
+ 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)" })));
49
49
  }, {
50
50
  name: identiconComponentName,
51
51
  })({});
@@ -46,7 +46,7 @@ export var IdenticonOneTimePassword = styled(function (_a) {
46
46
  React.createElement("circle", { cx: 34.313, cy: 18.051, r: 1.698, fill: fills.dark }),
47
47
  React.createElement("rect", { x: 38.768, y: 12.278, width: 1.232, height: 11.547, rx: 0.616, fill: fills.dark }),
48
48
  React.createElement("path", { d: "M24 42a8 8 0 100-16 8 8 0 000 16z", fill: fills.dark }),
49
- 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" })));
49
+ 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" })));
50
50
  }, {
51
51
  name: identiconComponentName,
52
52
  })({});
@@ -39,7 +39,7 @@ export var IdenticonPhoneMessageA = styled(function (_a) {
39
39
  };
40
40
  return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
41
41
  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 }),
42
- React.createElement("path", { d: "M24 42a1.995 1.995 0 110-3.991A1.995 1.995 0 1124 42z", fill: fills.dark }),
42
+ React.createElement("path", { d: "M24 42a1.995 1.995 0 110-3.992A1.995 1.995 0 1124 42z", fill: fills.dark }),
43
43
  React.createElement("rect", { x: 24.004, y: 14, width: 19.996, height: 12, rx: 1.5, fill: fills.dark }),
44
44
  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 })));
45
45
  }, {
@@ -39,13 +39,13 @@ export var IdenticonPhoneMessageB = styled(function (_a) {
39
39
  };
40
40
  return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
41
41
  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 }),
42
- React.createElement("path", { d: "M24 42a1.995 1.995 0 110-3.991A1.995 1.995 0 1124 42z", fill: fills.dark }),
42
+ React.createElement("path", { d: "M24 42a1.995 1.995 0 110-3.992A1.995 1.995 0 1124 42z", fill: fills.dark }),
43
43
  React.createElement("rect", { x: 18, y: 14, width: 24, height: 12, rx: 1.5, fill: fills.dark }),
44
44
  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 }),
45
45
  React.createElement("circle", { cx: 22.777, cy: 20, r: 1.278, fill: "#fff" }),
46
46
  React.createElement("circle", { cx: 27.593, cy: 20, r: 1.278, fill: "#fff" }),
47
47
  React.createElement("circle", { cx: 32.407, cy: 20, r: 1.278, fill: "#fff" }),
48
- React.createElement("circle", { cx: 37.223, cy: 20, r: 1.278, fill: "#fff" })));
48
+ React.createElement("circle", { cx: 37.222, cy: 20, r: 1.278, fill: "#fff" })));
49
49
  }, {
50
50
  name: identiconComponentName,
51
51
  })({});
@@ -41,7 +41,7 @@ export var IdenticonPipelineB = styled(function (_a) {
41
41
  React.createElement("path", { d: "M40.231 24.01H21.984v16.043H40.23V24.01z", fill: fills.light }),
42
42
  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 }),
43
43
  React.createElement("path", { d: "M27.98 22.034h-6.013V42h6.013V22.034z", fill: fills.dark }),
44
- 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 }),
44
+ 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 }),
45
45
  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 }),
46
46
  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 }),
47
47
  React.createElement("path", { d: "M21.977 24.01H7.78v16.043h14.196V24.01z", fill: fills.light }),
@@ -38,7 +38,7 @@ export var IdenticonRefreshToken = styled(function (_a) {
38
38
  dark: "var(".concat(IdenticonsCustomProperty.dark, ", ").concat(colorMap.dark, ")"),
39
39
  };
40
40
  return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
41
- 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" }),
41
+ 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" }),
42
42
  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 }),
43
43
  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 })));
44
44
  }, {
@@ -38,10 +38,10 @@ export var IdenticonServer = styled(function (_a) {
38
38
  dark: "var(".concat(IdenticonsCustomProperty.dark, ", ").concat(colorMap.dark, ")"),
39
39
  };
40
40
  return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
41
- 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 }),
42
- 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 }),
41
+ 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 }),
42
+ 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 }),
43
43
  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 }),
44
- 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 }),
44
+ 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 }),
45
45
  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 })));
46
46
  }, {
47
47
  name: identiconComponentName,
@@ -41,7 +41,7 @@ export var IdenticonSocialProviders = styled(function (_a) {
41
41
  React.createElement("path", { d: "M18.378 11.57H5.34a1.34 1.34 0 010-2.68h13.038a1.34 1.34 0 010 2.68zM18.378 16.457H5.34a1.34 1.34 0 010-2.68h13.038a1.34 1.34 0 010 2.68z", fill: fills.base }),
42
42
  React.createElement("path", { d: "M8.602 21.348a1.34 1.34 0 01-1.332-1.487l1.628-14.67a1.34 1.34 0 012.662.296l-1.63 14.67a1.339 1.339 0 01-1.328 1.191zM13.49 21.348a1.34 1.34 0 01-1.332-1.487l1.631-14.67a1.34 1.34 0 012.662.296l-1.631 14.67a1.34 1.34 0 01-1.33 1.191z", fill: fills.base }),
43
43
  React.createElement("path", { d: "M17.507 43.691l-5.689-4.065-5.688 4.066a.714.714 0 01-1.13-.58V28.523c0-1.076.871-1.948 1.948-1.948h9.74c1.077 0 1.948.872 1.948 1.948v14.588c0 .58-.656.92-1.13.58zM42.54 5.457a4.982 4.982 0 00-7.04 0l-.96.96-.867-.866c-1.912-1.915-5.035-2.062-7.01-.213a4.978 4.978 0 00-.122 7.16l.96.96 6.666 6.666a.532.532 0 00.752 0l6.666-6.666.963-.963a4.981 4.981 0 00-.008-7.038z", fill: fills.dark }),
44
- React.createElement("path", { d: "M36.436 30.901v-3.735a2.803 2.803 0 00-2.803-2.804l-3.736 8.408v10.94h10.787c.932.01 1.73-.667 1.869-1.589l1.289-9.072a1.868 1.868 0 00-1.87-2.148h-5.536z", fill: fills.light }),
44
+ React.createElement("path", { d: "M36.436 30.901v-3.735a2.803 2.803 0 00-2.803-2.804l-3.736 8.408v10.94h10.787c.932.01 1.73-.667 1.869-1.589l1.29-9.072a1.868 1.868 0 00-1.87-2.148h-5.537z", fill: fills.light }),
45
45
  React.createElement("path", { d: "M29.897 43.71h-3.488a1.87 1.87 0 01-1.869-1.87v-7.203c0-1.03.836-1.87 1.87-1.87h3.487", fill: fills.base })));
46
46
  }, {
47
47
  name: identiconComponentName,
@@ -40,9 +40,9 @@ export var IdenticonSpa = styled(function (_a) {
40
40
  return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
41
41
  React.createElement("path", { d: "M4 36.003v-24A4.002 4.002 0 018.002 8h31.996A4.002 4.002 0 0144 12.002v24.001a4.002 4.002 0 01-4.002 4.002H8.002A4.002 4.002 0 014 36.003z", fill: fills.light }),
42
42
  React.createElement("path", { d: "M8.967 13.153a1.008 1.008 0 100-2.015 1.008 1.008 0 000 2.015zM12.214 13.153a1.008 1.008 0 100-2.015 1.008 1.008 0 000 2.015z", fill: fills.dark }),
43
- React.createElement("path", { d: "M37.983 16.049H9.956a2.002 2.002 0 00-2.001 2.001v7.957c0 1.104.897 2.001 2.001 2.001h28.029a2.002 2.002 0 002.001-2V18.05a2.003 2.003 0 00-2.003-2.001z", fill: fills.base }),
43
+ React.createElement("path", { d: "M37.983 16.049H9.956a2.002 2.002 0 00-2 2.001v7.957c0 1.104.896 2.001 2 2.001h28.03a2.002 2.002 0 002-2V18.05a2.003 2.003 0 00-2.003-2.001z", fill: fills.base }),
44
44
  React.createElement("path", { d: "M15.456 13.153a1.008 1.008 0 100-2.015 1.008 1.008 0 000 2.015z", fill: fills.dark }),
45
- React.createElement("path", { d: "M15.96 35.991H9.903a2.002 2.002 0 01-2-2v-1.945c0-1.104.896-2.001 2-2.001h6.055c1.104 0 2.001.897 2.001 2v1.945a2.002 2.002 0 01-2 2.001zM37.93 35.991H21.949a2.002 2.002 0 01-2-2v-1.945c0-1.104.896-2.001 2-2.001h15.983c1.104 0 2.001.897 2.001 2v1.945a2 2 0 01-2.001 2.001z", fill: fills.base })));
45
+ React.createElement("path", { d: "M15.96 35.991H9.903a2.002 2.002 0 01-2-2v-1.945c0-1.104.896-2.001 2-2.001h6.055c1.104 0 2.001.896 2.001 2v1.945a2.002 2.002 0 01-2 2.001zM37.93 35.991H21.949a2.002 2.002 0 01-2-2v-1.945c0-1.104.896-2.001 2-2.001h15.983c1.104 0 2.001.896 2.001 2v1.945a2 2 0 01-2.001 2.001z", fill: fills.base })));
46
46
  }, {
47
47
  name: identiconComponentName,
48
48
  })({});
@@ -39,8 +39,8 @@ export var IdenticonTeams = styled(function (_a) {
39
39
  };
40
40
  return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
41
41
  React.createElement("path", { d: "M19.006 13.017a5.016 5.016 0 1110.033 0 5.016 5.016 0 11-10.033 0z", fill: fills.dark }),
42
- React.createElement("path", { d: "M17.648 21.66a5.451 5.451 0 013.854-1.595h5.043c1.445 0 2.833.575 3.853 1.596a5.456 5.456 0 011.595 3.855V38a2.184 2.184 0 01-2.183 2.184H18.237A2.184 2.184 0 0116.054 38V25.516a5.44 5.44 0 011.595-3.855zM5.052 23.106a3.589 3.589 0 012.538-1.052h2.827a3.588 3.588 0 013.59 3.591v9.079a1.44 1.44 0 01-1.44 1.44H5.44A1.44 1.44 0 014 34.724v-9.079c0-.953.379-1.866 1.052-2.54zM35.044 23.106a3.589 3.589 0 012.539-1.052h2.827A3.589 3.589 0 0144 25.645v8.915A1.44 1.44 0 0142.56 36h-7.13a1.44 1.44 0 01-1.44-1.44v-8.915a3.604 3.604 0 011.054-2.54z", fill: fills.light }),
43
- React.createElement("path", { d: "M34.997 15.957a4 4 0 117.998 0 4 4 0 11-7.998 0zM5.004 15.957a4 4 0 117.999 0 4 4 0 11-7.999 0z", fill: fills.base })));
42
+ React.createElement("path", { d: "M17.648 21.66a5.451 5.451 0 013.854-1.595h5.043c1.445 0 2.832.575 3.853 1.596a5.455 5.455 0 011.595 3.855V38a2.183 2.183 0 01-2.183 2.184H18.237A2.183 2.183 0 0116.054 38V25.516a5.44 5.44 0 011.595-3.855zM5.052 23.106a3.589 3.589 0 012.538-1.052h2.827a3.589 3.589 0 013.59 3.591v9.079a1.44 1.44 0 01-1.44 1.44H5.44A1.44 1.44 0 014 34.724v-9.079c0-.953.379-1.866 1.052-2.54zM35.044 23.106a3.589 3.589 0 012.539-1.052h2.827A3.589 3.589 0 0144 25.645v8.915A1.44 1.44 0 0142.56 36h-7.13a1.44 1.44 0 01-1.44-1.44v-8.915a3.604 3.604 0 011.054-2.54z", fill: fills.light }),
43
+ React.createElement("path", { d: "M34.997 15.957a4 4 0 117.999 0 4 4 0 11-7.999 0zM5.005 15.957a4 4 0 117.998 0 4 4 0 11-7.998 0z", fill: fills.base })));
44
44
  }, {
45
45
  name: identiconComponentName,
46
46
  })({});
@@ -38,8 +38,8 @@ export var IdenticonTenant = styled(function (_a) {
38
38
  dark: "var(".concat(IdenticonsCustomProperty.dark, ", ").concat(colorMap.dark, ")"),
39
39
  };
40
40
  return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
41
- React.createElement("path", { d: "M4.09 17.83a1.516 1.516 0 012.201-1.353l14.623 7.399a3.498 3.498 0 011.92 3.121v16.3a1.516 1.516 0 01-2.205 1.352L6.002 37.2a3.498 3.498 0 01-1.911-3.118V17.83z", fill: fills.dark }),
42
- React.createElement("path", { d: "M43.91 17.83a1.516 1.516 0 00-2.201-1.353l-14.623 7.399a3.498 3.498 0 00-1.92 3.121v16.3a1.516 1.516 0 002.205 1.352L41.998 37.2a3.498 3.498 0 001.911-3.118V17.83z", fill: fills.base }),
41
+ React.createElement("path", { d: "M4.09 17.83a1.516 1.516 0 012.201-1.353l14.623 7.399a3.499 3.499 0 011.92 3.121v16.3a1.516 1.516 0 01-2.205 1.352L6.002 37.2a3.499 3.499 0 01-1.911-3.118V17.83z", fill: fills.dark }),
42
+ React.createElement("path", { d: "M43.91 17.83a1.516 1.516 0 00-2.201-1.353l-14.623 7.399a3.499 3.499 0 00-1.92 3.121v16.3a1.516 1.516 0 002.205 1.352L41.998 37.2a3.499 3.499 0 001.911-3.118V17.83z", fill: fills.base }),
43
43
  React.createElement("path", { d: "M22.182 3.612a4.182 4.182 0 013.684 0l16.166 7.769c.875.42.883 1.966.013 2.4l-16.498 8.24a3.35 3.35 0 01-3.046 0L6.003 13.78c-.87-.434-.862-1.98.013-2.4l16.166-7.77z", fill: fills.light })));
44
44
  }, {
45
45
  name: identiconComponentName,
@@ -39,13 +39,13 @@ export var IdenticonUserDatabase = styled(function (_a) {
39
39
  };
40
40
  return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 49 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
41
41
  React.createElement("path", { d: "M21.42 38c8.294 0 15.017-1.888 15.017-4.216 0-2.329-6.723-4.216-15.016-4.216-8.294 0-15.017 1.887-15.017 4.216 0 2.328 6.723 4.216 15.017 4.216z", fill: fills.base }),
42
- React.createElement("path", { d: "M36.434 22.889H6.404v10.906h30.03V22.889z", fill: fills.base }),
42
+ React.createElement("path", { d: "M36.434 22.889H6.404v10.906h30.03V22.888z", fill: fills.base }),
43
43
  React.createElement("path", { d: "M21.42 27.027c8.294 0 15.017-1.887 15.017-4.216 0-2.328-6.723-4.216-15.016-4.216-8.294 0-15.017 1.888-15.017 4.216 0 2.329 6.723 4.216 15.017 4.216z", fill: fills.light }),
44
44
  React.createElement("path", { d: "M21.42 23.472c8.294 0 15.017-1.887 15.017-4.216 0-2.328-6.723-4.216-15.016-4.216-8.294 0-15.017 1.888-15.017 4.216 0 2.329 6.723 4.216 15.017 4.216z", fill: fills.base }),
45
45
  React.createElement("path", { d: "M36.434 8.61H6.404v10.657h30.03V8.61z", fill: fills.base }),
46
46
  React.createElement("path", { d: "M21.42 12.746c8.294 0 15.017-1.888 15.017-4.216 0-2.329-6.723-4.217-15.016-4.217-8.294 0-15.017 1.888-15.017 4.217 0 2.328 6.723 4.216 15.017 4.216z", fill: fills.light }),
47
- React.createElement("path", { d: "M9.76 17.089c.497-.06.838-.618.763-1.248-.075-.63-.54-1.092-1.037-1.032-.497.06-.839.618-.763 1.248.075.63.54 1.092 1.036 1.032zM9.76 31.552c.497-.06.838-.618.763-1.248-.075-.63-.54-1.091-1.037-1.032-.497.06-.839.619-.763 1.248.075.63.54 1.092 1.036 1.032zM42.404 36a8 8 0 11-16 0 8 8 0 0116 0z", fill: fills.dark }),
48
- React.createElement("path", { d: "M32.02 33.369a2.444 2.444 0 114.887 0 2.444 2.444 0 01-4.887 0zM31.296 37.462a2.644 2.644 0 011.87-.774h2.594a2.644 2.644 0 012.644 2.644v.527a1.06 1.06 0 01-1.06 1.06h-5.763a1.06 1.06 0 01-1.06-1.06v-.527c0-.7.279-1.374.775-1.87z", fill: "#fff" })));
47
+ React.createElement("path", { d: "M9.76 17.09c.497-.06.839-.62.763-1.249-.075-.63-.54-1.092-1.037-1.032-.497.06-.839.618-.763 1.248.075.63.54 1.092 1.037 1.032zM9.76 31.552c.497-.06.838-.618.763-1.247-.075-.63-.54-1.092-1.037-1.033-.497.06-.839.619-.763 1.248.075.63.54 1.092 1.036 1.032zM42.404 36a8 8 0 11-16 0 8 8 0 0116 0z", fill: fills.dark }),
48
+ React.createElement("path", { d: "M32.02 33.369a2.444 2.444 0 114.887 0 2.444 2.444 0 01-4.887 0zM31.296 37.462a2.644 2.644 0 011.87-.775h2.594a2.644 2.644 0 012.644 2.645v.527a1.06 1.06 0 01-1.06 1.06h-5.763a1.06 1.06 0 01-1.06-1.06v-.527c0-.7.279-1.374.775-1.87z", fill: "#fff" })));
49
49
  }, {
50
50
  name: identiconComponentName,
51
51
  })({});
@@ -39,7 +39,7 @@ export var IdenticonVideo = styled(function (_a) {
39
39
  };
40
40
  return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
41
41
  React.createElement("path", { d: "M4 31.988V10.006A4.006 4.006 0 018.006 6h31.988A4.006 4.006 0 0144 10.006v21.982a4.006 4.006 0 01-4.006 4.006H8.006A4.006 4.006 0 014 31.988zM32.012 43.995h-15.93a1.998 1.998 0 110-3.997h15.93a1.998 1.998 0 110 3.997z", fill: fills.light }),
42
- React.createElement("path", { d: "M17.85 27.537V14.49c0-.813.874-1.327 1.583-.929l11.68 6.523a1.064 1.064 0 010 1.86l-11.68 6.522a1.065 1.065 0 01-1.584-.93z", fill: fills.dark })));
42
+ React.createElement("path", { d: "M17.85 27.537V14.49c0-.813.874-1.327 1.583-.929l11.679 6.523a1.064 1.064 0 010 1.86l-11.679 6.522a1.065 1.065 0 01-1.584-.93z", fill: fills.dark })));
43
43
  }, {
44
44
  name: identiconComponentName,
45
45
  })({});
@@ -40,7 +40,7 @@ export var IdenticonWebApp = styled(function (_a) {
40
40
  return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
41
41
  React.createElement("path", { d: "M4 35.998V12.003A4.001 4.001 0 018.001 8h31.991a4.001 4.001 0 014.002 4.002v23.996A4.001 4.001 0 0139.991 40H8.002A4.001 4.001 0 014 35.998z", fill: fills.light }),
42
42
  React.createElement("path", { d: "M8.967 13.11a1.007 1.007 0 100-2.015 1.007 1.007 0 000 2.015zM12.212 13.11a1.007 1.007 0 100-2.015 1.007 1.007 0 000 2.015zM15.454 13.11a1.007 1.007 0 100-2.015 1.007 1.007 0 000 2.015z", fill: fills.dark }),
43
- React.createElement("path", { d: "M15.94 35.998H9.9c-1.104 0-2.001-.896-2.001-2V22.024c0-1.104.897-2 2-2h6.043c1.104 0 2 .896 2 2v11.974a2 2 0 01-2 2zM38.973 18.023H8.898a1 1 0 01-1-1v-.024a1 1 0 011-1h30.075a1 1 0 011 1v.023a1 1 0 01-1 1zM37.972 35.966H21.915c-1.104 0-2-.897-2-2.001V21.998c0-1.104.896-2 2-2h16.057c1.104 0 2.001.896 2.001 2v11.967a2 2 0 01-2 2z", fill: fills.base })));
43
+ React.createElement("path", { d: "M15.94 35.998H9.9c-1.104 0-2.001-.896-2.001-2V22.024c0-1.104.897-2 2-2h6.043c1.104 0 2 .896 2 2v11.974a2 2 0 01-2 2zM38.973 18.023H8.898a1 1 0 01-1-1v-.024a1 1 0 011-1h30.075a1 1 0 011 1v.023a1 1 0 01-1 1zM37.972 35.965H21.915c-1.104 0-2-.896-2-2V21.998c0-1.104.896-2 2-2h16.057c1.104 0 2.001.896 2.001 2v11.967a2 2 0 01-2 2z", fill: fills.base })));
44
44
  }, {
45
45
  name: identiconComponentName,
46
46
  })({});
@@ -55,9 +55,12 @@ export { IdenticonIntegrationsMarketplace } from './icon-integrations-marketplac
55
55
  export { IdenticonIpThrottling } from './icon-ip-throttling';
56
56
  export { IdenticonLoginCustomization } from './icon-login-customization';
57
57
  export { IdenticonLogin } from './icon-login';
58
+ export { IdenticonLogoutToken } from './icon-logout-token';
58
59
  export { IdenticonLogs } from './icon-logs';
59
60
  export { IdenticonMailMessageA } from './icon-mail-message-a';
60
61
  export { IdenticonMailMessageB } from './icon-mail-message-b';
62
+ export { IdenticonMarketplaceApproved } from './icon-marketplace-approved';
63
+ export { IdenticonMarketplaceCreate } from './icon-marketplace-create';
61
64
  export { IdenticonMobileApp } from './icon-mobile-app';
62
65
  export { IdenticonMonitoring } from './icon-monitoring';
63
66
  export { IdenticonMultifactor } from './icon-multifactor';