@wallarm-org/design-system 0.25.0 → 0.26.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 (161) hide show
  1. package/dist/components/Checkmark/Checkmark.js +2 -2
  2. package/dist/components/Checkmark/icons/CheckIcon.d.ts +2 -0
  3. package/dist/components/Checkmark/icons/CheckIcon.js +13 -0
  4. package/dist/components/Checkmark/icons/IndeterminateIcon.d.ts +2 -0
  5. package/dist/components/Checkmark/icons/IndeterminateIcon.js +17 -0
  6. package/dist/components/Checkmark/icons/index.d.ts +2 -0
  7. package/dist/components/Checkmark/icons/index.js +3 -0
  8. package/dist/components/FilterInput/FilterInputErrors/parseFilterInputErrors.js +2 -2
  9. package/dist/components/FilterInput/FilterInputMenu/FilterInputMenu.js +2 -1
  10. package/dist/components/FilterInput/FilterInputMenu/FilterInputValueMenu/ValueMenuItem.js +5 -10
  11. package/dist/components/FilterInput/hooks/useFilterInputAutocomplete/deriveAutocompleteValues.js +2 -2
  12. package/dist/components/FilterInput/hooks/useFilterInputAutocomplete/valueCommitHelpers.js +3 -2
  13. package/dist/components/FilterInput/index.d.ts +1 -1
  14. package/dist/components/FilterInput/index.js +2 -2
  15. package/dist/components/FilterInput/lib/fields.d.ts +13 -6
  16. package/dist/components/FilterInput/lib/fields.js +15 -5
  17. package/dist/components/FilterInput/lib/index.d.ts +2 -1
  18. package/dist/components/FilterInput/lib/index.js +3 -2
  19. package/dist/components/FilterInput/lib/statusCodeSuggestions.d.ts +10 -0
  20. package/dist/components/FilterInput/lib/statusCodeSuggestions.js +45 -0
  21. package/dist/components/FilterInput/stories/mockStatusCodes.d.ts +6 -0
  22. package/dist/components/FilterInput/stories/mockStatusCodes.js +18 -0
  23. package/dist/components/FilterInput/types.d.ts +7 -0
  24. package/dist/icons/Activity.js +2 -6
  25. package/dist/icons/ArrowBigUp.js +2 -6
  26. package/dist/icons/ArrowBigUpDash.js +6 -20
  27. package/dist/icons/ArrowDown.js +2 -6
  28. package/dist/icons/ArrowDownLeft.js +6 -20
  29. package/dist/icons/ArrowDownRight.js +6 -20
  30. package/dist/icons/ArrowLeft.js +2 -6
  31. package/dist/icons/ArrowRight.js +2 -6
  32. package/dist/icons/ArrowUp.js +2 -6
  33. package/dist/icons/ArrowUpLeft.js +6 -20
  34. package/dist/icons/ArrowUpRight.js +2 -6
  35. package/dist/icons/Check.js +1 -1
  36. package/dist/icons/CheckCheck.js +6 -20
  37. package/dist/icons/ChevronDown.js +2 -6
  38. package/dist/icons/ChevronFirst.js +6 -20
  39. package/dist/icons/ChevronLast.js +6 -20
  40. package/dist/icons/ChevronLeft.js +2 -6
  41. package/dist/icons/ChevronRight.js +2 -6
  42. package/dist/icons/ChevronUp.js +2 -6
  43. package/dist/icons/ChevronsDown.js +6 -20
  44. package/dist/icons/ChevronsLeft.js +6 -20
  45. package/dist/icons/ChevronsRight.js +6 -20
  46. package/dist/icons/ChevronsUp.js +6 -20
  47. package/dist/icons/Circle.js +3 -9
  48. package/dist/icons/CircleArrowDown.js +6 -30
  49. package/dist/icons/CircleArrowLeft.js +6 -30
  50. package/dist/icons/CircleArrowOutDownLeft.js +6 -28
  51. package/dist/icons/CircleArrowOutDownRight.js +6 -28
  52. package/dist/icons/CircleArrowOutUpLeft.js +6 -28
  53. package/dist/icons/CircleArrowOutUpRight.js +6 -28
  54. package/dist/icons/CircleArrowRight.js +6 -30
  55. package/dist/icons/CircleArrowUp.js +6 -30
  56. package/dist/icons/CircleCheck.js +6 -20
  57. package/dist/icons/CircleCheckBig.js +6 -20
  58. package/dist/icons/CircleChevronDown.js +6 -20
  59. package/dist/icons/CircleChevronLeft.js +6 -20
  60. package/dist/icons/CircleChevronRight.js +6 -20
  61. package/dist/icons/CircleChevronUp.js +6 -20
  62. package/dist/icons/CircleDashed.js +6 -68
  63. package/dist/icons/CircleDotDashed.js +4 -68
  64. package/dist/icons/CircleEllipsis.js +6 -42
  65. package/dist/icons/CircleHelp.js +6 -30
  66. package/dist/icons/CirclePlus.js +6 -30
  67. package/dist/icons/Earth.js +6 -30
  68. package/dist/icons/EarthLock.js +6 -39
  69. package/dist/icons/Ellipsis.js +6 -34
  70. package/dist/icons/Filter.js +3 -7
  71. package/dist/icons/FilterX.js +6 -28
  72. package/dist/icons/Folder.js +2 -6
  73. package/dist/icons/FunnelPlus.js +6 -36
  74. package/dist/icons/GitCommitHorizontal.js +6 -22
  75. package/dist/icons/GitCommitVertical.js +6 -30
  76. package/dist/icons/GitCompare.js +6 -40
  77. package/dist/icons/GitCompareArrows.js +6 -64
  78. package/dist/icons/GitFork.js +6 -50
  79. package/dist/icons/GitGraph.js +6 -58
  80. package/dist/icons/GitMerge.js +6 -32
  81. package/dist/icons/GitPullRequest.js +6 -40
  82. package/dist/icons/GitPullRequestArrow.js +6 -56
  83. package/dist/icons/GitPullRequestClosed.js +6 -56
  84. package/dist/icons/GitPullRequestCreate.js +6 -46
  85. package/dist/icons/GitPullRequestCreateArrow.js +6 -62
  86. package/dist/icons/GitPullRequestDraft.js +6 -48
  87. package/dist/icons/Globe.js +6 -30
  88. package/dist/icons/GlobeLock.js +6 -39
  89. package/dist/icons/History.js +6 -28
  90. package/dist/icons/Home.js +6 -20
  91. package/dist/icons/Info.js +6 -30
  92. package/dist/icons/KeyRound.js +6 -18
  93. package/dist/icons/KeySquare.js +6 -36
  94. package/dist/icons/Keyboard.js +6 -80
  95. package/dist/icons/Layers.js +6 -20
  96. package/dist/icons/Layers2.js +6 -20
  97. package/dist/icons/Layers3.js +6 -28
  98. package/dist/icons/LayoutDashboard.js +6 -52
  99. package/dist/icons/LayoutGrid.js +6 -52
  100. package/dist/icons/LayoutList.js +6 -60
  101. package/dist/icons/LayoutPanelLeft.js +6 -25
  102. package/dist/icons/LayoutPanelTop.js +6 -25
  103. package/dist/icons/LayoutTemplate.js +6 -40
  104. package/dist/icons/LibraryBig.js +6 -48
  105. package/dist/icons/Loader.js +51 -72
  106. package/dist/icons/LoaderCircle.js +13 -10
  107. package/dist/icons/Lock.js +6 -25
  108. package/dist/icons/LockOpen.js +6 -25
  109. package/dist/icons/Maximize.js +6 -36
  110. package/dist/icons/Maximize2.js +6 -36
  111. package/dist/icons/Megaphone.js +6 -20
  112. package/dist/icons/MegaphoneOff.js +6 -36
  113. package/dist/icons/MessageSquare.js +2 -6
  114. package/dist/icons/MessageSquareText.js +6 -28
  115. package/dist/icons/MessageSquareWarning.js +6 -28
  116. package/dist/icons/MessageSquareX.js +6 -28
  117. package/dist/icons/MessagesSquare.js +6 -20
  118. package/dist/icons/Minus.js +2 -6
  119. package/dist/icons/Mouse.js +6 -24
  120. package/dist/icons/Move3D.js +6 -36
  121. package/dist/icons/NotebookPen.js +6 -28
  122. package/dist/icons/NotepadText.js +6 -64
  123. package/dist/icons/OctagonAlert.js +6 -32
  124. package/dist/icons/PanelBottom.js +6 -24
  125. package/dist/icons/PanelBottomOpen.js +6 -36
  126. package/dist/icons/PanelRight.js +6 -24
  127. package/dist/icons/PanelRightClose.js +6 -32
  128. package/dist/icons/PanelRightDashed.js +6 -48
  129. package/dist/icons/PanelRightOpen.js +6 -36
  130. package/dist/icons/Paperclip.js +2 -6
  131. package/dist/icons/Pen.js +2 -6
  132. package/dist/icons/PenLine.js +6 -20
  133. package/dist/icons/PenOff.js +6 -28
  134. package/dist/icons/PenTool.js +6 -38
  135. package/dist/icons/Pencil.js +2 -6
  136. package/dist/icons/PencilLine.js +6 -20
  137. package/dist/icons/PencilOff.js +6 -36
  138. package/dist/icons/PencilRuler.js +6 -36
  139. package/dist/icons/Pentagon.js +2 -6
  140. package/dist/icons/Plus.js +6 -20
  141. package/dist/icons/Quote.js +6 -20
  142. package/dist/icons/Redo.js +6 -20
  143. package/dist/icons/Redo2.js +6 -20
  144. package/dist/icons/RedoDot.js +6 -30
  145. package/dist/icons/RefreshCcw.js +6 -36
  146. package/dist/icons/RefreshCwOff.js +6 -44
  147. package/dist/icons/Search.js +6 -22
  148. package/dist/icons/Skull.js +6 -48
  149. package/dist/icons/SlidersHorizontal.js +6 -94
  150. package/dist/icons/SlidersVertical.js +6 -94
  151. package/dist/icons/SquareArrowOutUpRight.js +6 -28
  152. package/dist/icons/Trash.js +6 -28
  153. package/dist/icons/Trash2.js +6 -48
  154. package/dist/icons/TriangleAlert.js +6 -28
  155. package/dist/icons/Undo2.js +1 -1
  156. package/dist/icons/Wrench.js +2 -6
  157. package/dist/icons/X.js +6 -20
  158. package/dist/icons/ZoomIn.js +6 -42
  159. package/dist/icons/ZoomOut.js +6 -32
  160. package/dist/metadata/components.json +2 -2
  161. package/package.json +1 -1
@@ -1,36 +1,12 @@
1
- import { jsx, jsxs } from "react/jsx-runtime";
1
+ import { jsx } from "react/jsx-runtime";
2
2
  import { SvgIcon } from "./SvgIcon.js";
3
- const Earth = (props)=>/*#__PURE__*/ jsxs(SvgIcon, {
3
+ const Earth = (props)=>/*#__PURE__*/ jsx(SvgIcon, {
4
4
  ...props,
5
5
  viewBox: "0 0 24 24",
6
- children: [
7
- /*#__PURE__*/ jsx("path", {
8
- d: "M21.54 15H17a2 2 0 0 0-2 2v4.54",
9
- stroke: "currentColor",
10
- strokeWidth: "2",
11
- strokeLinecap: "round",
12
- strokeLinejoin: "round",
13
- fill: "none"
14
- }),
15
- /*#__PURE__*/ jsx("path", {
16
- d: "M7 3.34V5a3 3 0 0 0 3 3v0a2 2 0 0 1 2 2v0c0 1.1.9 2 2 2a2 2 0 1 0 0-4H7.89",
17
- stroke: "currentColor",
18
- strokeWidth: "2",
19
- strokeLinecap: "round",
20
- strokeLinejoin: "round",
21
- fill: "none"
22
- }),
23
- /*#__PURE__*/ jsx("circle", {
24
- cx: "12",
25
- cy: "12",
26
- r: "10",
27
- stroke: "currentColor",
28
- strokeWidth: "2",
29
- strokeLinecap: "round",
30
- strokeLinejoin: "round",
31
- fill: "none"
32
- })
33
- ]
6
+ children: /*#__PURE__*/ jsx("path", {
7
+ d: "M15 10C15 8.34776 16.3477 7 18 7H19.4834C17.8688 4.5883 15.1202 3 12 3C10.5628 3 9.20516 3.33844 8 3.9375V5C8 5.53041 8.21089 6.03899 8.58594 6.41406C8.96101 6.78913 9.46957 7 10 7C10.7956 7 11.5585 7.31633 12.1211 7.87891C12.6837 8.44149 13 9.20438 13 10C13 10.5477 13.4523 11 14 11C14.2652 11 14.5195 10.8946 14.707 10.707C14.8945 10.5195 15 10.2652 15 10ZM16 20.0615C17.7577 19.1877 19.1888 17.7577 20.0625 16H17C16.7348 16 16.4805 16.1054 16.293 16.293C16.1054 16.4805 16 16.7348 16 17V20.0615ZM3 12C3 16.2829 5.99241 19.8637 10 20.7734V18C10 17.7348 9.89451 17.4805 9.70703 17.293C9.51954 17.1055 9.26515 17.0001 9 17C8.2044 17 7.44151 16.6836 6.87891 16.1211C6.3163 15.5585 6 14.7957 6 14V13C6 12.7348 5.89451 12.4805 5.70703 12.293C5.51954 12.1055 5.26515 12.0001 5 12H3ZM23 12C23 18.0751 18.0751 23 12 23C11.6309 23 11.2661 22.9808 10.9062 22.9453C10.902 22.9449 10.8978 22.9448 10.8936 22.9443C5.33802 22.3894 1 17.7017 1 12C1 7.93868 3.20232 4.39373 6.47656 2.48828C6.49603 2.47629 6.51581 2.46476 6.53613 2.4541C8.14622 1.53053 10.0107 1 12 1C16.4762 1 20.3246 3.67522 22.042 7.5127C22.0687 7.56031 22.0917 7.61009 22.1104 7.66211C22.6822 8.99321 23 10.4594 23 12ZM17 10C17 10.7956 16.6837 11.5585 16.1211 12.1211C15.5585 12.6837 14.7957 13 14 13C12.3477 13 11 11.6523 11 10C11 9.73482 10.8945 9.48048 10.707 9.29297C10.5195 9.10546 10.2652 9 10 9C8.93913 9 7.92202 8.57827 7.17188 7.82812C6.48878 7.14501 6.07865 6.24056 6.01074 5.2832C4.6392 6.50705 3.64672 8.14462 3.22559 10H5C5.79558 10.0001 6.55853 10.3163 7.12109 10.8789C7.68364 11.4415 8 12.2044 8 13V14L8.00488 14.0986C8.02758 14.3276 8.12883 14.5429 8.29297 14.707C8.45715 14.8712 8.67234 14.9725 8.90137 14.9951L9.2959 15.0146C9.98282 15.0828 10.6287 15.3865 11.1211 15.8789C11.6836 16.4415 12 17.2044 12 18V21C12.6877 21 13.3565 20.9195 14 20.7734V17C14 16.2043 14.3163 15.4415 14.8789 14.8789C15.4415 14.3163 16.2043 14 17 14H20.7744C20.9205 13.3566 21 12.6876 21 12C21 10.9479 20.8181 9.93847 20.4863 9H18C17.4523 9 17 9.45232 17 10Z",
8
+ fill: "currentColor"
9
+ })
34
10
  });
35
11
  Earth.displayName = 'EarthIcon';
36
12
  export { Earth };
@@ -1,45 +1,12 @@
1
- import { jsx, jsxs } from "react/jsx-runtime";
1
+ import { jsx } from "react/jsx-runtime";
2
2
  import { SvgIcon } from "./SvgIcon.js";
3
- const EarthLock = (props)=>/*#__PURE__*/ jsxs(SvgIcon, {
3
+ const EarthLock = (props)=>/*#__PURE__*/ jsx(SvgIcon, {
4
4
  ...props,
5
5
  viewBox: "0 0 24 24",
6
- children: [
7
- /*#__PURE__*/ jsx("path", {
8
- d: "M7 3.34V5a3 3 0 0 0 3 3v0a2 2 0 0 1 2 2v0c0 1.1.9 2 2 2a2 2 0 1 0 0-4H7.89",
9
- stroke: "currentColor",
10
- strokeWidth: "2",
11
- strokeLinecap: "round",
12
- strokeLinejoin: "round",
13
- fill: "none"
14
- }),
15
- /*#__PURE__*/ jsx("path", {
16
- d: "M21 12a9 9 0 1 1-6.49-8.64",
17
- stroke: "currentColor",
18
- strokeWidth: "2",
19
- strokeLinecap: "round",
20
- strokeLinejoin: "round",
21
- fill: "none"
22
- }),
23
- /*#__PURE__*/ jsx("rect", {
24
- width: "4",
25
- height: "5",
26
- x: "16",
27
- y: "15",
28
- stroke: "currentColor",
29
- strokeWidth: "2",
30
- strokeLinecap: "round",
31
- strokeLinejoin: "round",
32
- fill: "none"
33
- }),
34
- /*#__PURE__*/ jsx("path", {
35
- d: "M16 15v-2a2 2 0 1 1 4 0v2",
36
- stroke: "currentColor",
37
- strokeWidth: "2",
38
- strokeLinecap: "round",
39
- strokeLinejoin: "round",
40
- fill: "none"
41
- })
42
- ]
6
+ children: /*#__PURE__*/ jsx("path", {
7
+ d: "M5.99949 13C5.99949 12.7348 5.89405 12.4805 5.70652 12.293C5.51899 12.1055 5.26463 12 4.99949 12H3.00144C3.00144 12.2458 3.01047 12.4921 3.03074 12.7383C3.16718 14.3959 3.76062 15.9832 4.7446 17.3242C5.72872 18.6653 7.0654 19.7075 8.60593 20.335C9.05946 20.5197 9.52582 20.6644 9.99949 20.7725V18C9.99949 17.7348 9.89405 17.4805 9.70652 17.293C9.51899 17.1055 9.26463 17 8.99949 17C8.20394 16.9999 7.44093 16.6836 6.87839 16.1211C6.31587 15.5585 5.99949 14.7956 5.99949 14V13ZM15.0005 7V10H21.0005V7H15.0005ZM16.0005 20.0605C16.6821 19.7223 17.3219 19.2986 17.9018 18.7949C18.8029 18.0123 19.5345 17.0608 20.061 16H17.0005C16.7352 16 16.48 16.1054 16.2925 16.293C16.1051 16.4805 16.0005 16.7349 16.0005 17V20.0605ZM7.99949 14L8.00437 14.0986C8.02705 14.3276 8.12839 14.5429 8.29245 14.707C8.47992 14.8945 8.73438 14.9999 8.99949 15C9.79514 15 10.5589 15.3163 11.1216 15.8789C11.684 16.4415 11.9995 17.2045 11.9995 18V20.999C12.4906 20.9991 12.9828 20.9598 13.4712 20.8789C13.6489 20.8495 13.8255 20.8133 14.0005 20.7734V17C14.0005 16.2045 14.3159 15.4415 14.8784 14.8789C15.441 14.3163 16.2048 14 17.0005 14H21.5395C21.8579 14 22.1578 14.1516 22.3462 14.4082C22.5345 14.6649 22.5891 14.9961 22.4936 15.2998C21.8837 17.2392 20.7482 18.9716 19.2134 20.3047C18.0774 21.2913 16.755 22.0291 15.3315 22.4814C15.3131 22.4879 15.2948 22.4946 15.2759 22.5C14.7937 22.6504 14.3002 22.7694 13.7983 22.8525C12.8505 23.0095 11.8911 23.0387 10.9438 22.9473C10.9158 22.9457 10.8882 22.9433 10.8608 22.9395C9.83201 22.8323 8.81812 22.5814 7.85105 22.1875C5.9683 21.4206 4.33505 20.1468 3.1323 18.5078C1.9295 16.8688 1.20435 14.9285 1.03757 12.9023C0.983506 12.2455 0.990053 11.5881 1.0532 10.9375C1.05503 10.9078 1.05858 10.8786 1.06296 10.8496C1.20238 9.52411 1.57962 8.22847 2.18699 7.0293C3.1056 5.21572 4.5096 3.69229 6.24167 2.62793C6.32619 2.576 6.4118 2.5261 6.49753 2.47656C6.50812 2.47039 6.51795 2.46282 6.52878 2.45703C8.19221 1.50325 10.0782 1.00017 11.9995 1C12.5518 0.999966 12.9995 1.44772 12.9995 2C12.9995 2.55226 12.5517 2.99997 11.9995 3C10.6083 3.00015 9.24016 3.32335 8.00046 3.93848V5C8.00046 5.5303 8.21053 6.03902 8.58542 6.41406C8.9605 6.78913 9.47003 7 10.0005 7C10.5525 7.00026 11.0004 7.44792 11.0005 8C11.0005 8.55212 10.5525 8.99974 10.0005 9C8.9396 9 7.92151 8.57827 7.17136 7.82812C6.48796 7.14458 6.07869 6.2392 6.0112 5.28125C5.17489 6.02677 4.48161 6.92579 3.97117 7.93359C3.63753 8.59237 3.38863 9.28673 3.22605 10H4.99949C5.79514 10 6.55895 10.3163 7.12156 10.8789C7.68395 11.4415 7.99949 12.2045 7.99949 13V14ZM19.0005 4C19.0005 3.7349 18.8949 3.48048 18.7075 3.29297C18.5201 3.10555 18.2655 3.00013 18.0005 3C17.7352 3 17.48 3.10543 17.2925 3.29297C17.1051 3.48048 17.0005 3.7349 17.0005 4V5H19.0005V4ZM21.0005 5C22.1048 5.00026 23.0005 5.89559 23.0005 7V10C23.0005 11.1044 22.1048 11.9997 21.0005 12H15.0005C13.8959 12 13.0005 11.1046 13.0005 10V7C13.0005 5.96451 13.7869 5.11323 14.7954 5.01074L15.0005 5V4C15.0005 3.20447 15.3159 2.44149 15.8784 1.87891C16.441 1.3163 17.2048 1 18.0005 1C18.7959 1.00013 19.5591 1.31641 20.1216 1.87891C20.684 2.44149 21.0005 3.20447 21.0005 4V5Z",
8
+ fill: "currentColor"
9
+ })
43
10
  });
44
11
  EarthLock.displayName = 'EarthLockIcon';
45
12
  export { EarthLock };
@@ -1,40 +1,12 @@
1
- import { jsx, jsxs } from "react/jsx-runtime";
1
+ import { jsx } from "react/jsx-runtime";
2
2
  import { SvgIcon } from "./SvgIcon.js";
3
- const Ellipsis = (props)=>/*#__PURE__*/ jsxs(SvgIcon, {
3
+ const Ellipsis = (props)=>/*#__PURE__*/ jsx(SvgIcon, {
4
4
  ...props,
5
5
  viewBox: "0 0 24 24",
6
- children: [
7
- /*#__PURE__*/ jsx("circle", {
8
- cx: "12",
9
- cy: "12",
10
- r: "1",
11
- stroke: "currentColor",
12
- strokeWidth: "2",
13
- strokeLinecap: "round",
14
- strokeLinejoin: "round",
15
- fill: "none"
16
- }),
17
- /*#__PURE__*/ jsx("circle", {
18
- cx: "19",
19
- cy: "12",
20
- r: "1",
21
- stroke: "currentColor",
22
- strokeWidth: "2",
23
- strokeLinecap: "round",
24
- strokeLinejoin: "round",
25
- fill: "none"
26
- }),
27
- /*#__PURE__*/ jsx("circle", {
28
- cx: "5",
29
- cy: "12",
30
- r: "1",
31
- stroke: "currentColor",
32
- strokeWidth: "2",
33
- strokeLinecap: "round",
34
- strokeLinejoin: "round",
35
- fill: "none"
36
- })
37
- ]
6
+ children: /*#__PURE__*/ jsx("path", {
7
+ d: "M5 10C6.10457 10 7 10.8954 7 12C7 13.1046 6.10457 14 5 14C3.89543 14 3 13.1046 3 12C3 10.8954 3.89543 10 5 10ZM12 10C13.1046 10 14 10.8954 14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10ZM19 10C20.1046 10 21 10.8954 21 12C21 13.1046 20.1046 14 19 14C17.8954 14 17 13.1046 17 12C17 10.8954 17.8954 10 19 10Z",
8
+ fill: "currentColor"
9
+ })
38
10
  });
39
11
  Ellipsis.displayName = 'EllipsisIcon';
40
12
  export { Ellipsis };
@@ -3,13 +3,9 @@ import { SvgIcon } from "./SvgIcon.js";
3
3
  const Filter = (props)=>/*#__PURE__*/ jsx(SvgIcon, {
4
4
  ...props,
5
5
  viewBox: "0 0 24 24",
6
- children: /*#__PURE__*/ jsx("polygon", {
7
- points: "22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3",
8
- stroke: "currentColor",
9
- strokeWidth: "2",
10
- strokeLinecap: "round",
11
- strokeLinejoin: "round",
12
- fill: "none"
6
+ children: /*#__PURE__*/ jsx("path", {
7
+ d: "M22 2C22.3893 2 22.7434 2.22594 22.9072 2.5791C23.071 2.93219 23.0149 3.34825 22.7637 3.64551L15 12.8252V21C15 21.3466 14.8202 21.6684 14.5254 21.8506C14.2306 22.0327 13.8626 22.0495 13.5527 21.8945L9.55274 19.8945C9.21395 19.7251 9 19.3788 9 19V12.8252L1.23633 3.64551C0.985067 3.34825 0.928964 2.93219 1.09278 2.5791C1.25663 2.22594 1.61068 2 2 2H22ZM10.7637 11.8145C10.9162 11.9949 11 12.2236 11 12.46V18.3818L13 19.3818V12.46C13 12.2236 13.0838 11.9949 13.2363 11.8145L19.8447 4H4.15528L10.7637 11.8145Z",
8
+ fill: "currentColor"
13
9
  })
14
10
  });
15
11
  Filter.displayName = 'FilterIcon';
@@ -1,34 +1,12 @@
1
- import { jsx, jsxs } from "react/jsx-runtime";
1
+ import { jsx } from "react/jsx-runtime";
2
2
  import { SvgIcon } from "./SvgIcon.js";
3
- const FilterX = (props)=>/*#__PURE__*/ jsxs(SvgIcon, {
3
+ const FilterX = (props)=>/*#__PURE__*/ jsx(SvgIcon, {
4
4
  ...props,
5
5
  viewBox: "0 0 24 24",
6
- children: [
7
- /*#__PURE__*/ jsx("path", {
8
- d: "M13.013 3H2l8 9.46V19l4 2v-8.54l.9-1.055",
9
- stroke: "currentColor",
10
- strokeWidth: "2",
11
- strokeLinecap: "round",
12
- strokeLinejoin: "round",
13
- fill: "none"
14
- }),
15
- /*#__PURE__*/ jsx("path", {
16
- d: "m22 3-5 5",
17
- stroke: "currentColor",
18
- strokeWidth: "2",
19
- strokeLinecap: "round",
20
- strokeLinejoin: "round",
21
- fill: "none"
22
- }),
23
- /*#__PURE__*/ jsx("path", {
24
- d: "m17 3 5 5",
25
- stroke: "currentColor",
26
- strokeWidth: "2",
27
- strokeLinecap: "round",
28
- strokeLinejoin: "round",
29
- fill: "none"
30
- })
31
- ]
6
+ children: /*#__PURE__*/ jsx("path", {
7
+ d: "M13.0127 2C13.565 2 14.0127 2.44772 14.0127 3C14.0127 3.55228 13.565 4 13.0127 4H4.15528L10.7637 11.8145C10.9162 11.9949 11 12.2236 11 12.46V18.3818L13 19.3818V12.46C13 12.2221 13.0849 11.9915 13.2393 11.8105L14.1397 10.7559C14.4981 10.336 15.1288 10.2862 15.5488 10.6445C15.9688 11.0029 16.0192 11.6336 15.6611 12.0537L15 12.8281V21C15 21.3466 14.8202 21.6684 14.5254 21.8506C14.2306 22.0327 13.8626 22.0495 13.5527 21.8945L9.55274 19.8945C9.21395 19.7251 9 19.3788 9 19V12.8252L1.23633 3.64551C0.985067 3.34825 0.928964 2.93219 1.09278 2.5791C1.25663 2.22594 1.61068 2 2 2H13.0127ZM21.293 2.29297C21.6835 1.90244 22.3165 1.90244 22.707 2.29297C23.0976 2.68349 23.0976 3.31651 22.707 3.70703L20.9141 5.5L22.707 7.29297C23.0976 7.68349 23.0976 8.31651 22.707 8.70703C22.3165 9.09756 21.6835 9.09756 21.293 8.70703L19.5 6.91406L17.707 8.70703C17.3165 9.09756 16.6835 9.09756 16.293 8.70703C15.9024 8.31651 15.9024 7.68349 16.293 7.29297L18.0859 5.5L16.293 3.70703C15.9024 3.31651 15.9024 2.68349 16.293 2.29297C16.6835 1.90244 17.3165 1.90244 17.707 2.29297L19.5 4.08594L21.293 2.29297Z",
8
+ fill: "currentColor"
9
+ })
32
10
  });
33
11
  FilterX.displayName = 'FilterXIcon';
34
12
  export { FilterX };
@@ -4,12 +4,8 @@ const Folder = (props)=>/*#__PURE__*/ jsx(SvgIcon, {
4
4
  ...props,
5
5
  viewBox: "0 0 24 24",
6
6
  children: /*#__PURE__*/ jsx("path", {
7
- d: "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",
8
- stroke: "currentColor",
9
- strokeWidth: "2",
10
- strokeLinecap: "round",
11
- strokeLinejoin: "round",
12
- fill: "none"
7
+ d: "M1 18V5C1 4.20435 1.3163 3.44152 1.87891 2.87891C2.44152 2.3163 3.20435 2 4 2H7.92969L8.11621 2.00586C8.54833 2.03278 8.9701 2.1533 9.35254 2.35938C9.78972 2.59498 10.1624 2.93486 10.4355 3.34961H10.4346L11.2393 4.54004L11.2451 4.5498C11.3371 4.68949 11.4627 4.8042 11.6104 4.88281C11.7579 4.96136 11.9227 5.00158 12.0898 5H20C20.7957 5 21.5585 5.3163 22.1211 5.87891C22.6837 6.44151 23 7.20435 23 8V18C23 18.7957 22.6837 19.5585 22.1211 20.1211C21.5585 20.6837 20.7957 21 20 21H4C3.20435 21 2.44151 20.6837 1.87891 20.1211C1.3163 19.5585 1 18.7957 1 18ZM3 18C3 18.2652 3.10543 18.5195 3.29297 18.707C3.48051 18.8946 3.73478 19 4 19H20C20.2652 19 20.5195 18.8946 20.707 18.707C20.8946 18.5195 21 18.2652 21 18V8C21 7.73478 20.8946 7.48051 20.707 7.29297C20.5429 7.12883 20.3276 7.02757 20.0986 7.00488L20 7H12.0996V6.99902C11.6014 7.00222 11.1098 6.88269 10.6699 6.64844C10.2304 6.41434 9.85641 6.07399 9.58105 5.65918L8.77148 4.45996L8.76465 4.4502C8.67366 4.31204 8.54989 4.19865 8.4043 4.12012C8.29512 4.06128 8.17606 4.02311 8.05371 4.00781L7.92969 4H4C3.73478 4 3.4805 4.10543 3.29297 4.29297C3.10543 4.4805 3 4.73478 3 5V18Z",
8
+ fill: "currentColor"
13
9
  })
14
10
  });
15
11
  Folder.displayName = 'FolderIcon';
@@ -1,42 +1,12 @@
1
- import { jsx, jsxs } from "react/jsx-runtime";
1
+ import { jsx } from "react/jsx-runtime";
2
2
  import { SvgIcon } from "./SvgIcon.js";
3
- const FunnelPlus = (props)=>/*#__PURE__*/ jsxs(SvgIcon, {
3
+ const FunnelPlus = (props)=>/*#__PURE__*/ jsx(SvgIcon, {
4
4
  ...props,
5
5
  viewBox: "0 0 24 24",
6
- children: [
7
- /*#__PURE__*/ jsx("path", {
8
- d: "M12 21v-7l-3-3 9-9h-9l-3 3v7",
9
- stroke: "currentColor",
10
- strokeWidth: "2",
11
- strokeLinecap: "round",
12
- strokeLinejoin: "round",
13
- fill: "none"
14
- }),
15
- /*#__PURE__*/ jsx("path", {
16
- d: "M12 12 9 9H3l6 6v6",
17
- stroke: "currentColor",
18
- strokeWidth: "2",
19
- strokeLinecap: "round",
20
- strokeLinejoin: "round",
21
- fill: "none"
22
- }),
23
- /*#__PURE__*/ jsx("path", {
24
- d: "M16 19h6",
25
- stroke: "currentColor",
26
- strokeWidth: "2",
27
- strokeLinecap: "round",
28
- strokeLinejoin: "round",
29
- fill: "none"
30
- }),
31
- /*#__PURE__*/ jsx("path", {
32
- d: "M19 16v6",
33
- stroke: "currentColor",
34
- strokeWidth: "2",
35
- strokeLinecap: "round",
36
- strokeLinejoin: "round",
37
- fill: "none"
38
- })
39
- ]
6
+ children: /*#__PURE__*/ jsx("path", {
7
+ d: "M13.3542 2C13.9063 2.00019 14.3542 2.44783 14.3542 3C14.3542 3.55217 13.9063 3.99981 13.3542 4H3.0007L10.2253 11.9883C10.7238 12.5395 11.0004 13.2568 11.0007 14V20.001L12.9997 21H13.0007V14C13.001 13.2568 13.2766 12.5395 13.7751 11.9883L14.9929 10.6406C15.3632 10.231 15.9963 10.1991 16.406 10.5693C16.8153 10.9396 16.8472 11.5718 16.4773 11.9814L15.2595 13.3291L15.2585 13.3301C15.0925 13.5137 15.0009 13.7525 15.0007 14V21L14.9968 21.127C14.978 21.4236 14.8929 21.713 14.7478 21.9736C14.5819 22.2714 14.3423 22.5218 14.0525 22.7012C13.7626 22.8805 13.431 22.9826 13.0905 22.998C12.7927 23.0115 12.496 22.9583 12.2224 22.8428L12.1062 22.7891L10.1062 21.7891C9.7739 21.623 9.49385 21.3678 9.29856 21.0518C9.12772 20.7752 9.02796 20.4616 9.00559 20.1387L9.0007 20V14C9.00048 13.7525 8.90793 13.5137 8.74192 13.3301L1.51633 5.34082V5.33984C1.25719 5.05272 1.08698 4.6964 1.0261 4.31445C0.96528 3.93257 1.01556 3.54089 1.17258 3.1875C1.32964 2.83418 1.58669 2.53402 1.91086 2.32324C2.23494 2.11267 2.61324 2.00019 2.99973 2H13.3542ZM18.9997 2C19.552 2 19.9997 2.44772 19.9997 3V5H21.9997C22.552 5 22.9997 5.44772 22.9997 6C22.9997 6.55228 22.552 7 21.9997 7H19.9997V9C19.9997 9.55228 19.552 10 18.9997 10C18.4476 9.99984 17.9997 9.55219 17.9997 9V7H15.9997C15.4476 6.99984 14.9997 6.55219 14.9997 6C14.9997 5.44781 15.4476 5.00016 15.9997 5H17.9997V3C17.9997 2.44781 18.4476 2.00016 18.9997 2Z",
8
+ fill: "currentColor"
9
+ })
40
10
  });
41
11
  FunnelPlus.displayName = 'FunnelPlusIcon';
42
12
  export { FunnelPlus };
@@ -1,28 +1,12 @@
1
- import { jsx, jsxs } from "react/jsx-runtime";
1
+ import { jsx } from "react/jsx-runtime";
2
2
  import { SvgIcon } from "./SvgIcon.js";
3
- const GitCommitHorizontal = (props)=>/*#__PURE__*/ jsxs(SvgIcon, {
3
+ const GitCommitHorizontal = (props)=>/*#__PURE__*/ jsx(SvgIcon, {
4
4
  ...props,
5
5
  viewBox: "0 0 24 24",
6
- children: [
7
- /*#__PURE__*/ jsx("circle", {
8
- cx: "12",
9
- cy: "12",
10
- r: "3",
11
- stroke: "currentColor",
12
- strokeWidth: "2",
13
- strokeLinecap: "round",
14
- strokeLinejoin: "round",
15
- fill: "none"
16
- }),
17
- /*#__PURE__*/ jsx("path", {
18
- d: "m3 12h6m6 0h6",
19
- stroke: "currentColor",
20
- strokeWidth: "2",
21
- strokeLinecap: "round",
22
- strokeLinejoin: "round",
23
- fill: "none"
24
- })
25
- ]
6
+ children: /*#__PURE__*/ jsx("path", {
7
+ d: "M12 8C13.8638 8 15.43 9.27477 15.874 11H21C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13H15.874C15.43 14.7252 13.8638 16 12 16C10.1362 16 8.57002 14.7252 8.12598 13H3C2.44772 13 2 12.5523 2 12C2 11.4477 2.44772 11 3 11H8.12598C8.57002 9.27477 10.1362 8 12 8ZM12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10Z",
8
+ fill: "currentColor"
9
+ })
26
10
  });
27
11
  GitCommitHorizontal.displayName = 'GitCommitHorizontalIcon';
28
12
  export { GitCommitHorizontal };
@@ -1,36 +1,12 @@
1
- import { jsx, jsxs } from "react/jsx-runtime";
1
+ import { jsx } from "react/jsx-runtime";
2
2
  import { SvgIcon } from "./SvgIcon.js";
3
- const GitCommitVertical = (props)=>/*#__PURE__*/ jsxs(SvgIcon, {
3
+ const GitCommitVertical = (props)=>/*#__PURE__*/ jsx(SvgIcon, {
4
4
  ...props,
5
5
  viewBox: "0 0 24 24",
6
- children: [
7
- /*#__PURE__*/ jsx("path", {
8
- d: "M12 3v6",
9
- stroke: "currentColor",
10
- strokeWidth: "2",
11
- strokeLinecap: "round",
12
- strokeLinejoin: "round",
13
- fill: "none"
14
- }),
15
- /*#__PURE__*/ jsx("circle", {
16
- cx: "12",
17
- cy: "12",
18
- r: "3",
19
- stroke: "currentColor",
20
- strokeWidth: "2",
21
- strokeLinecap: "round",
22
- strokeLinejoin: "round",
23
- fill: "none"
24
- }),
25
- /*#__PURE__*/ jsx("path", {
26
- d: "m12 15v6",
27
- stroke: "currentColor",
28
- strokeWidth: "2",
29
- strokeLinecap: "round",
30
- strokeLinejoin: "round",
31
- fill: "none"
32
- })
33
- ]
6
+ children: /*#__PURE__*/ jsx("path", {
7
+ d: "M14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12ZM16 12C16 13.8638 14.7252 15.43 13 15.874V21C13 21.5523 12.5523 22 12 22C11.4477 22 11 21.5523 11 21V15.874C9.27477 15.43 8 13.8638 8 12C8 10.1362 9.27477 8.57002 11 8.12598V3C11 2.44772 11.4477 2 12 2C12.5523 2 13 2.44772 13 3V8.12598C14.7252 8.57002 16 10.1362 16 12Z",
8
+ fill: "currentColor"
9
+ })
34
10
  });
35
11
  GitCommitVertical.displayName = 'GitCommitVerticalIcon';
36
12
  export { GitCommitVertical };
@@ -1,46 +1,12 @@
1
- import { jsx, jsxs } from "react/jsx-runtime";
1
+ import { jsx } from "react/jsx-runtime";
2
2
  import { SvgIcon } from "./SvgIcon.js";
3
- const GitCompare = (props)=>/*#__PURE__*/ jsxs(SvgIcon, {
3
+ const GitCompare = (props)=>/*#__PURE__*/ jsx(SvgIcon, {
4
4
  ...props,
5
5
  viewBox: "0 0 24 24",
6
- children: [
7
- /*#__PURE__*/ jsx("circle", {
8
- cx: "18",
9
- cy: "18",
10
- r: "3",
11
- stroke: "currentColor",
12
- strokeWidth: "2",
13
- strokeLinecap: "round",
14
- strokeLinejoin: "round",
15
- fill: "none"
16
- }),
17
- /*#__PURE__*/ jsx("circle", {
18
- cx: "6",
19
- cy: "6",
20
- r: "3",
21
- stroke: "currentColor",
22
- strokeWidth: "2",
23
- strokeLinecap: "round",
24
- strokeLinejoin: "round",
25
- fill: "none"
26
- }),
27
- /*#__PURE__*/ jsx("path", {
28
- d: "M13 6h3a2 2 0 0 1 2 2v7",
29
- stroke: "currentColor",
30
- strokeWidth: "2",
31
- strokeLinecap: "round",
32
- strokeLinejoin: "round",
33
- fill: "none"
34
- }),
35
- /*#__PURE__*/ jsx("path", {
36
- d: "M11 18H8a2 2 0 0 1-2-2V9",
37
- stroke: "currentColor",
38
- strokeWidth: "2",
39
- strokeLinecap: "round",
40
- strokeLinejoin: "round",
41
- fill: "none"
42
- })
43
- ]
6
+ children: /*#__PURE__*/ jsx("path", {
7
+ d: "M20 18C20 16.8954 19.1046 16 18 16C16.8954 16 16 16.8954 16 18C16 19.1046 16.8954 20 18 20C19.1046 20 20 19.1046 20 18ZM8 6C8 4.89543 7.10457 4 6 4C4.89543 4 4 4.89543 4 6C4 7.10457 4.89543 8 6 8C7.10457 8 8 7.10457 8 6ZM22 18C22 20.2091 20.2091 22 18 22C15.7909 22 14 20.2091 14 18C14 16.1362 15.2748 14.57 17 14.126V8C17 7.73478 16.8946 7.48051 16.707 7.29297C16.5429 7.12883 16.3276 7.02757 16.0986 7.00488L16 7H13C12.4477 7 12 6.55228 12 6C12 5.44772 12.4477 5 13 5H16C16.7956 5 17.5585 5.3163 18.1211 5.87891C18.6837 6.44151 19 7.20435 19 8V14.126C20.7252 14.57 22 16.1362 22 18ZM10 6C10 7.86384 8.72523 9.42998 7 9.87402V16L7.00488 16.0986C7.02757 16.3276 7.12883 16.5429 7.29297 16.707C7.48051 16.8946 7.73478 17 8 17H11C11.5523 17 12 17.4477 12 18C12 18.5523 11.5523 19 11 19H8C7.20435 19 6.44151 18.6837 5.87891 18.1211C5.3163 17.5585 5 16.7956 5 16V9.87402C3.27477 9.42998 2 7.86384 2 6C2 3.79086 3.79086 2 6 2C8.20914 2 10 3.79086 10 6Z",
8
+ fill: "currentColor"
9
+ })
44
10
  });
45
11
  GitCompare.displayName = 'GitCompareIcon';
46
12
  export { GitCompare };
@@ -1,70 +1,12 @@
1
- import { jsx, jsxs } from "react/jsx-runtime";
1
+ import { jsx } from "react/jsx-runtime";
2
2
  import { SvgIcon } from "./SvgIcon.js";
3
- const GitCompareArrows = (props)=>/*#__PURE__*/ jsxs(SvgIcon, {
3
+ const GitCompareArrows = (props)=>/*#__PURE__*/ jsx(SvgIcon, {
4
4
  ...props,
5
5
  viewBox: "0 0 24 24",
6
- children: [
7
- /*#__PURE__*/ jsx("circle", {
8
- cx: "5",
9
- cy: "6",
10
- r: "3",
11
- stroke: "currentColor",
12
- strokeWidth: "2",
13
- strokeLinecap: "round",
14
- strokeLinejoin: "round",
15
- fill: "none"
16
- }),
17
- /*#__PURE__*/ jsx("path", {
18
- d: "m5 9v12",
19
- stroke: "currentColor",
20
- strokeWidth: "2",
21
- strokeLinecap: "round",
22
- strokeLinejoin: "round",
23
- fill: "none"
24
- }),
25
- /*#__PURE__*/ jsx("circle", {
26
- cx: "19",
27
- cy: "18",
28
- r: "3",
29
- stroke: "currentColor",
30
- strokeWidth: "2",
31
- strokeLinecap: "round",
32
- strokeLinejoin: "round",
33
- fill: "none"
34
- }),
35
- /*#__PURE__*/ jsx("path", {
36
- d: "m15 9-3-3 3-3",
37
- stroke: "currentColor",
38
- strokeWidth: "2",
39
- strokeLinecap: "round",
40
- strokeLinejoin: "round",
41
- fill: "none"
42
- }),
43
- /*#__PURE__*/ jsx("path", {
44
- d: "m12 6h5a2 2 0 0 1 2 2v7",
45
- stroke: "currentColor",
46
- strokeWidth: "2",
47
- strokeLinecap: "round",
48
- strokeLinejoin: "round",
49
- fill: "none"
50
- }),
51
- /*#__PURE__*/ jsx("path", {
52
- d: "m9 18 3 3-3 3",
53
- stroke: "currentColor",
54
- strokeWidth: "2",
55
- strokeLinecap: "round",
56
- strokeLinejoin: "round",
57
- fill: "none"
58
- }),
59
- /*#__PURE__*/ jsx("path", {
60
- d: "m12 18H7a2 2 0 0 1-2-2V9",
61
- stroke: "currentColor",
62
- strokeWidth: "2",
63
- strokeLinecap: "round",
64
- strokeLinejoin: "round",
65
- fill: "none"
66
- })
67
- ]
6
+ children: /*#__PURE__*/ jsx("path", {
7
+ d: "M7 6C7 4.89543 6.10457 4 5 4C3.89543 4 3 4.89543 3 6C3 7.10457 3.89543 8 5 8C6.10457 8 7 7.10457 7 6ZM21 18C21 16.8954 20.1046 16 19 16C17.8954 16 17 16.8954 17 18C17 19.1046 17.8954 20 19 20C20.1046 20 21 19.1046 21 18ZM23 18C23 20.2091 21.2091 22 19 22C16.7909 22 15 20.2091 15 18C15 16.1362 16.2748 14.57 18 14.126V8C18 7.73478 17.8946 7.48051 17.707 7.29297C17.5429 7.12883 17.3276 7.02757 17.0986 7.00488L17 7H14.4141L15.707 8.29297C16.0976 8.68349 16.0976 9.31651 15.707 9.70703C15.3165 10.0976 14.6835 10.0976 14.293 9.70703L11.293 6.70703C10.9024 6.31651 10.9024 5.68349 11.293 5.29297L14.293 2.29297C14.6835 1.90244 15.3165 1.90244 15.707 2.29297C16.0976 2.68349 16.0976 3.31651 15.707 3.70703L14.4141 5H17C17.7957 5 18.5585 5.3163 19.1211 5.87891C19.6837 6.44151 20 7.20435 20 8V14.126C21.7252 14.57 23 16.1362 23 18ZM9 6C9 7.86384 7.72523 9.42998 6 9.87402V16L6.00488 16.0986C6.02757 16.3276 6.12883 16.5429 6.29297 16.707C6.48051 16.8946 6.73478 17 7 17H9.58594L8.29297 15.707C7.90244 15.3165 7.90244 14.6835 8.29297 14.293C8.68349 13.9024 9.31651 13.9024 9.70703 14.293L12.707 17.293C13.0976 17.6835 13.0976 18.3165 12.707 18.707L9.70703 21.707C9.31651 22.0976 8.68349 22.0976 8.29297 21.707C7.90244 21.3165 7.90244 20.6835 8.29297 20.293L9.58594 19H7C6.20435 19 5.44151 18.6837 4.87891 18.1211C4.3163 17.5585 4 16.7956 4 16V9.87402C2.27477 9.42998 1 7.86384 1 6C1 3.79086 2.79086 2 5 2C7.20914 2 9 3.79086 9 6Z",
8
+ fill: "currentColor"
9
+ })
68
10
  });
69
11
  GitCompareArrows.displayName = 'GitCompareArrowsIcon';
70
12
  export { GitCompareArrows };
@@ -1,56 +1,12 @@
1
- import { jsx, jsxs } from "react/jsx-runtime";
1
+ import { jsx } from "react/jsx-runtime";
2
2
  import { SvgIcon } from "./SvgIcon.js";
3
- const GitFork = (props)=>/*#__PURE__*/ jsxs(SvgIcon, {
3
+ const GitFork = (props)=>/*#__PURE__*/ jsx(SvgIcon, {
4
4
  ...props,
5
5
  viewBox: "0 0 24 24",
6
- children: [
7
- /*#__PURE__*/ jsx("circle", {
8
- cx: "12",
9
- cy: "18",
10
- r: "3",
11
- stroke: "currentColor",
12
- strokeWidth: "2",
13
- strokeLinecap: "round",
14
- strokeLinejoin: "round",
15
- fill: "none"
16
- }),
17
- /*#__PURE__*/ jsx("circle", {
18
- cx: "6",
19
- cy: "6",
20
- r: "3",
21
- stroke: "currentColor",
22
- strokeWidth: "2",
23
- strokeLinecap: "round",
24
- strokeLinejoin: "round",
25
- fill: "none"
26
- }),
27
- /*#__PURE__*/ jsx("circle", {
28
- cx: "18",
29
- cy: "6",
30
- r: "3",
31
- stroke: "currentColor",
32
- strokeWidth: "2",
33
- strokeLinecap: "round",
34
- strokeLinejoin: "round",
35
- fill: "none"
36
- }),
37
- /*#__PURE__*/ jsx("path", {
38
- d: "M18 9v2a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V9",
39
- stroke: "currentColor",
40
- strokeWidth: "2",
41
- strokeLinecap: "round",
42
- strokeLinejoin: "round",
43
- fill: "none"
44
- }),
45
- /*#__PURE__*/ jsx("path", {
46
- d: "M12 13v2",
47
- stroke: "currentColor",
48
- strokeWidth: "2",
49
- strokeLinecap: "round",
50
- strokeLinejoin: "round",
51
- fill: "none"
52
- })
53
- ]
6
+ children: /*#__PURE__*/ jsx("path", {
7
+ d: "M14 18C14 16.8954 13.1046 16 12 16C10.8954 16 10 16.8954 10 18C10 19.1046 10.8954 20 12 20C13.1046 20 14 19.1046 14 18ZM8 6C8 4.89543 7.10457 4 6 4C4.89543 4 4 4.89543 4 6C4 7.10457 4.89543 8 6 8C7.10457 8 8 7.10457 8 6ZM20 6C20 4.89543 19.1046 4 18 4C16.8954 4 16 4.89543 16 6C16 7.10457 16.8954 8 18 8C19.1046 8 20 7.10457 20 6ZM22 6C22 7.86384 20.7252 9.42998 19 9.87402V11C19 11.5272 18.8194 12.0439 18.4316 12.4316C18.0439 12.8194 17.5272 13 17 13H13V14.126C14.7252 14.57 16 16.1362 16 18C16 20.2091 14.2091 22 12 22C9.79086 22 8 20.2091 8 18C8 16.1362 9.27477 14.57 11 14.126V13H7C6.47275 13 5.95614 12.8194 5.56836 12.4316C5.18058 12.0439 5 11.5272 5 11V9.87402C3.27477 9.42998 2 7.86384 2 6C2 3.79086 3.79086 2 6 2C8.20914 2 10 3.79086 10 6C10 7.86384 8.72523 9.42998 7 9.87402V11H17V9.87402C15.2748 9.42998 14 7.86384 14 6C14 3.79086 15.7909 2 18 2C20.2091 2 22 3.79086 22 6Z",
8
+ fill: "currentColor"
9
+ })
54
10
  });
55
11
  GitFork.displayName = 'GitForkIcon';
56
12
  export { GitFork };
@@ -1,64 +1,12 @@
1
- import { jsx, jsxs } from "react/jsx-runtime";
1
+ import { jsx } from "react/jsx-runtime";
2
2
  import { SvgIcon } from "./SvgIcon.js";
3
- const GitGraph = (props)=>/*#__PURE__*/ jsxs(SvgIcon, {
3
+ const GitGraph = (props)=>/*#__PURE__*/ jsx(SvgIcon, {
4
4
  ...props,
5
5
  viewBox: "0 0 24 24",
6
- children: [
7
- /*#__PURE__*/ jsx("circle", {
8
- cx: "5",
9
- cy: "6",
10
- r: "3",
11
- stroke: "currentColor",
12
- strokeWidth: "2",
13
- strokeLinecap: "round",
14
- strokeLinejoin: "round",
15
- fill: "none"
16
- }),
17
- /*#__PURE__*/ jsx("path", {
18
- d: "M5 9v6",
19
- stroke: "currentColor",
20
- strokeWidth: "2",
21
- strokeLinecap: "round",
22
- strokeLinejoin: "round",
23
- fill: "none"
24
- }),
25
- /*#__PURE__*/ jsx("circle", {
26
- cx: "5",
27
- cy: "18",
28
- r: "3",
29
- stroke: "currentColor",
30
- strokeWidth: "2",
31
- strokeLinecap: "round",
32
- strokeLinejoin: "round",
33
- fill: "none"
34
- }),
35
- /*#__PURE__*/ jsx("path", {
36
- d: "M12 3v18",
37
- stroke: "currentColor",
38
- strokeWidth: "2",
39
- strokeLinecap: "round",
40
- strokeLinejoin: "round",
41
- fill: "none"
42
- }),
43
- /*#__PURE__*/ jsx("circle", {
44
- cx: "19",
45
- cy: "6",
46
- r: "3",
47
- stroke: "currentColor",
48
- strokeWidth: "2",
49
- strokeLinecap: "round",
50
- strokeLinejoin: "round",
51
- fill: "none"
52
- }),
53
- /*#__PURE__*/ jsx("path", {
54
- d: "M16 15.7A9 9 0 0 0 19 9",
55
- stroke: "currentColor",
56
- strokeWidth: "2",
57
- strokeLinecap: "round",
58
- strokeLinejoin: "round",
59
- fill: "none"
60
- })
61
- ]
6
+ children: /*#__PURE__*/ jsx("path", {
7
+ d: "M7 18C7 16.8954 6.10457 16 5 16C3.89543 16 3 16.8954 3 18C3 19.1046 3.89543 20 5 20C6.10457 20 7 19.1046 7 18ZM11 21V3C11 2.44772 11.4477 2 12 2C12.5523 2 13 2.44772 13 3V21C13 21.5523 12.5523 22 12 22C11.4477 22 11 21.5523 11 21ZM21 6C21 4.89543 20.1046 4 19 4C17.8954 4 17 4.89543 17 6C17 7.10457 17.8954 8 19 8C20.1046 8 21 7.10457 21 6ZM7 6C7 4.89543 6.10457 4 5 4C3.89543 4 3 4.89543 3 6C3 7.10457 3.89543 8 5 8C6.10457 8 7 7.10457 7 6ZM9 6C9 7.86384 7.72523 9.42998 6 9.87402V14.126C7.72523 14.57 9 16.1362 9 18C9 20.2091 7.20914 22 5 22C2.79086 22 1 20.2091 1 18C1 16.1362 2.27477 14.57 4 14.126V9.87402C2.27477 9.42998 1 7.86384 1 6C1 3.79086 2.79086 2 5 2C7.20914 2 9 3.79086 9 6ZM23 6C23 7.87953 21.7034 9.45512 19.9561 9.88379C19.8574 10.9852 19.5805 12.0651 19.127 13.0781C18.5526 14.3608 17.7144 15.5084 16.667 16.4453C16.2553 16.8135 15.6231 16.7779 15.2549 16.3662C14.8869 15.9547 14.9218 15.3233 15.333 14.9551C16.171 14.2055 16.8423 13.2869 17.3018 12.2607C17.6433 11.4979 17.8618 10.6877 17.9521 9.86035C16.2514 9.3998 15 7.84647 15 6C15 3.79086 16.7909 2 19 2C21.2091 2 23 3.79086 23 6Z",
8
+ fill: "currentColor"
9
+ })
62
10
  });
63
11
  GitGraph.displayName = 'GitGraphIcon';
64
12
  export { GitGraph };