@dsgngo/common-icons 2.0.3 → 2.0.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.
|
@@ -20,6 +20,7 @@ exports.IconCreditCard = IconCreditCard;
|
|
|
20
20
|
exports.IconCurrencyRUB = IconCurrencyRUB;
|
|
21
21
|
exports.IconEgg = IconEgg;
|
|
22
22
|
exports.IconForkKnife = IconForkKnife;
|
|
23
|
+
exports.IconGrain = IconGrain;
|
|
23
24
|
exports.IconHamburger = IconHamburger;
|
|
24
25
|
exports.IconHandCoins = IconHandCoins;
|
|
25
26
|
exports.IconPintGlass = IconPintGlass;
|
|
@@ -341,4 +342,16 @@ function IconCookie(props) {
|
|
|
341
342
|
})
|
|
342
343
|
})
|
|
343
344
|
});
|
|
345
|
+
}
|
|
346
|
+
function IconGrain(props) {
|
|
347
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
348
|
+
className: "icon fill icon-grain ".concat(props.className ? props.className : ''),
|
|
349
|
+
onClick: props.onClick ? props.onClick : undefined,
|
|
350
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
|
|
351
|
+
viewBox: "0 0 32 32",
|
|
352
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
353
|
+
d: "M26 6.99999C24.6378 6.99997 23.2876 7.25433 22.0187 7.74999C20.2287 4.03749 16.6125 2.19249 16.4475 2.10999C16.3086 2.04047 16.1554 2.00427 16 2.00427C15.8446 2.00427 15.6914 2.04047 15.5525 2.10999C15.3862 2.19249 11.7712 4.03749 9.98125 7.74999C8.71243 7.25433 7.3622 6.99997 6 6.99999C5.73478 6.99999 5.48043 7.10535 5.29289 7.29288C5.10536 7.48042 5 7.73477 5 7.99999V18C5 20.9174 6.15893 23.7153 8.22183 25.7782C10.2847 27.8411 13.0826 29 16 29C18.9174 29 21.7153 27.8411 23.7782 25.7782C25.8411 23.7153 27 20.9174 27 18V7.99999C27 7.73477 26.8946 7.48042 26.7071 7.29288C26.5196 7.10535 26.2652 6.99999 26 6.99999ZM15 26.945C12.8009 26.6964 10.7701 25.6472 9.29473 23.9976C7.81937 22.348 7.00257 20.2131 7 18V16.055C9.19914 16.3036 11.2299 17.3527 12.7053 19.0024C14.1806 20.652 14.9974 22.7868 15 25V26.945ZM15 18.6825C14.0829 17.3754 12.8923 16.2836 11.5108 15.483C10.1293 14.6824 8.59005 14.1921 7 14.0462V9.05499C9.19914 9.30362 11.2299 10.3527 12.7053 12.0024C14.1806 13.652 14.9974 15.7868 15 18V18.6825ZM11.7688 8.63874C12.9213 6.23749 15.07 4.72249 16 4.15124C16.93 4.72374 19.0787 6.23874 20.23 8.63874C18.3813 9.78282 16.9102 11.4456 16 13.42C15.0897 11.4453 13.6181 9.7824 11.7688 8.63874ZM25 18C24.9974 20.2131 24.1806 22.348 22.7053 23.9976C21.2299 25.6472 19.1991 26.6964 17 26.945V25C17.0026 22.7868 17.8194 20.652 19.2947 19.0024C20.7701 17.3527 22.8009 16.3036 25 16.055V18ZM25 14.0462C23.4099 14.1921 21.8707 14.6824 20.4892 15.483C19.1077 16.2836 17.9171 17.3754 17 18.6825V18C17.0026 15.7868 17.8194 13.652 19.2947 12.0024C20.7701 10.3527 22.8009 9.30362 25 9.05499V14.0462Z"
|
|
354
|
+
})
|
|
355
|
+
})
|
|
356
|
+
});
|
|
344
357
|
}
|
|
@@ -4,7 +4,6 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.IconCalendar = IconCalendar;
|
|
7
|
-
exports.IconClockCounterClockwise = IconClockCounterClockwise;
|
|
8
7
|
exports.IconFlag = IconFlag;
|
|
9
8
|
exports.IconMapPin = IconMapPin;
|
|
10
9
|
exports.IconMapPinSimpleArea = IconMapPinSimpleArea;
|
|
@@ -22,18 +21,6 @@ function IconCalendar(props) {
|
|
|
22
21
|
})
|
|
23
22
|
});
|
|
24
23
|
}
|
|
25
|
-
function IconClockCounterClockwise(props) {
|
|
26
|
-
return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
27
|
-
className: "icon fill icon-clock-counter-clockwise ".concat(props.className ? props.className : ''),
|
|
28
|
-
onClick: props.onClick ? props.onClick : undefined,
|
|
29
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
|
|
30
|
-
viewBox: "0 0 32 32",
|
|
31
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
32
|
-
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"
|
|
33
|
-
})
|
|
34
|
-
})
|
|
35
|
-
});
|
|
36
|
-
}
|
|
37
24
|
function IconFlag(props) {
|
|
38
25
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
39
26
|
className: "icon fill icon-flag ".concat(props.className ? props.className : ''),
|