meticulous-ui 1.1.6 → 1.1.7

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 (140) hide show
  1. package/colors/amber.js +19 -0
  2. package/colors/black.js +25 -0
  3. package/colors/blue.js +19 -0
  4. package/colors/blueGray.js +15 -0
  5. package/colors/brown.js +15 -0
  6. package/colors/cider.js +15 -0
  7. package/colors/cyan.js +19 -0
  8. package/colors/deepOrange.js +19 -0
  9. package/colors/deepPurple.js +19 -0
  10. package/colors/green.js +19 -0
  11. package/colors/grey.js +15 -0
  12. package/colors/indigo.js +19 -0
  13. package/colors/lightBlue.js +19 -0
  14. package/colors/lightGreen.js +19 -0
  15. package/colors/lime.js +19 -0
  16. package/colors/orange.js +19 -0
  17. package/colors/pink.js +19 -0
  18. package/colors/purple.js +19 -0
  19. package/colors/red.js +19 -0
  20. package/colors/teal.js +19 -0
  21. package/colors/violet.js +19 -0
  22. package/colors/white.js +4 -0
  23. package/colors/yellow.js +19 -0
  24. package/components/Icons/Add/Add.js +49 -0
  25. package/components/Icons/AddCircle/AddCircle.js +34 -0
  26. package/components/Icons/AddCircleFilled/AddCircleFilled.js +25 -0
  27. package/components/Icons/ArrowDown/ArrowDown.js +25 -0
  28. package/components/Icons/ArrowLeft/ArrowLeft.js +26 -0
  29. package/components/Icons/ArrowRight/ArrowRight.js +26 -0
  30. package/components/Icons/ArrowUp/ArrowUp.js +25 -0
  31. package/components/Icons/BellFilled/BellFilled.js +36 -0
  32. package/components/Icons/BellOffFilled/BellOffFilled.js +45 -0
  33. package/components/Icons/BellOffOutline/BellOffOutline.js +47 -0
  34. package/components/Icons/BellOutline/BellOutline.js +38 -0
  35. package/components/Icons/BookmarkFilled/BookmarkFilled.js +28 -0
  36. package/components/Icons/BookmarkOutline/BookmarkOutline.js +25 -0
  37. package/components/Icons/CartCheckFilled/CartCheckFilled.js +41 -0
  38. package/components/Icons/CartCheckOutline/CartCheckOutline.js +51 -0
  39. package/components/Icons/CartCrossFilled/CartCrossFilled.js +41 -0
  40. package/components/Icons/CartCrossOutline/CartCrossOutline.js +50 -0
  41. package/components/Icons/CartFilled/CartFilled.js +39 -0
  42. package/components/Icons/CartMinusFilled/CartMinusFilled.js +41 -0
  43. package/components/Icons/CartMinusOutline/CartMinusOutline.js +52 -0
  44. package/components/Icons/CartOutline/CartOutline.js +51 -0
  45. package/components/Icons/CartPlusFilled/CartPlusFilled.js +41 -0
  46. package/components/Icons/CartPlusOutline/CartPlusOutline.js +50 -0
  47. package/components/Icons/Check/Check.js +26 -0
  48. package/components/Icons/CheckDouble/CheckDouble.js +26 -0
  49. package/components/Icons/ChevronDown/ChevronDown.js +26 -0
  50. package/components/Icons/ChevronLeft/ChevronLeft.js +26 -0
  51. package/components/Icons/ChevronLeft/index.js +4 -0
  52. package/components/Icons/ChevronRight/ChevronRight.js +26 -0
  53. package/components/Icons/ChevronRight/index.js +4 -0
  54. package/components/Icons/ChevronUp/ChevronUp.js +26 -0
  55. package/components/Icons/ClockCircleOutline/ClockCircleOutline.js +29 -0
  56. package/components/Icons/ClockSquareOutline/ClockSquareOutline.js +36 -0
  57. package/components/Icons/Close/Close.js +23 -0
  58. package/components/Icons/CloseCircleFilled/CloseCircleFilled.js +25 -0
  59. package/components/Icons/CloseCircleOutline/CloseCircleOutline.js +26 -0
  60. package/components/Icons/CommentBubbleFilled/CommentBubbleFilled.js +28 -0
  61. package/components/Icons/CommentBubbleOutline/CommentBubbleOutline.js +28 -0
  62. package/components/Icons/CommentFilled/CommentFilled.js +28 -0
  63. package/components/Icons/CommentLineFilled/CommentLineFilled.js +28 -0
  64. package/components/Icons/CommentLineOutline/CommentLineOutline.js +28 -0
  65. package/components/Icons/CommentOutline/CommentOutline.js +28 -0
  66. package/components/Icons/ContactDetailsFilled/ContactDetailsFilled.js +20 -0
  67. package/components/Icons/ContactDetailsOutline/ContactDetailsOutline.js +20 -0
  68. package/components/Icons/DetailsOutline/DetailsOutline.js +20 -0
  69. package/components/Icons/DotsHorizontalFilled/DotsHorizontalFilled.js +39 -0
  70. package/components/Icons/DotsHorizontalOutline/DotsHorizontalOutline.js +48 -0
  71. package/components/Icons/DotsVerticalFilled/DotsVerticalFilled.js +39 -0
  72. package/components/Icons/DotsVerticalOutline/DotsVerticalOutline.js +48 -0
  73. package/components/Icons/ExitArrowInOutline/ExitArrowInOutline.js +26 -0
  74. package/components/Icons/ExitArrowOutOutline/ExitArrowOutOutline.js +38 -0
  75. package/components/Icons/HamburgerMenu/HamburgerMenu.js +45 -0
  76. package/components/Icons/HamburgerSpaced/HamburgerSpaced.js +28 -0
  77. package/components/Icons/HeartFilled/HeartFilled.js +23 -0
  78. package/components/Icons/HeartOutline/HeartOutline.js +28 -0
  79. package/components/Icons/HomeFilled/HomeFilled.js +25 -0
  80. package/components/Icons/HomeOutline/HomeOutline.js +25 -0
  81. package/components/Icons/Info/Info.js +32 -0
  82. package/components/Icons/Link/Link.js +36 -0
  83. package/components/Icons/LockKeyhole/LockKeyhole.js +25 -0
  84. package/components/Icons/LockKeyholeOutline/LockKeyholeOutline.js +36 -0
  85. package/components/Icons/LockKeyholeUnlocked/LockKeyholeUnlocked.js +25 -0
  86. package/components/Icons/LockKeyholeUnlockedOutline/LockKeyholeUnlockedOutline.js +36 -0
  87. package/components/Icons/Minus/Minus.js +26 -0
  88. package/components/Icons/MinusCircle/MinusCircle.js +28 -0
  89. package/components/Icons/MinusCircleFilled/MinusCircleFilled.js +28 -0
  90. package/components/Icons/MoneyBagOutline/MoneyBagOutline.js +51 -0
  91. package/components/Icons/MoneyBriefcaseFilled/MoneyBriefcaseFilled.js +25 -0
  92. package/components/Icons/MoneyBriefcaseOutline/MoneyBriefcaseOutline.js +43 -0
  93. package/components/Icons/ProfileFemaleOutline/ProfileFemaleOutline.js +35 -0
  94. package/components/Icons/ProfileGroupFilled/ProfileGroupFilled.js +33 -0
  95. package/components/Icons/ProfileMaleFilled/ProfileMaleFilled.js +33 -0
  96. package/components/Icons/ProfileMaleOutline/ProfileMaleOutline.js +36 -0
  97. package/components/Icons/RupeeOutlined/RupeeOutlined.js +23 -0
  98. package/components/Icons/RupeeSign/RupeeSign.js +26 -0
  99. package/components/Icons/Search/Search.js +28 -0
  100. package/components/Icons/SettingFilled/SettingFilled.js +23 -0
  101. package/components/Icons/SettingOutline/SettingOutline.js +23 -0
  102. package/components/Icons/ShareAllFilled/ShareAllFilled.js +25 -0
  103. package/components/Icons/ShareAllOutline/ShareAllOutline.js +44 -0
  104. package/components/Icons/ShareBoxOutline/ShareBoxOutline.js +23 -0
  105. package/components/Icons/ShareFilled/ShareFilled.js +34 -0
  106. package/components/Icons/ShareOutline/ShareOutline.js +37 -0
  107. package/components/Icons/ShareThickFilled/ShareThickFilled.js +23 -0
  108. package/components/Icons/ShieldCheckFilled/ShieldCheckFilled.js +25 -0
  109. package/components/Icons/ShieldCheckOutline/ShieldCheckOutline.js +36 -0
  110. package/components/Icons/ShieldCrossFilled/ShieldCrossFilled.js +25 -0
  111. package/components/Icons/ShieldCrossOutline/ShieldCrossOutline.js +35 -0
  112. package/components/Icons/ShieldWarningFilled/ShieldWarningFilled.js +25 -0
  113. package/components/Icons/ShieldWarningOutline/ShieldWarningOutline.js +28 -0
  114. package/components/Icons/StarFilled/StarFilled.js +28 -0
  115. package/components/Icons/StarOutline/StarOutline.js +30 -0
  116. package/components/Icons/ThumbsDownFilled/ThumbsDownFilled.js +23 -0
  117. package/components/Icons/ThumbsDownOutline/ThumbsDownOutline.js +23 -0
  118. package/components/Icons/ThumbsUpFilled/ThumbsUpFilled.js +23 -0
  119. package/components/Icons/ThumbsUpOutline/ThumbsUpOutline.js +23 -0
  120. package/components/Icons/Upload/Upload.js +32 -0
  121. package/components/Icons/UploadBoxFilled/UploadBoxFilled.js +25 -0
  122. package/components/Icons/UploadBoxOutline/UploadBoxOutline.js +41 -0
  123. package/components/Icons/WalletFilled/WalletFilled.js +28 -0
  124. package/components/Icons/WalletOutline/WalletOutline.js +28 -0
  125. package/components/Icons/index.js +302 -0
  126. package/components/Pagination/Pagination.js +60 -0
  127. package/components/Pagination/constants.js +24 -0
  128. package/components/Pagination/helpers.js +32 -0
  129. package/components/Pagination/index.js +4 -0
  130. package/components/Pagination/styles.js +75 -0
  131. package/components/Ripple/Ripple.js +26 -0
  132. package/components/Ripple/index.js +4 -0
  133. package/package.json +1 -1
  134. package/utils/capFirstLetter.js +4 -0
  135. package/utils/compose.js +4 -0
  136. package/utils/hasEqualProps.js +7 -0
  137. package/utils/isNonEmptyArray.js +4 -0
  138. /package/{dist/colors → colors}/index.js +0 -0
  139. /package/{dist/index.js → index.js} +0 -0
  140. /package/{dist/utils → utils}/index.js +0 -0
@@ -0,0 +1,28 @@
1
+ import { j as e } from "../../../_virtual/jsx-runtime.js";
2
+ import "react";
3
+ const n = ({ size: t = 24, color: s = "currentColor", ...r }) => /* @__PURE__ */ e.jsxs(
4
+ "svg",
5
+ {
6
+ width: t,
7
+ height: t,
8
+ viewBox: "0 0 32 32",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ ...r,
12
+ children: [
13
+ /* @__PURE__ */ e.jsx("title", { children: "minus-circle" }),
14
+ /* @__PURE__ */ e.jsx("desc", { children: "Created with Sketch Beta." }),
15
+ /* @__PURE__ */ e.jsx("defs", {}),
16
+ /* @__PURE__ */ e.jsx("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", "sketch:type": "MSPage", children: /* @__PURE__ */ e.jsx("g", { "sketch:type": "MSLayerGroup", transform: "translate(-516.000000, -1087.000000)", fill: s, children: /* @__PURE__ */ e.jsx(
17
+ "path",
18
+ {
19
+ d: "M532,1117 C524.268,1117 518,1110.73 518,1103 C518,1095.27 524.268,1089 532,1089 C539.732,1089 546,1095.27 546,1103 C546,1110.73 539.732,1117 532,1117 L532,1117 Z M532,1087 C523.163,1087 516,1094.16 516,1103 C516,1111.84 523.163,1119 532,1119 C540.837,1119 548,1111.84 548,1103 C548,1094.16 540.837,1087 532,1087 L532,1087 Z M538,1102 L526,1102 C525.447,1102 525,1102.45 525,1103 C525,1103.55 525.447,1104 526,1104 L538,1104 C538.553,1104 539,1103.55 539,1103 C539,1102.45 538.553,1102 538,1102 L538,1102 Z",
20
+ "sketch:type": "MSShapeGroup"
21
+ }
22
+ ) }) })
23
+ ]
24
+ }
25
+ );
26
+ export {
27
+ n as default
28
+ };
@@ -0,0 +1,28 @@
1
+ import { j as e } from "../../../_virtual/jsx-runtime.js";
2
+ import "react";
3
+ const n = ({ size: t = 24, color: s = "currentColor", ...r }) => /* @__PURE__ */ e.jsxs(
4
+ "svg",
5
+ {
6
+ width: t,
7
+ height: t,
8
+ viewBox: "0 0 32 32",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ ...r,
12
+ children: [
13
+ /* @__PURE__ */ e.jsx("title", { children: "minus-circle" }),
14
+ /* @__PURE__ */ e.jsx("desc", { children: "Created with Sketch Beta." }),
15
+ /* @__PURE__ */ e.jsx("defs", {}),
16
+ /* @__PURE__ */ e.jsx("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", "sketch:type": "MSPage", children: /* @__PURE__ */ e.jsx("g", { "sketch:type": "MSLayerGroup", transform: "translate(-518.000000, -1089.000000)", fill: s, children: /* @__PURE__ */ e.jsx(
17
+ "path",
18
+ {
19
+ d: "M540,1106 L528,1106 C527.447,1106 527,1105.55 527,1105 C527,1104.45 527.447,1104 528,1104 L540,1104 C540.553,1104 541,1104.45 541,1105 C541,1105.55 540.553,1106 540,1106 L540,1106 Z M534,1089 C525.163,1089 518,1096.16 518,1105 C518,1113.84 525.163,1121 534,1121 C542.837,1121 550,1113.84 550,1105 C550,1096.16 542.837,1089 534,1089 L534,1089 Z",
20
+ "sketch:type": "MSShapeGroup"
21
+ }
22
+ ) }) })
23
+ ]
24
+ }
25
+ );
26
+ export {
27
+ n as default
28
+ };
@@ -0,0 +1,51 @@
1
+ import { j as C } from "../../../_virtual/jsx-runtime.js";
2
+ import "react";
3
+ const n = ({ size: t = 24, color: L = "currentColor", ...e }) => /* @__PURE__ */ C.jsxs(
4
+ "svg",
5
+ {
6
+ width: t,
7
+ height: t,
8
+ viewBox: "0 0 24 24",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ ...e,
12
+ children: [
13
+ /* @__PURE__ */ C.jsx(
14
+ "path",
15
+ {
16
+ d: "M11.7255 17.1019C11.6265 16.8844 11.4215 16.7257 11.1734 16.6975C10.9633 16.6735 10.7576 16.6285 10.562 16.5636C10.4743 16.5341 10.392 16.5019 10.3158 16.4674L10.4424 16.1223C10.5318 16.1622 10.6239 16.1987 10.7182 16.2317L10.7221 16.2331L10.7261 16.2344C11.0287 16.3344 11.3265 16.3851 11.611 16.3851C11.8967 16.3851 12.1038 16.3468 12.2629 16.2647L12.2724 16.2598L12.2817 16.2544C12.5227 16.1161 12.661 15.8784 12.661 15.6021C12.661 15.2955 12.4956 15.041 12.2071 14.9035C12.062 14.8329 11.8559 14.7655 11.559 14.6917C11.2545 14.6147 10.9987 14.533 10.8003 14.4493C10.6553 14.3837 10.5295 14.279 10.4161 14.1293C10.3185 13.9957 10.2691 13.7948 10.2691 13.5319C10.2691 13.2147 10.3584 12.9529 10.5422 12.7315C10.7058 12.5375 10.9381 12.4057 11.2499 12.3318C11.4812 12.277 11.6616 12.1119 11.7427 11.8987C11.8344 12.1148 12.0295 12.2755 12.2723 12.3142C12.4751 12.3465 12.6613 12.398 12.8287 12.4677L12.7122 12.8059C12.3961 12.679 12.085 12.6149 11.7841 12.6149C10.7848 12.6149 10.7342 13.3043 10.7342 13.4425C10.7342 13.7421 10.896 13.9933 11.1781 14.1318L11.186 14.1357L11.194 14.1393C11.3365 14.2029 11.5387 14.2642 11.8305 14.3322C12.1322 14.4004 12.3838 14.4785 12.5815 14.5651L12.5856 14.5669L12.5897 14.5686C12.7365 14.6297 12.8624 14.7317 12.9746 14.8805L12.9764 14.8828L12.9782 14.8852C13.0763 15.012 13.1261 15.2081 13.1261 15.4681C13.1261 15.7682 13.0392 16.0222 12.8604 16.2447C12.7053 16.4377 12.4888 16.5713 12.1983 16.6531C11.974 16.7163 11.8 16.8878 11.7255 17.1019Z",
17
+ fill: L
18
+ }
19
+ ),
20
+ /* @__PURE__ */ C.jsx(
21
+ "path",
22
+ {
23
+ d: "M11.9785 18H11.497C11.3893 18 11.302 17.9105 11.302 17.8V17.3985C11.302 17.2929 11.2219 17.2061 11.1195 17.1944C10.8757 17.1667 10.6399 17.115 10.412 17.0394C10.1906 16.9648 9.99879 16.8764 9.83657 16.7739C9.76202 16.7268 9.7349 16.6312 9.76572 16.5472L10.096 15.6466C10.1405 15.5254 10.284 15.479 10.3945 15.5417C10.5437 15.6262 10.7041 15.6985 10.8755 15.7585C11.131 15.8429 11.3762 15.8851 11.611 15.8851C11.8129 15.8851 11.9572 15.8628 12.0437 15.8181C12.1302 15.7684 12.1735 15.6964 12.1735 15.6021C12.1735 15.4929 12.1158 15.411 12.0004 15.3564C11.8892 15.3018 11.7037 15.2422 11.4442 15.1777C11.1104 15.0933 10.8323 15.0039 10.6098 14.9096C10.3873 14.8103 10.1936 14.6514 10.0288 14.433C9.86396 14.2096 9.78156 13.9092 9.78156 13.5319C9.78156 13.095 9.91136 12.7202 10.1709 12.4074C10.4049 12.13 10.7279 11.9424 11.1401 11.8447C11.2329 11.8227 11.302 11.7401 11.302 11.6425V11.2C11.302 11.0895 11.3893 11 11.497 11H11.9785C12.0862 11 12.1735 11.0895 12.1735 11.2V11.6172C12.1735 11.7194 12.2487 11.8045 12.3471 11.8202C12.7082 11.8777 13.0255 11.9866 13.2989 12.1469C13.3765 12.1924 13.4073 12.2892 13.3775 12.3756L13.0684 13.2725C13.0275 13.3914 12.891 13.4417 12.7812 13.3849C12.433 13.2049 12.1007 13.1149 11.7841 13.1149C11.4091 13.1149 11.2216 13.2241 11.2216 13.4425C11.2216 13.5468 11.2773 13.6262 11.3885 13.6809C11.4998 13.7305 11.6831 13.7851 11.9386 13.8447C12.2682 13.9192 12.5464 14.006 12.773 14.1053C12.9996 14.1996 13.1953 14.356 13.3602 14.5745C13.5291 14.7929 13.6136 15.0908 13.6136 15.4681C13.6136 15.8851 13.4879 16.25 13.2365 16.5628C13.0176 16.8354 12.7145 17.0262 12.3274 17.1353C12.2384 17.1604 12.1735 17.2412 12.1735 17.3358V17.8C12.1735 17.9105 12.0862 18 11.9785 18Z",
24
+ fill: L
25
+ }
26
+ ),
27
+ /* @__PURE__ */ C.jsx(
28
+ "path",
29
+ {
30
+ fillRule: "evenodd",
31
+ clipRule: "evenodd",
32
+ d: "M9.59235 5H13.8141C14.8954 5 14.3016 6.664 13.8638 7.679L13.3656 8.843L13.2983 9C13.7702 8.97651 14.2369 9.11054 14.6282 9.382C16.0921 10.7558 17.2802 12.4098 18.1256 14.251C18.455 14.9318 18.5857 15.6958 18.5019 16.451C18.4013 18.3759 16.8956 19.9098 15.0182 20H8.38823C6.51033 19.9125 5.0024 18.3802 4.89968 16.455C4.81587 15.6998 4.94656 14.9358 5.27603 14.255C6.12242 12.412 7.31216 10.7565 8.77823 9.382C9.1696 9.11054 9.63622 8.97651 10.1081 9L10.0301 8.819L9.54263 7.679C9.1068 6.664 8.5101 5 9.59235 5Z",
33
+ stroke: L,
34
+ strokeWidth: "1.5",
35
+ strokeLinecap: "round",
36
+ strokeLinejoin: "round"
37
+ }
38
+ ),
39
+ /* @__PURE__ */ C.jsx(
40
+ "path",
41
+ {
42
+ d: "M13.2983 9.75C13.7125 9.75 14.0483 9.41421 14.0483 9C14.0483 8.58579 13.7125 8.25 13.2983 8.25V9.75ZM10.1081 8.25C9.69391 8.25 9.35812 8.58579 9.35812 9C9.35812 9.41421 9.69391 9.75 10.1081 9.75V8.25ZM15.9776 8.64988C16.3365 8.44312 16.4599 7.98455 16.2531 7.62563C16.0463 7.26671 15.5878 7.14336 15.2289 7.35012L15.9776 8.64988ZM13.3656 8.843L13.5103 9.57891L13.5125 9.57848L13.3656 8.843ZM10.0301 8.819L10.1854 8.08521L10.1786 8.08383L10.0301 8.819ZM8.166 7.34357C7.80346 7.14322 7.34715 7.27469 7.1468 7.63722C6.94644 7.99976 7.07791 8.45607 7.44045 8.65643L8.166 7.34357ZM13.2983 8.25H10.1081V9.75H13.2983V8.25ZM15.2289 7.35012C14.6019 7.71128 13.9233 7.96683 13.2187 8.10752L13.5125 9.57848C14.3778 9.40568 15.2101 9.09203 15.9776 8.64988L15.2289 7.35012ZM13.2209 8.10709C12.2175 8.30441 11.1861 8.29699 10.1854 8.08525L9.87486 9.55275C11.0732 9.80631 12.3086 9.81521 13.5103 9.57891L13.2209 8.10709ZM10.1786 8.08383C9.47587 7.94196 8.79745 7.69255 8.166 7.34357L7.44045 8.65643C8.20526 9.0791 9.02818 9.38184 9.88169 9.55417L10.1786 8.08383Z",
43
+ fill: L
44
+ }
45
+ )
46
+ ]
47
+ }
48
+ );
49
+ export {
50
+ n as default
51
+ };
@@ -0,0 +1,25 @@
1
+ import { j as e } from "../../../_virtual/jsx-runtime.js";
2
+ import "react";
3
+ const r = ({ size: C = 24, color: l = "currentColor", ...o }) => /* @__PURE__ */ e.jsx(
4
+ "svg",
5
+ {
6
+ width: C,
7
+ height: C,
8
+ viewBox: "0 0 24 24",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ ...o,
12
+ children: /* @__PURE__ */ e.jsx(
13
+ "path",
14
+ {
15
+ fillRule: "evenodd",
16
+ clipRule: "evenodd",
17
+ d: "M12.052 1.25H11.948C11.0495 1.24997 10.3003 1.24995 9.70552 1.32991C9.07773 1.41432 8.51093 1.59999 8.05546 2.05546C7.59999 2.51093 7.41432 3.07773 7.32991 3.70552C7.27259 4.13189 7.25637 5.15147 7.25179 6.02566C5.22954 6.09171 4.01536 6.32778 3.17157 7.17157C2 8.34315 2 10.2288 2 14C2 17.7712 2 19.6569 3.17157 20.8284C4.34314 22 6.22876 22 9.99998 22H14C17.7712 22 19.6569 22 20.8284 20.8284C22 19.6569 22 17.7712 22 14C22 10.2288 22 8.34315 20.8284 7.17157C19.9846 6.32778 18.7705 6.09171 16.7482 6.02566C16.7436 5.15147 16.7274 4.13189 16.6701 3.70552C16.5857 3.07773 16.4 2.51093 15.9445 2.05546C15.4891 1.59999 14.9223 1.41432 14.2945 1.32991C13.6997 1.24995 12.9505 1.24997 12.052 1.25ZM15.2479 6.00188C15.2434 5.15523 15.229 4.24407 15.1835 3.9054C15.1214 3.44393 15.0142 3.24644 14.8839 3.11612C14.7536 2.9858 14.5561 2.87858 14.0946 2.81654C13.6116 2.7516 12.964 2.75 12 2.75C11.036 2.75 10.3884 2.7516 9.90539 2.81654C9.44393 2.87858 9.24644 2.9858 9.11612 3.11612C8.9858 3.24644 8.87858 3.44393 8.81654 3.9054C8.771 4.24407 8.75661 5.15523 8.75208 6.00188C9.1435 6 9.55885 6 10 6H14C14.4412 6 14.8565 6 15.2479 6.00188ZM12 9.25C12.4142 9.25 12.75 9.58579 12.75 10V10.0102C13.8388 10.2845 14.75 11.143 14.75 12.3333C14.75 12.7475 14.4142 13.0833 14 13.0833C13.5858 13.0833 13.25 12.7475 13.25 12.3333C13.25 11.9493 12.8242 11.4167 12 11.4167C11.1758 11.4167 10.75 11.9493 10.75 12.3333C10.75 12.7174 11.1758 13.25 12 13.25C13.3849 13.25 14.75 14.2098 14.75 15.6667C14.75 16.857 13.8388 17.7155 12.75 17.9898V18C12.75 18.4142 12.4142 18.75 12 18.75C11.5858 18.75 11.25 18.4142 11.25 18V17.9898C10.1612 17.7155 9.25 16.857 9.25 15.6667C9.25 15.2525 9.58579 14.9167 10 14.9167C10.4142 14.9167 10.75 15.2525 10.75 15.6667C10.75 16.0507 11.1758 16.5833 12 16.5833C12.8242 16.5833 13.25 16.0507 13.25 15.6667C13.25 15.2826 12.8242 14.75 12 14.75C10.6151 14.75 9.25 13.7903 9.25 12.3333C9.25 11.143 10.1612 10.2845 11.25 10.0102V10C11.25 9.58579 11.5858 9.25 12 9.25Z",
18
+ fill: l
19
+ }
20
+ )
21
+ }
22
+ );
23
+ export {
24
+ r as default
25
+ };
@@ -0,0 +1,43 @@
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ import "react";
3
+ const i = ({ size: e = 24, color: s = "currentColor", ...C }) => /* @__PURE__ */ t.jsxs(
4
+ "svg",
5
+ {
6
+ width: e,
7
+ height: e,
8
+ viewBox: "0 0 24 24",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ ...C,
12
+ children: [
13
+ /* @__PURE__ */ t.jsx(
14
+ "path",
15
+ {
16
+ d: "M2 14C2 10.2288 2 8.34315 3.17157 7.17157C4.34315 6 6.22876 6 10 6H14C17.7712 6 19.6569 6 20.8284 7.17157C22 8.34315 22 10.2288 22 14C22 17.7712 22 19.6569 20.8284 20.8284C19.6569 22 17.7712 22 14 22H10C6.22876 22 4.34315 22 3.17157 20.8284C2 19.6569 2 17.7712 2 14Z",
17
+ stroke: s,
18
+ strokeWidth: "1.5"
19
+ }
20
+ ),
21
+ /* @__PURE__ */ t.jsx(
22
+ "path",
23
+ {
24
+ d: "M16 6C16 4.11438 16 3.17157 15.4142 2.58579C14.8284 2 13.8856 2 12 2C10.1144 2 9.17157 2 8.58579 2.58579C8 3.17157 8 4.11438 8 6",
25
+ stroke: s,
26
+ strokeWidth: "1.5"
27
+ }
28
+ ),
29
+ /* @__PURE__ */ t.jsx(
30
+ "path",
31
+ {
32
+ d: "M12 17.3333C13.1046 17.3333 14 16.5871 14 15.6667C14 14.7462 13.1046 14 12 14C10.8954 14 10 13.2538 10 12.3333C10 11.4129 10.8954 10.6667 12 10.6667M12 17.3333C10.8954 17.3333 10 16.5871 10 15.6667M12 17.3333V18M12 10V10.6667M12 10.6667C13.1046 10.6667 14 11.4129 14 12.3333",
33
+ stroke: s,
34
+ strokeWidth: "1.5",
35
+ strokeLinecap: "round"
36
+ }
37
+ )
38
+ ]
39
+ }
40
+ );
41
+ export {
42
+ i as default
43
+ };
@@ -0,0 +1,35 @@
1
+ import { j as c } from "../../../_virtual/jsx-runtime.js";
2
+ import "react";
3
+ const r = ({ size: n = 24, color: t = "currentColor", ...e }) => /* @__PURE__ */ c.jsx(
4
+ "svg",
5
+ {
6
+ width: n,
7
+ height: n,
8
+ viewBox: "0 0 36 32",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ ...e,
12
+ children: /* @__PURE__ */ c.jsx("g", { children: /* @__PURE__ */ c.jsx(
13
+ "path",
14
+ {
15
+ fill: t,
16
+ d: `M22.22,20.726c-0.157-0.024-0.317,0.038-0.425,0.155c-0.109,0.116-0.156,0.278-0.126,0.435
17
+ c0.276,1.45,1.205,3.44,4.057,4.679c0.338,0.146,0.86,0.26,1.522,0.403c2.478,0.536,6.622,1.434,7.64,5.232
18
+ C34.948,31.853,35.15,32,35.371,32c0.043,0,0.086-0.006,0.13-0.017c0.267-0.072,0.425-0.346,0.354-0.613
19
+ c-1.177-4.387-5.872-5.404-8.395-5.95c-0.584-0.127-1.089-0.236-1.336-0.344c-1.714-0.744-2.821-1.848-3.301-3.286
20
+ c4.762,0.354,6.918-1.543,7.013-1.629c0.118-0.107,0.179-0.266,0.161-0.425s-0.11-0.3-0.249-0.38C27,17.786,27,12.361,27,10.318
21
+ c0-5.713-3.848-10.242-8.781-10.313c-0.014-0.001-0.121-0.003-0.141-0.003c0,0,0,0-0.001,0C13.072,0.03,9,4.564,9,10.11
22
+ c0,2.043,0,7.469-2.748,9.038c-0.145,0.083-0.238,0.232-0.251,0.398c-0.012,0.166,0.06,0.328,0.191,0.431
23
+ c0.138,0.107,3.188,2.441,6.941,1.732c-0.502,1.378-1.594,2.438-3.258,3.161c-0.241,0.105-0.721,0.22-1.277,0.352
24
+ c-2.54,0.604-7.269,1.729-8.453,6.147c-0.071,0.268,0.087,0.541,0.354,0.613c0.271,0.067,0.541-0.088,0.613-0.354
25
+ c1.029-3.844,5.217-4.839,7.718-5.435c0.627-0.149,1.122-0.267,1.444-0.406c2.852-1.239,3.78-3.229,4.057-4.679
26
+ c0.033-0.173-0.027-0.351-0.159-0.467c-0.131-0.117-0.312-0.157-0.482-0.104c-2.707,0.852-5.208-0.32-6.301-0.97
27
+ C10,17.381,10,12.35,10,10.11c0-4.997,3.626-9.083,8.12-9.11c0.005,0,0.102,0.006,0.106,0.006C22.658,1.069,26,5.072,26,10.318
28
+ c0,2.241,0,7.283,2.622,9.469C27.719,20.303,25.66,21.138,22.22,20.726z`
29
+ }
30
+ ) })
31
+ }
32
+ );
33
+ export {
34
+ r as default
35
+ };
@@ -0,0 +1,33 @@
1
+ import { j as l } from "../../../_virtual/jsx-runtime.js";
2
+ import "react";
3
+ const o = ({ size: t = 24, color: c = "currentColor", ...r }) => /* @__PURE__ */ l.jsx(
4
+ "svg",
5
+ {
6
+ width: t,
7
+ height: t,
8
+ viewBox: "0 0 24 24",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ ...r,
12
+ children: /* @__PURE__ */ l.jsxs("g", { transform: "translate(0 -1028.4)", children: [
13
+ /* @__PURE__ */ l.jsx(
14
+ "path",
15
+ {
16
+ d: "m6.25 6.5c-0.2109 0-0.4259 0.0126-0.625 0.0625-0.1166 0.0296-0.2316 0.0795-0.3438 0.125-0.0434 0.0177-0.0824 0.0424-0.125 0.0625-0.0177 0.0082-0.0136 0.0226-0.0312 0.0312-0.1058 0.0524-0.2128 0.0904-0.3125 0.1563-0.014 0.0091-0.0486 0.0219-0.0625 0.0313-0.0293 0.02-0.0338 0.0412-0.0625 0.0624-0.0816 0.0586-0.1734 0.121-0.25 0.1876-0.0699 0.0628-0.1221 0.149-0.1875 0.2187-0.2212 0.2269-0.4376 0.4686-0.5938 0.75-0.2682 0.4703-0.4468 0.9855-0.5312 1.5313-0.0407-0.0086-0.0893-0.0118-0.125 0-0.2733 0.0888-0.3342 0.6092-0.1562 1.1562 0.1044 0.321 0.2603 0.576 0.4374 0.719 0.238 0.925 0.7497 1.704 1.4063 2.187v0.531l-0.5313 0.5-1.0312 0.532c-0.8416 0.417-1.6906 0.833-2.5312 1.25-0.4659 0.281-0.63821 0.826-0.5938 1.344 0.021682 0.325-0.10493 0.751 0.21875 0.968 0.3075 0.158 0.69739 0.068 1.0312 0.094h1.8125c0.1817-0.238 0.4088-0.458 0.6875-0.625l0.0312-0.031h0.0313c1.411-0.693 2.8041-1.4 4.2187-2.094l1.625-0.781c-0.0921-0.046-0.1892-0.08-0.2812-0.125l-1.0312-0.532-0.5313-0.5v-0.531c0.4155-0.305 0.7667-0.747 1.0313-1.25-0.3565-0.576-0.6309-1.238-0.8126-1.937-0.3019-0.31-0.5849-0.6542-0.75-1.1565-0.1699-0.5171-0.2184-1.0514-0.1562-1.5 0.0551-0.3974 0.246-0.7736 0.625-0.9687-0.1116-0.0725-0.2568-0.129-0.375-0.1876-0.0596-0.0292-0.095-0.0689-0.1562-0.0937-0.0435-0.0177-0.0808-0.0159-0.125-0.0313-0.1329-0.046-0.2681-0.1014-0.4063-0.125-0.0106-0.0016-0.0206 0.0018-0.0313 0-0.1297-0.0204-0.2733-0.0327-0.4062-0.0312z",
17
+ transform: "translate(0 1028.4)",
18
+ fill: c
19
+ }
20
+ ),
21
+ /* @__PURE__ */ l.jsx(
22
+ "path",
23
+ {
24
+ d: "m13.499 1030.6c-0.354 0-0.703 0-1.038 0.1-0.195 0-0.385 0.1-0.573 0.2-0.073 0-0.147 0-0.219 0.1h-0.082c-0.177 0.1-0.351 0.2-0.519 0.3h-0.082c-0.049 0.1-0.088 0.1-0.136 0.2-0.137 0.1-0.281 0.1-0.41 0.3-0.117 0.1-0.218 0.2-0.328 0.3-0.3711 0.4-0.6932 0.8-0.9555 1.3-0.4505 0.7-0.7868 1.6-0.9287 2.5h-0.1912c-0.459 0.2-0.572 1-0.2731 1.9 0.1754 0.6 0.4673 1 0.7648 1.2 0.3996 1.6 1.2461 2.9 2.3487 3.7v0.9l-0.874 0.8-1.7479 0.9c-1.4135 0.7-2.8216 1.4-4.2335 2.1-0.7825 0.4-1.0852 1.4-1.0106 2.2 0.0364 0.6-0.1613 1.3 0.3823 1.6 0.5165 0.3 1.1327 0.1 1.6935 0.1h4.9162 6.992c2.069 0 4.132 0.1 6.201 0 0.671 0 0.857-0.7 0.792-1.3 0.012-0.8 0.06-1.7-0.574-2.3-0.517-0.5-1.253-0.7-1.884-1.1-0.927-0.4-1.86-0.9-2.786-1.3l-1.749-0.9-0.874-0.8v-0.9c1.103-0.8 1.95-2.1 2.349-3.7 0.298-0.2 0.59-0.6 0.765-1.2 0.299-0.9 0.186-1.7-0.273-1.9h-0.191c-0.142-0.9-0.478-1.8-0.929-2.5-0.262-0.5-0.584-0.9-0.956-1.3-0.11-0.1-0.21-0.2-0.328-0.3h-0.027c-0.342-0.3-0.723-0.6-1.12-0.8-0.1 0-0.197-0.1-0.3-0.1-0.073 0-0.144-0.1-0.219-0.1-0.223-0.1-0.45-0.1-0.683-0.2h-0.054-0.656z",
25
+ fill: c
26
+ }
27
+ )
28
+ ] })
29
+ }
30
+ );
31
+ export {
32
+ o as default
33
+ };
@@ -0,0 +1,33 @@
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ import "react";
3
+ const i = ({ size: l = 24, color: r = "currentColor", ...s }) => /* @__PURE__ */ t.jsx(
4
+ "svg",
5
+ {
6
+ width: l,
7
+ height: l,
8
+ viewBox: "0 0 24 24",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ ...s,
12
+ children: /* @__PURE__ */ t.jsxs("g", { transform: "translate(0 -1028.4)", children: [
13
+ /* @__PURE__ */ t.jsx(
14
+ "path",
15
+ {
16
+ d: "m12 0c-0.405 0-0.805 0.060326-1.188 0.15625-0.224 0.05678-0.44 0.13135-0.656 0.21875-0.083 0.03401-0.1679 0.05534-0.2498 0.09375-0.034 0.01583-0.06 0.04594-0.0937 0.0625-0.2032 0.10058-0.4021 0.21704-0.5937 0.34375-0.027 0.0174-0.0671 0.01339-0.0938 0.03125-0.0563 0.03864-0.101 0.08419-0.1562 0.12495-0.1569 0.1126-0.3216 0.216-0.4688 0.3438-0.1342 0.1207-0.2494 0.2724-0.375 0.4062-0.4251 0.4359-0.7936 0.8971-1.0938 1.4376-0.5154 0.9034-0.9002 1.9205-1.0624 2.9687-0.0783-0.0165-0.1501-0.0224-0.2188 0-0.5251 0.171-0.6545 1.1685-0.3125 2.2187 0.2007 0.6163 0.5346 1.1015 0.875 1.375 0.4573 1.7778 1.4257 3.2598 2.6875 4.1878v1.031l-1 1-2 1c-1.6173 0.801-3.2284 1.605-4.8438 2.406-0.89513 0.54-1.2415 1.6-1.1562 2.594 0.041664 0.626-0.18448 1.427 0.4375 1.844 0.5909 0.304 1.2959 0.106 1.9375 0.156 1.8766-0.001 3.7484 0 5.625 0 2.669 0.001 5.331 0 8 0 2.367 0 4.727 0.004 7.094 0 0.768-0.054 0.981-0.865 0.906-1.5 0.014-0.932 0.069-1.976-0.656-2.688-0.592-0.602-1.434-0.84-2.156-1.25-1.061-0.525-2.128-1.037-3.188-1.562l-2-1-1-1v-1.031c1.262-0.928 2.23-2.41 2.688-4.1878 0.34-0.2736 0.674-0.7588 0.874-1.375 0.342-1.0502 0.213-2.0477-0.312-2.2187-0.069-0.0224-0.14-0.0165-0.219 0-0.162-1.0482-0.547-2.0653-1.062-2.9687-0.3-0.5405-0.669-1.0017-1.094-1.4376-0.126-0.1338-0.241-0.2855-0.375-0.4062-0.006-0.0055-0.025 0.0055-0.031 0-0.392-0.3499-0.827-0.61894-1.281-0.84375-0.115-0.05622-0.227-0.10854-0.344-0.15625-0.084-0.03401-0.165-0.06426-0.25-0.09375-0.255-0.08848-0.516-0.17356-0.782-0.21875-0.02-0.003405-0.042 0.003148-0.062 0-0.249-0.039144-0.495-0.06525-0.75-0.0625z",
17
+ transform: "translate(0 1028.4)",
18
+ fill: r
19
+ }
20
+ ),
21
+ /* @__PURE__ */ t.jsx(
22
+ "path",
23
+ {
24
+ d: "m0 1051.4c0.026419 0.3 0.12651 0.6 0.4375 0.8 0.5909 0.3 1.2959 0.1 1.9375 0.2h5.625 8 7.094c0.576-0.1 0.842-0.5 0.906-1h-24z",
25
+ fill: r
26
+ }
27
+ )
28
+ ] })
29
+ }
30
+ );
31
+ export {
32
+ i as default
33
+ };
@@ -0,0 +1,36 @@
1
+ import { j as c } from "../../../_virtual/jsx-runtime.js";
2
+ import "react";
3
+ const e = ({ size: n = 24, color: t = "currentColor", ...l }) => /* @__PURE__ */ c.jsx(
4
+ "svg",
5
+ {
6
+ width: n,
7
+ height: n,
8
+ viewBox: "0 0 36 32",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ ...l,
12
+ children: /* @__PURE__ */ c.jsx("g", { children: /* @__PURE__ */ c.jsx(
13
+ "path",
14
+ {
15
+ fill: t,
16
+ d: `M0.5,31.983c0.268,0.067,0.542-0.088,0.612-0.354c1.03-3.843,5.216-4.839,7.718-5.435
17
+ c0.627-0.149,1.122-0.267,1.444-0.406c2.85-1.237,3.779-3.227,4.057-4.679c0.034-0.175-0.029-0.355-0.165-0.473
18
+ c-1.484-1.281-2.736-3.204-3.526-5.416c-0.022-0.063-0.057-0.121-0.103-0.171c-1.045-1.136-1.645-2.337-1.645-3.294
19
+ c0-0.559,0.211-0.934,0.686-1.217c0.145-0.087,0.236-0.24,0.243-0.408C10.042,5.036,13.67,1.026,18.12,1
20
+ c0.005,0,0.102,0.007,0.107,0.007c4.472,0.062,8.077,4.158,8.206,9.324c0.004,0.143,0.068,0.277,0.178,0.369
21
+ c0.313,0.265,0.459,0.601,0.459,1.057c0,0.801-0.427,1.786-1.201,2.772c-0.037,0.047-0.065,0.101-0.084,0.158
22
+ c-0.8,2.536-2.236,4.775-3.938,6.145c-0.144,0.116-0.212,0.302-0.178,0.483c0.278,1.451,1.207,3.44,4.057,4.679
23
+ c0.337,0.146,0.86,0.26,1.523,0.403c2.477,0.536,6.622,1.435,7.639,5.232c0.06,0.223,0.262,0.37,0.482,0.37
24
+ c0.043,0,0.086-0.006,0.13-0.017c0.267-0.072,0.425-0.346,0.354-0.613c-1.175-4.387-5.871-5.404-8.393-5.95
25
+ c-0.585-0.127-1.09-0.236-1.336-0.344c-1.86-0.808-3.006-2.039-3.411-3.665c1.727-1.483,3.172-3.771,3.998-6.337
26
+ c0.877-1.14,1.359-2.314,1.359-3.317c0-0.669-0.216-1.227-0.644-1.663C27.189,4.489,23.19,0.076,18.227,0.005l-0.149-0.002
27
+ c-4.873,0.026-8.889,4.323-9.24,9.83c-0.626,0.46-0.944,1.105-0.944,1.924c0,1.183,0.669,2.598,1.84,3.896
28
+ c0.809,2.223,2.063,4.176,3.556,5.543c-0.403,1.632-1.55,2.867-3.414,3.676c-0.241,0.105-0.721,0.22-1.277,0.352
29
+ c-2.541,0.604-7.269,1.729-8.453,6.147C0.075,31.638,0.233,31.911,0.5,31.983z`
30
+ }
31
+ ) })
32
+ }
33
+ );
34
+ export {
35
+ e as default
36
+ };
@@ -0,0 +1,23 @@
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ import "react";
3
+ const l = ({ size: a = 24, color: h = "currentColor", ...H }) => /* @__PURE__ */ t.jsx(
4
+ "svg",
5
+ {
6
+ width: a,
7
+ height: a,
8
+ viewBox: "0 0 32 32",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ ...H,
12
+ children: /* @__PURE__ */ t.jsx(
13
+ "path",
14
+ {
15
+ fill: h,
16
+ d: "M17.39,31.71a1,1,0,0,0,.7.29h5.66a1,1,0,0,0,.7-1.71l-11-10.91A10,10,0,0,0,19.52,13H26a1,1,0,0,0,1-1V8a1,1,0,0,0-1-1H19.53c-.11-.34-.23-.67-.37-1H26a1,1,0,0,0,1-1V1a1,1,0,0,0-1-1H6A1,1,0,0,0,5,1V5A1,1,0,0,0,6,6h4a4,4,0,0,1,2.64,1H6A1,1,0,0,0,5,8v4a1,1,0,0,0,1,1h6.64A4,4,0,0,1,10,14H6a1,1,0,0,0-1,1v4a1,1,0,0,0,.3.71ZM7,2H25V4H7Zm7.47,4h2.46a7.64,7.64,0,0,1,.48,1H15.19A6.51,6.51,0,0,0,14.47,6ZM7,9H25v2H7Zm0,7h3a6,6,0,0,0,5.19-3h2.22a8,8,0,0,1-6.06,4.88,1,1,0,0,0-.53,1.69L21.32,30H18.51L7,18.58Z"
17
+ }
18
+ )
19
+ }
20
+ );
21
+ export {
22
+ l as default
23
+ };
@@ -0,0 +1,26 @@
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ import "react";
3
+ const i = ({ size: o = 24, color: r = "currentColor", ...e }) => /* @__PURE__ */ t.jsx(
4
+ "svg",
5
+ {
6
+ width: o,
7
+ height: o,
8
+ viewBox: "0 0 24 24",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ ...e,
12
+ children: /* @__PURE__ */ t.jsx(
13
+ "path",
14
+ {
15
+ d: "M6 4H10.5M10.5 4C12.9853 4 15 6.01472 15 8.5C15 10.9853 12.9853 13 10.5 13H6L13 20M10.5 4H18M6 8.5H18",
16
+ stroke: r,
17
+ strokeWidth: "2",
18
+ strokeLinecap: "round",
19
+ strokeLinejoin: "round"
20
+ }
21
+ )
22
+ }
23
+ );
24
+ export {
25
+ i as default
26
+ };
@@ -0,0 +1,28 @@
1
+ import { j as e } from "../../../_virtual/jsx-runtime.js";
2
+ import "react";
3
+ const o = ({ size: t = 24, color: r = "currentColor", ...s }) => /* @__PURE__ */ e.jsxs(
4
+ "svg",
5
+ {
6
+ width: t,
7
+ height: t,
8
+ viewBox: "0 0 32 32",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ ...s,
12
+ children: [
13
+ /* @__PURE__ */ e.jsx("title", { children: "search" }),
14
+ /* @__PURE__ */ e.jsx("desc", { children: "Created with Sketch Beta." }),
15
+ /* @__PURE__ */ e.jsx("defs", {}),
16
+ /* @__PURE__ */ e.jsx("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", "sketch:type": "MSPage", children: /* @__PURE__ */ e.jsx("g", { "sketch:type": "MSLayerGroup", transform: "translate(-256.000000, -1139.000000)", fill: r, children: /* @__PURE__ */ e.jsx(
17
+ "path",
18
+ {
19
+ d: "M269.46,1163.45 C263.17,1163.45 258.071,1158.44 258.071,1152.25 C258.071,1146.06 263.17,1141.04 269.46,1141.04 C275.75,1141.04 280.85,1146.06 280.85,1152.25 C280.85,1158.44 275.75,1163.45 269.46,1163.45 L269.46,1163.45 Z M287.688,1169.25 L279.429,1161.12 C281.591,1158.77 282.92,1155.67 282.92,1152.25 C282.92,1144.93 276.894,1139 269.46,1139 C262.026,1139 256,1144.93 256,1152.25 C256,1159.56 262.026,1165.49 269.46,1165.49 C272.672,1165.49 275.618,1164.38 277.932,1162.53 L286.224,1170.69 C286.629,1171.09 287.284,1171.09 287.688,1170.69 C288.093,1170.3 288.093,1169.65 287.688,1169.25 L287.688,1169.25 Z",
20
+ "sketch:type": "MSShapeGroup"
21
+ }
22
+ ) }) })
23
+ ]
24
+ }
25
+ );
26
+ export {
27
+ o as default
28
+ };
@@ -0,0 +1,23 @@
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ import "react";
3
+ const e = ({ size: C = 24, color: o = "currentColor", ...i }) => /* @__PURE__ */ t.jsx(
4
+ "svg",
5
+ {
6
+ width: C,
7
+ height: C,
8
+ viewBox: "0 0 24 24",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ ...i,
12
+ children: /* @__PURE__ */ t.jsx(
13
+ "path",
14
+ {
15
+ d: "M20.1 9.2214C18.29 9.2214 17.55 7.9414 18.45 6.3714C18.97 5.4614 18.66 4.3014 17.75 3.7814L16.02 2.7914C15.23 2.3214 14.21 2.6014 13.74 3.3914L13.63 3.5814C12.73 5.1514 11.25 5.1514 10.34 3.5814L10.23 3.3914C9.78 2.6014 8.76 2.3214 7.97 2.7914L6.24 3.7814C5.33 4.3014 5.02 5.4714 5.54 6.3814C6.45 7.9414 5.71 9.2214 3.9 9.2214C2.86 9.2214 2 10.0714 2 11.1214V12.8814C2 13.9214 2.85 14.7814 3.9 14.7814C5.71 14.7814 6.45 16.0614 5.54 17.6314C5.02 18.5414 5.33 19.7014 6.24 20.2214L7.97 21.2114C8.76 21.6814 9.78 21.4014 10.25 20.6114L10.36 20.4214C11.26 18.8514 12.74 18.8514 13.65 20.4214L13.76 20.6114C14.23 21.4014 15.25 21.6814 16.04 21.2114L17.77 20.2214C18.68 19.7014 18.99 18.5314 18.47 17.6314C17.56 16.0614 18.3 14.7814 20.11 14.7814C21.15 14.7814 22.01 13.9314 22.01 12.8814V11.1214C22 10.0814 21.15 9.2214 20.1 9.2214ZM12 15.2514C10.21 15.2514 8.75 13.7914 8.75 12.0014C8.75 10.2114 10.21 8.7514 12 8.7514C13.79 8.7514 15.25 10.2114 15.25 12.0014C15.25 13.7914 13.79 15.2514 12 15.2514Z",
16
+ fill: o
17
+ }
18
+ )
19
+ }
20
+ );
21
+ export {
22
+ e as default
23
+ };
@@ -0,0 +1,23 @@
1
+ import { j as a } from "../../../_virtual/jsx-runtime.js";
2
+ import "react";
3
+ const e = ({ size: l = 24, color: t = "currentColor", ...o }) => /* @__PURE__ */ a.jsx(
4
+ "svg",
5
+ {
6
+ width: l,
7
+ height: l,
8
+ viewBox: "0 0 1024 1024",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ ...o,
12
+ children: /* @__PURE__ */ a.jsx(
13
+ "path",
14
+ {
15
+ fill: t,
16
+ d: "M600.704 64a32 32 0 0 1 30.464 22.208l35.2 109.376c14.784 7.232 28.928 15.36 42.432 24.512l112.384-24.192a32 32 0 0 1 34.432 15.36L944.32 364.8a32 32 0 0 1-4.032 37.504l-77.12 85.12a357.12 357.12 0 0 1 0 49.024l77.12 85.248a32 32 0 0 1 4.032 37.504l-88.704 153.6a32 32 0 0 1-34.432 15.296L708.8 803.904c-13.44 9.088-27.648 17.28-42.368 24.512l-35.264 109.376A32 32 0 0 1 600.704 960H423.296a32 32 0 0 1-30.464-22.208L357.696 828.48a351.616 351.616 0 0 1-42.56-24.64l-112.32 24.256a32 32 0 0 1-34.432-15.36L79.68 659.2a32 32 0 0 1 4.032-37.504l77.12-85.248a357.12 357.12 0 0 1 0-48.896l-77.12-85.248A32 32 0 0 1 79.68 364.8l88.704-153.6a32 32 0 0 1 34.432-15.296l112.32 24.256c13.568-9.152 27.776-17.408 42.56-24.64l35.2-109.312A32 32 0 0 1 423.232 64H600.64zm-23.424 64H446.72l-36.352 113.088-24.512 11.968a294.113 294.113 0 0 0-34.816 20.096l-22.656 15.36-116.224-25.088-65.28 113.152 79.68 88.192-1.92 27.136a293.12 293.12 0 0 0 0 40.192l1.92 27.136-79.808 88.192 65.344 113.152 116.224-25.024 22.656 15.296a294.113 294.113 0 0 0 34.816 20.096l24.512 11.968L446.72 896h130.688l36.48-113.152 24.448-11.904a288.282 288.282 0 0 0 34.752-20.096l22.592-15.296 116.288 25.024 65.28-113.152-79.744-88.192 1.92-27.136a293.12 293.12 0 0 0 0-40.256l-1.92-27.136 79.808-88.128-65.344-113.152-116.288 24.96-22.592-15.232a287.616 287.616 0 0 0-34.752-20.096l-24.448-11.904L577.344 128zM512 320a192 192 0 1 1 0 384 192 192 0 0 1 0-384zm0 64a128 128 0 1 0 0 256 128 128 0 0 0 0-256z"
17
+ }
18
+ )
19
+ }
20
+ );
21
+ export {
22
+ e as default
23
+ };
@@ -0,0 +1,25 @@
1
+ import { j as C } from "../../../_virtual/jsx-runtime.js";
2
+ import "react";
3
+ const r = ({ size: l = 24, color: e = "currentColor", ...o }) => /* @__PURE__ */ C.jsx(
4
+ "svg",
5
+ {
6
+ width: l,
7
+ height: l,
8
+ viewBox: "0 0 24 24",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ ...o,
12
+ children: /* @__PURE__ */ C.jsx(
13
+ "path",
14
+ {
15
+ fillRule: "evenodd",
16
+ clipRule: "evenodd",
17
+ d: "M13.803 5.33333C13.803 3.49238 15.3022 2 17.1515 2C19.0008 2 20.5 3.49238 20.5 5.33333C20.5 7.17428 19.0008 8.66667 17.1515 8.66667C16.2177 8.66667 15.3738 8.28596 14.7671 7.67347L10.1317 10.8295C10.1745 11.0425 10.197 11.2625 10.197 11.4872C10.197 11.9322 10.109 12.3576 9.94959 12.7464L15.0323 16.0858C15.6092 15.6161 16.3473 15.3333 17.1515 15.3333C19.0008 15.3333 20.5 16.8257 20.5 18.6667C20.5 20.5076 19.0008 22 17.1515 22C15.3022 22 13.803 20.5076 13.803 18.6667C13.803 18.1845 13.9062 17.7255 14.0917 17.3111L9.05007 13.9987C8.46196 14.5098 7.6916 14.8205 6.84848 14.8205C4.99917 14.8205 3.5 13.3281 3.5 11.4872C3.5 9.64623 4.99917 8.15385 6.84848 8.15385C7.9119 8.15385 8.85853 8.64725 9.47145 9.41518L13.9639 6.35642C13.8594 6.03359 13.803 5.6896 13.803 5.33333Z",
18
+ fill: e
19
+ }
20
+ )
21
+ }
22
+ );
23
+ export {
24
+ r as default
25
+ };
@@ -0,0 +1,44 @@
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ import "react";
3
+ const d = ({ size: e = 24, color: s = "currentColor", ...r }) => /* @__PURE__ */ t.jsxs(
4
+ "svg",
5
+ {
6
+ width: e,
7
+ height: e,
8
+ viewBox: "0 0 24 24",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ ...r,
12
+ children: [
13
+ /* @__PURE__ */ t.jsx(
14
+ "path",
15
+ {
16
+ d: "M9 12C9 13.3807 7.88071 14.5 6.5 14.5C5.11929 14.5 4 13.3807 4 12C4 10.6193 5.11929 9.5 6.5 9.5C7.88071 9.5 9 10.6193 9 12Z",
17
+ stroke: s,
18
+ strokeWidth: "1.5"
19
+ }
20
+ ),
21
+ /* @__PURE__ */ t.jsx("path", { d: "M14 6.5L9 10", stroke: s, strokeWidth: "1.5", strokeLinecap: "round" }),
22
+ /* @__PURE__ */ t.jsx("path", { d: "M14 17.5L9 14", stroke: s, strokeWidth: "1.5", strokeLinecap: "round" }),
23
+ /* @__PURE__ */ t.jsx(
24
+ "path",
25
+ {
26
+ d: "M19 18.5C19 19.8807 17.8807 21 16.5 21C15.1193 21 14 19.8807 14 18.5C14 17.1193 15.1193 16 16.5 16C17.8807 16 19 17.1193 19 18.5Z",
27
+ stroke: s,
28
+ strokeWidth: "1.5"
29
+ }
30
+ ),
31
+ /* @__PURE__ */ t.jsx(
32
+ "path",
33
+ {
34
+ d: "M19 5.5C19 6.88071 17.8807 8 16.5 8C15.1193 8 14 6.88071 14 5.5C14 4.11929 15.1193 3 16.5 3C17.8807 3 19 4.11929 19 5.5Z",
35
+ stroke: s,
36
+ strokeWidth: "1.5"
37
+ }
38
+ )
39
+ ]
40
+ }
41
+ );
42
+ export {
43
+ d as default
44
+ };
@@ -0,0 +1,23 @@
1
+ import { j as H } from "../../../_virtual/jsx-runtime.js";
2
+ import "react";
3
+ const o = ({ size: C = 24, color: M = "currentColor", ...V }) => /* @__PURE__ */ H.jsx(
4
+ "svg",
5
+ {
6
+ width: C,
7
+ height: C,
8
+ viewBox: "0 -0.5 25 25",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ ...V,
12
+ children: /* @__PURE__ */ H.jsx(
13
+ "path",
14
+ {
15
+ d: "M12.5 6.25C12.9142 6.25 13.25 5.91421 13.25 5.5C13.25 5.08579 12.9142 4.75 12.5 4.75V6.25ZM20.25 12.5C20.25 12.0858 19.9142 11.75 19.5 11.75C19.0858 11.75 18.75 12.0858 18.75 12.5H20.25ZM19.5 6.25C19.9142 6.25 20.25 5.91421 20.25 5.5C20.25 5.08579 19.9142 4.75 19.5 4.75V6.25ZM15.412 4.75C14.9978 4.75 14.662 5.08579 14.662 5.5C14.662 5.91421 14.9978 6.25 15.412 6.25V4.75ZM20.25 5.5C20.25 5.08579 19.9142 4.75 19.5 4.75C19.0858 4.75 18.75 5.08579 18.75 5.5H20.25ZM18.75 9.641C18.75 10.0552 19.0858 10.391 19.5 10.391C19.9142 10.391 20.25 10.0552 20.25 9.641H18.75ZM20.0303 6.03033C20.3232 5.73744 20.3232 5.26256 20.0303 4.96967C19.7374 4.67678 19.2626 4.67678 18.9697 4.96967L20.0303 6.03033ZM11.9697 11.9697C11.6768 12.2626 11.6768 12.7374 11.9697 13.0303C12.2626 13.3232 12.7374 13.3232 13.0303 13.0303L11.9697 11.9697ZM12.5 4.75H9.5V6.25H12.5V4.75ZM9.5 4.75C6.87665 4.75 4.75 6.87665 4.75 9.5H6.25C6.25 7.70507 7.70507 6.25 9.5 6.25V4.75ZM4.75 9.5V15.5H6.25V9.5H4.75ZM4.75 15.5C4.75 18.1234 6.87665 20.25 9.5 20.25V18.75C7.70507 18.75 6.25 17.2949 6.25 15.5H4.75ZM9.5 20.25H15.5V18.75H9.5V20.25ZM15.5 20.25C18.1234 20.25 20.25 18.1234 20.25 15.5H18.75C18.75 17.2949 17.2949 18.75 15.5 18.75V20.25ZM20.25 15.5V12.5H18.75V15.5H20.25ZM19.5 4.75H15.412V6.25H19.5V4.75ZM18.75 5.5V9.641H20.25V5.5H18.75ZM18.9697 4.96967L11.9697 11.9697L13.0303 13.0303L20.0303 6.03033L18.9697 4.96967Z",
16
+ fill: M
17
+ }
18
+ )
19
+ }
20
+ );
21
+ export {
22
+ o as default
23
+ };
@@ -0,0 +1,34 @@
1
+ import { j as C } from "../../../_virtual/jsx-runtime.js";
2
+ import "react";
3
+ const s = ({ size: l = 24, color: e = "currentColor", ...t }) => /* @__PURE__ */ C.jsxs(
4
+ "svg",
5
+ {
6
+ width: l,
7
+ height: l,
8
+ viewBox: "0 0 24 24",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ ...t,
12
+ children: [
13
+ /* @__PURE__ */ C.jsx(
14
+ "path",
15
+ {
16
+ d: "M12.3315 5.18355L17.3094 9.60829C18.2399 10.4355 18.7052 10.8491 18.8767 11.3374C19.0273 11.7663 19.0273 12.2337 18.8767 12.6626C18.7052 13.1509 18.2399 13.5645 17.3094 14.3917L12.3315 18.8165C11.9092 19.1918 11.6981 19.3795 11.5187 19.3862C11.3629 19.3921 11.2133 19.3249 11.1142 19.2046C11 19.0661 11 18.7835 11 18.2185V15.4286C8.57196 15.4286 6.00739 16.2084 4.13478 17.5928C3.15988 18.3135 2.67242 18.6739 2.48676 18.6596C2.30578 18.6458 2.19093 18.5751 2.09703 18.4198C2.0007 18.2604 2.08578 17.7625 2.25595 16.7667C3.36093 10.3006 7.8109 8.57143 11 8.57143V5.78148C11 5.21646 11 4.93396 11.1142 4.79545C11.2133 4.67513 11.3629 4.60794 11.5187 4.61378C11.6981 4.62049 11.9092 4.80818 12.3315 5.18355Z",
17
+ fill: e
18
+ }
19
+ ),
20
+ /* @__PURE__ */ C.jsx(
21
+ "path",
22
+ {
23
+ fillRule: "evenodd",
24
+ clipRule: "evenodd",
25
+ d: "M14.9889 3.98966C15.2708 3.68613 15.7453 3.66856 16.0488 3.95041L21.2651 8.79403C22.212 9.67333 22.75 10.9072 22.75 12.1994C22.75 13.5616 22.1524 14.8553 21.1151 15.7382L16.0246 20.0711C15.7092 20.3396 15.2359 20.3016 14.9674 19.9861C14.6989 19.6707 14.737 19.1974 15.0524 18.9289L20.1428 14.596C20.8453 13.998 21.25 13.122 21.25 12.1994C21.25 11.3243 20.8857 10.4887 20.2444 9.89322L15.0282 5.0496C14.7246 4.76775 14.7071 4.2932 14.9889 3.98966Z",
26
+ fill: e
27
+ }
28
+ )
29
+ ]
30
+ }
31
+ );
32
+ export {
33
+ s as default
34
+ };
@@ -0,0 +1,37 @@
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ import "react";
3
+ const i = ({ size: o = 24, color: r = "currentColor", ...e }) => /* @__PURE__ */ t.jsxs(
4
+ "svg",
5
+ {
6
+ width: o,
7
+ height: o,
8
+ viewBox: "0 0 24 24",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ ...e,
12
+ children: [
13
+ /* @__PURE__ */ t.jsx(
14
+ "path",
15
+ {
16
+ d: "M12.6644 5.47875L16.6367 9.00968C18.2053 10.404 18.9896 11.1012 18.9896 11.9993C18.9896 12.8975 18.2053 13.5946 16.6367 14.989L12.6644 18.5199C11.9484 19.1563 11.5903 19.4746 11.2952 19.342C11 19.2095 11 18.7305 11 17.7725V15.4279C7.4 15.4279 3.5 17.1422 2 19.9993C2 10.8565 7.33333 8.57075 11 8.57075V6.22616C11 5.26817 11 4.78917 11.2952 4.65662C11.5903 4.52407 11.9484 4.8423 12.6644 5.47875Z",
17
+ stroke: r,
18
+ strokeWidth: "1.5",
19
+ strokeLinecap: "round",
20
+ strokeLinejoin: "round"
21
+ }
22
+ ),
23
+ /* @__PURE__ */ t.jsx(
24
+ "path",
25
+ {
26
+ d: "M15.5386 4.5L20.7548 9.34362C21.5489 10.081 22.0001 11.1158 22.0001 12.1994C22.0001 13.3418 21.4989 14.4266 20.629 15.1671L15.5386 19.5",
27
+ stroke: r,
28
+ strokeWidth: "1.5",
29
+ strokeLinecap: "round"
30
+ }
31
+ )
32
+ ]
33
+ }
34
+ );
35
+ export {
36
+ i as default
37
+ };