@dsgngo/common-icons 2.2.0 → 3.0.1
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.
|
@@ -20,7 +20,7 @@ exports.IconCreditCard = IconCreditCard;
|
|
|
20
20
|
exports.IconCurrencyRUB = IconCurrencyRUB;
|
|
21
21
|
exports.IconEgg = IconEgg;
|
|
22
22
|
exports.IconForkKnife = IconForkKnife;
|
|
23
|
-
exports.
|
|
23
|
+
exports.IconGrains = IconGrains;
|
|
24
24
|
exports.IconHamburger = IconHamburger;
|
|
25
25
|
exports.IconHandCoins = IconHandCoins;
|
|
26
26
|
exports.IconPintGlass = IconPintGlass;
|
|
@@ -358,7 +358,7 @@ function IconPintGlass(props) {
|
|
|
358
358
|
}
|
|
359
359
|
function IconCookie(props) {
|
|
360
360
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
361
|
-
className: "icon fill icon-
|
|
361
|
+
className: "icon fill icon-cookie ".concat(props.className ? props.className : ''),
|
|
362
362
|
onClick: props.onClick ? props.onClick : undefined,
|
|
363
363
|
style: props.style ? props.style : undefined,
|
|
364
364
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
|
|
@@ -369,9 +369,9 @@ function IconCookie(props) {
|
|
|
369
369
|
})
|
|
370
370
|
});
|
|
371
371
|
}
|
|
372
|
-
function
|
|
372
|
+
function IconGrains(props) {
|
|
373
373
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
374
|
-
className: "icon fill icon-
|
|
374
|
+
className: "icon fill icon-grains ".concat(props.className ? props.className : ''),
|
|
375
375
|
onClick: props.onClick ? props.onClick : undefined,
|
|
376
376
|
style: props.style ? props.style : undefined,
|
|
377
377
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
|
|
@@ -3,26 +3,12 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.IconCalendar = IconCalendar;
|
|
7
6
|
exports.IconFlag = IconFlag;
|
|
8
7
|
exports.IconFlagPennant = IconFlagPennant;
|
|
9
8
|
exports.IconMapPin = IconMapPin;
|
|
10
9
|
exports.IconMapPinSimpleArea = IconMapPinSimpleArea;
|
|
11
10
|
exports.IconTruck = IconTruck;
|
|
12
11
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
13
|
-
function IconCalendar(props) {
|
|
14
|
-
return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
15
|
-
className: "icon fill icon-calendar ".concat(props.className ? props.className : ''),
|
|
16
|
-
onClick: props.onClick ? props.onClick : undefined,
|
|
17
|
-
style: props.style ? props.style : undefined,
|
|
18
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
|
|
19
|
-
viewBox: "0 0 32 32",
|
|
20
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
21
|
-
d: "M26 4H23V3C23 2.73478 22.8946 2.48043 22.7071 2.29289C22.5196 2.10536 22.2652 2 22 2C21.7348 2 21.4804 2.10536 21.2929 2.29289C21.1054 2.48043 21 2.73478 21 3V4H11V3C11 2.73478 10.8946 2.48043 10.7071 2.29289C10.5196 2.10536 10.2652 2 10 2C9.73478 2 9.48043 2.10536 9.29289 2.29289C9.10536 2.48043 9 2.73478 9 3V4H6C5.46957 4 4.96086 4.21071 4.58579 4.58579C4.21071 4.96086 4 5.46957 4 6V26C4 26.5304 4.21071 27.0391 4.58579 27.4142C4.96086 27.7893 5.46957 28 6 28H26C26.5304 28 27.0391 27.7893 27.4142 27.4142C27.7893 27.0391 28 26.5304 28 26V6C28 5.46957 27.7893 4.96086 27.4142 4.58579C27.0391 4.21071 26.5304 4 26 4ZM9 6V7C9 7.26522 9.10536 7.51957 9.29289 7.70711C9.48043 7.89464 9.73478 8 10 8C10.2652 8 10.5196 7.89464 10.7071 7.70711C10.8946 7.51957 11 7.26522 11 7V6H21V7C21 7.26522 21.1054 7.51957 21.2929 7.70711C21.4804 7.89464 21.7348 8 22 8C22.2652 8 22.5196 7.89464 22.7071 7.70711C22.8946 7.51957 23 7.26522 23 7V6H26V10H6V6H9ZM26 26H6V12H26V26Z"
|
|
22
|
-
})
|
|
23
|
-
})
|
|
24
|
-
});
|
|
25
|
-
}
|
|
26
12
|
function IconFlag(props) {
|
|
27
13
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
28
14
|
className: "icon fill icon-flag ".concat(props.className ? props.className : ''),
|
|
@@ -39,6 +39,10 @@ exports.IconFolderPlus = IconFolderPlus;
|
|
|
39
39
|
exports.IconFolderSimpleDashed = IconFolderSimpleDashed;
|
|
40
40
|
exports.IconFolderSimpleMinus = IconFolderSimpleMinus;
|
|
41
41
|
exports.IconFolderSimplePlus = IconFolderSimplePlus;
|
|
42
|
+
exports.IconFunnel = IconFunnel;
|
|
43
|
+
exports.IconFunnelSimple = IconFunnelSimple;
|
|
44
|
+
exports.IconFunnelSimpleX = IconFunnelSimpleX;
|
|
45
|
+
exports.IconFunnelX = IconFunnelX;
|
|
42
46
|
exports.IconList = IconList;
|
|
43
47
|
exports.IconListDashes = IconListDashes;
|
|
44
48
|
exports.IconListNumbers = IconListNumbers;
|
|
@@ -843,4 +847,56 @@ function IconFolderSimplePlus(props) {
|
|
|
843
847
|
})
|
|
844
848
|
})
|
|
845
849
|
});
|
|
850
|
+
}
|
|
851
|
+
function IconFunnel(props) {
|
|
852
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
853
|
+
className: "icon fill icon-funnel ".concat(props.className ? props.className : ''),
|
|
854
|
+
onClick: props.onClick ? props.onClick : undefined,
|
|
855
|
+
style: props.style ? props.style : undefined,
|
|
856
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
|
|
857
|
+
viewBox: "0 0 32 32",
|
|
858
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
859
|
+
d: "M28.825 6.19122C28.6711 5.83561 28.416 5.53309 28.0915 5.32129C27.767 5.10949 27.3875 4.99775 27 4.99997H4.99997C4.61288 5.00073 4.23433 5.11381 3.91025 5.32548C3.58616 5.53715 3.33047 5.83832 3.17418 6.19245C3.01789 6.54658 2.96772 6.93846 3.02977 7.32054C3.09181 7.70262 3.2634 8.05849 3.52372 8.34497L3.53372 8.35622L12 17.3962V27C11.9999 27.3619 12.098 27.7172 12.284 28.0277C12.4699 28.3383 12.7366 28.5926 13.0557 28.7635C13.3748 28.9344 13.7343 29.0155 14.0958 28.9981C14.4574 28.9808 14.8075 28.8656 15.1087 28.665L19.1087 25.9975C19.3829 25.8148 19.6078 25.5673 19.7632 25.2768C19.9187 24.9863 20 24.6619 20 24.3325V17.3962L28.4675 8.35622L28.4775 8.34497C28.7405 8.0598 28.9138 7.70346 28.9756 7.32043C29.0374 6.93741 28.985 6.54466 28.825 6.19122ZM18.2725 16.3225C18.0995 16.5059 18.0021 16.7479 18 17V24.3325L14 27V17C14 16.746 13.9035 16.5016 13.73 16.3162L4.99997 6.99997H27L18.2725 16.3225Z"
|
|
860
|
+
})
|
|
861
|
+
})
|
|
862
|
+
});
|
|
863
|
+
}
|
|
864
|
+
function IconFunnelX(props) {
|
|
865
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
866
|
+
className: "icon fill icon-funnel-x ".concat(props.className ? props.className : ''),
|
|
867
|
+
onClick: props.onClick ? props.onClick : undefined,
|
|
868
|
+
style: props.style ? props.style : undefined,
|
|
869
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
|
|
870
|
+
viewBox: "0 0 32 32",
|
|
871
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
872
|
+
d: "M28.4775 8.345C28.7379 8.05844 28.9095 7.70246 28.9715 7.32026C29.0335 6.93807 28.9832 6.54609 28.8268 6.19191C28.6703 5.83773 28.4144 5.53657 28.0901 5.325C27.7659 5.11342 27.3872 5.00052 27 5H4.99997C4.61288 5.00076 4.23433 5.11384 3.91025 5.32551C3.58616 5.53718 3.33047 5.83835 3.17418 6.19248C3.01789 6.54661 2.96772 6.93849 3.02977 7.32057C3.09181 7.70265 3.2634 8.05852 3.52372 8.345L3.53372 8.35625L12 17.3962V27C11.9999 27.362 12.098 27.7172 12.284 28.0278C12.4699 28.3383 12.7366 28.5926 13.0557 28.7635C13.3748 28.9344 13.7343 29.0155 14.0958 28.9982C14.4574 28.9808 14.8075 28.8657 15.1087 28.665L19.1087 25.9975C19.3829 25.8149 19.6078 25.5673 19.7632 25.2768C19.9187 24.9864 20 24.662 20 24.3325V17.3962L28.4662 8.35625L28.4775 8.345ZM18.2737 16.3237C18.1006 16.5066 18.0028 16.7482 18 17V24.3325L14 27V17C13.9997 16.7465 13.9032 16.5026 13.73 16.3175L4.99997 7H27L18.2737 16.3237ZM30.71 26.3C30.8976 26.4876 31.003 26.7421 31.003 27.0075C31.003 27.2729 30.8976 27.5274 30.71 27.715C30.5223 27.9026 30.2678 28.0081 30.0025 28.0081C29.7371 28.0081 29.4826 27.9026 29.295 27.715L27 25.415L24.7075 27.7087C24.5198 27.8962 24.2654 28.0015 24.0002 28.0014C23.7349 28.0012 23.4806 27.8958 23.2931 27.7081C23.1056 27.5205 23.0004 27.2661 23.0005 27.0008C23.0006 26.7356 23.1061 26.4812 23.2937 26.2938L25.5862 24L23.2937 21.7062C23.1141 21.5172 23.0154 21.2654 23.0188 21.0047C23.0221 20.7439 23.1272 20.4948 23.3116 20.3104C23.496 20.126 23.7451 20.0209 24.0059 20.0176C24.2667 20.0142 24.5184 20.1129 24.7075 20.2925L27 22.5863L29.2925 20.2938C29.4799 20.1061 29.7343 20.0006 29.9995 20.0005C30.2648 20.0004 30.5192 20.1056 30.7068 20.2931C30.8945 20.4806 31 20.7349 31.0001 21.0002C31.0002 21.2654 30.8949 21.5199 30.7075 21.7075L28.4137 24L30.71 26.3Z"
|
|
873
|
+
})
|
|
874
|
+
})
|
|
875
|
+
});
|
|
876
|
+
}
|
|
877
|
+
function IconFunnelSimple(props) {
|
|
878
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
879
|
+
className: "icon fill icon-funnel-simple ".concat(props.className ? props.className : ''),
|
|
880
|
+
onClick: props.onClick ? props.onClick : undefined,
|
|
881
|
+
style: props.style ? props.style : undefined,
|
|
882
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
|
|
883
|
+
viewBox: "0 0 32 32",
|
|
884
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
885
|
+
d: "M25 17C25 17.2652 24.8946 17.5196 24.7071 17.7071C24.5196 17.8946 24.2652 18 24 18H8C7.73478 18 7.48043 17.8946 7.29289 17.7071C7.10536 17.5196 7 17.2652 7 17C7 16.7348 7.10536 16.4804 7.29289 16.2929C7.48043 16.1054 7.73478 16 8 16H24C24.2652 16 24.5196 16.1054 24.7071 16.2929C24.8946 16.4804 25 16.7348 25 17ZM29 10H3C2.73478 10 2.48043 10.1054 2.29289 10.2929C2.10536 10.4804 2 10.7348 2 11C2 11.2652 2.10536 11.5196 2.29289 11.7071C2.48043 11.8946 2.73478 12 3 12H29C29.2652 12 29.5196 11.8946 29.7071 11.7071C29.8946 11.5196 30 11.2652 30 11C30 10.7348 29.8946 10.4804 29.7071 10.2929C29.5196 10.1054 29.2652 10 29 10ZM19 22H13C12.7348 22 12.4804 22.1054 12.2929 22.2929C12.1054 22.4804 12 22.7348 12 23C12 23.2652 12.1054 23.5196 12.2929 23.7071C12.4804 23.8946 12.7348 24 13 24H19C19.2652 24 19.5196 23.8946 19.7071 23.7071C19.8946 23.5196 20 23.2652 20 23C20 22.7348 19.8946 22.4804 19.7071 22.2929C19.5196 22.1054 19.2652 22 19 22Z"
|
|
886
|
+
})
|
|
887
|
+
})
|
|
888
|
+
});
|
|
889
|
+
}
|
|
890
|
+
function IconFunnelSimpleX(props) {
|
|
891
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
892
|
+
className: "icon fill icon-funnel-simple-x ".concat(props.className ? props.className : ''),
|
|
893
|
+
onClick: props.onClick ? props.onClick : undefined,
|
|
894
|
+
style: props.style ? props.style : undefined,
|
|
895
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
|
|
896
|
+
viewBox: "0 0 32 32",
|
|
897
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
898
|
+
d: "M24 18H8C7.73478 18 7.48043 17.8946 7.29289 17.7071C7.10536 17.5196 7 17.2652 7 17C7 16.7348 7.10536 16.4804 7.29289 16.2929C7.48043 16.1054 7.73478 16 8 16H24C24.2652 16 24.5196 16.1054 24.7071 16.2929C24.8946 16.4804 25 16.7348 25 17C25 17.2652 24.8946 17.5196 24.7071 17.7071C24.5196 17.8946 24.2652 18 24 18ZM29 10H3C2.73478 10 2.48043 10.1054 2.29289 10.2929C2.10536 10.4804 2 10.7348 2 11C2 11.2652 2.10536 11.5196 2.29289 11.7071C2.48043 11.8946 2.73478 12 3 12H29C29.2652 12 29.5196 11.8946 29.7071 11.7071C29.8946 11.5196 30 11.2652 30 11C30 10.7348 29.8946 10.4804 29.7071 10.2929C29.5196 10.1054 29.2652 10 29 10ZM16 22H13C12.7348 22 12.4804 22.1054 12.2929 22.2929C12.1054 22.4804 12 22.7348 12 23C12 23.2652 12.1054 23.5196 12.2929 23.7071C12.4804 23.8946 12.7348 24 13 24H16C16.2652 24 16.5196 23.8946 16.7071 23.7071C16.8946 23.5196 17 23.2652 17 23C17 22.7348 16.8946 22.4804 16.7071 22.2929C16.5196 22.1054 16.2652 22 16 22ZM27.7075 21.2925C27.6146 21.1995 27.5043 21.1258 27.3829 21.0754C27.2615 21.0251 27.1314 20.9992 27 20.9992C26.8686 20.9992 26.7385 21.0251 26.6171 21.0754C26.4957 21.1258 26.3854 21.1995 26.2925 21.2925L24 23.5863L21.7075 21.2925C21.5199 21.1049 21.2654 20.9994 21 20.9994C20.7346 20.9994 20.4801 21.1049 20.2925 21.2925C20.1049 21.4801 19.9994 21.7346 19.9994 22C19.9994 22.2654 20.1049 22.5199 20.2925 22.7075L22.5863 25L20.2925 27.2925C20.1049 27.4801 19.9994 27.7346 19.9994 28C19.9994 28.2654 20.1049 28.5199 20.2925 28.7075C20.4801 28.8951 20.7346 29.0006 21 29.0006C21.2654 29.0006 21.5199 28.8951 21.7075 28.7075L24 26.4137L26.2925 28.7075C26.3854 28.8004 26.4957 28.8741 26.6171 28.9244C26.7385 28.9747 26.8686 29.0006 27 29.0006C27.1314 29.0006 27.2615 28.9747 27.3829 28.9244C27.5043 28.8741 27.6146 28.8004 27.7075 28.7075C27.8004 28.6146 27.8741 28.5043 27.9244 28.3829C27.9747 28.2615 28.0006 28.1314 28.0006 28C28.0006 27.8686 27.9747 27.7385 27.9244 27.6171C27.8741 27.4957 27.8004 27.3854 27.7075 27.2925L25.4137 25L27.7075 22.7075C27.8005 22.6146 27.8742 22.5043 27.9246 22.3829C27.9749 22.2615 28.0008 22.1314 28.0008 22C28.0008 21.8686 27.9749 21.7385 27.9246 21.6171C27.8742 21.4957 27.8005 21.3854 27.7075 21.2925Z"
|
|
899
|
+
})
|
|
900
|
+
})
|
|
901
|
+
});
|
|
846
902
|
}
|
package/dist/icons-ui-time.js
CHANGED
|
@@ -50,54 +50,54 @@ function IconCalendarDots(props) {
|
|
|
50
50
|
})
|
|
51
51
|
});
|
|
52
52
|
}
|
|
53
|
-
function
|
|
53
|
+
function IconClock(props) {
|
|
54
54
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
55
|
-
className: "icon fill icon-clock
|
|
55
|
+
className: "icon fill icon-clock ".concat(props.className ? props.className : ''),
|
|
56
56
|
onClick: props.onClick ? props.onClick : undefined,
|
|
57
57
|
style: props.style ? props.style : undefined,
|
|
58
58
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
|
|
59
59
|
viewBox: "0 0 32 32",
|
|
60
60
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
61
|
-
d: "M16
|
|
61
|
+
d: "M16 3C13.4288 3 10.9154 3.76244 8.77759 5.1909C6.63975 6.61935 4.97351 8.64968 3.98957 11.0251C3.00563 13.4006 2.74819 16.0144 3.2498 18.5362C3.75141 21.0579 4.98953 23.3743 6.80762 25.1924C8.6257 27.0105 10.9421 28.2486 13.4638 28.7502C15.9856 29.2518 18.5995 28.9944 20.9749 28.0104C23.3503 27.0265 25.3807 25.3603 26.8091 23.2224C28.2376 21.0846 29 18.5712 29 16C28.9964 12.5533 27.6256 9.24882 25.1884 6.81163C22.7512 4.37445 19.4467 3.00364 16 3ZM16 27C13.8244 27 11.6977 26.3549 9.88873 25.1462C8.07979 23.9375 6.66989 22.2195 5.83733 20.2095C5.00477 18.1995 4.78693 15.9878 5.21137 13.854C5.63581 11.7202 6.68345 9.7602 8.22183 8.22183C9.76021 6.68345 11.7202 5.6358 13.854 5.21136C15.9878 4.78692 18.1995 5.00476 20.2095 5.83733C22.2195 6.66989 23.9375 8.07979 25.1462 9.88873C26.3549 11.6977 27 13.8244 27 16C26.9967 18.9164 25.8367 21.7123 23.7745 23.7745C21.7123 25.8367 18.9164 26.9967 16 27ZM24 16C24 16.2652 23.8946 16.5196 23.7071 16.7071C23.5196 16.8946 23.2652 17 23 17H16C15.7348 17 15.4804 16.8946 15.2929 16.7071C15.1054 16.5196 15 16.2652 15 16V9C15 8.73478 15.1054 8.48043 15.2929 8.29289C15.4804 8.10536 15.7348 8 16 8C16.2652 8 16.5196 8.10536 16.7071 8.29289C16.8946 8.48043 17 8.73478 17 9V15H23C23.2652 15 23.5196 15.1054 23.7071 15.2929C23.8946 15.4804 24 15.7348 24 16Z"
|
|
62
62
|
})
|
|
63
63
|
})
|
|
64
64
|
});
|
|
65
65
|
}
|
|
66
|
-
function
|
|
66
|
+
function IconClockClockwise(props) {
|
|
67
67
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
68
|
-
className: "icon fill icon-clock-
|
|
68
|
+
className: "icon fill icon-clock-clockwise ".concat(props.className ? props.className : ''),
|
|
69
69
|
onClick: props.onClick ? props.onClick : undefined,
|
|
70
70
|
style: props.style ? props.style : undefined,
|
|
71
71
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
|
|
72
72
|
viewBox: "0 0 32 32",
|
|
73
73
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
74
|
-
d: "
|
|
74
|
+
d: "M16.9998 10V15.4338L21.5148 18.1425C21.7422 18.2791 21.906 18.5005 21.9703 18.7579C22.0345 19.0153 21.9939 19.2876 21.8573 19.515C21.7207 19.7425 21.4993 19.9063 21.242 19.9705C20.9846 20.0348 20.7122 19.9941 20.4848 19.8575L15.4848 16.8575C15.3368 16.7686 15.2143 16.6429 15.1293 16.4927C15.0444 16.3424 14.9997 16.1727 14.9998 16V10C14.9998 9.73483 15.1051 9.48047 15.2927 9.29294C15.4802 9.1054 15.7346 9.00004 15.9998 9.00004C16.265 9.00004 16.5193 9.1054 16.7069 9.29294C16.8944 9.48047 16.9998 9.73483 16.9998 10ZM27.9998 7.00004C27.7346 7.00004 27.4802 7.1054 27.2927 7.29294C27.1051 7.48047 26.9998 7.73483 26.9998 8.00004V10.25C26.206 9.33004 25.396 8.44379 24.4848 7.52129C22.8171 5.85343 20.6949 4.71399 18.3833 4.24536C16.0717 3.77673 13.6733 3.99969 11.4878 4.88638C9.30218 5.77306 7.42636 7.28416 6.09469 9.23085C4.76302 11.1775 4.03454 13.4735 4.00029 15.8318C3.96604 18.1902 4.62752 20.5063 5.9021 22.4909C7.17667 24.4754 9.00781 26.0403 11.1667 26.9901C13.3256 27.9399 15.7165 28.2324 18.0407 27.8311C20.3649 27.4298 22.5194 26.3525 24.2348 24.7338C24.3303 24.6435 24.4071 24.5353 24.4608 24.4153C24.5146 24.2953 24.5441 24.166 24.5478 24.0346C24.5515 23.9032 24.5293 23.7723 24.4825 23.6495C24.4356 23.5267 24.3651 23.4143 24.2748 23.3188C24.1845 23.2233 24.0763 23.1464 23.9563 23.0927C23.8363 23.039 23.707 23.0094 23.5756 23.0057C23.4442 23.002 23.3133 23.0242 23.1905 23.0711C23.0677 23.1179 22.9553 23.1885 22.8598 23.2788C21.4298 24.6264 19.6346 25.5229 17.6982 25.8563C15.7618 26.1897 13.7701 25.9452 11.9718 25.1535C10.1735 24.3617 8.64829 23.0577 7.58666 21.4043C6.52503 19.7509 5.97401 17.8214 6.00241 15.8567C6.03081 13.892 6.63738 11.9793 7.74636 10.3573C8.85534 8.73525 10.4176 7.47589 12.238 6.73643C14.0585 5.99698 16.0564 5.81021 17.9823 6.19945C19.9083 6.58868 21.6769 7.53668 23.0673 8.92504C24.0848 9.95504 24.976 10.9475 25.8748 12H22.9998C22.7346 12 22.4802 12.1054 22.2927 12.2929C22.1051 12.4805 21.9998 12.7348 21.9998 13C21.9998 13.2653 22.1051 13.5196 22.2927 13.7071C22.4802 13.8947 22.7346 14 22.9998 14H27.9998C28.265 14 28.5193 13.8947 28.7069 13.7071C28.8944 13.5196 28.9998 13.2653 28.9998 13V8.00004C28.9998 7.73483 28.8944 7.48047 28.7069 7.29294C28.5193 7.1054 28.265 7.00004 27.9998 7.00004Z"
|
|
75
75
|
})
|
|
76
76
|
})
|
|
77
77
|
});
|
|
78
78
|
}
|
|
79
|
-
function
|
|
79
|
+
function IconClockCounterClockwise(props) {
|
|
80
80
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
81
|
-
className: "icon fill icon-
|
|
81
|
+
className: "icon fill icon-clock-counter-clockwise ".concat(props.className ? props.className : ''),
|
|
82
82
|
onClick: props.onClick ? props.onClick : undefined,
|
|
83
83
|
style: props.style ? props.style : undefined,
|
|
84
84
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
|
|
85
85
|
viewBox: "0 0 32 32",
|
|
86
86
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
87
|
-
d: "
|
|
87
|
+
d: "M17 10V15.4338L21.515 18.1425C21.7424 18.2791 21.9063 18.5005 21.9705 18.7579C22.0347 19.0152 21.9941 19.2876 21.8575 19.515C21.7209 19.7425 21.4996 19.9063 21.2422 19.9705C20.9848 20.0348 20.7124 19.9941 20.485 19.8575L15.485 16.8575C15.337 16.7686 15.2146 16.6429 15.1296 16.4927C15.0446 16.3424 14.9999 16.1727 15 16V10C15 9.73482 15.1054 9.48047 15.2929 9.29293C15.4804 9.10539 15.7348 9.00004 16 9.00004C16.2652 9.00004 16.5196 9.10539 16.7071 9.29293C16.8946 9.48047 17 9.73482 17 10ZM16 4.00004C14.4225 3.99611 12.8599 4.30508 11.4026 4.90907C9.94527 5.51306 8.62222 6.40008 7.51 7.51879C6.60125 8.43879 5.79375 9.32379 5 10.25V8.00004C5 7.73482 4.89464 7.48047 4.70711 7.29293C4.51957 7.10539 4.26522 7.00004 4 7.00004C3.73478 7.00004 3.48043 7.10539 3.29289 7.29293C3.10536 7.48047 3 7.73482 3 8.00004V13C3 13.2653 3.10536 13.5196 3.29289 13.7071C3.48043 13.8947 3.73478 14 4 14H9C9.26522 14 9.51957 13.8947 9.70711 13.7071C9.89464 13.5196 10 13.2653 10 13C10 12.7348 9.89464 12.4805 9.70711 12.2929C9.51957 12.1054 9.26522 12 9 12H6.125C7.01875 10.9475 7.90875 9.95629 8.92375 8.92879C10.3136 7.53898 12.0821 6.58955 14.0085 6.19913C15.9348 5.80872 17.9335 5.99463 19.7547 6.73364C21.576 7.47266 23.1391 8.73199 24.2487 10.3543C25.3584 11.9766 25.9653 13.8899 25.9938 15.8552C26.0222 17.8205 25.4708 19.7506 24.4086 21.4043C23.3463 23.0581 21.8203 24.3621 20.0212 25.1535C18.2221 25.9448 16.2296 26.1885 14.2928 25.854C12.356 25.5194 10.5607 24.6216 9.13125 23.2725C9.03571 23.1823 8.92333 23.1117 8.80052 23.0648C8.6777 23.018 8.54686 22.9958 8.41547 22.9995C8.28407 23.0032 8.15469 23.0328 8.03472 23.0865C7.91475 23.1402 7.80653 23.217 7.71625 23.3125C7.62597 23.4081 7.55538 23.5205 7.50853 23.6433C7.46168 23.7661 7.43948 23.8969 7.44319 24.0283C7.44691 24.1597 7.47647 24.2891 7.53018 24.4091C7.58389 24.529 7.66071 24.6373 7.75625 24.7275C9.18056 26.0716 10.9122 27.0467 12.8 27.5677C14.6878 28.0886 16.6744 28.1396 18.5865 27.7162C20.4986 27.2929 22.278 26.4079 23.7694 25.1387C25.2608 23.8695 26.4189 22.2545 27.1427 20.4348C27.8664 18.6151 28.1338 16.6459 27.9215 14.699C27.7091 12.7522 27.0236 10.8869 25.9246 9.26595C24.8256 7.64501 23.3466 6.31766 21.6166 5.39977C19.8867 4.48187 17.9584 4.00131 16 4.00004Z"
|
|
88
88
|
})
|
|
89
89
|
})
|
|
90
90
|
});
|
|
91
91
|
}
|
|
92
|
-
function
|
|
92
|
+
function IconHourglass(props) {
|
|
93
93
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
94
|
-
className: "icon fill icon-
|
|
94
|
+
className: "icon fill icon-hourglass ".concat(props.className ? props.className : ''),
|
|
95
95
|
onClick: props.onClick ? props.onClick : undefined,
|
|
96
96
|
style: props.style ? props.style : undefined,
|
|
97
97
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
|
|
98
98
|
viewBox: "0 0 32 32",
|
|
99
99
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
100
|
-
d: "
|
|
100
|
+
d: "M25 9.455V5C25 4.46957 24.7893 3.96086 24.4142 3.58579C24.0391 3.21071 23.5304 3 23 3H9C8.46957 3 7.96086 3.21071 7.58579 3.58579C7.21071 3.96086 7 4.46957 7 5V9.5C7.00068 9.81037 7.07326 10.1164 7.21206 10.394C7.35087 10.6716 7.55211 10.9132 7.8 11.1L14.3337 16L7.8 20.9C7.55211 21.0868 7.35087 21.3284 7.21206 21.606C7.07326 21.8836 7.00068 22.1896 7 22.5V27C7 27.5304 7.21071 28.0391 7.58579 28.4142C7.96086 28.7893 8.46957 29 9 29H23C23.5304 29 24.0391 28.7893 24.4142 28.4142C24.7893 28.0391 25 27.5304 25 27V22.545C24.9993 22.2358 24.9273 21.931 24.7896 21.6541C24.652 21.3773 24.4523 21.1359 24.2062 20.9487L17.6588 16L24.2062 11.05C24.4525 10.8632 24.6522 10.6221 24.7899 10.3454C24.9276 10.0688 24.9995 9.76403 25 9.455ZM23 27H9V22.5L16 17.25L23 22.5438V27ZM23 9.455L16 14.75L9 9.5V5H23V9.455Z"
|
|
101
101
|
})
|
|
102
102
|
})
|
|
103
103
|
});
|