@bitrise/bitkit 9.7.4 → 9.8.1-alpha-chakra.2

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 (182) hide show
  1. package/package.json +4 -4
  2. package/src/Components/Box/Box.tsx +1 -0
  3. package/src/Components/Button/Button.tsx +1 -1
  4. package/src/Components/Card/Card.tsx +1 -0
  5. package/src/Components/Divider/Divider.tsx +1 -0
  6. package/src/Components/IconButton/IconButton.tsx +1 -1
  7. package/src/Components/Link/Link.theme.ts +3 -0
  8. package/src/Components/Link/Link.tsx +1 -1
  9. package/src/Components/Menu/Menu.theme.ts +12 -8
  10. package/src/Components/Menu/Menu.tsx +1 -0
  11. package/src/Components/Menu/MenuItem.tsx +20 -4
  12. package/src/Components/OverflowMenu/OverflowMenu.stories.tsx +26 -0
  13. package/src/Components/OverflowMenu/OverflowMenu.tsx +24 -0
  14. package/src/Components/OverflowMenu/OverflowMenuItem.tsx +12 -0
  15. package/src/Components/Text/Text.tsx +1 -0
  16. package/src/Foundations/Shadows/Shadows.ts +1 -0
  17. package/src/Old/Icon/svg/icons-more-horizontal.svg +3 -0
  18. package/src/Old/Icon/svg/icons-more-vertical.svg +3 -0
  19. package/src/Old/Icon/tsx/IconsAddOns.tsx +1 -1
  20. package/src/Old/Icon/tsx/IconsApp.tsx +1 -1
  21. package/src/Old/Icon/tsx/IconsArrowBack.tsx +1 -1
  22. package/src/Old/Icon/tsx/IconsArrowDown.tsx +1 -1
  23. package/src/Old/Icon/tsx/IconsArrowForward.tsx +1 -1
  24. package/src/Old/Icon/tsx/IconsArrowQuit.tsx +1 -1
  25. package/src/Old/Icon/tsx/IconsArrowUp.tsx +1 -1
  26. package/src/Old/Icon/tsx/IconsBackArrow.tsx +1 -1
  27. package/src/Old/Icon/tsx/IconsBell.tsx +1 -1
  28. package/src/Old/Icon/tsx/IconsBitbot.tsx +1 -1
  29. package/src/Old/Icon/tsx/IconsBitbotFailed.tsx +1 -1
  30. package/src/Old/Icon/tsx/IconsBitbucket.tsx +2 -2
  31. package/src/Old/Icon/tsx/IconsBitbucketFill.tsx +1 -1
  32. package/src/Old/Icon/tsx/IconsBitriseCertified.tsx +1 -1
  33. package/src/Old/Icon/tsx/IconsBook.tsx +1 -1
  34. package/src/Old/Icon/tsx/IconsBranchBranch.tsx +1 -1
  35. package/src/Old/Icon/tsx/IconsBranchCommit.tsx +1 -1
  36. package/src/Old/Icon/tsx/IconsBranchPull.tsx +1 -1
  37. package/src/Old/Icon/tsx/IconsBranchPush.tsx +1 -1
  38. package/src/Old/Icon/tsx/IconsBranchTag.tsx +1 -1
  39. package/src/Old/Icon/tsx/IconsBug.tsx +1 -1
  40. package/src/Old/Icon/tsx/IconsBuild.tsx +1 -1
  41. package/src/Old/Icon/tsx/IconsBuildstatusAborted.tsx +1 -1
  42. package/src/Old/Icon/tsx/IconsBuildstatusAbortedSolid.tsx +1 -1
  43. package/src/Old/Icon/tsx/IconsBuildstatusFailed.tsx +1 -1
  44. package/src/Old/Icon/tsx/IconsBuildstatusFailedSolid.tsx +1 -1
  45. package/src/Old/Icon/tsx/IconsBuildstatusLoadingAnimated.tsx +10 -10
  46. package/src/Old/Icon/tsx/IconsBuildstatusLoadingeeehh.tsx +1 -1
  47. package/src/Old/Icon/tsx/IconsBuildstatusLoadingeeehhWhite.tsx +1 -1
  48. package/src/Old/Icon/tsx/IconsBuildstatusNeverbuilt.tsx +1 -1
  49. package/src/Old/Icon/tsx/IconsBuildstatusSuccessful.tsx +1 -1
  50. package/src/Old/Icon/tsx/IconsBuildstatusSuccessfulSolid.tsx +1 -1
  51. package/src/Old/Icon/tsx/IconsCalendar.tsx +1 -1
  52. package/src/Old/Icon/tsx/IconsChain.tsx +1 -1
  53. package/src/Old/Icon/tsx/IconsChangePlan.tsx +1 -1
  54. package/src/Old/Icon/tsx/IconsChat.tsx +1 -1
  55. package/src/Old/Icon/tsx/IconsChatMessage.tsx +1 -1
  56. package/src/Old/Icon/tsx/IconsChevronDown.tsx +1 -1
  57. package/src/Old/Icon/tsx/IconsChevronLeft.tsx +1 -1
  58. package/src/Old/Icon/tsx/IconsChevronRight.tsx +1 -1
  59. package/src/Old/Icon/tsx/IconsChevronUp.tsx +1 -1
  60. package/src/Old/Icon/tsx/IconsClock.tsx +1 -1
  61. package/src/Old/Icon/tsx/IconsCloseSmall.tsx +1 -1
  62. package/src/Old/Icon/tsx/IconsCode.tsx +1 -1
  63. package/src/Old/Icon/tsx/IconsCoffee.tsx +1 -1
  64. package/src/Old/Icon/tsx/IconsCredit.tsx +2 -2
  65. package/src/Old/Icon/tsx/IconsCreditcard.tsx +1 -1
  66. package/src/Old/Icon/tsx/IconsCrown.tsx +1 -1
  67. package/src/Old/Icon/tsx/IconsDeleteNope.tsx +1 -1
  68. package/src/Old/Icon/tsx/IconsDeployment.tsx +1 -1
  69. package/src/Old/Icon/tsx/IconsDoc.tsx +1 -1
  70. package/src/Old/Icon/tsx/IconsDollars.tsx +1 -1
  71. package/src/Old/Icon/tsx/IconsDownload.tsx +1 -1
  72. package/src/Old/Icon/tsx/IconsDropdownArrows.tsx +1 -1
  73. package/src/Old/Icon/tsx/IconsDudes.tsx +1 -1
  74. package/src/Old/Icon/tsx/IconsDuplicate.tsx +1 -1
  75. package/src/Old/Icon/tsx/IconsEnterprise.tsx +1 -1
  76. package/src/Old/Icon/tsx/IconsErrorGeneral.tsx +1 -1
  77. package/src/Old/Icon/tsx/IconsFileDoc.tsx +1 -1
  78. package/src/Old/Icon/tsx/IconsFilePdf.tsx +1 -1
  79. package/src/Old/Icon/tsx/IconsFilePlist.tsx +1 -1
  80. package/src/Old/Icon/tsx/IconsFileZip.tsx +1 -1
  81. package/src/Old/Icon/tsx/IconsFilter.tsx +1 -1
  82. package/src/Old/Icon/tsx/IconsFlag.tsx +1 -1
  83. package/src/Old/Icon/tsx/IconsFolder.tsx +1 -1
  84. package/src/Old/Icon/tsx/IconsFullscreen.tsx +1 -1
  85. package/src/Old/Icon/tsx/IconsFullscreenExit.tsx +1 -1
  86. package/src/Old/Icon/tsx/IconsGauge.tsx +1 -1
  87. package/src/Old/Icon/tsx/IconsGithub.tsx +1 -1
  88. package/src/Old/Icon/tsx/IconsGitlab.tsx +3 -3
  89. package/src/Old/Icon/tsx/IconsGitlabFill.tsx +1 -1
  90. package/src/Old/Icon/tsx/IconsGlobe.tsx +1 -1
  91. package/src/Old/Icon/tsx/IconsGroup.tsx +1 -1
  92. package/src/Old/Icon/tsx/IconsHeart.tsx +1 -1
  93. package/src/Old/Icon/tsx/IconsHidePassword.tsx +1 -1
  94. package/src/Old/Icon/tsx/IconsImage.tsx +1 -1
  95. package/src/Old/Icon/tsx/IconsInfo.tsx +1 -1
  96. package/src/Old/Icon/tsx/IconsIntegrations.tsx +1 -1
  97. package/src/Old/Icon/tsx/IconsInteraction.tsx +1 -1
  98. package/src/Old/Icon/tsx/IconsInvoice.tsx +1 -1
  99. package/src/Old/Icon/tsx/IconsJapanese.tsx +1 -1
  100. package/src/Old/Icon/tsx/IconsKey.tsx +1 -1
  101. package/src/Old/Icon/tsx/IconsLaptop.tsx +1 -1
  102. package/src/Old/Icon/tsx/IconsLightbulb.tsx +1 -1
  103. package/src/Old/Icon/tsx/IconsLock.tsx +1 -1
  104. package/src/Old/Icon/tsx/IconsLogin.tsx +1 -1
  105. package/src/Old/Icon/tsx/IconsLogout.tsx +1 -1
  106. package/src/Old/Icon/tsx/IconsMagnifier.tsx +1 -1
  107. package/src/Old/Icon/tsx/IconsMail.tsx +1 -1
  108. package/src/Old/Icon/tsx/IconsMenuGrid.tsx +1 -1
  109. package/src/Old/Icon/tsx/IconsMenuHamburger.tsx +1 -1
  110. package/src/Old/Icon/tsx/IconsMessage.tsx +1 -1
  111. package/src/Old/Icon/tsx/IconsMinusClose.tsx +1 -1
  112. package/src/Old/Icon/tsx/IconsMinusRemove.tsx +1 -1
  113. package/src/Old/Icon/tsx/IconsMobile.tsx +1 -1
  114. package/src/Old/Icon/tsx/IconsMonitoring.tsx +1 -1
  115. package/src/Old/Icon/tsx/IconsMoreHorizontal.tsx +13 -0
  116. package/src/Old/Icon/tsx/IconsMoreVertical.tsx +17 -0
  117. package/src/Old/Icon/tsx/IconsNoTie.tsx +1 -1
  118. package/src/Old/Icon/tsx/IconsNumero.tsx +1 -1
  119. package/src/Old/Icon/tsx/IconsOpenInBrowser.tsx +1 -1
  120. package/src/Old/Icon/tsx/IconsOverview.tsx +1 -1
  121. package/src/Old/Icon/tsx/IconsOwner.tsx +1 -1
  122. package/src/Old/Icon/tsx/IconsPause.tsx +1 -1
  123. package/src/Old/Icon/tsx/IconsPencil.tsx +1 -1
  124. package/src/Old/Icon/tsx/IconsPercent.tsx +1 -1
  125. package/src/Old/Icon/tsx/IconsPerson.tsx +1 -1
  126. package/src/Old/Icon/tsx/IconsPlatformsAndroid.tsx +1 -1
  127. package/src/Old/Icon/tsx/IconsPlatformsApple.tsx +1 -1
  128. package/src/Old/Icon/tsx/IconsPlatformsCordova.tsx +1 -1
  129. package/src/Old/Icon/tsx/IconsPlatformsFastlane.tsx +1 -1
  130. package/src/Old/Icon/tsx/IconsPlatformsFlutter.tsx +1 -1
  131. package/src/Old/Icon/tsx/IconsPlatformsGo.tsx +1 -1
  132. package/src/Old/Icon/tsx/IconsPlatformsIonic.tsx +1 -1
  133. package/src/Old/Icon/tsx/IconsPlatformsMacos.tsx +1 -1
  134. package/src/Old/Icon/tsx/IconsPlatformsNodejs.tsx +1 -1
  135. package/src/Old/Icon/tsx/IconsPlatformsOther.tsx +2 -2
  136. package/src/Old/Icon/tsx/IconsPlatformsReact.tsx +1 -1
  137. package/src/Old/Icon/tsx/IconsPlatformsXamarin.tsx +1 -1
  138. package/src/Old/Icon/tsx/IconsPlay.tsx +1 -1
  139. package/src/Old/Icon/tsx/IconsPlusAdd.tsx +1 -1
  140. package/src/Old/Icon/tsx/IconsPlusOpen.tsx +1 -1
  141. package/src/Old/Icon/tsx/IconsPower.tsx +2 -2
  142. package/src/Old/Icon/tsx/IconsRequest.tsx +1 -1
  143. package/src/Old/Icon/tsx/IconsResponsiveness.tsx +1 -1
  144. package/src/Old/Icon/tsx/IconsSave.tsx +1 -1
  145. package/src/Old/Icon/tsx/IconsSecurityShield.tsx +1 -1
  146. package/src/Old/Icon/tsx/IconsSettings.tsx +1 -1
  147. package/src/Old/Icon/tsx/IconsShip.tsx +1 -1
  148. package/src/Old/Icon/tsx/IconsShowPassword.tsx +1 -1
  149. package/src/Old/Icon/tsx/IconsShuffle.tsx +1 -1
  150. package/src/Old/Icon/tsx/IconsStability.tsx +1 -1
  151. package/src/Old/Icon/tsx/IconsStack.tsx +1 -1
  152. package/src/Old/Icon/tsx/IconsStatus.tsx +1 -1
  153. package/src/Old/Icon/tsx/IconsStepThirdParty.tsx +1 -1
  154. package/src/Old/Icon/tsx/IconsStepUpgradeCircle.tsx +1 -1
  155. package/src/Old/Icon/tsx/IconsStepVersionOk.tsx +1 -1
  156. package/src/Old/Icon/tsx/IconsSteps.tsx +1 -1
  157. package/src/Old/Icon/tsx/IconsStopwatch.tsx +1 -1
  158. package/src/Old/Icon/tsx/IconsSupport.tsx +1 -1
  159. package/src/Old/Icon/tsx/IconsTestFailed.tsx +1 -1
  160. package/src/Old/Icon/tsx/IconsTestInconclusive.tsx +1 -1
  161. package/src/Old/Icon/tsx/IconsTestInfo.tsx +1 -1
  162. package/src/Old/Icon/tsx/IconsTestSkipped.tsx +1 -1
  163. package/src/Old/Icon/tsx/IconsTestSuccess.tsx +1 -1
  164. package/src/Old/Icon/tsx/IconsTestWarning.tsx +1 -1
  165. package/src/Old/Icon/tsx/IconsTick.tsx +1 -1
  166. package/src/Old/Icon/tsx/IconsTime.tsx +1 -1
  167. package/src/Old/Icon/tsx/IconsTrash.tsx +1 -1
  168. package/src/Old/Icon/tsx/IconsTrigger.tsx +1 -1
  169. package/src/Old/Icon/tsx/IconsTwitter.tsx +1 -1
  170. package/src/Old/Icon/tsx/IconsValidateShield.tsx +1 -1
  171. package/src/Old/Icon/tsx/IconsWarning.tsx +1 -1
  172. package/src/Old/Icon/tsx/IconsWebUi.tsx +1 -1
  173. package/src/Old/Icon/tsx/IconsWindow.tsx +1 -1
  174. package/src/Old/Icon/tsx/IconsWorkflow.tsx +1 -1
  175. package/src/Old/Icon/tsx/IconsWorkflowFlow.tsx +1 -1
  176. package/src/Old/Icon/tsx/IconsWow.tsx +1 -1
  177. package/src/Old/Icon/tsx/index.ts +9 -6
  178. package/src/index.ts +6 -0
  179. package/src/theme.ts +3 -0
  180. package/src/tsconfig.tsbuildinfo +1 -1
  181. package/src/Old/Icon/svg/icons-more.svg +0 -6
  182. package/src/Old/Icon/tsx/IconsMore.tsx +0 -16
@@ -4,9 +4,9 @@ import * as React from 'react';
4
4
  const SvgIconsPlatformsXamarin = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <path
7
- d="M15.958 5H8.024l-3.962 6.99L8.035 19h7.891l4.011-7.01L15.957 5zm5.836 6.209a1.584 1.584 0 0 1 0 1.562l-4.255 7.438a1.54 1.54 0 0 1-1.333.791H7.755c-.53 0-1.06-.317-1.334-.791L2.206 12.77a1.586 1.586 0 0 1 0-1.562L6.42 3.77A1.563 1.563 0 0 1 7.755 3h8.47c.53 0 1.06.316 1.334.771l4.235 7.438zM14 8h2l-2 4 2 4h-2l-2-4 2-4zm-4 0 2 4-2 4H8l2-4-2-4h2z"
8
7
  fill="currentColor"
9
8
  fillRule="evenodd"
9
+ d="M15.958 5H8.024l-3.962 6.99L8.035 19h7.891l4.011-7.01L15.957 5zm5.836 6.209a1.584 1.584 0 0 1 0 1.562l-4.255 7.438a1.54 1.54 0 0 1-1.333.791H7.755c-.53 0-1.06-.317-1.334-.791L2.206 12.77a1.586 1.586 0 0 1 0-1.562L6.42 3.77A1.563 1.563 0 0 1 7.755 3h8.47c.53 0 1.06.316 1.334.771l4.235 7.438zM14 8h2l-2 4 2 4h-2l-2-4 2-4zm-4 0 2 4-2 4H8l2-4-2-4h2z"
10
10
  />
11
11
  </svg>
12
12
  );
@@ -5,8 +5,8 @@ const SvgIconsPlay = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <defs>
7
7
  <path
8
- d="M8.02 8.603v6.87l6.87-3.435-6.87-3.435zM6 6.987c0-.202 0-.303.101-.404.303-.506.91-.708 1.313-.506l10.103 5.052c.202.1.404.303.404.404.202.505 0 1.11-.404 1.313L7.414 17.897c-.1.101-.202.202-.404.202-.606 0-1.01-.404-1.01-1.01V6.987z"
9
8
  id="icons-play_svg__a"
9
+ d="M8.02 8.603v6.87l6.87-3.435-6.87-3.435zM6 6.987c0-.202 0-.303.101-.404.303-.506.91-.708 1.313-.506l10.103 5.052c.202.1.404.303.404.404.202.505 0 1.11-.404 1.313L7.414 17.897c-.1.101-.202.202-.404.202-.606 0-1.01-.404-1.01-1.01V6.987z"
10
10
  />
11
11
  </defs>
12
12
  <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-play_svg__a" />
@@ -5,8 +5,8 @@ const SvgIconsPlusAdd = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <defs>
7
7
  <path
8
- d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm0 18c-4.4 0-8-3.6-8-8s3.6-8 8-8 8 3.6 8 8-3.6 8-8 8zm1-13h-2v4H7v2h4v4h2v-4h4v-2h-4V7z"
9
8
  id="icons-plus-add_svg__a"
9
+ d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm0 18c-4.4 0-8-3.6-8-8s3.6-8 8-8 8 3.6 8 8-3.6 8-8 8zm1-13h-2v4H7v2h4v4h2v-4h4v-2h-4V7z"
10
10
  />
11
11
  </defs>
12
12
  <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-plus-add_svg__a" />
@@ -4,7 +4,7 @@ import * as React from 'react';
4
4
  const SvgIconsPlusOpen = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <defs>
7
- <path d="M13 11h5v2h-5v5h-2v-5H6v-2h5V6h2z" id="icons-plus-open_svg__a" />
7
+ <path id="icons-plus-open_svg__a" d="M13 11h5v2h-5v5h-2v-5H6v-2h5V6h2z" />
8
8
  </defs>
9
9
  <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-plus-open_svg__a" />
10
10
  </svg>
@@ -3,8 +3,8 @@ import * as React from 'react';
3
3
 
4
4
  const SvgIconsPower = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 18 20">
6
- <path d="M10 0H8v8h2V0Z" fill="currentColor" />
7
- <path d="M0 11a9 9 0 0 1 5-8.064v2.319a7 7 0 1 0 8 0v-2.32A9 9 0 1 1 0 11Z" fill="currentColor" />
6
+ <path fill="currentColor" d="M10 0H8v8h2V0Z" />
7
+ <path fill="currentColor" d="M0 11a9 9 0 0 1 5-8.064v2.319a7 7 0 1 0 8 0v-2.32A9 9 0 1 1 0 11Z" />
8
8
  </svg>
9
9
  );
10
10
 
@@ -4,9 +4,9 @@ import * as React from 'react';
4
4
  const SvgIconsRequest = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <path
7
- d="m18.274 13-3.256-3.256 1.414-1.414 5.657 5.657-5.657 5.657-1.414-1.415L18.248 15h-7.173v-2h7.199zM5.815 9h7.199v2H5.842l3.23 3.23-1.415 1.414L2 9.987 7.657 4.33 9.07 5.744 5.815 9z"
8
7
  fill="currentColor"
9
8
  fillRule="evenodd"
9
+ d="m18.274 13-3.256-3.256 1.414-1.414 5.657 5.657-5.657 5.657-1.414-1.415L18.248 15h-7.173v-2h7.199zM5.815 9h7.199v2H5.842l3.23 3.23-1.415 1.414L2 9.987 7.657 4.33 9.07 5.744 5.815 9z"
10
10
  />
11
11
  </svg>
12
12
  );
@@ -4,9 +4,9 @@ import * as React from 'react';
4
4
  const SvgIconsResponsiveness = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <path
7
- d="M17.293 19H20v2h-7v-6h2v3.198a6 6 0 1 0-3.874.739l-.288 1.98A8.001 8.001 0 0 1 11 5.061V4h-1V2h4v2h-1v1.062A8.001 8.001 0 0 1 17.293 19zM3 6.828 5.828 4l1.415 1.414-2.829 2.829L3 6.828zM18.414 4l2.829 2.828-1.415 1.415L17 5.414 18.414 4zm-3.878 5 1.414 1.414-3.536 3.536L11 12.536 14.536 9z"
8
7
  fill="currentColor"
9
8
  fillRule="evenodd"
9
+ d="M17.293 19H20v2h-7v-6h2v3.198a6 6 0 1 0-3.874.739l-.288 1.98A8.001 8.001 0 0 1 11 5.061V4h-1V2h4v2h-1v1.062A8.001 8.001 0 0 1 17.293 19zM3 6.828 5.828 4l1.415 1.414-2.829 2.829L3 6.828zM18.414 4l2.829 2.828-1.415 1.415L17 5.414 18.414 4zm-3.878 5 1.414 1.414-3.536 3.536L11 12.536 14.536 9z"
10
10
  />
11
11
  </svg>
12
12
  );
@@ -4,9 +4,9 @@ import * as React from 'react';
4
4
  const SvgIconsSave = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <path
7
- d="M6 4H4v16h2v-7a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v7h2V7.828l-2-2V7a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V4zM4 2h12.172a2 2 0 0 1 1.414.586l3.828 3.828A2 2 0 0 1 22 7.828V20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm4 11v7h8v-7H8zm0-9v3h8V4H8zm2 11h4v2h-4v-2zm2-11h2v2h-2V4z"
8
7
  fill="currentColor"
9
8
  fillRule="evenodd"
9
+ d="M6 4H4v16h2v-7a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v7h2V7.828l-2-2V7a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V4zM4 2h12.172a2 2 0 0 1 1.414.586l3.828 3.828A2 2 0 0 1 22 7.828V20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm4 11v7h8v-7H8zm0-9v3h8V4H8zm2 11h4v2h-4v-2zm2-11h2v2h-2V4z"
10
10
  />
11
11
  </svg>
12
12
  );
@@ -5,8 +5,8 @@ const SvgIconsSecurityShield = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <defs>
7
7
  <path
8
- d="M18 2H6c-1.1 0-2 .9-2 2v11.5c0 .6.3 1.2.8 1.6l6 4.5c.7.5 1.7.5 2.4 0l6-4.5c.5-.4.8-1 .8-1.6V4c0-1.1-.9-2-2-2zm0 13.5L12 20l-6-4.5V4h12v11.5zm-7-3.8V15h2v-3.3c.6-.3 1-1 1-1.7 0-1.1-.9-2-2-2s-2 .9-2 2c0 .7.4 1.4 1 1.7z"
9
8
  id="icons-security-shield_svg__a"
9
+ d="M18 2H6c-1.1 0-2 .9-2 2v11.5c0 .6.3 1.2.8 1.6l6 4.5c.7.5 1.7.5 2.4 0l6-4.5c.5-.4.8-1 .8-1.6V4c0-1.1-.9-2-2-2zm0 13.5L12 20l-6-4.5V4h12v11.5zm-7-3.8V15h2v-3.3c.6-.3 1-1 1-1.7 0-1.1-.9-2-2-2s-2 .9-2 2c0 .7.4 1.4 1 1.7z"
10
10
  />
11
11
  </defs>
12
12
  <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-security-shield_svg__a" />
@@ -5,8 +5,8 @@ const SvgIconsSettings = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <defs>
7
7
  <path
8
- d="m22.06 12.017-.982 4.581h-2.992c-.177.232-.317.41-.447.562l.616 2.836L14.08 22l-1.871-2.37h-.663l-1.874 2.249-4.157-1.996.603-2.774a4.476 4.476 0 0 1-.505-.623H2.69l-.99-4.622 2.65-1.326c.035-.23.087-.461.157-.684l-1.82-2.306 2.98-3.643L8.28 5.149l.543-.272L9.575 2h4.589l.872 2.867.564.282 2.613-1.244 2.981 3.643-1.874 2.374a97.092 97.092 0 0 1 .136.607l2.604 1.488zm-4.265-.239-.099-.395c-.05-.198-.088-.366-.174-.754a26.36 26.36 0 0 0-.163-.706l-.114-.454 1.5-1.9-1.062-1.298-2.103 1.002-2.131-1.066-.7-2.298h-1.7l-.596 2.288L8.3 7.273 6.198 6.271 5.136 7.57l1.585 2.007-.271.543c-.145.29-.236.7-.236 1.033v.59L3.877 12.91l.357 1.667h2.513l.264.527c.18.36.433.676.73.899l.49.367-.531 2.445 1.457.7 1.494-1.794h2.482l1.498 1.897 1.438-.69-.512-2.356.369-.368c.236-.237.446-.498.922-1.133l.286-.382h2.4l.367-1.707-2.106-1.204zM12 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0-2c2.205 0 4 1.795 4 4s-1.795 4-4 4-4-1.795-4-4 1.795-4 4-4z"
9
8
  id="icons-settings_svg__a"
9
+ d="m22.06 12.017-.982 4.581h-2.992c-.177.232-.317.41-.447.562l.616 2.836L14.08 22l-1.871-2.37h-.663l-1.874 2.249-4.157-1.996.603-2.774a4.476 4.476 0 0 1-.505-.623H2.69l-.99-4.622 2.65-1.326c.035-.23.087-.461.157-.684l-1.82-2.306 2.98-3.643L8.28 5.149l.543-.272L9.575 2h4.589l.872 2.867.564.282 2.613-1.244 2.981 3.643-1.874 2.374a97.092 97.092 0 0 1 .136.607l2.604 1.488zm-4.265-.239-.099-.395c-.05-.198-.088-.366-.174-.754a26.36 26.36 0 0 0-.163-.706l-.114-.454 1.5-1.9-1.062-1.298-2.103 1.002-2.131-1.066-.7-2.298h-1.7l-.596 2.288L8.3 7.273 6.198 6.271 5.136 7.57l1.585 2.007-.271.543c-.145.29-.236.7-.236 1.033v.59L3.877 12.91l.357 1.667h2.513l.264.527c.18.36.433.676.73.899l.49.367-.531 2.445 1.457.7 1.494-1.794h2.482l1.498 1.897 1.438-.69-.512-2.356.369-.368c.236-.237.446-.498.922-1.133l.286-.382h2.4l.367-1.707-2.106-1.204zM12 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0-2c2.205 0 4 1.795 4 4s-1.795 4-4 4-4-1.795-4-4 1.795-4 4-4z"
10
10
  />
11
11
  </defs>
12
12
  <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-settings_svg__a" />
@@ -4,9 +4,9 @@ import * as React from 'react';
4
4
  const SvgIconsShip = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <path
7
- d="M10.53 7.773c-.353.045-.662.071-.935.095-.901.076-1.106.105-1.475.502-.818.88-1.324 2.017-1.617 2.877l2.1-.17a.918.918 0 0 0 .795-.648c.315-.998.7-1.88 1.133-2.656zm5.697 5.696a14.23 14.23 0 0 1-2.657 1.132.92.92 0 0 0-.647.798l-.17 2.098c.859-.292 1.995-.8 2.874-1.618.398-.37.429-.574.506-1.476.022-.273.05-.581.094-.934zM10.57 20l.385-4.76a2.884 2.884 0 0 1 2.022-2.52c6.16-1.947 6.988-6.763 7.058-8.75-1.986.08-6.816.924-8.754 7.054a2.883 2.883 0 0 1-2.52 2.022L4 13.43l.214-1.252c.02-.125.543-3.09 2.46-5.151.901-.97 1.76-1.043 2.755-1.127.698-.059 1.557-.132 2.851-.505 3.698-3.84 8.755-3.38 8.818-3.376l.8.082.082.8c.006.067.461 5.123-3.374 8.817-.374 1.295-.447 2.154-.506 2.853-.085.994-.158 1.853-1.128 2.754-2.061 1.917-5.025 2.44-5.15 2.46L10.569 20zM1 23l1.167-2.46c.22-.463 2.172-4.54 3.343-5.71.348-.347 1.074-.755 1.846-.83l.187 1.931c-.27.026-.579.194-.661.273-.386.385-1.006 1.412-1.616 2.53 1.118-.61 2.145-1.231 2.531-1.616a1.41 1.41 0 0 0 .272-.663l1.931.191c-.076.772-.484 1.496-.83 1.844-1.17 1.17-5.248 3.122-5.71 3.342L1 23z"
8
7
  fill="currentColor"
9
8
  fillRule="evenodd"
9
+ d="M10.53 7.773c-.353.045-.662.071-.935.095-.901.076-1.106.105-1.475.502-.818.88-1.324 2.017-1.617 2.877l2.1-.17a.918.918 0 0 0 .795-.648c.315-.998.7-1.88 1.133-2.656zm5.697 5.696a14.23 14.23 0 0 1-2.657 1.132.92.92 0 0 0-.647.798l-.17 2.098c.859-.292 1.995-.8 2.874-1.618.398-.37.429-.574.506-1.476.022-.273.05-.581.094-.934zM10.57 20l.385-4.76a2.884 2.884 0 0 1 2.022-2.52c6.16-1.947 6.988-6.763 7.058-8.75-1.986.08-6.816.924-8.754 7.054a2.883 2.883 0 0 1-2.52 2.022L4 13.43l.214-1.252c.02-.125.543-3.09 2.46-5.151.901-.97 1.76-1.043 2.755-1.127.698-.059 1.557-.132 2.851-.505 3.698-3.84 8.755-3.38 8.818-3.376l.8.082.082.8c.006.067.461 5.123-3.374 8.817-.374 1.295-.447 2.154-.506 2.853-.085.994-.158 1.853-1.128 2.754-2.061 1.917-5.025 2.44-5.15 2.46L10.569 20zM1 23l1.167-2.46c.22-.463 2.172-4.54 3.343-5.71.348-.347 1.074-.755 1.846-.83l.187 1.931c-.27.026-.579.194-.661.273-.386.385-1.006 1.412-1.616 2.53 1.118-.61 2.145-1.231 2.531-1.616a1.41 1.41 0 0 0 .272-.663l1.931.191c-.076.772-.484 1.496-.83 1.844-1.17 1.17-5.248 3.122-5.71 3.342L1 23z"
10
10
  />
11
11
  </svg>
12
12
  );
@@ -5,8 +5,8 @@ const SvgIconsShowPassword = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <defs>
7
7
  <path
8
- d="M11.999 9a3.001 3.001 0 0 1 0 6 3 3 0 1 1 0-6zm5.467 6.535L21.002 12l-3.536-3.534a4.961 4.961 0 0 0-3.534-1.464H10.07a4.967 4.967 0 0 0-3.536 1.463L2.999 12l3.536 3.536A4.971 4.971 0 0 0 10.07 17h3.86a5.029 5.029 0 0 0 3.535-1.465zm4.949-4.949c.78.78.78 2.05 0 2.828L18.88 16.95A7.042 7.042 0 0 1 13.932 19H10.07a6.954 6.954 0 0 1-4.95-2.05l-3.535-3.536a2.001 2.001 0 0 1 0-2.828L5.12 7.05A6.95 6.95 0 0 1 10.07 5l3.862.001c1.868 0 3.626.727 4.947 2.05l3.535 3.535z"
9
8
  id="icons-show-password_svg__a"
9
+ d="M11.999 9a3.001 3.001 0 0 1 0 6 3 3 0 1 1 0-6zm5.467 6.535L21.002 12l-3.536-3.534a4.961 4.961 0 0 0-3.534-1.464H10.07a4.967 4.967 0 0 0-3.536 1.463L2.999 12l3.536 3.536A4.971 4.971 0 0 0 10.07 17h3.86a5.029 5.029 0 0 0 3.535-1.465zm4.949-4.949c.78.78.78 2.05 0 2.828L18.88 16.95A7.042 7.042 0 0 1 13.932 19H10.07a6.954 6.954 0 0 1-4.95-2.05l-3.535-3.536a2.001 2.001 0 0 1 0-2.828L5.12 7.05A6.95 6.95 0 0 1 10.07 5l3.862.001c1.868 0 3.626.727 4.947 2.05l3.535 3.535z"
10
10
  />
11
11
  </defs>
12
12
  <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-show-password_svg__a" />
@@ -5,8 +5,8 @@ const SvgIconsShuffle = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <defs>
7
7
  <path
8
- d="M15.7 19.9h2v2h-2v-2zm-10 0h2v2h-2v-2zM16.7 2 13 5.7l1.4 1.4 1.3-1.3v2.7l-4 3.6-4-3.6V5.8L9 7.1l1.4-1.4L6.7 2 3 5.7l1.4 1.4 1.3-1.3v3.6l4.5 4-4.5 4.1v1.4h2v-.5l4-3.6 4 3.6v.5h2v-1.4l-4.5-4.1 4.5-4V5.8L19 7.1l1.4-1.4L16.7 2z"
9
8
  id="icons-shuffle_svg__a"
9
+ d="M15.7 19.9h2v2h-2v-2zm-10 0h2v2h-2v-2zM16.7 2 13 5.7l1.4 1.4 1.3-1.3v2.7l-4 3.6-4-3.6V5.8L9 7.1l1.4-1.4L6.7 2 3 5.7l1.4 1.4 1.3-1.3v3.6l4.5 4-4.5 4.1v1.4h2v-.5l4-3.6 4 3.6v.5h2v-1.4l-4.5-4.1 4.5-4V5.8L19 7.1l1.4-1.4L16.7 2z"
10
10
  />
11
11
  </defs>
12
12
  <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-shuffle_svg__a" />
@@ -5,8 +5,8 @@ const SvgIconsStability = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <g fill="currentColor" fillRule="evenodd">
7
7
  <path
8
- d="M12 22a4 4 0 1 0 0-8 4 4 0 0 0 0 8zm0-2a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm-6-8a4 4 0 1 0 0-8 4 4 0 0 0 0 8zm0-2a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm12 2a4 4 0 1 0 0-8 4 4 0 0 0 0 8zm0-2a2 2 0 1 1 0-4 2 2 0 0 1 0 4z"
9
8
  fillRule="nonzero"
9
+ d="M12 22a4 4 0 1 0 0-8 4 4 0 0 0 0 8zm0-2a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm-6-8a4 4 0 1 0 0-8 4 4 0 0 0 0 8zm0-2a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm12 2a4 4 0 1 0 0-8 4 4 0 0 0 0 8zm0-2a2 2 0 1 1 0-4 2 2 0 0 1 0 4z"
10
10
  />
11
11
  <path d="M2 12h20v2H2z" />
12
12
  </g>
@@ -5,8 +5,8 @@ const SvgIconsStack = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <defs>
7
7
  <path
8
- d="m12 5.273-5.545 2 5.545 2 5.545-2-5.545-2zm.273-1.818 8.182 3c.818.272.818 1.454 0 1.727l-8.182 3a.777.777 0 0 1-.637 0l-8.181-3c-.819-.273-.819-1.455 0-1.727l8.181-3c.273-.091.455-.091.637 0zm7.636 7.454c.455-.182 1 .091 1.182.546.182.454-.091 1-.546 1.181l-8.181 3a.777.777 0 0 1-.637 0l-8.182-3C3 12.455 2.818 12 3 11.455c.182-.546.727-.728 1.182-.546l7.909 2.91 7.818-2.91zm0 4.546c.455-.182 1 .09 1.182.545.182.455-.091 1-.546 1.182l-8.181 3a.777.777 0 0 1-.637 0l-8.182-3C3.091 17 2.818 16.455 3 16c.182-.455.727-.727 1.182-.545l7.909 2.909 7.818-2.91z"
9
8
  id="icons-stack_svg__a"
9
+ d="m12 5.273-5.545 2 5.545 2 5.545-2-5.545-2zm.273-1.818 8.182 3c.818.272.818 1.454 0 1.727l-8.182 3a.777.777 0 0 1-.637 0l-8.181-3c-.819-.273-.819-1.455 0-1.727l8.181-3c.273-.091.455-.091.637 0zm7.636 7.454c.455-.182 1 .091 1.182.546.182.454-.091 1-.546 1.181l-8.181 3a.777.777 0 0 1-.637 0l-8.182-3C3 12.455 2.818 12 3 11.455c.182-.546.727-.728 1.182-.546l7.909 2.91 7.818-2.91zm0 4.546c.455-.182 1 .09 1.182.545.182.455-.091 1-.546 1.182l-8.181 3a.777.777 0 0 1-.637 0l-8.182-3C3.091 17 2.818 16.455 3 16c.182-.455.727-.727 1.182-.545l7.909 2.909 7.818-2.91z"
10
10
  />
11
11
  </defs>
12
12
  <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-stack_svg__a" />
@@ -5,8 +5,8 @@ const SvgIconsStatus = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <defs>
7
7
  <path
8
- d="M12 19a7 7 0 1 1 0-14 7 7 0 0 1 0 14zm0-2a5 5 0 1 0 0-10 5 5 0 0 0 0 10zm0 5c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zm0 2C5.373 24 0 18.627 0 12S5.373 0 12 0s12 5.373 12 12-5.373 12-12 12z"
9
8
  id="icons-status_svg__a"
9
+ d="M12 19a7 7 0 1 1 0-14 7 7 0 0 1 0 14zm0-2a5 5 0 1 0 0-10 5 5 0 0 0 0 10zm0 5c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zm0 2C5.373 24 0 18.627 0 12S5.373 0 12 0s12 5.373 12 12-5.373 12-12 12z"
10
10
  />
11
11
  </defs>
12
12
  <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-status_svg__a" />
@@ -4,10 +4,10 @@ import * as React from 'react';
4
4
  const SvgIconsStepThirdParty = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} fill="none" viewBox="0 0 24 24">
6
6
  <path
7
+ fillRule="evenodd"
7
8
  clipRule="evenodd"
8
9
  d="M14.34 5.152 12 3 9.66 5.152 6.439 4.72l-.563 3.049L3 9.218 4.43 12 3 14.781l2.875 1.451.563 3.05 3.223-.434L12 21l2.34-2.152 3.222.433.563-3.049L21 14.782 19.57 12 21 9.219l-2.875-1.451-.563-3.05-3.223.434Z"
9
10
  fill="currentColor"
10
- fillRule="evenodd"
11
11
  />
12
12
  <path d="m8.019 11.814 1.338-1.273 1.697 1.613 3.393-3.227 1.339 1.273-4.732 4.5-3.035-2.886Z" fill="#fff" />
13
13
  </svg>
@@ -3,7 +3,7 @@ import * as React from 'react';
3
3
 
4
4
  const SvgIconsStepUpgradeCircle = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} fill="none" viewBox="0 0 24 24">
6
- <circle cx={12} cy={12} fill="currentColor" r={8} />
6
+ <circle cx={12} cy={12} r={8} fill="currentColor" />
7
7
  <path d="m13 11 2 2 1.5-1.5L12 7l-4.5 4.5L9 13l2-2v6h2v-6Z" fill="#fff" />
8
8
  </svg>
9
9
  );
@@ -3,7 +3,7 @@ import * as React from 'react';
3
3
 
4
4
  const SvgIconsStepVersionOk = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} fill="none" viewBox="0 0 24 24">
6
- <circle cx={12} cy={12} fill="currentColor" r={8} />
6
+ <circle cx={12} cy={12} r={8} fill="currentColor" />
7
7
  <path d="m7.577 12.207 1.487-1.414 1.885 1.793L14.719 9l1.487 1.414-5.257 5-3.372-3.207Z" fill="#fff" />
8
8
  </svg>
9
9
  );
@@ -4,9 +4,9 @@ import * as React from 'react';
4
4
  const SvgIconsSteps = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <path
7
- d="M16.942 17.243 13 19.433V11.87l6-3.32v5.197a3.998 3.998 0 0 1-2.058 3.495zM5 13.748V8.506l6 3.361v7.565l-3.943-2.189A3.999 3.999 0 0 1 5 13.748zm5.058-9.245A4.011 4.011 0 0 1 12 4a4.01 4.01 0 0 1 1.941.503l4.113 2.284-6.05 3.351-6.02-3.374 4.074-2.26zm9.91 1.06-5.056-2.809a5.998 5.998 0 0 0-5.824 0L4.031 5.562a2.002 2.002 0 0 0-1.03 1.751v6.435a5.997 5.997 0 0 0 3.086 5.244l4.94 2.743c.605.336 1.34.336 1.945 0l4.941-2.743A5.999 5.999 0 0 0 21 13.748V7.313a2 2 0 0 0-1.032-1.75z"
8
7
  fill="currentColor"
9
8
  fillRule="evenodd"
9
+ d="M16.942 17.243 13 19.433V11.87l6-3.32v5.197a3.998 3.998 0 0 1-2.058 3.495zM5 13.748V8.506l6 3.361v7.565l-3.943-2.189A3.999 3.999 0 0 1 5 13.748zm5.058-9.245A4.011 4.011 0 0 1 12 4a4.01 4.01 0 0 1 1.941.503l4.113 2.284-6.05 3.351-6.02-3.374 4.074-2.26zm9.91 1.06-5.056-2.809a5.998 5.998 0 0 0-5.824 0L4.031 5.562a2.002 2.002 0 0 0-1.03 1.751v6.435a5.997 5.997 0 0 0 3.086 5.244l4.94 2.743c.605.336 1.34.336 1.945 0l4.941-2.743A5.999 5.999 0 0 0 21 13.748V7.313a2 2 0 0 0-1.032-1.75z"
10
10
  />
11
11
  </svg>
12
12
  );
@@ -5,8 +5,8 @@ const SvgIconsStopwatch = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <defs>
7
7
  <path
8
- d="M11 4h-1V2h4v2h-1v1.1c3.9.5 7 3.8 7 7.9 0 4.4-3.6 8-8 8s-8-3.6-8-8c0-4.1 3.1-7.4 7-7.9V4zm1 15c3.3 0 6-2.7 6-6s-2.7-6-6-6-6 2.7-6 6 2.7 6 6 6zM3 6.828 5.828 4l1.415 1.414-2.829 2.829L3 6.828zM18.414 4l2.829 2.828-1.415 1.415L17 5.414 18.414 4zm-3.878 5 1.414 1.414-3.536 3.536L11 12.536 14.536 9z"
9
8
  id="icons-stopwatch_svg__a"
9
+ d="M11 4h-1V2h4v2h-1v1.1c3.9.5 7 3.8 7 7.9 0 4.4-3.6 8-8 8s-8-3.6-8-8c0-4.1 3.1-7.4 7-7.9V4zm1 15c3.3 0 6-2.7 6-6s-2.7-6-6-6-6 2.7-6 6 2.7 6 6 6zM3 6.828 5.828 4l1.415 1.414-2.829 2.829L3 6.828zM18.414 4l2.829 2.828-1.415 1.415L17 5.414 18.414 4zm-3.878 5 1.414 1.414-3.536 3.536L11 12.536 14.536 9z"
10
10
  />
11
11
  </defs>
12
12
  <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-stopwatch_svg__a" />
@@ -5,8 +5,8 @@ const SvgIconsSupport = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <defs>
7
7
  <path
8
- d="M12 20c4.4 0 8-3.6 8-8s-3.6-8-8-8-8 3.6-8 8 3.6 8 8 8zm0 2C6.5 22 2 17.5 2 12S6.5 2 12 2s10 4.5 10 10-4.5 10-10 10zm-1.2-8.5c0-2 2.3-2 2.3-3.4 0-.6-.5-1-1.2-1-1.3-.1-1.7 1-1.7 1l-1.7-.8S9.2 7 11.9 7c2 0 3.3 1.3 3.3 2.8 0 2.6-2.5 2.6-2.5 4.3h-1.8s-.1-.3-.1-.6zm-.2 2.5c0-.6.5-1 1.1-1 .6 0 1.1.5 1.1 1 0 .6-.5 1-1.1 1-.6 0-1.1-.5-1.1-1z"
9
8
  id="icons-support_svg__a"
9
+ d="M12 20c4.4 0 8-3.6 8-8s-3.6-8-8-8-8 3.6-8 8 3.6 8 8 8zm0 2C6.5 22 2 17.5 2 12S6.5 2 12 2s10 4.5 10 10-4.5 10-10 10zm-1.2-8.5c0-2 2.3-2 2.3-3.4 0-.6-.5-1-1.2-1-1.3-.1-1.7 1-1.7 1l-1.7-.8S9.2 7 11.9 7c2 0 3.3 1.3 3.3 2.8 0 2.6-2.5 2.6-2.5 4.3h-1.8s-.1-.3-.1-.6zm-.2 2.5c0-.6.5-1 1.1-1 .6 0 1.1.5 1.1 1 0 .6-.5 1-1.1 1-.6 0-1.1-.5-1.1-1z"
10
10
  />
11
11
  </defs>
12
12
  <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-support_svg__a" />
@@ -4,9 +4,9 @@ import * as React from 'react';
4
4
  const SvgIconsTestFailed = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <path
7
- d="M12.851 4.353a1.204 1.204 0 0 0-1.702 0l-6.796 6.796c-.47.47-.47 1.232 0 1.702l6.796 6.796c.47.47 1.232.47 1.702 0l6.796-6.796c.47-.47.47-1.232 0-1.702l-6.796-6.796zm1.414-1.415 6.797 6.797a3.204 3.204 0 0 1 0 4.53l-6.797 6.797a3.204 3.204 0 0 1-4.53 0l-6.797-6.797a3.204 3.204 0 0 1 0-4.53l6.797-6.797a3.204 3.204 0 0 1 4.53 0zM12 10.586l2-2L15.414 10l-2 2 2 2L14 15.414l-2-2-2 2L8.586 14l2-2-2-2L10 8.586l2 2z"
8
7
  fill="currentColor"
9
8
  fillRule="evenodd"
9
+ d="M12.851 4.353a1.204 1.204 0 0 0-1.702 0l-6.796 6.796c-.47.47-.47 1.232 0 1.702l6.796 6.796c.47.47 1.232.47 1.702 0l6.796-6.796c.47-.47.47-1.232 0-1.702l-6.796-6.796zm1.414-1.415 6.797 6.797a3.204 3.204 0 0 1 0 4.53l-6.797 6.797a3.204 3.204 0 0 1-4.53 0l-6.797-6.797a3.204 3.204 0 0 1 0-4.53l6.797-6.797a3.204 3.204 0 0 1 4.53 0zM12 10.586l2-2L15.414 10l-2 2 2 2L14 15.414l-2-2-2 2L8.586 14l2-2-2-2L10 8.586l2 2z"
10
10
  />
11
11
  </svg>
12
12
  );
@@ -4,9 +4,9 @@ import * as React from 'react';
4
4
  const SvgIconsTestInconclusive = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <path
7
- d="M12.851 4.353a1.204 1.204 0 0 0-1.702 0l-6.796 6.796c-.47.47-.47 1.232 0 1.702l6.796 6.796c.47.47 1.232.47 1.702 0l6.796-6.796c.47-.47.47-1.232 0-1.702l-6.796-6.796zm1.414-1.415 6.797 6.797a3.204 3.204 0 0 1 0 4.53l-6.797 6.797a3.204 3.204 0 0 1-4.53 0l-6.797-6.797a3.204 3.204 0 0 1 0-4.53l6.797-6.797a3.204 3.204 0 0 1 4.53 0zM11.02 13.834c0-1.8 2.082-1.8 2.082-3.103 0-.497-.429-.931-1.102-.931-1.163 0-1.47.993-1.47.993L9 10.11S9.612 8 12.061 8C13.837 8 15 9.18 15 10.483c0 2.296-2.204 2.296-2.204 3.91h-1.653s-.123-.31-.123-.559zm-.122 2.235c0-.497.429-.931.98-.931.55 0 .98.434.98.931 0 .497-.43.931-.98.931-.551 0-.98-.434-.98-.931z"
8
7
  fill="currentColor"
9
8
  fillRule="evenodd"
9
+ d="M12.851 4.353a1.204 1.204 0 0 0-1.702 0l-6.796 6.796c-.47.47-.47 1.232 0 1.702l6.796 6.796c.47.47 1.232.47 1.702 0l6.796-6.796c.47-.47.47-1.232 0-1.702l-6.796-6.796zm1.414-1.415 6.797 6.797a3.204 3.204 0 0 1 0 4.53l-6.797 6.797a3.204 3.204 0 0 1-4.53 0l-6.797-6.797a3.204 3.204 0 0 1 0-4.53l6.797-6.797a3.204 3.204 0 0 1 4.53 0zM11.02 13.834c0-1.8 2.082-1.8 2.082-3.103 0-.497-.429-.931-1.102-.931-1.163 0-1.47.993-1.47.993L9 10.11S9.612 8 12.061 8C13.837 8 15 9.18 15 10.483c0 2.296-2.204 2.296-2.204 3.91h-1.653s-.123-.31-.123-.559zm-.122 2.235c0-.497.429-.931.98-.931.55 0 .98.434.98.931 0 .497-.43.931-.98.931-.551 0-.98-.434-.98-.931z"
10
10
  />
11
11
  </svg>
12
12
  );
@@ -4,9 +4,9 @@ import * as React from 'react';
4
4
  const SvgIconsTestInfo = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <path
7
- d="M12.851 4.353a1.204 1.204 0 0 0-1.702 0l-6.796 6.796c-.47.47-.47 1.232 0 1.702l6.796 6.796c.47.47 1.232.47 1.702 0l6.796-6.796c.47-.47.47-1.232 0-1.702l-6.796-6.796zm1.414-1.415 6.797 6.797a3.204 3.204 0 0 1 0 4.53l-6.797 6.797a3.204 3.204 0 0 1-4.53 0l-6.797-6.797a3.204 3.204 0 0 1 0-4.53l6.797-6.797a3.204 3.204 0 0 1 4.53 0zM12 8a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm-2.4 3.9L9 10l2.7-.9c.7-.2 1.4.4 1.3 1.1l-.8 5.3 1.5-.5.6 1.9-3 1c-.7.2-1.4-.4-1.3-1.1l.8-5.4-1.2.5z"
8
7
  fill="currentColor"
9
8
  fillRule="evenodd"
9
+ d="M12.851 4.353a1.204 1.204 0 0 0-1.702 0l-6.796 6.796c-.47.47-.47 1.232 0 1.702l6.796 6.796c.47.47 1.232.47 1.702 0l6.796-6.796c.47-.47.47-1.232 0-1.702l-6.796-6.796zm1.414-1.415 6.797 6.797a3.204 3.204 0 0 1 0 4.53l-6.797 6.797a3.204 3.204 0 0 1-4.53 0l-6.797-6.797a3.204 3.204 0 0 1 0-4.53l6.797-6.797a3.204 3.204 0 0 1 4.53 0zM12 8a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm-2.4 3.9L9 10l2.7-.9c.7-.2 1.4.4 1.3 1.1l-.8 5.3 1.5-.5.6 1.9-3 1c-.7.2-1.4-.4-1.3-1.1l.8-5.4-1.2.5z"
10
10
  />
11
11
  </svg>
12
12
  );
@@ -4,9 +4,9 @@ import * as React from 'react';
4
4
  const SvgIconsTestSkipped = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <path
7
- d="M12.851 4.353a1.204 1.204 0 0 0-1.702 0l-6.796 6.796c-.47.47-.47 1.232 0 1.702l6.796 6.796c.47.47 1.232.47 1.702 0l6.796-6.796c.47-.47.47-1.232 0-1.702l-6.796-6.796zm1.414-1.415 6.797 6.797a3.204 3.204 0 0 1 0 4.53l-6.797 6.797a3.204 3.204 0 0 1-4.53 0l-6.797-6.797a3.204 3.204 0 0 1 0-4.53l6.797-6.797a3.204 3.204 0 0 1 4.53 0zM12.585 10 14 8.586l3.419 3.418L14 15.423l-1.414-1.414 2.004-2.005L12.586 10zm-4 0L10 8.586l3.419 3.418L10 15.423l-1.414-1.414 2.004-2.005L8.586 10z"
8
7
  fill="currentColor"
9
8
  fillRule="evenodd"
9
+ d="M12.851 4.353a1.204 1.204 0 0 0-1.702 0l-6.796 6.796c-.47.47-.47 1.232 0 1.702l6.796 6.796c.47.47 1.232.47 1.702 0l6.796-6.796c.47-.47.47-1.232 0-1.702l-6.796-6.796zm1.414-1.415 6.797 6.797a3.204 3.204 0 0 1 0 4.53l-6.797 6.797a3.204 3.204 0 0 1-4.53 0l-6.797-6.797a3.204 3.204 0 0 1 0-4.53l6.797-6.797a3.204 3.204 0 0 1 4.53 0zM12.585 10 14 8.586l3.419 3.418L14 15.423l-1.414-1.414 2.004-2.005L12.586 10zm-4 0L10 8.586l3.419 3.418L10 15.423l-1.414-1.414 2.004-2.005L8.586 10z"
10
10
  />
11
11
  </svg>
12
12
  );
@@ -4,9 +4,9 @@ import * as React from 'react';
4
4
  const SvgIconsTestSuccess = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <path
7
- d="M12.851 4.353a1.204 1.204 0 0 0-1.702 0l-6.796 6.796c-.47.47-.47 1.232 0 1.702l6.796 6.796c.47.47 1.232.47 1.702 0l6.796-6.796c.47-.47.47-1.232 0-1.702l-6.796-6.796zm1.414-1.415 6.797 6.797a3.204 3.204 0 0 1 0 4.53l-6.797 6.797a3.204 3.204 0 0 1-4.53 0l-6.797-6.797a3.204 3.204 0 0 1 0-4.53l6.797-6.797a3.204 3.204 0 0 1 4.53 0zm.736 6.648L16.414 11 11 16.408l-3.414-3.413L9 11.58l2 2 4.001-3.994z"
8
7
  fill="currentColor"
9
8
  fillRule="evenodd"
9
+ d="M12.851 4.353a1.204 1.204 0 0 0-1.702 0l-6.796 6.796c-.47.47-.47 1.232 0 1.702l6.796 6.796c.47.47 1.232.47 1.702 0l6.796-6.796c.47-.47.47-1.232 0-1.702l-6.796-6.796zm1.414-1.415 6.797 6.797a3.204 3.204 0 0 1 0 4.53l-6.797 6.797a3.204 3.204 0 0 1-4.53 0l-6.797-6.797a3.204 3.204 0 0 1 0-4.53l6.797-6.797a3.204 3.204 0 0 1 4.53 0zm.736 6.648L16.414 11 11 16.408l-3.414-3.413L9 11.58l2 2 4.001-3.994z"
10
10
  />
11
11
  </svg>
12
12
  );
@@ -4,9 +4,9 @@ import * as React from 'react';
4
4
  const SvgIconsTestWarning = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <path
7
- d="M12.851 4.353a1.204 1.204 0 0 0-1.702 0l-6.796 6.796c-.47.47-.47 1.232 0 1.702l6.796 6.796c.47.47 1.232.47 1.702 0l6.796-6.796c.47-.47.47-1.232 0-1.702l-6.796-6.796zm1.414-1.415 6.797 6.797a3.204 3.204 0 0 1 0 4.53l-6.797 6.797a3.204 3.204 0 0 1-4.53 0l-6.797-6.797a3.204 3.204 0 0 1 0-4.53l6.797-6.797a3.204 3.204 0 0 1 4.53 0zM11 6h1.998v7.996H11V6zm0 10h1.998v1.998H11V16z"
8
7
  fill="currentColor"
9
8
  fillRule="evenodd"
9
+ d="M12.851 4.353a1.204 1.204 0 0 0-1.702 0l-6.796 6.796c-.47.47-.47 1.232 0 1.702l6.796 6.796c.47.47 1.232.47 1.702 0l6.796-6.796c.47-.47.47-1.232 0-1.702l-6.796-6.796zm1.414-1.415 6.797 6.797a3.204 3.204 0 0 1 0 4.53l-6.797 6.797a3.204 3.204 0 0 1-4.53 0l-6.797-6.797a3.204 3.204 0 0 1 0-4.53l6.797-6.797a3.204 3.204 0 0 1 4.53 0zM11 6h1.998v7.996H11V6zm0 10h1.998v1.998H11V16z"
10
10
  />
11
11
  </svg>
12
12
  );
@@ -4,7 +4,7 @@ import * as React from 'react';
4
4
  const SvgIconsTick = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <defs>
7
- <path d="M10.213 13.915 17.234 7l1.49 1.49L10.212 17 5 11.68l1.49-1.489z" id="icons-tick_svg__a" />
7
+ <path id="icons-tick_svg__a" d="M10.213 13.915 17.234 7l1.49 1.49L10.212 17 5 11.68l1.49-1.489z" />
8
8
  </defs>
9
9
  <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-tick_svg__a" />
10
10
  </svg>
@@ -5,8 +5,8 @@ const SvgIconsTime = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <defs>
7
7
  <path
8
- d="M12 12c-3.7 0-6.9 2.5-7.7 6H2c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2h-2.3c-.8-3.5-4-6-7.7-6zm-5.7 6c.8-2.3 3-4 5.7-4s4.8 1.7 5.7 4H6.3zM19.7 6H22c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2h2.3c.9 3.5 4 6 7.7 6s6.9-2.5 7.7-6zM12 10c-2.6 0-4.8-1.7-5.7-4h11.3c-.8 2.3-3 4-5.6 4z"
9
8
  id="icons-time_svg__a"
9
+ d="M12 12c-3.7 0-6.9 2.5-7.7 6H2c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2h-2.3c-.8-3.5-4-6-7.7-6zm-5.7 6c.8-2.3 3-4 5.7-4s4.8 1.7 5.7 4H6.3zM19.7 6H22c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2h2.3c.9 3.5 4 6 7.7 6s6.9-2.5 7.7-6zM12 10c-2.6 0-4.8-1.7-5.7-4h11.3c-.8 2.3-3 4-5.6 4z"
10
10
  />
11
11
  </defs>
12
12
  <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-time_svg__a" />
@@ -5,8 +5,8 @@ const SvgIconsTrash = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <defs>
7
7
  <path
8
- d="M5 5h14v2H5V5zm11 14H8V8H6v11c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V8h-2v11zM11 2h2v2h-2V2z"
9
8
  id="icons-trash_svg__a"
9
+ d="M5 5h14v2H5V5zm11 14H8V8H6v11c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V8h-2v11zM11 2h2v2h-2V2z"
10
10
  />
11
11
  </defs>
12
12
  <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-trash_svg__a" />
@@ -5,8 +5,8 @@ const SvgIconsTrigger = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <defs>
7
7
  <path
8
- d="M7.133 13h4.469a1.001 1.001 0 0 1 .969 1.243l-.688 2.746 4.984-5.99h-4.468a.998.998 0 0 1-.97-1.242l.688-2.746L7.133 13zm2.713 9a1 1 0 0 1-.97-1.243L10.32 15H5a1 1 0 0 1-.768-1.64l9.154-11a1 1 0 0 1 1.738.883L13.68 9H19a1 1 0 0 1 .769 1.64l-9.155 11a1 1 0 0 1-.768.36z"
9
8
  id="icons-trigger_svg__a"
9
+ d="M7.133 13h4.469a1.001 1.001 0 0 1 .969 1.243l-.688 2.746 4.984-5.99h-4.468a.998.998 0 0 1-.97-1.242l.688-2.746L7.133 13zm2.713 9a1 1 0 0 1-.97-1.243L10.32 15H5a1 1 0 0 1-.768-1.64l9.154-11a1 1 0 0 1 1.738.883L13.68 9H19a1 1 0 0 1 .769 1.64l-9.155 11a1 1 0 0 1-.768.36z"
10
10
  />
11
11
  </defs>
12
12
  <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-trigger_svg__a" />
@@ -5,8 +5,8 @@ const SvgIconsTwitter = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <defs>
7
7
  <path
8
- d="M8.659 19.619c6.796 0 10.513-5.863 10.513-10.947 0-.167 0-.333-.011-.498a7.698 7.698 0 0 0 1.843-1.991 7.148 7.148 0 0 1-2.122.605 3.838 3.838 0 0 0 1.625-2.128 7.229 7.229 0 0 1-2.347.934c-1.145-1.268-2.965-1.579-4.439-.757-1.474.821-2.235 2.57-1.857 4.266-2.97-.155-5.739-1.616-7.615-4.02-.98 1.758-.48 4.007 1.144 5.136a3.557 3.557 0 0 1-1.677-.481v.048c0 1.832 1.24 3.41 2.964 3.772a3.547 3.547 0 0 1-1.668.066c.484 1.567 1.871 2.641 3.452 2.672a7.229 7.229 0 0 1-4.589 1.65c-.294 0-.587-.019-.88-.055a10.16 10.16 0 0 0 5.664 1.725"
9
8
  id="icons-twitter_svg__a"
9
+ d="M8.659 19.619c6.796 0 10.513-5.863 10.513-10.947 0-.167 0-.333-.011-.498a7.698 7.698 0 0 0 1.843-1.991 7.148 7.148 0 0 1-2.122.605 3.838 3.838 0 0 0 1.625-2.128 7.229 7.229 0 0 1-2.347.934c-1.145-1.268-2.965-1.579-4.439-.757-1.474.821-2.235 2.57-1.857 4.266-2.97-.155-5.739-1.616-7.615-4.02-.98 1.758-.48 4.007 1.144 5.136a3.557 3.557 0 0 1-1.677-.481v.048c0 1.832 1.24 3.41 2.964 3.772a3.547 3.547 0 0 1-1.668.066c.484 1.567 1.871 2.641 3.452 2.672a7.229 7.229 0 0 1-4.589 1.65c-.294 0-.587-.019-.88-.055a10.16 10.16 0 0 0 5.664 1.725"
10
10
  />
11
11
  </defs>
12
12
  <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-twitter_svg__a" />
@@ -5,8 +5,8 @@ const SvgIconsValidateShield = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <defs>
7
7
  <path
8
- d="m17.1 8.653-1.4-1.455-5.4 5.614-1.9-2.08-1.4 1.56 3.3 3.43 6.8-7.069zM20 2H4c-1.1 0-2 .936-2 2.08v11.85c0 .728.4 1.456 1 1.768l8 4.99c.3.208.7.312 1 .312.4 0 .7-.104 1-.312l8-4.99c.6-.416 1-1.04 1-1.767V4.079C22 2.936 21.1 2 20 2zm0 13.93-8 4.99-8-4.99V4.08h16v11.85z"
9
8
  id="icons-validate-shield_svg__a"
9
+ d="m17.1 8.653-1.4-1.455-5.4 5.614-1.9-2.08-1.4 1.56 3.3 3.43 6.8-7.069zM20 2H4c-1.1 0-2 .936-2 2.08v11.85c0 .728.4 1.456 1 1.768l8 4.99c.3.208.7.312 1 .312.4 0 .7-.104 1-.312l8-4.99c.6-.416 1-1.04 1-1.767V4.079C22 2.936 21.1 2 20 2zm0 13.93-8 4.99-8-4.99V4.08h16v11.85z"
10
10
  />
11
11
  </defs>
12
12
  <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-validate-shield_svg__a" />
@@ -5,8 +5,8 @@ const SvgIconsWarning = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <defs>
7
7
  <path
8
- d="M21.8 19.102 13.806 3.114a2.002 2.002 0 0 0-2.698-.899c-.3.2-.6.5-.8.9L2.216 19.101c-.5 1-.1 2.199.9 2.698.3.1.599.2.899.2h15.988A2.003 2.003 0 0 0 22 20.002c0-.3-.1-.6-.2-.9zm-17.786.9 7.994-15.988 7.994 15.988H4.014zm6.994-9.993h1.999v4.996h-1.999V10.01zm0 5.996h1.999v1.998h-1.999v-1.998z"
9
8
  id="icons-warning_svg__a"
9
+ d="M21.8 19.102 13.806 3.114a2.002 2.002 0 0 0-2.698-.899c-.3.2-.6.5-.8.9L2.216 19.101c-.5 1-.1 2.199.9 2.698.3.1.599.2.899.2h15.988A2.003 2.003 0 0 0 22 20.002c0-.3-.1-.6-.2-.9zm-17.786.9 7.994-15.988 7.994 15.988H4.014zm6.994-9.993h1.999v4.996h-1.999V10.01zm0 5.996h1.999v1.998h-1.999v-1.998z"
10
10
  />
11
11
  </defs>
12
12
  <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-warning_svg__a" />
@@ -5,10 +5,10 @@ const SvgIconsWebUi = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} fill="none" viewBox="0 0 24 24">
6
6
  <path d="M15.988 10V8H11v5h2v-1.544l2.523 2.567 1.415-1.414L14.373 10h1.615Z" fill="currentColor" />
7
7
  <path
8
+ fillRule="evenodd"
8
9
  clipRule="evenodd"
9
10
  d="M18 4H6a2 2 0 0 0-2 2v11h16V6a2 2 0 0 0-2-2Zm0 2v9H6V6h12Z"
10
11
  fill="currentColor"
11
- fillRule="evenodd"
12
12
  />
13
13
  <path d="M2 18h20v2H2v-2Z" fill="currentColor" />
14
14
  </svg>
@@ -5,8 +5,8 @@ const SvgIconsWindow = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <defs>
7
7
  <path
8
- d="M6 8h10v2H6V8zm14-4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V7h16v11zM6 11h12v2H6v-2zm0 3h8v2H6v-2z"
9
8
  id="icons-window_svg__a"
9
+ d="M6 8h10v2H6V8zm14-4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V7h16v11zM6 11h12v2H6v-2zm0 3h8v2H6v-2z"
10
10
  />
11
11
  </defs>
12
12
  <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-window_svg__a" />
@@ -5,8 +5,8 @@ const SvgIconsWorkflow = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <defs>
7
7
  <path
8
- d="M18.5 8V3h-5V2h-3v1h-5v5h5v1h-5v5h5v1h-5v5h5v2h3v-2h5v-5h-5v-1h5V9h-5V8h5zm-2 9v1h-9v-1h9zm0-6v1h-9v-1h9zm-9-5V5h9v1h-9z"
9
8
  id="icons-workflow_svg__a"
9
+ d="M18.5 8V3h-5V2h-3v1h-5v5h5v1h-5v5h5v1h-5v5h5v2h3v-2h5v-5h-5v-1h5V9h-5V8h5zm-2 9v1h-9v-1h9zm0-6v1h-9v-1h9zm-9-5V5h9v1h-9z"
10
10
  />
11
11
  </defs>
12
12
  <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-workflow_svg__a" />
@@ -5,8 +5,8 @@ const SvgIconsWorkflowFlow = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <defs>
7
7
  <path
8
- d="M14.857 4.857H10C9.524 3.238 8.095 2 6.286 2a3.82 3.82 0 0 0-3.81 3.81 3.82 3.82 0 0 0 3.81 3.809c1.81 0 3.238-1.238 3.714-2.857h4.857c2.667 0 4.762 2.095 4.762 4.762 0 1.714-.857 3.238-2.286 4.095-.571-1.333-1.904-2.19-3.428-2.19-1.81 0-3.238 1.238-3.715 2.857h-.476c-2.666 0-4.762 2.19-4.762 4.762h1.905c0-1.62 1.333-2.858 2.857-2.858h.476c.381 1.62 1.905 2.858 3.715 2.858 2 0 3.619-1.524 3.81-3.524 2.285-1.048 3.809-3.429 3.809-6a6.626 6.626 0 0 0-6.667-6.667zM6.286 7.714A1.91 1.91 0 0 1 4.38 5.81a1.91 1.91 0 0 1 1.905-1.905A1.91 1.91 0 0 1 8.19 5.81a1.91 1.91 0 0 1-1.904 1.904zm7.619 11.429A1.91 1.91 0 0 1 12 17.238a1.91 1.91 0 0 1 1.905-1.905 1.91 1.91 0 0 1 1.905 1.905 1.91 1.91 0 0 1-1.905 1.905z"
9
8
  id="icons-workflow-flow_svg__a"
9
+ d="M14.857 4.857H10C9.524 3.238 8.095 2 6.286 2a3.82 3.82 0 0 0-3.81 3.81 3.82 3.82 0 0 0 3.81 3.809c1.81 0 3.238-1.238 3.714-2.857h4.857c2.667 0 4.762 2.095 4.762 4.762 0 1.714-.857 3.238-2.286 4.095-.571-1.333-1.904-2.19-3.428-2.19-1.81 0-3.238 1.238-3.715 2.857h-.476c-2.666 0-4.762 2.19-4.762 4.762h1.905c0-1.62 1.333-2.858 2.857-2.858h.476c.381 1.62 1.905 2.858 3.715 2.858 2 0 3.619-1.524 3.81-3.524 2.285-1.048 3.809-3.429 3.809-6a6.626 6.626 0 0 0-6.667-6.667zM6.286 7.714A1.91 1.91 0 0 1 4.38 5.81a1.91 1.91 0 0 1 1.905-1.905A1.91 1.91 0 0 1 8.19 5.81a1.91 1.91 0 0 1-1.904 1.904zm7.619 11.429A1.91 1.91 0 0 1 12 17.238a1.91 1.91 0 0 1 1.905-1.905 1.91 1.91 0 0 1 1.905 1.905 1.91 1.91 0 0 1-1.905 1.905z"
10
10
  />
11
11
  </defs>
12
12
  <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-workflow-flow_svg__a" />
@@ -5,8 +5,8 @@ const SvgIconsWow = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <defs>
7
7
  <path
8
- d="M6 12.5H4v-2H2v8h2v1h2v-2h2v-9H6v4zm14-8v4h-2v-2h-2v8h2v1h2v-2h2v-9h-2zm-6 6H9v7h1v1h5v-7h-1v-1zm-1 6h-2v-4h2v4z"
9
8
  id="icons-wow_svg__a"
9
+ d="M6 12.5H4v-2H2v8h2v1h2v-2h2v-9H6v4zm14-8v4h-2v-2h-2v8h2v1h2v-2h2v-9h-2zm-6 6H9v7h1v1h5v-7h-1v-1zm-1 6h-2v-4h2v4z"
10
10
  />
11
11
  </defs>
12
12
  <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-wow_svg__a" />
@@ -101,7 +101,8 @@ import MinusClose from './IconsMinusClose';
101
101
  import MinusRemove from './IconsMinusRemove';
102
102
  import Mobile from './IconsMobile';
103
103
  import Monitoring from './IconsMonitoring';
104
- import More from './IconsMore';
104
+ import MoreHorizontal from './IconsMoreHorizontal';
105
+ import MoreVertical from './IconsMoreVertical';
105
106
  import NoTie from './IconsNoTie';
106
107
  import Numero from './IconsNumero';
107
108
  import OpenInBrowser from './IconsOpenInBrowser';
@@ -274,7 +275,8 @@ export type TypeIconName =
274
275
  | 'MinusRemove'
275
276
  | 'Mobile'
276
277
  | 'Monitoring'
277
- | 'More'
278
+ | 'MoreHorizontal'
279
+ | 'MoreVertical'
278
280
  | 'NoTie'
279
281
  | 'Numero'
280
282
  | 'OpenInBrowser'
@@ -447,7 +449,8 @@ export const IconList: TypeIconName[] = [
447
449
  'MinusRemove',
448
450
  'Mobile',
449
451
  'Monitoring',
450
- 'More',
452
+ 'MoreHorizontal',
453
+ 'MoreVertical',
451
454
  'NoTie',
452
455
  'Numero',
453
456
  'OpenInBrowser',
@@ -518,8 +521,7 @@ export const IconList: TypeIconName[] = [
518
521
  ];
519
522
 
520
523
  export const IconMap: {
521
- // eslint-disable-next-line @bitrise/ban-react-fc
522
- [key in TypeIconName]: React.FC<React.SVGProps<SVGSVGElement>>;
524
+ [key in TypeIconName]: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
523
525
  } = {
524
526
  AddOnsColorTuorqouise,
525
527
  AddOnsColorViolet,
@@ -624,7 +626,8 @@ export const IconMap: {
624
626
  MinusRemove,
625
627
  Mobile,
626
628
  Monitoring,
627
- More,
629
+ MoreHorizontal,
630
+ MoreVertical,
628
631
  NoTie,
629
632
  Numero,
630
633
  OpenInBrowser,
package/src/index.ts CHANGED
@@ -288,3 +288,9 @@ export { default as VisibilityContainer } from './Old/Visibility/VisibilityConta
288
288
 
289
289
  export { default as Provider } from './Components/Provider/Provider';
290
290
  export { default as theme } from './theme';
291
+
292
+ export type { Props as OverflowMenuProps } from './Components/OverflowMenu/OverflowMenu';
293
+ export { default as OverflowMenu } from './Components/OverflowMenu/OverflowMenu';
294
+
295
+ export type { Props as OverflowMenuItemProps } from './Components/OverflowMenu/OverflowMenuItem';
296
+ export { default as OverflowMenuItem } from './Components/OverflowMenu/OverflowMenuItem';
package/src/theme.ts CHANGED
@@ -34,6 +34,9 @@ const theme = {
34
34
  hr: {
35
35
  borderTopWidth: 0,
36
36
  },
37
+ '*:focus': {
38
+ boxShadow: 'outline',
39
+ },
37
40
  },
38
41
  },
39
42
  components: {