@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 CircleArrowRight = (props)=>/*#__PURE__*/ jsxs(SvgIcon, {
3
+ const CircleArrowRight = (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 16l4-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: "M8 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.29297L16.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.707C10.9024 16.3165 10.9024 15.6835 11.293 15.293L13.5859 13H8C7.44772 13 7 12.5523 7 12C7 11.4477 7.44772 11 8 11H13.5859L11.293 8.70703C10.9024 8.31651 10.9024 7.68349 11.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
  CircleArrowRight.displayName = 'CircleArrowRightIcon';
36
12
  export { CircleArrowRight };
@@ -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 CircleArrowUp = (props)=>/*#__PURE__*/ jsxs(SvgIcon, {
3
+ const CircleArrowUp = (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: "m16 12-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: "M12 16V8",
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 16V10.4141L8.70703 12.707C8.31651 13.0976 7.68349 13.0976 7.29297 12.707C6.90244 12.3165 6.90244 11.6835 7.29297 11.293L11.293 7.29297L11.3691 7.22461C11.7619 6.90426 12.3409 6.92685 12.707 7.29297L16.707 11.293C17.0976 11.6835 17.0976 12.3165 16.707 12.707C16.3165 13.0976 15.6835 13.0976 15.293 12.707L13 10.4141V16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16ZM23 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
  CircleArrowUp.displayName = 'CircleArrowUpIcon';
36
12
  export { CircleArrowUp };
@@ -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 CircleCheck = (props)=>/*#__PURE__*/ jsxs(SvgIcon, {
3
+ const CircleCheck = (props)=>/*#__PURE__*/ jsx(SvgIcon, {
4
4
  ...props,
5
5
  viewBox: "0 0 24 24",
6
- children: [
7
- /*#__PURE__*/ jsx("path", {
8
- d: "M22 11.08V12a10 10 0 1 1-5.93-9.14",
9
- stroke: "currentColor",
10
- strokeWidth: "2",
11
- strokeLinecap: "round",
12
- strokeLinejoin: "round",
13
- fill: "none"
14
- }),
15
- /*#__PURE__*/ jsx("path", {
16
- d: "m9 11 3 3L22 4",
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 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 12ZM14.293 9.29297C14.6835 8.90244 15.3165 8.90244 15.707 9.29297C16.0976 9.68349 16.0976 10.3165 15.707 10.707L11.707 14.707C11.3165 15.0976 10.6835 15.0976 10.293 14.707L8.29297 12.707C7.90244 12.3165 7.90244 11.6835 8.29297 11.293C8.68349 10.9024 9.31651 10.9024 9.70703 11.293L11 12.5859L14.293 9.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
+ })
24
10
  });
25
11
  CircleCheck.displayName = 'CircleCheckIcon';
26
12
  export { CircleCheck };
@@ -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 CircleCheckBig = (props)=>/*#__PURE__*/ jsxs(SvgIcon, {
3
+ const CircleCheckBig = (props)=>/*#__PURE__*/ jsx(SvgIcon, {
4
4
  ...props,
5
5
  viewBox: "0 0 24 24",
6
- children: [
7
- /*#__PURE__*/ jsx("path", {
8
- d: "M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z",
9
- stroke: "currentColor",
10
- strokeWidth: "2",
11
- strokeLinecap: "round",
12
- strokeLinejoin: "round",
13
- fill: "none"
14
- }),
15
- /*#__PURE__*/ jsx("path", {
16
- d: "m9 12 2 2 4-4",
17
- stroke: "currentColor",
18
- strokeWidth: "2",
19
- strokeLinecap: "round",
20
- strokeLinejoin: "round",
21
- fill: "none"
22
- })
23
- ]
6
+ children: /*#__PURE__*/ jsx("path", {
7
+ d: "M9.57618 1.26491C11.8897 0.742285 14.3101 0.981327 16.4766 1.94655C16.981 2.1713 17.208 2.76244 16.9834 3.26686C16.7586 3.7713 16.1675 3.99839 15.6631 3.7737C13.8903 2.9838 11.9097 2.78837 10.0166 3.21608C8.12357 3.6438 6.41916 4.67143 5.15821 6.14675C3.89726 7.62207 3.14723 9.46604 3.01954 11.4026C2.89193 13.3391 3.39394 15.2648 4.4502 16.8928C5.5065 18.5209 7.06044 19.7642 8.88087 20.4368C10.7013 21.1094 12.6907 21.1755 14.5518 20.6253C16.4129 20.075 18.046 18.9375 19.208 17.3831C20.3699 15.8288 20.9987 13.9408 21 12.0003V11.0803C21 10.5281 21.4477 10.0803 22 10.0803C22.5523 10.0803 23 10.5281 23 11.0803V12.0003L22.9912 12.4446C22.9005 14.6595 22.1419 16.7993 20.8106 18.5803C19.3903 20.4802 17.3938 21.8707 15.1191 22.5432C12.8444 23.2158 10.4126 23.1348 8.18751 22.3128C5.96273 21.4907 4.06346 19.9714 2.77247 17.9817C1.48143 15.9918 0.867407 13.6376 1.02344 11.2708C1.17951 8.90405 2.09676 6.65102 3.6377 4.84792C5.17888 3.04474 7.26243 1.78767 9.57618 1.26491ZM21.293 3.29323C21.6835 2.90271 22.3165 2.90271 22.707 3.29323C23.0974 3.68377 23.0975 4.31681 22.707 4.70729L12.707 14.7073C12.3165 15.0977 11.6835 15.0977 11.293 14.7073L8.29298 11.7073C7.90249 11.3168 7.90257 10.6838 8.29298 10.2932C8.6835 9.90271 9.31651 9.90271 9.70704 10.2932L12 12.5862L21.293 3.29323Z",
8
+ fill: "currentColor"
9
+ })
24
10
  });
25
11
  CircleCheckBig.displayName = 'CircleCheckBigIcon';
26
12
  export { CircleCheckBig };
@@ -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 CircleChevronDown = (props)=>/*#__PURE__*/ jsxs(SvgIcon, {
3
+ const CircleChevronDown = (props)=>/*#__PURE__*/ jsx(SvgIcon, {
4
4
  ...props,
5
5
  viewBox: "0 0 24 24",
6
- children: [
7
- /*#__PURE__*/ jsx("path", {
8
- d: "M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10z",
9
- stroke: "currentColor",
10
- strokeWidth: "2",
11
- strokeLinecap: "round",
12
- strokeLinejoin: "round",
13
- fill: "none"
14
- }),
15
- /*#__PURE__*/ jsx("path", {
16
- d: "m8 10 4 4 4-4",
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 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 12ZM15.293 9.29297C15.6835 8.90244 16.3165 8.90244 16.707 9.29297C17.0976 9.68349 17.0976 10.3165 16.707 10.707L12.707 14.707C12.3165 15.0976 11.6835 15.0976 11.293 14.707L7.29297 10.707C6.90244 10.3165 6.90244 9.68349 7.29297 9.29297C7.68349 8.90244 8.31651 8.90244 8.70703 9.29297L12 12.5859L15.293 9.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
+ })
24
10
  });
25
11
  CircleChevronDown.displayName = 'CircleChevronDownIcon';
26
12
  export { CircleChevronDown };
@@ -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 CircleChevronLeft = (props)=>/*#__PURE__*/ jsxs(SvgIcon, {
3
+ const CircleChevronLeft = (props)=>/*#__PURE__*/ jsx(SvgIcon, {
4
4
  ...props,
5
5
  viewBox: "0 0 24 24",
6
- children: [
7
- /*#__PURE__*/ jsx("path", {
8
- d: "M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10z",
9
- stroke: "currentColor",
10
- strokeWidth: "2",
11
- strokeLinecap: "round",
12
- strokeLinejoin: "round",
13
- fill: "none"
14
- }),
15
- /*#__PURE__*/ jsx("path", {
16
- d: "m14 8-4 4 4 4",
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 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 12ZM13.293 7.29297C13.6835 6.90244 14.3165 6.90244 14.707 7.29297C15.0976 7.68349 15.0976 8.31651 14.707 8.70703L11.4141 12L14.707 15.293C15.0976 15.6835 15.0976 16.3165 14.707 16.707C14.3165 17.0976 13.6835 17.0976 13.293 16.707L9.29297 12.707C8.90244 12.3165 8.90244 11.6835 9.29297 11.293L13.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
+ })
24
10
  });
25
11
  CircleChevronLeft.displayName = 'CircleChevronLeftIcon';
26
12
  export { CircleChevronLeft };
@@ -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 CircleChevronRight = (props)=>/*#__PURE__*/ jsxs(SvgIcon, {
3
+ const CircleChevronRight = (props)=>/*#__PURE__*/ jsx(SvgIcon, {
4
4
  ...props,
5
5
  viewBox: "0 0 24 24",
6
- children: [
7
- /*#__PURE__*/ jsx("path", {
8
- d: "M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10z",
9
- stroke: "currentColor",
10
- strokeWidth: "2",
11
- strokeLinecap: "round",
12
- strokeLinejoin: "round",
13
- fill: "none"
14
- }),
15
- /*#__PURE__*/ jsx("path", {
16
- d: "m10 8 4 4-4 4",
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 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 12ZM9.29297 7.29297C9.68349 6.90244 10.3165 6.90244 10.707 7.29297L14.707 11.293C15.0976 11.6835 15.0976 12.3165 14.707 12.707L10.707 16.707C10.3165 17.0976 9.68349 17.0976 9.29297 16.707C8.90244 16.3165 8.90244 15.6835 9.29297 15.293L12.5859 12L9.29297 8.70703C8.90244 8.31651 8.90244 7.68349 9.29297 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
+ })
24
10
  });
25
11
  CircleChevronRight.displayName = 'CircleChevronRightIcon';
26
12
  export { CircleChevronRight };
@@ -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 CircleChevronUp = (props)=>/*#__PURE__*/ jsxs(SvgIcon, {
3
+ const CircleChevronUp = (props)=>/*#__PURE__*/ jsx(SvgIcon, {
4
4
  ...props,
5
5
  viewBox: "0 0 24 24",
6
- children: [
7
- /*#__PURE__*/ jsx("path", {
8
- d: "M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10z",
9
- stroke: "currentColor",
10
- strokeWidth: "2",
11
- strokeLinecap: "round",
12
- strokeLinejoin: "round",
13
- fill: "none"
14
- }),
15
- /*#__PURE__*/ jsx("path", {
16
- d: "m8 14 4-4 4 4",
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 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.3691 9.22461C11.7619 8.90426 12.3409 8.92685 12.707 9.29297L16.707 13.293C17.0976 13.6835 17.0976 14.3165 16.707 14.707C16.3165 15.0976 15.6835 15.0976 15.293 14.707L12 11.4141L8.70703 14.707C8.31651 15.0976 7.68349 15.0976 7.29297 14.707C6.90244 14.3165 6.90244 13.6835 7.29297 13.293L11.293 9.29297L11.3691 9.22461ZM23 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
+ })
24
10
  });
25
11
  CircleChevronUp.displayName = 'CircleChevronUpIcon';
26
12
  export { CircleChevronUp };
@@ -1,74 +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 CircleDashed = (props)=>/*#__PURE__*/ jsxs(SvgIcon, {
3
+ const CircleDashed = (props)=>/*#__PURE__*/ jsx(SvgIcon, {
4
4
  ...props,
5
5
  viewBox: "0 0 24 24",
6
- children: [
7
- /*#__PURE__*/ jsx("path", {
8
- d: "M10.1 2.182a10 10 0 0 1 3.8 0",
9
- stroke: "currentColor",
10
- strokeWidth: "2",
11
- strokeLinecap: "round",
12
- strokeLinejoin: "round",
13
- fill: "none"
14
- }),
15
- /*#__PURE__*/ jsx("path", {
16
- d: "M13.9 21.818a10 10 0 0 1-3.8 0",
17
- stroke: "currentColor",
18
- strokeWidth: "2",
19
- strokeLinecap: "round",
20
- strokeLinejoin: "round",
21
- fill: "none"
22
- }),
23
- /*#__PURE__*/ jsx("path", {
24
- d: "M17.609 3.721a10 10 0 0 1 2.69 2.7",
25
- stroke: "currentColor",
26
- strokeWidth: "2",
27
- strokeLinecap: "round",
28
- strokeLinejoin: "round",
29
- fill: "none"
30
- }),
31
- /*#__PURE__*/ jsx("path", {
32
- d: "M2.182 13.9a10 10 0 0 1 0-3.8",
33
- stroke: "currentColor",
34
- strokeWidth: "2",
35
- strokeLinecap: "round",
36
- strokeLinejoin: "round",
37
- fill: "none"
38
- }),
39
- /*#__PURE__*/ jsx("path", {
40
- d: "M20.279 17.609a10 10 0 0 1-2.7 2.69",
41
- stroke: "currentColor",
42
- strokeWidth: "2",
43
- strokeLinecap: "round",
44
- strokeLinejoin: "round",
45
- fill: "none"
46
- }),
47
- /*#__PURE__*/ jsx("path", {
48
- d: "M21.818 10.1a10 10 0 0 1 0 3.8",
49
- stroke: "currentColor",
50
- strokeWidth: "2",
51
- strokeLinecap: "round",
52
- strokeLinejoin: "round",
53
- fill: "none"
54
- }),
55
- /*#__PURE__*/ jsx("path", {
56
- d: "M3.721 6.391a10 10 0 0 1 2.7-2.69",
57
- stroke: "currentColor",
58
- strokeWidth: "2",
59
- strokeLinecap: "round",
60
- strokeLinejoin: "round",
61
- fill: "none"
62
- }),
63
- /*#__PURE__*/ jsx("path", {
64
- d: "M6.391 20.279a10 10 0 0 1-2.69-2.7",
65
- stroke: "currentColor",
66
- strokeWidth: "2",
67
- strokeLinecap: "round",
68
- strokeLinejoin: "round",
69
- fill: "none"
70
- })
71
- ]
6
+ children: /*#__PURE__*/ jsx("path", {
7
+ d: "M13.7097 20.8367C14.2518 20.7318 14.7764 21.0857 14.8816 21.6277C14.9865 22.1697 14.6325 22.6944 14.0906 22.7996C12.71 23.0667 11.2904 23.0667 9.90991 22.7996C9.36782 22.6945 9.013 22.1698 9.11792 21.6277C9.22299 21.0857 9.74776 20.7319 10.2898 20.8367C11.4192 21.0552 12.5803 21.0552 13.7097 20.8367ZM19.4509 17.0476C19.7607 16.5906 20.3824 16.4715 20.8396 16.781C21.2967 17.0908 21.4168 17.7125 21.1072 18.1697C20.316 19.3373 19.307 20.3419 18.1365 21.1287C17.6782 21.4365 17.0568 21.3154 16.7488 20.8572C16.4407 20.3988 16.5629 19.7766 17.0212 19.4685C17.9789 18.8248 18.8037 18.0029 19.4509 17.0476ZM3.14331 16.7488C3.60163 16.441 4.22298 16.563 4.531 17.0212C5.17472 17.9789 5.99665 18.8036 6.9519 19.4509C7.40906 19.7607 7.52815 20.3824 7.2185 20.8396C6.90871 21.2968 6.28705 21.417 5.82983 21.1072C4.66222 20.316 3.65765 19.307 2.87085 18.1365C2.56309 17.6781 2.68508 17.0568 3.14331 16.7488ZM1.19995 9.90991C1.30494 9.36782 1.8297 9.01309 2.37182 9.11792C2.91394 9.22283 3.26855 9.74768 3.16382 10.2898C2.94525 11.4192 2.94529 12.5803 3.16382 13.7097C3.26875 14.2519 2.91405 14.7767 2.37182 14.8816C1.82975 14.9865 1.30507 14.6325 1.19995 14.0906C0.932781 12.71 0.932781 11.2904 1.19995 9.90991ZM21.6277 9.11792C22.1698 9.01299 22.6945 9.36779 22.7996 9.90991C23.0667 11.2904 23.0667 12.71 22.7996 14.0906C22.6944 14.6325 22.1697 14.9865 21.6277 14.8816C21.0856 14.7765 20.7308 14.2519 20.8357 13.7097C21.0542 12.5803 21.0543 11.4192 20.8357 10.2898C20.731 9.74773 21.0856 9.22287 21.6277 9.11792ZM16.781 3.15991C17.0908 2.70274 17.7125 2.58352 18.1697 2.89331C19.3373 3.68443 20.3419 4.69254 21.1287 5.86303C21.4367 6.32127 21.3152 6.94255 20.8572 7.25073C20.3988 7.5588 19.7766 7.43753 19.4685 6.97924C18.8248 6.02153 18.0029 5.19588 17.0476 4.54858C16.5907 4.23871 16.4713 3.61701 16.781 3.15991ZM5.86303 2.87085C6.32139 2.56278 6.94264 2.68496 7.25073 3.14331C7.55869 3.60158 7.43738 4.22287 6.97924 4.531C6.02153 5.17475 5.19588 5.99658 4.54858 6.9519C4.23875 7.40901 3.61708 7.52827 3.15991 7.2185C2.70286 6.90866 2.58356 6.28698 2.89331 5.82983C3.68443 4.6623 4.69256 3.65761 5.86303 2.87085ZM9.90991 1.19995C11.2904 0.932781 12.71 0.932781 14.0906 1.19995C14.6325 1.30507 14.9865 1.82975 14.8816 2.37182C14.7767 2.91405 14.2519 3.26875 13.7097 3.16382C12.5803 2.94529 11.4192 2.94525 10.2898 3.16382C9.74768 3.26855 9.22283 2.91394 9.11792 2.37182C9.01309 1.8297 9.36782 1.30494 9.90991 1.19995Z",
8
+ fill: "currentColor"
9
+ })
72
10
  });
73
11
  CircleDashed.displayName = 'CircleDashedIcon';
74
12
  export { CircleDashed };
@@ -5,78 +5,14 @@ const CircleDotDashed = (props)=>/*#__PURE__*/ jsxs(SvgIcon, {
5
5
  viewBox: "0 0 24 24",
6
6
  children: [
7
7
  /*#__PURE__*/ jsx("path", {
8
- d: "M10.1 2.18a9.93 9.93 0 0 1 3.8 0",
9
- stroke: "currentColor",
10
- strokeWidth: "2",
11
- strokeLinecap: "round",
12
- strokeLinejoin: "round",
13
- fill: "none"
14
- }),
15
- /*#__PURE__*/ jsx("path", {
16
- d: "M17.6 3.71a9.95 9.95 0 0 1 2.69 2.7",
17
- stroke: "currentColor",
18
- strokeWidth: "2",
19
- strokeLinecap: "round",
20
- strokeLinejoin: "round",
21
- fill: "none"
22
- }),
23
- /*#__PURE__*/ jsx("path", {
24
- d: "M21.82 10.1a9.93 9.93 0 0 1 0 3.8",
25
- stroke: "currentColor",
26
- strokeWidth: "2",
27
- strokeLinecap: "round",
28
- strokeLinejoin: "round",
29
- fill: "none"
30
- }),
31
- /*#__PURE__*/ jsx("path", {
32
- d: "M20.29 17.6a9.95 9.95 0 0 1-2.7 2.69",
33
- stroke: "currentColor",
34
- strokeWidth: "2",
35
- strokeLinecap: "round",
36
- strokeLinejoin: "round",
37
- fill: "none"
38
- }),
39
- /*#__PURE__*/ jsx("path", {
40
- d: "M13.9 21.82a9.94 9.94 0 0 1-3.8 0",
41
- stroke: "currentColor",
42
- strokeWidth: "2",
43
- strokeLinecap: "round",
44
- strokeLinejoin: "round",
45
- fill: "none"
46
- }),
47
- /*#__PURE__*/ jsx("path", {
48
- d: "M6.4 20.29a9.95 9.95 0 0 1-2.69-2.7",
49
- stroke: "currentColor",
50
- strokeWidth: "2",
51
- strokeLinecap: "round",
52
- strokeLinejoin: "round",
53
- fill: "none"
54
- }),
55
- /*#__PURE__*/ jsx("path", {
56
- d: "M2.18 13.9a9.93 9.93 0 0 1 0-3.8",
57
- stroke: "currentColor",
58
- strokeWidth: "2",
59
- strokeLinecap: "round",
60
- strokeLinejoin: "round",
61
- fill: "none"
62
- }),
63
- /*#__PURE__*/ jsx("path", {
64
- d: "M3.71 6.4a9.95 9.95 0 0 1 2.7-2.69",
65
- stroke: "currentColor",
66
- strokeWidth: "2",
67
- strokeLinecap: "round",
68
- strokeLinejoin: "round",
69
- fill: "none"
8
+ d: "M13.708 20.8379C14.2499 20.7324 14.775 21.0863 14.8809 21.6279C14.9864 22.17 14.6329 22.6952 14.0908 22.8008C12.7097 23.0697 11.2893 23.0698 9.90822 22.8008C9.36638 22.695 9.01264 22.1699 9.11818 21.6279C9.22402 21.0863 9.74921 20.7325 10.291 20.8379C11.4194 21.0576 12.5796 21.0576 13.708 20.8379ZM3.15334 16.7598C3.61198 16.4523 4.23245 16.5746 4.54005 17.0332C5.18255 17.991 6.00455 18.8159 6.95998 19.4619C7.41711 19.7713 7.53751 20.3922 7.22853 20.8496C6.91922 21.3071 6.29736 21.4274 5.83986 21.1182C4.67089 20.3278 3.66597 19.3184 2.8799 18.1465C2.57233 17.6878 2.69471 17.0674 3.15334 16.7598ZM19.4619 17.0391C19.7714 16.5821 20.3923 16.4624 20.8496 16.7715C21.3071 17.0808 21.4274 17.7027 21.1182 18.1602C20.3278 19.329 19.3183 20.3341 18.1465 21.1201C17.6879 21.4275 17.0674 21.3051 16.7598 20.8467C16.4522 20.388 16.5746 19.7666 17.0332 19.459C17.9909 18.8165 18.816 17.9944 19.4619 17.0391ZM1.19826 9.90822C1.30401 9.36631 1.82916 9.01264 2.37111 9.11818C2.91304 9.22394 3.26675 9.74905 3.16115 10.291C2.9412 11.4194 2.94124 12.5797 3.16115 13.708C3.26681 14.25 2.91306 14.7751 2.37111 14.8809C1.82908 14.9865 1.30392 14.6329 1.19826 14.0908C0.929047 12.7097 0.929015 11.2894 1.19826 9.90822ZM21.6279 9.11818C22.1699 9.01252 22.695 9.3663 22.8008 9.90822C23.07 11.2894 23.07 12.7097 22.8008 14.0908C22.6951 14.6329 22.17 14.9865 21.6279 14.8809C21.0862 14.775 20.7323 14.2499 20.8379 13.708C21.0578 12.5797 21.0579 11.4194 20.8379 10.291C20.7324 9.74917 21.0862 9.22404 21.6279 9.11818ZM12 10C13.1045 10.0002 14 10.8955 14 12C13.9999 13.1044 13.1044 13.9999 12 14C10.8955 14 10.0002 13.1045 10 12C10 10.8954 10.8954 10 12 10ZM16.7715 3.14943C17.0809 2.69226 17.7028 2.5726 18.1602 2.88185C19.3289 3.67219 20.3342 4.68084 21.1201 5.85255C21.4277 6.31117 21.3052 6.93259 20.8467 7.24025C20.3881 7.54771 19.7666 7.42534 19.459 6.96681C18.8165 6.00901 17.9945 5.18412 17.0391 4.5381C16.582 4.2287 16.4624 3.60679 16.7715 3.14943ZM5.85255 2.8799C6.31121 2.57229 6.93261 2.69469 7.24025 3.15334C7.5475 3.61192 7.42525 4.23248 6.96681 4.54005C6.00891 5.18257 5.18417 6.00447 4.5381 6.95998C4.22879 7.41733 3.60689 7.53764 3.14943 7.22853C2.69211 6.91914 2.57259 6.2973 2.88185 5.83986C3.67218 4.67103 4.68083 3.66593 5.85255 2.8799ZM9.90822 1.19826C11.2894 0.929016 12.7097 0.929047 14.0908 1.19826C14.6329 1.30392 14.9865 1.82908 14.8809 2.37111C14.7751 2.91306 14.25 3.26681 13.708 3.16115C12.5797 2.94124 11.4194 2.9412 10.291 3.16115C9.74905 3.26675 9.22394 2.91305 9.11818 2.37111C9.01265 1.82916 9.36631 1.304 9.90822 1.19826Z",
9
+ fill: "currentColor"
70
10
  }),
71
11
  /*#__PURE__*/ jsx("circle", {
72
12
  cx: "12",
73
13
  cy: "12",
74
- r: "1",
75
- stroke: "currentColor",
76
- strokeWidth: "2",
77
- strokeLinecap: "round",
78
- strokeLinejoin: "round",
79
- fill: "none"
14
+ r: "2",
15
+ fill: "currentColor"
80
16
  })
81
17
  ]
82
18
  });
@@ -1,48 +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 CircleEllipsis = (props)=>/*#__PURE__*/ jsxs(SvgIcon, {
3
+ const CircleEllipsis = (props)=>/*#__PURE__*/ jsx(SvgIcon, {
4
4
  ...props,
5
5
  viewBox: "0 0 24 24",
6
- children: [
7
- /*#__PURE__*/ jsx("path", {
8
- d: "M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10z",
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: "1",
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: "12",
28
- r: "1",
29
- stroke: "currentColor",
30
- strokeWidth: "2",
31
- strokeLinecap: "round",
32
- strokeLinejoin: "round",
33
- fill: "none"
34
- }),
35
- /*#__PURE__*/ jsx("circle", {
36
- cx: "5",
37
- cy: "12",
38
- r: "1",
39
- stroke: "currentColor",
40
- strokeWidth: "2",
41
- strokeLinecap: "round",
42
- strokeLinejoin: "round",
43
- fill: "none"
44
- })
45
- ]
6
+ children: /*#__PURE__*/ jsx("path", {
7
+ d: "M12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1ZM12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3ZM7.00977 11C7.56205 11 8.00977 11.4477 8.00977 12C8.00977 12.5523 7.56205 13 7.00977 13H7C6.44772 13 6 12.5523 6 12C6 11.4477 6.44772 11 7 11H7.00977ZM12.0098 11C12.5621 11 13.0098 11.4477 13.0098 12C13.0098 12.5523 12.5621 13 12.0098 13H12C11.4477 13 11 12.5523 11 12C11 11.4477 11.4477 11 12 11H12.0098ZM17.0098 11C17.562 11 18.0098 11.4477 18.0098 12C18.0098 12.5523 17.562 13 17.0098 13H17C16.4477 13 16 12.5523 16 12C16 11.4477 16.4477 11 17 11H17.0098Z",
8
+ fill: "currentColor"
9
+ })
46
10
  });
47
11
  CircleEllipsis.displayName = 'CircleEllipsisIcon';
48
12
  export { CircleEllipsis };
@@ -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 CircleHelp = (props)=>/*#__PURE__*/ jsxs(SvgIcon, {
3
+ const CircleHelp = (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: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3",
19
- stroke: "currentColor",
20
- strokeWidth: "2",
21
- strokeLinecap: "round",
22
- strokeLinejoin: "round",
23
- fill: "none"
24
- }),
25
- /*#__PURE__*/ jsx("path", {
26
- d: "M12 17h.01",
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 12ZM12.0098 16C12.5621 16 13.0098 16.4477 13.0098 17C13.0098 17.5523 12.5621 18 12.0098 18H12C11.4477 18 11 17.5523 11 17C11 16.4477 11.4477 16 12 16H12.0098ZM9.89355 6.54688C10.7077 6.0685 11.665 5.89319 12.5957 6.05273C13.5267 6.21243 14.3711 6.69727 14.9795 7.41992C15.5875 8.14219 15.921 9.05592 15.9199 10L15.9072 10.2812C15.7795 11.6555 14.7343 12.5755 13.9746 13.082C13.539 13.3724 13.1106 13.5863 12.7949 13.7266C12.6357 13.7973 12.5009 13.8509 12.4043 13.8877C12.3561 13.9061 12.3166 13.9205 12.2881 13.9307C12.2741 13.9356 12.2626 13.9394 12.2539 13.9424C12.2497 13.9438 12.2461 13.9453 12.2432 13.9463C12.2418 13.9468 12.2403 13.9479 12.2393 13.9482H12.2363V13.9492C11.7124 14.1239 11.1454 13.8403 10.9707 13.3164C10.7961 12.7925 11.0797 12.2265 11.6035 12.0518L11.6182 12.0459C11.6335 12.0404 11.6589 12.0313 11.6924 12.0186C11.7598 11.9929 11.8604 11.9527 11.9824 11.8984C12.2292 11.7887 12.5509 11.6275 12.8652 11.418C13.5548 10.9583 13.9199 10.4691 13.9199 10V9.99902C13.9206 9.52687 13.7542 9.06928 13.4502 8.70801C13.146 8.34667 12.7233 8.10426 12.2578 8.02441C11.7923 7.94461 11.3134 8.03219 10.9062 8.27148C10.4992 8.51081 10.1899 8.88656 10.0332 9.33203C9.8499 9.85296 9.27877 10.1266 8.75781 9.94336C8.23694 9.76002 7.96323 9.1889 8.14648 8.66797C8.45998 7.77696 9.07922 7.02547 9.89355 6.54688ZM23 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
  CircleHelp.displayName = 'CircleHelpIcon';
36
12
  export { CircleHelp };
@@ -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 CirclePlus = (props)=>/*#__PURE__*/ jsxs(SvgIcon, {
3
+ const CirclePlus = (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 12h8",
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: "M12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1ZM12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3ZM12 7C12.5523 7 13 7.44772 13 8V11H16C16.5523 11 17 11.4477 17 12C17 12.5523 16.5523 13 16 13H13V16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V13H8C7.44772 13 7 12.5523 7 12C7 11.4477 7.44772 11 8 11H11V8C11 7.44772 11.4477 7 12 7Z",
8
+ fill: "currentColor"
9
+ })
34
10
  });
35
11
  CirclePlus.displayName = 'CirclePlusIcon';
36
12
  export { CirclePlus };