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,50 @@
1
+ import { j as C } from "../../../_virtual/jsx-runtime.js";
2
+ import "react";
3
+ const e = ({ size: t = 24, color: L = "currentColor", ...M }) => /* @__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
+ ...M,
12
+ children: [
13
+ /* @__PURE__ */ C.jsx(
14
+ "path",
15
+ {
16
+ d: "M7.5 18C8.32843 18 9 18.6716 9 19.5C9 20.3284 8.32843 21 7.5 21C6.67157 21 6 20.3284 6 19.5C6 18.6716 6.67157 18 7.5 18Z",
17
+ stroke: L,
18
+ strokeWidth: "1.5"
19
+ }
20
+ ),
21
+ /* @__PURE__ */ C.jsx(
22
+ "path",
23
+ {
24
+ d: "M16.5 18.0001C17.3284 18.0001 18 18.6716 18 19.5001C18 20.3285 17.3284 21.0001 16.5 21.0001C15.6716 21.0001 15 20.3285 15 19.5001C15 18.6716 15.6716 18.0001 16.5 18.0001Z",
25
+ stroke: L,
26
+ strokeWidth: "1.5"
27
+ }
28
+ ),
29
+ /* @__PURE__ */ C.jsx(
30
+ "path",
31
+ {
32
+ d: "M2.26121 3.09184L2.50997 2.38429H2.50997L2.26121 3.09184ZM2.24876 2.29246C1.85799 2.15507 1.42984 2.36048 1.29246 2.75124C1.15507 3.14201 1.36048 3.57016 1.75124 3.70754L2.24876 2.29246ZM4.58584 4.32298L5.20507 3.89983V3.89983L4.58584 4.32298ZM5.88772 14.5862L5.34345 15.1022H5.34345L5.88772 14.5862ZM20.6578 9.88275L21.3923 10.0342L21.3933 10.0296L20.6578 9.88275ZM20.158 12.3075L20.8926 12.4589L20.158 12.3075ZM20.7345 6.69708L20.1401 7.15439L20.7345 6.69708ZM19.1336 15.0504L18.6598 14.469L19.1336 15.0504ZM5.70808 9.76V7.03836H4.20808V9.76H5.70808ZM2.50997 2.38429L2.24876 2.29246L1.75124 3.70754L2.01245 3.79938L2.50997 2.38429ZM10.9375 16.25H16.2404V14.75H10.9375V16.25ZM5.70808 7.03836C5.70808 6.3312 5.7091 5.7411 5.65719 5.26157C5.60346 4.76519 5.48705 4.31247 5.20507 3.89983L3.96661 4.74613C4.05687 4.87822 4.12657 5.05964 4.1659 5.42299C4.20706 5.8032 4.20808 6.29841 4.20808 7.03836H5.70808ZM2.01245 3.79938C2.68006 4.0341 3.11881 4.18965 3.44166 4.34806C3.74488 4.49684 3.87855 4.61727 3.96661 4.74613L5.20507 3.89983C4.92089 3.48397 4.54304 3.21763 4.10241 3.00143C3.68139 2.79485 3.14395 2.60719 2.50997 2.38429L2.01245 3.79938ZM4.20808 9.76C4.20808 11.2125 4.22171 12.2599 4.35876 13.0601C4.50508 13.9144 4.79722 14.5261 5.34345 15.1022L6.43198 14.0702C6.11182 13.7325 5.93913 13.4018 5.83723 12.8069C5.72607 12.1578 5.70808 11.249 5.70808 9.76H4.20808ZM10.9375 14.75C9.52069 14.75 8.53763 14.7482 7.79696 14.6432C7.08215 14.5418 6.70452 14.3576 6.43198 14.0702L5.34345 15.1022C5.93731 15.7286 6.69012 16.0013 7.58636 16.1283C8.45674 16.2518 9.56535 16.25 10.9375 16.25V14.75ZM4.95808 6.87H17.0888V5.37H4.95808V6.87ZM19.9232 9.73135L19.4235 12.1561L20.8926 12.4589L21.3923 10.0342L19.9232 9.73135ZM17.0888 6.87C17.9452 6.87 18.6989 6.871 19.2937 6.93749C19.5893 6.97053 19.8105 7.01643 19.9659 7.07105C20.1273 7.12776 20.153 7.17127 20.1401 7.15439L21.329 6.23978C21.094 5.93436 20.7636 5.76145 20.4632 5.65587C20.1567 5.54818 19.8101 5.48587 19.4604 5.44678C18.7646 5.369 17.9174 5.37 17.0888 5.37V6.87ZM21.3933 10.0296C21.5625 9.18167 21.7062 8.47024 21.7414 7.90038C21.7775 7.31418 21.7108 6.73617 21.329 6.23978L20.1401 7.15439C20.2021 7.23508 20.2706 7.38037 20.2442 7.80797C20.2168 8.25191 20.1002 8.84478 19.9223 9.73595L21.3933 10.0296ZM16.2404 16.25C17.0021 16.25 17.6413 16.2513 18.1566 16.1882C18.6923 16.1227 19.1809 15.9794 19.6074 15.6318L18.6598 14.469C18.5346 14.571 18.3571 14.6525 17.9744 14.6994C17.5712 14.7487 17.0397 14.75 16.2404 14.75V16.25ZM19.4235 12.1561C19.2621 12.9389 19.1535 13.4593 19.0238 13.8442C18.9007 14.2095 18.785 14.367 18.6598 14.469L19.6074 15.6318C20.0339 15.2842 20.2729 14.8346 20.4453 14.3232C20.6111 13.8312 20.7388 13.2049 20.8926 12.4589L19.4235 12.1561Z",
33
+ fill: L
34
+ }
35
+ ),
36
+ /* @__PURE__ */ C.jsx(
37
+ "path",
38
+ {
39
+ d: "M13 13V11M13 11V9M13 11H15M13 11H11",
40
+ stroke: L,
41
+ strokeWidth: "1.5",
42
+ strokeLinecap: "round"
43
+ }
44
+ )
45
+ ]
46
+ }
47
+ );
48
+ export {
49
+ e as default
50
+ };
@@ -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: "M4 12.6111L8.92308 17.5L20 6.5",
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,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: "M4 14L9 19L20 8M6 8.88889L9.07692 12L16 5",
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,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 9L12 15L18 9",
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,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: "M15 6L9 12L15 18",
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,4 @@
1
+ import o from "./ChevronLeft.js";
2
+ export {
3
+ o as default
4
+ };
@@ -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: "M9 6L15 12L9 18",
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,4 @@
1
+ import r from "./ChevronRight.js";
2
+ export {
3
+ r as default
4
+ };
@@ -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 15L12 9L18 15",
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,29 @@
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ import "react";
3
+ const n = ({ size: r = 24, color: o = "currentColor", ...e }) => /* @__PURE__ */ t.jsxs(
4
+ "svg",
5
+ {
6
+ width: r,
7
+ height: r,
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("circle", { cx: "12", cy: "12", r: "10", stroke: o, strokeWidth: "1.5" }),
14
+ /* @__PURE__ */ t.jsx(
15
+ "path",
16
+ {
17
+ d: "M12 8V12L14.5 14.5",
18
+ stroke: o,
19
+ strokeWidth: "1.5",
20
+ strokeLinecap: "round",
21
+ strokeLinejoin: "round"
22
+ }
23
+ )
24
+ ]
25
+ }
26
+ );
27
+ export {
28
+ n as default
29
+ };
@@ -0,0 +1,36 @@
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ import "react";
3
+ const n = ({ 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 8V12L14.5 14.5",
17
+ stroke: r,
18
+ strokeWidth: "1.5",
19
+ strokeLinecap: "round",
20
+ strokeLinejoin: "round"
21
+ }
22
+ ),
23
+ /* @__PURE__ */ t.jsx(
24
+ "path",
25
+ {
26
+ d: "M2 12C2 7.28595 2 4.92893 3.46447 3.46447C4.92893 2 7.28595 2 12 2C16.714 2 19.0711 2 20.5355 3.46447C22 4.92893 22 7.28595 22 12C22 16.714 22 19.0711 20.5355 20.5355C19.0711 22 16.714 22 12 22C7.28595 22 4.92893 22 3.46447 20.5355C2 19.0711 2 16.714 2 12Z",
27
+ stroke: r,
28
+ strokeWidth: "1.5"
29
+ }
30
+ )
31
+ ]
32
+ }
33
+ );
34
+ export {
35
+ n as default
36
+ };
@@ -0,0 +1,23 @@
1
+ import { j as o } from "../../../_virtual/jsx-runtime.js";
2
+ import "react";
3
+ const e = ({ size: t = 24, color: r = "currentColor", ...s }) => /* @__PURE__ */ o.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
+ ...s,
12
+ children: /* @__PURE__ */ o.jsx(
13
+ "path",
14
+ {
15
+ d: "M20.7457 3.32851C20.3552 2.93798 19.722 2.93798 19.3315 3.32851L12.0371 10.6229L4.74275 3.32851C4.35223 2.93798 3.71906 2.93798 3.32854 3.32851C2.93801 3.71903 2.93801 4.3522 3.32854 4.74272L10.6229 12.0371L3.32856 19.3314C2.93803 19.722 2.93803 20.3551 3.32856 20.7457C3.71908 21.1362 4.35225 21.1362 4.74277 20.7457L12.0371 13.4513L19.3315 20.7457C19.722 21.1362 20.3552 21.1362 20.7457 20.7457C21.1362 20.3551 21.1362 19.722 20.7457 19.3315L13.4513 12.0371L20.7457 4.74272C21.1362 4.3522 21.1362 3.71903 20.7457 3.32851Z",
16
+ fill: r
17
+ }
18
+ )
19
+ }
20
+ );
21
+ export {
22
+ e as default
23
+ };
@@ -0,0 +1,25 @@
1
+ import { j as e } from "../../../_virtual/jsx-runtime.js";
2
+ import "react";
3
+ const r = ({ size: l = 24, color: C = "currentColor", ...o }) => /* @__PURE__ */ e.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__ */ e.jsx(
13
+ "path",
14
+ {
15
+ fillRule: "evenodd",
16
+ clipRule: "evenodd",
17
+ d: "M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM8.96963 8.96965C9.26252 8.67676 9.73739 8.67676 10.0303 8.96965L12 10.9393L13.9696 8.96967C14.2625 8.67678 14.7374 8.67678 15.0303 8.96967C15.3232 9.26256 15.3232 9.73744 15.0303 10.0303L13.0606 12L15.0303 13.9696C15.3232 14.2625 15.3232 14.7374 15.0303 15.0303C14.7374 15.3232 14.2625 15.3232 13.9696 15.0303L12 13.0607L10.0303 15.0303C9.73742 15.3232 9.26254 15.3232 8.96965 15.0303C8.67676 14.7374 8.67676 14.2625 8.96965 13.9697L10.9393 12L8.96963 10.0303C8.67673 9.73742 8.67673 9.26254 8.96963 8.96965Z",
18
+ fill: C
19
+ }
20
+ )
21
+ }
22
+ );
23
+ export {
24
+ r as default
25
+ };
@@ -0,0 +1,26 @@
1
+ import { j as o } from "../../../_virtual/jsx-runtime.js";
2
+ import "react";
3
+ const n = ({ size: t = 24, color: r = "currentColor", ...e }) => /* @__PURE__ */ o.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
+ ...e,
12
+ children: /* @__PURE__ */ o.jsx("g", { children: /* @__PURE__ */ o.jsx(
13
+ "path",
14
+ {
15
+ d: "M9 9L11.9999 11.9999M11.9999 11.9999L14.9999 14.9999M11.9999 11.9999L9 14.9999M11.9999 11.9999L14.9999 9M12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21Z",
16
+ stroke: r,
17
+ strokeWidth: "2",
18
+ strokeLinecap: "round",
19
+ strokeLinejoin: "round"
20
+ }
21
+ ) })
22
+ }
23
+ );
24
+ export {
25
+ n as default
26
+ };
@@ -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: "comment 3" }),
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(-207.000000, -257.000000)", fill: s, children: /* @__PURE__ */ e.jsx(
17
+ "path",
18
+ {
19
+ d: "M231,273 C229.896,273 229,272.104 229,271 C229,269.896 229.896,269 231,269 C232.104,269 233,269.896 233,271 C233,272.104 232.104,273 231,273 L231,273 Z M223,273 C221.896,273 221,272.104 221,271 C221,269.896 221.896,269 223,269 C224.104,269 225,269.896 225,271 C225,272.104 224.104,273 223,273 L223,273 Z M215,273 C213.896,273 213,272.104 213,271 C213,269.896 213.896,269 215,269 C216.104,269 217,269.896 217,271 C217,272.104 216.104,273 215,273 L215,273 Z M223,257 C214.164,257 207,263.269 207,271 C207,275.419 209.345,279.354 213,281.919 L213,289 L220.009,284.747 C220.979,284.907 221.977,285 223,285 C231.836,285 239,278.732 239,271 C239,263.269 231.836,257 223,257 L223,257 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: C = "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: "comment-3" }),
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(-204.000000, -255.000000)", fill: C, children: /* @__PURE__ */ e.jsx(
17
+ "path",
18
+ {
19
+ d: "M228,267 C226.896,267 226,267.896 226,269 C226,270.104 226.896,271 228,271 C229.104,271 230,270.104 230,269 C230,267.896 229.104,267 228,267 L228,267 Z M220,281 C218.832,281 217.704,280.864 216.62,280.633 L211.912,283.463 L211.975,278.824 C208.366,276.654 206,273.066 206,269 C206,262.373 212.268,257 220,257 C227.732,257 234,262.373 234,269 C234,275.628 227.732,281 220,281 L220,281 Z M220,255 C211.164,255 204,261.269 204,269 C204,273.419 206.345,277.354 210,279.919 L210,287 L217.009,282.747 C217.979,282.907 218.977,283 220,283 C228.836,283 236,276.732 236,269 C236,261.269 228.836,255 220,255 L220,255 Z M212,267 C210.896,267 210,267.896 210,269 C210,270.104 210.896,271 212,271 C213.104,271 214,270.104 214,269 C214,267.896 213.104,267 212,267 L212,267 Z M220,267 C218.896,267 218,267.896 218,269 C218,270.104 218.896,271 220,271 C221.104,271 222,270.104 222,269 C222,267.896 221.104,267 220,267 L220,267 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: "comment 1" }),
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(-102.000000, -257.000000)", fill: s, children: /* @__PURE__ */ e.jsx(
17
+ "path",
18
+ {
19
+ d: "M118,257 C109.164,257 102,263.269 102,271 C102,275.419 104.345,279.354 108,281.919 L108,289 L115.009,284.747 C115.979,284.907 116.977,285 118,285 C126.836,285 134,278.732 134,271 C134,263.269 126.836,257 118,257",
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 o = ({ 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: "comment 2" }),
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(-154.000000, -257.000000)", fill: s, children: /* @__PURE__ */ e.jsx(
17
+ "path",
18
+ {
19
+ d: "M177,270 L163,270 C162.448,270 162,269.553 162,269 C162,268.448 162.448,268 163,268 L177,268 C177.552,268 178,268.448 178,269 C178,269.553 177.552,270 177,270 L177,270 Z M175,276 L165,276 C164.448,276 164,275.553 164,275 C164,274.447 164.448,274 165,274 L175,274 C175.552,274 176,274.447 176,275 C176,275.553 175.552,276 175,276 L175,276 Z M170,257 C161.164,257 154,263.269 154,271 C154,275.419 156.345,279.354 160,281.919 L160,289 L167.009,284.747 C167.979,284.907 168.977,285 170,285 C178.836,285 186,278.732 186,271 C186,263.269 178.836,257 170,257 L170,257 Z",
20
+ "sketch:type": "MSShapeGroup"
21
+ }
22
+ ) }) })
23
+ ]
24
+ }
25
+ );
26
+ export {
27
+ o as default
28
+ };
@@ -0,0 +1,28 @@
1
+ import { j as e } from "../../../_virtual/jsx-runtime.js";
2
+ import "react";
3
+ const C = ({ 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: "comment-2" }),
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(-152.000000, -255.000000)", fill: s, children: /* @__PURE__ */ e.jsx(
17
+ "path",
18
+ {
19
+ d: "M168,281 C166.832,281 165.704,280.864 164.62,280.633 L159.912,283.463 L159.975,278.824 C156.366,276.654 154,273.066 154,269 C154,262.373 160.268,257 168,257 C175.732,257 182,262.373 182,269 C182,275.628 175.732,281 168,281 L168,281 Z M168,255 C159.164,255 152,261.269 152,269 C152,273.419 154.345,277.354 158,279.919 L158,287 L165.009,282.747 C165.979,282.907 166.977,283 168,283 C176.836,283 184,276.732 184,269 C184,261.269 176.836,255 168,255 L168,255 Z M175,266 L161,266 C160.448,266 160,266.448 160,267 C160,267.553 160.448,268 161,268 L175,268 C175.552,268 176,267.553 176,267 C176,266.448 175.552,266 175,266 L175,266 Z M173,272 L163,272 C162.448,272 162,272.447 162,273 C162,273.553 162.448,274 163,274 L173,274 C173.552,274 174,273.553 174,273 C174,272.447 173.552,272 173,272 L173,272 Z",
20
+ "sketch:type": "MSShapeGroup"
21
+ }
22
+ ) }) })
23
+ ]
24
+ }
25
+ );
26
+ export {
27
+ C as default
28
+ };
@@ -0,0 +1,28 @@
1
+ import { j as e } from "../../../_virtual/jsx-runtime.js";
2
+ import "react";
3
+ const l = ({ 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: "comment-1" }),
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(-100.000000, -255.000000)", fill: s, children: /* @__PURE__ */ e.jsx(
17
+ "path",
18
+ {
19
+ d: "M116,281 C114.832,281 113.704,280.864 112.62,280.633 L107.912,283.463 L107.975,278.824 C104.366,276.654 102,273.066 102,269 C102,262.373 108.268,257 116,257 C123.732,257 130,262.373 130,269 C130,275.628 123.732,281 116,281 L116,281 Z M116,255 C107.164,255 100,261.269 100,269 C100,273.419 102.345,277.354 106,279.919 L106,287 L113.009,282.747 C113.979,282.907 114.977,283 116,283 C124.836,283 132,276.732 132,269 C132,261.269 124.836,255 116,255 L116,255 Z",
20
+ "sketch:type": "MSShapeGroup"
21
+ }
22
+ ) }) })
23
+ ]
24
+ }
25
+ );
26
+ export {
27
+ l as default
28
+ };
@@ -0,0 +1,20 @@
1
+ import { j as e } from "../../../_virtual/jsx-runtime.js";
2
+ import "react";
3
+ const o = ({ size: t = 24, color: l = "currentColor", ...L }) => /* @__PURE__ */ e.jsxs(
4
+ "svg",
5
+ {
6
+ width: t,
7
+ height: t,
8
+ viewBox: "0 0 512 512",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ ...L,
12
+ children: [
13
+ /* @__PURE__ */ e.jsx("title", { children: "contact-details-filled" }),
14
+ /* @__PURE__ */ e.jsx("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", children: /* @__PURE__ */ e.jsx("g", { fill: l, transform: "translate(42.666667, 85.333333)", children: /* @__PURE__ */ e.jsx("path", { d: "M426.666667,1.42108547e-14 L426.666667,341.333333 L3.55271368e-14,341.333333 L3.55271368e-14,1.42108547e-14 L426.666667,1.42108547e-14 Z M362.666667,213.333333 L234.666667,213.333333 L234.666667,245.333333 L362.666667,245.333333 L362.666667,213.333333 Z M125.333333,155.733333 L109.333333,155.733333 C78.4053873,155.733333 53.3333333,181.333333 53.3333333,213.333333 L53.3333333,213.333333 L181.333333,213.333333 C181.333333,181.333333 156.16,155.733333 125.333333,155.733333 L125.333333,155.733333 Z M362.666667,149.333333 L234.666667,149.333333 L234.666667,181.333333 L362.666667,181.333333 L362.666667,149.333333 Z M117.333333,78.62624 C101.86936,78.62624 89.3333333,91.162267 89.3333333,106.62624 C89.3333333,122.090213 101.86936,134.62624 117.333333,134.62624 C132.797306,134.62624 145.333333,122.090213 145.333333,106.62624 C145.333333,91.162267 132.797306,78.62624 117.333333,78.62624 Z M362.666667,85.3333333 L234.666667,85.3333333 L234.666667,117.333333 L362.666667,117.333333 L362.666667,85.3333333 Z" }) }) })
15
+ ]
16
+ }
17
+ );
18
+ export {
19
+ o as default
20
+ };
@@ -0,0 +1,20 @@
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ import "react";
3
+ const s = ({ size: e = 24, color: L = "currentColor", ...l }) => /* @__PURE__ */ t.jsxs(
4
+ "svg",
5
+ {
6
+ width: e,
7
+ height: e,
8
+ viewBox: "0 0 512 512",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ ...l,
12
+ children: [
13
+ /* @__PURE__ */ t.jsx("title", { children: "contact-details" }),
14
+ /* @__PURE__ */ t.jsx("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", children: /* @__PURE__ */ t.jsx("g", { fill: L, transform: "translate(42.666667, 85.333333)", children: /* @__PURE__ */ t.jsx("path", { d: "M426.666667,1.42108547e-14 L426.666667,341.333333 L3.55271368e-14,341.333333 L3.55271368e-14,1.42108547e-14 L426.666667,1.42108547e-14 Z M384,42.6666667 L42.6666667,42.6666667 L42.6666667,298.666667 L384,298.666667 L384,42.6666667 Z M341.333333,213.333333 L341.333333,245.333333 L234.666667,245.333333 L234.666667,213.333333 L341.333333,213.333333 Z M146.666667,155.733333 C177.493333,155.733333 202.666667,181.333333 202.666667,213.333333 L74.6666667,213.333333 C74.6666667,181.333333 99.7387207,155.733333 130.666667,155.733333 L146.666667,155.733333 Z M341.333333,149.333333 L341.333333,181.333333 L234.666667,181.333333 L234.666667,149.333333 L341.333333,149.333333 Z M138.666667,78.62624 C154.13064,78.62624 166.666667,91.162267 166.666667,106.62624 C166.666667,122.090213 154.13064,134.62624 138.666667,134.62624 C123.202694,134.62624 110.666667,122.090213 110.666667,106.62624 C110.666667,91.162267 123.202694,78.62624 138.666667,78.62624 Z M341.333333,85.3333333 L341.333333,117.333333 L234.666667,117.333333 L234.666667,85.3333333 L341.333333,85.3333333 Z" }) }) })
15
+ ]
16
+ }
17
+ );
18
+ export {
19
+ s as default
20
+ };
@@ -0,0 +1,20 @@
1
+ import { j as e } from "../../../_virtual/jsx-runtime.js";
2
+ import "react";
3
+ const n = ({ size: t = 24, color: L = "currentColor", ...l }) => /* @__PURE__ */ e.jsxs(
4
+ "svg",
5
+ {
6
+ width: t,
7
+ height: t,
8
+ viewBox: "0 0 512 512",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ ...l,
12
+ children: [
13
+ /* @__PURE__ */ e.jsx("title", { children: "details" }),
14
+ /* @__PURE__ */ e.jsx("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", children: /* @__PURE__ */ e.jsx("g", { fill: L, transform: "translate(64.000000, 64.000000)", children: /* @__PURE__ */ e.jsx("path", { d: "M384,64 L384,384 L64,384 L64,64 L384,64 Z M341.333333,106.666667 L106.666667,106.666667 L106.666667,341.333333 L341.333333,341.333333 L341.333333,106.666667 Z M320,1.42108547e-14 L320,42.6666667 L42.666,42.666 L42.6666667,320 L1.42108547e-14,320 L1.42108547e-14,1.42108547e-14 L320,1.42108547e-14 Z M298.666667,234.666667 L298.666667,277.333333 L149.333333,277.333333 L149.333333,234.666667 L298.666667,234.666667 Z M298.666667,149.333333 L298.666667,192 L149.333333,192 L149.333333,149.333333 L298.666667,149.333333 Z" }) }) })
15
+ ]
16
+ }
17
+ );
18
+ export {
19
+ n as default
20
+ };