@bitrise/bitkit 9.5.0-alpha-15.2 → 9.5.0-alpha-15-2.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 (207) hide show
  1. package/.eslintrc.js +2 -1
  2. package/.storybook/main.js +35 -0
  3. package/.storybook/manager.js +6 -0
  4. package/.storybook/preview.tsx +20 -0
  5. package/.storybook/theme.js +7 -0
  6. package/CHANGELOG.md +14 -44
  7. package/package.json +37 -19
  8. package/release.config.js +1 -1
  9. package/site/components/CodeBlock/CodeBlock.css +2 -2
  10. package/site/components/Documentation/Documentation.tsx +56 -53
  11. package/site/components/Root/Root.tsx +1 -1
  12. package/site/index.html +1 -1
  13. package/src/Components/Provider/Provider.tsx +9 -0
  14. package/src/Components/Text/Text.stories.tsx +20 -0
  15. package/src/Components/Text/Text.theme.ts +38 -0
  16. package/src/Components/Text/Text.tsx +72 -0
  17. package/src/Foundations/Colors/Colors.examples.tsx +13 -0
  18. package/src/Foundations/Colors/Colors.stories.mdx +8 -0
  19. package/src/Foundations/Colors/Colors.ts +128 -0
  20. package/src/Foundations/Radii/Radii.examples.tsx +17 -0
  21. package/src/Foundations/Radii/Radii.stories.mdx +8 -0
  22. package/src/Foundations/Radii/Radii.theme.ts +9 -0
  23. package/src/Foundations/Shadows/Shadows.examples.tsx +17 -0
  24. package/src/Foundations/Shadows/Shadows.stories.mdx +8 -0
  25. package/src/Foundations/Shadows/Shadows.ts +9 -0
  26. package/src/Foundations/Sizes/Sizes.examples.tsx +17 -0
  27. package/src/Foundations/Sizes/Sizes.stories.mdx +8 -0
  28. package/src/Foundations/Sizes/Sizes.ts +14 -0
  29. package/src/Foundations/Typography/Typography.examples.tsx +50 -0
  30. package/src/Foundations/Typography/Typography.stories.mdx +14 -0
  31. package/src/Foundations/Typography/Typography.ts +32 -0
  32. package/src/Icon/tsx/IconsAddOns.tsx +5 -4
  33. package/src/Icon/tsx/IconsAddOnsColorTuorqouise.tsx +8 -8
  34. package/src/Icon/tsx/IconsAddOnsColorViolet.tsx +7 -5
  35. package/src/Icon/tsx/IconsAddOnsWhite.tsx +7 -5
  36. package/src/Icon/tsx/IconsApp.tsx +4 -3
  37. package/src/Icon/tsx/IconsArrowBack.tsx +5 -4
  38. package/src/Icon/tsx/IconsArrowDown.tsx +9 -7
  39. package/src/Icon/tsx/IconsArrowForward.tsx +5 -7
  40. package/src/Icon/tsx/IconsArrowQuit.tsx +5 -4
  41. package/src/Icon/tsx/IconsArrowUp.tsx +5 -4
  42. package/src/Icon/tsx/IconsBackArrow.tsx +3 -8
  43. package/src/Icon/tsx/IconsBell.tsx +5 -7
  44. package/src/Icon/tsx/IconsBitbot.tsx +5 -7
  45. package/src/Icon/tsx/IconsBitbotFailed.tsx +6 -5
  46. package/src/Icon/tsx/IconsBitbucket.tsx +10 -14
  47. package/src/Icon/tsx/IconsBitbucketFill.tsx +5 -4
  48. package/src/Icon/tsx/IconsBitriseCertified.tsx +9 -7
  49. package/src/Icon/tsx/IconsBook.tsx +5 -7
  50. package/src/Icon/tsx/IconsBranchBranch.tsx +5 -7
  51. package/src/Icon/tsx/IconsBranchCommit.tsx +5 -4
  52. package/src/Icon/tsx/IconsBranchPull.tsx +5 -7
  53. package/src/Icon/tsx/IconsBranchPush.tsx +9 -7
  54. package/src/Icon/tsx/IconsBranchTag.tsx +5 -7
  55. package/src/Icon/tsx/IconsBug.tsx +4 -3
  56. package/src/Icon/tsx/IconsBuild.tsx +5 -4
  57. package/src/Icon/tsx/IconsBuildstatusAborted.tsx +5 -7
  58. package/src/Icon/tsx/IconsBuildstatusAbortedSolid.tsx +7 -8
  59. package/src/Icon/tsx/IconsBuildstatusFailed.tsx +5 -7
  60. package/src/Icon/tsx/IconsBuildstatusFailedSolid.tsx +7 -8
  61. package/src/Icon/tsx/IconsBuildstatusLoading.tsx +1 -1
  62. package/src/Icon/tsx/IconsBuildstatusLoadingAnimated.tsx +20 -42
  63. package/src/Icon/tsx/IconsBuildstatusLoadingeeehh.tsx +3 -7
  64. package/src/Icon/tsx/IconsBuildstatusLoadingeeehhWhite.tsx +3 -7
  65. package/src/Icon/tsx/IconsBuildstatusNeverbuilt.tsx +6 -7
  66. package/src/Icon/tsx/IconsBuildstatusSuccessful.tsx +6 -10
  67. package/src/Icon/tsx/IconsBuildstatusSuccessfulSolid.tsx +7 -8
  68. package/src/Icon/tsx/IconsCalendar.tsx +5 -7
  69. package/src/Icon/tsx/IconsChain.tsx +5 -7
  70. package/src/Icon/tsx/IconsChangePlan.tsx +5 -4
  71. package/src/Icon/tsx/IconsChat.tsx +5 -4
  72. package/src/Icon/tsx/IconsChatMessage.tsx +5 -7
  73. package/src/Icon/tsx/IconsChevronDown.tsx +3 -8
  74. package/src/Icon/tsx/IconsChevronLeft.tsx +5 -7
  75. package/src/Icon/tsx/IconsChevronRight.tsx +5 -7
  76. package/src/Icon/tsx/IconsChevronUp.tsx +6 -5
  77. package/src/Icon/tsx/IconsClock.tsx +5 -7
  78. package/src/Icon/tsx/IconsCloseSmall.tsx +5 -7
  79. package/src/Icon/tsx/IconsCode.tsx +5 -7
  80. package/src/Icon/tsx/IconsCoffee.tsx +5 -7
  81. package/src/Icon/tsx/IconsConsole.tsx +4 -3
  82. package/src/Icon/tsx/IconsCredit.tsx +11 -9
  83. package/src/Icon/tsx/IconsCreditcard.tsx +7 -8
  84. package/src/Icon/tsx/IconsCrown.tsx +9 -7
  85. package/src/Icon/tsx/IconsDeleteNope.tsx +6 -5
  86. package/src/Icon/tsx/IconsDeployment.tsx +5 -4
  87. package/src/Icon/tsx/IconsDoc.tsx +4 -3
  88. package/src/Icon/tsx/IconsDollars.tsx +5 -7
  89. package/src/Icon/tsx/IconsDownload.tsx +5 -7
  90. package/src/Icon/tsx/IconsDropdownArrows.tsx +5 -7
  91. package/src/Icon/tsx/IconsDudes.tsx +5 -4
  92. package/src/Icon/tsx/IconsDuplicate.tsx +5 -4
  93. package/src/Icon/tsx/IconsEnterprise.tsx +9 -7
  94. package/src/Icon/tsx/IconsErrorGeneral.tsx +7 -8
  95. package/src/Icon/tsx/IconsFileDoc.tsx +5 -7
  96. package/src/Icon/tsx/IconsFilePdf.tsx +5 -7
  97. package/src/Icon/tsx/IconsFilePlist.tsx +5 -7
  98. package/src/Icon/tsx/IconsFileZip.tsx +5 -7
  99. package/src/Icon/tsx/IconsFilter.tsx +5 -7
  100. package/src/Icon/tsx/IconsFlag.tsx +3 -8
  101. package/src/Icon/tsx/IconsFolder.tsx +5 -7
  102. package/src/Icon/tsx/IconsFullscreen.tsx +5 -4
  103. package/src/Icon/tsx/IconsFullscreenExit.tsx +5 -4
  104. package/src/Icon/tsx/IconsGauge.tsx +7 -8
  105. package/src/Icon/tsx/IconsGithub.tsx +5 -4
  106. package/src/Icon/tsx/IconsGitlab.tsx +6 -5
  107. package/src/Icon/tsx/IconsGitlabFill.tsx +5 -4
  108. package/src/Icon/tsx/IconsGlobe.tsx +5 -7
  109. package/src/Icon/tsx/IconsGroup.tsx +5 -4
  110. package/src/Icon/tsx/IconsHeart.tsx +5 -4
  111. package/src/Icon/tsx/IconsHidePassword.tsx +9 -7
  112. package/src/Icon/tsx/IconsHistory.tsx +5 -6
  113. package/src/Icon/tsx/IconsImage.tsx +5 -4
  114. package/src/Icon/tsx/IconsInfo.tsx +5 -4
  115. package/src/Icon/tsx/IconsIntegrations.tsx +5 -4
  116. package/src/Icon/tsx/IconsInteraction.tsx +5 -4
  117. package/src/Icon/tsx/IconsInvoice.tsx +5 -7
  118. package/src/Icon/tsx/IconsJapanese.tsx +6 -5
  119. package/src/Icon/tsx/IconsKey.tsx +5 -4
  120. package/src/Icon/tsx/IconsLaptop.tsx +3 -8
  121. package/src/Icon/tsx/IconsLaptops.tsx +4 -3
  122. package/src/Icon/tsx/IconsLightbulb.tsx +5 -7
  123. package/src/Icon/tsx/IconsLock.tsx +5 -7
  124. package/src/Icon/tsx/IconsLogin.tsx +5 -7
  125. package/src/Icon/tsx/IconsLogout.tsx +5 -7
  126. package/src/Icon/tsx/IconsMagnifier.tsx +5 -7
  127. package/src/Icon/tsx/IconsMail.tsx +5 -7
  128. package/src/Icon/tsx/IconsMenuGrid.tsx +5 -7
  129. package/src/Icon/tsx/IconsMenuHamburger.tsx +3 -8
  130. package/src/Icon/tsx/IconsMessage.tsx +5 -7
  131. package/src/Icon/tsx/IconsMinusClose.tsx +1 -1
  132. package/src/Icon/tsx/IconsMinusRemove.tsx +5 -7
  133. package/src/Icon/tsx/IconsMobile.tsx +5 -7
  134. package/src/Icon/tsx/IconsMonitoring.tsx +5 -4
  135. package/src/Icon/tsx/IconsMore.tsx +5 -7
  136. package/src/Icon/tsx/IconsNoTie.tsx +5 -4
  137. package/src/Icon/tsx/IconsNumero.tsx +5 -7
  138. package/src/Icon/tsx/IconsOpenInBrowser.tsx +5 -7
  139. package/src/Icon/tsx/IconsOverview.tsx +5 -4
  140. package/src/Icon/tsx/IconsOwner.tsx +9 -7
  141. package/src/Icon/tsx/IconsPause.tsx +5 -4
  142. package/src/Icon/tsx/IconsPencil.tsx +7 -8
  143. package/src/Icon/tsx/IconsPercent.tsx +5 -4
  144. package/src/Icon/tsx/IconsPerson.tsx +5 -4
  145. package/src/Icon/tsx/IconsPlatformsAndroid.tsx +5 -7
  146. package/src/Icon/tsx/IconsPlatformsApple.tsx +5 -7
  147. package/src/Icon/tsx/IconsPlatformsCordova.tsx +5 -4
  148. package/src/Icon/tsx/IconsPlatformsFastlane.tsx +5 -4
  149. package/src/Icon/tsx/IconsPlatformsFlutter.tsx +5 -4
  150. package/src/Icon/tsx/IconsPlatformsGo.tsx +4 -3
  151. package/src/Icon/tsx/IconsPlatformsIonic.tsx +5 -4
  152. package/src/Icon/tsx/IconsPlatformsMacos.tsx +5 -4
  153. package/src/Icon/tsx/IconsPlatformsNodejs.tsx +4 -3
  154. package/src/Icon/tsx/IconsPlatformsOther.tsx +11 -9
  155. package/src/Icon/tsx/IconsPlatformsReact.tsx +5 -4
  156. package/src/Icon/tsx/IconsPlatformsXamarin.tsx +5 -4
  157. package/src/Icon/tsx/IconsPlay.tsx +5 -7
  158. package/src/Icon/tsx/IconsPlusAdd.tsx +5 -7
  159. package/src/Icon/tsx/IconsPlusOpen.tsx +2 -5
  160. package/src/Icon/tsx/IconsPower.tsx +2 -4
  161. package/src/Icon/tsx/IconsRefresh.tsx +4 -3
  162. package/src/Icon/tsx/IconsRequest.tsx +5 -4
  163. package/src/Icon/tsx/IconsResponsiveness.tsx +5 -4
  164. package/src/Icon/tsx/IconsSave.tsx +5 -4
  165. package/src/Icon/tsx/IconsSecurityShield.tsx +5 -7
  166. package/src/Icon/tsx/IconsSettings.tsx +5 -7
  167. package/src/Icon/tsx/IconsShip.tsx +5 -4
  168. package/src/Icon/tsx/IconsShowPassword.tsx +5 -7
  169. package/src/Icon/tsx/IconsShuffle.tsx +5 -7
  170. package/src/Icon/tsx/IconsStability.tsx +4 -3
  171. package/src/Icon/tsx/IconsStack.tsx +5 -7
  172. package/src/Icon/tsx/IconsStatus.tsx +5 -7
  173. package/src/Icon/tsx/IconsStepThirdParty.tsx +7 -8
  174. package/src/Icon/tsx/IconsStepUpgrade.tsx +2 -5
  175. package/src/Icon/tsx/IconsStepUpgradeCircle.tsx +2 -2
  176. package/src/Icon/tsx/IconsStepVersionOk.tsx +3 -5
  177. package/src/Icon/tsx/IconsSteps.tsx +5 -4
  178. package/src/Icon/tsx/IconsStepsColorTuorqouise.tsx +3 -7
  179. package/src/Icon/tsx/IconsStepsColorViolet.tsx +3 -7
  180. package/src/Icon/tsx/IconsStepsWhite.tsx +3 -7
  181. package/src/Icon/tsx/IconsStopwatch.tsx +5 -7
  182. package/src/Icon/tsx/IconsSupport.tsx +5 -7
  183. package/src/Icon/tsx/IconsSwitch.tsx +1 -1
  184. package/src/Icon/tsx/IconsTestFailed.tsx +5 -4
  185. package/src/Icon/tsx/IconsTestInconclusive.tsx +5 -4
  186. package/src/Icon/tsx/IconsTestInfo.tsx +5 -4
  187. package/src/Icon/tsx/IconsTestSkipped.tsx +5 -4
  188. package/src/Icon/tsx/IconsTestSuccess.tsx +5 -4
  189. package/src/Icon/tsx/IconsTestWarning.tsx +5 -4
  190. package/src/Icon/tsx/IconsTick.tsx +3 -8
  191. package/src/Icon/tsx/IconsTime.tsx +5 -7
  192. package/src/Icon/tsx/IconsTrace.tsx +5 -4
  193. package/src/Icon/tsx/IconsTrash.tsx +5 -7
  194. package/src/Icon/tsx/IconsTrigger.tsx +5 -7
  195. package/src/Icon/tsx/IconsTwitter.tsx +5 -7
  196. package/src/Icon/tsx/IconsValidateShield.tsx +5 -7
  197. package/src/Icon/tsx/IconsWarning.tsx +5 -7
  198. package/src/Icon/tsx/IconsWebUi.tsx +7 -8
  199. package/src/Icon/tsx/IconsWindow.tsx +5 -7
  200. package/src/Icon/tsx/IconsWorkflow.tsx +5 -7
  201. package/src/Icon/tsx/IconsWorkflowFlow.tsx +5 -7
  202. package/src/Icon/tsx/IconsWow.tsx +4 -3
  203. package/src/Icon/tsx/index.ts +1 -0
  204. package/src/index.ts +1 -2
  205. package/src/theme.ts +39 -0
  206. package/tsconfig.json +5 -2
  207. package/src/root.css +0 -59
@@ -2,14 +2,15 @@
2
2
  import * as React from 'react';
3
3
 
4
4
  const SvgIconsBitbotFailed = (props: React.SVGProps<SVGSVGElement>) => (
5
- <svg { ...props } viewBox="0 0 24 24">
5
+ <svg {...props} viewBox="0 0 24 24">
6
6
  <g fill="currentColor" fillRule="evenodd">
7
7
  <path d="M13 5a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm5.028 4.156A106.57 106.57 0 0 0 12 9c-2.343 0-4.363.06-6.028.156-.441.025-.753.267-.827.556a41.54 41.54 0 0 0-.788 3.688c-.146.914-.267 2.01-.356 3.253-.01.147.042.286.173.422a1 1 0 0 0 .688.286c2.304.1 4.747.162 7.138.162 2.39 0 4.833-.063 7.138-.162a1 1 0 0 0 .687-.286c.132-.136.184-.275.173-.423a38.273 38.273 0 0 0-.355-3.252 41.581 41.581 0 0 0-.788-3.688c-.074-.29-.386-.531-.827-.556zm2.764.058c.25.97.595 2.428.826 3.87.156.976.282 2.128.375 3.425a2.527 2.527 0 0 1-.733 1.959 2.997 2.997 0 0 1-2.036.891c-1.731.075-4.39.164-7.224.164-2.835 0-5.493-.09-7.224-.164a2.997 2.997 0 0 1-2.037-.891 2.527 2.527 0 0 1-.732-1.959c.092-1.297.219-2.45.375-3.425a44.1 44.1 0 0 1 .826-3.87c.297-1.155 1.362-1.981 2.65-2.055C7.122 7.087 9.214 7 12 7c2.786 0 4.878.087 6.142.159 1.288.074 2.353.9 2.65 2.055z" />
8
8
  <path
9
- d="M6.5 12 8 13.5 6.5 15m3-3L8 13.5 9.5 15m5-3 1.5 1.5-1.5 1.5m3-3L16 13.5l1.5 1.5"
10
- stroke="currentColor"
11
- strokeLinecap="square"
12
- strokeWidth={ 2 }/>
9
+ d="M6.5 12 8 13.5 6.5 15m3-3L8 13.5 9.5 15m5-3 1.5 1.5-1.5 1.5m3-3L16 13.5l1.5 1.5"
10
+ stroke="currentColor"
11
+ strokeLinecap="square"
12
+ strokeWidth={2}
13
+ />
13
14
  </g>
14
15
  </svg>
15
16
  );
@@ -2,27 +2,23 @@
2
2
  import * as React from 'react';
3
3
 
4
4
  const SvgIconsBitbucket = (props: React.SVGProps<SVGSVGElement>) => (
5
- <svg { ...props } viewBox="0 0 24 24">
5
+ <svg {...props} viewBox="0 0 24 24">
6
6
  <defs>
7
- <linearGradient
8
- id="icons-bitbucket_svg__a"
9
- x1="31.228%"
10
- y1="82.399%"
11
- y2="0%">
12
- <stop offset="0%" stopColor="#FFF" stopOpacity={ 0.1 } />
7
+ <linearGradient id="icons-bitbucket_svg__a" x1="31.228%" y1="82.399%" y2="0%">
8
+ <stop offset="0%" stopColor="#FFF" stopOpacity={0.1} />
13
9
  <stop offset="100%" stopColor="#184AB8" />
14
10
  </linearGradient>
15
11
  <path
16
- d="m15.092 9-1.01 5.892H9.919L5 20.729a.87.87 0 0 0 .56.212h13.07a.641.641 0 0 0 .625-.538L21.14 9h-6.048z"
17
- id="icons-bitbucket_svg__b"/>
12
+ d="m15.092 9-1.01 5.892H9.919L5 20.729a.87.87 0 0 0 .56.212h13.07a.641.641 0 0 0 .625-.538L21.14 9h-6.048z"
13
+ id="icons-bitbucket_svg__b"
14
+ />
18
15
  </defs>
19
16
  <g fill="none" fillRule="evenodd">
20
17
  <path
21
- d="M14.102 14.934H9.937L8.81 9.042h6.302l-1.01 5.892zM2.65 3a.64.64 0 0 0-.64.743l2.72 16.513a.87.87 0 0 0 .851.727h13.05a.64.64 0 0 0 .64-.538l2.72-16.698a.64.64 0 0 0-.64-.744L2.648 3z"
22
- fill="#FFF"/>
23
- <use
24
- fill="url(#icons-bitbucket_svg__a)"
25
- xlinkHref="#icons-bitbucket_svg__b"/>
18
+ d="M14.102 14.934H9.937L8.81 9.042h6.302l-1.01 5.892zM2.65 3a.64.64 0 0 0-.64.743l2.72 16.513a.87.87 0 0 0 .851.727h13.05a.64.64 0 0 0 .64-.538l2.72-16.698a.64.64 0 0 0-.64-.744L2.648 3z"
19
+ fill="#FFF"
20
+ />
21
+ <use fill="url(#icons-bitbucket_svg__a)" xlinkHref="#icons-bitbucket_svg__b" />
26
22
  </g>
27
23
  </svg>
28
24
  );
@@ -2,11 +2,12 @@
2
2
  import * as React from 'react';
3
3
 
4
4
  const SvgIconsBitbucketFill = (props: React.SVGProps<SVGSVGElement>) => (
5
- <svg { ...props } viewBox="0 0 24 24">
5
+ <svg {...props} viewBox="0 0 24 24">
6
6
  <path
7
- d="M14.102 14.934H9.937L8.81 9.042h6.302l-1.01 5.892zM2.65 3a.64.64 0 0 0-.64.743l2.72 16.513a.87.87 0 0 0 .851.727h13.05a.64.64 0 0 0 .64-.538l2.72-16.698a.64.64 0 0 0-.64-.744L2.648 3z"
8
- fill="currentColor"
9
- fillRule="evenodd"/>
7
+ d="M14.102 14.934H9.937L8.81 9.042h6.302l-1.01 5.892zM2.65 3a.64.64 0 0 0-.64.743l2.72 16.513a.87.87 0 0 0 .851.727h13.05a.64.64 0 0 0 .64-.538l2.72-16.698a.64.64 0 0 0-.64-.744L2.648 3z"
8
+ fill="currentColor"
9
+ fillRule="evenodd"
10
+ />
10
11
  </svg>
11
12
  );
12
13
 
@@ -2,15 +2,17 @@
2
2
  import * as React from 'react';
3
3
 
4
4
  const SvgIconsBitriseCertified = (props: React.SVGProps<SVGSVGElement>) => (
5
- <svg { ...props } fill="none" viewBox="0 0 24 24">
5
+ <svg {...props} fill="none" viewBox="0 0 24 24">
6
6
  <path
7
- clipRule="evenodd"
8
- 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
- fill="currentColor"
10
- fillRule="evenodd"/>
7
+ clipRule="evenodd"
8
+ 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
+ fill="currentColor"
10
+ fillRule="evenodd"
11
+ />
11
12
  <path
12
- 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"
13
- fill="#fff"/>
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"
14
+ fill="#fff"
15
+ />
14
16
  </svg>
15
17
  );
16
18
 
@@ -2,16 +2,14 @@
2
2
  import * as React from 'react';
3
3
 
4
4
  const SvgIconsBook = (props: React.SVGProps<SVGSVGElement>) => (
5
- <svg { ...props } viewBox="0 0 24 24">
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
- id="icons-book_svg__a"/>
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
+ id="icons-book_svg__a"
10
+ />
10
11
  </defs>
11
- <use
12
- fill="currentColor"
13
- fillRule="evenodd"
14
- xlinkHref="#icons-book_svg__a"/>
12
+ <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-book_svg__a" />
15
13
  </svg>
16
14
  );
17
15
 
@@ -2,16 +2,14 @@
2
2
  import * as React from 'react';
3
3
 
4
4
  const SvgIconsBranchBranch = (props: React.SVGProps<SVGSVGElement>) => (
5
- <svg { ...props } viewBox="0 0 24 24">
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
- id="icons-branch-branch_svg__a"/>
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
+ id="icons-branch-branch_svg__a"
10
+ />
10
11
  </defs>
11
- <use
12
- fill="currentColor"
13
- fillRule="evenodd"
14
- xlinkHref="#icons-branch-branch_svg__a"/>
12
+ <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-branch-branch_svg__a" />
15
13
  </svg>
16
14
  );
17
15
 
@@ -2,11 +2,12 @@
2
2
  import * as React from 'react';
3
3
 
4
4
  const SvgIconsBranchCommit = (props: React.SVGProps<SVGSVGElement>) => (
5
- <svg { ...props } viewBox="0 0 24 24">
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
- fill="currentColor"
9
- fillRule="evenodd"/>
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
+ fill="currentColor"
9
+ fillRule="evenodd"
10
+ />
10
11
  </svg>
11
12
  );
12
13
 
@@ -2,16 +2,14 @@
2
2
  import * as React from 'react';
3
3
 
4
4
  const SvgIconsBranchPull = (props: React.SVGProps<SVGSVGElement>) => (
5
- <svg { ...props } viewBox="0 0 24 24">
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
- id="icons-branch-pull_svg__a"/>
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
+ id="icons-branch-pull_svg__a"
10
+ />
10
11
  </defs>
11
- <use
12
- fill="currentColor"
13
- fillRule="evenodd"
14
- xlinkHref="#icons-branch-pull_svg__a"/>
12
+ <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-branch-pull_svg__a" />
15
13
  </svg>
16
14
  );
17
15
 
@@ -2,17 +2,19 @@
2
2
  import * as React from 'react';
3
3
 
4
4
  const SvgIconsBranchPush = (props: React.SVGProps<SVGSVGElement>) => (
5
- <svg { ...props } viewBox="0 0 24 24">
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
- id="icons-branch-push_svg__a"/>
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
+ id="icons-branch-push_svg__a"
10
+ />
10
11
  </defs>
11
12
  <use
12
- fill="currentColor"
13
- fillRule="evenodd"
14
- transform="rotate(-90 12.017 12)"
15
- xlinkHref="#icons-branch-push_svg__a"/>
13
+ fill="currentColor"
14
+ fillRule="evenodd"
15
+ transform="rotate(-90 12.017 12)"
16
+ xlinkHref="#icons-branch-push_svg__a"
17
+ />
16
18
  </svg>
17
19
  );
18
20
 
@@ -2,16 +2,14 @@
2
2
  import * as React from 'react';
3
3
 
4
4
  const SvgIconsBranchTag = (props: React.SVGProps<SVGSVGElement>) => (
5
- <svg { ...props } viewBox="0 0 24 24">
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
- id="icons-branch-tag_svg__a"/>
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
+ id="icons-branch-tag_svg__a"
10
+ />
10
11
  </defs>
11
- <use
12
- fill="currentColor"
13
- fillRule="evenodd"
14
- xlinkHref="#icons-branch-tag_svg__a"/>
12
+ <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-branch-tag_svg__a" />
15
13
  </svg>
16
14
  );
17
15
 
@@ -2,11 +2,12 @@
2
2
  import * as React from 'react';
3
3
 
4
4
  const SvgIconsBug = (props: React.SVGProps<SVGSVGElement>) => (
5
- <svg { ...props } viewBox="0 0 24 24">
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
- id="icons-bug_svg__a"/>
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
+ id="icons-bug_svg__a"
10
+ />
10
11
  </defs>
11
12
  <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-bug_svg__a" />
12
13
  </svg>
@@ -2,11 +2,12 @@
2
2
  import * as React from 'react';
3
3
 
4
4
  const SvgIconsBuild = (props: React.SVGProps<SVGSVGElement>) => (
5
- <svg { ...props } viewBox="0 0 24 24">
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
- fill="currentColor"
9
- fillRule="evenodd"/>
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
+ fill="currentColor"
9
+ fillRule="evenodd"
10
+ />
10
11
  </svg>
11
12
  );
12
13
 
@@ -2,16 +2,14 @@
2
2
  import * as React from 'react';
3
3
 
4
4
  const SvgIconsBuildstatusAborted = (props: React.SVGProps<SVGSVGElement>) => (
5
- <svg { ...props } viewBox="0 0 24 24">
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
- id="icons-buildstatus-aborted_svg__a"/>
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
+ id="icons-buildstatus-aborted_svg__a"
10
+ />
10
11
  </defs>
11
- <use
12
- fill="currentColor"
13
- fillRule="evenodd"
14
- xlinkHref="#icons-buildstatus-aborted_svg__a"/>
12
+ <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-buildstatus-aborted_svg__a" />
15
13
  </svg>
16
14
  );
17
15
 
@@ -1,15 +1,14 @@
1
1
  // THIS IS AN AUTOGERENATED FILE. DO NOT EDIT IT. CHECK README ON HOW TO MANAGE ICONS INSTEAD.
2
2
  import * as React from 'react';
3
3
 
4
- const SvgIconsBuildstatusAbortedSolid = (
5
- props: React.SVGProps<SVGSVGElement>
6
- ) => (
7
- <svg { ...props } fill="none" viewBox="0 0 24 24">
4
+ const SvgIconsBuildstatusAbortedSolid = (props: React.SVGProps<SVGSVGElement>) => (
5
+ <svg {...props} fill="none" viewBox="0 0 24 24">
8
6
  <path
9
- clipRule="evenodd"
10
- 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"
11
- fill="currentColor"
12
- fillRule="evenodd"/>
7
+ clipRule="evenodd"
8
+ 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
+ fill="currentColor"
10
+ fillRule="evenodd"
11
+ />
13
12
  </svg>
14
13
  );
15
14
 
@@ -2,16 +2,14 @@
2
2
  import * as React from 'react';
3
3
 
4
4
  const SvgIconsBuildstatusFailed = (props: React.SVGProps<SVGSVGElement>) => (
5
- <svg { ...props } viewBox="0 0 24 24">
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
- id="icons-buildstatus-failed_svg__a"/>
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
+ id="icons-buildstatus-failed_svg__a"
10
+ />
10
11
  </defs>
11
- <use
12
- fill="currentColor"
13
- fillRule="evenodd"
14
- xlinkHref="#icons-buildstatus-failed_svg__a"/>
12
+ <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-buildstatus-failed_svg__a" />
15
13
  </svg>
16
14
  );
17
15
 
@@ -1,15 +1,14 @@
1
1
  // THIS IS AN AUTOGERENATED FILE. DO NOT EDIT IT. CHECK README ON HOW TO MANAGE ICONS INSTEAD.
2
2
  import * as React from 'react';
3
3
 
4
- const SvgIconsBuildstatusFailedSolid = (
5
- props: React.SVGProps<SVGSVGElement>
6
- ) => (
7
- <svg { ...props } fill="none" viewBox="0 0 24 24">
4
+ const SvgIconsBuildstatusFailedSolid = (props: React.SVGProps<SVGSVGElement>) => (
5
+ <svg {...props} fill="none" viewBox="0 0 24 24">
8
6
  <path
9
- clipRule="evenodd"
10
- 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"
11
- fill="currentColor"
12
- fillRule="evenodd"/>
7
+ clipRule="evenodd"
8
+ 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
+ fill="currentColor"
10
+ fillRule="evenodd"
11
+ />
13
12
  </svg>
14
13
  );
15
14
 
@@ -2,7 +2,7 @@
2
2
  import * as React from 'react';
3
3
 
4
4
  const SvgIconsBuildstatusLoading = (props: React.SVGProps<SVGSVGElement>) => (
5
- <svg { ...props } viewBox="0 0 24 24">
5
+ <svg {...props} viewBox="0 0 24 24">
6
6
  <g fill="currentColor" fillRule="evenodd">
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
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" />
@@ -1,51 +1,29 @@
1
1
  // THIS IS AN AUTOGERENATED FILE. DO NOT EDIT IT. CHECK README ON HOW TO MANAGE ICONS INSTEAD.
2
2
  import * as React from 'react';
3
3
 
4
- const SvgIconsBuildstatusLoadingAnimated = (
5
- props: React.SVGProps<SVGSVGElement>
6
- ) => (
7
- <svg { ...props } fill="none" viewBox="0 0 24 24">
8
- <circle
9
- cx={ 12 }
10
- cy={ 12 }
11
- r={ 11 }
12
- stroke="currentColor"
13
- strokeDasharray={ 48 }
14
- strokeWidth={ 2 }>
15
- <animate
16
- attributeName="stroke-dashoffset"
17
- dur="3.5s"
18
- from={ 48 }
19
- repeatCount="indefinite"
20
- to={ -48 }/>
4
+ const SvgIconsBuildstatusLoadingAnimated = (props: React.SVGProps<SVGSVGElement>) => (
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} />
21
8
  <animateTransform
22
- attributeName="transform"
23
- dur="2s"
24
- from="0 12 12"
25
- repeatCount="indefinite"
26
- to="360 12 12"
27
- type="rotate"/>
9
+ attributeName="transform"
10
+ dur="2s"
11
+ from="0 12 12"
12
+ repeatCount="indefinite"
13
+ to="360 12 12"
14
+ type="rotate"
15
+ />
28
16
  </circle>
29
- <circle
30
- cx={ 12 }
31
- cy={ 12 }
32
- r={ 6 }
33
- stroke="currentColor"
34
- strokeDasharray={ 48 }
35
- strokeWidth={ 2 }>
36
- <animate
37
- attributeName="stroke-dashoffset"
38
- dur="3.5s"
39
- from={ 48 }
40
- repeatCount="indefinite"
41
- to={ -48 }/>
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} />
42
19
  <animateTransform
43
- attributeName="transform"
44
- dur="2s"
45
- from="0 12 12"
46
- repeatCount="indefinite"
47
- to="360 12 12"
48
- type="rotate"/>
20
+ attributeName="transform"
21
+ dur="2s"
22
+ from="0 12 12"
23
+ repeatCount="indefinite"
24
+ to="360 12 12"
25
+ type="rotate"
26
+ />
49
27
  </circle>
50
28
  </svg>
51
29
  );
@@ -1,15 +1,11 @@
1
1
  // THIS IS AN AUTOGERENATED FILE. DO NOT EDIT IT. CHECK README ON HOW TO MANAGE ICONS INSTEAD.
2
2
  import * as React from 'react';
3
3
 
4
- const SvgIconsBuildstatusLoadingeeehh = (
5
- props: React.SVGProps<SVGSVGElement>
6
- ) => (
7
- <svg { ...props } viewBox="0 0 24 24">
4
+ const SvgIconsBuildstatusLoadingeeehh = (props: React.SVGProps<SVGSVGElement>) => (
5
+ <svg {...props} viewBox="0 0 24 24">
8
6
  <g fill="none">
9
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" />
10
- <path
11
- 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"
12
- fill="currentColor"/>
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" />
13
9
  </g>
14
10
  </svg>
15
11
  );
@@ -1,15 +1,11 @@
1
1
  // THIS IS AN AUTOGERENATED FILE. DO NOT EDIT IT. CHECK README ON HOW TO MANAGE ICONS INSTEAD.
2
2
  import * as React from 'react';
3
3
 
4
- const SvgIconsBuildstatusLoadingeeehhWhite = (
5
- props: React.SVGProps<SVGSVGElement>
6
- ) => (
7
- <svg { ...props } viewBox="0 0 24 24">
4
+ const SvgIconsBuildstatusLoadingeeehhWhite = (props: React.SVGProps<SVGSVGElement>) => (
5
+ <svg {...props} viewBox="0 0 24 24">
8
6
  <g fill="none">
9
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" />
10
- <path
11
- 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"
12
- fill="#FFF"/>
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" />
13
9
  </g>
14
10
  </svg>
15
11
  );
@@ -1,14 +1,13 @@
1
1
  // THIS IS AN AUTOGERENATED FILE. DO NOT EDIT IT. CHECK README ON HOW TO MANAGE ICONS INSTEAD.
2
2
  import * as React from 'react';
3
3
 
4
- const SvgIconsBuildstatusNeverbuilt = (
5
- props: React.SVGProps<SVGSVGElement>
6
- ) => (
7
- <svg { ...props } viewBox="0 0 24 24">
4
+ const SvgIconsBuildstatusNeverbuilt = (props: React.SVGProps<SVGSVGElement>) => (
5
+ <svg {...props} viewBox="0 0 24 24">
8
6
  <path
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
- fill="currentColor"
11
- fillRule="evenodd"/>
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
+ fill="currentColor"
9
+ fillRule="evenodd"
10
+ />
12
11
  </svg>
13
12
  );
14
13
 
@@ -1,19 +1,15 @@
1
1
  // THIS IS AN AUTOGERENATED FILE. DO NOT EDIT IT. CHECK README ON HOW TO MANAGE ICONS INSTEAD.
2
2
  import * as React from 'react';
3
3
 
4
- const SvgIconsBuildstatusSuccessful = (
5
- props: React.SVGProps<SVGSVGElement>
6
- ) => (
7
- <svg { ...props } viewBox="0 0 24 24">
4
+ const SvgIconsBuildstatusSuccessful = (props: React.SVGProps<SVGSVGElement>) => (
5
+ <svg {...props} viewBox="0 0 24 24">
8
6
  <defs>
9
7
  <path
10
- 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"
11
- id="icons-buildstatus-successful_svg__a"/>
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
+ id="icons-buildstatus-successful_svg__a"
10
+ />
12
11
  </defs>
13
- <use
14
- fill="currentColor"
15
- fillRule="evenodd"
16
- xlinkHref="#icons-buildstatus-successful_svg__a"/>
12
+ <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-buildstatus-successful_svg__a" />
17
13
  </svg>
18
14
  );
19
15
 
@@ -1,15 +1,14 @@
1
1
  // THIS IS AN AUTOGERENATED FILE. DO NOT EDIT IT. CHECK README ON HOW TO MANAGE ICONS INSTEAD.
2
2
  import * as React from 'react';
3
3
 
4
- const SvgIconsBuildstatusSuccessfulSolid = (
5
- props: React.SVGProps<SVGSVGElement>
6
- ) => (
7
- <svg { ...props } fill="none" viewBox="0 0 24 24">
4
+ const SvgIconsBuildstatusSuccessfulSolid = (props: React.SVGProps<SVGSVGElement>) => (
5
+ <svg {...props} fill="none" viewBox="0 0 24 24">
8
6
  <path
9
- clipRule="evenodd"
10
- 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"
11
- fill="currentColor"
12
- fillRule="evenodd"/>
7
+ clipRule="evenodd"
8
+ 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
+ fill="currentColor"
10
+ fillRule="evenodd"
11
+ />
13
12
  </svg>
14
13
  );
15
14
 
@@ -2,16 +2,14 @@
2
2
  import * as React from 'react';
3
3
 
4
4
  const SvgIconsCalendar = (props: React.SVGProps<SVGSVGElement>) => (
5
- <svg { ...props } viewBox="0 0 24 24">
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
- id="icons-calendar_svg__a"/>
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
+ id="icons-calendar_svg__a"
10
+ />
10
11
  </defs>
11
- <use
12
- fill="currentColor"
13
- fillRule="evenodd"
14
- xlinkHref="#icons-calendar_svg__a"/>
12
+ <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-calendar_svg__a" />
15
13
  </svg>
16
14
  );
17
15
 
@@ -2,16 +2,14 @@
2
2
  import * as React from 'react';
3
3
 
4
4
  const SvgIconsChain = (props: React.SVGProps<SVGSVGElement>) => (
5
- <svg { ...props } viewBox="0 0 24 24">
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
- id="icons-chain_svg__a"/>
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
+ id="icons-chain_svg__a"
10
+ />
10
11
  </defs>
11
- <use
12
- fill="currentColor"
13
- fillRule="evenodd"
14
- xlinkHref="#icons-chain_svg__a"/>
12
+ <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-chain_svg__a" />
15
13
  </svg>
16
14
  );
17
15