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
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { j as C } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const s = ({ size: t = 24, color: L = "currentColor", ...M }) => /* @__PURE__ */ C.jsxs(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: t,
|
|
6
|
+
height: t,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...M,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ C.jsx(
|
|
13
|
+
"path",
|
|
14
|
+
{
|
|
15
|
+
d: "M7.5 18C8.32843 18 9 18.6716 9 19.5C9 20.3284 8.32843 21 7.5 21C6.67157 21 6 20.3284 6 19.5C6 18.6716 6.67157 18 7.5 18Z",
|
|
16
|
+
stroke: L,
|
|
17
|
+
"stroke-width": "1.5"
|
|
18
|
+
}
|
|
19
|
+
),
|
|
20
|
+
/* @__PURE__ */ C.jsx(
|
|
21
|
+
"path",
|
|
22
|
+
{
|
|
23
|
+
d: "M16.5 18.0001C17.3284 18.0001 18 18.6716 18 19.5001C18 20.3285 17.3284 21.0001 16.5 21.0001C15.6716 21.0001 15 20.3285 15 19.5001C15 18.6716 15.6716 18.0001 16.5 18.0001Z",
|
|
24
|
+
stroke: L,
|
|
25
|
+
"stroke-width": "1.5"
|
|
26
|
+
}
|
|
27
|
+
),
|
|
28
|
+
/* @__PURE__ */ C.jsx(
|
|
29
|
+
"path",
|
|
30
|
+
{
|
|
31
|
+
d: "M2.26121 3.09184L2.50997 2.38429H2.50997L2.26121 3.09184ZM2.24876 2.29246C1.85799 2.15507 1.42984 2.36048 1.29246 2.75124C1.15507 3.14201 1.36048 3.57016 1.75124 3.70754L2.24876 2.29246ZM4.58584 4.32298L5.20507 3.89983V3.89983L4.58584 4.32298ZM5.88772 14.5862L5.34345 15.1022H5.34345L5.88772 14.5862ZM20.6578 9.88275L21.3923 10.0342L21.3933 10.0296L20.6578 9.88275ZM20.158 12.3075L20.8926 12.4589L20.158 12.3075ZM20.7345 6.69708L20.1401 7.15439L20.7345 6.69708ZM19.1336 15.0504L18.6598 14.469L19.1336 15.0504ZM5.70808 9.76V7.03836H4.20808V9.76H5.70808ZM2.50997 2.38429L2.24876 2.29246L1.75124 3.70754L2.01245 3.79938L2.50997 2.38429ZM10.9375 16.25H16.2404V14.75H10.9375V16.25ZM5.70808 7.03836C5.70808 6.3312 5.7091 5.7411 5.65719 5.26157C5.60346 4.76519 5.48705 4.31247 5.20507 3.89983L3.96661 4.74613C4.05687 4.87822 4.12657 5.05964 4.1659 5.42299C4.20706 5.8032 4.20808 6.29841 4.20808 7.03836H5.70808ZM2.01245 3.79938C2.68006 4.0341 3.11881 4.18965 3.44166 4.34806C3.74488 4.49684 3.87855 4.61727 3.96661 4.74613L5.20507 3.89983C4.92089 3.48397 4.54304 3.21763 4.10241 3.00143C3.68139 2.79485 3.14395 2.60719 2.50997 2.38429L2.01245 3.79938ZM4.20808 9.76C4.20808 11.2125 4.22171 12.2599 4.35876 13.0601C4.50508 13.9144 4.79722 14.5261 5.34345 15.1022L6.43198 14.0702C6.11182 13.7325 5.93913 13.4018 5.83723 12.8069C5.72607 12.1578 5.70808 11.249 5.70808 9.76H4.20808ZM10.9375 14.75C9.52069 14.75 8.53763 14.7482 7.79696 14.6432C7.08215 14.5418 6.70452 14.3576 6.43198 14.0702L5.34345 15.1022C5.93731 15.7286 6.69012 16.0013 7.58636 16.1283C8.45674 16.2518 9.56535 16.25 10.9375 16.25V14.75ZM4.95808 6.87H17.0888V5.37H4.95808V6.87ZM19.9232 9.73135L19.4235 12.1561L20.8926 12.4589L21.3923 10.0342L19.9232 9.73135ZM17.0888 6.87C17.9452 6.87 18.6989 6.871 19.2937 6.93749C19.5893 6.97053 19.8105 7.01643 19.9659 7.07105C20.1273 7.12776 20.153 7.17127 20.1401 7.15439L21.329 6.23978C21.094 5.93436 20.7636 5.76145 20.4632 5.65587C20.1567 5.54818 19.8101 5.48587 19.4604 5.44678C18.7646 5.369 17.9174 5.37 17.0888 5.37V6.87ZM21.3933 10.0296C21.5625 9.18167 21.7062 8.47024 21.7414 7.90038C21.7775 7.31418 21.7108 6.73617 21.329 6.23978L20.1401 7.15439C20.2021 7.23508 20.2706 7.38037 20.2442 7.80797C20.2168 8.25191 20.1002 8.84478 19.9223 9.73595L21.3933 10.0296ZM16.2404 16.25C17.0021 16.25 17.6413 16.2513 18.1566 16.1882C18.6923 16.1227 19.1809 15.9794 19.6074 15.6318L18.6598 14.469C18.5346 14.571 18.3571 14.6525 17.9744 14.6994C17.5712 14.7487 17.0397 14.75 16.2404 14.75V16.25ZM19.4235 12.1561C19.2621 12.9389 19.1535 13.4593 19.0238 13.8442C18.9007 14.2095 18.785 14.367 18.6598 14.469L19.6074 15.6318C20.0339 15.2842 20.2729 14.8346 20.4453 14.3232C20.6111 13.8312 20.7388 13.2049 20.8926 12.4589L19.4235 12.1561Z",
|
|
32
|
+
fill: L
|
|
33
|
+
}
|
|
34
|
+
),
|
|
35
|
+
/* @__PURE__ */ C.jsx(
|
|
36
|
+
"path",
|
|
37
|
+
{
|
|
38
|
+
d: "M13 13V11M13 11V9M13 11H15M13 11H11",
|
|
39
|
+
stroke: L,
|
|
40
|
+
"stroke-width": "1.5",
|
|
41
|
+
"stroke-linecap": "round"
|
|
42
|
+
}
|
|
43
|
+
)
|
|
44
|
+
]
|
|
45
|
+
}
|
|
46
|
+
);
|
|
47
|
+
export {
|
|
48
|
+
s as default
|
|
49
|
+
};
|
|
@@ -1,27 +1,25 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
|
|
3
|
-
const h = ({ color: t = n.m500, size: o = 24, ...e }) => /* @__PURE__ */ r.jsx(
|
|
1
|
+
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const s = ({ size: o = 24, color: r = "currentColor", ...n }) => /* @__PURE__ */ t.jsx(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
6
|
-
viewBox: "0 0 24 24",
|
|
7
5
|
width: o,
|
|
8
6
|
height: o,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
9
8
|
fill: "none",
|
|
10
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
children: /* @__PURE__ */ r.jsx(
|
|
10
|
+
...n,
|
|
11
|
+
children: /* @__PURE__ */ t.jsx(
|
|
14
12
|
"path",
|
|
15
13
|
{
|
|
16
|
-
d: "
|
|
17
|
-
stroke:
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
14
|
+
d: "M6 9L12 15L18 9",
|
|
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
1
|
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const h = ({ color: e = n.m500, size: o = 24, ...r }) => /* @__PURE__ */ t.jsx(
|
|
2
|
+
const s = ({ size: o = 24, color: r = "currentColor", ...e }) => /* @__PURE__ */ t.jsx(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
6
|
-
viewBox: "0 0 24 24",
|
|
7
5
|
width: o,
|
|
8
6
|
height: o,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
9
8
|
fill: "none",
|
|
10
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
|
|
12
|
-
...r,
|
|
10
|
+
...e,
|
|
13
11
|
children: /* @__PURE__ */ t.jsx(
|
|
14
12
|
"path",
|
|
15
13
|
{
|
|
16
|
-
d: "
|
|
17
|
-
stroke:
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
14
|
+
d: "M15 6L9 12L15 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
1
|
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const h = ({ color: r = i.m500, size: o = 24, ...e }) => /* @__PURE__ */ t.jsx(
|
|
2
|
+
const s = ({ size: o = 24, color: r = "currentColor", ...e }) => /* @__PURE__ */ t.jsx(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
6
|
-
viewBox: "0 0 24 24",
|
|
7
5
|
width: o,
|
|
8
6
|
height: o,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
9
8
|
fill: "none",
|
|
10
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
"aria-label": "Chevron Right",
|
|
12
10
|
...e,
|
|
13
11
|
children: /* @__PURE__ */ t.jsx(
|
|
14
12
|
"path",
|
|
15
13
|
{
|
|
16
|
-
d: "
|
|
14
|
+
d: "M9 6L15 12L9 18",
|
|
17
15
|
stroke: r,
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
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 = n.m500, size: o = 24, ...e }) => /* @__PURE__ */ r.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
|
{
|
|
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": "Chevron Up",
|
|
12
10
|
...e,
|
|
13
|
-
children: /* @__PURE__ */
|
|
11
|
+
children: /* @__PURE__ */ t.jsx(
|
|
14
12
|
"path",
|
|
15
13
|
{
|
|
16
|
-
d: "
|
|
17
|
-
stroke:
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
14
|
+
d: "M6 15L12 9L18 15",
|
|
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,30 +1,28 @@
|
|
|
1
1
|
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const n = ({ color: e = i.m500, size: r = 24, ...o }) => /* @__PURE__ */ t.jsxs(
|
|
2
|
+
const i = ({ size: o = 24, color: r = "currentColor", ...e }) => /* @__PURE__ */ t.jsxs(
|
|
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
|
-
|
|
12
|
-
...o,
|
|
10
|
+
...e,
|
|
13
11
|
children: [
|
|
14
|
-
/* @__PURE__ */ t.jsx("circle", { cx: "12", cy: "12", r: "10", stroke:
|
|
12
|
+
/* @__PURE__ */ t.jsx("circle", { cx: "12", cy: "12", r: "10", stroke: r, "stroke-width": "1.5" }),
|
|
15
13
|
/* @__PURE__ */ t.jsx(
|
|
16
14
|
"path",
|
|
17
15
|
{
|
|
18
|
-
d: "M12
|
|
19
|
-
stroke:
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
16
|
+
d: "M12 8V12L14.5 14.5",
|
|
17
|
+
stroke: r,
|
|
18
|
+
"stroke-width": "1.5",
|
|
19
|
+
"stroke-linecap": "round",
|
|
20
|
+
"stroke-linejoin": "round"
|
|
23
21
|
}
|
|
24
22
|
)
|
|
25
23
|
]
|
|
26
24
|
}
|
|
27
25
|
);
|
|
28
26
|
export {
|
|
29
|
-
|
|
27
|
+
i as default
|
|
30
28
|
};
|
|
@@ -1,37 +1,35 @@
|
|
|
1
1
|
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const a = ({ color: e = r.m500, size: s = 24, ...o }) => /* @__PURE__ */ t.jsxs(
|
|
2
|
+
const n = ({ size: o = 24, color: e = "currentColor", ...r }) => /* @__PURE__ */ t.jsxs(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
5
|
+
width: o,
|
|
6
|
+
height: o,
|
|
6
7
|
viewBox: "0 0 24 24",
|
|
7
|
-
width: s,
|
|
8
|
-
height: s,
|
|
9
8
|
fill: "none",
|
|
10
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
|
|
12
|
-
...o,
|
|
10
|
+
...r,
|
|
13
11
|
children: [
|
|
14
12
|
/* @__PURE__ */ t.jsx(
|
|
15
13
|
"path",
|
|
16
14
|
{
|
|
17
|
-
d: "M12
|
|
15
|
+
d: "M12 8V12L14.5 14.5",
|
|
18
16
|
stroke: e,
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
17
|
+
"stroke-width": "1.5",
|
|
18
|
+
"stroke-linecap": "round",
|
|
19
|
+
"stroke-linejoin": "round"
|
|
22
20
|
}
|
|
23
21
|
),
|
|
24
22
|
/* @__PURE__ */ t.jsx(
|
|
25
23
|
"path",
|
|
26
24
|
{
|
|
27
|
-
d: "M2
|
|
25
|
+
d: "M2 12C2 7.28595 2 4.92893 3.46447 3.46447C4.92893 2 7.28595 2 12 2C16.714 2 19.0711 2 20.5355 3.46447C22 4.92893 22 7.28595 22 12C22 16.714 22 19.0711 20.5355 20.5355C19.0711 22 16.714 22 12 22C7.28595 22 4.92893 22 3.46447 20.5355C2 19.0711 2 16.714 2 12Z",
|
|
28
26
|
stroke: e,
|
|
29
|
-
|
|
27
|
+
"stroke-width": "1.5"
|
|
30
28
|
}
|
|
31
29
|
)
|
|
32
30
|
]
|
|
33
31
|
}
|
|
34
32
|
);
|
|
35
33
|
export {
|
|
36
|
-
|
|
34
|
+
n as default
|
|
37
35
|
};
|
|
@@ -1,24 +1,22 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
|
|
3
|
-
const i = ({ color: o = s.m500, size: l = 24, ...t }) => /* @__PURE__ */ a.jsx(
|
|
1
|
+
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const r = ({ size: o = 24, color: s = "currentColor", ...C }) => /* @__PURE__ */ t.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
|
-
|
|
12
|
-
|
|
13
|
-
children: /* @__PURE__ */ a.jsx(
|
|
10
|
+
...C,
|
|
11
|
+
children: /* @__PURE__ */ t.jsx(
|
|
14
12
|
"path",
|
|
15
13
|
{
|
|
16
|
-
d: "M20.
|
|
17
|
-
fill:
|
|
14
|
+
d: "M20.7457 3.32851C20.3552 2.93798 19.722 2.93798 19.3315 3.32851L12.0371 10.6229L4.74275 3.32851C4.35223 2.93798 3.71906 2.93798 3.32854 3.32851C2.93801 3.71903 2.93801 4.3522 3.32854 4.74272L10.6229 12.0371L3.32856 19.3314C2.93803 19.722 2.93803 20.3551 3.32856 20.7457C3.71908 21.1362 4.35225 21.1362 4.74277 20.7457L12.0371 13.4513L19.3315 20.7457C19.722 21.1362 20.3552 21.1362 20.7457 20.7457C21.1362 20.3551 21.1362 19.722 20.7457 19.3315L13.4513 12.0371L20.7457 4.74272C21.1362 4.3522 21.1362 3.71903 20.7457 3.32851Z",
|
|
15
|
+
fill: s
|
|
18
16
|
}
|
|
19
17
|
)
|
|
20
18
|
}
|
|
21
19
|
);
|
|
22
20
|
export {
|
|
23
|
-
|
|
21
|
+
r as default
|
|
24
22
|
};
|
|
@@ -1,22 +1,20 @@
|
|
|
1
1
|
import { j as e } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const t = ({ color: i = a.m500, size: l = 24, ...o }) => /* @__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
|
-
"aria-label": "Close Circle Filled",
|
|
12
10
|
...o,
|
|
13
11
|
children: /* @__PURE__ */ e.jsx(
|
|
14
12
|
"path",
|
|
15
13
|
{
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
d: "M22
|
|
19
|
-
fill:
|
|
14
|
+
"fill-rule": "evenodd",
|
|
15
|
+
"clip-rule": "evenodd",
|
|
16
|
+
d: "M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM8.96963 8.96965C9.26252 8.67676 9.73739 8.67676 10.0303 8.96965L12 10.9393L13.9696 8.96967C14.2625 8.67678 14.7374 8.67678 15.0303 8.96967C15.3232 9.26256 15.3232 9.73744 15.0303 10.0303L13.0606 12L15.0303 13.9696C15.3232 14.2625 15.3232 14.7374 15.0303 15.0303C14.7374 15.3232 14.2625 15.3232 13.9696 15.0303L12 13.0607L10.0303 15.0303C9.73742 15.3232 9.26254 15.3232 8.96965 15.0303C8.67676 14.7374 8.67676 14.2625 8.96965 13.9697L10.9393 12L8.96963 10.0303C8.67673 9.73742 8.67673 9.26254 8.96963 8.96965Z",
|
|
17
|
+
fill: C
|
|
20
18
|
}
|
|
21
19
|
)
|
|
22
20
|
}
|
|
@@ -1,27 +1,26 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
|
|
3
|
-
const n = ({ color: r = i.m500, size: o = 24, ...t }) => /* @__PURE__ */ e.jsx(
|
|
1
|
+
import { j as o } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const s = ({ size: e = 24, color: t = "currentColor", ...r }) => /* @__PURE__ */ o.jsx(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
5
|
+
width: e,
|
|
6
|
+
height: e,
|
|
6
7
|
viewBox: "0 0 24 24",
|
|
7
|
-
width: o,
|
|
8
|
-
height: o,
|
|
9
8
|
fill: "none",
|
|
10
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
children: /* @__PURE__ */ e.jsx("g", { children: /* @__PURE__ */ e.jsx(
|
|
10
|
+
...r,
|
|
11
|
+
children: /* @__PURE__ */ o.jsx("g", { id: "Edit / Close_Circle", children: /* @__PURE__ */ o.jsx(
|
|
14
12
|
"path",
|
|
15
13
|
{
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
14
|
+
id: "Vector",
|
|
15
|
+
d: "M9 9L11.9999 11.9999M11.9999 11.9999L14.9999 14.9999M11.9999 11.9999L9 14.9999M11.9999 11.9999L14.9999 9M12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21Z",
|
|
16
|
+
stroke: t,
|
|
17
|
+
"stroke-width": "2",
|
|
18
|
+
"stroke-linecap": "round",
|
|
19
|
+
"stroke-linejoin": "round"
|
|
21
20
|
}
|
|
22
21
|
) })
|
|
23
22
|
}
|
|
24
23
|
);
|
|
25
24
|
export {
|
|
26
|
-
|
|
25
|
+
s as default
|
|
27
26
|
};
|
|
@@ -1,18 +1,48 @@
|
|
|
1
1
|
import { j as e } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const a = ({ color: l = m.m500, size: t = 24, ...i }) => /* @__PURE__ */ e.jsx(
|
|
2
|
+
const o = ({ size: t = 24, color: l = "currentColor", ...s }) => /* @__PURE__ */ e.jsxs(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
6
|
-
viewBox: "0 0 32 32",
|
|
7
5
|
width: t,
|
|
8
6
|
height: t,
|
|
7
|
+
viewBox: "0 0 32 32",
|
|
9
8
|
fill: "none",
|
|
10
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
10
|
+
...s,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ e.jsx("title", { children: "comment 3" }),
|
|
13
|
+
/* @__PURE__ */ e.jsx("desc", { children: "Created with Sketch Beta." }),
|
|
14
|
+
/* @__PURE__ */ e.jsx("defs", {}),
|
|
15
|
+
/* @__PURE__ */ e.jsx(
|
|
16
|
+
"g",
|
|
17
|
+
{
|
|
18
|
+
id: "Page-1",
|
|
19
|
+
stroke: "none",
|
|
20
|
+
"stroke-width": "1",
|
|
21
|
+
fill: "none",
|
|
22
|
+
"fill-rule": "evenodd",
|
|
23
|
+
"sketch:type": "MSPage",
|
|
24
|
+
children: /* @__PURE__ */ e.jsx(
|
|
25
|
+
"g",
|
|
26
|
+
{
|
|
27
|
+
id: "Icon-Set-Filled",
|
|
28
|
+
"sketch:type": "MSLayerGroup",
|
|
29
|
+
transform: "translate(-207.000000, -257.000000)",
|
|
30
|
+
fill: l,
|
|
31
|
+
children: /* @__PURE__ */ e.jsx(
|
|
32
|
+
"path",
|
|
33
|
+
{
|
|
34
|
+
d: "M231,273 C229.896,273 229,272.104 229,271 C229,269.896 229.896,269 231,269 C232.104,269 233,269.896 233,271 C233,272.104 232.104,273 231,273 L231,273 Z M223,273 C221.896,273 221,272.104 221,271 C221,269.896 221.896,269 223,269 C224.104,269 225,269.896 225,271 C225,272.104 224.104,273 223,273 L223,273 Z M215,273 C213.896,273 213,272.104 213,271 C213,269.896 213.896,269 215,269 C216.104,269 217,269.896 217,271 C217,272.104 216.104,273 215,273 L215,273 Z M223,257 C214.164,257 207,263.269 207,271 C207,275.419 209.345,279.354 213,281.919 L213,289 L220.009,284.747 C220.979,284.907 221.977,285 223,285 C231.836,285 239,278.732 239,271 C239,263.269 231.836,257 223,257 L223,257 Z",
|
|
35
|
+
id: "comment-3",
|
|
36
|
+
"sketch:type": "MSShapeGroup"
|
|
37
|
+
}
|
|
38
|
+
)
|
|
39
|
+
}
|
|
40
|
+
)
|
|
41
|
+
}
|
|
42
|
+
)
|
|
43
|
+
]
|
|
14
44
|
}
|
|
15
45
|
);
|
|
16
46
|
export {
|
|
17
|
-
|
|
47
|
+
o as default
|
|
18
48
|
};
|
|
@@ -1,18 +1,48 @@
|
|
|
1
1
|
import { j as e } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const r = ({ color: t = m.m500, size: l = 24, ...i }) => /* @__PURE__ */ e.jsx(
|
|
2
|
+
const o = ({ size: t = 24, color: C = "currentColor", ...n }) => /* @__PURE__ */ e.jsxs(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
5
|
+
width: t,
|
|
6
|
+
height: t,
|
|
6
7
|
viewBox: "0 0 32 32",
|
|
7
|
-
width: l,
|
|
8
|
-
height: l,
|
|
9
8
|
fill: "none",
|
|
10
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
10
|
+
...n,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ e.jsx("title", { children: "comment-3" }),
|
|
13
|
+
/* @__PURE__ */ e.jsx("desc", { children: "Created with Sketch Beta." }),
|
|
14
|
+
/* @__PURE__ */ e.jsx("defs", {}),
|
|
15
|
+
/* @__PURE__ */ e.jsx(
|
|
16
|
+
"g",
|
|
17
|
+
{
|
|
18
|
+
id: "Page-1",
|
|
19
|
+
stroke: "none",
|
|
20
|
+
"stroke-width": "1",
|
|
21
|
+
fill: "none",
|
|
22
|
+
"fill-rule": "evenodd",
|
|
23
|
+
"sketch:type": "MSPage",
|
|
24
|
+
children: /* @__PURE__ */ e.jsx(
|
|
25
|
+
"g",
|
|
26
|
+
{
|
|
27
|
+
id: "Icon-Set",
|
|
28
|
+
"sketch:type": "MSLayerGroup",
|
|
29
|
+
transform: "translate(-204.000000, -255.000000)",
|
|
30
|
+
fill: C,
|
|
31
|
+
children: /* @__PURE__ */ e.jsx(
|
|
32
|
+
"path",
|
|
33
|
+
{
|
|
34
|
+
d: "M228,267 C226.896,267 226,267.896 226,269 C226,270.104 226.896,271 228,271 C229.104,271 230,270.104 230,269 C230,267.896 229.104,267 228,267 L228,267 Z M220,281 C218.832,281 217.704,280.864 216.62,280.633 L211.912,283.463 L211.975,278.824 C208.366,276.654 206,273.066 206,269 C206,262.373 212.268,257 220,257 C227.732,257 234,262.373 234,269 C234,275.628 227.732,281 220,281 L220,281 Z M220,255 C211.164,255 204,261.269 204,269 C204,273.419 206.345,277.354 210,279.919 L210,287 L217.009,282.747 C217.979,282.907 218.977,283 220,283 C228.836,283 236,276.732 236,269 C236,261.269 228.836,255 220,255 L220,255 Z M212,267 C210.896,267 210,267.896 210,269 C210,270.104 210.896,271 212,271 C213.104,271 214,270.104 214,269 C214,267.896 213.104,267 212,267 L212,267 Z M220,267 C218.896,267 218,267.896 218,269 C218,270.104 218.896,271 220,271 C221.104,271 222,270.104 222,269 C222,267.896 221.104,267 220,267 L220,267 Z",
|
|
35
|
+
id: "comment-3",
|
|
36
|
+
"sketch:type": "MSShapeGroup"
|
|
37
|
+
}
|
|
38
|
+
)
|
|
39
|
+
}
|
|
40
|
+
)
|
|
41
|
+
}
|
|
42
|
+
)
|
|
43
|
+
]
|
|
14
44
|
}
|
|
15
45
|
);
|
|
16
46
|
export {
|
|
17
|
-
|
|
47
|
+
o as default
|
|
18
48
|
};
|