meticulous-ui 1.1.4 → 1.1.5

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 (185) hide show
  1. package/components/Icons/Add/Add.js +38 -37
  2. package/components/Icons/Add/index.js +4 -0
  3. package/components/Icons/AddCircle/AddCircle.js +12 -14
  4. package/components/Icons/AddCircle/index.js +4 -0
  5. package/components/Icons/AddCircleFilled/AddCircleFilled.js +8 -10
  6. package/components/Icons/AddCircleFilled/index.js +4 -0
  7. package/components/Icons/ArrowDown/ArrowDown.js +9 -11
  8. package/components/Icons/ArrowDown/index.js +4 -0
  9. package/components/Icons/ArrowLeft/ArrowLeft.js +11 -13
  10. package/components/Icons/ArrowLeft/index.js +4 -0
  11. package/components/Icons/ArrowRight/ArrowRight.js +11 -13
  12. package/components/Icons/ArrowRight/index.js +4 -0
  13. package/components/Icons/ArrowUp/ArrowUp.js +8 -10
  14. package/components/Icons/ArrowUp/index.js +4 -0
  15. package/components/Icons/BellFilled/BellFilled.js +25 -16
  16. package/components/Icons/BellFilled/index.js +4 -0
  17. package/components/Icons/BellOffFilled/BellOffFilled.js +24 -17
  18. package/components/Icons/BellOffFilled/index.js +4 -0
  19. package/components/Icons/BellOffOutline/BellOffOutline.js +20 -12
  20. package/components/Icons/BellOffOutline/index.js +4 -0
  21. package/components/Icons/BellOutline/BellOutline.js +14 -16
  22. package/components/Icons/BellOutline/index.js +4 -0
  23. package/components/Icons/BookmarkFilled/BookmarkFilled.js +37 -7
  24. package/components/Icons/BookmarkFilled/index.js +4 -0
  25. package/components/Icons/BookmarkOutline/BookmarkOutline.js +8 -10
  26. package/components/Icons/BookmarkOutline/index.js +4 -0
  27. package/components/Icons/CartCheckFilled/CartCheckFilled.js +40 -0
  28. package/components/Icons/CartCheckFilled/index.js +4 -0
  29. package/components/Icons/CartCheckOutline/CartCheckOutline.js +50 -0
  30. package/components/Icons/CartCheckOutline/index.js +4 -0
  31. package/components/Icons/CartCrossFilled/CartCrossFilled.js +40 -0
  32. package/components/Icons/CartCrossFilled/index.js +4 -0
  33. package/components/Icons/CartCrossOutline/CartCrossOutline.js +49 -0
  34. package/components/Icons/CartCrossOutline/index.js +4 -0
  35. package/components/Icons/CartFilled/CartFilled.js +38 -0
  36. package/components/Icons/CartFilled/index.js +4 -0
  37. package/components/Icons/CartMinusFilled/CartMinusFilled.js +40 -0
  38. package/components/Icons/CartMinusFilled/index.js +4 -0
  39. package/components/Icons/CartMinusOutline/CartMinusOutline.js +51 -0
  40. package/components/Icons/CartMinusOutline/index.js +4 -0
  41. package/components/Icons/CartOutline/CartOutline.js +50 -0
  42. package/components/Icons/CartOutline/index.js +4 -0
  43. package/components/Icons/CartPlusFilled/CartPlusFilled.js +40 -0
  44. package/components/Icons/CartPlusFilled/index.js +4 -0
  45. package/components/Icons/CartPlusOutline/CartPlusOutline.js +49 -0
  46. package/components/Icons/CartPlusOutline/index.js +4 -0
  47. package/components/Icons/ChevronDown/ChevronDown.js +11 -13
  48. package/components/Icons/ChevronDown/index.js +4 -0
  49. package/components/Icons/ChevronLeft/ChevronLeft.js +9 -11
  50. package/components/Icons/ChevronLeft/index.js +4 -0
  51. package/components/Icons/ChevronRight/ChevronRight.js +7 -9
  52. package/components/Icons/ChevronRight/index.js +4 -0
  53. package/components/Icons/ChevronUp/ChevronUp.js +10 -12
  54. package/components/Icons/ChevronUp/index.js +4 -0
  55. package/components/Icons/ClockCircleOutline/ClockCircleOutline.js +11 -13
  56. package/components/Icons/ClockCircleOutline/index.js +4 -0
  57. package/components/Icons/ClockSquareOutline/ClockSquareOutline.js +11 -13
  58. package/components/Icons/ClockSquareOutline/index.js +4 -0
  59. package/components/Icons/Close/Close.js +9 -11
  60. package/components/Icons/Close/index.js +4 -0
  61. package/components/Icons/CloseCircleFilled/CloseCircleFilled.js +6 -8
  62. package/components/Icons/CloseCircleFilled/index.js +4 -0
  63. package/components/Icons/CloseCircleOutline/CloseCircleOutline.js +13 -14
  64. package/components/Icons/CloseCircleOutline/index.js +4 -0
  65. package/components/Icons/CommentBubbleFilled/CommentBubbleFilled.js +37 -7
  66. package/components/Icons/CommentBubbleFilled/index.js +4 -0
  67. package/components/Icons/CommentBubbleOutline/CommentBubbleOutline.js +38 -8
  68. package/components/Icons/CommentBubbleOutline/index.js +4 -0
  69. package/components/Icons/CommentFilled/CommentFilled.js +37 -7
  70. package/components/Icons/CommentFilled/index.js +4 -0
  71. package/components/Icons/CommentLineFilled/CommentLineFilled.js +37 -7
  72. package/components/Icons/CommentLineFilled/index.js +4 -0
  73. package/components/Icons/CommentLineOutline/CommentLineOutline.js +37 -7
  74. package/components/Icons/CommentLineOutline/index.js +4 -0
  75. package/components/Icons/CommentOutline/CommentOutline.js +39 -9
  76. package/components/Icons/CommentOutline/index.js +4 -0
  77. package/components/Icons/ContactDetailsFilled/ContactDetailsFilled.js +15 -8
  78. package/components/Icons/ContactDetailsFilled/index.js +4 -0
  79. package/components/Icons/ContactDetailsOutline/ContactDetailsOutline.js +15 -8
  80. package/components/Icons/ContactDetailsOutline/index.js +4 -0
  81. package/components/Icons/DetailsOutline/DetailsOutline.js +10 -9
  82. package/components/Icons/DetailsOutline/index.js +4 -0
  83. package/components/Icons/DotsHorizontalFilled/DotsHorizontalFilled.js +28 -14
  84. package/components/Icons/DotsHorizontalFilled/index.js +4 -0
  85. package/components/Icons/DotsHorizontalOutline/DotsHorizontalOutline.js +37 -17
  86. package/components/Icons/DotsHorizontalOutline/index.js +4 -0
  87. package/components/Icons/DotsVerticalFilled/DotsVerticalFilled.js +29 -15
  88. package/components/Icons/DotsVerticalFilled/index.js +4 -0
  89. package/components/Icons/DotsVerticalOutline/DotsVerticalOutline.js +36 -16
  90. package/components/Icons/DotsVerticalOutline/index.js +4 -0
  91. package/components/Icons/ExitArrowInOutline/ExitArrowInOutline.js +12 -13
  92. package/components/Icons/ExitArrowInOutline/index.js +4 -0
  93. package/components/Icons/ExitArrowOutOutline/ExitArrowOutOutline.js +27 -17
  94. package/components/Icons/ExitArrowOutOutline/index.js +4 -0
  95. package/components/Icons/HamburgerMenu/HamburgerMenu.js +34 -16
  96. package/components/Icons/HamburgerMenu/index.js +4 -0
  97. package/components/Icons/HamburgerSpaced/HamburgerSpaced.js +39 -9
  98. package/components/Icons/HamburgerSpaced/index.js +4 -0
  99. package/components/Icons/HeartFilled/HeartFilled.js +7 -9
  100. package/components/Icons/HeartFilled/index.js +4 -0
  101. package/components/Icons/HeartOutline/HeartOutline.js +12 -14
  102. package/components/Icons/HeartOutline/index.js +4 -0
  103. package/components/Icons/HomeFilled/HomeFilled.js +10 -12
  104. package/components/Icons/HomeFilled/index.js +4 -0
  105. package/components/Icons/HomeOutline/HomeOutline.js +8 -10
  106. package/components/Icons/HomeOutline/index.js +4 -0
  107. package/components/Icons/Link/Link.js +11 -13
  108. package/components/Icons/Link/index.js +4 -0
  109. package/components/Icons/LockClosedFilled/LockClosedFilled.js +7 -9
  110. package/components/Icons/LockClosedFilled/index.js +4 -0
  111. package/components/Icons/LockClosedOutline/LockClosedOutline.js +18 -13
  112. package/components/Icons/LockClosedOutline/index.js +4 -0
  113. package/components/Icons/LockOpenFilled/LockOpenFilled.js +7 -9
  114. package/components/Icons/LockOpenFilled/index.js +4 -0
  115. package/components/Icons/LockOpenOutline/LockOpenOutline.js +16 -18
  116. package/components/Icons/LockOpenOutline/index.js +4 -0
  117. package/components/Icons/Minus/Minus.js +8 -10
  118. package/components/Icons/Minus/index.js +4 -0
  119. package/components/Icons/MinusCircle/MinusCircle.js +39 -9
  120. package/components/Icons/MinusCircle/index.js +4 -0
  121. package/components/Icons/MinusCircleFilled/MinusCircleFilled.js +38 -8
  122. package/components/Icons/MinusCircleFilled/index.js +4 -0
  123. package/components/Icons/ProfileFemaleOutline/ProfileFemaleOutline.js +21 -11
  124. package/components/Icons/ProfileFemaleOutline/index.js +4 -0
  125. package/components/Icons/ProfileGroupFilled/ProfileGroupFilled.js +10 -11
  126. package/components/Icons/ProfileGroupFilled/index.js +4 -0
  127. package/components/Icons/ProfileMaleFilled/ProfileMaleFilled.js +14 -15
  128. package/components/Icons/ProfileMaleFilled/index.js +4 -0
  129. package/components/Icons/ProfileMaleOutline/ProfileMaleOutline.js +22 -11
  130. package/components/Icons/ProfileMaleOutline/index.js +4 -0
  131. package/components/Icons/Search/Search.js +37 -7
  132. package/components/Icons/Search/index.js +4 -0
  133. package/components/Icons/SettingFilled/SettingFilled.js +7 -9
  134. package/components/Icons/SettingFilled/index.js +4 -0
  135. package/components/Icons/SettingOutline/SettingOutline.js +5 -7
  136. package/components/Icons/SettingOutline/index.js +4 -0
  137. package/components/Icons/ShareAllFilled/ShareAllFilled.js +10 -12
  138. package/components/Icons/ShareAllFilled/index.js +4 -0
  139. package/components/Icons/ShareAllOutline/ShareAllOutline.js +24 -10
  140. package/components/Icons/ShareAllOutline/index.js +4 -0
  141. package/components/Icons/ShareBoxOutline/ShareBoxOutline.js +9 -11
  142. package/components/Icons/ShareBoxOutline/index.js +4 -0
  143. package/components/Icons/ShareFilled/ShareFilled.js +14 -16
  144. package/components/Icons/ShareFilled/index.js +4 -0
  145. package/components/Icons/ShareOutline/ShareOutline.js +12 -14
  146. package/components/Icons/ShareOutline/index.js +4 -0
  147. package/components/Icons/ShareThickFilled/ShareThickFilled.js +9 -11
  148. package/components/Icons/ShareThickFilled/index.js +4 -0
  149. package/components/Icons/ShieldCheckFilled/ShieldCheckFilled.js +9 -11
  150. package/components/Icons/ShieldCheckFilled/index.js +4 -0
  151. package/components/Icons/ShieldCheckOutline/ShieldCheckOutline.js +12 -14
  152. package/components/Icons/ShieldCheckOutline/index.js +4 -0
  153. package/components/Icons/ShieldCrossFilled/ShieldCrossFilled.js +9 -11
  154. package/components/Icons/ShieldCrossFilled/index.js +4 -0
  155. package/components/Icons/ShieldCrossOutline/ShieldCrossOutline.js +17 -11
  156. package/components/Icons/ShieldCrossOutline/index.js +4 -0
  157. package/components/Icons/ShieldWarningFilled/ShieldWarningFilled.js +11 -13
  158. package/components/Icons/ShieldWarningFilled/index.js +4 -0
  159. package/components/Icons/ShieldWarningOutline/ShieldWarningOutline.js +9 -11
  160. package/components/Icons/ShieldWarningOutline/index.js +4 -0
  161. package/components/Icons/StarFilled/StarFilled.js +13 -10
  162. package/components/Icons/StarFilled/index.js +4 -0
  163. package/components/Icons/StarOutline/StarOutline.js +15 -10
  164. package/components/Icons/StarOutline/index.js +4 -0
  165. package/components/Icons/ThumbsDownFilled/ThumbsDownFilled.js +8 -10
  166. package/components/Icons/ThumbsDownFilled/index.js +4 -0
  167. package/components/Icons/ThumbsDownOutline/ThumbsDownOutline.js +7 -9
  168. package/components/Icons/ThumbsDownOutline/index.js +4 -0
  169. package/components/Icons/ThumbsUpFilled/ThumbsUpFilled.js +9 -11
  170. package/components/Icons/ThumbsUpFilled/index.js +4 -0
  171. package/components/Icons/ThumbsUpOutline/ThumbsUpOutline.js +7 -9
  172. package/components/Icons/ThumbsUpOutline/index.js +4 -0
  173. package/components/Icons/Upload/Upload.js +11 -13
  174. package/components/Icons/Upload/index.js +4 -0
  175. package/components/Icons/UploadBoxFilled/UploadBoxFilled.js +10 -12
  176. package/components/Icons/UploadBoxFilled/index.js +4 -0
  177. package/components/Icons/UploadBoxOutline/UploadBoxOutline.js +21 -16
  178. package/components/Icons/UploadBoxOutline/index.js +4 -0
  179. package/components/Icons/WalletFilled/WalletFilled.js +38 -8
  180. package/components/Icons/WalletFilled/index.js +4 -0
  181. package/components/Icons/WalletOutline/WalletOutline.js +39 -9
  182. package/components/Icons/WalletOutline/index.js +4 -0
  183. package/components/Icons/index.js +273 -162
  184. package/components/Pagination/styles.js +6 -6
  185. package/package.json +2 -2
@@ -1,27 +1,25 @@
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(
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ const s = ({ size: o = 24, color: r = "currentColor", ...n }) => /* @__PURE__ */ t.jsx(
4
3
  "svg",
5
4
  {
6
- viewBox: "0 0 24 24",
7
5
  width: o,
8
6
  height: o,
7
+ viewBox: "0 0 24 24",
9
8
  fill: "none",
10
9
  xmlns: "http://www.w3.org/2000/svg",
11
- "aria-label": "Chevron Down",
12
- ...e,
13
- children: /* @__PURE__ */ r.jsx(
10
+ ...n,
11
+ children: /* @__PURE__ */ t.jsx(
14
12
  "path",
15
13
  {
16
- d: "m6 9 6 6 6-6",
17
- stroke: t,
18
- strokeWidth: "2",
19
- strokeLinecap: "round",
20
- strokeLinejoin: "round"
14
+ d: "M6 9L12 15L18 9",
15
+ stroke: r,
16
+ "stroke-width": "2",
17
+ "stroke-linecap": "round",
18
+ "stroke-linejoin": "round"
21
19
  }
22
20
  )
23
21
  }
24
22
  );
25
23
  export {
26
- h as default
24
+ s as default
27
25
  };
@@ -0,0 +1,4 @@
1
+ import r from "./ChevronDown.js";
2
+ export {
3
+ r as default
4
+ };
@@ -1,27 +1,25 @@
1
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(
2
+ const s = ({ size: o = 24, color: r = "currentColor", ...e }) => /* @__PURE__ */ t.jsx(
4
3
  "svg",
5
4
  {
6
- viewBox: "0 0 24 24",
7
5
  width: o,
8
6
  height: o,
7
+ viewBox: "0 0 24 24",
9
8
  fill: "none",
10
9
  xmlns: "http://www.w3.org/2000/svg",
11
- "aria-label": "Chevron Left",
12
- ...r,
10
+ ...e,
13
11
  children: /* @__PURE__ */ t.jsx(
14
12
  "path",
15
13
  {
16
- d: "m15 6-6 6 6 6",
17
- stroke: e,
18
- strokeWidth: "2",
19
- strokeLinecap: "round",
20
- strokeLinejoin: "round"
14
+ d: "M15 6L9 12L15 18",
15
+ stroke: r,
16
+ "stroke-width": "2",
17
+ "stroke-linecap": "round",
18
+ "stroke-linejoin": "round"
21
19
  }
22
20
  )
23
21
  }
24
22
  );
25
23
  export {
26
- h as default
24
+ s as default
27
25
  };
@@ -0,0 +1,4 @@
1
+ import e from "./ChevronLeft.js";
2
+ export {
3
+ e as default
4
+ };
@@ -1,27 +1,25 @@
1
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(
2
+ const s = ({ size: o = 24, color: r = "currentColor", ...e }) => /* @__PURE__ */ t.jsx(
4
3
  "svg",
5
4
  {
6
- viewBox: "0 0 24 24",
7
5
  width: o,
8
6
  height: o,
7
+ viewBox: "0 0 24 24",
9
8
  fill: "none",
10
9
  xmlns: "http://www.w3.org/2000/svg",
11
- "aria-label": "Chevron Right",
12
10
  ...e,
13
11
  children: /* @__PURE__ */ t.jsx(
14
12
  "path",
15
13
  {
16
- d: "m9 6 6 6-6 6",
14
+ d: "M9 6L15 12L9 18",
17
15
  stroke: r,
18
- strokeWidth: "2",
19
- strokeLinecap: "round",
20
- strokeLinejoin: "round"
16
+ "stroke-width": "2",
17
+ "stroke-linecap": "round",
18
+ "stroke-linejoin": "round"
21
19
  }
22
20
  )
23
21
  }
24
22
  );
25
23
  export {
26
- h as default
24
+ s as default
27
25
  };
@@ -0,0 +1,4 @@
1
+ import r from "./ChevronRight.js";
2
+ export {
3
+ r as default
4
+ };
@@ -1,27 +1,25 @@
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(
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ const s = ({ size: o = 24, color: r = "currentColor", ...e }) => /* @__PURE__ */ t.jsx(
4
3
  "svg",
5
4
  {
6
- viewBox: "0 0 24 24",
7
5
  width: o,
8
6
  height: o,
7
+ viewBox: "0 0 24 24",
9
8
  fill: "none",
10
9
  xmlns: "http://www.w3.org/2000/svg",
11
- "aria-label": "Chevron Up",
12
10
  ...e,
13
- children: /* @__PURE__ */ r.jsx(
11
+ children: /* @__PURE__ */ t.jsx(
14
12
  "path",
15
13
  {
16
- d: "m6 15 6-6 6 6",
17
- stroke: t,
18
- strokeWidth: "2",
19
- strokeLinecap: "round",
20
- strokeLinejoin: "round"
14
+ d: "M6 15L12 9L18 15",
15
+ stroke: r,
16
+ "stroke-width": "2",
17
+ "stroke-linecap": "round",
18
+ "stroke-linejoin": "round"
21
19
  }
22
20
  )
23
21
  }
24
22
  );
25
23
  export {
26
- h as default
24
+ s as default
27
25
  };
@@ -0,0 +1,4 @@
1
+ import r from "./ChevronUp.js";
2
+ export {
3
+ r as default
4
+ };
@@ -1,30 +1,28 @@
1
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(
2
+ const i = ({ size: o = 24, color: r = "currentColor", ...e }) => /* @__PURE__ */ t.jsxs(
4
3
  "svg",
5
4
  {
5
+ width: o,
6
+ height: o,
6
7
  viewBox: "0 0 24 24",
7
- width: r,
8
- height: r,
9
8
  fill: "none",
10
9
  xmlns: "http://www.w3.org/2000/svg",
11
- "aria-label": "Clock Circle Outline",
12
- ...o,
10
+ ...e,
13
11
  children: [
14
- /* @__PURE__ */ t.jsx("circle", { cx: "12", cy: "12", r: "10", stroke: e, strokeWidth: "1.5" }),
12
+ /* @__PURE__ */ t.jsx("circle", { cx: "12", cy: "12", r: "10", stroke: r, "stroke-width": "1.5" }),
15
13
  /* @__PURE__ */ t.jsx(
16
14
  "path",
17
15
  {
18
- d: "M12 8v4l2.5 2.5",
19
- stroke: e,
20
- strokeWidth: "1.5",
21
- strokeLinecap: "round",
22
- strokeLinejoin: "round"
16
+ d: "M12 8V12L14.5 14.5",
17
+ stroke: r,
18
+ "stroke-width": "1.5",
19
+ "stroke-linecap": "round",
20
+ "stroke-linejoin": "round"
23
21
  }
24
22
  )
25
23
  ]
26
24
  }
27
25
  );
28
26
  export {
29
- n as default
27
+ i as default
30
28
  };
@@ -0,0 +1,4 @@
1
+ import e from "./ClockCircleOutline.js";
2
+ export {
3
+ e as default
4
+ };
@@ -1,37 +1,35 @@
1
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(
2
+ const n = ({ size: o = 24, color: e = "currentColor", ...r }) => /* @__PURE__ */ t.jsxs(
4
3
  "svg",
5
4
  {
5
+ width: o,
6
+ height: o,
6
7
  viewBox: "0 0 24 24",
7
- width: s,
8
- height: s,
9
8
  fill: "none",
10
9
  xmlns: "http://www.w3.org/2000/svg",
11
- "aria-label": "Clock Square Outline",
12
- ...o,
10
+ ...r,
13
11
  children: [
14
12
  /* @__PURE__ */ t.jsx(
15
13
  "path",
16
14
  {
17
- d: "M12 8v4l2.5 2.5",
15
+ d: "M12 8V12L14.5 14.5",
18
16
  stroke: e,
19
- strokeWidth: "1.5",
20
- strokeLinecap: "round",
21
- strokeLinejoin: "round"
17
+ "stroke-width": "1.5",
18
+ "stroke-linecap": "round",
19
+ "stroke-linejoin": "round"
22
20
  }
23
21
  ),
24
22
  /* @__PURE__ */ t.jsx(
25
23
  "path",
26
24
  {
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",
25
+ 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",
28
26
  stroke: e,
29
- strokeWidth: "1.5"
27
+ "stroke-width": "1.5"
30
28
  }
31
29
  )
32
30
  ]
33
31
  }
34
32
  );
35
33
  export {
36
- a as default
34
+ n as default
37
35
  };
@@ -0,0 +1,4 @@
1
+ import e from "./ClockSquareOutline.js";
2
+ export {
3
+ e as default
4
+ };
@@ -1,24 +1,22 @@
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(
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ const r = ({ size: o = 24, color: s = "currentColor", ...C }) => /* @__PURE__ */ t.jsx(
4
3
  "svg",
5
4
  {
5
+ width: o,
6
+ height: o,
6
7
  viewBox: "0 0 24 24",
7
- width: l,
8
- height: l,
9
8
  fill: "none",
10
9
  xmlns: "http://www.w3.org/2000/svg",
11
- "aria-label": "Close",
12
- ...t,
13
- children: /* @__PURE__ */ a.jsx(
10
+ ...C,
11
+ children: /* @__PURE__ */ t.jsx(
14
12
  "path",
15
13
  {
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
14
+ 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",
15
+ fill: s
18
16
  }
19
17
  )
20
18
  }
21
19
  );
22
20
  export {
23
- i as default
21
+ r as default
24
22
  };
@@ -0,0 +1,4 @@
1
+ import e from "./Close.js";
2
+ export {
3
+ e as default
4
+ };
@@ -1,22 +1,20 @@
1
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(
2
+ const t = ({ size: l = 24, color: C = "currentColor", ...o }) => /* @__PURE__ */ e.jsx(
4
3
  "svg",
5
4
  {
6
- viewBox: "0 0 24 24",
7
5
  width: l,
8
6
  height: l,
7
+ viewBox: "0 0 24 24",
9
8
  fill: "none",
10
9
  xmlns: "http://www.w3.org/2000/svg",
11
- "aria-label": "Close Circle Filled",
12
10
  ...o,
13
11
  children: /* @__PURE__ */ e.jsx(
14
12
  "path",
15
13
  {
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
14
+ "fill-rule": "evenodd",
15
+ "clip-rule": "evenodd",
16
+ 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",
17
+ fill: C
20
18
  }
21
19
  )
22
20
  }
@@ -0,0 +1,4 @@
1
+ import l from "./CloseCircleFilled.js";
2
+ export {
3
+ l as default
4
+ };
@@ -1,27 +1,26 @@
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(
1
+ import { j as o } from "../../../_virtual/jsx-runtime.js";
2
+ const s = ({ size: e = 24, color: t = "currentColor", ...r }) => /* @__PURE__ */ o.jsx(
4
3
  "svg",
5
4
  {
5
+ width: e,
6
+ height: e,
6
7
  viewBox: "0 0 24 24",
7
- width: o,
8
- height: o,
9
8
  fill: "none",
10
9
  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(
10
+ ...r,
11
+ children: /* @__PURE__ */ o.jsx("g", { id: "Edit / Close_Circle", children: /* @__PURE__ */ o.jsx(
14
12
  "path",
15
13
  {
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"
14
+ id: "Vector",
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: t,
17
+ "stroke-width": "2",
18
+ "stroke-linecap": "round",
19
+ "stroke-linejoin": "round"
21
20
  }
22
21
  ) })
23
22
  }
24
23
  );
25
24
  export {
26
- n as default
25
+ s as default
27
26
  };
@@ -0,0 +1,4 @@
1
+ import o from "./CloseCircleOutline.js";
2
+ export {
3
+ o as default
4
+ };
@@ -1,18 +1,48 @@
1
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(
2
+ const o = ({ size: t = 24, color: l = "currentColor", ...s }) => /* @__PURE__ */ e.jsxs(
4
3
  "svg",
5
4
  {
6
- viewBox: "0 0 32 32",
7
5
  width: t,
8
6
  height: t,
7
+ viewBox: "0 0 32 32",
9
8
  fill: "none",
10
9
  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" }) }) })
10
+ ...s,
11
+ children: [
12
+ /* @__PURE__ */ e.jsx("title", { children: "comment 3" }),
13
+ /* @__PURE__ */ e.jsx("desc", { children: "Created with Sketch Beta." }),
14
+ /* @__PURE__ */ e.jsx("defs", {}),
15
+ /* @__PURE__ */ e.jsx(
16
+ "g",
17
+ {
18
+ id: "Page-1",
19
+ stroke: "none",
20
+ "stroke-width": "1",
21
+ fill: "none",
22
+ "fill-rule": "evenodd",
23
+ "sketch:type": "MSPage",
24
+ children: /* @__PURE__ */ e.jsx(
25
+ "g",
26
+ {
27
+ id: "Icon-Set-Filled",
28
+ "sketch:type": "MSLayerGroup",
29
+ transform: "translate(-207.000000, -257.000000)",
30
+ fill: l,
31
+ children: /* @__PURE__ */ e.jsx(
32
+ "path",
33
+ {
34
+ 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",
35
+ id: "comment-3",
36
+ "sketch:type": "MSShapeGroup"
37
+ }
38
+ )
39
+ }
40
+ )
41
+ }
42
+ )
43
+ ]
14
44
  }
15
45
  );
16
46
  export {
17
- a as default
47
+ o as default
18
48
  };
@@ -0,0 +1,4 @@
1
+ import o from "./CommentBubbleFilled.js";
2
+ export {
3
+ o as default
4
+ };
@@ -1,18 +1,48 @@
1
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(
2
+ const o = ({ size: t = 24, color: C = "currentColor", ...n }) => /* @__PURE__ */ e.jsxs(
4
3
  "svg",
5
4
  {
5
+ width: t,
6
+ height: t,
6
7
  viewBox: "0 0 32 32",
7
- width: l,
8
- height: l,
9
8
  fill: "none",
10
9
  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" }) }) })
10
+ ...n,
11
+ children: [
12
+ /* @__PURE__ */ e.jsx("title", { children: "comment-3" }),
13
+ /* @__PURE__ */ e.jsx("desc", { children: "Created with Sketch Beta." }),
14
+ /* @__PURE__ */ e.jsx("defs", {}),
15
+ /* @__PURE__ */ e.jsx(
16
+ "g",
17
+ {
18
+ id: "Page-1",
19
+ stroke: "none",
20
+ "stroke-width": "1",
21
+ fill: "none",
22
+ "fill-rule": "evenodd",
23
+ "sketch:type": "MSPage",
24
+ children: /* @__PURE__ */ e.jsx(
25
+ "g",
26
+ {
27
+ id: "Icon-Set",
28
+ "sketch:type": "MSLayerGroup",
29
+ transform: "translate(-204.000000, -255.000000)",
30
+ fill: C,
31
+ children: /* @__PURE__ */ e.jsx(
32
+ "path",
33
+ {
34
+ 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",
35
+ id: "comment-3",
36
+ "sketch:type": "MSShapeGroup"
37
+ }
38
+ )
39
+ }
40
+ )
41
+ }
42
+ )
43
+ ]
14
44
  }
15
45
  );
16
46
  export {
17
- r as default
47
+ o as default
18
48
  };
@@ -0,0 +1,4 @@
1
+ import o from "./CommentBubbleOutline.js";
2
+ export {
3
+ o as default
4
+ };
@@ -1,18 +1,48 @@
1
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(
2
+ const o = ({ size: t = 24, color: s = "currentColor", ...l }) => /* @__PURE__ */ e.jsxs(
4
3
  "svg",
5
4
  {
6
- viewBox: "0 0 32 32",
7
5
  width: t,
8
6
  height: t,
7
+ viewBox: "0 0 32 32",
9
8
  fill: "none",
10
9
  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" }) }) })
10
+ ...l,
11
+ children: [
12
+ /* @__PURE__ */ e.jsx("title", { children: "comment 1" }),
13
+ /* @__PURE__ */ e.jsx("desc", { children: "Created with Sketch Beta." }),
14
+ /* @__PURE__ */ e.jsx("defs", {}),
15
+ /* @__PURE__ */ e.jsx(
16
+ "g",
17
+ {
18
+ id: "Page-1",
19
+ stroke: "none",
20
+ "stroke-width": "1",
21
+ fill: "none",
22
+ "fill-rule": "evenodd",
23
+ "sketch:type": "MSPage",
24
+ children: /* @__PURE__ */ e.jsx(
25
+ "g",
26
+ {
27
+ id: "Icon-Set-Filled",
28
+ "sketch:type": "MSLayerGroup",
29
+ transform: "translate(-102.000000, -257.000000)",
30
+ fill: s,
31
+ children: /* @__PURE__ */ e.jsx(
32
+ "path",
33
+ {
34
+ 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",
35
+ id: "comment-1",
36
+ "sketch:type": "MSShapeGroup"
37
+ }
38
+ )
39
+ }
40
+ )
41
+ }
42
+ )
43
+ ]
14
44
  }
15
45
  );
16
46
  export {
17
- m as default
47
+ o as default
18
48
  };
@@ -0,0 +1,4 @@
1
+ import e from "./CommentFilled.js";
2
+ export {
3
+ e as default
4
+ };