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,18 @@
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(
4
+ "svg",
5
+ {
6
+ viewBox: "0 0 32 32",
7
+ width: r,
8
+ height: r,
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ "aria-label": "Search",
12
+ ...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" }) }) })
14
+ }
15
+ );
16
+ export {
17
+ h as default
18
+ };
@@ -0,0 +1,24 @@
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(
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": "Setting Filled",
12
+ ...c,
13
+ children: /* @__PURE__ */ t.jsx(
14
+ "path",
15
+ {
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
18
+ }
19
+ )
20
+ }
21
+ );
22
+ export {
23
+ s as default
24
+ };
@@ -0,0 +1,24 @@
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(
4
+ "svg",
5
+ {
6
+ viewBox: "0 0 1024 1024",
7
+ width: l,
8
+ height: l,
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ "aria-label": "Setting Outline",
12
+ ...i,
13
+ children: /* @__PURE__ */ a.jsx(
14
+ "path",
15
+ {
16
+ 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"
18
+ }
19
+ )
20
+ }
21
+ );
22
+ export {
23
+ r as default
24
+ };
@@ -0,0 +1,26 @@
1
+ import { j as e } from "../../../_virtual/jsx-runtime.js";
2
+ import o from "../../../colors/grey.js";
3
+ const d = ({ color: a = o.m500, size: l = 24, ...i }) => /* @__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": "Share All Filled",
12
+ ...i,
13
+ children: /* @__PURE__ */ e.jsx(
14
+ "path",
15
+ {
16
+ fillRule: "evenodd",
17
+ clipRule: "evenodd",
18
+ d: "M13.803 5.333c0-1.84 1.5-3.333 3.348-3.333A3.34 3.34 0 0 1 20.5 5.333c0 1.841-1.5 3.334-3.349 3.334-.933 0-1.777-.381-2.384-.994l-4.635 3.156a3.34 3.34 0 0 1-.182 1.917l5.082 3.34a3.35 3.35 0 0 1 2.12-.753 3.34 3.34 0 0 1 3.348 3.334C20.5 20.507 19 22 17.151 22a3.34 3.34 0 0 1-3.348-3.333c0-.483.103-.942.289-1.356L9.05 14a3.35 3.35 0 0 1-2.202.821A3.34 3.34 0 0 1 3.5 11.487a3.34 3.34 0 0 1 3.348-3.333c1.064 0 2.01.493 2.623 1.261l4.493-3.059a3.3 3.3 0 0 1-.161-1.023",
19
+ fill: a
20
+ }
21
+ )
22
+ }
23
+ );
24
+ export {
25
+ d as default
26
+ };
@@ -0,0 +1,29 @@
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ import a from "../../../colors/grey.js";
3
+ const h = ({ color: e = a.m500, size: s = 24, ...r }) => /* @__PURE__ */ t.jsxs(
4
+ "svg",
5
+ {
6
+ viewBox: "0 0 24 24",
7
+ width: s,
8
+ height: s,
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ "aria-label": "Share All Outline",
12
+ ...r,
13
+ children: [
14
+ /* @__PURE__ */ t.jsx("path", { d: "M9 12a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0Z", stroke: e, strokeWidth: "1.5" }),
15
+ /* @__PURE__ */ t.jsx("path", { d: "M14 6.5 9 10M14 17.5 9 14", stroke: e, strokeWidth: "1.5", strokeLinecap: "round" }),
16
+ /* @__PURE__ */ t.jsx(
17
+ "path",
18
+ {
19
+ d: "M19 18.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0ZM19 5.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0Z",
20
+ stroke: e,
21
+ strokeWidth: "1.5"
22
+ }
23
+ )
24
+ ]
25
+ }
26
+ );
27
+ export {
28
+ h as default
29
+ };
@@ -0,0 +1,24 @@
1
+ import { j as a } from "../../../_virtual/jsx-runtime.js";
2
+ import t from "../../../colors/grey.js";
3
+ const r = ({ color: h = t.m500, size: m = 24, ...z }) => /* @__PURE__ */ a.jsx(
4
+ "svg",
5
+ {
6
+ viewBox: "0 -0.5 25 25",
7
+ width: m,
8
+ height: m,
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ "aria-label": "Share Box Outline",
12
+ ...z,
13
+ children: /* @__PURE__ */ a.jsx(
14
+ "path",
15
+ {
16
+ d: "M12.5 6.25a.75.75 0 0 0 0-1.5zm7.75 6.25a.75.75 0 0 0-1.5 0zm-.75-6.25a.75.75 0 0 0 0-1.5zm-4.088-1.5a.75.75 0 0 0 0 1.5zm4.838.75a.75.75 0 0 0-1.5 0zm-1.5 4.141a.75.75 0 0 0 1.5 0zm1.28-3.61a.75.75 0 0 0-1.06-1.061zm-8.06 5.939a.75.75 0 1 0 1.06 1.06zm.53-7.22h-3v1.5h3zm-3 0A4.75 4.75 0 0 0 4.75 9.5h1.5A3.25 3.25 0 0 1 9.5 6.25zM4.75 9.5v6h1.5v-6zm0 6a4.75 4.75 0 0 0 4.75 4.75v-1.5a3.25 3.25 0 0 1-3.25-3.25zm4.75 4.75h6v-1.5h-6zm6 0a4.75 4.75 0 0 0 4.75-4.75h-1.5a3.25 3.25 0 0 1-3.25 3.25zm4.75-4.75v-3h-1.5v3zM19.5 4.75h-4.088v1.5H19.5zm-.75.75v4.141h1.5V5.5zm.22-.53-7 7 1.06 1.06 7-7z",
17
+ fill: h
18
+ }
19
+ )
20
+ }
21
+ );
22
+ export {
23
+ r as default
24
+ };
@@ -0,0 +1,35 @@
1
+ import { j as l } from "../../../_virtual/jsx-runtime.js";
2
+ import t from "../../../colors/grey.js";
3
+ const s = ({ color: a = t.m500, size: e = 24, ...i }) => /* @__PURE__ */ l.jsxs(
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": "Share Filled",
12
+ ...i,
13
+ children: [
14
+ /* @__PURE__ */ l.jsx(
15
+ "path",
16
+ {
17
+ d: "m12.332 5.184 4.977 4.424c.93.827 1.396 1.241 1.568 1.73a2 2 0 0 1 0 1.325c-.172.488-.637.902-1.568 1.729l-4.978 4.425c-.422.375-.633.563-.812.57a.5.5 0 0 1-.405-.182C11 19.066 11 18.784 11 18.219v-2.79c-2.428 0-4.993.78-6.865 2.164-.975.72-1.463 1.08-1.648 1.067a.45.45 0 0 1-.39-.24c-.096-.16-.011-.658.159-1.653C3.361 10.3 7.811 8.57 11 8.57v-2.79c0-.565 0-.847.114-.986a.5.5 0 0 1 .405-.181c.18.006.39.194.813.57",
18
+ fill: a
19
+ }
20
+ ),
21
+ /* @__PURE__ */ l.jsx(
22
+ "path",
23
+ {
24
+ fillRule: "evenodd",
25
+ clipRule: "evenodd",
26
+ d: "M14.989 3.99a.75.75 0 0 1 1.06-.04l5.216 4.844a4.647 4.647 0 0 1-.15 6.944l-5.09 4.333a.75.75 0 1 1-.973-1.142l5.09-4.333a3.147 3.147 0 0 0 .102-4.703L15.028 5.05a.75.75 0 0 1-.04-1.06",
27
+ fill: a
28
+ }
29
+ )
30
+ ]
31
+ }
32
+ );
33
+ export {
34
+ s as default
35
+ };
@@ -0,0 +1,38 @@
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ import s from "../../../colors/grey.js";
3
+ const a = ({ color: e = s.m500, size: r = 24, ...o }) => /* @__PURE__ */ t.jsxs(
4
+ "svg",
5
+ {
6
+ viewBox: "0 0 24 24",
7
+ width: r,
8
+ height: r,
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ "aria-label": "Share Outline",
12
+ ...o,
13
+ children: [
14
+ /* @__PURE__ */ t.jsx(
15
+ "path",
16
+ {
17
+ d: "m12.664 5.479 3.973 3.53c1.568 1.395 2.353 2.092 2.353 2.99s-.785 1.596-2.353 2.99l-3.973 3.53c-.716.637-1.074.956-1.369.823S11 18.731 11 17.772v-2.344c-3.6 0-7.5 1.714-9 4.571 0-9.142 5.333-11.428 9-11.428V6.226c0-.958 0-1.437.295-1.57.295-.132.653.186 1.37.823",
18
+ stroke: e,
19
+ strokeWidth: "1.5",
20
+ strokeLinecap: "round",
21
+ strokeLinejoin: "round"
22
+ }
23
+ ),
24
+ /* @__PURE__ */ t.jsx(
25
+ "path",
26
+ {
27
+ d: "m15.539 4.5 5.216 4.844a3.897 3.897 0 0 1-.126 5.823l-5.09 4.333",
28
+ stroke: e,
29
+ strokeWidth: "1.5",
30
+ strokeLinecap: "round"
31
+ }
32
+ )
33
+ ]
34
+ }
35
+ );
36
+ export {
37
+ a as default
38
+ };
@@ -0,0 +1,24 @@
1
+ import { j as a } from "../../../_virtual/jsx-runtime.js";
2
+ import r from "../../../colors/grey.js";
3
+ const o = ({ color: i = r.m500, size: l = 24, ...e }) => /* @__PURE__ */ a.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": "Share Thick Filled",
12
+ ...e,
13
+ children: /* @__PURE__ */ a.jsx(
14
+ "path",
15
+ {
16
+ d: "M11 6a3 3 0 1 0-2.93-2.349L4.87 5.653a3 3 0 1 0 0 4.694L8.07 12.35a3 3 0 1 0 1.06-1.696L5.93 8.65a3 3 0 0 0 0-1.302l3.202-2.002A3 3 0 0 0 11 6",
17
+ fill: i
18
+ }
19
+ )
20
+ }
21
+ );
22
+ export {
23
+ o as default
24
+ };
@@ -0,0 +1,26 @@
1
+ import { j as e } from "../../../_virtual/jsx-runtime.js";
2
+ import o from "../../../colors/grey.js";
3
+ const h = ({ color: i = o.m500, size: l = 24, ...d }) => /* @__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": "Shield Check Filled",
12
+ ...d,
13
+ children: /* @__PURE__ */ e.jsx(
14
+ "path",
15
+ {
16
+ fillRule: "evenodd",
17
+ clipRule: "evenodd",
18
+ d: "M3.378 5.082C3 5.62 3 7.22 3 10.417v1.574c0 5.638 4.239 8.375 6.899 9.536.721.315 1.082.473 2.101.473 1.02 0 1.38-.158 2.101-.473C16.761 20.365 21 17.63 21 11.991v-1.574c0-3.198 0-4.797-.378-5.335-.377-.537-1.88-1.052-4.887-2.081l-.573-.196C13.595 2.268 12.812 2 12 2s-1.595.268-3.162.805L8.265 3C5.258 4.03 3.755 4.545 3.378 5.082M15.06 10.5a.75.75 0 0 0-1.12-.999l-3.011 3.374-.87-.974a.75.75 0 0 0-1.118 1l1.428 1.6a.75.75 0 0 0 1.119 0z",
19
+ fill: i
20
+ }
21
+ )
22
+ }
23
+ );
24
+ export {
25
+ h 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 n = ({ color: e = o.m500, size: s = 24, ...i }) => /* @__PURE__ */ t.jsxs(
4
+ "svg",
5
+ {
6
+ viewBox: "0 0 24 24",
7
+ width: s,
8
+ height: s,
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ "aria-label": "Shield Check Outline",
12
+ ...i,
13
+ children: [
14
+ /* @__PURE__ */ t.jsx(
15
+ "path",
16
+ {
17
+ d: "M3 10.417c0-3.198 0-4.797.378-5.335.377-.537 1.88-1.052 4.887-2.081l.573-.196C10.405 2.268 11.188 2 12 2s1.595.268 3.162.805l.573.196c3.007 1.029 4.51 1.544 4.887 2.081C21 5.62 21 7.22 21 10.417v1.574c0 5.638-4.239 8.375-6.899 9.536C13.38 21.842 13.02 22 12 22c-1.02 0-1.38-.158-2.101-.473C7.239 20.365 3 17.63 3 11.991z",
18
+ stroke: e,
19
+ strokeWidth: "1.5"
20
+ }
21
+ ),
22
+ /* @__PURE__ */ t.jsx(
23
+ "path",
24
+ {
25
+ d: "m9.5 12.4 1.429 1.6 3.571-4",
26
+ stroke: e,
27
+ strokeWidth: "1.5",
28
+ strokeLinecap: "round",
29
+ strokeLinejoin: "round"
30
+ }
31
+ )
32
+ ]
33
+ }
34
+ );
35
+ export {
36
+ n as default
37
+ };
@@ -0,0 +1,26 @@
1
+ import { j as e } from "../../../_virtual/jsx-runtime.js";
2
+ import s from "../../../colors/grey.js";
3
+ const t = ({ color: i = 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": "Shield Cross Filled",
12
+ ...o,
13
+ children: /* @__PURE__ */ e.jsx(
14
+ "path",
15
+ {
16
+ fillRule: "evenodd",
17
+ clipRule: "evenodd",
18
+ d: "M3.378 5.082C3 5.62 3 7.22 3 10.417v1.574c0 5.638 4.239 8.375 6.899 9.536.721.315 1.082.473 2.101.473 1.02 0 1.38-.158 2.101-.473C16.761 20.365 21 17.63 21 11.991v-1.574c0-3.198 0-4.797-.378-5.335-.377-.537-1.88-1.052-4.887-2.081l-.573-.196C13.595 2.268 12.812 2 12 2s-1.595.268-3.162.805L8.265 3C5.258 4.03 3.755 4.545 3.378 5.082M10.03 8.97a.75.75 0 1 0-1.06 1.06L10.94 12l-1.97 1.97a.75.75 0 1 0 1.06 1.06L12 13.06l1.97 1.97a.75.75 0 0 0 1.06-1.06L13.06 12l1.97-1.97a.75.75 0 1 0-1.06-1.06L12 10.94z",
19
+ fill: i
20
+ }
21
+ )
22
+ }
23
+ );
24
+ export {
25
+ t as default
26
+ };
@@ -0,0 +1,28 @@
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ import o from "../../../colors/grey.js";
3
+ const h = ({ color: s = o.m500, size: e = 24, ...r }) => /* @__PURE__ */ t.jsxs(
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": "Shield Cross Outline",
12
+ ...r,
13
+ children: [
14
+ /* @__PURE__ */ t.jsx(
15
+ "path",
16
+ {
17
+ d: "M3 10.417c0-3.198 0-4.797.378-5.335.377-.537 1.88-1.052 4.887-2.081l.573-.196C10.405 2.268 11.188 2 12 2s1.595.268 3.162.805l.573.196c3.007 1.029 4.51 1.544 4.887 2.081C21 5.62 21 7.22 21 10.417v1.574c0 5.638-4.239 8.375-6.899 9.536C13.38 21.842 13.02 22 12 22c-1.02 0-1.38-.158-2.101-.473C7.239 20.365 3 17.63 3 11.991z",
18
+ stroke: s,
19
+ strokeWidth: "1.5"
20
+ }
21
+ ),
22
+ /* @__PURE__ */ t.jsx("path", { d: "m14.5 9.5-5 5m0-5 5 5", stroke: s, strokeWidth: "1.5", strokeLinecap: "round" })
23
+ ]
24
+ }
25
+ );
26
+ export {
27
+ h as default
28
+ };
@@ -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: i = d.m500, size: l = 24, ...a }) => /* @__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": "Shield Warning Filled",
12
+ ...a,
13
+ children: /* @__PURE__ */ e.jsx(
14
+ "path",
15
+ {
16
+ fillRule: "evenodd",
17
+ clipRule: "evenodd",
18
+ d: "M3 10.417c0-3.198 0-4.797.378-5.335.377-.537 1.88-1.052 4.887-2.081l.573-.196C10.405 2.268 11.188 2 12 2s1.595.268 3.162.805l.573.196c3.007 1.029 4.51 1.544 4.887 2.081C21 5.62 21 7.22 21 10.417v1.574c0 5.638-4.239 8.375-6.899 9.536C13.38 21.842 13.02 22 12 22c-1.02 0-1.38-.158-2.101-.473C7.239 20.365 3 17.63 3 11.991zm9-3.167a.75.75 0 0 1 .75.75v4a.75.75 0 0 1-1.5 0V8a.75.75 0 0 1 .75-.75M12 16a1 1 0 1 0 0-2 1 1 0 0 0 0 2",
19
+ fill: i
20
+ }
21
+ )
22
+ }
23
+ );
24
+ export {
25
+ r as default
26
+ };
@@ -0,0 +1,29 @@
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ import s from "../../../colors/grey.js";
3
+ const o = ({ color: e = s.m500, size: i = 24, ...r }) => /* @__PURE__ */ t.jsxs(
4
+ "svg",
5
+ {
6
+ viewBox: "0 0 24 24",
7
+ width: i,
8
+ height: i,
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ "aria-label": "Shield Warning Outline",
12
+ ...r,
13
+ children: [
14
+ /* @__PURE__ */ t.jsx(
15
+ "path",
16
+ {
17
+ d: "M3 10.417c0-3.198 0-4.797.378-5.335.377-.537 1.88-1.052 4.887-2.081l.573-.196C10.405 2.268 11.188 2 12 2s1.595.268 3.162.805l.573.196c3.007 1.029 4.51 1.544 4.887 2.081C21 5.62 21 7.22 21 10.417v1.574c0 5.638-4.239 8.375-6.899 9.536C13.38 21.842 13.02 22 12 22c-1.02 0-1.38-.158-2.101-.473C7.239 20.365 3 17.63 3 11.991z",
18
+ stroke: e,
19
+ strokeWidth: "1.5"
20
+ }
21
+ ),
22
+ /* @__PURE__ */ t.jsx("path", { d: "M12 8v4", stroke: e, strokeWidth: "1.5", strokeLinecap: "round" }),
23
+ /* @__PURE__ */ t.jsx("circle", { cx: "12", cy: "15", r: "1", fill: e })
24
+ ]
25
+ }
26
+ );
27
+ export {
28
+ o as default
29
+ };
@@ -0,0 +1,24 @@
1
+ import { j as a } from "../../../_virtual/jsx-runtime.js";
2
+ import i from "../../../colors/grey.js";
3
+ const s = ({ color: t = i.m500, size: l = 24, ...r }) => /* @__PURE__ */ a.jsx(
4
+ "svg",
5
+ {
6
+ viewBox: "0 0 64 64",
7
+ width: l,
8
+ height: l,
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ "aria-label": "Star Filled",
12
+ ...r,
13
+ children: /* @__PURE__ */ a.jsx(
14
+ "path",
15
+ {
16
+ fill: t,
17
+ d: "M63.893 24.277a2 2 0 0 0-1.595-1.343l-19.674-3.006L33.809 1.15a2.002 2.002 0 0 0-3.622 0l-8.815 18.778-19.674 3.007a2.003 2.003 0 0 0-1.13 3.374l14.294 14.657-3.378 20.704a2 2 0 0 0 .822 1.957 1.99 1.99 0 0 0 2.119.116l17.572-9.719 17.572 9.719a1.991 1.991 0 0 0 2.119-.116c.627-.44.946-1.201.822-1.957l-3.378-20.704 14.294-14.657a2 2 0 0 0 .467-2.032"
18
+ }
19
+ )
20
+ }
21
+ );
22
+ export {
23
+ s as default
24
+ };
@@ -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: a = i.m500, size: l = 24, ...r }) => /* @__PURE__ */ t.jsx(
4
+ "svg",
5
+ {
6
+ viewBox: "0 0 64 64",
7
+ width: l,
8
+ height: l,
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ "aria-label": "Star Outline",
12
+ ...r,
13
+ children: /* @__PURE__ */ t.jsx(
14
+ "path",
15
+ {
16
+ fill: a,
17
+ d: "M32.001 2.484c.279 0 .463.509.463.509l8.806 18.759 20.729 3.167L47 40.299 50.541 62l-18.54-10.254L13.461 62l3.541-21.701-14.999-15.38 20.729-3.167L31.53 3.009s.192-.525.471-.525m0-2.477c-.775 0-1.48.448-1.811 1.15l-8.815 18.778-19.674 3.006a2.003 2.003 0 0 0-1.13 3.374l14.294 14.657-3.378 20.704a2 2 0 0 0 .822 1.957 1.99 1.99 0 0 0 2.12.117l17.572-9.719 17.572 9.719a1.991 1.991 0 0 0 2.119-.116c.627-.44.946-1.201.822-1.957l-3.378-20.704L63.43 26.316a2 2 0 0 0-1.13-3.374l-19.674-3.006-8.814-18.779a2 2 0 0 0-1.811-1.15"
18
+ }
19
+ )
20
+ }
21
+ );
22
+ export {
23
+ s as default
24
+ };
@@ -0,0 +1,24 @@
1
+ import { j as h } from "../../../_virtual/jsx-runtime.js";
2
+ import i from "../../../colors/grey.js";
3
+ const r = ({ color: o = i.m500, size: l = 24, ...t }) => /* @__PURE__ */ h.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": "Thumbs Down Filled",
12
+ ...t,
13
+ children: /* @__PURE__ */ h.jsx(
14
+ "path",
15
+ {
16
+ d: "M20 5.61v5.77c0 .89-.73 1.62-1.62 1.62h-1.61V4h1.61c.9 0 1.62.72 1.62 1.61M5.34 5.24l-1.32 7.5c-.16.92.54 1.76 1.48 1.76h4.78V18c0 1.1.9 2 1.99 2h.09c.4 0 .76-.24.92-.61L16.01 13V4h-9.2c-.73 0-1.35.52-1.48 1.24z",
17
+ fill: o
18
+ }
19
+ )
20
+ }
21
+ );
22
+ export {
23
+ r as default
24
+ };
@@ -0,0 +1,24 @@
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ import o from "../../../colors/grey.js";
3
+ const s = ({ color: h = o.m500, size: l = 24, ...c }) => /* @__PURE__ */ t.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": "Thumbs Down Outline",
12
+ ...c,
13
+ children: /* @__PURE__ */ t.jsx(
14
+ "path",
15
+ {
16
+ d: "M18.38 3.25H6.81c-1.09 0-2.02.78-2.21 1.86l-1.31 7.5c-.11.66.07 1.33.49 1.84.43.51 1.05.8 1.72.8h4.03V18c0 1.52 1.23 2.75 2.83 2.75.7 0 1.33-.42 1.61-1.07l2.54-5.93h1.88c1.31 0 2.37-1.06 2.37-2.37V5.61c0-1.3-1.06-2.36-2.37-2.36zm-3.12 9.6-2.67 6.25c-.04.09-.13.16-.32.16-.69 0-1.24-.56-1.24-1.25v-4.25H5.5c-.23 0-.43-.09-.57-.26a.72.72 0 0 1-.16-.62l1.31-7.5c.06-.36.37-.62.74-.62h8.44zm3.99-1.47c0 .48-.39.87-.87.87h-1.61v-7.5h1.61c.48 0 .87.39.87.86z",
17
+ fill: h
18
+ }
19
+ )
20
+ }
21
+ );
22
+ export {
23
+ s as default
24
+ };
@@ -0,0 +1,24 @@
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ import s from "../../../colors/grey.js";
3
+ const r = ({ color: h = s.m500, size: l = 24, ...i }) => /* @__PURE__ */ t.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": "Thumbs Up Filled",
12
+ ...i,
13
+ children: /* @__PURE__ */ t.jsx(
14
+ "path",
15
+ {
16
+ d: "M7.24 11v9H5.63c-.9 0-1.62-.72-1.62-1.61v-5.77c0-.89.73-1.62 1.62-1.62zM18.5 9.5h-4.78V6c0-1.1-.9-2-1.99-2h-.09c-.4 0-.76.24-.92.61L7.99 11v9h9.2c.73 0 1.35-.52 1.48-1.24l1.32-7.5c.16-.92-.54-1.76-1.48-1.76z",
17
+ fill: h
18
+ }
19
+ )
20
+ }
21
+ );
22
+ export {
23
+ r as default
24
+ };
@@ -0,0 +1,24 @@
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ import s from "../../../colors/grey.js";
3
+ const e = ({ color: c = s.m500, size: l = 24, ...h }) => /* @__PURE__ */ t.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": "Thumbs Up Outline",
12
+ ...h,
13
+ children: /* @__PURE__ */ t.jsx(
14
+ "path",
15
+ {
16
+ d: "M20.22 9.55c-.43-.51-1.05-.8-1.72-.8h-4.03V6c0-1.52-1.23-2.75-2.83-2.75-.7 0-1.33.42-1.61 1.07l-2.54 5.93H5.62c-1.31 0-2.37 1.06-2.37 2.37v5.77c0 1.3 1.07 2.36 2.37 2.36h11.56c1.09 0 2.02-.78 2.21-1.86l1.32-7.5c.11-.66-.07-1.33-.5-1.84zm-14.6 9.7c-.48 0-.87-.39-.87-.86v-5.77c0-.48.39-.87.87-.87h1.61v7.5zm12.3-.62c-.06.36-.37.62-.74.62H8.74v-8.1l2.67-6.25c.04-.09.13-.16.32-.16.69 0 1.24.56 1.24 1.25v4.25h5.53c.23 0 .43.09.57.26s.2.39.16.62l-1.32 7.5z",
17
+ fill: c
18
+ }
19
+ )
20
+ }
21
+ );
22
+ export {
23
+ e as default
24
+ };
@@ -0,0 +1,33 @@
1
+ import { j as a } from "../../../_virtual/jsx-runtime.js";
2
+ import i from "../../../colors/grey.js";
3
+ const r = ({ color: l = i.m500, size: t = 24, ...s }) => /* @__PURE__ */ a.jsxs(
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": "Upload",
12
+ ...s,
13
+ children: [
14
+ /* @__PURE__ */ a.jsx(
15
+ "path",
16
+ {
17
+ d: "M12.554 2.494a.75.75 0 0 0-1.107 0l-4 4.375A.75.75 0 0 0 8.553 7.88l2.696-2.95V16a.75.75 0 0 0 1.5 0V4.932l2.697 2.95a.75.75 0 1 0 1.107-1.013z",
18
+ fill: l
19
+ }
20
+ ),
21
+ /* @__PURE__ */ a.jsx(
22
+ "path",
23
+ {
24
+ d: "M3.75 15a.75.75 0 0 0-1.5 0v.055c0 1.367 0 2.47.117 3.337.12.9.38 1.658.981 2.26.602.602 1.36.86 2.26.982.867.116 1.97.116 3.337.116h6.11c1.367 0 2.47 0 3.337-.116.9-.122 1.658-.38 2.26-.982s.86-1.36.982-2.26c.116-.867.116-1.97.116-3.337V15a.75.75 0 0 0-1.5 0c0 1.435-.002 2.436-.103 3.192-.099.734-.28 1.122-.556 1.399-.277.277-.665.457-1.4.556-.755.101-1.756.103-3.191.103H9c-1.435 0-2.437-.002-3.192-.103-.734-.099-1.122-.28-1.399-.556-.277-.277-.457-.665-.556-1.4-.101-.755-.103-1.756-.103-3.191",
25
+ fill: l
26
+ }
27
+ )
28
+ ]
29
+ }
30
+ );
31
+ export {
32
+ r as default
33
+ };
@@ -0,0 +1,26 @@
1
+ import { j as e } from "../../../_virtual/jsx-runtime.js";
2
+ import i from "../../../colors/grey.js";
3
+ const t = ({ color: o = i.m500, size: l = 24, ...a }) => /* @__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": "Upload Box Filled",
12
+ ...a,
13
+ children: /* @__PURE__ */ e.jsx(
14
+ "path",
15
+ {
16
+ fillRule: "evenodd",
17
+ clipRule: "evenodd",
18
+ 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 12m10 5.75a.75.75 0 0 0 .75-.75v-5.19l1.72 1.72a.75.75 0 1 0 1.06-1.06l-3-3a.75.75 0 0 0-1.06 0l-3 3a.75.75 0 1 0 1.06 1.06l1.72-1.72V17c0 .414.336.75.75.75m-4-10a.75.75 0 0 1 0-1.5h8a.75.75 0 0 1 0 1.5z",
19
+ fill: o
20
+ }
21
+ )
22
+ }
23
+ );
24
+ export {
25
+ t as default
26
+ };