meticulous-ui 1.1.3 → 1.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -6
- package/components/Icons/Add/Add.js +38 -37
- package/components/Icons/Add/index.js +4 -0
- package/components/Icons/AddCircle/AddCircle.js +12 -14
- package/components/Icons/AddCircle/index.js +4 -0
- package/components/Icons/AddCircleFilled/AddCircleFilled.js +8 -10
- package/components/Icons/AddCircleFilled/index.js +4 -0
- package/components/Icons/ArrowDown/ArrowDown.js +9 -11
- package/components/Icons/ArrowDown/index.js +4 -0
- package/components/Icons/ArrowLeft/ArrowLeft.js +11 -13
- package/components/Icons/ArrowLeft/index.js +4 -0
- package/components/Icons/ArrowRight/ArrowRight.js +11 -13
- package/components/Icons/ArrowRight/index.js +4 -0
- package/components/Icons/ArrowUp/ArrowUp.js +8 -10
- package/components/Icons/ArrowUp/index.js +4 -0
- package/components/Icons/BellFilled/BellFilled.js +25 -16
- package/components/Icons/BellFilled/index.js +4 -0
- package/components/Icons/BellOffFilled/BellOffFilled.js +24 -17
- package/components/Icons/BellOffFilled/index.js +4 -0
- package/components/Icons/BellOffOutline/BellOffOutline.js +20 -12
- package/components/Icons/BellOffOutline/index.js +4 -0
- package/components/Icons/BellOutline/BellOutline.js +14 -16
- package/components/Icons/BellOutline/index.js +4 -0
- package/components/Icons/BookmarkFilled/BookmarkFilled.js +37 -7
- package/components/Icons/BookmarkFilled/index.js +4 -0
- package/components/Icons/BookmarkOutline/BookmarkOutline.js +8 -10
- package/components/Icons/BookmarkOutline/index.js +4 -0
- package/components/Icons/CartCheckFilled/CartCheckFilled.js +40 -0
- package/components/Icons/CartCheckFilled/index.js +4 -0
- package/components/Icons/CartCheckOutline/CartCheckOutline.js +50 -0
- package/components/Icons/CartCheckOutline/index.js +4 -0
- package/components/Icons/CartCrossFilled/CartCrossFilled.js +40 -0
- package/components/Icons/CartCrossFilled/index.js +4 -0
- package/components/Icons/CartCrossOutline/CartCrossOutline.js +49 -0
- package/components/Icons/CartCrossOutline/index.js +4 -0
- package/components/Icons/CartFilled/CartFilled.js +38 -0
- package/components/Icons/CartFilled/index.js +4 -0
- package/components/Icons/CartMinusFilled/CartMinusFilled.js +40 -0
- package/components/Icons/CartMinusFilled/index.js +4 -0
- package/components/Icons/CartMinusOutline/CartMinusOutline.js +51 -0
- package/components/Icons/CartMinusOutline/index.js +4 -0
- package/components/Icons/CartOutline/CartOutline.js +50 -0
- package/components/Icons/CartOutline/index.js +4 -0
- package/components/Icons/CartPlusFilled/CartPlusFilled.js +40 -0
- package/components/Icons/CartPlusFilled/index.js +4 -0
- package/components/Icons/CartPlusOutline/CartPlusOutline.js +49 -0
- package/components/Icons/CartPlusOutline/index.js +4 -0
- package/components/Icons/ChevronDown/ChevronDown.js +11 -13
- package/components/Icons/ChevronDown/index.js +4 -0
- package/components/Icons/ChevronLeft/ChevronLeft.js +9 -11
- package/components/Icons/ChevronLeft/index.js +4 -0
- package/components/Icons/ChevronRight/ChevronRight.js +7 -9
- package/components/Icons/ChevronRight/index.js +4 -0
- package/components/Icons/ChevronUp/ChevronUp.js +10 -12
- package/components/Icons/ChevronUp/index.js +4 -0
- package/components/Icons/ClockCircleOutline/ClockCircleOutline.js +11 -13
- package/components/Icons/ClockCircleOutline/index.js +4 -0
- package/components/Icons/ClockSquareOutline/ClockSquareOutline.js +11 -13
- package/components/Icons/ClockSquareOutline/index.js +4 -0
- package/components/Icons/Close/Close.js +9 -11
- package/components/Icons/Close/index.js +4 -0
- package/components/Icons/CloseCircleFilled/CloseCircleFilled.js +6 -8
- package/components/Icons/CloseCircleFilled/index.js +4 -0
- package/components/Icons/CloseCircleOutline/CloseCircleOutline.js +13 -14
- package/components/Icons/CloseCircleOutline/index.js +4 -0
- package/components/Icons/CommentBubbleFilled/CommentBubbleFilled.js +37 -7
- package/components/Icons/CommentBubbleFilled/index.js +4 -0
- package/components/Icons/CommentBubbleOutline/CommentBubbleOutline.js +38 -8
- package/components/Icons/CommentBubbleOutline/index.js +4 -0
- package/components/Icons/CommentFilled/CommentFilled.js +37 -7
- package/components/Icons/CommentFilled/index.js +4 -0
- package/components/Icons/CommentLineFilled/CommentLineFilled.js +37 -7
- package/components/Icons/CommentLineFilled/index.js +4 -0
- package/components/Icons/CommentLineOutline/CommentLineOutline.js +37 -7
- package/components/Icons/CommentLineOutline/index.js +4 -0
- package/components/Icons/CommentOutline/CommentOutline.js +39 -9
- package/components/Icons/CommentOutline/index.js +4 -0
- package/components/Icons/ContactDetailsFilled/ContactDetailsFilled.js +15 -8
- package/components/Icons/ContactDetailsFilled/index.js +4 -0
- package/components/Icons/ContactDetailsOutline/ContactDetailsOutline.js +15 -8
- package/components/Icons/ContactDetailsOutline/index.js +4 -0
- package/components/Icons/DetailsOutline/DetailsOutline.js +10 -9
- package/components/Icons/DetailsOutline/index.js +4 -0
- package/components/Icons/DotsHorizontalFilled/DotsHorizontalFilled.js +28 -14
- package/components/Icons/DotsHorizontalFilled/index.js +4 -0
- package/components/Icons/DotsHorizontalOutline/DotsHorizontalOutline.js +37 -17
- package/components/Icons/DotsHorizontalOutline/index.js +4 -0
- package/components/Icons/DotsVerticalFilled/DotsVerticalFilled.js +29 -15
- package/components/Icons/DotsVerticalFilled/index.js +4 -0
- package/components/Icons/DotsVerticalOutline/DotsVerticalOutline.js +36 -16
- package/components/Icons/DotsVerticalOutline/index.js +4 -0
- package/components/Icons/ExitArrowInOutline/ExitArrowInOutline.js +12 -13
- package/components/Icons/ExitArrowInOutline/index.js +4 -0
- package/components/Icons/ExitArrowOutOutline/ExitArrowOutOutline.js +27 -17
- package/components/Icons/ExitArrowOutOutline/index.js +4 -0
- package/components/Icons/HamburgerMenu/HamburgerMenu.js +34 -16
- package/components/Icons/HamburgerMenu/index.js +4 -0
- package/components/Icons/HamburgerSpaced/HamburgerSpaced.js +39 -9
- package/components/Icons/HamburgerSpaced/index.js +4 -0
- package/components/Icons/HeartFilled/HeartFilled.js +7 -9
- package/components/Icons/HeartFilled/index.js +4 -0
- package/components/Icons/HeartOutline/HeartOutline.js +12 -14
- package/components/Icons/HeartOutline/index.js +4 -0
- package/components/Icons/HomeFilled/HomeFilled.js +10 -12
- package/components/Icons/HomeFilled/index.js +4 -0
- package/components/Icons/HomeOutline/HomeOutline.js +8 -10
- package/components/Icons/HomeOutline/index.js +4 -0
- package/components/Icons/Link/Link.js +11 -13
- package/components/Icons/Link/index.js +4 -0
- package/components/Icons/LockClosedFilled/LockClosedFilled.js +7 -9
- package/components/Icons/LockClosedFilled/index.js +4 -0
- package/components/Icons/LockClosedOutline/LockClosedOutline.js +18 -13
- package/components/Icons/LockClosedOutline/index.js +4 -0
- package/components/Icons/LockOpenFilled/LockOpenFilled.js +7 -9
- package/components/Icons/LockOpenFilled/index.js +4 -0
- package/components/Icons/LockOpenOutline/LockOpenOutline.js +16 -18
- package/components/Icons/LockOpenOutline/index.js +4 -0
- package/components/Icons/Minus/Minus.js +8 -10
- package/components/Icons/Minus/index.js +4 -0
- package/components/Icons/MinusCircle/MinusCircle.js +39 -9
- package/components/Icons/MinusCircle/index.js +4 -0
- package/components/Icons/MinusCircleFilled/MinusCircleFilled.js +38 -8
- package/components/Icons/MinusCircleFilled/index.js +4 -0
- package/components/Icons/ProfileFemaleOutline/ProfileFemaleOutline.js +21 -11
- package/components/Icons/ProfileFemaleOutline/index.js +4 -0
- package/components/Icons/ProfileGroupFilled/ProfileGroupFilled.js +10 -11
- package/components/Icons/ProfileGroupFilled/index.js +4 -0
- package/components/Icons/ProfileMaleFilled/ProfileMaleFilled.js +14 -15
- package/components/Icons/ProfileMaleFilled/index.js +4 -0
- package/components/Icons/ProfileMaleOutline/ProfileMaleOutline.js +22 -11
- package/components/Icons/ProfileMaleOutline/index.js +4 -0
- package/components/Icons/Search/Search.js +37 -7
- package/components/Icons/Search/index.js +4 -0
- package/components/Icons/SettingFilled/SettingFilled.js +7 -9
- package/components/Icons/SettingFilled/index.js +4 -0
- package/components/Icons/SettingOutline/SettingOutline.js +5 -7
- package/components/Icons/SettingOutline/index.js +4 -0
- package/components/Icons/ShareAllFilled/ShareAllFilled.js +10 -12
- package/components/Icons/ShareAllFilled/index.js +4 -0
- package/components/Icons/ShareAllOutline/ShareAllOutline.js +24 -10
- package/components/Icons/ShareAllOutline/index.js +4 -0
- package/components/Icons/ShareBoxOutline/ShareBoxOutline.js +9 -11
- package/components/Icons/ShareBoxOutline/index.js +4 -0
- package/components/Icons/ShareFilled/ShareFilled.js +14 -16
- package/components/Icons/ShareFilled/index.js +4 -0
- package/components/Icons/ShareOutline/ShareOutline.js +12 -14
- package/components/Icons/ShareOutline/index.js +4 -0
- package/components/Icons/ShareThickFilled/ShareThickFilled.js +9 -11
- package/components/Icons/ShareThickFilled/index.js +4 -0
- package/components/Icons/ShieldCheckFilled/ShieldCheckFilled.js +9 -11
- package/components/Icons/ShieldCheckFilled/index.js +4 -0
- package/components/Icons/ShieldCheckOutline/ShieldCheckOutline.js +12 -14
- package/components/Icons/ShieldCheckOutline/index.js +4 -0
- package/components/Icons/ShieldCrossFilled/ShieldCrossFilled.js +9 -11
- package/components/Icons/ShieldCrossFilled/index.js +4 -0
- package/components/Icons/ShieldCrossOutline/ShieldCrossOutline.js +17 -11
- package/components/Icons/ShieldCrossOutline/index.js +4 -0
- package/components/Icons/ShieldWarningFilled/ShieldWarningFilled.js +11 -13
- package/components/Icons/ShieldWarningFilled/index.js +4 -0
- package/components/Icons/ShieldWarningOutline/ShieldWarningOutline.js +9 -11
- package/components/Icons/ShieldWarningOutline/index.js +4 -0
- package/components/Icons/StarFilled/StarFilled.js +13 -10
- package/components/Icons/StarFilled/index.js +4 -0
- package/components/Icons/StarOutline/StarOutline.js +15 -10
- package/components/Icons/StarOutline/index.js +4 -0
- package/components/Icons/ThumbsDownFilled/ThumbsDownFilled.js +8 -10
- package/components/Icons/ThumbsDownFilled/index.js +4 -0
- package/components/Icons/ThumbsDownOutline/ThumbsDownOutline.js +7 -9
- package/components/Icons/ThumbsDownOutline/index.js +4 -0
- package/components/Icons/ThumbsUpFilled/ThumbsUpFilled.js +9 -11
- package/components/Icons/ThumbsUpFilled/index.js +4 -0
- package/components/Icons/ThumbsUpOutline/ThumbsUpOutline.js +7 -9
- package/components/Icons/ThumbsUpOutline/index.js +4 -0
- package/components/Icons/Upload/Upload.js +11 -13
- package/components/Icons/Upload/index.js +4 -0
- package/components/Icons/UploadBoxFilled/UploadBoxFilled.js +10 -12
- package/components/Icons/UploadBoxFilled/index.js +4 -0
- package/components/Icons/UploadBoxOutline/UploadBoxOutline.js +21 -16
- package/components/Icons/UploadBoxOutline/index.js +4 -0
- package/components/Icons/WalletFilled/WalletFilled.js +38 -8
- package/components/Icons/WalletFilled/index.js +4 -0
- package/components/Icons/WalletOutline/WalletOutline.js +39 -9
- package/components/Icons/WalletOutline/index.js +4 -0
- package/components/Icons/index.js +273 -162
- package/components/Pagination/styles.js +6 -6
- package/index.js +6 -8
- package/package.json +2 -3
package/README.md
CHANGED
|
@@ -23,7 +23,6 @@ import { useState } from 'react';
|
|
|
23
23
|
|
|
24
24
|
import Pagination from 'meticulous-ui/components/Pagination';
|
|
25
25
|
import ChevronLeft from 'meticulous-ui/components/Icons/ChevronLeft';
|
|
26
|
-
import Ripple from 'meticulous-ui/components/Ripple';
|
|
27
26
|
import blue from 'meticulous-ui/colors/blue';
|
|
28
27
|
import capFirstLetter from 'meticulous-ui/utils/capFirstLetter';
|
|
29
28
|
|
|
@@ -33,9 +32,7 @@ function App() {
|
|
|
33
32
|
return (
|
|
34
33
|
<div>
|
|
35
34
|
<h2>{capFirstLetter('example with pagination')}</h2> // returns: Example with pagination
|
|
36
|
-
<
|
|
37
|
-
<ChevronLeft size={10} color={blue.m400} onClick={setPrevPage} />
|
|
38
|
-
</Ripple>
|
|
35
|
+
<ChevronLeft size={10} color={blue.m400} onClick={setPrevPage} />
|
|
39
36
|
<Pagination totalPages={10} pageNumber={pageNumber} setPageNumber={setPageNumber} />
|
|
40
37
|
</div>
|
|
41
38
|
);
|
|
@@ -53,7 +50,6 @@ export default App;
|
|
|
53
50
|
| Component | Description |
|
|
54
51
|
| ------------ | ------------------------------------- |
|
|
55
52
|
| `Pagination` | Fully responsive pagination component |
|
|
56
|
-
| `Ripple` | A concentric circles visual animation |
|
|
57
53
|
|
|
58
54
|
## 📦 Icon Components
|
|
59
55
|
|
|
@@ -152,7 +148,7 @@ export default App;
|
|
|
152
148
|
| `red` | m50, m100, m200, m300, m400, m500, m600, m700, m800, m900, a100, a200, a400, a700 |
|
|
153
149
|
| `teal` | m50, m100, m200, m300, m400, m500, m600, m700, m800, m900, a100, a200, a400, a700 |
|
|
154
150
|
| `violet` | m50, m100, m200, m300, m400, m500, m600, m700, m800, m900, a100, a200, a400, a700 |
|
|
155
|
-
| `white` | #FFFFFF
|
|
151
|
+
| `white` | #FFFFFF |
|
|
156
152
|
| `yellow` | m50, m100, m200, m300, m400, m500, m600, m700, m800, m900, a100, a200, a400, a700 |
|
|
157
153
|
|
|
158
154
|
## 📦 Utils
|
|
@@ -1,47 +1,48 @@
|
|
|
1
1
|
import { j as e } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const o = ({ color: i = t.m500, size: r = 24, ...s }) => /* @__PURE__ */ e.jsx(
|
|
2
|
+
const s = ({ size: n = 24, color: o = "currentColor", ...t }) => /* @__PURE__ */ e.jsxs(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
5
|
+
width: n,
|
|
6
|
+
height: n,
|
|
6
7
|
viewBox: "0 0 24 24",
|
|
7
|
-
width: r,
|
|
8
|
-
height: r,
|
|
9
8
|
fill: "none",
|
|
10
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
/* @__PURE__ */ e.jsx(
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
10
|
+
...t,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ e.jsx("title", {}),
|
|
13
|
+
/* @__PURE__ */ e.jsx("g", { id: "Complete", children: /* @__PURE__ */ e.jsx("g", { "data-name": "add", id: "add-2", children: /* @__PURE__ */ e.jsxs("g", { children: [
|
|
14
|
+
/* @__PURE__ */ e.jsx(
|
|
15
|
+
"line",
|
|
16
|
+
{
|
|
17
|
+
fill: "none",
|
|
18
|
+
stroke: o,
|
|
19
|
+
"stroke-linecap": "round",
|
|
20
|
+
"stroke-linejoin": "round",
|
|
21
|
+
"stroke-width": "2",
|
|
22
|
+
x1: "12",
|
|
23
|
+
x2: "12",
|
|
24
|
+
y1: "19",
|
|
25
|
+
y2: "5"
|
|
26
|
+
}
|
|
27
|
+
),
|
|
28
|
+
/* @__PURE__ */ e.jsx(
|
|
29
|
+
"line",
|
|
30
|
+
{
|
|
31
|
+
fill: "none",
|
|
32
|
+
stroke: o,
|
|
33
|
+
"stroke-linecap": "round",
|
|
34
|
+
"stroke-linejoin": "round",
|
|
35
|
+
"stroke-width": "2",
|
|
36
|
+
x1: "5",
|
|
37
|
+
x2: "19",
|
|
38
|
+
y1: "12",
|
|
39
|
+
y2: "12"
|
|
40
|
+
}
|
|
41
|
+
)
|
|
42
|
+
] }) }) })
|
|
43
|
+
]
|
|
43
44
|
}
|
|
44
45
|
);
|
|
45
46
|
export {
|
|
46
|
-
|
|
47
|
+
s as default
|
|
47
48
|
};
|
|
@@ -1,29 +1,27 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
|
|
3
|
-
const r = ({ color: e = d.m500, size: i = 24, ...a }) => /* @__PURE__ */ l.jsxs(
|
|
1
|
+
import { j as C } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const i = ({ size: l = 24, color: e = "currentColor", ...t }) => /* @__PURE__ */ C.jsxs(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
5
|
+
width: l,
|
|
6
|
+
height: l,
|
|
6
7
|
viewBox: "0 0 24 24",
|
|
7
|
-
width: i,
|
|
8
|
-
height: i,
|
|
9
8
|
fill: "none",
|
|
10
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
|
|
12
|
-
...a,
|
|
10
|
+
...t,
|
|
13
11
|
children: [
|
|
14
|
-
/* @__PURE__ */
|
|
12
|
+
/* @__PURE__ */ C.jsx(
|
|
15
13
|
"path",
|
|
16
14
|
{
|
|
17
|
-
d: "M11
|
|
15
|
+
d: "M11 8C11 7.44772 11.4477 7 12 7C12.5523 7 13 7.44772 13 8V11H16C16.5523 11 17 11.4477 17 12C17 12.5523 16.5523 13 16 13H13V16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V13H8C7.44771 13 7 12.5523 7 12C7 11.4477 7.44772 11 8 11H11V8Z",
|
|
18
16
|
fill: e
|
|
19
17
|
}
|
|
20
18
|
),
|
|
21
|
-
/* @__PURE__ */
|
|
19
|
+
/* @__PURE__ */ C.jsx(
|
|
22
20
|
"path",
|
|
23
21
|
{
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
d: "M23
|
|
22
|
+
"fill-rule": "evenodd",
|
|
23
|
+
"clip-rule": "evenodd",
|
|
24
|
+
d: "M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM3.00683 12C3.00683 16.9668 7.03321 20.9932 12 20.9932C16.9668 20.9932 20.9932 16.9668 20.9932 12C20.9932 7.03321 16.9668 3.00683 12 3.00683C7.03321 3.00683 3.00683 7.03321 3.00683 12Z",
|
|
27
25
|
fill: e
|
|
28
26
|
}
|
|
29
27
|
)
|
|
@@ -31,5 +29,5 @@ const r = ({ color: e = d.m500, size: i = 24, ...a }) => /* @__PURE__ */ l.jsxs(
|
|
|
31
29
|
}
|
|
32
30
|
);
|
|
33
31
|
export {
|
|
34
|
-
|
|
32
|
+
i as default
|
|
35
33
|
};
|
|
@@ -1,26 +1,24 @@
|
|
|
1
1
|
import { j as e } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const a = ({ color: i = o.m500, size: l = 24, ...d }) => /* @__PURE__ */ e.jsx(
|
|
2
|
+
const t = ({ size: l = 24, color: C = "currentColor", ...o }) => /* @__PURE__ */ e.jsx(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
6
|
-
viewBox: "0 0 24 24",
|
|
7
5
|
width: l,
|
|
8
6
|
height: l,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
9
8
|
fill: "none",
|
|
10
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
|
|
12
|
-
...d,
|
|
10
|
+
...o,
|
|
13
11
|
children: /* @__PURE__ */ e.jsx(
|
|
14
12
|
"path",
|
|
15
13
|
{
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
d: "M12
|
|
19
|
-
fill:
|
|
14
|
+
"fill-rule": "evenodd",
|
|
15
|
+
"clip-rule": "evenodd",
|
|
16
|
+
d: "M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM12.75 9C12.75 8.58579 12.4142 8.25 12 8.25C11.5858 8.25 11.25 8.58579 11.25 9L11.25 11.25H9C8.58579 11.25 8.25 11.5858 8.25 12C8.25 12.4142 8.58579 12.75 9 12.75H11.25V15C11.25 15.4142 11.5858 15.75 12 15.75C12.4142 15.75 12.75 15.4142 12.75 15L12.75 12.75H15C15.4142 12.75 15.75 12.4142 15.75 12C15.75 11.5858 15.4142 11.25 15 11.25H12.75V9Z",
|
|
17
|
+
fill: C
|
|
20
18
|
}
|
|
21
19
|
)
|
|
22
20
|
}
|
|
23
21
|
);
|
|
24
22
|
export {
|
|
25
|
-
|
|
23
|
+
t as default
|
|
26
24
|
};
|
|
@@ -1,22 +1,20 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
|
|
3
|
-
const n = ({ color: e = a.m500, size: l = 24, ...r }) => /* @__PURE__ */ o.jsx(
|
|
1
|
+
import { j as e } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const n = ({ size: o = 24, color: l = "currentColor", ...r }) => /* @__PURE__ */ e.jsx(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
5
|
+
width: o,
|
|
6
|
+
height: o,
|
|
6
7
|
viewBox: "0 0 24 24",
|
|
7
|
-
width: l,
|
|
8
|
-
height: l,
|
|
9
8
|
fill: "none",
|
|
10
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
"aria-label": "Arrow Down",
|
|
12
10
|
...r,
|
|
13
|
-
children: /* @__PURE__ */
|
|
11
|
+
children: /* @__PURE__ */ e.jsx(
|
|
14
12
|
"path",
|
|
15
13
|
{
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
d: "M12
|
|
19
|
-
fill:
|
|
14
|
+
"fill-rule": "evenodd",
|
|
15
|
+
"clip-rule": "evenodd",
|
|
16
|
+
d: "M12 3C12.5523 3 13 3.44772 13 4V17.5858L18.2929 12.2929C18.6834 11.9024 19.3166 11.9024 19.7071 12.2929C20.0976 12.6834 20.0976 13.3166 19.7071 13.7071L12.7071 20.7071C12.3166 21.0976 11.6834 21.0976 11.2929 20.7071L4.29289 13.7071C3.90237 13.3166 3.90237 12.6834 4.29289 12.2929C4.68342 11.9024 5.31658 11.9024 5.70711 12.2929L11 17.5858V4C11 3.44772 11.4477 3 12 3Z",
|
|
17
|
+
fill: l
|
|
20
18
|
}
|
|
21
19
|
)
|
|
22
20
|
}
|
|
@@ -1,27 +1,25 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
|
|
3
|
-
const a = ({ color: t = s.m500, size: r = 24, ...e }) => /* @__PURE__ */ o.jsx(
|
|
1
|
+
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const s = ({ size: o = 24, color: r = "currentColor", ...e }) => /* @__PURE__ */ t.jsx(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
5
|
+
width: o,
|
|
6
|
+
height: o,
|
|
6
7
|
viewBox: "0 0 24 24",
|
|
7
|
-
width: r,
|
|
8
|
-
height: r,
|
|
9
8
|
fill: "none",
|
|
10
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
"aria-label": "Arrow Left",
|
|
12
10
|
...e,
|
|
13
|
-
children: /* @__PURE__ */
|
|
11
|
+
children: /* @__PURE__ */ t.jsx(
|
|
14
12
|
"path",
|
|
15
13
|
{
|
|
16
|
-
d: "M5
|
|
17
|
-
stroke:
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
14
|
+
d: "M5 12H19M5 12L11 6M5 12L11 18",
|
|
15
|
+
stroke: r,
|
|
16
|
+
"stroke-width": "2",
|
|
17
|
+
"stroke-linecap": "round",
|
|
18
|
+
"stroke-linejoin": "round"
|
|
21
19
|
}
|
|
22
20
|
)
|
|
23
21
|
}
|
|
24
22
|
);
|
|
25
23
|
export {
|
|
26
|
-
|
|
24
|
+
s as default
|
|
27
25
|
};
|
|
@@ -1,27 +1,25 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
|
|
3
|
-
const h = ({ color: t = i.m500, size: r = 24, ...e }) => /* @__PURE__ */ o.jsx(
|
|
1
|
+
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const s = ({ size: o = 24, color: r = "currentColor", ...e }) => /* @__PURE__ */ t.jsx(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
5
|
+
width: o,
|
|
6
|
+
height: o,
|
|
6
7
|
viewBox: "0 0 24 24",
|
|
7
|
-
width: r,
|
|
8
|
-
height: r,
|
|
9
8
|
fill: "none",
|
|
10
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
"aria-label": "Arrow Right",
|
|
12
10
|
...e,
|
|
13
|
-
children: /* @__PURE__ */
|
|
11
|
+
children: /* @__PURE__ */ t.jsx(
|
|
14
12
|
"path",
|
|
15
13
|
{
|
|
16
|
-
d: "M5
|
|
17
|
-
stroke:
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
14
|
+
d: "M5 12H19M19 12L13 6M19 12L13 18",
|
|
15
|
+
stroke: r,
|
|
16
|
+
"stroke-width": "2",
|
|
17
|
+
"stroke-linecap": "round",
|
|
18
|
+
"stroke-linejoin": "round"
|
|
21
19
|
}
|
|
22
20
|
)
|
|
23
21
|
}
|
|
24
22
|
);
|
|
25
23
|
export {
|
|
26
|
-
|
|
24
|
+
s as default
|
|
27
25
|
};
|
|
@@ -1,26 +1,24 @@
|
|
|
1
1
|
import { j as e } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const p = ({ color: o = t.m500, size: l = 24, ...r }) => /* @__PURE__ */ e.jsx(
|
|
2
|
+
const n = ({ size: o = 24, color: l = "currentColor", ...r }) => /* @__PURE__ */ e.jsx(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
5
|
+
width: o,
|
|
6
|
+
height: o,
|
|
6
7
|
viewBox: "0 0 24 24",
|
|
7
|
-
width: l,
|
|
8
|
-
height: l,
|
|
9
8
|
fill: "none",
|
|
10
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
"aria-label": "Arrow Up",
|
|
12
10
|
...r,
|
|
13
11
|
children: /* @__PURE__ */ e.jsx(
|
|
14
12
|
"path",
|
|
15
13
|
{
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
d: "M12
|
|
19
|
-
fill:
|
|
14
|
+
"fill-rule": "evenodd",
|
|
15
|
+
"clip-rule": "evenodd",
|
|
16
|
+
d: "M12 3C12.2652 3 12.5196 3.10536 12.7071 3.29289L19.7071 10.2929C20.0976 10.6834 20.0976 11.3166 19.7071 11.7071C19.3166 12.0976 18.6834 12.0976 18.2929 11.7071L13 6.41421V20C13 20.5523 12.5523 21 12 21C11.4477 21 11 20.5523 11 20V6.41421L5.70711 11.7071C5.31658 12.0976 4.68342 12.0976 4.29289 11.7071C3.90237 11.3166 3.90237 10.6834 4.29289 10.2929L11.2929 3.29289C11.4804 3.10536 11.7348 3 12 3Z",
|
|
17
|
+
fill: l
|
|
20
18
|
}
|
|
21
19
|
)
|
|
22
20
|
}
|
|
23
21
|
);
|
|
24
22
|
export {
|
|
25
|
-
|
|
23
|
+
n as default
|
|
26
24
|
};
|
|
@@ -1,26 +1,35 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
|
|
3
|
-
const r = ({ color: i = t.m500, size: l = 24, ...o }) => /* @__PURE__ */ e.jsx(
|
|
1
|
+
import { j as C } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const o = ({ size: l = 24, color: e = "currentColor", ...d }) => /* @__PURE__ */ C.jsxs(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
6
|
-
viewBox: "0 0 24 24",
|
|
7
5
|
width: l,
|
|
8
6
|
height: l,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
9
8
|
fill: "none",
|
|
10
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
10
|
+
...d,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ C.jsx(
|
|
13
|
+
"path",
|
|
14
|
+
{
|
|
15
|
+
"fill-rule": "evenodd",
|
|
16
|
+
"clip-rule": "evenodd",
|
|
17
|
+
d: "M12 2C9.9695 2 8.34903 2.72578 7.24822 3.98079C6.16397 5.21692 5.66667 6.87057 5.66667 8.6V10.3333C5.66667 10.5774 5.55716 10.8709 5.27166 11.2498C4.99798 11.6129 4.6427 11.9534 4.25022 12.3296L4.18372 12.3934C3.49997 13.0494 3 13.9996 3 15.1333C3 16.67 4.19824 18 5.77778 18H18.2222C19.8018 18 21 16.67 21 15.1333C21 13.9996 20.5 13.0494 19.8163 12.3934L19.7498 12.3296L19.7497 12.3296C19.3573 11.9534 19.002 11.6129 18.7283 11.2498C18.4428 10.8709 18.3333 10.5774 18.3333 10.3333V8.6C18.3333 6.87057 17.836 5.21692 16.7518 3.98079C15.651 2.72578 14.0305 2 12 2Z",
|
|
18
|
+
fill: e
|
|
19
|
+
}
|
|
20
|
+
),
|
|
21
|
+
/* @__PURE__ */ C.jsx(
|
|
22
|
+
"path",
|
|
23
|
+
{
|
|
24
|
+
"fill-rule": "evenodd",
|
|
25
|
+
"clip-rule": "evenodd",
|
|
26
|
+
d: "M9.44303 19.1694C9.90172 18.8618 10.5229 18.9843 10.8305 19.443C10.9299 19.5912 11.0843 19.731 11.2919 19.8345C11.4998 19.938 11.7444 19.9964 12 19.9964C12.2556 19.9964 12.5002 19.938 12.7081 19.8345C12.9157 19.731 13.0701 19.5912 13.1695 19.443C13.4771 18.9843 14.0983 18.8618 14.557 19.1694C15.0157 19.4771 15.1381 20.0983 14.8305 20.557C14.5234 21.0149 14.0944 21.3783 13.6 21.6246C13.1058 21.8708 12.5546 21.9964 12 21.9964C11.4454 21.9964 10.8942 21.8708 10.4 21.6246C9.90564 21.3783 9.47658 21.0149 9.16946 20.557C8.86186 20.0983 8.98434 19.4771 9.44303 19.1694Z",
|
|
27
|
+
fill: e
|
|
28
|
+
}
|
|
29
|
+
)
|
|
30
|
+
]
|
|
22
31
|
}
|
|
23
32
|
);
|
|
24
33
|
export {
|
|
25
|
-
|
|
34
|
+
o as default
|
|
26
35
|
};
|
|
@@ -1,37 +1,44 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
|
|
3
|
-
const o = ({ color: e = a.m500, size: i = 24, ...d }) => /* @__PURE__ */ l.jsxs(
|
|
1
|
+
import { j as C } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const n = ({ size: e = 24, color: l = "currentColor", ...d }) => /* @__PURE__ */ C.jsxs(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
5
|
+
width: e,
|
|
6
|
+
height: e,
|
|
6
7
|
viewBox: "0 0 24 24",
|
|
7
|
-
width: i,
|
|
8
|
-
height: i,
|
|
9
8
|
fill: "none",
|
|
10
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
"aria-label": "Bell Off Filled",
|
|
12
10
|
...d,
|
|
13
11
|
children: [
|
|
14
|
-
/* @__PURE__ */
|
|
12
|
+
/* @__PURE__ */ C.jsx(
|
|
15
13
|
"path",
|
|
16
14
|
{
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
d: "M9.
|
|
20
|
-
fill:
|
|
15
|
+
"fill-rule": "evenodd",
|
|
16
|
+
"clip-rule": "evenodd",
|
|
17
|
+
d: "M9.44303 19.1694C9.90172 18.8618 10.5229 18.9843 10.8305 19.443C10.9299 19.5912 11.0843 19.731 11.2919 19.8345C11.4998 19.938 11.7444 19.9964 12 19.9964C12.2556 19.9964 12.5002 19.938 12.7081 19.8345C12.9157 19.731 13.0701 19.5912 13.1695 19.443C13.4771 18.9843 14.0983 18.8618 14.557 19.1694C15.0157 19.4771 15.1381 20.0983 14.8305 20.557C14.5234 21.0149 14.0944 21.3783 13.6 21.6246C13.1058 21.8708 12.5546 21.9964 12 21.9964C11.4454 21.9964 10.8942 21.8708 10.4 21.6246C9.90564 21.3783 9.47658 21.0149 9.16946 20.557C8.86186 20.0983 8.98434 19.4771 9.44303 19.1694Z",
|
|
18
|
+
fill: l
|
|
21
19
|
}
|
|
22
20
|
),
|
|
23
|
-
/* @__PURE__ */
|
|
21
|
+
/* @__PURE__ */ C.jsx(
|
|
24
22
|
"path",
|
|
25
23
|
{
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
d: "
|
|
29
|
-
fill:
|
|
24
|
+
"fill-rule": "evenodd",
|
|
25
|
+
"clip-rule": "evenodd",
|
|
26
|
+
d: "M2.29289 2.29289C2.68342 1.90237 3.31658 1.90237 3.70711 2.29289L21.7071 20.2929C22.0976 20.6834 22.0976 21.3166 21.7071 21.7071C21.3166 22.0976 20.6834 22.0976 20.2929 21.7071L2.29289 3.70711C1.90237 3.31658 1.90237 2.68342 2.29289 2.29289Z",
|
|
27
|
+
fill: l
|
|
28
|
+
}
|
|
29
|
+
),
|
|
30
|
+
/* @__PURE__ */ C.jsx(
|
|
31
|
+
"path",
|
|
32
|
+
{
|
|
33
|
+
"fill-rule": "evenodd",
|
|
34
|
+
"clip-rule": "evenodd",
|
|
35
|
+
d: "M6.22469 5.6389C5.84619 6.54916 5.66667 7.5609 5.66667 8.6V10.3333C5.66667 10.5774 5.55716 10.8709 5.27166 11.2498C4.99798 11.6129 4.6427 11.9534 4.25022 12.3296L4.18372 12.3934C3.49997 13.0494 3 13.9996 3 15.1333C3 16.67 4.19824 18 5.77778 18H18.2222C18.3385 18 18.4528 17.9928 18.5646 17.9788L6.22469 5.6389ZM19.9711 16.5569C20.1824 16.7682 20.5344 16.7486 20.6718 16.4832C20.8822 16.0767 21 15.6152 21 15.1333C21 13.9996 20.5 13.0494 19.8163 12.3934L19.7498 12.3296C19.3573 11.9534 19.002 11.6129 18.7283 11.2498C18.4428 10.8709 18.3333 10.5774 18.3333 10.3333V8.6C18.3333 6.87057 17.836 5.21692 16.7518 3.98079C15.651 2.72578 14.0305 2 12 2C10.2057 2 8.73159 2.56674 7.65331 3.5646C7.45733 3.74597 7.46601 4.0518 7.65483 4.24061L19.9711 16.5569Z",
|
|
36
|
+
fill: l
|
|
30
37
|
}
|
|
31
38
|
)
|
|
32
39
|
]
|
|
33
40
|
}
|
|
34
41
|
);
|
|
35
42
|
export {
|
|
36
|
-
|
|
43
|
+
n as default
|
|
37
44
|
};
|
|
@@ -1,38 +1,46 @@
|
|
|
1
1
|
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const l = ({ color: e = s.m500, size: o = 24, ...r }) => /* @__PURE__ */ t.jsxs(
|
|
2
|
+
const n = ({ size: o = 24, color: e = "currentColor", ...r }) => /* @__PURE__ */ t.jsxs(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
6
|
-
viewBox: "0 0 24 24",
|
|
7
5
|
width: o,
|
|
8
6
|
height: o,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
9
8
|
fill: "none",
|
|
10
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
"aria-label": "Bell Off Outline",
|
|
12
10
|
...r,
|
|
13
11
|
children: [
|
|
14
12
|
/* @__PURE__ */ t.jsx(
|
|
15
13
|
"path",
|
|
16
14
|
{
|
|
17
|
-
d: "M20 15.
|
|
15
|
+
d: "M20 15.1333C20 14.3066 19.6376 13.6078 19.124 13.115C18.3269 12.3503 17.3333 11.4379 17.3333 10.3333V8.6C17.3333 5.50721 15.5556 3 12 3C10.7962 3 9.79622 3.28739 9 3.78759M6.7457 7.5C6.69301 7.85568 6.66667 8.2235 6.66667 8.6V10.3333C6.66667 11.4379 5.67308 12.3503 4.87601 13.115C4.36239 13.6078 4 14.3066 4 15.1333C4 16.1643 4.79594 17 5.77778 17H16.5",
|
|
16
|
+
stroke: e,
|
|
17
|
+
"stroke-width": "2",
|
|
18
|
+
"stroke-linecap": "round"
|
|
19
|
+
}
|
|
20
|
+
),
|
|
21
|
+
/* @__PURE__ */ t.jsx(
|
|
22
|
+
"path",
|
|
23
|
+
{
|
|
24
|
+
d: "M14 20C13.7968 20.3031 13.505 20.5547 13.154 20.7295C12.803 20.9044 12.4051 20.9965 12 20.9965C11.5949 20.9965 11.197 20.9044 10.846 20.7295C10.495 20.5547 10.2032 20.3031 10 20",
|
|
18
25
|
stroke: e,
|
|
19
|
-
|
|
20
|
-
|
|
26
|
+
"stroke-width": "2",
|
|
27
|
+
"stroke-linecap": "round",
|
|
28
|
+
"stroke-linejoin": "round"
|
|
21
29
|
}
|
|
22
30
|
),
|
|
23
31
|
/* @__PURE__ */ t.jsx(
|
|
24
32
|
"path",
|
|
25
33
|
{
|
|
26
|
-
d: "
|
|
34
|
+
d: "M3 3L21 21",
|
|
27
35
|
stroke: e,
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
36
|
+
"stroke-width": "2",
|
|
37
|
+
"stroke-linecap": "round",
|
|
38
|
+
"stroke-linejoin": "round"
|
|
31
39
|
}
|
|
32
40
|
)
|
|
33
41
|
]
|
|
34
42
|
}
|
|
35
43
|
);
|
|
36
44
|
export {
|
|
37
|
-
|
|
45
|
+
n as default
|
|
38
46
|
};
|