meticulous-ui 1.1.2 → 1.1.3

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 (122) hide show
  1. package/colors/amber.js +19 -0
  2. package/colors/black.js +25 -0
  3. package/colors/blue.js +19 -0
  4. package/colors/blueGray.js +15 -0
  5. package/colors/brown.js +15 -0
  6. package/colors/cider.js +15 -0
  7. package/colors/cyan.js +19 -0
  8. package/colors/deepOrange.js +19 -0
  9. package/colors/deepPurple.js +19 -0
  10. package/colors/green.js +19 -0
  11. package/colors/grey.js +15 -0
  12. package/colors/indigo.js +19 -0
  13. package/colors/lightBlue.js +19 -0
  14. package/colors/lightGreen.js +19 -0
  15. package/colors/lime.js +19 -0
  16. package/colors/orange.js +19 -0
  17. package/colors/pink.js +19 -0
  18. package/colors/purple.js +19 -0
  19. package/colors/red.js +19 -0
  20. package/colors/teal.js +19 -0
  21. package/colors/violet.js +19 -0
  22. package/colors/white.js +4 -0
  23. package/colors/yellow.js +19 -0
  24. package/components/Icons/Add/Add.js +47 -0
  25. package/components/Icons/AddCircle/AddCircle.js +35 -0
  26. package/components/Icons/AddCircleFilled/AddCircleFilled.js +26 -0
  27. package/components/Icons/ArrowDown/ArrowDown.js +26 -0
  28. package/components/Icons/ArrowLeft/ArrowLeft.js +27 -0
  29. package/components/Icons/ArrowRight/ArrowRight.js +27 -0
  30. package/components/Icons/ArrowUp/ArrowUp.js +26 -0
  31. package/components/Icons/BellFilled/BellFilled.js +26 -0
  32. package/components/Icons/BellOffFilled/BellOffFilled.js +37 -0
  33. package/components/Icons/BellOffOutline/BellOffOutline.js +38 -0
  34. package/components/Icons/BellOutline/BellOutline.js +39 -0
  35. package/components/Icons/BookmarkFilled/BookmarkFilled.js +18 -0
  36. package/components/Icons/BookmarkOutline/BookmarkOutline.js +26 -0
  37. package/components/Icons/ChevronDown/ChevronDown.js +27 -0
  38. package/components/Icons/ChevronLeft/ChevronLeft.js +27 -0
  39. package/components/Icons/ChevronRight/ChevronRight.js +27 -0
  40. package/components/Icons/ChevronUp/ChevronUp.js +27 -0
  41. package/components/Icons/ClockCircleOutline/ClockCircleOutline.js +30 -0
  42. package/components/Icons/ClockSquareOutline/ClockSquareOutline.js +37 -0
  43. package/components/Icons/Close/Close.js +24 -0
  44. package/components/Icons/CloseCircleFilled/CloseCircleFilled.js +26 -0
  45. package/components/Icons/CloseCircleOutline/CloseCircleOutline.js +27 -0
  46. package/components/Icons/CommentBubbleFilled/CommentBubbleFilled.js +18 -0
  47. package/components/Icons/CommentBubbleOutline/CommentBubbleOutline.js +18 -0
  48. package/components/Icons/CommentFilled/CommentFilled.js +18 -0
  49. package/components/Icons/CommentLineFilled/CommentLineFilled.js +18 -0
  50. package/components/Icons/CommentLineOutline/CommentLineOutline.js +18 -0
  51. package/components/Icons/CommentOutline/CommentOutline.js +18 -0
  52. package/components/Icons/ContactDetailsFilled/ContactDetailsFilled.js +18 -0
  53. package/components/Icons/ContactDetailsOutline/ContactDetailsOutline.js +18 -0
  54. package/components/Icons/DetailsOutline/DetailsOutline.js +18 -0
  55. package/components/Icons/DotsHorizontalFilled/DotsHorizontalFilled.js +24 -0
  56. package/components/Icons/DotsHorizontalOutline/DotsHorizontalOutline.js +27 -0
  57. package/components/Icons/DotsVerticalFilled/DotsVerticalFilled.js +24 -0
  58. package/components/Icons/DotsVerticalOutline/DotsVerticalOutline.js +27 -0
  59. package/components/Icons/ExitArrowInOutline/ExitArrowInOutline.js +27 -0
  60. package/components/Icons/ExitArrowOutOutline/ExitArrowOutOutline.js +27 -0
  61. package/components/Icons/HamburgerMenu/HamburgerMenu.js +26 -0
  62. package/components/Icons/HamburgerSpaced/HamburgerSpaced.js +18 -0
  63. package/components/Icons/HeartFilled/HeartFilled.js +24 -0
  64. package/components/Icons/HeartOutline/HeartOutline.js +29 -0
  65. package/components/Icons/HomeFilled/HomeFilled.js +26 -0
  66. package/components/Icons/HomeOutline/HomeOutline.js +26 -0
  67. package/components/Icons/Link/Link.js +37 -0
  68. package/components/Icons/LockClosedFilled/LockClosedFilled.js +26 -0
  69. package/components/Icons/LockClosedOutline/LockClosedOutline.js +30 -0
  70. package/components/Icons/LockOpenFilled/LockOpenFilled.js +26 -0
  71. package/components/Icons/LockOpenOutline/LockOpenOutline.js +38 -0
  72. package/components/Icons/Minus/Minus.js +27 -0
  73. package/components/Icons/MinusCircle/MinusCircle.js +18 -0
  74. package/components/Icons/MinusCircleFilled/MinusCircleFilled.js +18 -0
  75. package/components/Icons/ProfileFemaleOutline/ProfileFemaleOutline.js +24 -0
  76. package/components/Icons/ProfileGroupFilled/ProfileGroupFilled.js +33 -0
  77. package/components/Icons/ProfileMaleFilled/ProfileMaleFilled.js +33 -0
  78. package/components/Icons/ProfileMaleOutline/ProfileMaleOutline.js +24 -0
  79. package/components/Icons/Search/Search.js +18 -0
  80. package/components/Icons/SettingFilled/SettingFilled.js +24 -0
  81. package/components/Icons/SettingOutline/SettingOutline.js +24 -0
  82. package/components/Icons/ShareAllFilled/ShareAllFilled.js +26 -0
  83. package/components/Icons/ShareAllOutline/ShareAllOutline.js +29 -0
  84. package/components/Icons/ShareBoxOutline/ShareBoxOutline.js +24 -0
  85. package/components/Icons/ShareFilled/ShareFilled.js +35 -0
  86. package/components/Icons/ShareOutline/ShareOutline.js +38 -0
  87. package/components/Icons/ShareThickFilled/ShareThickFilled.js +24 -0
  88. package/components/Icons/ShieldCheckFilled/ShieldCheckFilled.js +26 -0
  89. package/components/Icons/ShieldCheckOutline/ShieldCheckOutline.js +37 -0
  90. package/components/Icons/ShieldCrossFilled/ShieldCrossFilled.js +26 -0
  91. package/components/Icons/ShieldCrossOutline/ShieldCrossOutline.js +28 -0
  92. package/components/Icons/ShieldWarningFilled/ShieldWarningFilled.js +26 -0
  93. package/components/Icons/ShieldWarningOutline/ShieldWarningOutline.js +29 -0
  94. package/components/Icons/StarFilled/StarFilled.js +24 -0
  95. package/components/Icons/StarOutline/StarOutline.js +24 -0
  96. package/components/Icons/ThumbsDownFilled/ThumbsDownFilled.js +24 -0
  97. package/components/Icons/ThumbsDownOutline/ThumbsDownOutline.js +24 -0
  98. package/components/Icons/ThumbsUpFilled/ThumbsUpFilled.js +24 -0
  99. package/components/Icons/ThumbsUpOutline/ThumbsUpOutline.js +24 -0
  100. package/components/Icons/Upload/Upload.js +33 -0
  101. package/components/Icons/UploadBoxFilled/UploadBoxFilled.js +26 -0
  102. package/components/Icons/UploadBoxOutline/UploadBoxOutline.js +35 -0
  103. package/components/Icons/WalletFilled/WalletFilled.js +18 -0
  104. package/components/Icons/WalletOutline/WalletOutline.js +18 -0
  105. package/components/Icons/index.js +167 -0
  106. package/components/Pagination/Pagination.js +60 -0
  107. package/components/Pagination/constants.js +24 -0
  108. package/components/Pagination/helpers.js +32 -0
  109. package/components/Pagination/index.js +4 -0
  110. package/components/Pagination/styles.js +75 -0
  111. package/components/Ripple/Ripple.js +26 -0
  112. package/components/Ripple/index.js +4 -0
  113. package/package.json +1 -1
  114. package/utils/capFirstLetter.js +4 -0
  115. package/utils/compose.js +4 -0
  116. package/utils/hasEqualProps.js +7 -0
  117. package/utils/isNonEmptyArray.js +4 -0
  118. package/dist/README.md +0 -192
  119. package/dist/package.json +0 -65
  120. /package/{dist/colors → colors}/index.js +0 -0
  121. /package/{dist/index.js → index.js} +0 -0
  122. /package/{dist/utils → utils}/index.js +0 -0
@@ -0,0 +1,27 @@
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ import i from "../../../colors/grey.js";
3
+ const a = ({ 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": "Dots Horizontal Outline",
12
+ ...e,
13
+ children: /* @__PURE__ */ t.jsx(
14
+ "path",
15
+ {
16
+ d: "M14 12a2 2 0 1 1-4 0 2 2 0 0 1 4 0M21 12a2 2 0 1 1-4 0 2 2 0 0 1 4 0M7 12a2 2 0 1 1-4 0 2 2 0 0 1 4 0",
17
+ stroke: r,
18
+ strokeWidth: "2",
19
+ strokeLinecap: "round",
20
+ strokeLinejoin: "round"
21
+ }
22
+ )
23
+ }
24
+ );
25
+ export {
26
+ a as default
27
+ };
@@ -0,0 +1,24 @@
1
+ import { j as l } from "../../../_virtual/jsx-runtime.js";
2
+ import e from "../../../colors/grey.js";
3
+ const s = ({ color: i = e.m500, size: t = 24, ...a }) => /* @__PURE__ */ l.jsx(
4
+ "svg",
5
+ {
6
+ viewBox: "0 0 16 16",
7
+ width: t,
8
+ height: t,
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ "aria-label": "Dots Vertical Filled",
12
+ ...a,
13
+ children: /* @__PURE__ */ l.jsx(
14
+ "path",
15
+ {
16
+ d: "M8 12a2 2 0 1 1 0 4 2 2 0 0 1 0-4M8 6a2 2 0 1 1 0 4 2 2 0 0 1 0-4M10 2a2 2 0 1 0-4 0 2 2 0 0 0 4 0",
17
+ fill: i
18
+ }
19
+ )
20
+ }
21
+ );
22
+ export {
23
+ s as default
24
+ };
@@ -0,0 +1,27 @@
1
+ import { j as o } from "../../../_virtual/jsx-runtime.js";
2
+ import i from "../../../colors/grey.js";
3
+ const n = ({ color: e = i.m500, size: t = 24, ...r }) => /* @__PURE__ */ o.jsx(
4
+ "svg",
5
+ {
6
+ viewBox: "0 0 24 24",
7
+ width: t,
8
+ height: t,
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ "aria-label": "Dots Vertical Outline",
12
+ ...r,
13
+ children: /* @__PURE__ */ o.jsx(
14
+ "path",
15
+ {
16
+ d: "M14 12a2 2 0 1 1-4 0 2 2 0 0 1 4 0M14 19a2 2 0 1 1-4 0 2 2 0 0 1 4 0M14 5a2 2 0 1 1-4 0 2 2 0 0 1 4 0",
17
+ stroke: e,
18
+ strokeWidth: "2",
19
+ strokeLinecap: "round",
20
+ strokeLinejoin: "round"
21
+ }
22
+ )
23
+ }
24
+ );
25
+ export {
26
+ n as default
27
+ };
@@ -0,0 +1,27 @@
1
+ import { j as r } from "../../../_virtual/jsx-runtime.js";
2
+ import i from "../../../colors/grey.js";
3
+ const m = ({ color: o = i.m500, size: t = 24, ...e }) => /* @__PURE__ */ r.jsx(
4
+ "svg",
5
+ {
6
+ viewBox: "0 0 24 24",
7
+ width: t,
8
+ height: t,
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ "aria-label": "Exit Arrow In Outline",
12
+ ...e,
13
+ children: /* @__PURE__ */ r.jsx("g", { children: /* @__PURE__ */ r.jsx(
14
+ "path",
15
+ {
16
+ d: "m12 15 3-3m0 0-3-3m3 3H4m0-4.752V7.2c0-1.12 0-1.68.218-2.108.192-.377.497-.682.874-.874C5.52 4 6.08 4 7.2 4h9.6c1.12 0 1.68 0 2.107.218.377.192.683.497.875.874.218.427.218.987.218 2.105v9.607c0 1.118 0 1.677-.218 2.104a2 2 0 0 1-.875.874c-.427.218-.986.218-2.104.218H7.197c-1.118 0-1.678 0-2.105-.218a2 2 0 0 1-.874-.874C4 18.48 4 17.92 4 16.8v-.05",
17
+ stroke: o,
18
+ strokeWidth: "2",
19
+ strokeLinecap: "round",
20
+ strokeLinejoin: "round"
21
+ }
22
+ ) })
23
+ }
24
+ );
25
+ export {
26
+ m as default
27
+ };
@@ -0,0 +1,27 @@
1
+ import { j as r } from "../../../_virtual/jsx-runtime.js";
2
+ import i from "../../../colors/grey.js";
3
+ const a = ({ color: o = i.m500, size: t = 24, ...e }) => /* @__PURE__ */ r.jsx(
4
+ "svg",
5
+ {
6
+ viewBox: "0 0 24 24",
7
+ width: t,
8
+ height: t,
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ "aria-label": "Exit Arrow Out Outline",
12
+ ...e,
13
+ children: /* @__PURE__ */ r.jsx(
14
+ "path",
15
+ {
16
+ d: "M14 7.636V4.5a.5.5 0 0 0-.5-.5h-9a.5.5 0 0 0-.5.5v15a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-3.136M10 12h11m0 0-3-3.5m3 3.5-3 3.5",
17
+ stroke: o,
18
+ strokeWidth: "2",
19
+ strokeLinecap: "round",
20
+ strokeLinejoin: "round"
21
+ }
22
+ )
23
+ }
24
+ );
25
+ export {
26
+ a as default
27
+ };
@@ -0,0 +1,26 @@
1
+ import { j as e } from "../../../_virtual/jsx-runtime.js";
2
+ import o from "../../../colors/grey.js";
3
+ const n = ({ color: l = o.m500, size: a = 24, ...r }) => /* @__PURE__ */ e.jsx(
4
+ "svg",
5
+ {
6
+ viewBox: "0 0 24 24",
7
+ width: a,
8
+ height: a,
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ "aria-label": "Hamburger Menu",
12
+ ...r,
13
+ children: /* @__PURE__ */ e.jsx(
14
+ "path",
15
+ {
16
+ fillRule: "evenodd",
17
+ clipRule: "evenodd",
18
+ d: "M20.75 7a.75.75 0 0 1-.75.75H4a.75.75 0 0 1 0-1.5h16a.75.75 0 0 1 .75.75M20.75 12a.75.75 0 0 1-.75.75H4a.75.75 0 0 1 0-1.5h16a.75.75 0 0 1 .75.75M20.75 17a.75.75 0 0 1-.75.75H4a.75.75 0 0 1 0-1.5h16a.75.75 0 0 1 .75.75",
19
+ fill: l
20
+ }
21
+ )
22
+ }
23
+ );
24
+ export {
25
+ n as default
26
+ };
@@ -0,0 +1,18 @@
1
+ import { j as a } from "../../../_virtual/jsx-runtime.js";
2
+ import h from "../../../colors/grey.js";
3
+ const i = ({ color: e = h.m500, size: r = 24, ...t }) => /* @__PURE__ */ a.jsx(
4
+ "svg",
5
+ {
6
+ viewBox: "0 -1 20 20",
7
+ width: r,
8
+ height: r,
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ "aria-label": "Hamburger Spaced",
12
+ ...t,
13
+ children: /* @__PURE__ */ a.jsx("g", { stroke: e, strokeWidth: "1", fill: e, fillRule: "evenodd", children: /* @__PURE__ */ a.jsx("g", { transform: "translate(-210 -887)", fill: e, children: /* @__PURE__ */ a.jsx("path", { d: "M229 895h-18a1 1 0 0 0 0 2h18a1 1 0 1 0 0-2m0 8h-18a1 1 0 0 0 0 2h18a1 1 0 1 0 0-2m-18-14h18a1 1 0 1 0 0-2h-18a1 1 0 0 0 0 2" }) }) })
14
+ }
15
+ );
16
+ export {
17
+ i as default
18
+ };
@@ -0,0 +1,24 @@
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ import i from "../../../colors/grey.js";
3
+ const s = ({ color: e = i.m500, size: l = 24, ...r }) => /* @__PURE__ */ t.jsx(
4
+ "svg",
5
+ {
6
+ viewBox: "0 0 16 16",
7
+ width: l,
8
+ height: l,
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ "aria-label": "Heart Filled",
12
+ ...r,
13
+ children: /* @__PURE__ */ t.jsx(
14
+ "path",
15
+ {
16
+ d: "M1.243 8.243 8 15l6.757-6.757a4.24 4.24 0 0 0 1.243-3v-.19A4.052 4.052 0 0 0 8.783 2.52L8 3.5l-.783-.98A4.052 4.052 0 0 0 0 5.053v.19c0 1.126.447 2.205 1.243 3",
17
+ fill: e
18
+ }
19
+ )
20
+ }
21
+ );
22
+ export {
23
+ s as default
24
+ };
@@ -0,0 +1,29 @@
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ import i from "../../../colors/grey.js";
3
+ const s = ({ color: o = i.m500, size: e = 24, ...r }) => /* @__PURE__ */ t.jsx(
4
+ "svg",
5
+ {
6
+ viewBox: "0 0 24 24",
7
+ width: e,
8
+ height: e,
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ "aria-label": "Heart Outline",
12
+ ...r,
13
+ children: /* @__PURE__ */ t.jsx(
14
+ "path",
15
+ {
16
+ fillRule: "evenodd",
17
+ clipRule: "evenodd",
18
+ d: "M12 6c-1.8-2.097-4.806-2.745-7.06-.825-2.255 1.92-2.573 5.131-.802 7.402 1.472 1.888 5.927 5.87 7.387 7.16.163.144.245.216.34.245a.46.46 0 0 0 .258 0c.095-.029.176-.1.34-.245 1.46-1.29 5.915-5.272 7.387-7.16 1.77-2.27 1.492-5.502-.802-7.402S13.8 3.903 12 6",
19
+ stroke: o,
20
+ strokeWidth: "2",
21
+ strokeLinecap: "round",
22
+ strokeLinejoin: "round"
23
+ }
24
+ )
25
+ }
26
+ );
27
+ export {
28
+ s as default
29
+ };
@@ -0,0 +1,26 @@
1
+ import { j as e } from "../../../_virtual/jsx-runtime.js";
2
+ import i from "../../../colors/grey.js";
3
+ const d = ({ color: o = i.m500, size: l = 24, ...h }) => /* @__PURE__ */ e.jsx(
4
+ "svg",
5
+ {
6
+ viewBox: "0 0 16 16",
7
+ width: l,
8
+ height: l,
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ "aria-label": "Home Filled",
12
+ ...h,
13
+ children: /* @__PURE__ */ e.jsx(
14
+ "path",
15
+ {
16
+ fillRule: "evenodd",
17
+ clipRule: "evenodd",
18
+ d: "M8 0 0 6v2h1v7h3v-5h3v5h8V8h1V6l-2-1.5V1h-3v1.25zm1 10h3v3H9z",
19
+ fill: o
20
+ }
21
+ )
22
+ }
23
+ );
24
+ export {
25
+ d as default
26
+ };
@@ -0,0 +1,26 @@
1
+ import { j as e } from "../../../_virtual/jsx-runtime.js";
2
+ import s from "../../../colors/grey.js";
3
+ const i = ({ color: a = s.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": "Home Outline",
12
+ ...o,
13
+ children: /* @__PURE__ */ e.jsx(
14
+ "path",
15
+ {
16
+ fillRule: "evenodd",
17
+ clipRule: "evenodd",
18
+ d: "M16.25 3.75v1.69l2 1.6V3.75zm3.5 4.49V3.5c0-.69-.56-1.25-1.25-1.25H16c-.69 0-1.25.56-1.25 1.25v.74l-.407-.326a3.75 3.75 0 0 0-4.686 0l-8.125 6.5a.75.75 0 0 0 .937 1.172l.781-.626v10.29H2a.75.75 0 0 0 0 1.5h20a.75.75 0 0 0 0-1.5h-1.25V10.96l.782.626a.75.75 0 0 0 .936-1.172zm-.5 1.52-5.844-4.675a2.25 2.25 0 0 0-2.812 0L4.75 9.76v11.49h3.5v-4.3c0-.664 0-1.237.062-1.696.066-.492.215-.963.597-1.345s.854-.531 1.345-.597c.459-.062 1.032-.062 1.697-.062h.098c.665 0 1.238 0 1.697.062.492.066.963.215 1.345.597s.531.853.597 1.345c.062.459.062 1.032.062 1.697v4.299h3.5zm-5 11.49V17c0-.728-.002-1.2-.048-1.546-.044-.325-.114-.427-.172-.484s-.159-.128-.484-.172c-.347-.046-.818-.048-1.546-.048s-1.2.002-1.546.048c-.325.044-.427.115-.484.172s-.128.159-.172.484c-.046.347-.048.818-.048 1.546v4.25zM12 8.25a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5M9.25 9.5a2.75 2.75 0 1 1 5.5 0 2.75 2.75 0 0 1-5.5 0",
19
+ fill: a
20
+ }
21
+ )
22
+ }
23
+ );
24
+ export {
25
+ i as default
26
+ };
@@ -0,0 +1,37 @@
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ import o from "../../../colors/grey.js";
3
+ const a = ({ color: s = o.m500, size: r = 24, ...e }) => /* @__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": "Link",
12
+ ...e,
13
+ children: [
14
+ /* @__PURE__ */ t.jsx(
15
+ "path",
16
+ {
17
+ d: "M15.197 3.355c1.673-1.68 4.25-1.816 5.757-.305s1.37 4.1-.303 5.78l-2.424 2.433M10.047 14c-1.507-1.512-1.37-4.1.302-5.779L12.5 6.062",
18
+ stroke: s,
19
+ strokeWidth: "1.5",
20
+ strokeLinecap: "round"
21
+ }
22
+ ),
23
+ /* @__PURE__ */ t.jsx(
24
+ "path",
25
+ {
26
+ d: "M13.954 10c1.506 1.512 1.37 4.1-.303 5.779l-2.424 2.433-2.424 2.433c-1.673 1.68-4.25 1.816-5.757.305s-1.37-4.1.303-5.78l2.424-2.433",
27
+ stroke: s,
28
+ strokeWidth: "1.5",
29
+ strokeLinecap: "round"
30
+ }
31
+ )
32
+ ]
33
+ }
34
+ );
35
+ export {
36
+ a as default
37
+ };
@@ -0,0 +1,26 @@
1
+ import { j as e } from "../../../_virtual/jsx-runtime.js";
2
+ import d from "../../../colors/grey.js";
3
+ const r = ({ color: o = d.m500, size: l = 24, ...i }) => /* @__PURE__ */ e.jsx(
4
+ "svg",
5
+ {
6
+ viewBox: "0 0 16 16",
7
+ width: l,
8
+ height: l,
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ "aria-label": "Lock Closed Filled",
12
+ ...i,
13
+ children: /* @__PURE__ */ e.jsx(
14
+ "path",
15
+ {
16
+ fillRule: "evenodd",
17
+ clipRule: "evenodd",
18
+ d: "M4 6V4a4 4 0 1 1 8 0v2h2v10H2V6zm2-2a2 2 0 1 1 4 0v2H6zm1 9V9h2v4z",
19
+ fill: o
20
+ }
21
+ )
22
+ }
23
+ );
24
+ export {
25
+ r as default
26
+ };
@@ -0,0 +1,30 @@
1
+ import { j as e } from "../../../_virtual/jsx-runtime.js";
2
+ import r from "../../../colors/grey.js";
3
+ const a = ({ color: t = r.m500, size: s = 24, ...o }) => /* @__PURE__ */ e.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": "Lock Closed Outline",
12
+ ...o,
13
+ children: [
14
+ /* @__PURE__ */ e.jsx("rect", { fill: t }),
15
+ /* @__PURE__ */ e.jsx(
16
+ "path",
17
+ {
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"
21
+ }
22
+ ),
23
+ /* @__PURE__ */ e.jsx("circle", { cx: "12", cy: "15", r: "2", stroke: t, strokeLinejoin: "round" }),
24
+ /* @__PURE__ */ e.jsx("path", { d: "M8 10V8a4 4 0 1 1 8 0v2z", stroke: t, strokeLinejoin: "round" })
25
+ ]
26
+ }
27
+ );
28
+ export {
29
+ a as default
30
+ };
@@ -0,0 +1,26 @@
1
+ import { j as l } from "../../../_virtual/jsx-runtime.js";
2
+ import t from "../../../colors/grey.js";
3
+ const n = ({ color: o = t.m500, size: e = 24, ...i }) => /* @__PURE__ */ l.jsx(
4
+ "svg",
5
+ {
6
+ viewBox: "0 0 16 16",
7
+ width: e,
8
+ height: e,
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ "aria-label": "Lock Open Filled",
12
+ ...i,
13
+ children: /* @__PURE__ */ l.jsx(
14
+ "path",
15
+ {
16
+ fillRule: "evenodd",
17
+ clipRule: "evenodd",
18
+ d: "M11.5 2A1.5 1.5 0 0 0 10 3.5V6h3v10H1V6h7V3.5a3.5 3.5 0 1 1 7 0V4h-2v-.5A1.5 1.5 0 0 0 11.5 2M9 10H5v2h4z",
19
+ fill: o
20
+ }
21
+ )
22
+ }
23
+ );
24
+ export {
25
+ n as default
26
+ };
@@ -0,0 +1,38 @@
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(
4
+ "svg",
5
+ {
6
+ viewBox: "0 0 24 24",
7
+ width: n,
8
+ height: n,
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ "aria-label": "Lock Open Outline",
12
+ ...r,
13
+ children: [
14
+ /* @__PURE__ */ e.jsx("rect", { fill: t }),
15
+ /* @__PURE__ */ e.jsx(
16
+ "path",
17
+ {
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"
21
+ }
22
+ ),
23
+ /* @__PURE__ */ e.jsx("circle", { cx: "12", cy: "15", r: "2", stroke: t, strokeLinejoin: "round" }),
24
+ /* @__PURE__ */ e.jsx(
25
+ "path",
26
+ {
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"
31
+ }
32
+ )
33
+ ]
34
+ }
35
+ );
36
+ export {
37
+ a as default
38
+ };
@@ -0,0 +1,27 @@
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(
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": "Minus",
12
+ ...s,
13
+ children: /* @__PURE__ */ t.jsx(
14
+ "path",
15
+ {
16
+ d: "M6 12h12",
17
+ stroke: r,
18
+ strokeWidth: "2",
19
+ strokeLinecap: "round",
20
+ strokeLinejoin: "round"
21
+ }
22
+ )
23
+ }
24
+ );
25
+ export {
26
+ a as default
27
+ };
@@ -0,0 +1,18 @@
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(
4
+ "svg",
5
+ {
6
+ viewBox: "0 0 32 32",
7
+ width: i,
8
+ height: i,
9
+ fill: "none",
10
+ 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" }) }) })
14
+ }
15
+ );
16
+ export {
17
+ a as default
18
+ };
@@ -0,0 +1,18 @@
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(
4
+ "svg",
5
+ {
6
+ viewBox: "0 0 32 32",
7
+ width: i,
8
+ height: i,
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ "aria-label": "Minus Circle Filled",
12
+ ...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" }) }) })
14
+ }
15
+ );
16
+ export {
17
+ a as default
18
+ };
@@ -0,0 +1,24 @@
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(
4
+ "svg",
5
+ {
6
+ viewBox: "0 0 36 32",
7
+ width: e,
8
+ height: e,
9
+ fill: "none",
10
+ 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(
14
+ "path",
15
+ {
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"
18
+ }
19
+ ) })
20
+ }
21
+ );
22
+ export {
23
+ c as default
24
+ };
@@ -0,0 +1,33 @@
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(
4
+ "svg",
5
+ {
6
+ viewBox: "0 0 24 24",
7
+ width: h,
8
+ height: h,
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ "aria-label": "Profile Group Filled",
12
+ ...r,
13
+ children: /* @__PURE__ */ l.jsxs("g", { transform: "translate(0 -1028.4)", children: [
14
+ /* @__PURE__ */ l.jsx(
15
+ "path",
16
+ {
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
19
+ }
20
+ ),
21
+ /* @__PURE__ */ l.jsx(
22
+ "path",
23
+ {
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
26
+ }
27
+ )
28
+ ] })
29
+ }
30
+ );
31
+ export {
32
+ e as default
33
+ };
@@ -0,0 +1,33 @@
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(
4
+ "svg",
5
+ {
6
+ viewBox: "0 0 24 24",
7
+ width: e,
8
+ height: e,
9
+ fill: "none",
10
+ 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(
15
+ "path",
16
+ {
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
19
+ }
20
+ ),
21
+ /* @__PURE__ */ l.jsx(
22
+ "path",
23
+ {
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
26
+ }
27
+ )
28
+ ] })
29
+ }
30
+ );
31
+ export {
32
+ s as default
33
+ };
@@ -0,0 +1,24 @@
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(
4
+ "svg",
5
+ {
6
+ viewBox: "0 0 36 32",
7
+ width: l,
8
+ height: l,
9
+ fill: "none",
10
+ 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(
14
+ "path",
15
+ {
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"
18
+ }
19
+ ) })
20
+ }
21
+ );
22
+ export {
23
+ o as default
24
+ };