meticulous-ui 1.1.3 → 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 (187) hide show
  1. package/README.md +2 -6
  2. package/components/Icons/Add/Add.js +38 -37
  3. package/components/Icons/Add/index.js +4 -0
  4. package/components/Icons/AddCircle/AddCircle.js +12 -14
  5. package/components/Icons/AddCircle/index.js +4 -0
  6. package/components/Icons/AddCircleFilled/AddCircleFilled.js +8 -10
  7. package/components/Icons/AddCircleFilled/index.js +4 -0
  8. package/components/Icons/ArrowDown/ArrowDown.js +9 -11
  9. package/components/Icons/ArrowDown/index.js +4 -0
  10. package/components/Icons/ArrowLeft/ArrowLeft.js +11 -13
  11. package/components/Icons/ArrowLeft/index.js +4 -0
  12. package/components/Icons/ArrowRight/ArrowRight.js +11 -13
  13. package/components/Icons/ArrowRight/index.js +4 -0
  14. package/components/Icons/ArrowUp/ArrowUp.js +8 -10
  15. package/components/Icons/ArrowUp/index.js +4 -0
  16. package/components/Icons/BellFilled/BellFilled.js +25 -16
  17. package/components/Icons/BellFilled/index.js +4 -0
  18. package/components/Icons/BellOffFilled/BellOffFilled.js +24 -17
  19. package/components/Icons/BellOffFilled/index.js +4 -0
  20. package/components/Icons/BellOffOutline/BellOffOutline.js +20 -12
  21. package/components/Icons/BellOffOutline/index.js +4 -0
  22. package/components/Icons/BellOutline/BellOutline.js +14 -16
  23. package/components/Icons/BellOutline/index.js +4 -0
  24. package/components/Icons/BookmarkFilled/BookmarkFilled.js +37 -7
  25. package/components/Icons/BookmarkFilled/index.js +4 -0
  26. package/components/Icons/BookmarkOutline/BookmarkOutline.js +8 -10
  27. package/components/Icons/BookmarkOutline/index.js +4 -0
  28. package/components/Icons/CartCheckFilled/CartCheckFilled.js +40 -0
  29. package/components/Icons/CartCheckFilled/index.js +4 -0
  30. package/components/Icons/CartCheckOutline/CartCheckOutline.js +50 -0
  31. package/components/Icons/CartCheckOutline/index.js +4 -0
  32. package/components/Icons/CartCrossFilled/CartCrossFilled.js +40 -0
  33. package/components/Icons/CartCrossFilled/index.js +4 -0
  34. package/components/Icons/CartCrossOutline/CartCrossOutline.js +49 -0
  35. package/components/Icons/CartCrossOutline/index.js +4 -0
  36. package/components/Icons/CartFilled/CartFilled.js +38 -0
  37. package/components/Icons/CartFilled/index.js +4 -0
  38. package/components/Icons/CartMinusFilled/CartMinusFilled.js +40 -0
  39. package/components/Icons/CartMinusFilled/index.js +4 -0
  40. package/components/Icons/CartMinusOutline/CartMinusOutline.js +51 -0
  41. package/components/Icons/CartMinusOutline/index.js +4 -0
  42. package/components/Icons/CartOutline/CartOutline.js +50 -0
  43. package/components/Icons/CartOutline/index.js +4 -0
  44. package/components/Icons/CartPlusFilled/CartPlusFilled.js +40 -0
  45. package/components/Icons/CartPlusFilled/index.js +4 -0
  46. package/components/Icons/CartPlusOutline/CartPlusOutline.js +49 -0
  47. package/components/Icons/CartPlusOutline/index.js +4 -0
  48. package/components/Icons/ChevronDown/ChevronDown.js +11 -13
  49. package/components/Icons/ChevronDown/index.js +4 -0
  50. package/components/Icons/ChevronLeft/ChevronLeft.js +9 -11
  51. package/components/Icons/ChevronLeft/index.js +4 -0
  52. package/components/Icons/ChevronRight/ChevronRight.js +7 -9
  53. package/components/Icons/ChevronRight/index.js +4 -0
  54. package/components/Icons/ChevronUp/ChevronUp.js +10 -12
  55. package/components/Icons/ChevronUp/index.js +4 -0
  56. package/components/Icons/ClockCircleOutline/ClockCircleOutline.js +11 -13
  57. package/components/Icons/ClockCircleOutline/index.js +4 -0
  58. package/components/Icons/ClockSquareOutline/ClockSquareOutline.js +11 -13
  59. package/components/Icons/ClockSquareOutline/index.js +4 -0
  60. package/components/Icons/Close/Close.js +9 -11
  61. package/components/Icons/Close/index.js +4 -0
  62. package/components/Icons/CloseCircleFilled/CloseCircleFilled.js +6 -8
  63. package/components/Icons/CloseCircleFilled/index.js +4 -0
  64. package/components/Icons/CloseCircleOutline/CloseCircleOutline.js +13 -14
  65. package/components/Icons/CloseCircleOutline/index.js +4 -0
  66. package/components/Icons/CommentBubbleFilled/CommentBubbleFilled.js +37 -7
  67. package/components/Icons/CommentBubbleFilled/index.js +4 -0
  68. package/components/Icons/CommentBubbleOutline/CommentBubbleOutline.js +38 -8
  69. package/components/Icons/CommentBubbleOutline/index.js +4 -0
  70. package/components/Icons/CommentFilled/CommentFilled.js +37 -7
  71. package/components/Icons/CommentFilled/index.js +4 -0
  72. package/components/Icons/CommentLineFilled/CommentLineFilled.js +37 -7
  73. package/components/Icons/CommentLineFilled/index.js +4 -0
  74. package/components/Icons/CommentLineOutline/CommentLineOutline.js +37 -7
  75. package/components/Icons/CommentLineOutline/index.js +4 -0
  76. package/components/Icons/CommentOutline/CommentOutline.js +39 -9
  77. package/components/Icons/CommentOutline/index.js +4 -0
  78. package/components/Icons/ContactDetailsFilled/ContactDetailsFilled.js +15 -8
  79. package/components/Icons/ContactDetailsFilled/index.js +4 -0
  80. package/components/Icons/ContactDetailsOutline/ContactDetailsOutline.js +15 -8
  81. package/components/Icons/ContactDetailsOutline/index.js +4 -0
  82. package/components/Icons/DetailsOutline/DetailsOutline.js +10 -9
  83. package/components/Icons/DetailsOutline/index.js +4 -0
  84. package/components/Icons/DotsHorizontalFilled/DotsHorizontalFilled.js +28 -14
  85. package/components/Icons/DotsHorizontalFilled/index.js +4 -0
  86. package/components/Icons/DotsHorizontalOutline/DotsHorizontalOutline.js +37 -17
  87. package/components/Icons/DotsHorizontalOutline/index.js +4 -0
  88. package/components/Icons/DotsVerticalFilled/DotsVerticalFilled.js +29 -15
  89. package/components/Icons/DotsVerticalFilled/index.js +4 -0
  90. package/components/Icons/DotsVerticalOutline/DotsVerticalOutline.js +36 -16
  91. package/components/Icons/DotsVerticalOutline/index.js +4 -0
  92. package/components/Icons/ExitArrowInOutline/ExitArrowInOutline.js +12 -13
  93. package/components/Icons/ExitArrowInOutline/index.js +4 -0
  94. package/components/Icons/ExitArrowOutOutline/ExitArrowOutOutline.js +27 -17
  95. package/components/Icons/ExitArrowOutOutline/index.js +4 -0
  96. package/components/Icons/HamburgerMenu/HamburgerMenu.js +34 -16
  97. package/components/Icons/HamburgerMenu/index.js +4 -0
  98. package/components/Icons/HamburgerSpaced/HamburgerSpaced.js +39 -9
  99. package/components/Icons/HamburgerSpaced/index.js +4 -0
  100. package/components/Icons/HeartFilled/HeartFilled.js +7 -9
  101. package/components/Icons/HeartFilled/index.js +4 -0
  102. package/components/Icons/HeartOutline/HeartOutline.js +12 -14
  103. package/components/Icons/HeartOutline/index.js +4 -0
  104. package/components/Icons/HomeFilled/HomeFilled.js +10 -12
  105. package/components/Icons/HomeFilled/index.js +4 -0
  106. package/components/Icons/HomeOutline/HomeOutline.js +8 -10
  107. package/components/Icons/HomeOutline/index.js +4 -0
  108. package/components/Icons/Link/Link.js +11 -13
  109. package/components/Icons/Link/index.js +4 -0
  110. package/components/Icons/LockClosedFilled/LockClosedFilled.js +7 -9
  111. package/components/Icons/LockClosedFilled/index.js +4 -0
  112. package/components/Icons/LockClosedOutline/LockClosedOutline.js +18 -13
  113. package/components/Icons/LockClosedOutline/index.js +4 -0
  114. package/components/Icons/LockOpenFilled/LockOpenFilled.js +7 -9
  115. package/components/Icons/LockOpenFilled/index.js +4 -0
  116. package/components/Icons/LockOpenOutline/LockOpenOutline.js +16 -18
  117. package/components/Icons/LockOpenOutline/index.js +4 -0
  118. package/components/Icons/Minus/Minus.js +8 -10
  119. package/components/Icons/Minus/index.js +4 -0
  120. package/components/Icons/MinusCircle/MinusCircle.js +39 -9
  121. package/components/Icons/MinusCircle/index.js +4 -0
  122. package/components/Icons/MinusCircleFilled/MinusCircleFilled.js +38 -8
  123. package/components/Icons/MinusCircleFilled/index.js +4 -0
  124. package/components/Icons/ProfileFemaleOutline/ProfileFemaleOutline.js +21 -11
  125. package/components/Icons/ProfileFemaleOutline/index.js +4 -0
  126. package/components/Icons/ProfileGroupFilled/ProfileGroupFilled.js +10 -11
  127. package/components/Icons/ProfileGroupFilled/index.js +4 -0
  128. package/components/Icons/ProfileMaleFilled/ProfileMaleFilled.js +14 -15
  129. package/components/Icons/ProfileMaleFilled/index.js +4 -0
  130. package/components/Icons/ProfileMaleOutline/ProfileMaleOutline.js +22 -11
  131. package/components/Icons/ProfileMaleOutline/index.js +4 -0
  132. package/components/Icons/Search/Search.js +37 -7
  133. package/components/Icons/Search/index.js +4 -0
  134. package/components/Icons/SettingFilled/SettingFilled.js +7 -9
  135. package/components/Icons/SettingFilled/index.js +4 -0
  136. package/components/Icons/SettingOutline/SettingOutline.js +5 -7
  137. package/components/Icons/SettingOutline/index.js +4 -0
  138. package/components/Icons/ShareAllFilled/ShareAllFilled.js +10 -12
  139. package/components/Icons/ShareAllFilled/index.js +4 -0
  140. package/components/Icons/ShareAllOutline/ShareAllOutline.js +24 -10
  141. package/components/Icons/ShareAllOutline/index.js +4 -0
  142. package/components/Icons/ShareBoxOutline/ShareBoxOutline.js +9 -11
  143. package/components/Icons/ShareBoxOutline/index.js +4 -0
  144. package/components/Icons/ShareFilled/ShareFilled.js +14 -16
  145. package/components/Icons/ShareFilled/index.js +4 -0
  146. package/components/Icons/ShareOutline/ShareOutline.js +12 -14
  147. package/components/Icons/ShareOutline/index.js +4 -0
  148. package/components/Icons/ShareThickFilled/ShareThickFilled.js +9 -11
  149. package/components/Icons/ShareThickFilled/index.js +4 -0
  150. package/components/Icons/ShieldCheckFilled/ShieldCheckFilled.js +9 -11
  151. package/components/Icons/ShieldCheckFilled/index.js +4 -0
  152. package/components/Icons/ShieldCheckOutline/ShieldCheckOutline.js +12 -14
  153. package/components/Icons/ShieldCheckOutline/index.js +4 -0
  154. package/components/Icons/ShieldCrossFilled/ShieldCrossFilled.js +9 -11
  155. package/components/Icons/ShieldCrossFilled/index.js +4 -0
  156. package/components/Icons/ShieldCrossOutline/ShieldCrossOutline.js +17 -11
  157. package/components/Icons/ShieldCrossOutline/index.js +4 -0
  158. package/components/Icons/ShieldWarningFilled/ShieldWarningFilled.js +11 -13
  159. package/components/Icons/ShieldWarningFilled/index.js +4 -0
  160. package/components/Icons/ShieldWarningOutline/ShieldWarningOutline.js +9 -11
  161. package/components/Icons/ShieldWarningOutline/index.js +4 -0
  162. package/components/Icons/StarFilled/StarFilled.js +13 -10
  163. package/components/Icons/StarFilled/index.js +4 -0
  164. package/components/Icons/StarOutline/StarOutline.js +15 -10
  165. package/components/Icons/StarOutline/index.js +4 -0
  166. package/components/Icons/ThumbsDownFilled/ThumbsDownFilled.js +8 -10
  167. package/components/Icons/ThumbsDownFilled/index.js +4 -0
  168. package/components/Icons/ThumbsDownOutline/ThumbsDownOutline.js +7 -9
  169. package/components/Icons/ThumbsDownOutline/index.js +4 -0
  170. package/components/Icons/ThumbsUpFilled/ThumbsUpFilled.js +9 -11
  171. package/components/Icons/ThumbsUpFilled/index.js +4 -0
  172. package/components/Icons/ThumbsUpOutline/ThumbsUpOutline.js +7 -9
  173. package/components/Icons/ThumbsUpOutline/index.js +4 -0
  174. package/components/Icons/Upload/Upload.js +11 -13
  175. package/components/Icons/Upload/index.js +4 -0
  176. package/components/Icons/UploadBoxFilled/UploadBoxFilled.js +10 -12
  177. package/components/Icons/UploadBoxFilled/index.js +4 -0
  178. package/components/Icons/UploadBoxOutline/UploadBoxOutline.js +21 -16
  179. package/components/Icons/UploadBoxOutline/index.js +4 -0
  180. package/components/Icons/WalletFilled/WalletFilled.js +38 -8
  181. package/components/Icons/WalletFilled/index.js +4 -0
  182. package/components/Icons/WalletOutline/WalletOutline.js +39 -9
  183. package/components/Icons/WalletOutline/index.js +4 -0
  184. package/components/Icons/index.js +273 -162
  185. package/components/Pagination/styles.js +6 -6
  186. package/index.js +6 -8
  187. package/package.json +2 -3
@@ -1,38 +1,36 @@
1
- import { j as e } from "../../../_virtual/jsx-runtime.js";
2
- import o from "../../../colors/grey.js";
3
- const a = ({ color: t = o.m500, size: n = 24, ...r }) => /* @__PURE__ */ e.jsxs(
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ const s = ({ size: n = 24, color: e = "currentColor", ...o }) => /* @__PURE__ */ t.jsxs(
4
3
  "svg",
5
4
  {
6
- viewBox: "0 0 24 24",
7
5
  width: n,
8
6
  height: n,
7
+ viewBox: "0 0 24 24",
9
8
  fill: "none",
10
9
  xmlns: "http://www.w3.org/2000/svg",
11
- "aria-label": "Lock Open Outline",
12
- ...r,
10
+ ...o,
13
11
  children: [
14
- /* @__PURE__ */ e.jsx("rect", { fill: t }),
15
- /* @__PURE__ */ e.jsx(
12
+ /* @__PURE__ */ t.jsx("rect", { width: "24", height: "24", fill: e }),
13
+ /* @__PURE__ */ t.jsx(
16
14
  "path",
17
15
  {
18
- d: "M6 19v-8a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1Z",
19
- stroke: t,
20
- strokeLinejoin: "round"
16
+ d: "M6 19V11C6 10.4477 6.44772 10 7 10H17C17.5523 10 18 10.4477 18 11V19C18 19.5523 17.5523 20 17 20H7C6.44772 20 6 19.5523 6 19Z",
17
+ stroke: e,
18
+ "stroke-linejoin": "round"
21
19
  }
22
20
  ),
23
- /* @__PURE__ */ e.jsx("circle", { cx: "12", cy: "15", r: "2", stroke: t, strokeLinejoin: "round" }),
24
- /* @__PURE__ */ e.jsx(
21
+ /* @__PURE__ */ t.jsx("circle", { cx: "12", cy: "15", r: "2", stroke: e, "stroke-linejoin": "round" }),
22
+ /* @__PURE__ */ t.jsx(
25
23
  "path",
26
24
  {
27
- d: "M16 10V6.5A2.5 2.5 0 0 1 18.5 4v0A2.5 2.5 0 0 1 21 6.5V10",
28
- stroke: t,
29
- strokeLinecap: "round",
30
- strokeLinejoin: "round"
25
+ d: "M16 10V6.5C16 5.11929 17.1193 4 18.5 4V4V4C19.8807 4 21 5.11929 21 6.5V10",
26
+ stroke: e,
27
+ "stroke-linecap": "round",
28
+ "stroke-linejoin": "round"
31
29
  }
32
30
  )
33
31
  ]
34
32
  }
35
33
  );
36
34
  export {
37
- a as default
35
+ s as default
38
36
  };
@@ -0,0 +1,4 @@
1
+ import e from "./LockOpenOutline.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 e from "../../../colors/grey.js";
3
- const a = ({ color: r = e.m500, size: o = 24, ...s }) => /* @__PURE__ */ t.jsx(
2
+ const e = ({ 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": "Minus",
12
- ...s,
10
+ ...n,
13
11
  children: /* @__PURE__ */ t.jsx(
14
12
  "path",
15
13
  {
16
- d: "M6 12h12",
14
+ d: "M6 12L18 12",
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
- a as default
24
+ e as default
27
25
  };
@@ -0,0 +1,4 @@
1
+ import r from "./Minus.js";
2
+ export {
3
+ r as default
4
+ };
@@ -1,18 +1,48 @@
1
- import { j as s } from "../../../_virtual/jsx-runtime.js";
2
- import l from "../../../colors/grey.js";
3
- const a = ({ color: e = l.m500, size: i = 24, ...t }) => /* @__PURE__ */ s.jsx(
1
+ import { j as e } from "../../../_virtual/jsx-runtime.js";
2
+ const n = ({ size: t = 24, color: s = "currentColor", ...r }) => /* @__PURE__ */ e.jsxs(
4
3
  "svg",
5
4
  {
5
+ width: t,
6
+ height: t,
6
7
  viewBox: "0 0 32 32",
7
- width: i,
8
- height: i,
9
8
  fill: "none",
10
9
  xmlns: "http://www.w3.org/2000/svg",
11
- "aria-label": "Minus Circle",
12
- ...t,
13
- children: /* @__PURE__ */ s.jsx("g", { stroke: e, strokeWidth: "1", fill: e, fillRule: "evenodd", children: /* @__PURE__ */ s.jsx("g", { transform: "translate(-516 -1087)", fill: e, children: /* @__PURE__ */ s.jsx("path", { d: "M532 1117c-7.732 0-14-6.27-14-14s6.268-14 14-14 14 6.27 14 14-6.268 14-14 14m0-30c-8.837 0-16 7.16-16 16s7.163 16 16 16 16-7.16 16-16-7.163-16-16-16m6 15h-12a1.001 1.001 0 0 0 0 2h12a1.001 1.001 0 0 0 0-2" }) }) })
10
+ ...r,
11
+ children: [
12
+ /* @__PURE__ */ e.jsx("title", { children: "minus-circle" }),
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(-516.000000, -1087.000000)",
30
+ fill: s,
31
+ children: /* @__PURE__ */ e.jsx(
32
+ "path",
33
+ {
34
+ d: "M532,1117 C524.268,1117 518,1110.73 518,1103 C518,1095.27 524.268,1089 532,1089 C539.732,1089 546,1095.27 546,1103 C546,1110.73 539.732,1117 532,1117 L532,1117 Z M532,1087 C523.163,1087 516,1094.16 516,1103 C516,1111.84 523.163,1119 532,1119 C540.837,1119 548,1111.84 548,1103 C548,1094.16 540.837,1087 532,1087 L532,1087 Z M538,1102 L526,1102 C525.447,1102 525,1102.45 525,1103 C525,1103.55 525.447,1104 526,1104 L538,1104 C538.553,1104 539,1103.55 539,1103 C539,1102.45 538.553,1102 538,1102 L538,1102 Z",
35
+ id: "minus-circle",
36
+ "sketch:type": "MSShapeGroup"
37
+ }
38
+ )
39
+ }
40
+ )
41
+ }
42
+ )
43
+ ]
14
44
  }
15
45
  );
16
46
  export {
17
- a as default
47
+ n as default
18
48
  };
@@ -0,0 +1,4 @@
1
+ import r from "./MinusCircle.js";
2
+ export {
3
+ r as default
4
+ };
@@ -1,18 +1,48 @@
1
- import { j as l } from "../../../_virtual/jsx-runtime.js";
2
- import t from "../../../colors/grey.js";
3
- const a = ({ color: e = t.m500, size: i = 24, ...s }) => /* @__PURE__ */ l.jsx(
1
+ import { j as e } from "../../../_virtual/jsx-runtime.js";
2
+ const r = ({ size: t = 24, color: i = "currentColor", ...s }) => /* @__PURE__ */ e.jsxs(
4
3
  "svg",
5
4
  {
5
+ width: t,
6
+ height: t,
6
7
  viewBox: "0 0 32 32",
7
- width: i,
8
- height: i,
9
8
  fill: "none",
10
9
  xmlns: "http://www.w3.org/2000/svg",
11
- "aria-label": "Minus Circle Filled",
12
10
  ...s,
13
- children: /* @__PURE__ */ l.jsx("g", { stroke: e, strokeWidth: "1", fill: e, fillRule: "evenodd", children: /* @__PURE__ */ l.jsx("g", { transform: "translate(-518 -1089)", fill: e, children: /* @__PURE__ */ l.jsx("path", { d: "M540 1106h-12a1.001 1.001 0 0 1 0-2h12a1.001 1.001 0 0 1 0 2m-6-17c-8.837 0-16 7.16-16 16s7.163 16 16 16 16-7.16 16-16-7.163-16-16-16" }) }) })
11
+ children: [
12
+ /* @__PURE__ */ e.jsx("title", { children: "minus-circle" }),
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(-518.000000, -1089.000000)",
30
+ fill: i,
31
+ children: /* @__PURE__ */ e.jsx(
32
+ "path",
33
+ {
34
+ d: "M540,1106 L528,1106 C527.447,1106 527,1105.55 527,1105 C527,1104.45 527.447,1104 528,1104 L540,1104 C540.553,1104 541,1104.45 541,1105 C541,1105.55 540.553,1106 540,1106 L540,1106 Z M534,1089 C525.163,1089 518,1096.16 518,1105 C518,1113.84 525.163,1121 534,1121 C542.837,1121 550,1113.84 550,1105 C550,1096.16 542.837,1089 534,1089 L534,1089 Z",
35
+ id: "minus-circle",
36
+ "sketch:type": "MSShapeGroup"
37
+ }
38
+ )
39
+ }
40
+ )
41
+ }
42
+ )
43
+ ]
14
44
  }
15
45
  );
16
46
  export {
17
- a as default
47
+ r as default
18
48
  };
@@ -0,0 +1,4 @@
1
+ import i from "./MinusCircleFilled.js";
2
+ export {
3
+ i as default
4
+ };
@@ -1,24 +1,34 @@
1
- import { j as l } from "../../../_virtual/jsx-runtime.js";
2
- import t from "../../../colors/grey.js";
3
- const c = ({ color: a = t.m500, size: e = 24, ...i }) => /* @__PURE__ */ l.jsx(
1
+ import { j as c } from "../../../_virtual/jsx-runtime.js";
2
+ const o = ({ size: n = 24, color: t = "currentColor", ...e }) => /* @__PURE__ */ c.jsx(
4
3
  "svg",
5
4
  {
5
+ width: n,
6
+ height: n,
6
7
  viewBox: "0 0 36 32",
7
- width: e,
8
- height: e,
9
8
  fill: "none",
10
9
  xmlns: "http://www.w3.org/2000/svg",
11
- "aria-label": "Profile Female Outline",
12
- ...i,
13
- children: /* @__PURE__ */ l.jsx("g", { children: /* @__PURE__ */ l.jsx(
10
+ ...e,
11
+ children: /* @__PURE__ */ c.jsx("g", { children: /* @__PURE__ */ c.jsx(
14
12
  "path",
15
13
  {
16
- fill: a,
17
- d: "M22.22 20.726a.49.49 0 0 0-.425.155.5.5 0 0 0-.126.435c.276 1.45 1.205 3.44 4.057 4.679.338.146.86.26 1.522.403 2.478.536 6.622 1.434 7.64 5.232a.5.5 0 0 0 .967-.26c-1.177-4.387-5.872-5.404-8.395-5.95-.584-.127-1.089-.236-1.336-.344-1.714-.744-2.821-1.848-3.301-3.286 4.762.354 6.918-1.543 7.013-1.629a.5.5 0 0 0-.088-.805C27 17.786 27 12.361 27 10.318 27 4.605 23.152.076 18.219.005l-.141-.003h-.001C13.072.03 9 4.564 9 10.11c0 2.043 0 7.469-2.748 9.038a.503.503 0 0 0-.06.829c.138.107 3.188 2.441 6.941 1.732-.502 1.378-1.594 2.438-3.258 3.161-.241.105-.721.22-1.277.352-2.54.604-7.269 1.729-8.453 6.147a.5.5 0 0 0 .967.259c1.029-3.844 5.217-4.839 7.718-5.435.627-.149 1.122-.267 1.444-.406 2.852-1.239 3.78-3.229 4.057-4.679a.5.5 0 0 0-.159-.467.5.5 0 0 0-.482-.104c-2.707.852-5.208-.32-6.301-.97C10 17.381 10 12.35 10 10.11c0-4.997 3.626-9.083 8.12-9.11l.106.006C22.658 1.069 26 5.072 26 10.318c0 2.241 0 7.283 2.622 9.469-.903.516-2.962 1.351-6.402.939"
14
+ fill: t,
15
+ d: `M22.22,20.726c-0.157-0.024-0.317,0.038-0.425,0.155c-0.109,0.116-0.156,0.278-0.126,0.435
16
+ c0.276,1.45,1.205,3.44,4.057,4.679c0.338,0.146,0.86,0.26,1.522,0.403c2.478,0.536,6.622,1.434,7.64,5.232
17
+ C34.948,31.853,35.15,32,35.371,32c0.043,0,0.086-0.006,0.13-0.017c0.267-0.072,0.425-0.346,0.354-0.613
18
+ c-1.177-4.387-5.872-5.404-8.395-5.95c-0.584-0.127-1.089-0.236-1.336-0.344c-1.714-0.744-2.821-1.848-3.301-3.286
19
+ c4.762,0.354,6.918-1.543,7.013-1.629c0.118-0.107,0.179-0.266,0.161-0.425s-0.11-0.3-0.249-0.38C27,17.786,27,12.361,27,10.318
20
+ c0-5.713-3.848-10.242-8.781-10.313c-0.014-0.001-0.121-0.003-0.141-0.003c0,0,0,0-0.001,0C13.072,0.03,9,4.564,9,10.11
21
+ c0,2.043,0,7.469-2.748,9.038c-0.145,0.083-0.238,0.232-0.251,0.398c-0.012,0.166,0.06,0.328,0.191,0.431
22
+ c0.138,0.107,3.188,2.441,6.941,1.732c-0.502,1.378-1.594,2.438-3.258,3.161c-0.241,0.105-0.721,0.22-1.277,0.352
23
+ c-2.54,0.604-7.269,1.729-8.453,6.147c-0.071,0.268,0.087,0.541,0.354,0.613c0.271,0.067,0.541-0.088,0.613-0.354
24
+ c1.029-3.844,5.217-4.839,7.718-5.435c0.627-0.149,1.122-0.267,1.444-0.406c2.852-1.239,3.78-3.229,4.057-4.679
25
+ c0.033-0.173-0.027-0.351-0.159-0.467c-0.131-0.117-0.312-0.157-0.482-0.104c-2.707,0.852-5.208-0.32-6.301-0.97
26
+ C10,17.381,10,12.35,10,10.11c0-4.997,3.626-9.083,8.12-9.11c0.005,0,0.102,0.006,0.106,0.006C22.658,1.069,26,5.072,26,10.318
27
+ c0,2.241,0,7.283,2.622,9.469C27.719,20.303,25.66,21.138,22.22,20.726z`
18
28
  }
19
29
  ) })
20
30
  }
21
31
  );
22
32
  export {
23
- c as default
33
+ o as default
24
34
  };
@@ -0,0 +1,4 @@
1
+ import o from "./ProfileFemaleOutline.js";
2
+ export {
3
+ o as default
4
+ };
@@ -1,33 +1,32 @@
1
1
  import { j as l } from "../../../_virtual/jsx-runtime.js";
2
- import t from "../../../colors/grey.js";
3
- const e = ({ color: c = t.m500, size: h = 24, ...r }) => /* @__PURE__ */ l.jsx(
2
+ const s = ({ size: c = 24, color: t = "currentColor", ...h }) => /* @__PURE__ */ l.jsx(
4
3
  "svg",
5
4
  {
5
+ width: c,
6
+ height: c,
6
7
  viewBox: "0 0 24 24",
7
- width: h,
8
- height: h,
9
8
  fill: "none",
10
9
  xmlns: "http://www.w3.org/2000/svg",
11
- "aria-label": "Profile Group Filled",
12
- ...r,
10
+ ...h,
13
11
  children: /* @__PURE__ */ l.jsxs("g", { transform: "translate(0 -1028.4)", children: [
14
12
  /* @__PURE__ */ l.jsx(
15
13
  "path",
16
14
  {
17
- d: "M6.25 1034.9c-.21 0-.426.013-.625.063-.117.03-.232.079-.344.125-.043.017-.082.042-.125.062-.017.008-.013.023-.031.031-.106.053-.213.09-.312.156-.014.01-.05.022-.063.032-.03.02-.034.041-.062.062-.082.059-.174.121-.25.188-.07.063-.123.149-.188.219-.221.226-.438.468-.594.75-.268.47-.447.985-.531 1.53a.26.26 0 0 0-.125 0c-.273.09-.334.61-.156 1.157.104.321.26.576.437.719.238.925.75 1.704 1.407 2.187v.531l-.532.5-1.031.532c-.842.417-1.69.833-2.531 1.25-.466.281-.638.826-.594 1.344.022.325-.105.751.219.968.307.158.697.068 1.03.094h1.813c.182-.238.41-.458.688-.625l.031-.031h.031c1.411-.693 2.805-1.4 4.22-2.094l1.624-.781c-.092-.046-.19-.08-.281-.125l-1.031-.532-.532-.5v-.531c.416-.305.767-.747 1.032-1.25a7 7 0 0 1-.813-1.937c-.302-.31-.585-.654-.75-1.156a3.4 3.4 0 0 1-.156-1.5c.055-.398.246-.774.625-.97-.112-.072-.257-.128-.375-.187-.06-.029-.095-.069-.156-.093-.044-.018-.081-.016-.125-.032-.133-.046-.268-.101-.407-.125-.01-.001-.02.002-.03 0a2.5 2.5 0 0 0-.407-.031",
18
- fill: c
15
+ d: "m6.25 6.5c-0.2109 0-0.4259 0.0126-0.625 0.0625-0.1166 0.0296-0.2316 0.0795-0.3438 0.125-0.0434 0.0177-0.0824 0.0424-0.125 0.0625-0.0177 0.0082-0.0136 0.0226-0.0312 0.0312-0.1058 0.0524-0.2128 0.0904-0.3125 0.1563-0.014 0.0091-0.0486 0.0219-0.0625 0.0313-0.0293 0.02-0.0338 0.0412-0.0625 0.0624-0.0816 0.0586-0.1734 0.121-0.25 0.1876-0.0699 0.0628-0.1221 0.149-0.1875 0.2187-0.2212 0.2269-0.4376 0.4686-0.5938 0.75-0.2682 0.4703-0.4468 0.9855-0.5312 1.5313-0.0407-0.0086-0.0893-0.0118-0.125 0-0.2733 0.0888-0.3342 0.6092-0.1562 1.1562 0.1044 0.321 0.2603 0.576 0.4374 0.719 0.238 0.925 0.7497 1.704 1.4063 2.187v0.531l-0.5313 0.5-1.0312 0.532c-0.8416 0.417-1.6906 0.833-2.5312 1.25-0.4659 0.281-0.63821 0.826-0.5938 1.344 0.021682 0.325-0.10493 0.751 0.21875 0.968 0.3075 0.158 0.69739 0.068 1.0312 0.094h1.8125c0.1817-0.238 0.4088-0.458 0.6875-0.625l0.0312-0.031h0.0313c1.411-0.693 2.8041-1.4 4.2187-2.094l1.625-0.781c-0.0921-0.046-0.1892-0.08-0.2812-0.125l-1.0312-0.532-0.5313-0.5v-0.531c0.4155-0.305 0.7667-0.747 1.0313-1.25-0.3565-0.576-0.6309-1.238-0.8126-1.937-0.3019-0.31-0.5849-0.6542-0.75-1.1565-0.1699-0.5171-0.2184-1.0514-0.1562-1.5 0.0551-0.3974 0.246-0.7736 0.625-0.9687-0.1116-0.0725-0.2568-0.129-0.375-0.1876-0.0596-0.0292-0.095-0.0689-0.1562-0.0937-0.0435-0.0177-0.0808-0.0159-0.125-0.0313-0.1329-0.046-0.2681-0.1014-0.4063-0.125-0.0106-0.0016-0.0206 0.0018-0.0313 0-0.1297-0.0204-0.2733-0.0327-0.4062-0.0312z",
16
+ transform: "translate(0 1028.4)",
17
+ fill: t
19
18
  }
20
19
  ),
21
20
  /* @__PURE__ */ l.jsx(
22
21
  "path",
23
22
  {
24
- d: "M13.499 1030.6c-.354 0-.703 0-1.038.1-.195 0-.385.1-.573.2-.073 0-.147 0-.219.1h-.082q-.266.15-.519.3h-.082c-.049.1-.088.1-.136.2-.137.1-.281.1-.41.3-.117.1-.218.2-.328.3-.371.4-.693.8-.955 1.3-.451.7-.787 1.6-.93 2.5h-.19c-.46.2-.572 1-.274 1.9.176.6.468 1 .765 1.2.4 1.6 1.246 2.9 2.349 3.7v.9l-.874.8-1.748.9-4.233 2.1c-.783.4-1.086 1.4-1.011 2.2.036.6-.161 1.3.382 1.6.517.3 1.133.1 1.694.1h11.908c2.069 0 4.132.1 6.201 0 .671 0 .857-.7.792-1.3.012-.8.06-1.7-.574-2.3-.517-.5-1.253-.7-1.884-1.1-.927-.4-1.86-.9-2.786-1.3l-1.749-.9-.874-.8v-.9c1.103-.8 1.95-2.1 2.349-3.7.298-.2.59-.6.765-1.2.299-.9.186-1.7-.273-1.9h-.191c-.142-.9-.478-1.8-.929-2.5-.262-.5-.584-.9-.956-1.3-.11-.1-.21-.2-.328-.3h-.027c-.342-.3-.723-.6-1.12-.8-.1 0-.197-.1-.3-.1-.073 0-.144-.1-.219-.1-.223-.1-.45-.1-.683-.2h-.71",
25
- fill: c
23
+ d: "m13.499 1030.6c-0.354 0-0.703 0-1.038 0.1-0.195 0-0.385 0.1-0.573 0.2-0.073 0-0.147 0-0.219 0.1h-0.082c-0.177 0.1-0.351 0.2-0.519 0.3h-0.082c-0.049 0.1-0.088 0.1-0.136 0.2-0.137 0.1-0.281 0.1-0.41 0.3-0.117 0.1-0.218 0.2-0.328 0.3-0.3711 0.4-0.6932 0.8-0.9555 1.3-0.4505 0.7-0.7868 1.6-0.9287 2.5h-0.1912c-0.459 0.2-0.572 1-0.2731 1.9 0.1754 0.6 0.4673 1 0.7648 1.2 0.3996 1.6 1.2461 2.9 2.3487 3.7v0.9l-0.874 0.8-1.7479 0.9c-1.4135 0.7-2.8216 1.4-4.2335 2.1-0.7825 0.4-1.0852 1.4-1.0106 2.2 0.0364 0.6-0.1613 1.3 0.3823 1.6 0.5165 0.3 1.1327 0.1 1.6935 0.1h4.9162 6.992c2.069 0 4.132 0.1 6.201 0 0.671 0 0.857-0.7 0.792-1.3 0.012-0.8 0.06-1.7-0.574-2.3-0.517-0.5-1.253-0.7-1.884-1.1-0.927-0.4-1.86-0.9-2.786-1.3l-1.749-0.9-0.874-0.8v-0.9c1.103-0.8 1.95-2.1 2.349-3.7 0.298-0.2 0.59-0.6 0.765-1.2 0.299-0.9 0.186-1.7-0.273-1.9h-0.191c-0.142-0.9-0.478-1.8-0.929-2.5-0.262-0.5-0.584-0.9-0.956-1.3-0.11-0.1-0.21-0.2-0.328-0.3h-0.027c-0.342-0.3-0.723-0.6-1.12-0.8-0.1 0-0.197-0.1-0.3-0.1-0.073 0-0.144-0.1-0.219-0.1-0.223-0.1-0.45-0.1-0.683-0.2h-0.054-0.656z",
24
+ fill: t
26
25
  }
27
26
  )
28
27
  ] })
29
28
  }
30
29
  );
31
30
  export {
32
- e as default
31
+ s as default
33
32
  };
@@ -0,0 +1,4 @@
1
+ import r from "./ProfileGroupFilled.js";
2
+ export {
3
+ r as default
4
+ };
@@ -1,33 +1,32 @@
1
- import { j as l } from "../../../_virtual/jsx-runtime.js";
2
- import i from "../../../colors/grey.js";
3
- const s = ({ color: a = i.m500, size: e = 24, ...t }) => /* @__PURE__ */ l.jsx(
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ const n = ({ size: l = 24, color: r = "currentColor", ...s }) => /* @__PURE__ */ t.jsx(
4
3
  "svg",
5
4
  {
5
+ width: l,
6
+ height: l,
6
7
  viewBox: "0 0 24 24",
7
- width: e,
8
- height: e,
9
8
  fill: "none",
10
9
  xmlns: "http://www.w3.org/2000/svg",
11
- "aria-label": "Profile Male Filled",
12
- ...t,
13
- children: /* @__PURE__ */ l.jsxs("g", { transform: "translate(0 -1028.4)", children: [
14
- /* @__PURE__ */ l.jsx(
10
+ ...s,
11
+ children: /* @__PURE__ */ t.jsxs("g", { transform: "translate(0 -1028.4)", children: [
12
+ /* @__PURE__ */ t.jsx(
15
13
  "path",
16
14
  {
17
- d: "M12 1028.4a4.9 4.9 0 0 0-1.844.375c-.083.034-.168.055-.25.094-.034.016-.06.046-.094.062q-.305.152-.593.344c-.027.017-.067.013-.094.031-.056.039-.101.084-.156.125-.157.113-.322.216-.469.344-.134.12-.25.272-.375.406a6.7 6.7 0 0 0-1.094 1.438c-.515.903-.9 1.92-1.062 2.969a.4.4 0 0 0-.219 0c-.525.17-.655 1.168-.313 2.218.201.616.535 1.102.875 1.375.458 1.778 1.426 3.26 2.688 4.188v1.031l-1 1-2 1c-1.617.801-3.228 1.605-4.844 2.406-.895.54-1.241 1.6-1.156 2.594.042.626-.184 1.427.437 1.844.591.304 1.296.106 1.938.156H16c2.367 0 4.727.004 7.094 0 .768-.054.981-.865.906-1.5.014-.932.069-1.976-.656-2.688-.592-.602-1.434-.84-2.156-1.25-1.061-.525-2.128-1.037-3.188-1.562l-2-1-1-1v-1.031c1.262-.928 2.23-2.41 2.688-4.188.34-.273.674-.759.874-1.375.342-1.05.213-2.048-.312-2.219a.4.4 0 0 0-.219 0c-.162-1.048-.547-2.065-1.062-2.968a6.7 6.7 0 0 0-1.094-1.438c-.126-.134-.241-.285-.375-.406-.006-.005-.025.006-.031 0a5.7 5.7 0 0 0-1.281-.844 5.186 5.186 0 0 0-.594-.25 5 5 0 0 0-.782-.218c-.02-.004-.042.003-.062 0a4.5 4.5 0 0 0-.75-.063",
18
- fill: a
15
+ d: "m12 0c-0.405 0-0.805 0.060326-1.188 0.15625-0.224 0.05678-0.44 0.13135-0.656 0.21875-0.083 0.03401-0.1679 0.05534-0.2498 0.09375-0.034 0.01583-0.06 0.04594-0.0937 0.0625-0.2032 0.10058-0.4021 0.21704-0.5937 0.34375-0.027 0.0174-0.0671 0.01339-0.0938 0.03125-0.0563 0.03864-0.101 0.08419-0.1562 0.12495-0.1569 0.1126-0.3216 0.216-0.4688 0.3438-0.1342 0.1207-0.2494 0.2724-0.375 0.4062-0.4251 0.4359-0.7936 0.8971-1.0938 1.4376-0.5154 0.9034-0.9002 1.9205-1.0624 2.9687-0.0783-0.0165-0.1501-0.0224-0.2188 0-0.5251 0.171-0.6545 1.1685-0.3125 2.2187 0.2007 0.6163 0.5346 1.1015 0.875 1.375 0.4573 1.7778 1.4257 3.2598 2.6875 4.1878v1.031l-1 1-2 1c-1.6173 0.801-3.2284 1.605-4.8438 2.406-0.89513 0.54-1.2415 1.6-1.1562 2.594 0.041664 0.626-0.18448 1.427 0.4375 1.844 0.5909 0.304 1.2959 0.106 1.9375 0.156 1.8766-0.001 3.7484 0 5.625 0 2.669 0.001 5.331 0 8 0 2.367 0 4.727 0.004 7.094 0 0.768-0.054 0.981-0.865 0.906-1.5 0.014-0.932 0.069-1.976-0.656-2.688-0.592-0.602-1.434-0.84-2.156-1.25-1.061-0.525-2.128-1.037-3.188-1.562l-2-1-1-1v-1.031c1.262-0.928 2.23-2.41 2.688-4.1878 0.34-0.2736 0.674-0.7588 0.874-1.375 0.342-1.0502 0.213-2.0477-0.312-2.2187-0.069-0.0224-0.14-0.0165-0.219 0-0.162-1.0482-0.547-2.0653-1.062-2.9687-0.3-0.5405-0.669-1.0017-1.094-1.4376-0.126-0.1338-0.241-0.2855-0.375-0.4062-0.006-0.0055-0.025 0.0055-0.031 0-0.392-0.3499-0.827-0.61894-1.281-0.84375-0.115-0.05622-0.227-0.10854-0.344-0.15625-0.084-0.03401-0.165-0.06426-0.25-0.09375-0.255-0.08848-0.516-0.17356-0.782-0.21875-0.02-0.003405-0.042 0.003148-0.062 0-0.249-0.039144-0.495-0.06525-0.75-0.0625z",
16
+ transform: "translate(0 1028.4)",
17
+ fill: r
19
18
  }
20
19
  ),
21
- /* @__PURE__ */ l.jsx(
20
+ /* @__PURE__ */ t.jsx(
22
21
  "path",
23
22
  {
24
- d: "M0 1051.4c.026.3.127.6.438.8.59.3 1.295.1 1.937.2h20.719c.576-.1.842-.5.906-1z",
25
- fill: a
23
+ d: "m0 1051.4c0.026419 0.3 0.12651 0.6 0.4375 0.8 0.5909 0.3 1.2959 0.1 1.9375 0.2h5.625 8 7.094c0.576-0.1 0.842-0.5 0.906-1h-24z",
24
+ fill: r
26
25
  }
27
26
  )
28
27
  ] })
29
28
  }
30
29
  );
31
30
  export {
32
- s as default
31
+ n as default
33
32
  };
@@ -0,0 +1,4 @@
1
+ import l from "./ProfileMaleFilled.js";
2
+ export {
3
+ l as default
4
+ };
@@ -1,24 +1,35 @@
1
- import { j as a } from "../../../_virtual/jsx-runtime.js";
2
- import t from "../../../colors/grey.js";
3
- const o = ({ color: e = t.m500, size: l = 24, ...i }) => /* @__PURE__ */ a.jsx(
1
+ import { j as c } from "../../../_virtual/jsx-runtime.js";
2
+ const e = ({ size: n = 24, color: l = "currentColor", ...t }) => /* @__PURE__ */ c.jsx(
4
3
  "svg",
5
4
  {
5
+ width: n,
6
+ height: n,
6
7
  viewBox: "0 0 36 32",
7
- width: l,
8
- height: l,
9
8
  fill: "none",
10
9
  xmlns: "http://www.w3.org/2000/svg",
11
- "aria-label": "Profile Male Outline",
12
- ...i,
13
- children: /* @__PURE__ */ a.jsx("g", { children: /* @__PURE__ */ a.jsx(
10
+ ...t,
11
+ children: /* @__PURE__ */ c.jsx("g", { children: /* @__PURE__ */ c.jsx(
14
12
  "path",
15
13
  {
16
- fill: e,
17
- d: "M.5 31.983a.503.503 0 0 0 .612-.354c1.03-3.843 5.216-4.839 7.718-5.435.627-.149 1.122-.267 1.444-.406 2.85-1.237 3.779-3.227 4.057-4.679a.5.5 0 0 0-.165-.473c-1.484-1.281-2.736-3.204-3.526-5.416a.5.5 0 0 0-.103-.171c-1.045-1.136-1.645-2.337-1.645-3.294 0-.559.211-.934.686-1.217a.5.5 0 0 0 .243-.408C10.042 5.036 13.67 1.026 18.12 1l.107.007c4.472.062 8.077 4.158 8.206 9.324a.5.5 0 0 0 .178.369c.313.265.459.601.459 1.057 0 .801-.427 1.786-1.201 2.772a.5.5 0 0 0-.084.158c-.8 2.536-2.236 4.775-3.938 6.145a.5.5 0 0 0-.178.483c.278 1.451 1.207 3.44 4.057 4.679.337.146.86.26 1.523.403 2.477.536 6.622 1.435 7.639 5.232a.5.5 0 0 0 .966-.26c-1.175-4.387-5.871-5.404-8.393-5.95-.585-.127-1.09-.236-1.336-.344-1.86-.808-3.006-2.039-3.411-3.665 1.727-1.483 3.172-3.771 3.998-6.337.877-1.14 1.359-2.314 1.359-3.317 0-.669-.216-1.227-.644-1.663C27.189 4.489 23.19.076 18.227.005l-.149-.002c-4.873.026-8.889 4.323-9.24 9.83-.626.46-.944 1.105-.944 1.924 0 1.183.669 2.598 1.84 3.896.809 2.223 2.063 4.176 3.556 5.543-.403 1.632-1.55 2.867-3.414 3.676-.241.105-.721.22-1.277.352-2.541.604-7.269 1.729-8.453 6.147a.5.5 0 0 0 .354.612"
14
+ fill: l,
15
+ d: `M0.5,31.983c0.268,0.067,0.542-0.088,0.612-0.354c1.03-3.843,5.216-4.839,7.718-5.435
16
+ c0.627-0.149,1.122-0.267,1.444-0.406c2.85-1.237,3.779-3.227,4.057-4.679c0.034-0.175-0.029-0.355-0.165-0.473
17
+ c-1.484-1.281-2.736-3.204-3.526-5.416c-0.022-0.063-0.057-0.121-0.103-0.171c-1.045-1.136-1.645-2.337-1.645-3.294
18
+ c0-0.559,0.211-0.934,0.686-1.217c0.145-0.087,0.236-0.24,0.243-0.408C10.042,5.036,13.67,1.026,18.12,1
19
+ c0.005,0,0.102,0.007,0.107,0.007c4.472,0.062,8.077,4.158,8.206,9.324c0.004,0.143,0.068,0.277,0.178,0.369
20
+ c0.313,0.265,0.459,0.601,0.459,1.057c0,0.801-0.427,1.786-1.201,2.772c-0.037,0.047-0.065,0.101-0.084,0.158
21
+ c-0.8,2.536-2.236,4.775-3.938,6.145c-0.144,0.116-0.212,0.302-0.178,0.483c0.278,1.451,1.207,3.44,4.057,4.679
22
+ c0.337,0.146,0.86,0.26,1.523,0.403c2.477,0.536,6.622,1.435,7.639,5.232c0.06,0.223,0.262,0.37,0.482,0.37
23
+ c0.043,0,0.086-0.006,0.13-0.017c0.267-0.072,0.425-0.346,0.354-0.613c-1.175-4.387-5.871-5.404-8.393-5.95
24
+ c-0.585-0.127-1.09-0.236-1.336-0.344c-1.86-0.808-3.006-2.039-3.411-3.665c1.727-1.483,3.172-3.771,3.998-6.337
25
+ c0.877-1.14,1.359-2.314,1.359-3.317c0-0.669-0.216-1.227-0.644-1.663C27.189,4.489,23.19,0.076,18.227,0.005l-0.149-0.002
26
+ c-4.873,0.026-8.889,4.323-9.24,9.83c-0.626,0.46-0.944,1.105-0.944,1.924c0,1.183,0.669,2.598,1.84,3.896
27
+ c0.809,2.223,2.063,4.176,3.556,5.543c-0.403,1.632-1.55,2.867-3.414,3.676c-0.241,0.105-0.721,0.22-1.277,0.352
28
+ c-2.541,0.604-7.269,1.729-8.453,6.147C0.075,31.638,0.233,31.911,0.5,31.983z`
18
29
  }
19
30
  ) })
20
31
  }
21
32
  );
22
33
  export {
23
- o as default
34
+ e as default
24
35
  };
@@ -0,0 +1,4 @@
1
+ import o from "./ProfileMaleOutline.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 l from "../../../colors/grey.js";
3
- const h = ({ color: t = l.m500, size: r = 24, ...s }) => /* @__PURE__ */ e.jsx(
2
+ const n = ({ size: t = 24, color: r = "currentColor", ...s }) => /* @__PURE__ */ e.jsxs(
4
3
  "svg",
5
4
  {
5
+ width: t,
6
+ height: t,
6
7
  viewBox: "0 0 32 32",
7
- width: r,
8
- height: r,
9
8
  fill: "none",
10
9
  xmlns: "http://www.w3.org/2000/svg",
11
- "aria-label": "Search",
12
10
  ...s,
13
- children: /* @__PURE__ */ e.jsx("g", { stroke: t, strokeWidth: "1", fill: t, fillRule: "evenodd", children: /* @__PURE__ */ e.jsx("g", { transform: "translate(-256 -1139)", fill: t, children: /* @__PURE__ */ e.jsx("path", { d: "M269.46 1163.45c-6.29 0-11.389-5.01-11.389-11.2s5.099-11.21 11.389-11.21 11.39 5.02 11.39 11.21-5.1 11.2-11.39 11.2m18.228 5.8-8.259-8.13c2.162-2.35 3.491-5.45 3.491-8.87 0-7.32-6.026-13.25-13.46-13.25s-13.46 5.93-13.46 13.25c0 7.31 6.026 13.24 13.46 13.24a13.52 13.52 0 0 0 8.472-2.96l8.292 8.16c.405.4 1.06.4 1.464 0 .405-.39.405-1.04 0-1.44" }) }) })
11
+ children: [
12
+ /* @__PURE__ */ e.jsx("title", { children: "search" }),
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(-256.000000, -1139.000000)",
30
+ fill: r,
31
+ children: /* @__PURE__ */ e.jsx(
32
+ "path",
33
+ {
34
+ d: "M269.46,1163.45 C263.17,1163.45 258.071,1158.44 258.071,1152.25 C258.071,1146.06 263.17,1141.04 269.46,1141.04 C275.75,1141.04 280.85,1146.06 280.85,1152.25 C280.85,1158.44 275.75,1163.45 269.46,1163.45 L269.46,1163.45 Z M287.688,1169.25 L279.429,1161.12 C281.591,1158.77 282.92,1155.67 282.92,1152.25 C282.92,1144.93 276.894,1139 269.46,1139 C262.026,1139 256,1144.93 256,1152.25 C256,1159.56 262.026,1165.49 269.46,1165.49 C272.672,1165.49 275.618,1164.38 277.932,1162.53 L286.224,1170.69 C286.629,1171.09 287.284,1171.09 287.688,1170.69 C288.093,1170.3 288.093,1169.65 287.688,1169.25 L287.688,1169.25 Z",
35
+ id: "search",
36
+ "sketch:type": "MSShapeGroup"
37
+ }
38
+ )
39
+ }
40
+ )
41
+ }
42
+ )
43
+ ]
14
44
  }
15
45
  );
16
46
  export {
17
- h as default
47
+ n as default
18
48
  };
@@ -0,0 +1,4 @@
1
+ import r from "./Search.js";
2
+ export {
3
+ r as default
4
+ };
@@ -1,24 +1,22 @@
1
1
  import { j as t } from "../../../_virtual/jsx-runtime.js";
2
- import e from "../../../colors/grey.js";
3
- const s = ({ color: i = e.m500, size: l = 24, ...c }) => /* @__PURE__ */ t.jsx(
2
+ const i = ({ size: C = 24, color: o = "currentColor", ...l }) => /* @__PURE__ */ t.jsx(
4
3
  "svg",
5
4
  {
5
+ width: C,
6
+ height: C,
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": "Setting Filled",
12
- ...c,
10
+ ...l,
13
11
  children: /* @__PURE__ */ t.jsx(
14
12
  "path",
15
13
  {
16
- d: "M20.1 9.221c-1.81 0-2.55-1.28-1.65-2.85.52-.91.21-2.07-.7-2.59l-1.73-.99c-.79-.47-1.81-.19-2.28.6l-.11.19c-.9 1.57-2.38 1.57-3.29 0l-.11-.19a1.64 1.64 0 0 0-2.26-.6l-1.73.99c-.91.52-1.22 1.69-.7 2.6.91 1.56.17 2.84-1.64 2.84-1.04 0-1.9.85-1.9 1.9v1.76c0 1.04.85 1.9 1.9 1.9 1.81 0 2.55 1.28 1.64 2.85-.52.91-.21 2.07.7 2.59l1.73.99c.79.47 1.81.19 2.28-.6l.11-.19c.9-1.57 2.38-1.57 3.29 0l.11.19c.47.79 1.49 1.07 2.28.6l1.73-.99c.91-.52 1.22-1.69.7-2.59-.91-1.57-.17-2.85 1.64-2.85 1.04 0 1.9-.85 1.9-1.9v-1.76a1.92 1.92 0 0 0-1.91-1.9m-8.1 6.03c-1.79 0-3.25-1.46-3.25-3.25s1.46-3.25 3.25-3.25 3.25 1.46 3.25 3.25-1.46 3.25-3.25 3.25",
17
- fill: i
14
+ d: "M20.1 9.2214C18.29 9.2214 17.55 7.9414 18.45 6.3714C18.97 5.4614 18.66 4.3014 17.75 3.7814L16.02 2.7914C15.23 2.3214 14.21 2.6014 13.74 3.3914L13.63 3.5814C12.73 5.1514 11.25 5.1514 10.34 3.5814L10.23 3.3914C9.78 2.6014 8.76 2.3214 7.97 2.7914L6.24 3.7814C5.33 4.3014 5.02 5.4714 5.54 6.3814C6.45 7.9414 5.71 9.2214 3.9 9.2214C2.86 9.2214 2 10.0714 2 11.1214V12.8814C2 13.9214 2.85 14.7814 3.9 14.7814C5.71 14.7814 6.45 16.0614 5.54 17.6314C5.02 18.5414 5.33 19.7014 6.24 20.2214L7.97 21.2114C8.76 21.6814 9.78 21.4014 10.25 20.6114L10.36 20.4214C11.26 18.8514 12.74 18.8514 13.65 20.4214L13.76 20.6114C14.23 21.4014 15.25 21.6814 16.04 21.2114L17.77 20.2214C18.68 19.7014 18.99 18.5314 18.47 17.6314C17.56 16.0614 18.3 14.7814 20.11 14.7814C21.15 14.7814 22.01 13.9314 22.01 12.8814V11.1214C22 10.0814 21.15 9.2214 20.1 9.2214ZM12 15.2514C10.21 15.2514 8.75 13.7914 8.75 12.0014C8.75 10.2114 10.21 8.7514 12 8.7514C13.79 8.7514 15.25 10.2114 15.25 12.0014C15.25 13.7914 13.79 15.2514 12 15.2514Z",
15
+ fill: o
18
16
  }
19
17
  )
20
18
  }
21
19
  );
22
20
  export {
23
- s as default
21
+ i as default
24
22
  };
@@ -0,0 +1,4 @@
1
+ import e from "./SettingFilled.js";
2
+ export {
3
+ e as default
4
+ };
@@ -1,24 +1,22 @@
1
1
  import { j as a } from "../../../_virtual/jsx-runtime.js";
2
- import e from "../../../colors/grey.js";
3
- const r = ({ color: t = e.m500, size: l = 24, ...i }) => /* @__PURE__ */ a.jsx(
2
+ const e = ({ size: l = 24, color: t = "currentColor", ...o }) => /* @__PURE__ */ a.jsx(
4
3
  "svg",
5
4
  {
6
- viewBox: "0 0 1024 1024",
7
5
  width: l,
8
6
  height: l,
7
+ viewBox: "0 0 1024 1024",
9
8
  fill: "none",
10
9
  xmlns: "http://www.w3.org/2000/svg",
11
- "aria-label": "Setting Outline",
12
- ...i,
10
+ ...o,
13
11
  children: /* @__PURE__ */ a.jsx(
14
12
  "path",
15
13
  {
16
14
  fill: t,
17
- d: "M600.704 64a32 32 0 0 1 30.464 22.208l35.2 109.376c14.784 7.232 28.928 15.36 42.432 24.512l112.384-24.192a32 32 0 0 1 34.432 15.36L944.32 364.8a32 32 0 0 1-4.032 37.504l-77.12 85.12a357 357 0 0 1 0 49.024l77.12 85.248a32 32 0 0 1 4.032 37.504l-88.704 153.6a32 32 0 0 1-34.432 15.296L708.8 803.904c-13.44 9.088-27.648 17.28-42.368 24.512l-35.264 109.376A32 32 0 0 1 600.704 960H423.296a32 32 0 0 1-30.464-22.208L357.696 828.48a352 352 0 0 1-42.56-24.64l-112.32 24.256a32 32 0 0 1-34.432-15.36L79.68 659.2a32 32 0 0 1 4.032-37.504l77.12-85.248a357 357 0 0 1 0-48.896l-77.12-85.248A32 32 0 0 1 79.68 364.8l88.704-153.6a32 32 0 0 1 34.432-15.296l112.32 24.256c13.568-9.152 27.776-17.408 42.56-24.64l35.2-109.312A32 32 0 0 1 423.232 64H600.64zm-23.424 64H446.72l-36.352 113.088-24.512 11.968a294 294 0 0 0-34.816 20.096l-22.656 15.36-116.224-25.088-65.28 113.152 79.68 88.192-1.92 27.136a293 293 0 0 0 0 40.192l1.92 27.136-79.808 88.192 65.344 113.152 116.224-25.024 22.656 15.296a294 294 0 0 0 34.816 20.096l24.512 11.968L446.72 896h130.688l36.48-113.152 24.448-11.904a288 288 0 0 0 34.752-20.096l22.592-15.296 116.288 25.024 65.28-113.152-79.744-88.192 1.92-27.136a293 293 0 0 0 0-40.256l-1.92-27.136 79.808-88.128-65.344-113.152-116.288 24.96-22.592-15.232a288 288 0 0 0-34.752-20.096l-24.448-11.904L577.344 128zM512 320a192 192 0 1 1 0 384 192 192 0 0 1 0-384m0 64a128 128 0 1 0 0 256 128 128 0 0 0 0-256"
15
+ d: "M600.704 64a32 32 0 0 1 30.464 22.208l35.2 109.376c14.784 7.232 28.928 15.36 42.432 24.512l112.384-24.192a32 32 0 0 1 34.432 15.36L944.32 364.8a32 32 0 0 1-4.032 37.504l-77.12 85.12a357.12 357.12 0 0 1 0 49.024l77.12 85.248a32 32 0 0 1 4.032 37.504l-88.704 153.6a32 32 0 0 1-34.432 15.296L708.8 803.904c-13.44 9.088-27.648 17.28-42.368 24.512l-35.264 109.376A32 32 0 0 1 600.704 960H423.296a32 32 0 0 1-30.464-22.208L357.696 828.48a351.616 351.616 0 0 1-42.56-24.64l-112.32 24.256a32 32 0 0 1-34.432-15.36L79.68 659.2a32 32 0 0 1 4.032-37.504l77.12-85.248a357.12 357.12 0 0 1 0-48.896l-77.12-85.248A32 32 0 0 1 79.68 364.8l88.704-153.6a32 32 0 0 1 34.432-15.296l112.32 24.256c13.568-9.152 27.776-17.408 42.56-24.64l35.2-109.312A32 32 0 0 1 423.232 64H600.64zm-23.424 64H446.72l-36.352 113.088-24.512 11.968a294.113 294.113 0 0 0-34.816 20.096l-22.656 15.36-116.224-25.088-65.28 113.152 79.68 88.192-1.92 27.136a293.12 293.12 0 0 0 0 40.192l1.92 27.136-79.808 88.192 65.344 113.152 116.224-25.024 22.656 15.296a294.113 294.113 0 0 0 34.816 20.096l24.512 11.968L446.72 896h130.688l36.48-113.152 24.448-11.904a288.282 288.282 0 0 0 34.752-20.096l22.592-15.296 116.288 25.024 65.28-113.152-79.744-88.192 1.92-27.136a293.12 293.12 0 0 0 0-40.256l-1.92-27.136 79.808-88.128-65.344-113.152-116.288 24.96-22.592-15.232a287.616 287.616 0 0 0-34.752-20.096l-24.448-11.904L577.344 128zM512 320a192 192 0 1 1 0 384 192 192 0 0 1 0-384zm0 64a128 128 0 1 0 0 256 128 128 0 0 0 0-256z"
18
16
  }
19
17
  )
20
18
  }
21
19
  );
22
20
  export {
23
- r as default
21
+ e as default
24
22
  };
@@ -0,0 +1,4 @@
1
+ import e from "./SettingOutline.js";
2
+ export {
3
+ e as default
4
+ };