@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
@@ -4,7 +4,7 @@ const Check = (props)=>/*#__PURE__*/ jsx(SvgIcon, {
4
4
  ...props,
5
5
  viewBox: "0 0 24 24",
6
6
  children: /*#__PURE__*/ jsx("path", {
7
- d: "M18.9395 4.93946C19.5253 4.35368 20.4748 4.35368 21.0606 4.93946C21.6462 5.52526 21.6463 6.47482 21.0606 7.06056L10.0606 18.0606C9.47485 18.6463 8.52529 18.6462 7.93949 18.0606L2.93949 13.0606C2.3537 12.4748 2.3537 11.5253 2.93949 10.9395C3.52528 10.3537 4.4748 10.3537 5.06058 10.9395L9.00004 14.8789L18.9395 4.93946Z",
7
+ d: "M19.293 5.29295C19.6835 4.90243 20.3165 4.90243 20.707 5.29295C21.0975 5.68348 21.0975 6.31649 20.707 6.70702L9.70702 17.707C9.31649 18.0975 8.68348 18.0975 8.29295 17.707L3.29295 12.707C2.90243 12.3165 2.90243 11.6835 3.29295 11.293C3.68348 10.9024 4.31649 10.9024 4.70702 11.293L8.99999 15.5859L19.293 5.29295Z",
8
8
  fill: "currentColor"
9
9
  })
10
10
  });
@@ -1,26 +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 CheckCheck = (props)=>/*#__PURE__*/ jsxs(SvgIcon, {
3
+ const CheckCheck = (props)=>/*#__PURE__*/ jsx(SvgIcon, {
4
4
  ...props,
5
5
  viewBox: "0 0 24 24",
6
- children: [
7
- /*#__PURE__*/ jsx("path", {
8
- d: "M9 11l3 3L22 4",
9
- stroke: "currentColor",
10
- strokeWidth: "2",
11
- strokeLinecap: "round",
12
- strokeLinejoin: "round",
13
- fill: "none"
14
- }),
15
- /*#__PURE__*/ jsx("path", {
16
- d: "M21 12c0 5-4 9-9 9s-9-4-9-9 4-9 9-9",
17
- stroke: "currentColor",
18
- strokeWidth: "2",
19
- strokeLinecap: "round",
20
- strokeLinejoin: "round",
21
- fill: "none"
22
- })
23
- ]
6
+ children: /*#__PURE__*/ jsx("path", {
7
+ d: "M21.293 9.29295C21.6835 8.90243 22.3165 8.90243 22.707 9.29295C23.0975 9.68348 23.0975 10.3165 22.707 10.707L15.207 18.207C14.8165 18.5975 14.1835 18.5975 13.793 18.207L12.293 16.707C11.9024 16.3165 11.9024 15.6835 12.293 15.293C12.6835 14.9024 13.3165 14.9024 13.707 15.293L14.5 16.0859L21.293 9.29295ZM17.293 5.29295C17.6835 4.90243 18.3165 4.90243 18.707 5.29295C19.0975 5.68348 19.0975 6.31649 18.707 6.70702L7.70702 17.707C7.31649 18.0975 6.68348 18.0975 6.29295 17.707L1.29295 12.707C0.90243 12.3165 0.90243 11.6835 1.29295 11.293C1.68348 10.9024 2.31649 10.9024 2.70702 11.293L6.99999 15.5859L17.293 5.29295Z",
8
+ fill: "currentColor"
9
+ })
24
10
  });
25
11
  CheckCheck.displayName = 'CheckCheckIcon';
26
12
  export { CheckCheck };
@@ -4,12 +4,8 @@ const ChevronDown = (props)=>/*#__PURE__*/ jsx(SvgIcon, {
4
4
  ...props,
5
5
  viewBox: "0 0 24 24",
6
6
  children: /*#__PURE__*/ jsx("path", {
7
- d: "m6 9 6 6 6-6",
8
- stroke: "currentColor",
9
- strokeWidth: "2",
10
- strokeLinecap: "round",
11
- strokeLinejoin: "round",
12
- fill: "none"
7
+ d: "M17.293 8.29295C17.6835 7.90243 18.3165 7.90243 18.707 8.29295C19.0975 8.68348 19.0975 9.31649 18.707 9.70702L12.707 15.707C12.3165 16.0975 11.6835 16.0975 11.293 15.707L5.29295 9.70702C4.90243 9.31649 4.90243 8.68348 5.29295 8.29295C5.68348 7.90243 6.31649 7.90243 6.70702 8.29295L12 13.5859L17.293 8.29295Z",
8
+ fill: "currentColor"
13
9
  })
14
10
  });
15
11
  ChevronDown.displayName = 'ChevronDownIcon';
@@ -1,26 +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 ChevronFirst = (props)=>/*#__PURE__*/ jsxs(SvgIcon, {
3
+ const ChevronFirst = (props)=>/*#__PURE__*/ jsx(SvgIcon, {
4
4
  ...props,
5
5
  viewBox: "0 0 24 24",
6
- children: [
7
- /*#__PURE__*/ jsx("path", {
8
- d: "m17 18-6-6 6-6",
9
- stroke: "currentColor",
10
- strokeWidth: "2",
11
- strokeLinecap: "round",
12
- strokeLinejoin: "round",
13
- fill: "none"
14
- }),
15
- /*#__PURE__*/ jsx("path", {
16
- d: "M7 6v12",
17
- stroke: "currentColor",
18
- strokeWidth: "2",
19
- strokeLinecap: "round",
20
- strokeLinejoin: "round",
21
- fill: "none"
22
- })
23
- ]
6
+ children: /*#__PURE__*/ jsx("path", {
7
+ d: "M6 18V6C6 5.44772 6.44772 5 7 5C7.55228 5 8 5.44772 8 6V18C8 18.5523 7.55228 19 7 19C6.44772 19 6 18.5523 6 18ZM16.293 5.29297C16.6835 4.90244 17.3165 4.90244 17.707 5.29297C18.0976 5.68349 18.0976 6.31651 17.707 6.70703L12.4141 12L17.707 17.293C18.0976 17.6835 18.0976 18.3165 17.707 18.707C17.3165 19.0976 16.6835 19.0976 16.293 18.707L10.293 12.707C9.90244 12.3165 9.90244 11.6835 10.293 11.293L16.293 5.29297Z",
8
+ fill: "currentColor"
9
+ })
24
10
  });
25
11
  ChevronFirst.displayName = 'ChevronFirstIcon';
26
12
  export { ChevronFirst };
@@ -1,26 +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 ChevronLast = (props)=>/*#__PURE__*/ jsxs(SvgIcon, {
3
+ const ChevronLast = (props)=>/*#__PURE__*/ jsx(SvgIcon, {
4
4
  ...props,
5
5
  viewBox: "0 0 24 24",
6
- children: [
7
- /*#__PURE__*/ jsx("path", {
8
- d: "m7 18 6-6-6-6",
9
- stroke: "currentColor",
10
- strokeWidth: "2",
11
- strokeLinecap: "round",
12
- strokeLinejoin: "round",
13
- fill: "none"
14
- }),
15
- /*#__PURE__*/ jsx("path", {
16
- d: "M17 6v12",
17
- stroke: "currentColor",
18
- strokeWidth: "2",
19
- strokeLinecap: "round",
20
- strokeLinejoin: "round",
21
- fill: "none"
22
- })
23
- ]
6
+ children: /*#__PURE__*/ jsx("path", {
7
+ d: "M6.29295 5.29297C6.68348 4.90244 7.31649 4.90244 7.70702 5.29297L13.707 11.293C14.0975 11.6835 14.0975 12.3165 13.707 12.707L7.70702 18.707C7.31649 19.0976 6.68348 19.0976 6.29295 18.707C5.90243 18.3165 5.90243 17.6835 6.29295 17.293L11.5859 12L6.29295 6.70703C5.90243 6.31651 5.90243 5.68349 6.29295 5.29297ZM16 18V6C16 5.44772 16.4477 5 17 5C17.5523 5 18 5.44772 18 6V18C18 18.5523 17.5523 19 17 19C16.4477 19 16 18.5523 16 18Z",
8
+ fill: "currentColor"
9
+ })
24
10
  });
25
11
  ChevronLast.displayName = 'ChevronLastIcon';
26
12
  export { ChevronLast };
@@ -4,12 +4,8 @@ const ChevronLeft = (props)=>/*#__PURE__*/ jsx(SvgIcon, {
4
4
  ...props,
5
5
  viewBox: "0 0 24 24",
6
6
  children: /*#__PURE__*/ jsx("path", {
7
- d: "m15 18-6-6 6-6",
8
- stroke: "currentColor",
9
- strokeWidth: "2",
10
- strokeLinecap: "round",
11
- strokeLinejoin: "round",
12
- fill: "none"
7
+ d: "M14.293 5.29295C14.6835 4.90243 15.3165 4.90243 15.707 5.29295C16.0975 5.68348 16.0975 6.31649 15.707 6.70702L10.414 12L15.707 17.293C16.0975 17.6835 16.0975 18.3165 15.707 18.707C15.3165 19.0975 14.6835 19.0975 14.293 18.707L8.29295 12.707C7.90243 12.3165 7.90243 11.6835 8.29295 11.293L14.293 5.29295Z",
8
+ fill: "currentColor"
13
9
  })
14
10
  });
15
11
  ChevronLeft.displayName = 'ChevronLeftIcon';
@@ -4,12 +4,8 @@ const ChevronRight = (props)=>/*#__PURE__*/ jsx(SvgIcon, {
4
4
  ...props,
5
5
  viewBox: "0 0 24 24",
6
6
  children: /*#__PURE__*/ jsx("path", {
7
- d: "m9 18 6-6-6-6",
8
- stroke: "currentColor",
9
- strokeWidth: "2",
10
- strokeLinecap: "round",
11
- strokeLinejoin: "round",
12
- fill: "none"
7
+ d: "M8.29295 5.29295C8.68348 4.90243 9.31649 4.90243 9.70702 5.29295L15.707 11.293C16.0975 11.6835 16.0975 12.3165 15.707 12.707L9.70702 18.707C9.31649 19.0975 8.68348 19.0975 8.29295 18.707C7.90243 18.3165 7.90243 17.6835 8.29295 17.293L13.5859 12L8.29295 6.70702C7.90243 6.31649 7.90243 5.68348 8.29295 5.29295Z",
8
+ fill: "currentColor"
13
9
  })
14
10
  });
15
11
  ChevronRight.displayName = 'ChevronRightIcon';
@@ -4,12 +4,8 @@ const ChevronUp = (props)=>/*#__PURE__*/ jsx(SvgIcon, {
4
4
  ...props,
5
5
  viewBox: "0 0 24 24",
6
6
  children: /*#__PURE__*/ jsx("path", {
7
- d: "m18 15-6-6-6 6",
8
- stroke: "currentColor",
9
- strokeWidth: "2",
10
- strokeLinecap: "round",
11
- strokeLinejoin: "round",
12
- fill: "none"
7
+ d: "M11.3691 8.22462C11.7619 7.90427 12.3409 7.92686 12.707 8.29298L18.707 14.293C19.0975 14.6835 19.0975 15.3165 18.707 15.707C18.3165 16.0976 17.6835 16.0976 17.293 15.707L12 10.4141L6.70702 15.707C6.31649 16.0976 5.68348 16.0976 5.29295 15.707C4.90243 15.3165 4.90243 14.6835 5.29295 14.293L11.293 8.29298L11.3691 8.22462Z",
8
+ fill: "currentColor"
13
9
  })
14
10
  });
15
11
  ChevronUp.displayName = 'ChevronUpIcon';
@@ -1,26 +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 ChevronsDown = (props)=>/*#__PURE__*/ jsxs(SvgIcon, {
3
+ const ChevronsDown = (props)=>/*#__PURE__*/ jsx(SvgIcon, {
4
4
  ...props,
5
5
  viewBox: "0 0 24 24",
6
- children: [
7
- /*#__PURE__*/ jsx("path", {
8
- d: "m7 13 5 5 5-5",
9
- stroke: "currentColor",
10
- strokeWidth: "2",
11
- strokeLinecap: "round",
12
- strokeLinejoin: "round",
13
- fill: "none"
14
- }),
15
- /*#__PURE__*/ jsx("path", {
16
- d: "m7 6 5 5 5-5",
17
- stroke: "currentColor",
18
- strokeWidth: "2",
19
- strokeLinecap: "round",
20
- strokeLinejoin: "round",
21
- fill: "none"
22
- })
23
- ]
6
+ children: /*#__PURE__*/ jsx("path", {
7
+ d: "M16.293 12.293C16.6835 11.9024 17.3165 11.9024 17.707 12.293C18.0975 12.6835 18.0975 13.3165 17.707 13.707L12.707 18.707C12.3165 19.0975 11.6835 19.0975 11.293 18.707L6.29295 13.707C5.90243 13.3165 5.90243 12.6835 6.29295 12.293C6.68348 11.9024 7.31649 11.9024 7.70702 12.293L12 16.5859L16.293 12.293ZM16.293 5.29295C16.6835 4.90243 17.3165 4.90243 17.707 5.29295C18.0975 5.68348 18.0975 6.31649 17.707 6.70702L12.707 11.707C12.3165 12.0975 11.6835 12.0975 11.293 11.707L6.29295 6.70702C5.90243 6.31649 5.90243 5.68348 6.29295 5.29295C6.68348 4.90243 7.31649 4.90243 7.70702 5.29295L12 9.58592L16.293 5.29295Z",
8
+ fill: "currentColor"
9
+ })
24
10
  });
25
11
  ChevronsDown.displayName = 'ChevronsDownIcon';
26
12
  export { ChevronsDown };
@@ -1,26 +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 ChevronsLeft = (props)=>/*#__PURE__*/ jsxs(SvgIcon, {
3
+ const ChevronsLeft = (props)=>/*#__PURE__*/ jsx(SvgIcon, {
4
4
  ...props,
5
5
  viewBox: "0 0 24 24",
6
- children: [
7
- /*#__PURE__*/ jsx("path", {
8
- d: "m11 17-5-5 5-5",
9
- stroke: "currentColor",
10
- strokeWidth: "2",
11
- strokeLinecap: "round",
12
- strokeLinejoin: "round",
13
- fill: "none"
14
- }),
15
- /*#__PURE__*/ jsx("path", {
16
- d: "m18 17-5-5 5-5",
17
- stroke: "currentColor",
18
- strokeWidth: "2",
19
- strokeLinecap: "round",
20
- strokeLinejoin: "round",
21
- fill: "none"
22
- })
23
- ]
6
+ children: /*#__PURE__*/ jsx("path", {
7
+ d: "M10.293 6.29295C10.6835 5.90243 11.3165 5.90243 11.707 6.29295C12.0975 6.68348 12.0975 7.31649 11.707 7.70702L7.41405 12L11.707 16.293C12.0975 16.6835 12.0975 17.3165 11.707 17.707C11.3165 18.0975 10.6835 18.0975 10.293 17.707L5.29295 12.707C4.90243 12.3165 4.90243 11.6835 5.29295 11.293L10.293 6.29295ZM17.293 6.29295C17.6835 5.90243 18.3165 5.90243 18.707 6.29295C19.0975 6.68348 19.0975 7.31649 18.707 7.70702L14.414 12L18.707 16.293C19.0975 16.6835 19.0975 17.3165 18.707 17.707C18.3165 18.0975 17.6835 18.0975 17.293 17.707L12.293 12.707C11.9024 12.3165 11.9024 11.6835 12.293 11.293L17.293 6.29295Z",
8
+ fill: "currentColor"
9
+ })
24
10
  });
25
11
  ChevronsLeft.displayName = 'ChevronsLeftIcon';
26
12
  export { ChevronsLeft };
@@ -1,26 +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 ChevronsRight = (props)=>/*#__PURE__*/ jsxs(SvgIcon, {
3
+ const ChevronsRight = (props)=>/*#__PURE__*/ jsx(SvgIcon, {
4
4
  ...props,
5
5
  viewBox: "0 0 24 24",
6
- children: [
7
- /*#__PURE__*/ jsx("path", {
8
- d: "m13 17 5-5-5-5",
9
- stroke: "currentColor",
10
- strokeWidth: "2",
11
- strokeLinecap: "round",
12
- strokeLinejoin: "round",
13
- fill: "none"
14
- }),
15
- /*#__PURE__*/ jsx("path", {
16
- d: "m6 17 5-5-5-5",
17
- stroke: "currentColor",
18
- strokeWidth: "2",
19
- strokeLinecap: "round",
20
- strokeLinejoin: "round",
21
- fill: "none"
22
- })
23
- ]
6
+ children: /*#__PURE__*/ jsx("path", {
7
+ d: "M5.29297 6.29295C5.68349 5.90243 6.31651 5.90243 6.70703 6.29295L11.707 11.293C12.0976 11.6835 12.0976 12.3165 11.707 12.707L6.70703 17.707C6.31651 18.0975 5.68349 18.0975 5.29297 17.707C4.90245 17.3165 4.90245 16.6835 5.29297 16.293L9.58594 12L5.29297 7.70702C4.90245 7.31649 4.90245 6.68348 5.29297 6.29295ZM12.293 6.29295C12.6835 5.90243 13.3165 5.90243 13.707 6.29295L18.707 11.293C19.0976 11.6835 19.0976 12.3165 18.707 12.707L13.707 17.707C13.3165 18.0975 12.6835 18.0975 12.293 17.707C11.9024 17.3165 11.9024 16.6835 12.293 16.293L16.5859 12L12.293 7.70702C11.9024 7.31649 11.9024 6.68348 12.293 6.29295Z",
8
+ fill: "currentColor"
9
+ })
24
10
  });
25
11
  ChevronsRight.displayName = 'ChevronsRightIcon';
26
12
  export { ChevronsRight };
@@ -1,26 +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 ChevronsUp = (props)=>/*#__PURE__*/ jsxs(SvgIcon, {
3
+ const ChevronsUp = (props)=>/*#__PURE__*/ jsx(SvgIcon, {
4
4
  ...props,
5
5
  viewBox: "0 0 24 24",
6
- children: [
7
- /*#__PURE__*/ jsx("path", {
8
- d: "m17 11-5-5-5 5",
9
- stroke: "currentColor",
10
- strokeWidth: "2",
11
- strokeLinecap: "round",
12
- strokeLinejoin: "round",
13
- fill: "none"
14
- }),
15
- /*#__PURE__*/ jsx("path", {
16
- d: "m17 18-5-5-5 5",
17
- stroke: "currentColor",
18
- strokeWidth: "2",
19
- strokeLinecap: "round",
20
- strokeLinejoin: "round",
21
- fill: "none"
22
- })
23
- ]
6
+ children: /*#__PURE__*/ jsx("path", {
7
+ d: "M11.3691 12.2246C11.7619 11.9043 12.3409 11.9269 12.707 12.293L17.707 17.293C18.0976 17.6835 18.0976 18.3165 17.707 18.707C17.3165 19.0976 16.6835 19.0976 16.293 18.707L12 14.4141L7.70703 18.707C7.31651 19.0976 6.68349 19.0976 6.29297 18.707C5.90245 18.3165 5.90245 17.6835 6.29297 17.293L11.293 12.293L11.3691 12.2246ZM11.3691 5.22462C11.7619 4.90427 12.3409 4.92686 12.707 5.29298L17.707 10.293C18.0976 10.6835 18.0976 11.3165 17.707 11.707C17.3165 12.0976 16.6835 12.0976 16.293 11.707L12 7.41407L7.70703 11.707C7.31651 12.0976 6.68349 12.0976 6.29297 11.707C5.90245 11.3165 5.90245 10.6835 6.29297 10.293L11.293 5.29298L11.3691 5.22462Z",
8
+ fill: "currentColor"
9
+ })
24
10
  });
25
11
  ChevronsUp.displayName = 'ChevronsUpIcon';
26
12
  export { ChevronsUp };
@@ -3,15 +3,9 @@ import { SvgIcon } from "./SvgIcon.js";
3
3
  const Circle = (props)=>/*#__PURE__*/ jsx(SvgIcon, {
4
4
  ...props,
5
5
  viewBox: "0 0 24 24",
6
- children: /*#__PURE__*/ jsx("circle", {
7
- cx: "12",
8
- cy: "12",
9
- r: "10",
10
- stroke: "currentColor",
11
- strokeWidth: "2",
12
- strokeLinecap: "round",
13
- strokeLinejoin: "round",
14
- fill: "none"
6
+ children: /*#__PURE__*/ jsx("path", {
7
+ d: "M21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12ZM23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12Z",
8
+ fill: "currentColor"
15
9
  })
16
10
  });
17
11
  Circle.displayName = 'CircleIcon';
@@ -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 CircleArrowDown = (props)=>/*#__PURE__*/ jsxs(SvgIcon, {
3
+ const CircleArrowDown = (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: "10",
11
- stroke: "currentColor",
12
- strokeWidth: "2",
13
- strokeLinecap: "round",
14
- strokeLinejoin: "round",
15
- fill: "none"
16
- }),
17
- /*#__PURE__*/ jsx("path", {
18
- d: "M8 12l4 4 4-4",
19
- stroke: "currentColor",
20
- strokeWidth: "2",
21
- strokeLinecap: "round",
22
- strokeLinejoin: "round",
23
- fill: "none"
24
- }),
25
- /*#__PURE__*/ jsx("path", {
26
- d: "M12 8v8",
27
- stroke: "currentColor",
28
- strokeWidth: "2",
29
- strokeLinecap: "round",
30
- strokeLinejoin: "round",
31
- fill: "none"
32
- })
33
- ]
6
+ children: /*#__PURE__*/ jsx("path", {
7
+ d: "M21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12ZM11 8C11 7.44772 11.4477 7 12 7C12.5523 7 13 7.44772 13 8V13.5859L15.293 11.293C15.6835 10.9024 16.3165 10.9024 16.707 11.293C17.0976 11.6835 17.0976 12.3165 16.707 12.707L12.707 16.707C12.3165 17.0976 11.6835 17.0976 11.293 16.707L7.29297 12.707C6.90244 12.3165 6.90244 11.6835 7.29297 11.293C7.68349 10.9024 8.31651 10.9024 8.70703 11.293L11 13.5859V8ZM23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12Z",
8
+ fill: "currentColor"
9
+ })
34
10
  });
35
11
  CircleArrowDown.displayName = 'CircleArrowDownIcon';
36
12
  export { CircleArrowDown };
@@ -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 CircleArrowLeft = (props)=>/*#__PURE__*/ jsxs(SvgIcon, {
3
+ const CircleArrowLeft = (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: "10",
11
- stroke: "currentColor",
12
- strokeWidth: "2",
13
- strokeLinecap: "round",
14
- strokeLinejoin: "round",
15
- fill: "none"
16
- }),
17
- /*#__PURE__*/ jsx("path", {
18
- d: "M12 8l-4 4 4 4",
19
- stroke: "currentColor",
20
- strokeWidth: "2",
21
- strokeLinecap: "round",
22
- strokeLinejoin: "round",
23
- fill: "none"
24
- }),
25
- /*#__PURE__*/ jsx("path", {
26
- d: "M16 12H8",
27
- stroke: "currentColor",
28
- strokeWidth: "2",
29
- strokeLinecap: "round",
30
- strokeLinejoin: "round",
31
- fill: "none"
32
- })
33
- ]
6
+ children: /*#__PURE__*/ jsx("path", {
7
+ d: "M21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12ZM11.293 7.29297C11.6835 6.90244 12.3165 6.90244 12.707 7.29297C13.0976 7.68349 13.0976 8.31651 12.707 8.70703L10.4141 11H16C16.5523 11 17 11.4477 17 12C17 12.5523 16.5523 13 16 13H10.4141L12.707 15.293C13.0976 15.6835 13.0976 16.3165 12.707 16.707C12.3165 17.0976 11.6835 17.0976 11.293 16.707L7.29297 12.707C6.90244 12.3165 6.90244 11.6835 7.29297 11.293L11.293 7.29297ZM23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12Z",
8
+ fill: "currentColor"
9
+ })
34
10
  });
35
11
  CircleArrowLeft.displayName = 'CircleArrowLeftIcon';
36
12
  export { CircleArrowLeft };
@@ -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 CircleArrowOutDownLeft = (props)=>/*#__PURE__*/ jsxs(SvgIcon, {
3
+ const CircleArrowOutDownLeft = (props)=>/*#__PURE__*/ jsx(SvgIcon, {
4
4
  ...props,
5
5
  viewBox: "0 0 24 24",
6
- children: [
7
- /*#__PURE__*/ jsx("path", {
8
- d: "M2 16v6h6",
9
- stroke: "currentColor",
10
- strokeWidth: "2",
11
- strokeLinecap: "round",
12
- strokeLinejoin: "round",
13
- fill: "none"
14
- }),
15
- /*#__PURE__*/ jsx("path", {
16
- d: "m2 22 10-10",
17
- stroke: "currentColor",
18
- strokeWidth: "2",
19
- strokeLinecap: "round",
20
- strokeLinejoin: "round",
21
- fill: "none"
22
- }),
23
- /*#__PURE__*/ jsx("path", {
24
- d: "M12 22A10 10 0 1 1 2 12",
25
- stroke: "currentColor",
26
- strokeWidth: "2",
27
- strokeLinecap: "round",
28
- strokeLinejoin: "round",
29
- fill: "none"
30
- })
31
- ]
6
+ children: /*#__PURE__*/ jsx("path", {
7
+ d: "M11.293 11.293C11.6835 10.9025 12.3165 10.9025 12.707 11.293C13.0976 11.6835 13.0976 12.3165 12.707 12.707L4.41406 21H8C8.55228 21 9 21.4477 9 22C9 22.5523 8.55228 23 8 23H2C1.44772 23 1 22.5523 1 22V16C1 15.4477 1.44772 15 2 15C2.55228 15 3 15.4477 3 16V19.5859L11.293 11.293ZM1 12C1 9.82446 1.64487 7.6976 2.85352 5.88868C4.06216 4.07981 5.78015 2.6695 7.79004 1.83692C9.79985 1.00443 12.0119 0.786656 14.1455 1.21095C16.2793 1.63538 18.2399 2.68331 19.7783 4.22169C21.3167 5.76007 22.3646 7.72071 22.7891 9.8545C23.2134 11.9881 22.9956 14.2002 22.1631 16.21C21.3305 18.2199 19.9202 19.9378 18.1113 21.1465C16.3024 22.3551 14.1756 23 12 23C11.4477 23 11 22.5523 11 22C11 21.4477 11.4477 21 12 21C13.78 21 15.52 20.4723 17 19.4834C18.4799 18.4945 19.6332 17.0887 20.3145 15.4443C20.9956 13.7998 21.1744 11.99 20.8271 10.2442C20.4799 8.49833 19.6229 6.89442 18.3643 5.63575C17.1056 4.37709 15.5017 3.52013 13.7559 3.17286C12.01 2.82559 10.2002 3.00437 8.55566 3.68556C6.91127 4.36676 5.50547 5.52006 4.5166 7.00001C3.52774 8.48001 3 10.22 3 12C3 12.5523 2.55228 13 2 13C1.44772 13 1 12.5523 1 12Z",
8
+ fill: "currentColor"
9
+ })
32
10
  });
33
11
  CircleArrowOutDownLeft.displayName = 'CircleArrowOutDownLeftIcon';
34
12
  export { CircleArrowOutDownLeft };
@@ -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 CircleArrowOutDownRight = (props)=>/*#__PURE__*/ jsxs(SvgIcon, {
3
+ const CircleArrowOutDownRight = (props)=>/*#__PURE__*/ jsx(SvgIcon, {
4
4
  ...props,
5
5
  viewBox: "0 0 24 24",
6
- children: [
7
- /*#__PURE__*/ jsx("path", {
8
- d: "M22 16v6h-6",
9
- stroke: "currentColor",
10
- strokeWidth: "2",
11
- strokeLinecap: "round",
12
- strokeLinejoin: "round",
13
- fill: "none"
14
- }),
15
- /*#__PURE__*/ jsx("path", {
16
- d: "m22 22-10-10",
17
- stroke: "currentColor",
18
- strokeWidth: "2",
19
- strokeLinecap: "round",
20
- strokeLinejoin: "round",
21
- fill: "none"
22
- }),
23
- /*#__PURE__*/ jsx("path", {
24
- d: "M12 22A10 10 0 1 0 22 12",
25
- stroke: "currentColor",
26
- strokeWidth: "2",
27
- strokeLinecap: "round",
28
- strokeLinejoin: "round",
29
- fill: "none"
30
- })
31
- ]
6
+ children: /*#__PURE__*/ jsx("path", {
7
+ d: "M11.2929 11.293C11.6835 10.9025 12.3165 10.9025 12.707 11.293L21 19.5859V16C21 15.4477 21.4477 15 22 15C22.5523 15 23 15.4477 23 16V22C23 22.5523 22.5523 23 22 23H16C15.4477 23 15 22.5523 15 22C15 21.4477 15.4477 21 16 21H19.5859L11.2929 12.707C10.9024 12.3165 10.9024 11.6835 11.2929 11.293ZM21 12C21 10.22 20.4722 8.48002 19.4834 7.00001C18.4945 5.52006 17.0887 4.36676 15.4443 3.68556C13.7998 3.00437 11.9899 2.82559 10.2441 3.17286C8.4983 3.52013 6.89439 4.37709 5.63572 5.63575C4.37706 6.89442 3.5201 8.49833 3.17283 10.2442C2.82556 11.99 3.00434 13.7998 3.68553 15.4443C4.36673 17.0887 5.52003 18.4945 6.99998 19.4834C8.47998 20.4723 10.22 21 12 21C12.5523 21 13 21.4477 13 22C13 22.5523 12.5523 23 12 23C9.82443 23 7.69757 22.3551 5.88865 21.1465C4.07978 19.9378 2.66947 18.2199 1.83689 16.21C1.0044 14.2002 0.786625 11.9881 1.21092 9.8545C1.63535 7.72071 2.68328 5.76007 4.22166 4.22169C5.76004 2.68331 7.72068 1.63538 9.85447 1.21095C11.9881 0.786655 14.2001 1.00443 16.2099 1.83692C18.2198 2.6695 19.9378 4.07981 21.1465 5.88868C22.3551 7.6976 23 9.82446 23 12C23 12.5523 22.5523 13 22 13C21.4477 13 21 12.5523 21 12Z",
8
+ fill: "currentColor"
9
+ })
32
10
  });
33
11
  CircleArrowOutDownRight.displayName = 'CircleArrowOutDownRightIcon';
34
12
  export { CircleArrowOutDownRight };
@@ -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 CircleArrowOutUpLeft = (props)=>/*#__PURE__*/ jsxs(SvgIcon, {
3
+ const CircleArrowOutUpLeft = (props)=>/*#__PURE__*/ jsx(SvgIcon, {
4
4
  ...props,
5
5
  viewBox: "0 0 24 24",
6
- children: [
7
- /*#__PURE__*/ jsx("path", {
8
- d: "M2 8V2h6",
9
- stroke: "currentColor",
10
- strokeWidth: "2",
11
- strokeLinecap: "round",
12
- strokeLinejoin: "round",
13
- fill: "none"
14
- }),
15
- /*#__PURE__*/ jsx("path", {
16
- d: "m2 2 10 10",
17
- stroke: "currentColor",
18
- strokeWidth: "2",
19
- strokeLinecap: "round",
20
- strokeLinejoin: "round",
21
- fill: "none"
22
- }),
23
- /*#__PURE__*/ jsx("path", {
24
- d: "M12 2A10 10 0 1 1 2 12",
25
- stroke: "currentColor",
26
- strokeWidth: "2",
27
- strokeLinecap: "round",
28
- strokeLinejoin: "round",
29
- fill: "none"
30
- })
31
- ]
6
+ children: /*#__PURE__*/ jsx("path", {
7
+ d: "M12 1C14.1756 1 16.3024 1.64487 18.1113 2.85352C19.9202 4.06216 21.3305 5.78015 22.1631 7.79004C22.9956 9.79985 23.2134 12.0119 22.7891 14.1455C22.3646 16.2793 21.3167 18.2399 19.7783 19.7783C18.2399 21.3167 16.2793 22.3646 14.1455 22.7891C12.0119 23.2134 9.79985 22.9956 7.79004 22.1631C5.78015 21.3305 4.06216 19.9202 2.85352 18.1113C1.64487 16.3024 1 14.1756 1 12C1 11.4477 1.44772 11 2 11C2.55228 11 3 11.4477 3 12C3 13.78 3.52774 15.52 4.5166 17C5.50547 18.4799 6.91127 19.6332 8.55566 20.3145C10.2002 20.9956 12.01 21.1744 13.7559 20.8271C15.5017 20.4799 17.1056 19.6229 18.3643 18.3643C19.6229 17.1056 20.4799 15.5017 20.8271 13.7559C21.1744 12.01 20.9956 10.2002 20.3145 8.55566C19.6332 6.91127 18.4799 5.50547 17 4.5166C15.52 3.52774 13.78 3 12 3C11.4477 3 11 2.55228 11 2C11 1.44772 11.4477 1 12 1ZM1 8V2C1 1.44772 1.44772 1 2 1H8C8.55228 1 9 1.44772 9 2C9 2.55228 8.55228 3 8 3H4.41406L12.707 11.293C13.0976 11.6835 13.0976 12.3165 12.707 12.707C12.3165 13.0976 11.6835 13.0976 11.293 12.707L3 4.41406V8C3 8.55228 2.55228 9 2 9C1.44772 9 1 8.55228 1 8Z",
8
+ fill: "currentColor"
9
+ })
32
10
  });
33
11
  CircleArrowOutUpLeft.displayName = 'CircleArrowOutUpLeftIcon';
34
12
  export { CircleArrowOutUpLeft };
@@ -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 CircleArrowOutUpRight = (props)=>/*#__PURE__*/ jsxs(SvgIcon, {
3
+ const CircleArrowOutUpRight = (props)=>/*#__PURE__*/ jsx(SvgIcon, {
4
4
  ...props,
5
5
  viewBox: "0 0 24 24",
6
- children: [
7
- /*#__PURE__*/ jsx("path", {
8
- d: "M22 8V2h-6",
9
- stroke: "currentColor",
10
- strokeWidth: "2",
11
- strokeLinecap: "round",
12
- strokeLinejoin: "round",
13
- fill: "none"
14
- }),
15
- /*#__PURE__*/ jsx("path", {
16
- d: "m22 2-10 10",
17
- stroke: "currentColor",
18
- strokeWidth: "2",
19
- strokeLinecap: "round",
20
- strokeLinejoin: "round",
21
- fill: "none"
22
- }),
23
- /*#__PURE__*/ jsx("path", {
24
- d: "M12 2A10 10 0 1 0 22 12",
25
- stroke: "currentColor",
26
- strokeWidth: "2",
27
- strokeLinecap: "round",
28
- strokeLinejoin: "round",
29
- fill: "none"
30
- })
31
- ]
6
+ children: /*#__PURE__*/ jsx("path", {
7
+ d: "M12 1C12.5523 1 13 1.44772 13 2C13 2.55228 12.5523 3 12 3C10.22 3 8.47998 3.52774 6.99998 4.5166C5.52003 5.50547 4.36673 6.91127 3.68553 8.55566C3.00434 10.2002 2.82556 12.01 3.17283 13.7559C3.5201 15.5017 4.37706 17.1056 5.63572 18.3643C6.89439 19.6229 8.4983 20.4799 10.2441 20.8271C11.9899 21.1744 13.7998 20.9956 15.4443 20.3145C17.0887 19.6332 18.4945 18.4799 19.4834 17C20.4722 15.52 21 13.78 21 12C21 11.4477 21.4477 11 22 11C22.5523 11 23 11.4477 23 12C23 14.1756 22.3551 16.3024 21.1465 18.1113C19.9378 19.9202 18.2198 21.3305 16.2099 22.1631C14.2001 22.9956 11.9881 23.2134 9.85447 22.7891C7.72068 22.3646 5.76004 21.3167 4.22166 19.7783C2.68328 18.2399 1.63535 16.2793 1.21092 14.1455C0.786625 12.0119 1.0044 9.79985 1.83689 7.79004C2.66947 5.78015 4.07978 4.06216 5.88865 2.85352C7.69757 1.64487 9.82443 1 12 1ZM23 8C23 8.55228 22.5523 9 22 9C21.4477 9 21 8.55228 21 8V4.41406L12.707 12.707C12.3165 13.0976 11.6835 13.0976 11.2929 12.707C10.9024 12.3165 10.9024 11.6835 11.2929 11.293L19.5859 3H16C15.4477 3 15 2.55228 15 2C15 1.44772 15.4477 1 16 1H22C22.5523 1 23 1.44772 23 2V8Z",
8
+ fill: "currentColor"
9
+ })
32
10
  });
33
11
  CircleArrowOutUpRight.displayName = 'CircleArrowOutUpRightIcon';
34
12
  export { CircleArrowOutUpRight };