@homecode/ui 4.18.9 → 4.18.11

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 (42) hide show
  1. package/dist/esm/src/components/Icon/icons/avatar.svg.js +2 -2
  2. package/dist/esm/src/components/Icon/icons/brokenImage.svg.js +2 -2
  3. package/dist/esm/src/components/Icon/icons/check.svg.js +6 -6
  4. package/dist/esm/src/components/Icon/icons/chevronDown.svg.js +4 -4
  5. package/dist/esm/src/components/Icon/icons/chevronLeft.svg.js +4 -4
  6. package/dist/esm/src/components/Icon/icons/chevronRight.svg.js +4 -4
  7. package/dist/esm/src/components/Icon/icons/chevronUp.svg.js +4 -4
  8. package/dist/esm/src/components/Icon/icons/close.svg.js +2 -2
  9. package/dist/esm/src/components/Icon/icons/colors.svg.js +30 -30
  10. package/dist/esm/src/components/Icon/icons/copy.svg.js +2 -2
  11. package/dist/esm/src/components/Icon/icons/delete.svg.js +2 -2
  12. package/dist/esm/src/components/Icon/icons/draft.svg.js +2 -2
  13. package/dist/esm/src/components/Icon/icons/edit.svg.js +2 -2
  14. package/dist/esm/src/components/Icon/icons/{social_email.svg.js → email.svg.js} +4 -4
  15. package/dist/esm/src/components/Icon/icons/externalLink.svg.js +2 -2
  16. package/dist/esm/src/components/Icon/icons/eye.svg.js +15 -0
  17. package/dist/esm/src/components/Icon/icons/fullscreen.svg.js +2 -2
  18. package/dist/esm/src/components/Icon/icons/fullscreenExit.svg.js +2 -2
  19. package/dist/esm/src/components/Icon/icons/function.svg.js +15 -0
  20. package/dist/esm/src/components/Icon/icons/gear.svg.js +7 -7
  21. package/dist/esm/src/components/Icon/icons/group.svg.js +15 -0
  22. package/dist/esm/src/components/Icon/icons/history.svg.js +2 -2
  23. package/dist/esm/src/components/Icon/icons/index.js +7 -4
  24. package/dist/esm/src/components/Icon/icons/{social_instagram.svg.js → instagram.svg.js} +4 -4
  25. package/dist/esm/src/components/Icon/icons/loader.svg.js +10 -10
  26. package/dist/esm/src/components/Icon/icons/menu.svg.js +5 -5
  27. package/dist/esm/src/components/Icon/icons/mic.svg.js +2 -2
  28. package/dist/esm/src/components/Icon/icons/minus.svg.js +2 -2
  29. package/dist/esm/src/components/Icon/icons/moreHorizontal.svg.js +2 -2
  30. package/dist/esm/src/components/Icon/icons/moreVertical.svg.js +2 -2
  31. package/dist/esm/src/components/Icon/icons/plus.svg.js +2 -2
  32. package/dist/esm/src/components/Icon/icons/redo.svg.js +2 -2
  33. package/dist/esm/src/components/Icon/icons/requiredStar.svg.js +4 -4
  34. package/dist/esm/src/components/Icon/icons/save.svg.js +2 -2
  35. package/dist/esm/src/components/Icon/icons/send.svg.js +4 -4
  36. package/dist/esm/src/components/Icon/icons/settings.svg.js +23 -23
  37. package/dist/esm/src/components/Icon/icons/shoppingBag.svg.js +2 -2
  38. package/dist/esm/src/components/Icon/icons/table.svg.js +15 -0
  39. package/dist/esm/src/components/Icon/icons/{social_telegram.svg.js → telegram.svg.js} +5 -5
  40. package/dist/esm/src/components/Icon/icons/undo.svg.js +2 -2
  41. package/dist/esm/types/src/components/Icon/icons/index.d.ts +7 -3
  42. package/package.json +1 -1
@@ -4,9 +4,9 @@ var _path;
4
4
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
5
5
  var SvgAvatar = function SvgAvatar(props) {
6
6
  return /*#__PURE__*/React.createElement("svg", _extends({
7
- viewBox: "0 0 24 24",
8
7
  xmlns: "http://www.w3.org/2000/svg",
9
- fill: "currentColor"
8
+ fill: "currentColor",
9
+ viewBox: "0 0 24 24"
10
10
  }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
11
11
  d: "M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm0 1.5c2 0 3.6 1.6 3.6 3.6S14 10.8 12 10.8 8.4 9.1 8.4 7.1 10 3.5 12 3.5zm0 17.2c-3 0-5.7-1.5-7.3-3.9.9-2.9 4.8-3.7 7.3-3.7 2.4 0 6 .8 7.3 3.7-1.6 2.3-4.3 3.9-7.3 3.9z"
12
12
  })));
@@ -5,8 +5,8 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function
5
5
  var SvgBrokenImage = function SvgBrokenImage(props) {
6
6
  return /*#__PURE__*/React.createElement("svg", _extends({
7
7
  xmlns: "http://www.w3.org/2000/svg",
8
- viewBox: "0 0 24 24",
9
- fill: "currentColor"
8
+ fill: "currentColor",
9
+ viewBox: "0 0 24 24"
10
10
  }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
11
11
  d: "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5v-4.58l.99.99 4-4 4 4 4-3.99L19 12.43V19zm0-9.41-1.01-1.01-4 4.01-4-4-4 4-.99-1V5h14v4.59z"
12
12
  })));
@@ -4,15 +4,15 @@ var _path;
4
4
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
5
5
  var SvgCheck = function SvgCheck(props) {
6
6
  return /*#__PURE__*/React.createElement("svg", _extends({
7
- viewBox: "0 0 20 20",
8
- stroke: "currentColor",
7
+ xmlns: "http://www.w3.org/2000/svg",
9
8
  fill: "none",
10
- xmlns: "http://www.w3.org/2000/svg"
9
+ stroke: "currentColor",
10
+ viewBox: "0 0 20 20"
11
11
  }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
12
- d: "m1.695 7.106 7.384 8.35 9.32-11.099",
13
- strokeWidth: 2.8,
14
12
  strokeLinecap: "round",
15
- strokeLinejoin: "round"
13
+ strokeLinejoin: "round",
14
+ strokeWidth: 2.8,
15
+ d: "m1.695 7.106 7.384 8.35 9.32-11.099"
16
16
  })));
17
17
  };
18
18
 
@@ -4,15 +4,15 @@ var _path;
4
4
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
5
5
  var SvgChevronDown = function SvgChevronDown(props) {
6
6
  return /*#__PURE__*/React.createElement("svg", _extends({
7
- viewBox: "0 0 24 24",
8
7
  xmlns: "http://www.w3.org/2000/svg",
8
+ fill: "none",
9
9
  stroke: "currentColor",
10
- fill: "none"
10
+ viewBox: "0 0 24 24"
11
11
  }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
12
- d: "m2.833 7.9 8.895 8.771 8.942-8.74v0",
13
- strokeWidth: 3,
14
12
  strokeLinecap: "round",
15
13
  strokeLinejoin: "round",
14
+ strokeWidth: 3,
15
+ d: "m2.833 7.9 8.895 8.771 8.942-8.74v0",
16
16
  paintOrder: "markers fill stroke"
17
17
  })));
18
18
  };
@@ -4,15 +4,15 @@ var _path;
4
4
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
5
5
  var SvgChevronLeft = function SvgChevronLeft(props) {
6
6
  return /*#__PURE__*/React.createElement("svg", _extends({
7
- viewBox: "0 0 24 24",
8
7
  xmlns: "http://www.w3.org/2000/svg",
8
+ fill: "none",
9
9
  stroke: "currentColor",
10
- fill: "none"
10
+ viewBox: "0 0 24 24"
11
11
  }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
12
- d: "m15.906 3.058-8.77 8.896 8.74 8.94v0",
13
- strokeWidth: 3,
14
12
  strokeLinecap: "round",
15
13
  strokeLinejoin: "round",
14
+ strokeWidth: 3,
15
+ d: "m15.906 3.058-8.77 8.896 8.74 8.94v0",
16
16
  paintOrder: "markers fill stroke"
17
17
  })));
18
18
  };
@@ -4,15 +4,15 @@ var _path;
4
4
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
5
5
  var SvgChevronRight = function SvgChevronRight(props) {
6
6
  return /*#__PURE__*/React.createElement("svg", _extends({
7
- viewBox: "0 0 24 24",
8
7
  xmlns: "http://www.w3.org/2000/svg",
8
+ fill: "none",
9
9
  stroke: "currentColor",
10
- fill: "none"
10
+ viewBox: "0 0 24 24"
11
11
  }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
12
- d: "m7.675 20.974 8.77-8.895-8.74-8.942v0",
13
- strokeWidth: 3,
14
12
  strokeLinecap: "round",
15
13
  strokeLinejoin: "round",
14
+ strokeWidth: 3,
15
+ d: "m7.675 20.974 8.77-8.895-8.74-8.942v0",
16
16
  paintOrder: "markers fill stroke"
17
17
  })));
18
18
  };
@@ -4,15 +4,15 @@ var _path;
4
4
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
5
5
  var SvgChevronUp = function SvgChevronUp(props) {
6
6
  return /*#__PURE__*/React.createElement("svg", _extends({
7
- viewBox: "0 0 24 24",
8
7
  xmlns: "http://www.w3.org/2000/svg",
8
+ fill: "none",
9
9
  stroke: "currentColor",
10
- fill: "none"
10
+ viewBox: "0 0 24 24"
11
11
  }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
12
- d: "m20.75 16.132-8.897-8.77-8.941 8.74v0",
13
- strokeWidth: 3,
14
12
  strokeLinecap: "round",
15
13
  strokeLinejoin: "round",
14
+ strokeWidth: 3,
15
+ d: "m20.75 16.132-8.897-8.77-8.941 8.74v0",
16
16
  paintOrder: "markers fill stroke"
17
17
  })));
18
18
  };
@@ -4,9 +4,9 @@ var _path;
4
4
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
5
5
  var SvgClose = function SvgClose(props) {
6
6
  return /*#__PURE__*/React.createElement("svg", _extends({
7
- viewBox: "0 0 24 24",
7
+ xmlns: "http://www.w3.org/2000/svg",
8
8
  fill: "currentColor",
9
- xmlns: "http://www.w3.org/2000/svg"
9
+ viewBox: "0 0 24 24"
10
10
  }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
11
11
  d: "m20.03 1.809-6.95 6.948c-.617.618-1.543.618-2.16 0L3.97 1.81C2.452.629.542 2.855 1.81 3.97l6.948 6.95c.618.617.618 1.543 0 2.16L1.81 20.03c-1.459 1.472.728 3.699 2.161 2.161l6.95-6.948c.617-.618 1.543-.618 2.16 0l6.95 6.948c1.437 1.48 3.806-.471 2.161-2.161l-6.948-6.95c-.618-.617-.618-1.543 0-2.16l6.948-6.95C23.44 2.56 21.38.627 20.03 1.81z"
12
12
  })));
@@ -3,57 +3,57 @@ import * as React from 'react';
3
3
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
4
4
  var SvgColors = function SvgColors(props) {
5
5
  return /*#__PURE__*/React.createElement("svg", _extends({
6
- viewBox: "0 0 24 24",
7
- xmlns: "http://www.w3.org/2000/svg"
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ viewBox: "0 0 24 24"
8
8
  }, props), /*#__PURE__*/React.createElement("path", {
9
+ fill: "#983ec4",
10
+ fillOpacity: 0.7,
11
+ d: "M16.034 14.886a7.488 7.488 0 0 1-3.97 1.156 7.488 7.488 0 0 1-3.56-.906 7.488 7.488 0 0 0 3.802 6.27 7.488 7.488 0 0 0 3.732-6.461 7.488 7.488 0 0 0-.004-.059z",
9
12
  style: {
10
13
  mixBlendMode: "normal"
11
- },
12
- d: "M16.034 14.886a7.488 7.488 0 0 1-3.97 1.156 7.488 7.488 0 0 1-3.56-.906 7.488 7.488 0 0 0 3.802 6.27 7.488 7.488 0 0 0 3.732-6.461 7.488 7.488 0 0 0-.004-.059z",
13
- fill: "#983ec4",
14
- fillOpacity: 0.7
14
+ }
15
15
  }), /*#__PURE__*/React.createElement("path", {
16
+ fill: "#969b00",
17
+ fillOpacity: 0.7,
18
+ d: "M8.56 7.465a7.488 7.488 0 0 0-3.971 1.144 7.488 7.488 0 0 0 3.922 6.514 7.488 7.488 0 0 1-.014-.217 7.488 7.488 0 0 1 3.729-6.46 7.488 7.488 0 0 0-3.666-.981z",
16
19
  style: {
17
20
  mixBlendMode: "normal"
18
- },
19
- d: "M8.56 7.465a7.488 7.488 0 0 0-3.971 1.144 7.488 7.488 0 0 0 3.922 6.514 7.488 7.488 0 0 1-.014-.217 7.488 7.488 0 0 1 3.729-6.46 7.488 7.488 0 0 0-3.666-.981z",
20
- fill: "#969b00",
21
- fillOpacity: 0.7
21
+ }
22
22
  }), /*#__PURE__*/React.createElement("path", {
23
+ fill: "#007dad",
24
+ fillOpacity: 0.7,
25
+ d: "M15.972 7.42a7.488 7.488 0 0 0-3.736 1.018 7.488 7.488 0 0 1 3.798 6.466 7.488 7.488 0 0 0 3.512-6.343 7.488 7.488 0 0 0-.006-.237 7.488 7.488 0 0 0-3.568-.904z",
23
26
  style: {
24
27
  mixBlendMode: "normal"
25
- },
26
- d: "M15.972 7.42a7.488 7.488 0 0 0-3.736 1.018 7.488 7.488 0 0 1 3.798 6.466 7.488 7.488 0 0 0 3.512-6.343 7.488 7.488 0 0 0-.006-.237 7.488 7.488 0 0 0-3.568-.904z",
27
- fill: "#007dad",
28
- fillOpacity: 0.7
28
+ }
29
29
  }), /*#__PURE__*/React.createElement("path", {
30
+ fill: "#cacaca",
31
+ fillOpacity: 0.7,
32
+ d: "M8.5 15.125a7.488 7.488 0 0 0 3.559.922A7.488 7.488 0 0 0 16.03 14.9a7.488 7.488 0 0 0-3.796-6.463 7.488 7.488 0 0 0-3.75 6.469 7.488 7.488 0 0 0 .015.22z",
30
33
  style: {
31
34
  mixBlendMode: "normal"
32
- },
33
- d: "M8.5 15.125a7.488 7.488 0 0 0 3.559.922A7.488 7.488 0 0 0 16.03 14.9a7.488 7.488 0 0 0-3.796-6.463 7.488 7.488 0 0 0-3.75 6.469 7.488 7.488 0 0 0 .015.22z",
34
- fill: "#cacaca",
35
- fillOpacity: 0.7
35
+ }
36
36
  }), /*#__PURE__*/React.createElement("path", {
37
+ fill: "#c80000",
38
+ fillOpacity: 0.7,
39
+ d: "M12.3 21.41a7.488 7.488 0 0 1-3.8-6.285A7.488 7.488 0 0 1 4.574 8.61a7.488 7.488 0 0 0-3.517 6.341 7.488 7.488 0 0 0 7.488 7.489 7.488 7.488 0 0 0 3.756-1.03z",
37
40
  style: {
38
41
  mixBlendMode: "normal"
39
- },
40
- d: "M12.3 21.41a7.488 7.488 0 0 1-3.8-6.285A7.488 7.488 0 0 1 4.574 8.61a7.488 7.488 0 0 0-3.517 6.341 7.488 7.488 0 0 0 7.488 7.489 7.488 7.488 0 0 0 3.756-1.03z",
41
- fill: "#c80000",
42
- fillOpacity: 0.7
42
+ }
43
43
  }), /*#__PURE__*/React.createElement("path", {
44
+ fill: "#004198",
45
+ fillOpacity: 0.7,
46
+ d: "M19.541 8.322a7.488 7.488 0 0 1 .006.237 7.488 7.488 0 0 1-3.516 6.34 7.488 7.488 0 0 1 .002.052 7.488 7.488 0 0 1-3.732 6.46 7.488 7.488 0 0 0 3.672.982 7.488 7.488 0 0 0 7.488-7.488 7.488 7.488 0 0 0-3.92-6.583z",
44
47
  style: {
45
48
  mixBlendMode: "normal"
46
- },
47
- d: "M19.541 8.322a7.488 7.488 0 0 1 .006.237 7.488 7.488 0 0 1-3.516 6.34 7.488 7.488 0 0 1 .002.052 7.488 7.488 0 0 1-3.732 6.46 7.488 7.488 0 0 0 3.672.982 7.488 7.488 0 0 0 7.488-7.488 7.488 7.488 0 0 0-3.92-6.583z",
48
- fill: "#004198",
49
- fillOpacity: 0.7
49
+ }
50
50
  }), /*#__PURE__*/React.createElement("path", {
51
+ fill: "#019000",
52
+ fillOpacity: 0.7,
53
+ d: "M12.059 1.07A7.488 7.488 0 0 0 4.57 8.56a7.488 7.488 0 0 0 .004.05 7.488 7.488 0 0 1 3.971-1.146 7.488 7.488 0 0 1 3.69.973 7.488 7.488 0 0 1 3.738-1.02 7.488 7.488 0 0 1 3.568.906 7.488 7.488 0 0 0-7.482-7.251z",
51
54
  style: {
52
55
  mixBlendMode: "normal"
53
- },
54
- d: "M12.059 1.07A7.488 7.488 0 0 0 4.57 8.56a7.488 7.488 0 0 0 .004.05 7.488 7.488 0 0 1 3.971-1.146 7.488 7.488 0 0 1 3.69.973 7.488 7.488 0 0 1 3.738-1.02 7.488 7.488 0 0 1 3.568.906 7.488 7.488 0 0 0-7.482-7.251z",
55
- fill: "#019000",
56
- fillOpacity: 0.7
56
+ }
57
57
  }));
58
58
  };
59
59
 
@@ -4,9 +4,9 @@ var _path;
4
4
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
5
5
  var SvgCopy = function SvgCopy(props) {
6
6
  return /*#__PURE__*/React.createElement("svg", _extends({
7
- viewBox: "0 0 96 96",
7
+ xmlns: "http://www.w3.org/2000/svg",
8
8
  fill: "currentColor",
9
- xmlns: "http://www.w3.org/2000/svg"
9
+ viewBox: "0 0 96 96"
10
10
  }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
11
11
  d: "m95.484 84.751.074-53.95c-.02-6.211-5.641-13.265-13.03-13.137l-6.192-.243-.005-4.807C76.192 5.97 71.58 1.454 64.228 1.386l-25.7-.005-26.108-.083C6.576 1.238.772 7.393.714 13.155c.367 23.662.19 30.647.045 54.309-.175 9.232 7.249 11.532 11.898 11.543l6.301.833-.107 4.646c.29 5.913 5.32 9.62 10.28 10.389l22.44.089 30.23-.066c8.023.322 13.664-7.806 13.683-11.732zM33.719 24.774l45.685.3c5.47.036 8.792 3.2 8.74 9.472l-.356 42.844c-.057 6.793-2.574 10.092-9.991 10.09l-44.794-.016c-3.964-.059-6.786-3.097-6.857-6.145.031-50.037-.02 50.152-.021-47.175-.037-7.086 1.81-9.366 7.594-9.37zM62.837 9.12c2.234.074 5.108.247 5.054 5.261a646.478 646.478 0 0 1-.036 2.977l-37.295.031c-7.166.157-12.2 5.307-11.765 11.946.015 18.234-.073 23.979-.154 42.214l-4.325-.054c-3.682-.043-6.032-1.861-5.91-6.002 0 0-.189-26.785-.2-44.392-.337-4.754 3-12.535 11.554-12.221z"
12
12
  })));
@@ -4,9 +4,9 @@ var _path;
4
4
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
5
5
  var SvgDelete = function SvgDelete(props) {
6
6
  return /*#__PURE__*/React.createElement("svg", _extends({
7
- viewBox: "0 0 24 24",
7
+ xmlns: "http://www.w3.org/2000/svg",
8
8
  fill: "currentColor",
9
- xmlns: "http://www.w3.org/2000/svg"
9
+ viewBox: "0 0 24 24"
10
10
  }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
11
11
  d: "M16.85 8.363v12.123h-9.7V8.363h9.7M15.03 1.09H8.97L7.756 2.302H3.514v2.424h16.972V2.302h-4.243zm4.244 4.85H4.726v14.547a2.432 2.432 0 0 0 2.425 2.425h9.698a2.432 2.432 0 0 0 2.425-2.425z"
12
12
  })));
@@ -4,9 +4,9 @@ var _path;
4
4
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
5
5
  var SvgDraft = function SvgDraft(props) {
6
6
  return /*#__PURE__*/React.createElement("svg", _extends({
7
- viewBox: "0 0 48 48",
8
7
  xmlns: "http://www.w3.org/2000/svg",
9
- fill: "currentColor"
8
+ fill: "currentColor",
9
+ viewBox: "0 0 48 48"
10
10
  }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
11
11
  d: "M9.884 46.24q-1.33 0-2.326-.997-.997-.997-.997-2.326V5.258q0-1.329.997-2.326.997-.997 2.326-.997h19.992l12.128 12.129v28.853q0 1.329-.997 2.326-.996.996-2.326.996zm18.33-30.681v-10.3H9.885v37.658H38.68V15.559zm-18.33-10.3v10.3-10.3 37.658z"
12
12
  })));
@@ -4,9 +4,9 @@ var _path;
4
4
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
5
5
  var SvgEdit = function SvgEdit(props) {
6
6
  return /*#__PURE__*/React.createElement("svg", _extends({
7
- viewBox: "0 0 64 64",
7
+ xmlns: "http://www.w3.org/2000/svg",
8
8
  fill: "currentColor",
9
- xmlns: "http://www.w3.org/2000/svg"
9
+ viewBox: "0 0 64 64"
10
10
  }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
11
11
  d: "M26.202 20.764 5.45 43.424l-.609 7.604c-.446 3.339-1.337 6.9-2.006 8.012-1.56 2.337-.334 3.895 1.672 2.226.78-.668 4.568-1.558 8.357-1.892l12.145-2.327 18.917-18.93c20.057-20.142 18.301-22.475 18.301-26.48 0-5.676-3.901-9.699-9.694-9.57-6.245.137-6.05-1.555-26.33 18.697zM55.378 8.188c2.728 3.377 1.783 6.294.622 8.735l-2.13 2.614s-2.387-3.66-3.907-5.21c-1.601-1.634-5.408-4.223-5.408-4.223l2.518-2.251c1.839-1.147 4.627-2.447 8.305.335zm-5.97 14.831c-1.838 2.679-3.688 4.99-13.478 14.767L23.959 50.388c-2.647-3.98-7.04-5.255-10.887-7.798L26.51 28.796c8.35-8.573 12.535-13.13 14.06-14.054 3.54 1.31 7.109 5.492 8.838 8.277zM18.454 53.667 15 54.752c-5.46 1.558-6.405 1.951-6.405-.72.206-2.467.019-7.637 2.375-6.342 3.356 2.133 5.017 2.887 7.485 5.977z"
12
12
  })));
@@ -2,14 +2,14 @@ import * as React from 'react';
2
2
 
3
3
  var _path;
4
4
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
5
- var SvgSocialEmail = function SvgSocialEmail(props) {
5
+ var SvgEmail = function SvgEmail(props) {
6
6
  return /*#__PURE__*/React.createElement("svg", _extends({
7
+ xmlns: "http://www.w3.org/2000/svg",
7
8
  fill: "currentColor",
8
- viewBox: "0 0 24 24",
9
- xmlns: "http://www.w3.org/2000/svg"
9
+ viewBox: "0 0 24 24"
10
10
  }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
11
11
  d: "M1.94 21.48c-.474 0-.89-.178-1.248-.535-.355-.357-.535-.773-.535-1.249V4.24c0-.475.179-.891.535-1.249.357-.355.774-.534 1.249-.534h20.213c.475 0 .891.178 1.249.535.355.357.535.773.535 1.249v15.457c0 .475-.18.891-.535 1.249-.358.355-.774.534-1.25.534zm10.107-8.383L2.535 7.063V19.1H21.56V7.064zm0-2.378 9.393-5.886H2.684zM2.535 7.063V4.834v14.267z"
12
12
  })));
13
13
  };
14
14
 
15
- export { SvgSocialEmail as default };
15
+ export { SvgEmail as default };
@@ -4,9 +4,9 @@ var _path;
4
4
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
5
5
  var SvgExternalLink = function SvgExternalLink(props) {
6
6
  return /*#__PURE__*/React.createElement("svg", _extends({
7
- viewBox: "0 0 24 24",
8
7
  xmlns: "http://www.w3.org/2000/svg",
9
- fill: "currentColor"
8
+ fill: "currentColor",
9
+ viewBox: "0 0 24 24"
10
10
  }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
11
11
  d: "M18 19H6c-.6 0-1-.4-1-1V6c0-.6.4-1 1-1h6V3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v6c0 .6-.4 1-1 1zM14 3v2h3.6l-6.1 6.1c-.4.4-.4 1 0 1.4.4.4 1 .4 1.4 0L19 6.4V10h2V4c0-.6-.4-1-1-1z"
12
12
  })));
@@ -0,0 +1,15 @@
1
+ import * as React from 'react';
2
+
3
+ var _path;
4
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
5
+ var SvgEye = function SvgEye(props) {
6
+ return /*#__PURE__*/React.createElement("svg", _extends({
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ fill: "currentColor",
9
+ viewBox: "0 -960 960 960"
10
+ }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
11
+ d: "M480-320q75 0 127.5-52.5T660-500q0-75-52.5-127.5T480-680q-75 0-127.5 52.5T300-500q0 75 52.5 127.5T480-320Zm0-72q-45 0-76.5-31.5T372-500q0-45 31.5-76.5T480-608q45 0 76.5 31.5T588-500q0 45-31.5 76.5T480-392Zm0 192q-146 0-266-81.5T40-500q54-137 174-218.5T480-800q146 0 266 81.5T920-500q-54 137-174 218.5T480-200Zm0-300Zm0 220q113 0 207.5-59.5T832-500q-50-101-144.5-160.5T480-720q-113 0-207.5 59.5T128-500q50 101 144.5 160.5T480-280Z"
12
+ })));
13
+ };
14
+
15
+ export { SvgEye as default };
@@ -5,8 +5,8 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function
5
5
  var SvgFullscreen = function SvgFullscreen(props) {
6
6
  return /*#__PURE__*/React.createElement("svg", _extends({
7
7
  xmlns: "http://www.w3.org/2000/svg",
8
- viewBox: "0 0 24 24",
9
- fill: "currentColor"
8
+ fill: "currentColor",
9
+ viewBox: "0 0 24 24"
10
10
  }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
11
11
  d: "M7 14H5v5h5v-2H7v-3zm-2-4h2V7h3V5H5v5zm12 7h-3v2h5v-5h-2v3zM14 5v2h3v3h2V5h-5z"
12
12
  })));
@@ -5,8 +5,8 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function
5
5
  var SvgFullscreenExit = function SvgFullscreenExit(props) {
6
6
  return /*#__PURE__*/React.createElement("svg", _extends({
7
7
  xmlns: "http://www.w3.org/2000/svg",
8
- viewBox: "0 0 24 24",
9
- fill: "currentColor"
8
+ fill: "currentColor",
9
+ viewBox: "0 0 24 24"
10
10
  }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
11
11
  d: "M5 16h3v3h2v-5H5v2zm3-8H5v2h5V5H8v3zm6 11h2v-3h3v-2h-5v5zm2-11V5h-2v5h5V8h-3z"
12
12
  })));
@@ -0,0 +1,15 @@
1
+ import * as React from 'react';
2
+
3
+ var _path;
4
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
5
+ var SvgFunction = function SvgFunction(props) {
6
+ return /*#__PURE__*/React.createElement("svg", _extends({
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ fill: "currentColor",
9
+ viewBox: "0 -960 960 960"
10
+ }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
11
+ d: "M400-240v-80h62l105-120-105-120h-66l-64 344q-8 45-37 70.5T221-120q-45 0-73-24t-28-64q0-32 17-51.5t43-19.5q25 0 42.5 17t17.5 41q0 5-.5 9t-1.5 9q5-1 8.5-5.5T252-221l62-339H200v-80h129l21-114q7-38 37.5-62t72.5-24q44 0 72 26t28 65q0 30-17 49.5T500-680q-25 0-42.5-17T440-739q0-5 .5-9t1.5-9q-6 2-9 6t-5 12l-17 99h189v80h-32l52 59 52-59h-32v-80h200v80h-62L673-440l105 120h62v80H640v-80h32l-52-60-52 60h32v80H400Z"
12
+ })));
13
+ };
14
+
15
+ export { SvgFunction as default };
@@ -4,16 +4,16 @@ var _style, _path, _path2;
4
4
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
5
5
  var SvgGear = function SvgGear(props) {
6
6
  return /*#__PURE__*/React.createElement("svg", _extends({
7
- stroke: "currentColor",
8
7
  xmlns: "http://www.w3.org/2000/svg",
9
- viewBox: "0 0 16 16",
10
- id: "gear_svg__gear-svg"
8
+ id: "gear_svg__gear-svg",
9
+ stroke: "currentColor",
10
+ viewBox: "0 0 16 16"
11
11
  }, props), _style || (_style = /*#__PURE__*/React.createElement("style", null)), _path || (_path = /*#__PURE__*/React.createElement("path", {
12
- className: "gear_svg__st0",
13
- d: "M7 1.6c.5.5 1.3.6 1.8.1l.1-.1.6-.7c.5-.5 1.3-.6 1.8-.1.3.3.4.6.4 1v.9c0 .7.5 1.3 1.2 1.4h1c.7 0 1.3.5 1.4 1.2 0 .4-.1.8-.4 1l-.5.7c-.5.5-.6 1.3-.1 1.8l.1.1.7.6c.5.5.6 1.3.1 1.8-.3.3-.6.4-1 .4h-.9c-.7 0-1.3.5-1.4 1.2v1c0 .7-.5 1.3-1.2 1.4-.4 0-.8-.1-1-.4l-.7-.5c-.5-.5-1.3-.6-1.8-.1l-.1.1-.6.7c-.5.5-1.3.6-1.8.1-.3-.3-.4-.6-.4-1v-.9c0-.7-.5-1.3-1.2-1.4h-1c-.7 0-1.3-.5-1.4-1.2 0-.4.1-.8.4-1l.5-.7c.5-.5.6-1.3.1-1.8l-.1-.1-.7-.7C.4 5.9.4 5.1.8 4.6c.3-.3.6-.4 1-.4h.9c.7 0 1.3-.5 1.4-1.2V2c0-.7.5-1.3 1.2-1.4.4 0 .8.1 1 .4l.7.6z"
12
+ d: "M7 1.6c.5.5 1.3.6 1.8.1l.1-.1.6-.7c.5-.5 1.3-.6 1.8-.1.3.3.4.6.4 1v.9c0 .7.5 1.3 1.2 1.4h1c.7 0 1.3.5 1.4 1.2 0 .4-.1.8-.4 1l-.5.7c-.5.5-.6 1.3-.1 1.8l.1.1.7.6c.5.5.6 1.3.1 1.8-.3.3-.6.4-1 .4h-.9c-.7 0-1.3.5-1.4 1.2v1c0 .7-.5 1.3-1.2 1.4-.4 0-.8-.1-1-.4l-.7-.5c-.5-.5-1.3-.6-1.8-.1l-.1.1-.6.7c-.5.5-1.3.6-1.8.1-.3-.3-.4-.6-.4-1v-.9c0-.7-.5-1.3-1.2-1.4h-1c-.7 0-1.3-.5-1.4-1.2 0-.4.1-.8.4-1l.5-.7c.5-.5.6-1.3.1-1.8l-.1-.1-.7-.7C.4 5.9.4 5.1.8 4.6c.3-.3.6-.4 1-.4h.9c.7 0 1.3-.5 1.4-1.2V2c0-.7.5-1.3 1.2-1.4.4 0 .8.1 1 .4l.7.6z",
13
+ className: "gear_svg__st0"
14
14
  })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
15
- className: "gear_svg__st0",
16
- d: "M8 11c1.7 0 3-1.3 3-3S9.7 5 8 5 5 6.3 5 8s1.3 3 3 3z"
15
+ d: "M8 11c1.7 0 3-1.3 3-3S9.7 5 8 5 5 6.3 5 8s1.3 3 3 3z",
16
+ className: "gear_svg__st0"
17
17
  })));
18
18
  };
19
19
 
@@ -0,0 +1,15 @@
1
+ import * as React from 'react';
2
+
3
+ var _path;
4
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
5
+ var SvgGroup = function SvgGroup(props) {
6
+ return /*#__PURE__*/React.createElement("svg", _extends({
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ fill: "currentColor",
9
+ viewBox: "0 -960 960 960"
10
+ }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
11
+ d: "M120-520v-320h320v320H120Zm0 400v-320h320v320H120Zm400-400v-320h320v320H520Zm0 400v-320h320v320H520ZM200-600h160v-160H200v160Zm400 0h160v-160H600v160Zm0 400h160v-160H600v160Zm-400 0h160v-160H200v160Zm400-400Zm0 240Zm-240 0Zm0-240Z"
12
+ })));
13
+ };
14
+
15
+ export { SvgGroup as default };
@@ -5,8 +5,8 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function
5
5
  var SvgHistory = function SvgHistory(props) {
6
6
  return /*#__PURE__*/React.createElement("svg", _extends({
7
7
  xmlns: "http://www.w3.org/2000/svg",
8
- viewBox: "0 0 96 96",
9
- fill: "currentColor"
8
+ fill: "currentColor",
9
+ viewBox: "0 0 96 96"
10
10
  }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
11
11
  d: "M38.7 9c-4.9 1.3-11.3 4.5-16 8.3l-3.8 3-4.4-4.3c-2.4-2.3-4.8-3.9-5.4-3.6-1.6 1-1.5 20.8.1 22.4 1.6 1.6 21.4 1.7 22.4.1.3-.6-1.1-2.8-3.1-4.9l-3.8-3.9 2.4-2.1c1.3-1.2 4.9-3.3 7.9-4.8 4.6-2.3 6.8-2.7 13.5-2.6 9.5 0 15.7 2.5 22 8.9C77 32 79.4 38 79.4 48c.1 7.8-.2 9-3.3 14.8-5.3 9.8-14.4 15.8-25.6 16.9-15 1.4-28.5-7.9-33-22.8-2.2-7.3-2.9-8.3-5.3-8.7-7.9-1.2-1.9 19.3 8.5 28.9 2.4 2.2 7.4 5.5 11.1 7.2 6.1 2.9 7.6 3.2 16.2 3.2s10.1-.3 16.2-3.2c9.3-4.4 15.1-10 19.6-19.1 3.4-7.1 3.7-8.2 3.7-16.6 0-6.5-.5-10.6-1.9-14.3C81.8 24 72.3 14.4 62.3 10.6 56.7 8.5 44.1 7.7 38.7 9z"
12
12
  })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
@@ -12,12 +12,16 @@ var ICONS = {
12
12
  delete: () => import('./delete.svg.js'),
13
13
  draft: () => import('./draft.svg.js'),
14
14
  edit: () => import('./edit.svg.js'),
15
- // draft: () => import('./draft.svg'),
15
+ email: () => import('./email.svg.js'),
16
16
  externalLink: () => import('./externalLink.svg.js'),
17
+ eye: () => import('./eye.svg.js'),
17
18
  fullscreen: () => import('./fullscreen.svg.js'),
18
19
  fullscreenExit: () => import('./fullscreenExit.svg.js'),
20
+ function: () => import('./function.svg.js'),
19
21
  gear: () => import('./gear.svg.js'),
22
+ group: () => import('./group.svg.js'),
20
23
  history: () => import('./history.svg.js'),
24
+ instagram: () => import('./instagram.svg.js'),
21
25
  home: () => import('./home.svg.js'),
22
26
  loader: () => import('./loader.svg.js'),
23
27
  menu: () => import('./menu.svg.js'),
@@ -33,9 +37,8 @@ var ICONS = {
33
37
  send: () => import('./send.svg.js'),
34
38
  settings: () => import('./settings.svg.js'),
35
39
  shoppingBag: () => import('./shoppingBag.svg.js'),
36
- social_instagram: () => import('./social_instagram.svg.js'),
37
- social_telegram: () => import('./social_telegram.svg.js'),
38
- social_email: () => import('./social_email.svg.js'),
40
+ table: () => import('./table.svg.js'),
41
+ telegram: () => import('./telegram.svg.js'),
39
42
  };
40
43
 
41
44
  export { ICONS as default };
@@ -2,14 +2,14 @@ import * as React from 'react';
2
2
 
3
3
  var _path;
4
4
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
5
- var SvgSocialInstagram = function SvgSocialInstagram(props) {
5
+ var SvgInstagram = function SvgInstagram(props) {
6
6
  return /*#__PURE__*/React.createElement("svg", _extends({
7
+ xmlns: "http://www.w3.org/2000/svg",
7
8
  fill: "currentColor",
8
- viewBox: "0 0 24 24",
9
- xmlns: "http://www.w3.org/2000/svg"
9
+ viewBox: "0 0 24 24"
10
10
  }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
11
11
  d: "M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zM12 0C8.741 0 8.333.014 7.053.072 2.695.272.273 2.69.073 7.052.014 8.333 0 8.741 0 12c0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98C8.333 23.986 8.741 24 12 24c3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98C15.668.014 15.259 0 12 0zm0 5.838a6.162 6.162 0 1 0 0 12.324 6.162 6.162 0 0 0 0-12.324zM12 16a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm6.406-11.845a1.44 1.44 0 1 0 0 2.881 1.44 1.44 0 0 0 0-2.881z"
12
12
  })));
13
13
  };
14
14
 
15
- export { SvgSocialInstagram as default };
15
+ export { SvgInstagram as default };
@@ -4,9 +4,9 @@ var _circle, _circle2, _circle3;
4
4
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
5
5
  var SvgLoader = function SvgLoader(props) {
6
6
  return /*#__PURE__*/React.createElement("svg", _extends({
7
+ xmlns: "http://www.w3.org/2000/svg",
7
8
  fill: "currentColor",
8
- viewBox: "0 0 20 20",
9
- xmlns: "http://www.w3.org/2000/svg"
9
+ viewBox: "0 0 20 20"
10
10
  }, props), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
11
11
  cx: 3,
12
12
  cy: 13,
@@ -14,31 +14,31 @@ var SvgLoader = function SvgLoader(props) {
14
14
  }, /*#__PURE__*/React.createElement("animate", {
15
15
  attributeName: "cy",
16
16
  dur: ".7s",
17
+ keyTimes: "0; .2; .3; .8; 1",
17
18
  repeatCount: "indefinite",
18
- values: "13; 17; 15; 13; 13",
19
- keyTimes: "0; .2; .3; .8; 1"
19
+ values: "13; 17; 15; 13; 13"
20
20
  }))), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
21
21
  cx: 10,
22
22
  cy: 13,
23
23
  r: 2
24
24
  }, /*#__PURE__*/React.createElement("animate", {
25
25
  attributeName: "cy",
26
- dur: ".7s",
27
26
  begin: ".1s",
27
+ dur: ".7s",
28
+ keyTimes: "0; .2; .3; .8; 1",
28
29
  repeatCount: "indefinite",
29
- values: "13; 17; 15; 13; 13",
30
- keyTimes: "0; .2; .3; .8; 1"
30
+ values: "13; 17; 15; 13; 13"
31
31
  }))), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
32
32
  cx: 17,
33
33
  cy: 13,
34
34
  r: 2
35
35
  }, /*#__PURE__*/React.createElement("animate", {
36
36
  attributeName: "cy",
37
- dur: ".7s",
38
37
  begin: ".2s",
38
+ dur: ".7s",
39
+ keyTimes: "0; .2; .3; .8; 1",
39
40
  repeatCount: "indefinite",
40
- values: "13; 17; 15; 13; 13",
41
- keyTimes: "0; .2; .3; .8; 1"
41
+ values: "13; 17; 15; 13; 13"
42
42
  }))));
43
43
  };
44
44
 
@@ -4,14 +4,14 @@ var _path;
4
4
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
5
5
  var SvgMenu = function SvgMenu(props) {
6
6
  return /*#__PURE__*/React.createElement("svg", _extends({
7
- viewBox: "0 0 24 24",
8
7
  xmlns: "http://www.w3.org/2000/svg",
9
- stroke: "currentColor"
8
+ stroke: "currentColor",
9
+ viewBox: "0 0 24 24"
10
10
  }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
11
- d: "M4.017 6.703h16.389v0M4.07 17.507h16.388v0M4.01 12.071H20.4v0",
12
- strokeWidth: 2.576,
13
11
  strokeLinecap: "round",
14
- strokeLinejoin: "round"
12
+ strokeLinejoin: "round",
13
+ strokeWidth: 2.576,
14
+ d: "M4.017 6.703h16.389v0M4.07 17.507h16.388v0M4.01 12.071H20.4v0"
15
15
  })));
16
16
  };
17
17
 
@@ -4,9 +4,9 @@ var _path;
4
4
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
5
5
  var SvgMic = function SvgMic(props) {
6
6
  return /*#__PURE__*/React.createElement("svg", _extends({
7
- viewBox: "0 0 48 48",
8
7
  xmlns: "http://www.w3.org/2000/svg",
9
- fill: "currentColor"
8
+ fill: "currentColor",
9
+ viewBox: "0 0 48 48"
10
10
  }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
11
11
  d: "M24.05 28.785c-1.674 0-3.075-.601-4.203-1.805-1.13-1.203-1.693-2.664-1.693-4.383V7.944c0-1.621.572-3 1.718-4.135 1.146-1.135 2.537-1.703 4.174-1.703 1.637 0 3.03.568 4.178 1.703 1.148 1.135 1.722 2.514 1.722 4.135v14.653c0 1.72-.564 3.18-1.693 4.383-1.129 1.204-2.53 1.805-4.203 1.805zm-1.752 17.689v-7.94c-4.125-.428-7.589-2.16-10.39-5.195-2.803-3.036-4.204-8.68-4.204-10.742 0-2.063 3.503-1.77 3.503 0s1.25 6.519 3.753 8.932c2.502 2.413 5.528 3.62 9.077 3.62 3.55 0 6.58-1.207 9.09-3.62 2.51-2.413 3.766-7.161 3.766-8.932 0-1.77 3.503-2.063 3.503 0s-1.401 7.706-4.204 10.742c-2.802 3.035-6.265 4.767-10.39 5.195v7.94z"
12
12
  })));
@@ -4,9 +4,9 @@ var _path;
4
4
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
5
5
  var SvgMinus = function SvgMinus(props) {
6
6
  return /*#__PURE__*/React.createElement("svg", _extends({
7
- viewBox: "0 0 24 24",
7
+ xmlns: "http://www.w3.org/2000/svg",
8
8
  fill: "currentColor",
9
- xmlns: "http://www.w3.org/2000/svg"
9
+ viewBox: "0 0 24 24"
10
10
  }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
11
11
  d: "M22.8 11.915c.072-.637-.645-1.2-1.13-1.132l-19.287.071c-.636.07-1.131.566-1.131 1.131a1.04 1.04 0 0 0 1.131 1.132c.057-.125 19.217 0 19.217 0a1.354 1.354 0 0 0 1.202-1.202z"
12
12
  })));
@@ -5,8 +5,8 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function
5
5
  var SvgMoreHorizontal = function SvgMoreHorizontal(props) {
6
6
  return /*#__PURE__*/React.createElement("svg", _extends({
7
7
  xmlns: "http://www.w3.org/2000/svg",
8
- viewBox: "0 0 24 24",
9
- fill: "currentColor"
8
+ fill: "currentColor",
9
+ viewBox: "0 0 24 24"
10
10
  }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
11
11
  d: "M16 12.005a2.006 2.006 0 0 0 1.998 2.002A2.006 2.006 0 0 0 20 12.009a2.006 2.006 0 0 0-1.998-2.002A2.006 2.006 0 0 0 16 12.005zm-2-.003A2.006 2.006 0 0 0 12.002 10 2.006 2.006 0 0 0 10 11.998 2.006 2.006 0 0 0 11.998 14 2.006 2.006 0 0 0 14 12.002zm-6-.007a2.006 2.006 0 0 0-1.998-2.002A2.006 2.006 0 0 0 4 11.991a2.006 2.006 0 0 0 1.998 2.002A2.006 2.006 0 0 0 8 11.995z"
12
12
  })));
@@ -5,8 +5,8 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function
5
5
  var SvgMoreVertical = function SvgMoreVertical(props) {
6
6
  return /*#__PURE__*/React.createElement("svg", _extends({
7
7
  xmlns: "http://www.w3.org/2000/svg",
8
- viewBox: "0 0 24 24",
9
- fill: "currentColor"
8
+ fill: "currentColor",
9
+ viewBox: "0 0 24 24"
10
10
  }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
11
11
  d: "M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"
12
12
  })));
@@ -5,8 +5,8 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function
5
5
  var SvgPlus = function SvgPlus(props) {
6
6
  return /*#__PURE__*/React.createElement("svg", _extends({
7
7
  xmlns: "http://www.w3.org/2000/svg",
8
- viewBox: "0 0 24 24",
9
- fill: "currentColor"
8
+ fill: "currentColor",
9
+ viewBox: "0 0 24 24"
10
10
  }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
11
11
  d: "M22.8 11.915c.072-.637-.645-1.2-1.13-1.132l-7.301.071a1.04 1.04 0 0 1-1.132-1.131l-.07-7.513a1.04 1.04 0 0 0-1.132-1.131c-.636-.07-1.131.424-1.202 1.06l-.07 7.513c-.071.636-.566 1.131-1.132 1.131l-7.248.071c-.636.07-1.131.566-1.131 1.131a1.04 1.04 0 0 0 1.131 1.132h7.319a1.04 1.04 0 0 1 1.131 1.131v7.46a1.04 1.04 0 0 0 1.132 1.132c.636-.07 1.131-.566 1.131-1.131v-7.46c.07-.637.566-1.132 1.131-1.132H21.6a1.354 1.354 0 0 0 1.202-1.202z"
12
12
  })));
@@ -4,9 +4,9 @@ var _path;
4
4
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
5
5
  var SvgRedo = function SvgRedo(props) {
6
6
  return /*#__PURE__*/React.createElement("svg", _extends({
7
- viewBox: "0 96 960 960",
7
+ xmlns: "http://www.w3.org/2000/svg",
8
8
  fill: "currentColor",
9
- xmlns: "http://www.w3.org/2000/svg"
9
+ viewBox: "0 96 960 960"
10
10
  }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
11
11
  d: "M365.235 957.243q-123.893 0-213.227-83.465T62.674 667.723q0-122.59 89.334-206.055t213.227-83.465h383.419L599.98 229.531l54.774-54.774 242.571 242.57-242.57 242.571-54.775-54.774 148.673-148.672H363.93q-91.29 0-157.15 60.643-65.859 60.642-65.859 150.628 0 89.986 65.86 150.63 65.859 60.642 157.15 60.642h376.897v78.248z"
12
12
  })));
@@ -4,11 +4,11 @@ var _path;
4
4
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
5
5
  var SvgRequiredStar = function SvgRequiredStar(props) {
6
6
  return /*#__PURE__*/React.createElement("svg", _extends({
7
- viewBox: "0 0 8 8",
8
- xmlns: "http://www.w3.org/2000/svg"
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ viewBox: "0 0 8 8"
9
9
  }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
10
- d: "M3.296.749C3.283.548 3.277.447 3.3.366a.5.5 0 0 1 .318-.338C3.697 0 3.798 0 3.999 0s.302 0 .382.028a.5.5 0 0 1 .318.338c.023.081.016.182.004.383l-.019.299c-.053.85-.08 1.276.175 1.433l.026.015c.264.142.619-.094 1.329-.565l.25-.166c.168-.111.252-.167.333-.188a.5.5 0 0 1 .452.106c.063.055.114.143.214.317.101.174.151.262.167.344a.499.499 0 0 1-.134.444c-.059.06-.149.105-.33.195l-.268.134c-.763.379-1.145.568-1.154.868v.03c.009.299.391.489 1.154.868l.269.133c.18.09.271.134.33.195a.502.502 0 0 1 .133.445c-.016.082-.066.17-.167.344-.1.174-.151.262-.215.317a.499.499 0 0 1-.451.106c-.082-.021-.166-.077-.334-.188l-.25-.166c-.71-.471-1.065-.707-1.329-.565a.6.6 0 0 0-.026.015c-.254.157-.227.583-.174 1.433l.019.299c.013.201.019.301-.004.383a.498.498 0 0 1-.318.338C4.301 8 4.201 8 3.999 8s-.302 0-.382-.028a.497.497 0 0 1-.317-.338c-.023-.081-.017-.182-.004-.383l.019-.299c.053-.85.08-1.276-.175-1.433l-.026-.015c-.264-.142-.619.094-1.329.565l-.25.166c-.168.111-.252.167-.333.188a.5.5 0 0 1-.452-.106C.686 6.262.636 6.174.535 6s-.151-.262-.167-.344a.5.5 0 0 1 .134-.445c.059-.06.149-.105.33-.195l.268-.133c.763-.379 1.145-.569 1.154-.868v-.03c-.009-.3-.391-.489-1.154-.868l-.268-.134c-.18-.09-.271-.134-.33-.195a.499.499 0 0 1-.134-.444c.016-.082.066-.17.167-.344s.151-.262.215-.317a.5.5 0 0 1 .452-.106c.082.021.166.077.333.188l.25.166c.71.471 1.065.707 1.329.565a.6.6 0 0 0 .026-.015c.255-.158.228-.583.175-1.433z",
11
- fill: "currentColor"
10
+ fill: "currentColor",
11
+ d: "M3.296.749C3.283.548 3.277.447 3.3.366a.5.5 0 0 1 .318-.338C3.697 0 3.798 0 3.999 0s.302 0 .382.028a.5.5 0 0 1 .318.338c.023.081.016.182.004.383l-.019.299c-.053.85-.08 1.276.175 1.433l.026.015c.264.142.619-.094 1.329-.565l.25-.166c.168-.111.252-.167.333-.188a.5.5 0 0 1 .452.106c.063.055.114.143.214.317.101.174.151.262.167.344a.499.499 0 0 1-.134.444c-.059.06-.149.105-.33.195l-.268.134c-.763.379-1.145.568-1.154.868v.03c.009.299.391.489 1.154.868l.269.133c.18.09.271.134.33.195a.502.502 0 0 1 .133.445c-.016.082-.066.17-.167.344-.1.174-.151.262-.215.317a.499.499 0 0 1-.451.106c-.082-.021-.166-.077-.334-.188l-.25-.166c-.71-.471-1.065-.707-1.329-.565a.6.6 0 0 0-.026.015c-.254.157-.227.583-.174 1.433l.019.299c.013.201.019.301-.004.383a.498.498 0 0 1-.318.338C4.301 8 4.201 8 3.999 8s-.302 0-.382-.028a.497.497 0 0 1-.317-.338c-.023-.081-.017-.182-.004-.383l.019-.299c.053-.85.08-1.276-.175-1.433l-.026-.015c-.264-.142-.619.094-1.329.565l-.25.166c-.168.111-.252.167-.333.188a.5.5 0 0 1-.452-.106C.686 6.262.636 6.174.535 6s-.151-.262-.167-.344a.5.5 0 0 1 .134-.445c.059-.06.149-.105.33-.195l.268-.133c.763-.379 1.145-.569 1.154-.868v-.03c-.009-.3-.391-.489-1.154-.868l-.268-.134c-.18-.09-.271-.134-.33-.195a.499.499 0 0 1-.134-.444c.016-.082.066-.17.167-.344s.151-.262.215-.317a.5.5 0 0 1 .452-.106c.082.021.166.077.333.188l.25.166c.71.471 1.065.707 1.329.565a.6.6 0 0 0 .026-.015c.255-.158.228-.583.175-1.433z"
12
12
  })));
13
13
  };
14
14
 
@@ -4,9 +4,9 @@ var _path, _path2;
4
4
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
5
5
  var SvgSave = function SvgSave(props) {
6
6
  return /*#__PURE__*/React.createElement("svg", _extends({
7
- viewBox: "0 0 100 100",
8
7
  xmlns: "http://www.w3.org/2000/svg",
9
- fill: "currentColor"
8
+ fill: "currentColor",
9
+ viewBox: "0 0 100 100"
10
10
  }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
11
11
  d: "M4.663 6.288C2.485 8.365 2.37 9.895 2.37 50c0 40.105.114 41.635 2.292 43.712 2.177 2.076 3.781 2.185 45.837 2.185 42.056 0 43.66-.11 45.837-2.185 2.178-2.077 2.292-3.607 2.292-36.39V23.227L88.545 13.61l-9.97-9.507H42.708c-34.264 0-35.868.11-38.045 2.185zM75.71 22.462c0 9.398-.459 14.425-1.376 15.299-1.948 1.858-50.306 1.858-52.254 0-.917-.874-1.375-5.901-1.375-15.3V8.475H75.71zm3.208 33.22c.917.875 1.375 6.557 1.375 18.578v17.266H20.706V74.26c0-12.02.458-17.703 1.375-18.578 1.948-1.857 54.89-1.857 56.838 0zM13.83 87.155c0 1.42-.802 2.185-2.292 2.185-1.49 0-2.292-.765-2.292-2.185s.802-2.186 2.292-2.186c1.49 0 2.292.765 2.292 2.186zm77.924 0c0 1.42-.802 2.185-2.292 2.185-1.49 0-2.292-.765-2.292-2.185s.802-2.186 2.292-2.186c1.49 0 2.292.765 2.292 2.186z"
12
12
  })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
@@ -4,12 +4,12 @@ var _path;
4
4
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
5
5
  var SvgSend = function SvgSend(props) {
6
6
  return /*#__PURE__*/React.createElement("svg", _extends({
7
- viewBox: "0 0 48 48",
7
+ xmlns: "http://www.w3.org/2000/svg",
8
8
  fill: "currentColor",
9
- xmlns: "http://www.w3.org/2000/svg"
9
+ viewBox: "0 0 48 48"
10
10
  }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
11
- "data-name": "Path 8370",
12
- d: "M44.697 20.016 6.703 4.25A4.547 4.547 0 0 0 .555 9.575l3.382 13.261h16.557a1.38 1.38 0 0 1 0 2.76H3.937L.555 38.855a4.547 4.547 0 0 0 6.148 5.325l37.994-15.765a4.547 4.547 0 0 0 0-8.4z"
11
+ d: "M44.697 20.016 6.703 4.25A4.547 4.547 0 0 0 .555 9.575l3.382 13.261h16.557a1.38 1.38 0 0 1 0 2.76H3.937L.555 38.855a4.547 4.547 0 0 0 6.148 5.325l37.994-15.765a4.547 4.547 0 0 0 0-8.4z",
12
+ "data-name": "Path 8370"
13
13
  })));
14
14
  };
15
15
 
@@ -4,48 +4,48 @@ var _path, _path2, _path3, _path4, _path5, _path6;
4
4
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
5
5
  var SvgSettings = function SvgSettings(props) {
6
6
  return /*#__PURE__*/React.createElement("svg", _extends({
7
- viewBox: "0 0 20 20",
7
+ xmlns: "http://www.w3.org/2000/svg",
8
8
  fill: "none",
9
- xmlns: "http://www.w3.org/2000/svg"
9
+ viewBox: "0 0 20 20"
10
10
  }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
11
- d: "M18.38 3.255h-1.92m-14.83 0h11.08",
12
11
  stroke: "currentColor",
13
- strokeWidth: 1.25,
14
12
  strokeLinecap: "round",
15
- strokeLinejoin: "round"
13
+ strokeLinejoin: "round",
14
+ strokeWidth: 1.25,
15
+ d: "M18.38 3.255h-1.92m-14.83 0h11.08"
16
16
  })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
17
- clipRule: "evenodd",
18
- d: "M13.96 16.755a1.875 1.875 0 1 1-3.75 0 1.875 1.875 0 0 1 3.75 0z",
19
17
  stroke: "currentColor",
20
- strokeWidth: 1.25,
21
18
  strokeLinecap: "round",
22
- strokeLinejoin: "round"
19
+ strokeLinejoin: "round",
20
+ strokeWidth: 1.25,
21
+ d: "M13.96 16.755a1.875 1.875 0 1 1-3.75 0 1.875 1.875 0 0 1 3.75 0z",
22
+ clipRule: "evenodd"
23
23
  })), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
24
- d: "M1.63 10.002h3.58m13.17 0H8.96",
25
24
  stroke: "currentColor",
26
- strokeWidth: 1.25,
27
25
  strokeLinecap: "round",
28
- strokeLinejoin: "round"
26
+ strokeLinejoin: "round",
27
+ strokeWidth: 1.25,
28
+ d: "M1.63 10.002h3.58m13.17 0H8.96"
29
29
  })), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
30
- clipRule: "evenodd",
31
- d: "M8.96 10a1.875 1.875 0 1 1-3.75 0 1.875 1.875 0 0 1 3.75 0z",
32
30
  stroke: "currentColor",
33
- strokeWidth: 1.25,
34
31
  strokeLinecap: "round",
35
- strokeLinejoin: "round"
32
+ strokeLinejoin: "round",
33
+ strokeWidth: 1.25,
34
+ d: "M8.96 10a1.875 1.875 0 1 1-3.75 0 1.875 1.875 0 0 1 3.75 0z",
35
+ clipRule: "evenodd"
36
36
  })), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
37
- d: "M1.63 16.75h8.58m8.17 0h-4.42",
38
37
  stroke: "currentColor",
39
- strokeWidth: 1.25,
40
38
  strokeLinecap: "round",
41
- strokeLinejoin: "round"
39
+ strokeLinejoin: "round",
40
+ strokeWidth: 1.25,
41
+ d: "M1.63 16.75h8.58m8.17 0h-4.42"
42
42
  })), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
43
- clipRule: "evenodd",
44
- d: "M16.46 3.255a1.875 1.875 0 1 0-3.75 0 1.875 1.875 0 0 0 3.75 0z",
45
43
  stroke: "currentColor",
46
- strokeWidth: 1.25,
47
44
  strokeLinecap: "round",
48
- strokeLinejoin: "round"
45
+ strokeLinejoin: "round",
46
+ strokeWidth: 1.25,
47
+ d: "M16.46 3.255a1.875 1.875 0 1 0-3.75 0 1.875 1.875 0 0 0 3.75 0z",
48
+ clipRule: "evenodd"
49
49
  })));
50
50
  };
51
51
 
@@ -4,9 +4,9 @@ var _path, _path2;
4
4
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
5
5
  var SvgShoppingBag = function SvgShoppingBag(props) {
6
6
  return /*#__PURE__*/React.createElement("svg", _extends({
7
- viewBox: "0 0 512 512",
7
+ xmlns: "http://www.w3.org/2000/svg",
8
8
  fill: "currentColor",
9
- xmlns: "http://www.w3.org/2000/svg"
9
+ viewBox: "0 0 512 512"
10
10
  }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
11
11
  d: "M109.378 8.35c-45.305 8.237-80.035 43.301-87.16 87.938-.556 3.673-3.561 73.801-6.678 155.84-6.122 162.074-6.122 159.736-.445 177.88 5.454 17.143 13.691 30.723 26.493 43.636 13.357 13.469 30.5 23.376 49.646 28.608l9.462 2.56h156.396c149.495 0 156.73-.112 164.078-2.115 19.48-5.232 35.843-14.916 49.757-29.276 18.144-18.7 28.274-39.85 30.5-63.338.89-9.128-10.13-304.11-11.688-314.018-6.122-38.292-33.617-70.796-70.684-83.485-17.588-6.011-15.362-5.9-164.078-5.789-107.752.112-139.365.446-145.599 1.559zm298.545 37.179c10.241 3.45 14.248 5.454 22.486 11.799 13.914 10.352 23.487 27.495 25.936 46.307 1.224 9.35 11.131 269.715 11.131 290.976 0 13.135-2.003 22.262-7.124 33.171-7.346 15.807-19.034 28.051-33.728 35.287-13.914 6.901-8.015 6.679-169.31 6.679-158.733 0-154.392.111-167.973-5.677-21.928-9.35-38.737-30.834-42.522-54.433-1.67-10.352 9.128-301.996 11.577-312.57 5.01-21.484 21.15-40.52 41.632-49.09 13.469-5.677 9.795-5.566 159.847-5.343l140.256.222z"
12
12
  })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
@@ -0,0 +1,15 @@
1
+ import * as React from 'react';
2
+
3
+ var _path;
4
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
5
+ var SvgTable = function SvgTable(props) {
6
+ return /*#__PURE__*/React.createElement("svg", _extends({
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ fill: "currentColor",
9
+ viewBox: "0 -960 960 960"
10
+ }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
11
+ d: "M360-240h440v-107H360v107ZM160-613h120v-107H160v107Zm0 187h120v-107H160v107Zm0 186h120v-107H160v107Zm200-186h440v-107H360v107Zm0-187h440v-107H360v107ZM160-160q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800h640q33 0 56.5 23.5T880-720v480q0 33-23.5 56.5T800-160H160Z"
12
+ })));
13
+ };
14
+
15
+ export { SvgTable as default };
@@ -2,18 +2,18 @@ import * as React from 'react';
2
2
 
3
3
  var _path;
4
4
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
5
- var SvgSocialTelegram = function SvgSocialTelegram(props) {
5
+ var SvgTelegram = function SvgTelegram(props) {
6
6
  return /*#__PURE__*/React.createElement("svg", _extends({
7
+ xmlns: "http://www.w3.org/2000/svg",
7
8
  fill: "currentColor",
8
9
  fillRule: "evenodd",
9
- clipRule: "evenodd",
10
10
  strokeLinejoin: "round",
11
11
  strokeMiterlimit: 1.414,
12
- viewBox: "0 0 24 24",
13
- xmlns: "http://www.w3.org/2000/svg"
12
+ clipRule: "evenodd",
13
+ viewBox: "0 0 24 24"
14
14
  }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
15
15
  d: "M18.384 21.78a1.19 1.19 0 0 0 1.107.144 1.16 1.16 0 0 0 .724-.84c.87-4.084 2.977-14.42 3.768-18.136a.78.78 0 0 0-.26-.758.8.8 0 0 0-.797-.14C18.733 3.602 5.82 8.447.542 10.4a.827.827 0 0 0-.542.8c.012.353.25.66.593.763 2.367.708 5.474 1.693 5.474 1.693s1.452 4.385 2.21 6.615c.094.28.313.5.602.576a.866.866 0 0 0 .811-.207l3.096-2.923s3.572 2.62 5.598 4.062zm-11.01-8.678 1.68 5.538.372-3.507 10.185-9.186a.277.277 0 0 0 .033-.377.284.284 0 0 0-.376-.064z"
16
16
  })));
17
17
  };
18
18
 
19
- export { SvgSocialTelegram as default };
19
+ export { SvgTelegram as default };
@@ -4,9 +4,9 @@ var _path;
4
4
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
5
5
  var SvgUndo = function SvgUndo(props) {
6
6
  return /*#__PURE__*/React.createElement("svg", _extends({
7
- viewBox: "0 96 48 48",
7
+ xmlns: "http://www.w3.org/2000/svg",
8
8
  fill: "currentColor",
9
- xmlns: "http://www.w3.org/2000/svg"
9
+ viewBox: "0 96 48 48"
10
10
  }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
11
11
  d: "M10.79 139.824v-4.025h19.385q4.695 0 8.083-3.119 3.387-3.119 3.387-7.747t-3.387-7.747q-3.388-3.12-8.083-3.12H10.388l7.647 7.647-2.818 2.818-12.476-12.476 12.476-12.476 2.818 2.817-7.647 7.646h19.72q6.372 0 10.967 4.293 4.594 4.293 4.594 10.598 0 6.305-4.594 10.598-4.595 4.293-10.967 4.293z"
12
12
  })));
@@ -12,11 +12,16 @@ declare const _default: {
12
12
  delete: () => Promise<any>;
13
13
  draft: () => Promise<any>;
14
14
  edit: () => Promise<any>;
15
+ email: () => Promise<any>;
15
16
  externalLink: () => Promise<any>;
17
+ eye: () => Promise<any>;
16
18
  fullscreen: () => Promise<any>;
17
19
  fullscreenExit: () => Promise<any>;
20
+ function: () => Promise<any>;
18
21
  gear: () => Promise<any>;
22
+ group: () => Promise<any>;
19
23
  history: () => Promise<any>;
24
+ instagram: () => Promise<any>;
20
25
  home: () => Promise<any>;
21
26
  loader: () => Promise<any>;
22
27
  menu: () => Promise<any>;
@@ -32,8 +37,7 @@ declare const _default: {
32
37
  send: () => Promise<any>;
33
38
  settings: () => Promise<any>;
34
39
  shoppingBag: () => Promise<any>;
35
- social_instagram: () => Promise<any>;
36
- social_telegram: () => Promise<any>;
37
- social_email: () => Promise<any>;
40
+ table: () => Promise<any>;
41
+ telegram: () => Promise<any>;
38
42
  };
39
43
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homecode/ui",
3
- "version": "4.18.9",
3
+ "version": "4.18.11",
4
4
  "description": "React UI components library",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",