@bitrise/bitkit 9.7.2 → 9.8.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 (191) hide show
  1. package/package.json +15 -15
  2. package/src/Components/Box/Box.stories.tsx +4 -7
  3. package/src/Components/Box/Box.tsx +4 -9
  4. package/src/Components/Button/Button.stories.tsx +3 -5
  5. package/src/Components/Button/Button.theme.ts +23 -51
  6. package/src/Components/Button/Button.tsx +22 -25
  7. package/src/Components/Card/Card.tsx +5 -20
  8. package/src/Components/Divider/Divider.stories.tsx +2 -2
  9. package/src/Components/Divider/Divider.tsx +7 -7
  10. package/src/Components/IconButton/IconButton.stories.tsx +3 -1
  11. package/src/Components/IconButton/IconButton.tsx +7 -6
  12. package/src/Components/Link/Link.theme.ts +3 -0
  13. package/src/Components/Link/Link.tsx +8 -10
  14. package/src/Components/Menu/Menu.stories.tsx +5 -5
  15. package/src/Components/Menu/Menu.theme.ts +12 -7
  16. package/src/Components/Menu/Menu.tsx +3 -3
  17. package/src/Components/Menu/MenuItem.tsx +19 -4
  18. package/src/Components/OverflowMenu/OverflowMenu.stories.tsx +26 -0
  19. package/src/Components/OverflowMenu/OverflowMenu.tsx +23 -0
  20. package/src/Components/OverflowMenu/OverflowMenuItem.tsx +11 -0
  21. package/src/Components/Text/Text.tsx +7 -11
  22. package/src/Foundations/Colors/Colors.ts +88 -88
  23. package/src/Foundations/Colors/DesignTokens.tsx +1 -1
  24. package/src/Foundations/Shadows/Shadows.ts +1 -0
  25. package/src/Foundations/Typography/Typography.ts +26 -24
  26. package/src/Old/Icon/svg/icons-more-horizontal.svg +3 -0
  27. package/src/Old/Icon/svg/icons-more-vertical.svg +3 -0
  28. package/src/Old/Icon/tsx/IconsAddOns.tsx +1 -1
  29. package/src/Old/Icon/tsx/IconsApp.tsx +1 -1
  30. package/src/Old/Icon/tsx/IconsArrowBack.tsx +1 -1
  31. package/src/Old/Icon/tsx/IconsArrowDown.tsx +1 -1
  32. package/src/Old/Icon/tsx/IconsArrowForward.tsx +1 -1
  33. package/src/Old/Icon/tsx/IconsArrowQuit.tsx +1 -1
  34. package/src/Old/Icon/tsx/IconsArrowUp.tsx +1 -1
  35. package/src/Old/Icon/tsx/IconsBackArrow.tsx +1 -1
  36. package/src/Old/Icon/tsx/IconsBell.tsx +1 -1
  37. package/src/Old/Icon/tsx/IconsBitbot.tsx +1 -1
  38. package/src/Old/Icon/tsx/IconsBitbotFailed.tsx +1 -1
  39. package/src/Old/Icon/tsx/IconsBitbucket.tsx +2 -2
  40. package/src/Old/Icon/tsx/IconsBitbucketFill.tsx +1 -1
  41. package/src/Old/Icon/tsx/IconsBitriseCertified.tsx +1 -1
  42. package/src/Old/Icon/tsx/IconsBook.tsx +1 -1
  43. package/src/Old/Icon/tsx/IconsBranchBranch.tsx +1 -1
  44. package/src/Old/Icon/tsx/IconsBranchCommit.tsx +1 -1
  45. package/src/Old/Icon/tsx/IconsBranchPull.tsx +1 -1
  46. package/src/Old/Icon/tsx/IconsBranchPush.tsx +1 -1
  47. package/src/Old/Icon/tsx/IconsBranchTag.tsx +1 -1
  48. package/src/Old/Icon/tsx/IconsBug.tsx +1 -1
  49. package/src/Old/Icon/tsx/IconsBuild.tsx +1 -1
  50. package/src/Old/Icon/tsx/IconsBuildstatusAborted.tsx +1 -1
  51. package/src/Old/Icon/tsx/IconsBuildstatusAbortedSolid.tsx +1 -1
  52. package/src/Old/Icon/tsx/IconsBuildstatusFailed.tsx +1 -1
  53. package/src/Old/Icon/tsx/IconsBuildstatusFailedSolid.tsx +1 -1
  54. package/src/Old/Icon/tsx/IconsBuildstatusLoadingAnimated.tsx +10 -10
  55. package/src/Old/Icon/tsx/IconsBuildstatusLoadingeeehh.tsx +1 -1
  56. package/src/Old/Icon/tsx/IconsBuildstatusLoadingeeehhWhite.tsx +1 -1
  57. package/src/Old/Icon/tsx/IconsBuildstatusNeverbuilt.tsx +1 -1
  58. package/src/Old/Icon/tsx/IconsBuildstatusSuccessful.tsx +1 -1
  59. package/src/Old/Icon/tsx/IconsBuildstatusSuccessfulSolid.tsx +1 -1
  60. package/src/Old/Icon/tsx/IconsCalendar.tsx +1 -1
  61. package/src/Old/Icon/tsx/IconsChain.tsx +1 -1
  62. package/src/Old/Icon/tsx/IconsChangePlan.tsx +1 -1
  63. package/src/Old/Icon/tsx/IconsChat.tsx +1 -1
  64. package/src/Old/Icon/tsx/IconsChatMessage.tsx +1 -1
  65. package/src/Old/Icon/tsx/IconsChevronDown.tsx +1 -1
  66. package/src/Old/Icon/tsx/IconsChevronLeft.tsx +1 -1
  67. package/src/Old/Icon/tsx/IconsChevronRight.tsx +1 -1
  68. package/src/Old/Icon/tsx/IconsChevronUp.tsx +1 -1
  69. package/src/Old/Icon/tsx/IconsClock.tsx +1 -1
  70. package/src/Old/Icon/tsx/IconsCloseSmall.tsx +1 -1
  71. package/src/Old/Icon/tsx/IconsCode.tsx +1 -1
  72. package/src/Old/Icon/tsx/IconsCoffee.tsx +1 -1
  73. package/src/Old/Icon/tsx/IconsCredit.tsx +2 -2
  74. package/src/Old/Icon/tsx/IconsCreditcard.tsx +1 -1
  75. package/src/Old/Icon/tsx/IconsCrown.tsx +1 -1
  76. package/src/Old/Icon/tsx/IconsDeleteNope.tsx +1 -1
  77. package/src/Old/Icon/tsx/IconsDeployment.tsx +1 -1
  78. package/src/Old/Icon/tsx/IconsDoc.tsx +1 -1
  79. package/src/Old/Icon/tsx/IconsDollars.tsx +1 -1
  80. package/src/Old/Icon/tsx/IconsDownload.tsx +1 -1
  81. package/src/Old/Icon/tsx/IconsDropdownArrows.tsx +1 -1
  82. package/src/Old/Icon/tsx/IconsDudes.tsx +1 -1
  83. package/src/Old/Icon/tsx/IconsDuplicate.tsx +1 -1
  84. package/src/Old/Icon/tsx/IconsEnterprise.tsx +1 -1
  85. package/src/Old/Icon/tsx/IconsErrorGeneral.tsx +1 -1
  86. package/src/Old/Icon/tsx/IconsFileDoc.tsx +1 -1
  87. package/src/Old/Icon/tsx/IconsFilePdf.tsx +1 -1
  88. package/src/Old/Icon/tsx/IconsFilePlist.tsx +1 -1
  89. package/src/Old/Icon/tsx/IconsFileZip.tsx +1 -1
  90. package/src/Old/Icon/tsx/IconsFilter.tsx +1 -1
  91. package/src/Old/Icon/tsx/IconsFlag.tsx +1 -1
  92. package/src/Old/Icon/tsx/IconsFolder.tsx +1 -1
  93. package/src/Old/Icon/tsx/IconsFullscreen.tsx +1 -1
  94. package/src/Old/Icon/tsx/IconsFullscreenExit.tsx +1 -1
  95. package/src/Old/Icon/tsx/IconsGauge.tsx +1 -1
  96. package/src/Old/Icon/tsx/IconsGithub.tsx +1 -1
  97. package/src/Old/Icon/tsx/IconsGitlab.tsx +3 -3
  98. package/src/Old/Icon/tsx/IconsGitlabFill.tsx +1 -1
  99. package/src/Old/Icon/tsx/IconsGlobe.tsx +1 -1
  100. package/src/Old/Icon/tsx/IconsGroup.tsx +1 -1
  101. package/src/Old/Icon/tsx/IconsHeart.tsx +1 -1
  102. package/src/Old/Icon/tsx/IconsHidePassword.tsx +1 -1
  103. package/src/Old/Icon/tsx/IconsImage.tsx +1 -1
  104. package/src/Old/Icon/tsx/IconsInfo.tsx +1 -1
  105. package/src/Old/Icon/tsx/IconsIntegrations.tsx +1 -1
  106. package/src/Old/Icon/tsx/IconsInteraction.tsx +1 -1
  107. package/src/Old/Icon/tsx/IconsInvoice.tsx +1 -1
  108. package/src/Old/Icon/tsx/IconsJapanese.tsx +1 -1
  109. package/src/Old/Icon/tsx/IconsKey.tsx +1 -1
  110. package/src/Old/Icon/tsx/IconsLaptop.tsx +1 -1
  111. package/src/Old/Icon/tsx/IconsLightbulb.tsx +1 -1
  112. package/src/Old/Icon/tsx/IconsLock.tsx +1 -1
  113. package/src/Old/Icon/tsx/IconsLogin.tsx +1 -1
  114. package/src/Old/Icon/tsx/IconsLogout.tsx +1 -1
  115. package/src/Old/Icon/tsx/IconsMagnifier.tsx +1 -1
  116. package/src/Old/Icon/tsx/IconsMail.tsx +1 -1
  117. package/src/Old/Icon/tsx/IconsMenuGrid.tsx +1 -1
  118. package/src/Old/Icon/tsx/IconsMenuHamburger.tsx +1 -1
  119. package/src/Old/Icon/tsx/IconsMessage.tsx +1 -1
  120. package/src/Old/Icon/tsx/IconsMinusClose.tsx +1 -1
  121. package/src/Old/Icon/tsx/IconsMinusRemove.tsx +1 -1
  122. package/src/Old/Icon/tsx/IconsMobile.tsx +1 -1
  123. package/src/Old/Icon/tsx/IconsMonitoring.tsx +1 -1
  124. package/src/Old/Icon/tsx/IconsMoreHorizontal.tsx +13 -0
  125. package/src/Old/Icon/tsx/IconsMoreVertical.tsx +17 -0
  126. package/src/Old/Icon/tsx/IconsNoTie.tsx +1 -1
  127. package/src/Old/Icon/tsx/IconsNumero.tsx +1 -1
  128. package/src/Old/Icon/tsx/IconsOpenInBrowser.tsx +1 -1
  129. package/src/Old/Icon/tsx/IconsOverview.tsx +1 -1
  130. package/src/Old/Icon/tsx/IconsOwner.tsx +1 -1
  131. package/src/Old/Icon/tsx/IconsPause.tsx +1 -1
  132. package/src/Old/Icon/tsx/IconsPencil.tsx +1 -1
  133. package/src/Old/Icon/tsx/IconsPercent.tsx +1 -1
  134. package/src/Old/Icon/tsx/IconsPerson.tsx +1 -1
  135. package/src/Old/Icon/tsx/IconsPlatformsAndroid.tsx +1 -1
  136. package/src/Old/Icon/tsx/IconsPlatformsApple.tsx +1 -1
  137. package/src/Old/Icon/tsx/IconsPlatformsCordova.tsx +1 -1
  138. package/src/Old/Icon/tsx/IconsPlatformsFastlane.tsx +1 -1
  139. package/src/Old/Icon/tsx/IconsPlatformsFlutter.tsx +1 -1
  140. package/src/Old/Icon/tsx/IconsPlatformsGo.tsx +1 -1
  141. package/src/Old/Icon/tsx/IconsPlatformsIonic.tsx +1 -1
  142. package/src/Old/Icon/tsx/IconsPlatformsMacos.tsx +1 -1
  143. package/src/Old/Icon/tsx/IconsPlatformsNodejs.tsx +1 -1
  144. package/src/Old/Icon/tsx/IconsPlatformsOther.tsx +2 -2
  145. package/src/Old/Icon/tsx/IconsPlatformsReact.tsx +1 -1
  146. package/src/Old/Icon/tsx/IconsPlatformsXamarin.tsx +1 -1
  147. package/src/Old/Icon/tsx/IconsPlay.tsx +1 -1
  148. package/src/Old/Icon/tsx/IconsPlusAdd.tsx +1 -1
  149. package/src/Old/Icon/tsx/IconsPlusOpen.tsx +1 -1
  150. package/src/Old/Icon/tsx/IconsPower.tsx +2 -2
  151. package/src/Old/Icon/tsx/IconsRequest.tsx +1 -1
  152. package/src/Old/Icon/tsx/IconsResponsiveness.tsx +1 -1
  153. package/src/Old/Icon/tsx/IconsSave.tsx +1 -1
  154. package/src/Old/Icon/tsx/IconsSecurityShield.tsx +1 -1
  155. package/src/Old/Icon/tsx/IconsSettings.tsx +1 -1
  156. package/src/Old/Icon/tsx/IconsShip.tsx +1 -1
  157. package/src/Old/Icon/tsx/IconsShowPassword.tsx +1 -1
  158. package/src/Old/Icon/tsx/IconsShuffle.tsx +1 -1
  159. package/src/Old/Icon/tsx/IconsStability.tsx +1 -1
  160. package/src/Old/Icon/tsx/IconsStack.tsx +1 -1
  161. package/src/Old/Icon/tsx/IconsStatus.tsx +1 -1
  162. package/src/Old/Icon/tsx/IconsStepThirdParty.tsx +1 -1
  163. package/src/Old/Icon/tsx/IconsStepUpgradeCircle.tsx +1 -1
  164. package/src/Old/Icon/tsx/IconsStepVersionOk.tsx +1 -1
  165. package/src/Old/Icon/tsx/IconsSteps.tsx +1 -1
  166. package/src/Old/Icon/tsx/IconsStopwatch.tsx +1 -1
  167. package/src/Old/Icon/tsx/IconsSupport.tsx +1 -1
  168. package/src/Old/Icon/tsx/IconsTestFailed.tsx +1 -1
  169. package/src/Old/Icon/tsx/IconsTestInconclusive.tsx +1 -1
  170. package/src/Old/Icon/tsx/IconsTestInfo.tsx +1 -1
  171. package/src/Old/Icon/tsx/IconsTestSkipped.tsx +1 -1
  172. package/src/Old/Icon/tsx/IconsTestSuccess.tsx +1 -1
  173. package/src/Old/Icon/tsx/IconsTestWarning.tsx +1 -1
  174. package/src/Old/Icon/tsx/IconsTick.tsx +1 -1
  175. package/src/Old/Icon/tsx/IconsTime.tsx +1 -1
  176. package/src/Old/Icon/tsx/IconsTrash.tsx +1 -1
  177. package/src/Old/Icon/tsx/IconsTrigger.tsx +1 -1
  178. package/src/Old/Icon/tsx/IconsTwitter.tsx +1 -1
  179. package/src/Old/Icon/tsx/IconsValidateShield.tsx +1 -1
  180. package/src/Old/Icon/tsx/IconsWarning.tsx +1 -1
  181. package/src/Old/Icon/tsx/IconsWebUi.tsx +1 -1
  182. package/src/Old/Icon/tsx/IconsWindow.tsx +1 -1
  183. package/src/Old/Icon/tsx/IconsWorkflow.tsx +1 -1
  184. package/src/Old/Icon/tsx/IconsWorkflowFlow.tsx +1 -1
  185. package/src/Old/Icon/tsx/IconsWow.tsx +1 -1
  186. package/src/Old/Icon/tsx/index.ts +9 -6
  187. package/src/index.ts +3 -2
  188. package/src/theme.ts +6 -0
  189. package/src/tsconfig.tsbuildinfo +1 -1
  190. package/src/Old/Icon/svg/icons-more.svg +0 -6
  191. package/src/Old/Icon/tsx/IconsMore.tsx +0 -16
@@ -4,10 +4,10 @@ import * as React from 'react';
4
4
  const SvgIconsBitriseCertified = (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
13
13
  d="M12.724 15.6c1.544 0 2.57-1.048 2.57-2.214 0-1.296-1.242-1.782-1.242-1.782s.864-.486.864-1.566c0-1.026-.972-1.998-2.376-1.998H9.3v7.56h3.424Zm-1.804-1.35v-1.944h1.728c.594 0 1.026.432 1.026.972s-.432.972-1.026.972H10.92Zm1.512-4.86c.54 0 .864.324.864.81 0 .486-.324.81-.864.81H10.92V9.39h1.512Z"
@@ -5,8 +5,8 @@ const SvgIconsBook = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <defs>
7
7
  <path
8
- d="M16 2H8c-1.1 0-2 .945-2 2.1v12.6c0 1.155.9 2.1 2 2.1h3v4.095l1.9-2.205L15 23v-4.2h1c1.1 0 2-.945 2-2.1V4.1c0-1.155-.9-2.1-2-2.1zm0 15h-6V4h6v13zM11 7h4v2h-4V7z"
9
8
  id="icons-book_svg__a"
9
+ d="M16 2H8c-1.1 0-2 .945-2 2.1v12.6c0 1.155.9 2.1 2 2.1h3v4.095l1.9-2.205L15 23v-4.2h1c1.1 0 2-.945 2-2.1V4.1c0-1.155-.9-2.1-2-2.1zm0 15h-6V4h6v13zM11 7h4v2h-4V7z"
10
10
  />
11
11
  </defs>
12
12
  <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-book_svg__a" />
@@ -5,8 +5,8 @@ const SvgIconsBranchBranch = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <defs>
7
7
  <path
8
- d="M17 8c0-1.1-.9-2-2-2s-2 .9-2 2c0 .7.4 1.4 1 1.7v.4c0 1.5-.7 2.9-1.9 3.9L10 15.7v-10c.6-.3 1-1 1-1.7 0-1.1-.9-2-2-2s-2 .9-2 2c0 .7.4 1.4 1 1.7v12.6c-.6.3-1 1-1 1.7 0 1.1.9 2 2 2s2-.9 2-2c0-.7-.4-1.4-1-1.7l3.4-2.7c1.6-1.4 2.6-3.4 2.6-5.5v-.4c.6-.3 1-1 1-1.7z"
9
8
  id="icons-branch-branch_svg__a"
9
+ d="M17 8c0-1.1-.9-2-2-2s-2 .9-2 2c0 .7.4 1.4 1 1.7v.4c0 1.5-.7 2.9-1.9 3.9L10 15.7v-10c.6-.3 1-1 1-1.7 0-1.1-.9-2-2-2s-2 .9-2 2c0 .7.4 1.4 1 1.7v12.6c-.6.3-1 1-1 1.7 0 1.1.9 2 2 2s2-.9 2-2c0-.7-.4-1.4-1-1.7l3.4-2.7c1.6-1.4 2.6-3.4 2.6-5.5v-.4c.6-.3 1-1 1-1.7z"
10
10
  />
11
11
  </defs>
12
12
  <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-branch-branch_svg__a" />
@@ -4,9 +4,9 @@ import * as React from 'react';
4
4
  const SvgIconsBranchCommit = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <path
7
- d="M16.9 13a5.002 5.002 0 0 1-9.8 0H2v-2h5.1a5.002 5.002 0 0 1 9.8 0H22v2h-5.1zM9 12a3 3 0 1 0 6 0 3 3 0 0 0-6 0z"
8
7
  fill="currentColor"
9
8
  fillRule="evenodd"
9
+ d="M16.9 13a5.002 5.002 0 0 1-9.8 0H2v-2h5.1a5.002 5.002 0 0 1 9.8 0H22v2h-5.1zM9 12a3 3 0 1 0 6 0 3 3 0 0 0-6 0z"
10
10
  />
11
11
  </svg>
12
12
  );
@@ -5,8 +5,8 @@ const SvgIconsBranchPull = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <defs>
7
7
  <path
8
- d="M7 6a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm7.415 1 2.244 2.242a8 8 0 0 1 2.345 5.66v1.27a3.001 3.001 0 1 1-2-.003v-.439a8 8 0 0 0-2.345-5.66L13 8.415V12h-2V5h7v2h-3.585zM8 16.17a3.001 3.001 0 1 1-2 0V7.83a3.001 3.001 0 1 1 2 0v8.34zM18 20a1 1 0 1 0 0-2 1 1 0 0 0 0 2zM7 20a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"
9
8
  id="icons-branch-pull_svg__a"
9
+ d="M7 6a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm7.415 1 2.244 2.242a8 8 0 0 1 2.345 5.66v1.27a3.001 3.001 0 1 1-2-.003v-.439a8 8 0 0 0-2.345-5.66L13 8.415V12h-2V5h7v2h-3.585zM8 16.17a3.001 3.001 0 1 1-2 0V7.83a3.001 3.001 0 1 1 2 0v8.34zM18 20a1 1 0 1 0 0-2 1 1 0 0 0 0 2zM7 20a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"
10
10
  />
11
11
  </defs>
12
12
  <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-branch-pull_svg__a" />
@@ -5,8 +5,8 @@ const SvgIconsBranchPush = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <defs>
7
7
  <path
8
- d="M7.857 11.013h10.345l-3.256-3.256 1.414-1.414L22.017 12l-5.657 5.657-1.414-1.414 3.23-3.23H7.835a3.001 3.001 0 1 1 .02-2zm-2.84 1.97a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"
9
8
  id="icons-branch-push_svg__a"
9
+ d="M7.857 11.013h10.345l-3.256-3.256 1.414-1.414L22.017 12l-5.657 5.657-1.414-1.414 3.23-3.23H7.835a3.001 3.001 0 1 1 .02-2zm-2.84 1.97a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"
10
10
  />
11
11
  </defs>
12
12
  <use
@@ -5,8 +5,8 @@ const SvgIconsBranchTag = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <defs>
7
7
  <path
8
- d="M14.828 2H20a2 2 0 0 1 2 2v5.172a2 2 0 0 1-.586 1.414l-10 10a2 2 0 0 1-2.828 0l-5.172-5.172a2 2 0 0 1 0-2.828l10-10A2 2 0 0 1 14.828 2zm0 2-10 10L10 19.172l10-10V4h-5.172zM16 10a2 2 0 1 1 0-4 2 2 0 0 1 0 4z"
9
8
  id="icons-branch-tag_svg__a"
9
+ d="M14.828 2H20a2 2 0 0 1 2 2v5.172a2 2 0 0 1-.586 1.414l-10 10a2 2 0 0 1-2.828 0l-5.172-5.172a2 2 0 0 1 0-2.828l10-10A2 2 0 0 1 14.828 2zm0 2-10 10L10 19.172l10-10V4h-5.172zM16 10a2 2 0 1 1 0-4 2 2 0 0 1 0 4z"
10
10
  />
11
11
  </defs>
12
12
  <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-branch-tag_svg__a" />
@@ -5,8 +5,8 @@ const SvgIconsBug = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <defs>
7
7
  <path
8
- d="m16.455 17.365-3.06 3.061a1.967 1.967 0 0 1-2.779-.001l-3.06-3.062L6 18.918V21H4v-2.08c0-.53.211-1.04.586-1.415l1.921-1.92a1.955 1.955 0 0 1-.002-.084V15h-2.5v-2h2.5v-.466L4.59 10.62a2 2 0 0 1-.586-1.414V7h2v2.205l.728.728a5.504 5.504 0 0 1 1.638-2.56l-.78-.78a2 2 0 0 1-.586-1.414V3h2v2.179l1.143 1.143A5.488 5.488 0 0 1 12.005 6a5.49 5.49 0 0 1 1.857.321l1.143-1.141V3h2v2.18a2 2 0 0 1-.586 1.415l-.779.777a5.503 5.503 0 0 1 1.638 2.56l.727-.727V7h2v2.205a2 2 0 0 1-.586 1.414l-1.914 1.913V13h2.5v2h-2.5v.5c0 .028 0 .057-.002.085l1.92 1.919c.374.375.585.884.585 1.415v2.08h-2v-2.08l-1.553-1.554zm-.95-4.865h-2.5v5.487l2.5-2.501V12.5zm-4.5 0h-2.5v2.985l2.5 2.5V12.5zm1-4.5a3.503 3.503 0 0 0-3.355 2.5h6.71A3.502 3.502 0 0 0 12.005 8z"
9
8
  id="icons-bug_svg__a"
9
+ d="m16.455 17.365-3.06 3.061a1.967 1.967 0 0 1-2.779-.001l-3.06-3.062L6 18.918V21H4v-2.08c0-.53.211-1.04.586-1.415l1.921-1.92a1.955 1.955 0 0 1-.002-.084V15h-2.5v-2h2.5v-.466L4.59 10.62a2 2 0 0 1-.586-1.414V7h2v2.205l.728.728a5.504 5.504 0 0 1 1.638-2.56l-.78-.78a2 2 0 0 1-.586-1.414V3h2v2.179l1.143 1.143A5.488 5.488 0 0 1 12.005 6a5.49 5.49 0 0 1 1.857.321l1.143-1.141V3h2v2.18a2 2 0 0 1-.586 1.415l-.779.777a5.503 5.503 0 0 1 1.638 2.56l.727-.727V7h2v2.205a2 2 0 0 1-.586 1.414l-1.914 1.913V13h2.5v2h-2.5v.5c0 .028 0 .057-.002.085l1.92 1.919c.374.375.585.884.585 1.415v2.08h-2v-2.08l-1.553-1.554zm-.95-4.865h-2.5v5.487l2.5-2.501V12.5zm-4.5 0h-2.5v2.985l2.5 2.5V12.5zm1-4.5a3.503 3.503 0 0 0-3.355 2.5h6.71A3.502 3.502 0 0 0 12.005 8z"
10
10
  />
11
11
  </defs>
12
12
  <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-bug_svg__a" />
@@ -4,9 +4,9 @@ import * as React from 'react';
4
4
  const SvgIconsBuild = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <path
7
- d="M6 12H4v6.586l3.115-3.115A5.961 5.961 0 0 1 6 12zm4.586 0H8c0 .739.216 1.425.566 2.02l2.02-2.02zM16 12h-2.586l2.02 2.02c.35-.595.566-1.281.566-2.02zm4 0h-2c0 1.294-.416 2.49-1.115 3.471L20 18.586V12zM9.98 15.434c.595.35 1.281.566 2.02.566.739 0 1.425-.216 2.02-.566L12 13.414l-2.02 2.02zM5.414 20h13.172l-3.115-3.115a5.961 5.961 0 0 1-6.942 0L5.414 20zM2 12v-2h20v10c0 1.103-.897 2-2 2H4c-1.103 0-2-.897-2-2v-8zm0-4V6h20v2H2zm18-6a2 2 0 0 1 2 2H2a2 2 0 0 1 2-2h16z"
8
7
  fill="currentColor"
9
8
  fillRule="evenodd"
9
+ d="M6 12H4v6.586l3.115-3.115A5.961 5.961 0 0 1 6 12zm4.586 0H8c0 .739.216 1.425.566 2.02l2.02-2.02zM16 12h-2.586l2.02 2.02c.35-.595.566-1.281.566-2.02zm4 0h-2c0 1.294-.416 2.49-1.115 3.471L20 18.586V12zM9.98 15.434c.595.35 1.281.566 2.02.566.739 0 1.425-.216 2.02-.566L12 13.414l-2.02 2.02zM5.414 20h13.172l-3.115-3.115a5.961 5.961 0 0 1-6.942 0L5.414 20zM2 12v-2h20v10c0 1.103-.897 2-2 2H4c-1.103 0-2-.897-2-2v-8zm0-4V6h20v2H2zm18-6a2 2 0 0 1 2 2H2a2 2 0 0 1 2-2h16z"
10
10
  />
11
11
  </svg>
12
12
  );
@@ -5,8 +5,8 @@ const SvgIconsBuildstatusAborted = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <defs>
7
7
  <path
8
- d="M12 22c5.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 12zm-4.243-9.172 1.415 1.415 7.07-7.071-1.414-1.415-7.07 7.071z"
9
8
  id="icons-buildstatus-aborted_svg__a"
9
+ d="M12 22c5.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 12zm-4.243-9.172 1.415 1.415 7.07-7.071-1.414-1.415-7.07 7.071z"
10
10
  />
11
11
  </defs>
12
12
  <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-buildstatus-aborted_svg__a" />
@@ -4,10 +4,10 @@ import * as React from 'react';
4
4
  const SvgIconsBuildstatusAbortedSolid = (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="M12 24C5.373 24 0 18.627 0 12S5.373 0 12 0s12 5.373 12 12-5.373 12-12 12Zm2.828-16.243-7.07 7.071 1.414 1.415 7.07-7.071-1.414-1.415Z"
9
10
  fill="currentColor"
10
- fillRule="evenodd"
11
11
  />
12
12
  </svg>
13
13
  );
@@ -5,8 +5,8 @@ const SvgIconsBuildstatusFailed = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <defs>
7
7
  <path
8
- d="M12 22c5.5 0 10-4.5 10-10S17.5 2 12 2 2 6.5 2 12s4.5 10 10 10zm0 2C5.4 24 0 18.6 0 12S5.4 0 12 0s12 5.4 12 12-5.4 12-12 12zm0-13.4 2.8-2.8 1.4 1.4-2.8 2.8 2.8 2.8-1.4 1.4-2.8-2.8-2.8 2.8-1.4-1.4 2.8-2.8-2.8-2.8 1.4-1.4 2.8 2.8z"
9
8
  id="icons-buildstatus-failed_svg__a"
9
+ d="M12 22c5.5 0 10-4.5 10-10S17.5 2 12 2 2 6.5 2 12s4.5 10 10 10zm0 2C5.4 24 0 18.6 0 12S5.4 0 12 0s12 5.4 12 12-5.4 12-12 12zm0-13.4 2.8-2.8 1.4 1.4-2.8 2.8 2.8 2.8-1.4 1.4-2.8-2.8-2.8 2.8-1.4-1.4 2.8-2.8-2.8-2.8 1.4-1.4 2.8 2.8z"
10
10
  />
11
11
  </defs>
12
12
  <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-buildstatus-failed_svg__a" />
@@ -4,10 +4,10 @@ import * as React from 'react';
4
4
  const SvgIconsBuildstatusFailedSolid = (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="M12 24C5.4 24 0 18.6 0 12S5.4 0 12 0s12 5.4 12 12-5.4 12-12 12Zm0-13.4 2.8-2.8 1.4 1.4-2.8 2.8 2.8 2.8-1.4 1.4-2.8-2.8-2.8 2.8-1.4-1.4 2.8-2.8-2.8-2.8 1.4-1.4 2.8 2.8Z"
9
10
  fill="currentColor"
10
- fillRule="evenodd"
11
11
  />
12
12
  </svg>
13
13
  );
@@ -3,26 +3,26 @@ import * as React from 'react';
3
3
 
4
4
  const SvgIconsBuildstatusLoadingAnimated = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} fill="none" viewBox="0 0 24 24">
6
- <circle cx={12} cy={12} r={11} stroke="currentColor" strokeDasharray={48} strokeWidth={2}>
7
- <animate attributeName="stroke-dashoffset" dur="3.5s" from={48} repeatCount="indefinite" to={-48} />
6
+ <circle cx={12} cy={12} r={11} stroke="currentColor" strokeWidth={2} strokeDasharray={48}>
7
+ <animate attributeName="stroke-dashoffset" from={48} to={-48} dur="3.5s" repeatCount="indefinite" />
8
8
  <animateTransform
9
9
  attributeName="transform"
10
- dur="2s"
10
+ type="rotate"
11
11
  from="0 12 12"
12
- repeatCount="indefinite"
13
12
  to="360 12 12"
14
- type="rotate"
13
+ dur="2s"
14
+ repeatCount="indefinite"
15
15
  />
16
16
  </circle>
17
- <circle cx={12} cy={12} r={6} stroke="currentColor" strokeDasharray={48} strokeWidth={2}>
18
- <animate attributeName="stroke-dashoffset" dur="3.5s" from={48} repeatCount="indefinite" to={-48} />
17
+ <circle cx={12} cy={12} r={6} stroke="currentColor" strokeWidth={2} strokeDasharray={48}>
18
+ <animate attributeName="stroke-dashoffset" from={48} to={-48} dur="3.5s" repeatCount="indefinite" />
19
19
  <animateTransform
20
20
  attributeName="transform"
21
- dur="2s"
21
+ type="rotate"
22
22
  from="0 12 12"
23
- repeatCount="indefinite"
24
23
  to="360 12 12"
25
- type="rotate"
24
+ dur="2s"
25
+ repeatCount="indefinite"
26
26
  />
27
27
  </circle>
28
28
  </svg>
@@ -5,7 +5,7 @@ const SvgIconsBuildstatusLoadingeeehh = (props: React.SVGProps<SVGSVGElement>) =
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <g fill="none">
7
7
  <path d="M12 22c5.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" />
8
- <path d="M12 17a5 5 0 1 0 0-10 5 5 0 0 0 0 10zm0 2a7 7 0 1 1 0-14 7 7 0 0 1 0 14z" fill="currentColor" />
8
+ <path fill="currentColor" d="M12 17a5 5 0 1 0 0-10 5 5 0 0 0 0 10zm0 2a7 7 0 1 1 0-14 7 7 0 0 1 0 14z" />
9
9
  </g>
10
10
  </svg>
11
11
  );
@@ -5,7 +5,7 @@ const SvgIconsBuildstatusLoadingeeehhWhite = (props: React.SVGProps<SVGSVGElemen
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <g fill="none">
7
7
  <path d="M12 22c5.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" />
8
- <path d="M12 17a5 5 0 1 0 0-10 5 5 0 0 0 0 10zm0 2a7 7 0 1 1 0-14 7 7 0 0 1 0 14z" fill="#FFF" />
8
+ <path fill="#FFF" d="M12 17a5 5 0 1 0 0-10 5 5 0 0 0 0 10zm0 2a7 7 0 1 1 0-14 7 7 0 0 1 0 14z" />
9
9
  </g>
10
10
  </svg>
11
11
  );
@@ -4,9 +4,9 @@ import * as React from 'react';
4
4
  const SvgIconsBuildstatusNeverbuilt = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <path
7
- d="M12 22c5.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"
8
7
  fill="currentColor"
9
8
  fillRule="evenodd"
9
+ d="M12 22c5.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
  </svg>
12
12
  );
@@ -5,8 +5,8 @@ const SvgIconsBuildstatusSuccessful = (props: React.SVGProps<SVGSVGElement>) =>
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <defs>
7
7
  <path
8
- d="M12 22c5.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 12zm-1.414-7.343 7.07-7.071-1.413-1.414-5.657 5.656L7.757 11l-1.414 1.414 4.243 4.243z"
9
8
  id="icons-buildstatus-successful_svg__a"
9
+ d="M12 22c5.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 12zm-1.414-7.343 7.07-7.071-1.413-1.414-5.657 5.656L7.757 11l-1.414 1.414 4.243 4.243z"
10
10
  />
11
11
  </defs>
12
12
  <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-buildstatus-successful_svg__a" />
@@ -4,10 +4,10 @@ import * as React from 'react';
4
4
  const SvgIconsBuildstatusSuccessfulSolid = (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="M0 12c0 6.627 5.373 12 12 12s12-5.373 12-12S18.627 0 12 0 0 5.373 0 12Zm6.343.414 4.243 4.243 7.071-7.071-1.414-1.414-5.657 5.656L7.757 11l-1.414 1.414Z"
9
10
  fill="currentColor"
10
- fillRule="evenodd"
11
11
  />
12
12
  </svg>
13
13
  );
@@ -5,8 +5,8 @@ const SvgIconsCalendar = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <defs>
7
7
  <path
8
- d="M20 5h-1V3h-2v2h-2V3h-2v2h-2V3H9v2H7V3H5v2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 14H4V7h1v2h2V7h2v2h2V7h2v2h2V7h2v2h2V7h1v12zM6 14h4v3H6v-3zm5 0h4v3h-4v-3zm4-4h4v3h-4v-3z"
9
8
  id="icons-calendar_svg__a"
9
+ d="M20 5h-1V3h-2v2h-2V3h-2v2h-2V3H9v2H7V3H5v2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 14H4V7h1v2h2V7h2v2h2V7h2v2h2V7h2v2h2V7h1v12zM6 14h4v3H6v-3zm5 0h4v3h-4v-3zm4-4h4v3h-4v-3z"
10
10
  />
11
11
  </defs>
12
12
  <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-calendar_svg__a" />
@@ -5,8 +5,8 @@ const SvgIconsChain = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <defs>
7
7
  <path
8
- d="M7 13v2h-.5C4 15 2 13 2 10.5S4 6 6.5 6h5C14 6 16 8 16 10.5S14 15 11.5 15H11v-2h.5c1.4 0 2.5-1.1 2.5-2.5S12.9 8 11.5 8h-5C5.1 8 4 9.1 4 10.5S5.1 13 6.5 13H7zm10-2V9h.5C20 9 22 11 22 13.5S20 18 17.5 18h-5C10 18 8 16 8 13.5S10 9 12.5 9v2c-1.4 0-2.5 1.1-2.5 2.5s1.1 2.5 2.5 2.5h5c1.4 0 2.5-1.1 2.5-2.5S18.9 11 17.5 11H17z"
9
8
  id="icons-chain_svg__a"
9
+ d="M7 13v2h-.5C4 15 2 13 2 10.5S4 6 6.5 6h5C14 6 16 8 16 10.5S14 15 11.5 15H11v-2h.5c1.4 0 2.5-1.1 2.5-2.5S12.9 8 11.5 8h-5C5.1 8 4 9.1 4 10.5S5.1 13 6.5 13H7zm10-2V9h.5C20 9 22 11 22 13.5S20 18 17.5 18h-5C10 18 8 16 8 13.5S10 9 12.5 9v2c-1.4 0-2.5 1.1-2.5 2.5s1.1 2.5 2.5 2.5h5c1.4 0 2.5-1.1 2.5-2.5S18.9 11 17.5 11H17z"
10
10
  />
11
11
  </defs>
12
12
  <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-chain_svg__a" />
@@ -4,9 +4,9 @@ import * as React from 'react';
4
4
  const SvgIconsChangePlan = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <path
7
- d="M12 20c2.961 0 5.546-1.621 6.929-4.019l1.629 1.173C18.807 20.055 15.635 22 12 22c-3.276 0-6.176-1.583-8-4.019V22H2V12h2c0 4.411 3.589 8 8 8zm8-18h2v10l-.001.025h-2L20 12c0-4.411-3.589-8-8-8a8.001 8.001 0 0 0-6.964 4.076L3.407 6.904C5.15 3.971 8.341 2 12 2c3.276 0 6.176 1.583 8 4.018V2zm-8.232 13.014c.862 0 1.42-.428 1.42-1.09 0-.644-.77-.88-1.66-1.15-1.29-.395-2.897-.885-2.897-2.877 0-1.331.978-2.411 2.444-2.711V5.9h1.916v1.3c1.379.31 2.062 1.145 2.09 1.18l.056.07-.06.062-1.266 1.337-.072-.086c-.006-.008-.646-.758-1.641-.758-.793 0-1.154.462-1.154.892 0 .645.768.88 1.659 1.15 1.29.396 2.897.886 2.897 2.878 0 1.456-.96 2.559-2.51 2.894v1.299h-1.915v-1.254c-1.798-.29-2.714-1.441-2.753-1.491l-.054-.07 1.329-1.33.07.088c.008.01.782.953 2.1.953z"
8
7
  fill="currentColor"
9
8
  fillRule="evenodd"
9
+ d="M12 20c2.961 0 5.546-1.621 6.929-4.019l1.629 1.173C18.807 20.055 15.635 22 12 22c-3.276 0-6.176-1.583-8-4.019V22H2V12h2c0 4.411 3.589 8 8 8zm8-18h2v10l-.001.025h-2L20 12c0-4.411-3.589-8-8-8a8.001 8.001 0 0 0-6.964 4.076L3.407 6.904C5.15 3.971 8.341 2 12 2c3.276 0 6.176 1.583 8 4.018V2zm-8.232 13.014c.862 0 1.42-.428 1.42-1.09 0-.644-.77-.88-1.66-1.15-1.29-.395-2.897-.885-2.897-2.877 0-1.331.978-2.411 2.444-2.711V5.9h1.916v1.3c1.379.31 2.062 1.145 2.09 1.18l.056.07-.06.062-1.266 1.337-.072-.086c-.006-.008-.646-.758-1.641-.758-.793 0-1.154.462-1.154.892 0 .645.768.88 1.659 1.15 1.29.396 2.897.886 2.897 2.878 0 1.456-.96 2.559-2.51 2.894v1.299h-1.915v-1.254c-1.798-.29-2.714-1.441-2.753-1.491l-.054-.07 1.329-1.33.07.088c.008.01.782.953 2.1.953z"
10
10
  />
11
11
  </svg>
12
12
  );
@@ -4,9 +4,9 @@ import * as React from 'react';
4
4
  const SvgIconsChat = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <path
7
- d="M22 7.638h-2V4.05H4v14.865l3.8-2.256 1 1.743L5 20.657c-.9.615-2.1.308-2.7-.717-.2-.308-.3-.615-.3-1.025V4.05C2 2.923 2.9 2 4 2h16c1.1 0 2 .923 2 2.05v3.588zm-2 1.538c1.1 0 2 .922 2 2.05v9.739c0 .307-.1.717-.3 1.025-.5.923-1.7 1.333-2.7.718l-3.8-2.256H12c-1.1 0-2-.922-2-2.05v-7.176c0-1.128.9-2.05 2-2.05h8zm0 2.05h-8v7.176h3.2c.3 0 .7.103 1 .308l3.8 2.255v-9.739z"
8
7
  fill="currentColor"
9
8
  fillRule="evenodd"
9
+ d="M22 7.638h-2V4.05H4v14.865l3.8-2.256 1 1.743L5 20.657c-.9.615-2.1.308-2.7-.717-.2-.308-.3-.615-.3-1.025V4.05C2 2.923 2.9 2 4 2h16c1.1 0 2 .923 2 2.05v3.588zm-2 1.538c1.1 0 2 .922 2 2.05v9.739c0 .307-.1.717-.3 1.025-.5.923-1.7 1.333-2.7.718l-3.8-2.256H12c-1.1 0-2-.922-2-2.05v-7.176c0-1.128.9-2.05 2-2.05h8zm0 2.05h-8v7.176h3.2c.3 0 .7.103 1 .308l3.8 2.255v-9.739z"
10
10
  />
11
11
  </svg>
12
12
  );
@@ -5,8 +5,8 @@ const SvgIconsChatMessage = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <defs>
7
7
  <path
8
- d="M4 4.5V19l3.8-2.2c.3-.2.7-.3 1-.3H20v-12H4zm0-2h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H8.8L5 20.7c-1 .6-2.2.2-2.7-.7-.2-.3-.3-.7-.3-1V4.5c0-1.1.9-2 2-2zm7 4h2v5h-2v-5zm0 6h2v2h-2v-2z"
9
8
  id="icons-chat-message_svg__a"
9
+ d="M4 4.5V19l3.8-2.2c.3-.2.7-.3 1-.3H20v-12H4zm0-2h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H8.8L5 20.7c-1 .6-2.2.2-2.7-.7-.2-.3-.3-.7-.3-1V4.5c0-1.1.9-2 2-2zm7 4h2v5h-2v-5zm0 6h2v2h-2v-2z"
10
10
  />
11
11
  </defs>
12
12
  <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-chat-message_svg__a" />
@@ -4,7 +4,7 @@ import * as React from 'react';
4
4
  const SvgIconsChevronDown = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <defs>
7
- <path d="m16.25 9 1.414 1.414-5.657 5.657-5.657-5.657L7.764 9l4.243 4.243z" id="icons-chevron-down_svg__a" />
7
+ <path id="icons-chevron-down_svg__a" d="m16.25 9 1.414 1.414-5.657 5.657-5.657-5.657L7.764 9l4.243 4.243z" />
8
8
  </defs>
9
9
  <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-chevron-down_svg__a" />
10
10
  </svg>
@@ -5,8 +5,8 @@ const SvgIconsChevronLeft = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <defs>
7
7
  <path
8
- d="m15.542 16.778-1.414 1.414-5.657-5.656 5.657-5.657 1.414 1.414-4.242 4.243z"
9
8
  id="icons-chevron-left_svg__a"
9
+ d="m15.542 16.778-1.414 1.414-5.657-5.656 5.657-5.657 1.414 1.414-4.242 4.243z"
10
10
  />
11
11
  </defs>
12
12
  <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-chevron-left_svg__a" />
@@ -5,8 +5,8 @@ const SvgIconsChevronRight = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <defs>
7
7
  <path
8
- d="m8.471 16.778 4.243-4.242-4.243-4.243 1.415-1.414 5.656 5.657-5.656 5.656z"
9
8
  id="icons-chevron-right_svg__a"
9
+ d="m8.471 16.778 4.243-4.242-4.243-4.243 1.415-1.414 5.656 5.657-5.656 5.656z"
10
10
  />
11
11
  </defs>
12
12
  <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-chevron-right_svg__a" />
@@ -4,10 +4,10 @@ import * as React from 'react';
4
4
  const SvgIconsChevronUp = (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="m16.25 16.071 1.414-1.414L12.007 9 6.35 14.657l1.414 1.414 4.243-4.243 4.243 4.243Z"
9
10
  fill="currentColor"
10
- fillRule="evenodd"
11
11
  />
12
12
  </svg>
13
13
  );
@@ -5,8 +5,8 @@ const SvgIconsClock = (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 10zm3.7-10.9.9 1.8-4.2 2L11 14V7h2v5.4l2.7-1.3z"
9
8
  id="icons-clock_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 10zm3.7-10.9.9 1.8-4.2 2L11 14V7h2v5.4l2.7-1.3z"
10
10
  />
11
11
  </defs>
12
12
  <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-clock_svg__a" />
@@ -5,8 +5,8 @@ const SvgIconsCloseSmall = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <defs>
7
7
  <path
8
- d="M12.01 10.608 16.618 6l1.402 1.402-4.608 4.608 4.608 4.608-1.402 1.402-4.608-4.608-4.608 4.608L6 16.618l4.608-4.608L6 7.402 7.402 6z"
9
8
  id="icons-close-small_svg__a"
9
+ d="M12.01 10.608 16.618 6l1.402 1.402-4.608 4.608 4.608 4.608-1.402 1.402-4.608-4.608-4.608 4.608L6 16.618l4.608-4.608L6 7.402 7.402 6z"
10
10
  />
11
11
  </defs>
12
12
  <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-close-small_svg__a" />
@@ -5,8 +5,8 @@ const SvgIconsCode = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <defs>
7
7
  <path
8
- d="M5.988 19.584c.308.329.812.494 1.511.494H9v2H7.803c-1.056 0-1.923-.12-2.602-.357-.679-.238-1.196-.647-1.553-1.228-.356-.581-.535-1.378-.535-2.392l.027-3.34c0-.678-.1-1.105-.304-1.367-.202-.263-.514-.394-.934-.394H1v-2h.882c.447 0 .778-.137.991-.41.213-.272.32-.67.32-1.264l-.049-3.454c0-1.273.35-2.237 1.044-2.891C4.884 2.327 5.908 2 7.258 2H9v1.997H6.89c-.46 0-.802.144-1.022.43-.22.287-.33.718-.33 1.29l.037 3.367c0 .63-.135 1.195-.404 1.695-.27.5-.646.905-1.128 1.212.447.286.807.699 1.081 1.239.272.538.41 1.146.41 1.825L5.525 18c0 .728.154 1.256.462 1.584zM22.118 11H23v2h-.903c-.419 0-.73.131-.933.394-.203.262-.305.689-.305 1.367l.028 3.34c0 1.014-.179 1.811-.536 2.392-.356.581-.874.99-1.552 1.228-.679.238-1.546.357-2.603.357H15v-2h1.501c.7 0 1.203-.165 1.511-.494.307-.328.461-.856.461-1.584l-.006-2.945c0-.679.136-1.287.41-1.826.272-.539.633-.952 1.08-1.238a3.225 3.225 0 0 1-1.128-1.212c-.27-.5-.404-1.065-.404-1.695l.038-3.366c0-.573-.11-1.004-.33-1.29-.22-.287-.563-.431-1.024-.431H15V2h1.742c1.35 0 2.373.327 3.07.981.695.654 1.043 1.618 1.043 2.891l-.049 3.454c0 .594.108.992.321 1.265.213.272.544.409.991.409zm-8.493-4.5 1.732 1-4.875 10-1.732-1 4.875-10z"
9
8
  id="icons-code_svg__a"
9
+ d="M5.988 19.584c.308.329.812.494 1.511.494H9v2H7.803c-1.056 0-1.923-.12-2.602-.357-.679-.238-1.196-.647-1.553-1.228-.356-.581-.535-1.378-.535-2.392l.027-3.34c0-.678-.1-1.105-.304-1.367-.202-.263-.514-.394-.934-.394H1v-2h.882c.447 0 .778-.137.991-.41.213-.272.32-.67.32-1.264l-.049-3.454c0-1.273.35-2.237 1.044-2.891C4.884 2.327 5.908 2 7.258 2H9v1.997H6.89c-.46 0-.802.144-1.022.43-.22.287-.33.718-.33 1.29l.037 3.367c0 .63-.135 1.195-.404 1.695-.27.5-.646.905-1.128 1.212.447.286.807.699 1.081 1.239.272.538.41 1.146.41 1.825L5.525 18c0 .728.154 1.256.462 1.584zM22.118 11H23v2h-.903c-.419 0-.73.131-.933.394-.203.262-.305.689-.305 1.367l.028 3.34c0 1.014-.179 1.811-.536 2.392-.356.581-.874.99-1.552 1.228-.679.238-1.546.357-2.603.357H15v-2h1.501c.7 0 1.203-.165 1.511-.494.307-.328.461-.856.461-1.584l-.006-2.945c0-.679.136-1.287.41-1.826.272-.539.633-.952 1.08-1.238a3.225 3.225 0 0 1-1.128-1.212c-.27-.5-.404-1.065-.404-1.695l.038-3.366c0-.573-.11-1.004-.33-1.29-.22-.287-.563-.431-1.024-.431H15V2h1.742c1.35 0 2.373.327 3.07.981.695.654 1.043 1.618 1.043 2.891l-.049 3.454c0 .594.108.992.321 1.265.213.272.544.409.991.409zm-8.493-4.5 1.732 1-4.875 10-1.732-1 4.875-10z"
10
10
  />
11
11
  </defs>
12
12
  <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-code_svg__a" />
@@ -5,8 +5,8 @@ const SvgIconsCoffee = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <defs>
7
7
  <path
8
- d="M4 20h16c1.1 0 2-.9 2-2H2c0 1.1.9 2 2 2zM20 4H6v10c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2v-2h2c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-4 8v2H8V6h8v6zm4-2h-2V6h2v4z"
9
8
  id="icons-coffee_svg__a"
9
+ d="M4 20h16c1.1 0 2-.9 2-2H2c0 1.1.9 2 2 2zM20 4H6v10c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2v-2h2c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-4 8v2H8V6h8v6zm4-2h-2V6h2v4z"
10
10
  />
11
11
  </defs>
12
12
  <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-coffee_svg__a" />
@@ -4,16 +4,16 @@ import * as React from 'react';
4
4
  const SvgIconsCredit = (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="M6.694 9.185C8.004 9.675 9.88 10 12 10s3.997-.324 5.306-.815c.658-.247 1.121-.517 1.402-.766C18.99 8.17 19 8.026 19 8c0-.026-.01-.17-.292-.42-.28-.248-.744-.518-1.402-.765C15.996 6.325 14.12 6 12 6s-3.997.324-5.306.815c-.658.247-1.121.517-1.402.766C5.01 7.83 5 7.974 5 8c0 .026.01.17.292.42.28.248.744.518 1.402.765Zm-2.729.731C3.437 9.448 3 8.803 3 8c0-.803.437-1.448.965-1.916.53-.469 1.238-.846 2.027-1.142C7.578 4.347 9.702 4 12 4c2.297 0 4.422.347 6.008.942.79.296 1.498.673 2.027 1.142C20.562 6.552 21 7.197 21 8c0 .803-.438 1.448-.965 1.916-.53.469-1.238.846-2.027 1.142-1.586.595-3.71.942-6.008.942-2.297 0-4.422-.348-6.008-.942-.79-.296-1.498-.673-2.027-1.142ZM6.694 13.185C8.004 13.675 9.88 14 12 14s3.997-.324 5.306-.815c.658-.247 1.121-.517 1.402-.766.282-.25.292-.394.292-.419h2c0 .803-.438 1.448-.965 1.916-.53.469-1.238.846-2.027 1.142-1.586.595-3.71.942-6.008.942-2.297 0-4.422-.348-6.008-.942-.79-.296-1.498-.673-2.027-1.142C3.437 13.448 3 12.803 3 12h2c0 .025.01.17.292.42.28.248.744.518 1.402.765Z"
9
10
  fill="currentColor"
10
- fillRule="evenodd"
11
11
  />
12
12
  <path
13
+ fillRule="evenodd"
13
14
  clipRule="evenodd"
14
15
  d="M6.694 17.185C8.004 17.675 9.88 18 12 18s3.997-.324 5.306-.815c.658-.247 1.121-.517 1.402-.765.282-.25.292-.395.292-.42h2c0 .803-.438 1.448-.965 1.916-.53.469-1.238.846-2.027 1.142-1.586.595-3.71.942-6.008.942-2.297 0-4.422-.348-6.008-.942-.79-.296-1.498-.673-2.027-1.142C3.437 17.448 3 16.803 3 16h2c0 .026.01.17.292.42.28.248.744.518 1.402.765Z"
15
16
  fill="currentColor"
16
- fillRule="evenodd"
17
17
  />
18
18
  </svg>
19
19
  );
@@ -5,10 +5,10 @@ const SvgIconsCreditcard = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} fill="none" viewBox="0 0 24 24">
6
6
  <path d="M6.5 14a1.5 1.5 0 0 0 0 3h3a1.5 1.5 0 0 0 0-3h-3Z" fill="currentColor" />
7
7
  <path
8
+ fillRule="evenodd"
8
9
  clipRule="evenodd"
9
10
  d="M4 4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H4Zm16 2H4v2h16V6ZM4 18v-6h16v6H4Z"
10
11
  fill="currentColor"
11
- fillRule="evenodd"
12
12
  />
13
13
  </svg>
14
14
  );
@@ -4,10 +4,10 @@ import * as React from 'react';
4
4
  const SvgIconsCrown = (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="M11.367 2.132a.75.75 0 0 1 1.266 0l3.773 5.929 3.928-4.256c.502-.544 1.405-.11 1.293.622L20 15H4L2.373 4.427c-.112-.731.79-1.166 1.293-.622L7.594 8.06l3.773-5.928ZM6.484 9.806 4.972 8.169l.497 3.23 1.015-1.593ZM6.822 13l1.065-1.674L9.432 13h-2.61Zm2.176-3.42L12 4.864l3.002 4.718L12 12.833 8.998 9.581Zm5.57 3.42 1.545-1.674L17.178 13h-2.61Zm2.948-3.194L18.53 11.4l.497-3.231-1.51 1.637Z"
9
10
  fill="currentColor"
10
- fillRule="evenodd"
11
11
  />
12
12
  <path
13
13
  d="M4 19h16v2H4v-2ZM20 18a1 1 0 1 1 0-2v2ZM5 17a1 1 0 0 0-1-1v2a1 1 0 0 0 1-1ZM8 18a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM13 17a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM16 18a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z"
@@ -4,10 +4,10 @@ import * as React from 'react';
4
4
  const SvgIconsDeleteNope = (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="M7.095 18.32c3.131 2.43 7.69 2.209 10.562-.663 2.872-2.872 3.093-7.431.663-10.562L7.095 18.32ZM5.68 16.905 16.906 5.68c-3.132-2.43-7.69-2.209-10.563.663-2.872 2.872-3.093 7.43-.663 10.562ZM4.93 4.93c3.889-3.89 10.253-3.89 14.142 0 3.89 3.889 3.89 10.253 0 14.142-3.889 3.89-10.253 3.89-14.142 0-3.89-3.89-3.89-10.253 0-14.142Z"
9
10
  fill="currentColor"
10
- fillRule="evenodd"
11
11
  />
12
12
  </svg>
13
13
  );
@@ -4,9 +4,9 @@ import * as React from 'react';
4
4
  const SvgIconsDeployment = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <path
7
- d="m13.67 19.27-3.366 3.368-1.698-1.697 1.253-3.799-2.545-2.545-3.799 1.252-1.697-1.697 3.367-3.367.135-.135a1 1 0 0 1 1.414 0l1.015 1.015c1.43-2.433 4.037-5.792 4.682-6.428 2.454-2.42 8.32-2.457 8.782-1.994.463.463.44 6.348-1.994 8.782-.64.64-3.77 3.478-6.2 4.91l.786.786a1 1 0 0 1 0 1.415l-.134.134zm-2.12-3.804c.584-.303 1.325-.785 2.163-1.405 1.505-1.112 3.346-2.704 4.092-3.45.714-.714 1.27-2.2 1.516-3.989.077-.56.118-1.118.125-1.609-.49.007-1.044.05-1.602.127-1.789.248-3.283.805-4.01 1.521-.441.436-2.028 2.488-3.204 4.212a28.106 28.106 0 0 0-1.414 2.259l.205.205 2.129 2.129zm-4.654.397 1.697 1.697-2.525 2.525c-.39.39-.955.389-1.695-.002-.391-.74-.392-1.305-.002-1.695l2.525-2.525zM15.85 10a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z"
8
7
  fill="currentColor"
9
8
  fillRule="evenodd"
9
+ d="m13.67 19.27-3.366 3.368-1.698-1.697 1.253-3.799-2.545-2.545-3.799 1.252-1.697-1.697 3.367-3.367.135-.135a1 1 0 0 1 1.414 0l1.015 1.015c1.43-2.433 4.037-5.792 4.682-6.428 2.454-2.42 8.32-2.457 8.782-1.994.463.463.44 6.348-1.994 8.782-.64.64-3.77 3.478-6.2 4.91l.786.786a1 1 0 0 1 0 1.415l-.134.134zm-2.12-3.804c.584-.303 1.325-.785 2.163-1.405 1.505-1.112 3.346-2.704 4.092-3.45.714-.714 1.27-2.2 1.516-3.989.077-.56.118-1.118.125-1.609-.49.007-1.044.05-1.602.127-1.789.248-3.283.805-4.01 1.521-.441.436-2.028 2.488-3.204 4.212a28.106 28.106 0 0 0-1.414 2.259l.205.205 2.129 2.129zm-4.654.397 1.697 1.697-2.525 2.525c-.39.39-.955.389-1.695-.002-.391-.74-.392-1.305-.002-1.695l2.525-2.525zM15.85 10a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z"
10
10
  />
11
11
  </svg>
12
12
  );
@@ -5,8 +5,8 @@ const SvgIconsDoc = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <defs>
7
7
  <path
8
- d="M6 4v16h12V4H6zm0-2h12c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H6c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2zm2 4h8v2H8V6zm0 4h7v2H8v-2zm0 3h6v2H8v-2zm0 3h8v2H8v-2z"
9
8
  id="icons-doc_svg__a"
9
+ d="M6 4v16h12V4H6zm0-2h12c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H6c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2zm2 4h8v2H8V6zm0 4h7v2H8v-2zm0 3h6v2H8v-2zm0 3h8v2H8v-2z"
10
10
  />
11
11
  </defs>
12
12
  <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-doc_svg__a" />
@@ -5,8 +5,8 @@ const SvgIconsDollars = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <defs>
7
7
  <path
8
- d="M13.3 6c1.7.3 2.5 1.4 2.5 1.4l-1.2 1.2s-.8-1-2.4-1c-1.3 0-2 .8-2 1.5 0 2.7 6.3 1 6.3 5.4 0 1.8-1.1 3.1-3.2 3.5v2h-2v-1.9C9 17.8 8 16.3 8 16.3l1.2-1.2s.9 1.4 3.1 1.4c1.5 0 2.4-.9 2.4-1.9 0-2.7-6.3-1-6.3-5.4-.1-1.6 1-2.9 2.9-3.2V4h2v2z"
9
8
  id="icons-dollars_svg__a"
9
+ d="M13.3 6c1.7.3 2.5 1.4 2.5 1.4l-1.2 1.2s-.8-1-2.4-1c-1.3 0-2 .8-2 1.5 0 2.7 6.3 1 6.3 5.4 0 1.8-1.1 3.1-3.2 3.5v2h-2v-1.9C9 17.8 8 16.3 8 16.3l1.2-1.2s.9 1.4 3.1 1.4c1.5 0 2.4-.9 2.4-1.9 0-2.7-6.3-1-6.3-5.4-.1-1.6 1-2.9 2.9-3.2V4h2v2z"
10
10
  />
11
11
  </defs>
12
12
  <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-dollars_svg__a" />
@@ -5,8 +5,8 @@ const SvgIconsDownload = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <defs>
7
7
  <path
8
- d="m17 10.9-1.4-1.4-2.6 2.6V4h-2v8L8.5 9.5l-1.4 1.4 5 5 4.9-5zM6 18h12v2H6v-2z"
9
8
  id="icons-download_svg__a"
9
+ d="m17 10.9-1.4-1.4-2.6 2.6V4h-2v8L8.5 9.5l-1.4 1.4 5 5 4.9-5zM6 18h12v2H6v-2z"
10
10
  />
11
11
  </defs>
12
12
  <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-download_svg__a" />
@@ -5,8 +5,8 @@ const SvgIconsDropdownArrows = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <defs>
7
7
  <path
8
- d="M15.75 14.25 12 18l-3.75-3.75-1.5 1.5L12 21l5.25-5.25-1.5-1.5zM12 6l3.75 3.75 1.5-1.5L12 3 6.75 8.25l1.5 1.5L12 6z"
9
8
  id="icons-dropdown-arrows_svg__a"
9
+ d="M15.75 14.25 12 18l-3.75-3.75-1.5 1.5L12 21l5.25-5.25-1.5-1.5zM12 6l3.75 3.75 1.5-1.5L12 3 6.75 8.25l1.5 1.5L12 6z"
10
10
  />
11
11
  </defs>
12
12
  <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-dropdown-arrows_svg__a" />
@@ -4,9 +4,9 @@ import * as React from 'react';
4
4
  const SvgIconsDudes = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <path
7
- d="M12 20v-4H4v4H2v-4c0-1.158.842-2 2-2h8c1.158 0 2 .842 2 2v4h-2zm8 0v-4h-5v-2h5c1.158 0 2 .842 2 2v4h-2zM15 7v3h1V7h-1zm0-2h1a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2zM7 6v4h2V6H7zm0-2h2a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2z"
8
7
  fill="currentColor"
9
8
  fillRule="evenodd"
9
+ d="M12 20v-4H4v4H2v-4c0-1.158.842-2 2-2h8c1.158 0 2 .842 2 2v4h-2zm8 0v-4h-5v-2h5c1.158 0 2 .842 2 2v4h-2zM15 7v3h1V7h-1zm0-2h1a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2zM7 6v4h2V6H7zm0-2h2a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2z"
10
10
  />
11
11
  </svg>
12
12
  );
@@ -4,9 +4,9 @@ import * as React from 'react';
4
4
  const SvgIconsDuplicate = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <path
7
- d="M18 18v1a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V9a3 3 0 0 1 3-3h1V5a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3h-1zm-2 0H9a3 3 0 0 1-3-3V8H5a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-1zM9 4a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H9z"
8
7
  fill="currentColor"
9
8
  fillRule="evenodd"
9
+ d="M18 18v1a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V9a3 3 0 0 1 3-3h1V5a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3h-1zm-2 0H9a3 3 0 0 1-3-3V8H5a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-1zM9 4a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H9z"
10
10
  />
11
11
  </svg>
12
12
  );
@@ -8,10 +8,10 @@ const SvgIconsEnterprise = (props: React.SVGProps<SVGSVGElement>) => (
8
8
  fill="currentColor"
9
9
  />
10
10
  <path
11
+ fillRule="evenodd"
11
12
  clipRule="evenodd"
12
13
  d="M5 2a2 2 0 0 0-2 2v18h18v-2h-1v-4a1 1 0 0 0 1-1v-1h-1v-1a1 1 0 0 0 1-1v-1h-1v-1a1 1 0 0 0 1-1V8h-1V7a2 2 0 0 0-2-2h-4V4a2 2 0 0 0-2-2H5Zm9 18h1v-2h2v2h1V7h-4v9h-2V4H5v16h1v-2h2v2h1v-2h2v2h1v-2h2v2Z"
13
14
  fill="currentColor"
14
- fillRule="evenodd"
15
15
  />
16
16
  </svg>
17
17
  );
@@ -5,10 +5,10 @@ const SvgIconsErrorGeneral = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} fill="none" viewBox="0 0 24 24">
6
6
  <path d="M11 7h1.998v6.996H11V7ZM12.998 17v-2.005H11V17h1.998Z" fill="currentColor" />
7
7
  <path
8
+ fillRule="evenodd"
8
9
  clipRule="evenodd"
9
10
  d="M7.414 2.586 2.586 7.414A2 2 0 0 0 2 8.828v6.344a2 2 0 0 0 .586 1.414l4.828 4.828A2 2 0 0 0 8.828 22h6.344a2 2 0 0 0 1.414-.586l4.828-4.828A2 2 0 0 0 22 15.172V8.828a2 2 0 0 0-.586-1.414l-4.828-4.828A2 2 0 0 0 15.172 2H8.828a2 2 0 0 0-1.414.586ZM4 8.828 8.828 4h6.344L20 8.828v6.344L15.172 20H8.828L4 15.172V8.828Z"
10
11
  fill="currentColor"
11
- fillRule="evenodd"
12
12
  />
13
13
  </svg>
14
14
  );
@@ -5,8 +5,8 @@ const SvgIconsFileDoc = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <defs>
7
7
  <path
8
- d="M6.118 9.7h1.956c1.544 0 2.779 1.1 2.779 2.5s-1.132 2.5-2.78 2.5H6.119v-5zm1.956 1.2h-.515v2.6h.617c.721 0 1.339-.5 1.339-1.3s-.618-1.3-1.441-1.3zm4.838 1.3c0 .8.617 1.4 1.44 1.4.824 0 1.442-.6 1.442-1.4 0-.8-.618-1.4-1.441-1.4-.824 0-1.441.6-1.441 1.4zm4.323 0c0 1.4-1.235 2.7-2.882 2.7s-2.882-1.2-2.882-2.7c0-1.5 1.235-2.7 2.882-2.7s2.882 1.3 2.882 2.7zm2.06 0c0 .8.617 1.4 1.44 1.4.927 0 1.441-.6 1.441-.6l.824.9s-.72 1-2.265 1c-1.647 0-2.882-1.2-2.882-2.7 0-1.5 1.235-2.7 2.882-2.7 1.441 0 2.162 1 2.162 1l-.823.9s-.515-.6-1.339-.6c-.823 0-1.44.6-1.44 1.4zM18.47 6V4c0-1.1-.927-2-2.06-2H4.06C2.926 2 2 2.9 2 4v16c0 1.1.926 2 2.059 2h12.353c1.132 0 2.059-.9 2.059-2v-2h-2.06v2H4.06V4h12.353v2h2.059z"
9
8
  id="icons-file-doc_svg__a"
9
+ d="M6.118 9.7h1.956c1.544 0 2.779 1.1 2.779 2.5s-1.132 2.5-2.78 2.5H6.119v-5zm1.956 1.2h-.515v2.6h.617c.721 0 1.339-.5 1.339-1.3s-.618-1.3-1.441-1.3zm4.838 1.3c0 .8.617 1.4 1.44 1.4.824 0 1.442-.6 1.442-1.4 0-.8-.618-1.4-1.441-1.4-.824 0-1.441.6-1.441 1.4zm4.323 0c0 1.4-1.235 2.7-2.882 2.7s-2.882-1.2-2.882-2.7c0-1.5 1.235-2.7 2.882-2.7s2.882 1.3 2.882 2.7zm2.06 0c0 .8.617 1.4 1.44 1.4.927 0 1.441-.6 1.441-.6l.824.9s-.72 1-2.265 1c-1.647 0-2.882-1.2-2.882-2.7 0-1.5 1.235-2.7 2.882-2.7 1.441 0 2.162 1 2.162 1l-.823.9s-.515-.6-1.339-.6c-.823 0-1.44.6-1.44 1.4zM18.47 6V4c0-1.1-.927-2-2.06-2H4.06C2.926 2 2 2.9 2 4v16c0 1.1.926 2 2.059 2h12.353c1.132 0 2.059-.9 2.059-2v-2h-2.06v2H4.06V4h12.353v2h2.059z"
10
10
  />
11
11
  </defs>
12
12
  <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-file-doc_svg__a" />
@@ -5,8 +5,8 @@ const SvgIconsFilePdf = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <defs>
7
7
  <path
8
- d="M18.8 6V4c0-1.1-.945-2-2.1-2H4.1C2.945 2 2 2.9 2 4v16c0 1.1.945 2 2.1 2h12.6c1.155 0 2.1-.9 2.1-2v-2h-2.1v2H4.1V4h12.6v2h2.1zM6.2 9.4h2.625c1.26 0 2.205.8 2.205 2s-.84 2-2.205 2h-1.05V15H6.2V9.4zm2.52 1.4h-.945V12h.945c.42 0 .63-.3.63-.6.105-.4-.21-.6-.63-.6zm3.36-1.4h2.31c1.785 0 3.15 1.2 3.15 2.8 0 1.6-1.26 2.8-3.15 2.8h-2.31V9.4zm2.31 1.4h-.63v2.9h.63c.84 0 1.47-.6 1.47-1.4 0-.8-.63-1.5-1.47-1.5zm4.095-1.4H23v1.4h-2.94v.9h2.31V13h-2.31v2h-1.575V9.4z"
9
8
  id="icons-file-pdf_svg__a"
9
+ d="M18.8 6V4c0-1.1-.945-2-2.1-2H4.1C2.945 2 2 2.9 2 4v16c0 1.1.945 2 2.1 2h12.6c1.155 0 2.1-.9 2.1-2v-2h-2.1v2H4.1V4h12.6v2h2.1zM6.2 9.4h2.625c1.26 0 2.205.8 2.205 2s-.84 2-2.205 2h-1.05V15H6.2V9.4zm2.52 1.4h-.945V12h.945c.42 0 .63-.3.63-.6.105-.4-.21-.6-.63-.6zm3.36-1.4h2.31c1.785 0 3.15 1.2 3.15 2.8 0 1.6-1.26 2.8-3.15 2.8h-2.31V9.4zm2.31 1.4h-.63v2.9h.63c.84 0 1.47-.6 1.47-1.4 0-.8-.63-1.5-1.47-1.5zm4.095-1.4H23v1.4h-2.94v.9h2.31V13h-2.31v2h-1.575V9.4z"
10
10
  />
11
11
  </defs>
12
12
  <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-file-pdf_svg__a" />