meticulous-ui 1.1.2 → 1.1.4

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 (124) hide show
  1. package/README.md +2 -6
  2. package/colors/amber.js +19 -0
  3. package/colors/black.js +25 -0
  4. package/colors/blue.js +19 -0
  5. package/colors/blueGray.js +15 -0
  6. package/colors/brown.js +15 -0
  7. package/colors/cider.js +15 -0
  8. package/colors/cyan.js +19 -0
  9. package/colors/deepOrange.js +19 -0
  10. package/colors/deepPurple.js +19 -0
  11. package/colors/green.js +19 -0
  12. package/colors/grey.js +15 -0
  13. package/colors/indigo.js +19 -0
  14. package/colors/lightBlue.js +19 -0
  15. package/colors/lightGreen.js +19 -0
  16. package/colors/lime.js +19 -0
  17. package/colors/orange.js +19 -0
  18. package/colors/pink.js +19 -0
  19. package/colors/purple.js +19 -0
  20. package/colors/red.js +19 -0
  21. package/colors/teal.js +19 -0
  22. package/colors/violet.js +19 -0
  23. package/colors/white.js +4 -0
  24. package/colors/yellow.js +19 -0
  25. package/components/Icons/Add/Add.js +47 -0
  26. package/components/Icons/AddCircle/AddCircle.js +35 -0
  27. package/components/Icons/AddCircleFilled/AddCircleFilled.js +26 -0
  28. package/components/Icons/ArrowDown/ArrowDown.js +26 -0
  29. package/components/Icons/ArrowLeft/ArrowLeft.js +27 -0
  30. package/components/Icons/ArrowRight/ArrowRight.js +27 -0
  31. package/components/Icons/ArrowUp/ArrowUp.js +26 -0
  32. package/components/Icons/BellFilled/BellFilled.js +26 -0
  33. package/components/Icons/BellOffFilled/BellOffFilled.js +37 -0
  34. package/components/Icons/BellOffOutline/BellOffOutline.js +38 -0
  35. package/components/Icons/BellOutline/BellOutline.js +39 -0
  36. package/components/Icons/BookmarkFilled/BookmarkFilled.js +18 -0
  37. package/components/Icons/BookmarkOutline/BookmarkOutline.js +26 -0
  38. package/components/Icons/ChevronDown/ChevronDown.js +27 -0
  39. package/components/Icons/ChevronLeft/ChevronLeft.js +27 -0
  40. package/components/Icons/ChevronRight/ChevronRight.js +27 -0
  41. package/components/Icons/ChevronUp/ChevronUp.js +27 -0
  42. package/components/Icons/ClockCircleOutline/ClockCircleOutline.js +30 -0
  43. package/components/Icons/ClockSquareOutline/ClockSquareOutline.js +37 -0
  44. package/components/Icons/Close/Close.js +24 -0
  45. package/components/Icons/CloseCircleFilled/CloseCircleFilled.js +26 -0
  46. package/components/Icons/CloseCircleOutline/CloseCircleOutline.js +27 -0
  47. package/components/Icons/CommentBubbleFilled/CommentBubbleFilled.js +18 -0
  48. package/components/Icons/CommentBubbleOutline/CommentBubbleOutline.js +18 -0
  49. package/components/Icons/CommentFilled/CommentFilled.js +18 -0
  50. package/components/Icons/CommentLineFilled/CommentLineFilled.js +18 -0
  51. package/components/Icons/CommentLineOutline/CommentLineOutline.js +18 -0
  52. package/components/Icons/CommentOutline/CommentOutline.js +18 -0
  53. package/components/Icons/ContactDetailsFilled/ContactDetailsFilled.js +18 -0
  54. package/components/Icons/ContactDetailsOutline/ContactDetailsOutline.js +18 -0
  55. package/components/Icons/DetailsOutline/DetailsOutline.js +18 -0
  56. package/components/Icons/DotsHorizontalFilled/DotsHorizontalFilled.js +24 -0
  57. package/components/Icons/DotsHorizontalOutline/DotsHorizontalOutline.js +27 -0
  58. package/components/Icons/DotsVerticalFilled/DotsVerticalFilled.js +24 -0
  59. package/components/Icons/DotsVerticalOutline/DotsVerticalOutline.js +27 -0
  60. package/components/Icons/ExitArrowInOutline/ExitArrowInOutline.js +27 -0
  61. package/components/Icons/ExitArrowOutOutline/ExitArrowOutOutline.js +27 -0
  62. package/components/Icons/HamburgerMenu/HamburgerMenu.js +26 -0
  63. package/components/Icons/HamburgerSpaced/HamburgerSpaced.js +18 -0
  64. package/components/Icons/HeartFilled/HeartFilled.js +24 -0
  65. package/components/Icons/HeartOutline/HeartOutline.js +29 -0
  66. package/components/Icons/HomeFilled/HomeFilled.js +26 -0
  67. package/components/Icons/HomeOutline/HomeOutline.js +26 -0
  68. package/components/Icons/Link/Link.js +37 -0
  69. package/components/Icons/LockClosedFilled/LockClosedFilled.js +26 -0
  70. package/components/Icons/LockClosedOutline/LockClosedOutline.js +30 -0
  71. package/components/Icons/LockOpenFilled/LockOpenFilled.js +26 -0
  72. package/components/Icons/LockOpenOutline/LockOpenOutline.js +38 -0
  73. package/components/Icons/Minus/Minus.js +27 -0
  74. package/components/Icons/MinusCircle/MinusCircle.js +18 -0
  75. package/components/Icons/MinusCircleFilled/MinusCircleFilled.js +18 -0
  76. package/components/Icons/ProfileFemaleOutline/ProfileFemaleOutline.js +24 -0
  77. package/components/Icons/ProfileGroupFilled/ProfileGroupFilled.js +33 -0
  78. package/components/Icons/ProfileMaleFilled/ProfileMaleFilled.js +33 -0
  79. package/components/Icons/ProfileMaleOutline/ProfileMaleOutline.js +24 -0
  80. package/components/Icons/Search/Search.js +18 -0
  81. package/components/Icons/SettingFilled/SettingFilled.js +24 -0
  82. package/components/Icons/SettingOutline/SettingOutline.js +24 -0
  83. package/components/Icons/ShareAllFilled/ShareAllFilled.js +26 -0
  84. package/components/Icons/ShareAllOutline/ShareAllOutline.js +29 -0
  85. package/components/Icons/ShareBoxOutline/ShareBoxOutline.js +24 -0
  86. package/components/Icons/ShareFilled/ShareFilled.js +35 -0
  87. package/components/Icons/ShareOutline/ShareOutline.js +38 -0
  88. package/components/Icons/ShareThickFilled/ShareThickFilled.js +24 -0
  89. package/components/Icons/ShieldCheckFilled/ShieldCheckFilled.js +26 -0
  90. package/components/Icons/ShieldCheckOutline/ShieldCheckOutline.js +37 -0
  91. package/components/Icons/ShieldCrossFilled/ShieldCrossFilled.js +26 -0
  92. package/components/Icons/ShieldCrossOutline/ShieldCrossOutline.js +28 -0
  93. package/components/Icons/ShieldWarningFilled/ShieldWarningFilled.js +26 -0
  94. package/components/Icons/ShieldWarningOutline/ShieldWarningOutline.js +29 -0
  95. package/components/Icons/StarFilled/StarFilled.js +24 -0
  96. package/components/Icons/StarOutline/StarOutline.js +24 -0
  97. package/components/Icons/ThumbsDownFilled/ThumbsDownFilled.js +24 -0
  98. package/components/Icons/ThumbsDownOutline/ThumbsDownOutline.js +24 -0
  99. package/components/Icons/ThumbsUpFilled/ThumbsUpFilled.js +24 -0
  100. package/components/Icons/ThumbsUpOutline/ThumbsUpOutline.js +24 -0
  101. package/components/Icons/Upload/Upload.js +33 -0
  102. package/components/Icons/UploadBoxFilled/UploadBoxFilled.js +26 -0
  103. package/components/Icons/UploadBoxOutline/UploadBoxOutline.js +35 -0
  104. package/components/Icons/WalletFilled/WalletFilled.js +18 -0
  105. package/components/Icons/WalletOutline/WalletOutline.js +18 -0
  106. package/components/Icons/index.js +167 -0
  107. package/components/Pagination/Pagination.js +60 -0
  108. package/components/Pagination/constants.js +24 -0
  109. package/components/Pagination/helpers.js +32 -0
  110. package/components/Pagination/index.js +4 -0
  111. package/components/Pagination/styles.js +75 -0
  112. package/components/Ripple/Ripple.js +26 -0
  113. package/components/Ripple/index.js +4 -0
  114. package/index.js +10 -0
  115. package/package.json +1 -2
  116. package/utils/capFirstLetter.js +4 -0
  117. package/utils/compose.js +4 -0
  118. package/utils/hasEqualProps.js +7 -0
  119. package/utils/isNonEmptyArray.js +4 -0
  120. package/dist/README.md +0 -192
  121. package/dist/index.js +0 -12
  122. package/dist/package.json +0 -65
  123. /package/{dist/colors → colors}/index.js +0 -0
  124. /package/{dist/utils → utils}/index.js +0 -0
@@ -0,0 +1,26 @@
1
+ import { j as e } from "../../../_virtual/jsx-runtime.js";
2
+ import t from "../../../colors/grey.js";
3
+ const p = ({ color: o = t.m500, size: l = 24, ...r }) => /* @__PURE__ */ e.jsx(
4
+ "svg",
5
+ {
6
+ viewBox: "0 0 24 24",
7
+ width: l,
8
+ height: l,
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ "aria-label": "Arrow Up",
12
+ ...r,
13
+ children: /* @__PURE__ */ e.jsx(
14
+ "path",
15
+ {
16
+ fillRule: "evenodd",
17
+ clipRule: "evenodd",
18
+ d: "M12 3a1 1 0 0 1 .707.293l7 7a1 1 0 0 1-1.414 1.414L13 6.414V20a1 1 0 1 1-2 0V6.414l-5.293 5.293a1 1 0 0 1-1.414-1.414l7-7A1 1 0 0 1 12 3",
19
+ fill: o
20
+ }
21
+ )
22
+ }
23
+ );
24
+ export {
25
+ p as default
26
+ };
@@ -0,0 +1,26 @@
1
+ import { j as e } from "../../../_virtual/jsx-runtime.js";
2
+ import t from "../../../colors/grey.js";
3
+ const r = ({ color: i = t.m500, size: l = 24, ...o }) => /* @__PURE__ */ e.jsx(
4
+ "svg",
5
+ {
6
+ viewBox: "0 0 24 24",
7
+ width: l,
8
+ height: l,
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ "aria-label": "Bell Filled",
12
+ ...o,
13
+ children: /* @__PURE__ */ e.jsx(
14
+ "path",
15
+ {
16
+ fillRule: "evenodd",
17
+ clipRule: "evenodd",
18
+ d: "M12 2c-2.03 0-3.651.726-4.752 1.98C6.164 5.218 5.667 6.87 5.667 8.6v1.733c0 .244-.11.538-.395.917-.274.363-.63.703-1.022 1.08l-.066.063A3.78 3.78 0 0 0 3 15.133C3 16.67 4.198 18 5.778 18h12.444C19.802 18 21 16.67 21 15.133c0-1.133-.5-2.084-1.184-2.74l-.066-.063c-.393-.377-.748-.717-1.022-1.08-.285-.38-.395-.673-.395-.917V8.6c0-1.73-.497-3.383-1.581-4.62C15.65 2.727 14.03 2 12 2M9.443 19.17a1 1 0 0 1 1.388.273c.099.148.253.288.46.391.209.104.453.162.709.162s.5-.058.708-.162c.208-.103.362-.243.461-.391a1 1 0 1 1 1.662 1.114 3.2 3.2 0 0 1-1.231 1.068 3.6 3.6 0 0 1-1.6.371 3.6 3.6 0 0 1-1.6-.371 3.2 3.2 0 0 1-1.23-1.068 1 1 0 0 1 .273-1.388",
19
+ fill: i
20
+ }
21
+ )
22
+ }
23
+ );
24
+ export {
25
+ r as default
26
+ };
@@ -0,0 +1,37 @@
1
+ import { j as l } from "../../../_virtual/jsx-runtime.js";
2
+ import a from "../../../colors/grey.js";
3
+ const o = ({ color: e = a.m500, size: i = 24, ...d }) => /* @__PURE__ */ l.jsxs(
4
+ "svg",
5
+ {
6
+ viewBox: "0 0 24 24",
7
+ width: i,
8
+ height: i,
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ "aria-label": "Bell Off Filled",
12
+ ...d,
13
+ children: [
14
+ /* @__PURE__ */ l.jsx(
15
+ "path",
16
+ {
17
+ fillRule: "evenodd",
18
+ clipRule: "evenodd",
19
+ d: "M9.443 19.17a1 1 0 0 1 1.388.273c.099.148.253.288.46.391.209.104.453.162.709.162s.5-.058.708-.162c.208-.103.362-.243.461-.391a1 1 0 1 1 1.662 1.114 3.2 3.2 0 0 1-1.231 1.068 3.6 3.6 0 0 1-1.6.371 3.6 3.6 0 0 1-1.6-.371 3.2 3.2 0 0 1-1.23-1.068 1 1 0 0 1 .273-1.388M2.293 2.293a1 1 0 0 1 1.414 0l18 18a1 1 0 0 1-1.414 1.414l-18-18a1 1 0 0 1 0-1.414",
20
+ fill: e
21
+ }
22
+ ),
23
+ /* @__PURE__ */ l.jsx(
24
+ "path",
25
+ {
26
+ fillRule: "evenodd",
27
+ clipRule: "evenodd",
28
+ d: "M6.225 5.639c-.379.91-.558 1.922-.558 2.961v1.733c0 .244-.11.538-.395.917-.274.363-.63.703-1.022 1.08l-.066.063A3.78 3.78 0 0 0 3 15.133C3 16.67 4.198 18 5.778 18h12.444q.174 0 .343-.021zM19.97 16.557c.211.211.563.192.7-.074.211-.406.329-.868.329-1.35 0-1.133-.5-2.084-1.184-2.74l-.066-.063c-.393-.377-.748-.717-1.022-1.08-.285-.38-.395-.673-.395-.917V8.6c0-1.73-.497-3.383-1.581-4.62C15.65 2.727 14.03 2 12 2c-1.794 0-3.268.567-4.347 1.565a.47.47 0 0 0 .002.676z",
29
+ fill: e
30
+ }
31
+ )
32
+ ]
33
+ }
34
+ );
35
+ export {
36
+ o as default
37
+ };
@@ -0,0 +1,38 @@
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ import s from "../../../colors/grey.js";
3
+ const l = ({ color: e = s.m500, size: o = 24, ...r }) => /* @__PURE__ */ t.jsxs(
4
+ "svg",
5
+ {
6
+ viewBox: "0 0 24 24",
7
+ width: o,
8
+ height: o,
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ "aria-label": "Bell Off Outline",
12
+ ...r,
13
+ children: [
14
+ /* @__PURE__ */ t.jsx(
15
+ "path",
16
+ {
17
+ d: "M20 15.133c0-.826-.362-1.525-.876-2.018-.797-.765-1.79-1.677-1.79-2.782V8.6C17.333 5.507 15.555 3 12 3c-1.204 0-2.204.287-3 .788M6.746 7.5a7.5 7.5 0 0 0-.08 1.1v1.733c0 1.105-.993 2.017-1.79 2.782A2.78 2.78 0 0 0 4 15.133C4 16.164 4.796 17 5.778 17H16.5",
18
+ stroke: e,
19
+ strokeWidth: "2",
20
+ strokeLinecap: "round"
21
+ }
22
+ ),
23
+ /* @__PURE__ */ t.jsx(
24
+ "path",
25
+ {
26
+ d: "M14 20a2.2 2.2 0 0 1-.846.73 2.6 2.6 0 0 1-1.154.267c-.405 0-.803-.093-1.154-.267A2.2 2.2 0 0 1 10 20M3 3l18 18",
27
+ stroke: e,
28
+ strokeWidth: "2",
29
+ strokeLinecap: "round",
30
+ strokeLinejoin: "round"
31
+ }
32
+ )
33
+ ]
34
+ }
35
+ );
36
+ export {
37
+ l as default
38
+ };
@@ -0,0 +1,39 @@
1
+ import { j as e } from "../../../_virtual/jsx-runtime.js";
2
+ import l from "../../../colors/grey.js";
3
+ const n = ({ color: t = l.m500, size: o = 24, ...i }) => /* @__PURE__ */ e.jsxs(
4
+ "svg",
5
+ {
6
+ viewBox: "0 0 24 24",
7
+ width: o,
8
+ height: o,
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ "aria-label": "Bell Outline",
12
+ ...i,
13
+ children: [
14
+ /* @__PURE__ */ e.jsx(
15
+ "path",
16
+ {
17
+ fillRule: "evenodd",
18
+ clipRule: "evenodd",
19
+ d: "M12 3C8.444 3 6.667 5.507 6.667 8.6v1.733c0 1.105-.994 2.017-1.791 2.782A2.78 2.78 0 0 0 4 15.133C4 16.164 4.796 17 5.778 17h12.444c.982 0 1.778-.836 1.778-1.867 0-.826-.362-1.525-.876-2.018-.797-.765-1.79-1.677-1.79-2.782V8.6C17.333 5.507 15.555 3 12 3Z",
20
+ stroke: t,
21
+ strokeWidth: "2"
22
+ }
23
+ ),
24
+ /* @__PURE__ */ e.jsx(
25
+ "path",
26
+ {
27
+ d: "M14 20a2.2 2.2 0 0 1-.846.73 2.6 2.6 0 0 1-1.154.267c-.405 0-.803-.093-1.154-.267A2.2 2.2 0 0 1 10 20",
28
+ stroke: t,
29
+ strokeWidth: "2",
30
+ strokeLinecap: "round",
31
+ strokeLinejoin: "round"
32
+ }
33
+ )
34
+ ]
35
+ }
36
+ );
37
+ export {
38
+ n as default
39
+ };
@@ -0,0 +1,18 @@
1
+ import { j as l } from "../../../_virtual/jsx-runtime.js";
2
+ import a from "../../../colors/grey.js";
3
+ const o = ({ color: e = a.m500, size: t = 24, ...r }) => /* @__PURE__ */ l.jsx(
4
+ "svg",
5
+ {
6
+ viewBox: "-4 0 30 30",
7
+ width: t,
8
+ height: t,
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ "aria-label": "Bookmark Filled",
12
+ ...r,
13
+ children: /* @__PURE__ */ l.jsx("g", { stroke: e, strokeWidth: "1", fill: e, fillRule: "evenodd", children: /* @__PURE__ */ l.jsx("g", { transform: "translate(-419 -153)", fill: e, children: /* @__PURE__ */ l.jsx("path", { d: "M437 153h-14a4 4 0 0 0-4 4v22a4 4 0 0 0 4 4l7-7 7 7a4 4 0 0 0 4-4v-22a4 4 0 0 0-4-4" }) }) })
14
+ }
15
+ );
16
+ export {
17
+ o as default
18
+ };
@@ -0,0 +1,26 @@
1
+ import { j as e } from "../../../_virtual/jsx-runtime.js";
2
+ import a from "../../../colors/grey.js";
3
+ const m = ({ color: o = a.m500, size: l = 24, ...t }) => /* @__PURE__ */ e.jsx(
4
+ "svg",
5
+ {
6
+ viewBox: "0 0 24 24",
7
+ width: l,
8
+ height: l,
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ "aria-label": "Bookmark Outline",
12
+ ...t,
13
+ children: /* @__PURE__ */ e.jsx(
14
+ "path",
15
+ {
16
+ fillRule: "evenodd",
17
+ clipRule: "evenodd",
18
+ d: "M4 4a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v16.943c0 1.668-1.923 2.603-3.236 1.572L12 18.772l-4.764 3.743C5.923 23.546 4 22.611 4 20.942zm3-1a1 1 0 0 0-1 1v16.943l6-4.715 6 4.714V4a1 1 0 0 0-1-1z",
19
+ fill: o
20
+ }
21
+ )
22
+ }
23
+ );
24
+ export {
25
+ m as default
26
+ };
@@ -0,0 +1,27 @@
1
+ import { j as r } from "../../../_virtual/jsx-runtime.js";
2
+ import n from "../../../colors/grey.js";
3
+ const h = ({ color: t = n.m500, size: o = 24, ...e }) => /* @__PURE__ */ r.jsx(
4
+ "svg",
5
+ {
6
+ viewBox: "0 0 24 24",
7
+ width: o,
8
+ height: o,
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ "aria-label": "Chevron Down",
12
+ ...e,
13
+ children: /* @__PURE__ */ r.jsx(
14
+ "path",
15
+ {
16
+ d: "m6 9 6 6 6-6",
17
+ stroke: t,
18
+ strokeWidth: "2",
19
+ strokeLinecap: "round",
20
+ strokeLinejoin: "round"
21
+ }
22
+ )
23
+ }
24
+ );
25
+ export {
26
+ h as default
27
+ };
@@ -0,0 +1,27 @@
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ import n from "../../../colors/grey.js";
3
+ const h = ({ color: e = n.m500, size: o = 24, ...r }) => /* @__PURE__ */ t.jsx(
4
+ "svg",
5
+ {
6
+ viewBox: "0 0 24 24",
7
+ width: o,
8
+ height: o,
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ "aria-label": "Chevron Left",
12
+ ...r,
13
+ children: /* @__PURE__ */ t.jsx(
14
+ "path",
15
+ {
16
+ d: "m15 6-6 6 6 6",
17
+ stroke: e,
18
+ strokeWidth: "2",
19
+ strokeLinecap: "round",
20
+ strokeLinejoin: "round"
21
+ }
22
+ )
23
+ }
24
+ );
25
+ export {
26
+ h as default
27
+ };
@@ -0,0 +1,27 @@
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ import i from "../../../colors/grey.js";
3
+ const h = ({ color: r = i.m500, size: o = 24, ...e }) => /* @__PURE__ */ t.jsx(
4
+ "svg",
5
+ {
6
+ viewBox: "0 0 24 24",
7
+ width: o,
8
+ height: o,
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ "aria-label": "Chevron Right",
12
+ ...e,
13
+ children: /* @__PURE__ */ t.jsx(
14
+ "path",
15
+ {
16
+ d: "m9 6 6 6-6 6",
17
+ stroke: r,
18
+ strokeWidth: "2",
19
+ strokeLinecap: "round",
20
+ strokeLinejoin: "round"
21
+ }
22
+ )
23
+ }
24
+ );
25
+ export {
26
+ h as default
27
+ };
@@ -0,0 +1,27 @@
1
+ import { j as r } from "../../../_virtual/jsx-runtime.js";
2
+ import n from "../../../colors/grey.js";
3
+ const h = ({ color: t = n.m500, size: o = 24, ...e }) => /* @__PURE__ */ r.jsx(
4
+ "svg",
5
+ {
6
+ viewBox: "0 0 24 24",
7
+ width: o,
8
+ height: o,
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ "aria-label": "Chevron Up",
12
+ ...e,
13
+ children: /* @__PURE__ */ r.jsx(
14
+ "path",
15
+ {
16
+ d: "m6 15 6-6 6 6",
17
+ stroke: t,
18
+ strokeWidth: "2",
19
+ strokeLinecap: "round",
20
+ strokeLinejoin: "round"
21
+ }
22
+ )
23
+ }
24
+ );
25
+ export {
26
+ h as default
27
+ };
@@ -0,0 +1,30 @@
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ import i from "../../../colors/grey.js";
3
+ const n = ({ color: e = i.m500, size: r = 24, ...o }) => /* @__PURE__ */ t.jsxs(
4
+ "svg",
5
+ {
6
+ viewBox: "0 0 24 24",
7
+ width: r,
8
+ height: r,
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ "aria-label": "Clock Circle Outline",
12
+ ...o,
13
+ children: [
14
+ /* @__PURE__ */ t.jsx("circle", { cx: "12", cy: "12", r: "10", stroke: e, strokeWidth: "1.5" }),
15
+ /* @__PURE__ */ t.jsx(
16
+ "path",
17
+ {
18
+ d: "M12 8v4l2.5 2.5",
19
+ stroke: e,
20
+ strokeWidth: "1.5",
21
+ strokeLinecap: "round",
22
+ strokeLinejoin: "round"
23
+ }
24
+ )
25
+ ]
26
+ }
27
+ );
28
+ export {
29
+ n as default
30
+ };
@@ -0,0 +1,37 @@
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ import r from "../../../colors/grey.js";
3
+ const a = ({ color: e = r.m500, size: s = 24, ...o }) => /* @__PURE__ */ t.jsxs(
4
+ "svg",
5
+ {
6
+ viewBox: "0 0 24 24",
7
+ width: s,
8
+ height: s,
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ "aria-label": "Clock Square Outline",
12
+ ...o,
13
+ children: [
14
+ /* @__PURE__ */ t.jsx(
15
+ "path",
16
+ {
17
+ d: "M12 8v4l2.5 2.5",
18
+ stroke: e,
19
+ strokeWidth: "1.5",
20
+ strokeLinecap: "round",
21
+ strokeLinejoin: "round"
22
+ }
23
+ ),
24
+ /* @__PURE__ */ t.jsx(
25
+ "path",
26
+ {
27
+ d: "M2 12c0-4.714 0-7.071 1.464-8.536C4.93 2 7.286 2 12 2s7.071 0 8.535 1.464C22 4.93 22 7.286 22 12s0 7.071-1.465 8.535C19.072 22 16.714 22 12 22s-7.071 0-8.536-1.465C2 19.072 2 16.714 2 12Z",
28
+ stroke: e,
29
+ strokeWidth: "1.5"
30
+ }
31
+ )
32
+ ]
33
+ }
34
+ );
35
+ export {
36
+ a as default
37
+ };
@@ -0,0 +1,24 @@
1
+ import { j as a } from "../../../_virtual/jsx-runtime.js";
2
+ import s from "../../../colors/grey.js";
3
+ const i = ({ color: o = s.m500, size: l = 24, ...t }) => /* @__PURE__ */ a.jsx(
4
+ "svg",
5
+ {
6
+ viewBox: "0 0 24 24",
7
+ width: l,
8
+ height: l,
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ "aria-label": "Close",
12
+ ...t,
13
+ children: /* @__PURE__ */ a.jsx(
14
+ "path",
15
+ {
16
+ d: "M20.746 3.329a1 1 0 0 0-1.415 0l-7.294 7.294-7.294-7.294a1 1 0 1 0-1.414 1.414l7.294 7.294-7.294 7.294a1 1 0 0 0 1.414 1.415l7.294-7.295 7.294 7.295a1 1 0 0 0 1.415-1.415l-7.295-7.294 7.295-7.294a1 1 0 0 0 0-1.414",
17
+ fill: o
18
+ }
19
+ )
20
+ }
21
+ );
22
+ export {
23
+ i as default
24
+ };
@@ -0,0 +1,26 @@
1
+ import { j as e } from "../../../_virtual/jsx-runtime.js";
2
+ import a from "../../../colors/grey.js";
3
+ const t = ({ color: i = a.m500, size: l = 24, ...o }) => /* @__PURE__ */ e.jsx(
4
+ "svg",
5
+ {
6
+ viewBox: "0 0 24 24",
7
+ width: l,
8
+ height: l,
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ "aria-label": "Close Circle Filled",
12
+ ...o,
13
+ children: /* @__PURE__ */ e.jsx(
14
+ "path",
15
+ {
16
+ fillRule: "evenodd",
17
+ clipRule: "evenodd",
18
+ d: "M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10M8.97 8.97a.75.75 0 0 1 1.06 0L12 10.94l1.97-1.97a.75.75 0 0 1 1.06 1.06L13.06 12l1.97 1.97a.75.75 0 0 1-1.06 1.06L12 13.06l-1.97 1.97a.75.75 0 0 1-1.06-1.06L10.94 12l-1.97-1.97a.75.75 0 0 1 0-1.06",
19
+ fill: i
20
+ }
21
+ )
22
+ }
23
+ );
24
+ export {
25
+ t as default
26
+ };
@@ -0,0 +1,27 @@
1
+ import { j as e } from "../../../_virtual/jsx-runtime.js";
2
+ import i from "../../../colors/grey.js";
3
+ const n = ({ color: r = i.m500, size: o = 24, ...t }) => /* @__PURE__ */ e.jsx(
4
+ "svg",
5
+ {
6
+ viewBox: "0 0 24 24",
7
+ width: o,
8
+ height: o,
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ "aria-label": "Close Circle Outline",
12
+ ...t,
13
+ children: /* @__PURE__ */ e.jsx("g", { children: /* @__PURE__ */ e.jsx(
14
+ "path",
15
+ {
16
+ d: "m9 9 3 3m0 0 3 3m-3-3-3 3m3-3 3-3m-3 12a9 9 0 1 1 0-18 9 9 0 0 1 0 18",
17
+ stroke: r,
18
+ strokeWidth: "2",
19
+ strokeLinecap: "round",
20
+ strokeLinejoin: "round"
21
+ }
22
+ ) })
23
+ }
24
+ );
25
+ export {
26
+ n as default
27
+ };
@@ -0,0 +1,18 @@
1
+ import { j as e } from "../../../_virtual/jsx-runtime.js";
2
+ import m from "../../../colors/grey.js";
3
+ const a = ({ color: l = m.m500, size: t = 24, ...i }) => /* @__PURE__ */ e.jsx(
4
+ "svg",
5
+ {
6
+ viewBox: "0 0 32 32",
7
+ width: t,
8
+ height: t,
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ "aria-label": "Comment Bubble Filled",
12
+ ...i,
13
+ children: /* @__PURE__ */ e.jsx("g", { stroke: l, strokeWidth: "1", fill: l, fillRule: "evenodd", children: /* @__PURE__ */ e.jsx("g", { transform: "translate(-207 -257)", fill: l, children: /* @__PURE__ */ e.jsx("path", { d: "M231 273a2 2 0 1 1 .001-4.001A2 2 0 0 1 231 273m-8 0a2 2 0 1 1 .001-4.001A2 2 0 0 1 223 273m-8 0a2 2 0 1 1 .001-4.001A2 2 0 0 1 215 273m8-16c-8.836 0-16 6.269-16 14 0 4.419 2.345 8.354 6 10.919V289l7.009-4.253c.97.16 1.968.253 2.991.253 8.836 0 16-6.268 16-14 0-7.731-7.164-14-16-14" }) }) })
14
+ }
15
+ );
16
+ export {
17
+ a as default
18
+ };
@@ -0,0 +1,18 @@
1
+ import { j as e } from "../../../_virtual/jsx-runtime.js";
2
+ import m from "../../../colors/grey.js";
3
+ const r = ({ color: t = m.m500, size: l = 24, ...i }) => /* @__PURE__ */ e.jsx(
4
+ "svg",
5
+ {
6
+ viewBox: "0 0 32 32",
7
+ width: l,
8
+ height: l,
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ "aria-label": "Comment Bubble Outline",
12
+ ...i,
13
+ children: /* @__PURE__ */ e.jsx("g", { stroke: t, strokeWidth: "1", fill: t, fillRule: "evenodd", children: /* @__PURE__ */ e.jsx("g", { transform: "translate(-204 -255)", fill: t, children: /* @__PURE__ */ e.jsx("path", { d: "M228 267a2 2 0 1 0 .001 4.001A2 2 0 0 0 228 267m-8 14c-1.168 0-2.296-.136-3.38-.367l-4.708 2.83.063-4.639c-3.609-2.17-5.975-5.758-5.975-9.824 0-6.627 6.268-12 14-12s14 5.373 14 12c0 6.628-6.268 12-14 12m0-26c-8.836 0-16 6.269-16 14 0 4.419 2.345 8.354 6 10.919V287l7.009-4.253c.97.16 1.968.253 2.991.253 8.836 0 16-6.268 16-14 0-7.731-7.164-14-16-14m-8 12a2 2 0 1 0 .001 4.001A2 2 0 0 0 212 267m8 0a2 2 0 1 0 .001 4.001A2 2 0 0 0 220 267" }) }) })
14
+ }
15
+ );
16
+ export {
17
+ r as default
18
+ };
@@ -0,0 +1,18 @@
1
+ import { j as e } from "../../../_virtual/jsx-runtime.js";
2
+ import r from "../../../colors/grey.js";
3
+ const m = ({ color: l = r.m500, size: t = 24, ...i }) => /* @__PURE__ */ e.jsx(
4
+ "svg",
5
+ {
6
+ viewBox: "0 0 32 32",
7
+ width: t,
8
+ height: t,
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ "aria-label": "Comment Filled",
12
+ ...i,
13
+ children: /* @__PURE__ */ e.jsx("g", { stroke: l, strokeWidth: "1", fill: l, fillRule: "evenodd", children: /* @__PURE__ */ e.jsx("g", { transform: "translate(-102 -257)", fill: l, children: /* @__PURE__ */ e.jsx("path", { d: "M118 257c-8.836 0-16 6.269-16 14 0 4.419 2.345 8.354 6 10.919V289l7.009-4.253c.97.16 1.968.253 2.991.253 8.836 0 16-6.268 16-14 0-7.731-7.164-14-16-14" }) }) })
14
+ }
15
+ );
16
+ export {
17
+ m as default
18
+ };
@@ -0,0 +1,18 @@
1
+ import { j as e } from "../../../_virtual/jsx-runtime.js";
2
+ import n from "../../../colors/grey.js";
3
+ const a = ({ color: l = n.m500, size: t = 24, ...i }) => /* @__PURE__ */ e.jsx(
4
+ "svg",
5
+ {
6
+ viewBox: "0 0 32 32",
7
+ width: t,
8
+ height: t,
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ "aria-label": "Comment Line Filled",
12
+ ...i,
13
+ children: /* @__PURE__ */ e.jsx("g", { stroke: l, strokeWidth: "1", fill: l, fillRule: "evenodd", children: /* @__PURE__ */ e.jsx("g", { transform: "translate(-154 -257)", fill: l, children: /* @__PURE__ */ e.jsx("path", { d: "M177 270h-14a1 1 0 1 1 0-2h14a1 1 0 0 1 0 2m-2 6h-10a1 1 0 1 1 0-2h10a1 1 0 1 1 0 2m-5-19c-8.836 0-16 6.269-16 14 0 4.419 2.345 8.354 6 10.919V289l7.009-4.253c.97.16 1.968.253 2.991.253 8.836 0 16-6.268 16-14 0-7.731-7.164-14-16-14" }) }) })
14
+ }
15
+ );
16
+ export {
17
+ a as default
18
+ };
@@ -0,0 +1,18 @@
1
+ import { j as e } from "../../../_virtual/jsx-runtime.js";
2
+ import n from "../../../colors/grey.js";
3
+ const r = ({ color: t = n.m500, size: l = 24, ...i }) => /* @__PURE__ */ e.jsx(
4
+ "svg",
5
+ {
6
+ viewBox: "0 0 32 32",
7
+ width: l,
8
+ height: l,
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ "aria-label": "Comment Line Outline",
12
+ ...i,
13
+ children: /* @__PURE__ */ e.jsx("g", { stroke: t, strokeWidth: "1", fill: t, fillRule: "evenodd", children: /* @__PURE__ */ e.jsx("g", { transform: "translate(-152 -255)", fill: t, children: /* @__PURE__ */ e.jsx("path", { d: "M168 281c-1.168 0-2.296-.136-3.38-.367l-4.708 2.83.063-4.639c-3.609-2.17-5.975-5.758-5.975-9.824 0-6.627 6.268-12 14-12s14 5.373 14 12c0 6.628-6.268 12-14 12m0-26c-8.836 0-16 6.269-16 14 0 4.419 2.345 8.354 6 10.919V287l7.009-4.253c.97.16 1.968.253 2.991.253 8.836 0 16-6.268 16-14 0-7.731-7.164-14-16-14m7 11h-14a1 1 0 0 0 0 2h14a1 1 0 1 0 0-2m-2 6h-10a1 1 0 1 0 0 2h10a1 1 0 1 0 0-2" }) }) })
14
+ }
15
+ );
16
+ export {
17
+ r as default
18
+ };
@@ -0,0 +1,18 @@
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ import s from "../../../colors/grey.js";
3
+ const m = ({ color: e = s.m500, size: l = 24, ...i }) => /* @__PURE__ */ t.jsx(
4
+ "svg",
5
+ {
6
+ viewBox: "0 0 32 32",
7
+ width: l,
8
+ height: l,
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ "aria-label": "Comment Outline",
12
+ ...i,
13
+ children: /* @__PURE__ */ t.jsx("g", { stroke: e, strokeWidth: "1", fill: e, fillRule: "evenodd", children: /* @__PURE__ */ t.jsx("g", { transform: "translate(-100 -255)", fill: e, children: /* @__PURE__ */ t.jsx("path", { d: "M116 281c-1.168 0-2.296-.136-3.38-.367l-4.708 2.83.063-4.639c-3.609-2.17-5.975-5.758-5.975-9.824 0-6.627 6.268-12 14-12s14 5.373 14 12c0 6.628-6.268 12-14 12m0-26c-8.836 0-16 6.269-16 14 0 4.419 2.345 8.354 6 10.919V287l7.009-4.253c.97.16 1.968.253 2.991.253 8.836 0 16-6.268 16-14 0-7.731-7.164-14-16-14" }) }) })
14
+ }
15
+ );
16
+ export {
17
+ m as default
18
+ };
@@ -0,0 +1,18 @@
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ import s from "../../../colors/grey.js";
3
+ const a = ({ color: l = s.m500, size: e = 24, ...i }) => /* @__PURE__ */ t.jsx(
4
+ "svg",
5
+ {
6
+ viewBox: "0 0 512 512",
7
+ width: e,
8
+ height: e,
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ "aria-label": "Contact Details Filled",
12
+ ...i,
13
+ children: /* @__PURE__ */ t.jsx("g", { stroke: l, strokeWidth: "1", fill: l, fillRule: "evenodd", children: /* @__PURE__ */ t.jsx("g", { fill: l, transform: "translate(42.667 85.333)", children: /* @__PURE__ */ t.jsx("path", { d: "M426.667 0v341.333H0V0zm-64 213.333h-128v32h128zm-237.334-57.6h-16c-30.928 0-56 25.6-56 57.6h128c0-32-25.173-57.6-56-57.6m237.334-6.4h-128v32h128zM117.333 78.626c-15.464 0-28 12.536-28 28s12.536 28 28 28 28-12.536 28-28-12.536-28-28-28m245.334 6.707h-128v32h128z" }) }) })
14
+ }
15
+ );
16
+ export {
17
+ a as default
18
+ };
@@ -0,0 +1,18 @@
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ import s from "../../../colors/grey.js";
3
+ const a = ({ color: e = s.m500, size: l = 24, ...i }) => /* @__PURE__ */ t.jsx(
4
+ "svg",
5
+ {
6
+ viewBox: "0 0 512 512",
7
+ width: l,
8
+ height: l,
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ "aria-label": "Contact Details Outline",
12
+ ...i,
13
+ children: /* @__PURE__ */ t.jsx("g", { stroke: e, strokeWidth: "1", fill: e, fillRule: "evenodd", children: /* @__PURE__ */ t.jsx("g", { fill: e, transform: "translate(42.667 85.333)", children: /* @__PURE__ */ t.jsx("path", { d: "M426.667 0v341.333H0V0zM384 42.667H42.667v256H384zm-42.667 170.666v32H234.667v-32zm-194.666-57.6c30.826 0 56 25.6 56 57.6h-128c0-32 25.072-57.6 56-57.6zm194.666-6.4v32H234.667v-32zM138.667 78.626c15.464 0 28 12.536 28 28s-12.536 28-28 28-28-12.536-28-28 12.536-28 28-28m202.666 6.707v32H234.667v-32z" }) }) })
14
+ }
15
+ );
16
+ export {
17
+ a as default
18
+ };
@@ -0,0 +1,18 @@
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ import s from "../../../colors/grey.js";
3
+ const a = ({ color: e = s.m500, size: l = 24, ...i }) => /* @__PURE__ */ t.jsx(
4
+ "svg",
5
+ {
6
+ viewBox: "0 0 512 512",
7
+ width: l,
8
+ height: l,
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ "aria-label": "Details Outline",
12
+ ...i,
13
+ children: /* @__PURE__ */ t.jsx("g", { stroke: e, strokeWidth: "1", fill: e, fillRule: "evenodd", children: /* @__PURE__ */ t.jsx("g", { fill: e, transform: "translate(64 64)", children: /* @__PURE__ */ t.jsx("path", { d: "M384 64v320H64V64zm-42.667 42.667H106.667v234.666h234.666zM320 0v42.667l-277.334-.001V320H0V0zm-21.333 234.667v42.666H149.333v-42.666zm0-85.334V192H149.333v-42.667z" }) }) })
14
+ }
15
+ );
16
+ export {
17
+ a as default
18
+ };