meticulous-ui 1.0.30 → 1.0.32

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 (99) 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/index.js +51 -0
  13. package/colors/indigo.js +19 -0
  14. package/colors/lightBlue.js +19 -0
  15. package/colors/lightGreen.js +19 -0
  16. package/colors/lime.js +19 -0
  17. package/colors/orange.js +19 -0
  18. package/colors/pink.js +19 -0
  19. package/colors/purple.js +19 -0
  20. package/colors/red.js +19 -0
  21. package/colors/teal.js +19 -0
  22. package/colors/violet.js +19 -0
  23. package/colors/white.js +4 -0
  24. package/colors/yellow.js +19 -0
  25. package/components/Icons/Add/Add.js +47 -0
  26. package/components/Icons/AddCircle/AddCircle.js +35 -0
  27. package/components/Icons/AddCircleFilled/AddCircleFilled.js +26 -0
  28. package/components/Icons/ArrowDown/ArrowDown.js +26 -0
  29. package/components/Icons/ArrowLeft/ArrowLeft.js +27 -0
  30. package/components/Icons/ArrowRight/ArrowRight.js +27 -0
  31. package/components/Icons/ArrowUp/ArrowUp.js +26 -0
  32. package/components/Icons/BellFilled/BellFilled.js +26 -0
  33. package/components/Icons/BellOffFilled/BellOffFilled.js +37 -0
  34. package/components/Icons/BellOffOutline/BellOffOutline.js +38 -0
  35. package/components/Icons/BellOutline/BellOutline.js +39 -0
  36. package/components/Icons/BookmarkFilled/BookmarkFilled.js +18 -0
  37. package/components/Icons/BookmarkOutline/BookmarkOutline.js +26 -0
  38. package/components/Icons/ChevronDown/ChevronDown.js +27 -0
  39. package/components/Icons/ChevronLeft/ChevronLeft.js +27 -0
  40. package/components/Icons/ChevronRight/ChevronRight.js +27 -0
  41. package/components/Icons/ChevronUp/ChevronUp.js +27 -0
  42. package/components/Icons/ClockCircleOutline/ClockCircleOutline.js +30 -0
  43. package/components/Icons/ClockSquareOutline/ClockSquareOutline.js +37 -0
  44. package/components/Icons/Close/Close.js +24 -0
  45. package/components/Icons/CloseCircleFilled/CloseCircleFilled.js +26 -0
  46. package/components/Icons/CloseCircleOutline/CloseCircleOutline.js +27 -0
  47. package/components/Icons/CommentBubbleFilled/CommentBubbleFilled.js +18 -0
  48. package/components/Icons/CommentBubbleOutline/CommentBubbleOutline.js +18 -0
  49. package/components/Icons/CommentFilled/CommentFilled.js +18 -0
  50. package/components/Icons/CommentLineFilled/CommentLineFilled.js +18 -0
  51. package/components/Icons/CommentLineOutline/CommentLineOutline.js +18 -0
  52. package/components/Icons/CommentOutline/CommentOutline.js +18 -0
  53. package/components/Icons/DotsHorizontalFilled/DotsHorizontalFilled.js +24 -0
  54. package/components/Icons/DotsHorizontalOutline/DotsHorizontalOutline.js +27 -0
  55. package/components/Icons/DotsVerticalFilled/DotsVerticalFilled.js +24 -0
  56. package/components/Icons/DotsVerticalOutline/DotsVerticalOutline.js +27 -0
  57. package/components/Icons/HamburgerMenu/HamburgerMenu.js +26 -0
  58. package/components/Icons/HamburgerSpaced/HamburgerSpaced.js +18 -0
  59. package/components/Icons/HeartFilled/HeartFilled.js +24 -0
  60. package/components/Icons/HeartOutline/HeartOutline.js +29 -0
  61. package/components/Icons/HomeFilled/HomeFilled.js +26 -0
  62. package/components/Icons/HomeOutline/HomeOutline.js +26 -0
  63. package/components/Icons/Link/Link.js +37 -0
  64. package/components/Icons/Minus/Minus.js +27 -0
  65. package/components/Icons/MinusCircle/MinusCircle.js +18 -0
  66. package/components/Icons/MinusCircleFilled/MinusCircleFilled.js +18 -0
  67. package/components/Icons/Search/Search.js +18 -0
  68. package/components/Icons/SettingFilled/SettingFilled.js +24 -0
  69. package/components/Icons/SettingOutline/SettingOutline.js +24 -0
  70. package/components/Icons/ShareAllFilled/ShareAllFilled.js +26 -0
  71. package/components/Icons/ShareAllOutline/ShareAllOutline.js +29 -0
  72. package/components/Icons/ShareBoxOutline/ShareBoxOutline.js +24 -0
  73. package/components/Icons/ShareFilled/ShareFilled.js +35 -0
  74. package/components/Icons/ShareOutline/ShareOutline.js +38 -0
  75. package/components/Icons/ShareThickFilled/ShareThickFilled.js +24 -0
  76. package/components/Icons/StarFilled/StarFilled.js +24 -0
  77. package/components/Icons/StarOutline/StarOutline.js +24 -0
  78. package/components/Icons/ThumbsDownFilled/ThumbsDownFilled.js +24 -0
  79. package/components/Icons/ThumbsDownOutline/ThumbsDownOutline.js +24 -0
  80. package/components/Icons/ThumbsUpFilled/ThumbsUpFilled.js +24 -0
  81. package/components/Icons/ThumbsUpOutline/ThumbsUpOutline.js +24 -0
  82. package/components/Icons/Upload/Upload.js +33 -0
  83. package/components/Icons/UploadBoxFilled/UploadBoxFilled.js +26 -0
  84. package/components/Icons/UploadBoxOutline/UploadBoxOutline.js +35 -0
  85. package/components/Icons/index.js +125 -0
  86. package/components/Pagination/Pagination.js +60 -0
  87. package/components/Pagination/constants.js +24 -0
  88. package/components/Pagination/helpers.js +32 -0
  89. package/components/Pagination/index.js +4 -0
  90. package/components/Pagination/styles.js +75 -0
  91. package/components/Ripple/Ripple.js +26 -0
  92. package/components/Ripple/index.js +4 -0
  93. package/index.js +12 -0
  94. package/package.json +6 -6
  95. package/utils/capFirstLetter.js +4 -0
  96. package/utils/compose.js +4 -0
  97. package/utils/hasEqualProps.js +7 -0
  98. package/utils/index.js +13 -0
  99. package/utils/isNonEmptyArray.js +4 -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,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,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,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,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
+ };