@semcore/icon 2.20.0 → 2.25.0

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 (52) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/{UserGroupNo → GoogleCloud}/l/index.d.ts +0 -0
  3. package/GoogleCloud/l/index.js +60 -0
  4. package/{UserGroupNo → GoogleCloud}/m/index.d.ts +0 -0
  5. package/GoogleCloud/m/index.js +60 -0
  6. package/IndentedResult/l/index.d.ts +7 -0
  7. package/IndentedResult/l/index.js +49 -0
  8. package/IndentedResult/m/index.d.ts +7 -0
  9. package/IndentedResult/m/index.js +49 -0
  10. package/UserGroup/l/index.js +3 -3
  11. package/UserGroup/m/index.js +3 -3
  12. package/UserSharedFirst/l/index.d.ts +7 -0
  13. package/{UserGroupNo → UserSharedFirst}/l/index.js +6 -9
  14. package/UserSharedFirst/m/index.d.ts +7 -0
  15. package/{UserGroupNo → UserSharedFirst}/m/index.js +8 -6
  16. package/color/MicrosoftOffice/l/index.js +5 -5
  17. package/color/MicrosoftOffice/m/index.js +5 -5
  18. package/color/MicrosoftOutlook/l/index.js +5 -5
  19. package/color/MicrosoftOutlook/m/index.js +4 -4
  20. package/lib/MathMinus/s/index.js +4 -4
  21. package/lib/MathMinus/xs/index.js +4 -4
  22. package/lib/cjs/Icon.js +7 -7
  23. package/lib/cjs/index.d.ts +17 -0
  24. package/lib/cjs/index.js +2 -19
  25. package/lib/cjs/index.js.map +1 -1
  26. package/lib/cjs/style/icon.shadow.css +1 -1
  27. package/lib/es6/Icon.js +7 -7
  28. package/lib/es6/index.d.ts +17 -0
  29. package/lib/es6/index.js +0 -1
  30. package/lib/es6/index.js.map +1 -1
  31. package/lib/es6/style/icon.shadow.css +1 -1
  32. package/package.json +6 -2
  33. package/pay/CreditCard/l/index.js +24 -24
  34. package/pay/CreditCard/m/index.js +3 -3
  35. package/pay/Discover/l/index.js +4 -4
  36. package/pay/Discover/m/index.js +4 -4
  37. package/pay/JCB/l/index.js +7 -7
  38. package/pay/JCB/m/index.js +7 -7
  39. package/pay/Visa/l/index.js +5 -5
  40. package/pay/Visa/m/index.js +5 -5
  41. package/src/index.js +0 -1
  42. package/src/style/icon.shadow.css +1 -1
  43. package/svg-new/icon/GoogleCloud/l.svg +6 -0
  44. package/svg-new/icon/GoogleCloud/m.svg +6 -0
  45. package/svg-new/icon/IndentedResult/l.svg +1 -0
  46. package/svg-new/icon/IndentedResult/m.svg +1 -0
  47. package/svg-new/icon/UserGroup/l.svg +1 -1
  48. package/svg-new/icon/UserGroup/m.svg +1 -1
  49. package/svg-new/icon/UserSharedFirst/l.svg +1 -0
  50. package/svg-new/icon/UserSharedFirst/m.svg +1 -0
  51. package/svg-new/icon/UserGroupNo/l.svg +0 -1
  52. package/svg-new/icon/UserGroupNo/m.svg +0 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,36 @@
2
2
 
3
3
  CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangelog.com/en/1.0.0/).
4
4
 
5
+ ## [2.25.0] - 2022-05-18
6
+
7
+ ### Added
8
+
9
+ - Added icon `GoogleCloud`.
10
+
11
+ ## [2.24.0] - 2022-05-12
12
+
13
+ ### Added
14
+
15
+ - Added icon `UserShared`.
16
+
17
+ ### Changed
18
+
19
+ - Update pay icons `Visa, JCB`.
20
+
21
+ ## [2.21.0] - 2022-04-28
22
+
23
+ ### Added
24
+
25
+ - Added icons `IndentedResult, UserSharedFirst`.
26
+
27
+ ### Changed
28
+
29
+ - Changed icon `UserGroup`.
30
+
31
+ ### Removed
32
+
33
+ - Removed icons `UserGroupNo, UserShared`.
34
+
5
35
  ## [2.20.0] - 2022-03-21
6
36
 
7
37
  ### Added
File without changes
@@ -0,0 +1,60 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports["default"] = void 0;
9
+
10
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
11
+
12
+ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
13
+
14
+ var _react = _interopRequireDefault(require("react"));
15
+
16
+ var _core = require("@semcore/core");
17
+
18
+ var _icon = _interopRequireDefault(require("@semcore/icon"));
19
+
20
+ var _excluded = ["width", "height", "viewBox"];
21
+
22
+ function GoogleCloud(_ref, ref) {
23
+ var _ref$width = _ref.width,
24
+ width = _ref$width === void 0 ? '24' : _ref$width,
25
+ _ref$height = _ref.height,
26
+ height = _ref$height === void 0 ? '24' : _ref$height,
27
+ _ref$viewBox = _ref.viewBox,
28
+ viewBox = _ref$viewBox === void 0 ? '0 0 24 24' : _ref$viewBox,
29
+ props = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
30
+ return /*#__PURE__*/_react["default"].createElement(_icon["default"], (0, _extends2["default"])({
31
+ ref: ref,
32
+ "data-name": "GoogleCloud",
33
+ "data-group": "l",
34
+ width: width,
35
+ height: height,
36
+ viewBox: viewBox
37
+ }, props), /*#__PURE__*/_react["default"].createElement("path", {
38
+ d: "M20.964 8.73404C20.4771 7.01477 19.4994 5.50096 18.1869 4.34375L15.2829 7.21524C16.3421 8.06769 17.0564 9.32233 17.1865 10.7425V11.6842C17.2029 11.6842 17.2181 11.6792 17.2345 11.6792C18.7011 11.6792 20 12.8595 20 14.3097C20 15.7598 18.7017 17 17.2352 17C17.2188 17 17.2036 16.9956 17.1872 16.995V17H12.9764H12V21H17.1865V20.9975C17.2029 20.9975 17.2181 21 17.2345 21C20.9653 21 24 17.9986 24 14.3103C24 11.984 22.7912 9.9331 20.964 8.73404Z",
39
+ fill: "#1976D2",
40
+ shapeRendering: "geometricPrecision"
41
+ }), /*#__PURE__*/_react["default"].createElement("path", {
42
+ d: "M3.02454 8.74065C4.11928 4.85746 7.7286 2 12 2C14.3754 2 16.5398 2.89117 18.1869 4.34378L15.2829 7.21527C14.3861 6.49396 13.2436 6 12 6C10.494 6 9.10114 6.68537 8.1351 7.76069C7.69215 7.67035 7.23345 7.62292 6.76357 7.62292C5.38291 7.62292 4.09669 8.03459 3.02454 8.74065Z",
43
+ fill: "#FF3D00",
44
+ shapeRendering: "geometricPrecision"
45
+ }), /*#__PURE__*/_react["default"].createElement("path", {
46
+ d: "M6.76551 17H6.76425C6.37836 17 5.99098 16.9174 5.66003 16.77L2.70825 19.6492C3.84067 20.4929 5.24278 21 6.76425 21H6.76551H12V17H6.76551Z",
47
+ fill: "#4CAF50",
48
+ shapeRendering: "geometricPrecision"
49
+ }), /*#__PURE__*/_react["default"].createElement("path", {
50
+ d: "M4 14.3115C4 12.8627 5.29895 11.6824 6.76421 11.6824C7.83979 11.6824 8.77137 12.3212 9.19011 13.2399L12.1693 10.2941C10.9307 8.6691 8.97031 7.62305 6.76358 7.62305C3.03789 7.62305 0 10.6207 0 14.3115C0 16.4917 1.068 18.427 2.70821 19.6492L5.66 16.7701C4.73284 16.3592 4 15.3788 4 14.3115Z",
51
+ fill: "#FFC107",
52
+ shapeRendering: "geometricPrecision"
53
+ }));
54
+ }
55
+
56
+ GoogleCloud.displayName = 'GoogleCloud';
57
+
58
+ var _default = (0, _core.createBaseComponent)(GoogleCloud);
59
+
60
+ exports["default"] = _default;
File without changes
@@ -0,0 +1,60 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports["default"] = void 0;
9
+
10
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
11
+
12
+ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
13
+
14
+ var _react = _interopRequireDefault(require("react"));
15
+
16
+ var _core = require("@semcore/core");
17
+
18
+ var _icon = _interopRequireDefault(require("@semcore/icon"));
19
+
20
+ var _excluded = ["width", "height", "viewBox"];
21
+
22
+ function GoogleCloud(_ref, ref) {
23
+ var _ref$width = _ref.width,
24
+ width = _ref$width === void 0 ? '16' : _ref$width,
25
+ _ref$height = _ref.height,
26
+ height = _ref$height === void 0 ? '16' : _ref$height,
27
+ _ref$viewBox = _ref.viewBox,
28
+ viewBox = _ref$viewBox === void 0 ? '0 0 16 16' : _ref$viewBox,
29
+ props = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
30
+ return /*#__PURE__*/_react["default"].createElement(_icon["default"], (0, _extends2["default"])({
31
+ ref: ref,
32
+ "data-name": "GoogleCloud",
33
+ "data-group": "m",
34
+ width: width,
35
+ height: height,
36
+ viewBox: viewBox
37
+ }, props), /*#__PURE__*/_react["default"].createElement("path", {
38
+ d: "M13.976 5.60741C13.6514 4.43106 12.9996 3.3953 12.1246 2.60352L10.1886 4.56822C10.8947 5.15148 11.3709 6.00992 11.4577 6.98159V7.62595C11.4686 7.62595 11.4787 7.62254 11.4897 7.62254C12.4674 7.62254 13.3333 8.43013 13.3333 9.42231C13.3333 10.4145 12.4678 11.2631 11.4901 11.2631C11.4792 11.2631 11.4691 11.2601 11.4581 11.2597V11.2631H8.65095H8V13.9999H11.4577V13.9982C11.4686 13.9982 11.4787 13.9999 11.4897 13.9999C13.9768 13.9999 16 11.9463 16 9.42274C16 7.83106 15.1941 6.42782 13.976 5.60741Z",
39
+ fill: "#1976D2",
40
+ shapeRendering: "geometricPrecision"
41
+ }), /*#__PURE__*/_react["default"].createElement("path", {
42
+ d: "M2.01636 5.61203C2.74619 2.95511 5.1524 1 7.99999 1C9.58357 1 11.0265 1.60975 12.1246 2.60364L10.1886 4.56835C9.59073 4.07482 8.82904 3.73685 7.99999 3.73685C6.99603 3.73685 6.06743 4.20579 5.4234 4.94154C5.1281 4.87972 4.8223 4.84727 4.50905 4.84727C3.5886 4.84727 2.73113 5.12894 2.01636 5.61203Z",
43
+ fill: "#FF3D00",
44
+ shapeRendering: "geometricPrecision"
45
+ }), /*#__PURE__*/_react["default"].createElement("path", {
46
+ d: "M4.51032 11.2633H4.50948C4.25222 11.2633 3.99396 11.2068 3.77333 11.106L1.80548 13.0759C2.56043 13.6532 3.49516 14.0002 4.50948 14.0002H4.51032H8.00001V11.2633H4.51032Z",
47
+ fill: "#4CAF50",
48
+ shapeRendering: "geometricPrecision"
49
+ }), /*#__PURE__*/_react["default"].createElement("path", {
50
+ d: "M2.66667 9.42351C2.66667 8.43218 3.53263 7.62459 4.50947 7.62459C5.22653 7.62459 5.84758 8.06172 6.12674 8.69027L8.11284 6.67471C7.28716 5.56289 5.98021 4.84717 4.50905 4.84717C2.02526 4.84717 0 6.89819 0 9.42351C0 10.9152 0.712 12.2394 1.80547 13.0756L3.77333 11.1057C3.15523 10.8245 2.66667 10.1538 2.66667 9.42351Z",
51
+ fill: "#FFC107",
52
+ shapeRendering: "geometricPrecision"
53
+ }));
54
+ }
55
+
56
+ GoogleCloud.displayName = 'GoogleCloud';
57
+
58
+ var _default = (0, _core.createBaseComponent)(GoogleCloud);
59
+
60
+ exports["default"] = _default;
@@ -0,0 +1,7 @@
1
+
2
+ import React from 'react';
3
+ import { Merge } from '@semcore/core';
4
+ import { IIconProps } from '@semcore/icon';
5
+ declare const _default: import("@semcore/core").ComponentType<Merge<IIconProps, React.SVGAttributes<SVGElement>>, {}, {}>;
6
+ export default _default;
7
+
@@ -0,0 +1,49 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports["default"] = void 0;
9
+
10
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
11
+
12
+ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
13
+
14
+ var _react = _interopRequireDefault(require("react"));
15
+
16
+ var _core = require("@semcore/core");
17
+
18
+ var _icon = _interopRequireDefault(require("@semcore/icon"));
19
+
20
+ var _excluded = ["width", "height", "viewBox"];
21
+
22
+ function IndentedResult(_ref, ref) {
23
+ var _ref$width = _ref.width,
24
+ width = _ref$width === void 0 ? '24' : _ref$width,
25
+ _ref$height = _ref.height,
26
+ height = _ref$height === void 0 ? '24' : _ref$height,
27
+ _ref$viewBox = _ref.viewBox,
28
+ viewBox = _ref$viewBox === void 0 ? '0 0 24 24' : _ref$viewBox,
29
+ props = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
30
+ return /*#__PURE__*/_react["default"].createElement(_icon["default"], (0, _extends2["default"])({
31
+ ref: ref,
32
+ "data-name": "IndentedResult",
33
+ "data-group": "l",
34
+ width: width,
35
+ height: height,
36
+ viewBox: viewBox
37
+ }, props), /*#__PURE__*/_react["default"].createElement("path", {
38
+ fillRule: "evenodd",
39
+ clipRule: "evenodd",
40
+ d: "M20 3a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h17a1 1 0 0 0 1-1V3Zm-2 6V4H3v5h15ZM23 14a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h17a1 1 0 0 0 1-1v-7Zm-2 6v-5H6v5h15Z",
41
+ shapeRendering: "geometricPrecision"
42
+ }));
43
+ }
44
+
45
+ IndentedResult.displayName = 'IndentedResult';
46
+
47
+ var _default = (0, _core.createBaseComponent)(IndentedResult);
48
+
49
+ exports["default"] = _default;
@@ -0,0 +1,7 @@
1
+
2
+ import React from 'react';
3
+ import { Merge } from '@semcore/core';
4
+ import { IIconProps } from '@semcore/icon';
5
+ declare const _default: import("@semcore/core").ComponentType<Merge<IIconProps, React.SVGAttributes<SVGElement>>, {}, {}>;
6
+ export default _default;
7
+
@@ -0,0 +1,49 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports["default"] = void 0;
9
+
10
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
11
+
12
+ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
13
+
14
+ var _react = _interopRequireDefault(require("react"));
15
+
16
+ var _core = require("@semcore/core");
17
+
18
+ var _icon = _interopRequireDefault(require("@semcore/icon"));
19
+
20
+ var _excluded = ["width", "height", "viewBox"];
21
+
22
+ function IndentedResult(_ref, ref) {
23
+ var _ref$width = _ref.width,
24
+ width = _ref$width === void 0 ? '16' : _ref$width,
25
+ _ref$height = _ref.height,
26
+ height = _ref$height === void 0 ? '16' : _ref$height,
27
+ _ref$viewBox = _ref.viewBox,
28
+ viewBox = _ref$viewBox === void 0 ? '0 0 16 16' : _ref$viewBox,
29
+ props = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
30
+ return /*#__PURE__*/_react["default"].createElement(_icon["default"], (0, _extends2["default"])({
31
+ ref: ref,
32
+ "data-name": "IndentedResult",
33
+ "data-group": "m",
34
+ width: width,
35
+ height: height,
36
+ viewBox: viewBox
37
+ }, props), /*#__PURE__*/_react["default"].createElement("path", {
38
+ fillRule: "evenodd",
39
+ clipRule: "evenodd",
40
+ d: "M13 2a1 1 0 0 0-1-1H1a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1V2Zm-2 3V3H2v2h9ZM16 10a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1v-4Zm-2 3v-2H5v2h9Z",
41
+ shapeRendering: "geometricPrecision"
42
+ }));
43
+ }
44
+
45
+ IndentedResult.displayName = 'IndentedResult';
46
+
47
+ var _default = (0, _core.createBaseComponent)(IndentedResult);
48
+
49
+ exports["default"] = _default;
@@ -35,15 +35,15 @@ function UserGroup(_ref, ref) {
35
35
  height: height,
36
36
  viewBox: viewBox
37
37
  }, props), /*#__PURE__*/_react["default"].createElement("path", {
38
- d: "M1 7a5 5 0 0 1 9.17-2.759 6.962 6.962 0 0 0-1.88.822A3 3 0 1 0 5.093 9.86a7.05 7.05 0 0 0-.033 2.05A5.002 5.002 0 0 1 1 7Zm4.674 7H4a4 4 0 0 0-4 4v1h2v-1a2 2 0 0 1 2-2h3.101a7.018 7.018 0 0 1-1.427-2ZM20 16h-3.101a7.018 7.018 0 0 0 1.427-2H20a4 4 0 0 1 4 4v1h-2v-1a2 2 0 0 0-2-2Zm-1.059-4.088A5.002 5.002 0 0 0 18 2c-1.742 0-3.276.89-4.17 2.241a6.996 6.996 0 0 1 1.88.822 3 3 0 1 1 3.198 4.798 7.054 7.054 0 0 1 .033 2.05Z",
38
+ d: "M17 16h-3.101a7.018 7.018 0 0 0 1.427-2H17a4 4 0 0 1 4 4v1h-2v-1a2 2 0 0 0-2-2ZM15.941 11.912A5.002 5.002 0 0 0 15 2c-1.742 0-3.276.89-4.17 2.241.671.182 1.303.461 1.88.822a3 3 0 1 1 3.198 4.798 7.054 7.054 0 0 1 .033 2.05Z",
39
39
  shapeRendering: "geometricPrecision"
40
40
  }), /*#__PURE__*/_react["default"].createElement("path", {
41
41
  fillRule: "evenodd",
42
42
  clipRule: "evenodd",
43
- d: "M7 11a5 5 0 1 1 10 0 5 5 0 0 1-10 0Zm5-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6Z",
43
+ d: "M4 11a5 5 0 1 1 10 0 5 5 0 0 1-10 0Zm5-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6Z",
44
44
  shapeRendering: "geometricPrecision"
45
45
  }), /*#__PURE__*/_react["default"].createElement("path", {
46
- d: "M9 18a4 4 0 0 0-4 4v1h2v-1a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v1h2v-1a4 4 0 0 0-4-4H9Z",
46
+ d: "M6 18a4 4 0 0 0-4 4v1h2v-1a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v1h2v-1a4 4 0 0 0-4-4H6Z",
47
47
  shapeRendering: "geometricPrecision"
48
48
  }));
49
49
  }
@@ -35,15 +35,15 @@ function UserGroup(_ref, ref) {
35
35
  height: height,
36
36
  viewBox: viewBox
37
37
  }, props), /*#__PURE__*/_react["default"].createElement("path", {
38
- d: "M14 4a1 1 0 0 1-1.469.884C12.832 5.526 13 6.244 13 7a3 3 0 1 0-2.647-4.413C11 2.933 11.563 3.417 12 4a1 1 0 0 1 2 0ZM3.1 8H3a3 3 0 0 0-3 3v1h2v-1a1 1 0 0 1 1-1h1a4.977 4.977 0 0 1-.9-2Zm8.9 2h1a1 1 0 0 1 1 1v1h2v-1a3 3 0 0 0-3-3h-.1a4.977 4.977 0 0 1-.9 2ZM3 5c.17 0 .329-.042.469-.116A4.974 4.974 0 0 0 3 7a3 3 0 1 1 2.647-4.413C5 2.933 4.437 3.417 4 4a1 1 0 1 0-1 1Z",
38
+ d: "M10.027 3.766A5.514 5.514 0 0 0 8.77 1.994a3 3 0 1 1 1.65 4.95 5.529 5.529 0 0 0-.057-2.174 1 1 0 1 0-.334-1.004ZM12.5 10h-1.126a6.032 6.032 0 0 0-1.495-1.459c.091-.175.174-.355.246-.541H12.5a3.5 3.5 0 0 1 3.5 3.5V13h-2v-1.5a1.5 1.5 0 0 0-1.5-1.5Z",
39
39
  shapeRendering: "geometricPrecision"
40
40
  }), /*#__PURE__*/_react["default"].createElement("path", {
41
41
  fillRule: "evenodd",
42
42
  clipRule: "evenodd",
43
- d: "M8 10a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm0-2a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z",
43
+ d: "M5 9a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm0-2a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z",
44
44
  shapeRendering: "geometricPrecision"
45
45
  }), /*#__PURE__*/_react["default"].createElement("path", {
46
- d: "M6 11a3 3 0 0 0-3 3v1h2v-1a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v1h2v-1a3 3 0 0 0-3-3H6Z",
46
+ d: "M3.5 10A3.5 3.5 0 0 0 0 13.5V15h2v-1.5A1.5 1.5 0 0 1 3.5 12h3A1.5 1.5 0 0 1 8 13.5V15h2v-1.5A3.5 3.5 0 0 0 6.5 10h-3Z",
47
47
  shapeRendering: "geometricPrecision"
48
48
  }));
49
49
  }
@@ -0,0 +1,7 @@
1
+
2
+ import React from 'react';
3
+ import { Merge } from '@semcore/core';
4
+ import { IIconProps } from '@semcore/icon';
5
+ declare const _default: import("@semcore/core").ComponentType<Merge<IIconProps, React.SVGAttributes<SVGElement>>, {}, {}>;
6
+ export default _default;
7
+
@@ -19,7 +19,7 @@ var _icon = _interopRequireDefault(require("@semcore/icon"));
19
19
 
20
20
  var _excluded = ["width", "height", "viewBox"];
21
21
 
22
- function UserGroupNo(_ref, ref) {
22
+ function UserSharedFirst(_ref, ref) {
23
23
  var _ref$width = _ref.width,
24
24
  width = _ref$width === void 0 ? '24' : _ref$width,
25
25
  _ref$height = _ref.height,
@@ -29,7 +29,7 @@ function UserGroupNo(_ref, ref) {
29
29
  props = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
30
30
  return /*#__PURE__*/_react["default"].createElement(_icon["default"], (0, _extends2["default"])({
31
31
  ref: ref,
32
- "data-name": "UserGroupNo",
32
+ "data-name": "UserSharedFirst",
33
33
  "data-group": "l",
34
34
  width: width,
35
35
  height: height,
@@ -37,19 +37,16 @@ function UserGroupNo(_ref, ref) {
37
37
  }, props), /*#__PURE__*/_react["default"].createElement("path", {
38
38
  fillRule: "evenodd",
39
39
  clipRule: "evenodd",
40
- d: "m22.707 2.707-.97.97a5.002 5.002 0 0 1-2.795 8.234 7.068 7.068 0 0 0-.034-2.05 3.001 3.001 0 0 0 1.41-4.765l-3.787 3.787a5 5 0 0 1-6.648 6.648L7.414 18H15a4 4 0 0 1 4 4v1h-2v-1a2 2 0 0 0-2-2H5.414l-2.707 2.707a1 1 0 0 1-1.414-1.414l20-20a1 1 0 1 1 1.414 1.414ZM11.462 13.952l3.49-3.49a3 3 0 0 1-3.49 3.49Z",
40
+ d: "M4 8a5 5 0 1 1 10 0A5 5 0 0 1 4 8Zm5-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6Z",
41
41
  shapeRendering: "geometricPrecision"
42
42
  }), /*#__PURE__*/_react["default"].createElement("path", {
43
- d: "m1 19 1-1a2 2 0 0 1 2-2l1.782-1.782A7.017 7.017 0 0 1 5.674 14H4a4 4 0 0 0-4 4v1h1ZM12 6a4.99 4.99 0 0 1 1.703.297L12 8a3 3 0 0 0-3 3l-1.703 1.703A5 5 0 0 1 12 6Zm6-4c-1.742 0-3.276.89-4.17 2.241.485.132.95.314 1.388.54L18 2Z",
44
- shapeRendering: "geometricPrecision"
45
- }), /*#__PURE__*/_react["default"].createElement("path", {
46
- d: "M1 7a5 5 0 0 1 9.17-2.759 6.962 6.962 0 0 0-1.88.822A3 3 0 1 0 5.093 9.86a7.05 7.05 0 0 0-.033 2.05A5.002 5.002 0 0 1 1 7Zm19 9h-3.101a7.018 7.018 0 0 0 1.427-2H20a4 4 0 0 1 4 4v1h-2v-1a2 2 0 0 0-2-2Z",
43
+ d: "M1 19.5A4.5 4.5 0 0 1 5.5 15h7a4.5 4.5 0 0 1 4.5 4.5v.5h-2v-.5a2.5 2.5 0 0 0-2.5-2.5h-7A2.5 2.5 0 0 0 3 19.5v.5H1v-.5ZM16 12a1 1 0 0 1 1-1h2V9a1 1 0 1 1 2 0v2h2a1 1 0 1 1 0 2h-2v2a1 1 0 1 1-2 0v-2h-2a1 1 0 0 1-1-1Z",
47
44
  shapeRendering: "geometricPrecision"
48
45
  }));
49
46
  }
50
47
 
51
- UserGroupNo.displayName = 'UserGroupNo';
48
+ UserSharedFirst.displayName = 'UserSharedFirst';
52
49
 
53
- var _default = (0, _core.createBaseComponent)(UserGroupNo);
50
+ var _default = (0, _core.createBaseComponent)(UserSharedFirst);
54
51
 
55
52
  exports["default"] = _default;
@@ -0,0 +1,7 @@
1
+
2
+ import React from 'react';
3
+ import { Merge } from '@semcore/core';
4
+ import { IIconProps } from '@semcore/icon';
5
+ declare const _default: import("@semcore/core").ComponentType<Merge<IIconProps, React.SVGAttributes<SVGElement>>, {}, {}>;
6
+ export default _default;
7
+
@@ -19,7 +19,7 @@ var _icon = _interopRequireDefault(require("@semcore/icon"));
19
19
 
20
20
  var _excluded = ["width", "height", "viewBox"];
21
21
 
22
- function UserGroupNo(_ref, ref) {
22
+ function UserSharedFirst(_ref, ref) {
23
23
  var _ref$width = _ref.width,
24
24
  width = _ref$width === void 0 ? '16' : _ref$width,
25
25
  _ref$height = _ref.height,
@@ -29,22 +29,24 @@ function UserGroupNo(_ref, ref) {
29
29
  props = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
30
30
  return /*#__PURE__*/_react["default"].createElement(_icon["default"], (0, _extends2["default"])({
31
31
  ref: ref,
32
- "data-name": "UserGroupNo",
32
+ "data-name": "UserSharedFirst",
33
33
  "data-group": "m",
34
34
  width: width,
35
35
  height: height,
36
36
  viewBox: viewBox
37
37
  }, props), /*#__PURE__*/_react["default"].createElement("path", {
38
- d: "m15.707 1.707-.389.389A3 3 0 0 1 13 7c0-.756-.168-1.474-.469-2.116a1 1 0 0 0 1.352-1.353l-2.931 2.931a3 3 0 0 1-3.49 3.49L6.414 11H10a3 3 0 0 1 3 3v1h-2v-1a1 1 0 0 0-1-1H4.414l-1.707 1.707-1 1a1 1 0 0 1-1.414-1.414l1-1 13-13a1 1 0 1 1 1.414 1.414ZM3 5c.17 0 .329-.042.469-.116A4.974 4.974 0 0 0 3 7a3 3 0 1 1 2.647-4.413C5 2.933 4.437 3.417 4 4a1 1 0 1 0-1 1Zm2 2 3-3a3 3 0 0 0-3 3ZM3.1 8c.049.24.115.476.197.703L0 12v-1a3 3 0 0 1 3-3h.1Z",
38
+ fillRule: "evenodd",
39
+ clipRule: "evenodd",
40
+ d: "M5 3a3 3 0 1 0 0 6 3 3 0 0 0 0-6ZM4 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0Z",
39
41
  shapeRendering: "geometricPrecision"
40
42
  }), /*#__PURE__*/_react["default"].createElement("path", {
41
- d: "M12 10h1a1 1 0 0 1 1 1v1h2v-1a3 3 0 0 0-3-3h-.1a4.977 4.977 0 0 1-.9 2Z",
43
+ d: "M3 10a3 3 0 0 0-3 3v1h2v-1a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v1h2v-1a3 3 0 0 0-3-3H3ZM13 5a1 1 0 0 1 1 1v1h1a1 1 0 1 1 0 2h-1v1a1 1 0 1 1-2 0V9h-1a1 1 0 1 1 0-2h1V6a1 1 0 0 1 1-1Z",
42
44
  shapeRendering: "geometricPrecision"
43
45
  }));
44
46
  }
45
47
 
46
- UserGroupNo.displayName = 'UserGroupNo';
48
+ UserSharedFirst.displayName = 'UserSharedFirst';
47
49
 
48
- var _default = (0, _core.createBaseComponent)(UserGroupNo);
50
+ var _default = (0, _core.createBaseComponent)(UserSharedFirst);
49
51
 
50
52
  exports["default"] = _default;
@@ -97,7 +97,7 @@ function MicrosoftOffice(_ref, ref) {
97
97
  offset: ".94",
98
98
  stopColor: "#B95799"
99
99
  }), /*#__PURE__*/_react["default"].createElement("stop", {
100
- offset: 1,
100
+ offset: "1",
101
101
  stopColor: "#B85BA2"
102
102
  })), /*#__PURE__*/_react["default"].createElement("linearGradient", {
103
103
  id: "c",
@@ -121,8 +121,8 @@ function MicrosoftOffice(_ref, ref) {
121
121
  }, /*#__PURE__*/_react["default"].createElement("stop", {
122
122
  stopOpacity: ".4"
123
123
  }), /*#__PURE__*/_react["default"].createElement("stop", {
124
- offset: 1,
125
- stopOpacity: 0
124
+ offset: "1",
125
+ stopOpacity: "0"
126
126
  })), /*#__PURE__*/_react["default"].createElement("linearGradient", {
127
127
  id: "e",
128
128
  x1: "18.17",
@@ -133,8 +133,8 @@ function MicrosoftOffice(_ref, ref) {
133
133
  }, /*#__PURE__*/_react["default"].createElement("stop", {
134
134
  stopOpacity: ".4"
135
135
  }), /*#__PURE__*/_react["default"].createElement("stop", {
136
- offset: 1,
137
- stopOpacity: 0
136
+ offset: "1",
137
+ stopOpacity: "0"
138
138
  }))));
139
139
  }
140
140
 
@@ -97,7 +97,7 @@ function MicrosoftOffice(_ref, ref) {
97
97
  offset: ".94",
98
98
  stopColor: "#B95799"
99
99
  }), /*#__PURE__*/_react["default"].createElement("stop", {
100
- offset: 1,
100
+ offset: "1",
101
101
  stopColor: "#B85BA2"
102
102
  })), /*#__PURE__*/_react["default"].createElement("linearGradient", {
103
103
  id: "c",
@@ -121,8 +121,8 @@ function MicrosoftOffice(_ref, ref) {
121
121
  }, /*#__PURE__*/_react["default"].createElement("stop", {
122
122
  stopOpacity: ".4"
123
123
  }), /*#__PURE__*/_react["default"].createElement("stop", {
124
- offset: 1,
125
- stopOpacity: 0
124
+ offset: "1",
125
+ stopOpacity: "0"
126
126
  })), /*#__PURE__*/_react["default"].createElement("linearGradient", {
127
127
  id: "e",
128
128
  x1: "12.38",
@@ -133,8 +133,8 @@ function MicrosoftOffice(_ref, ref) {
133
133
  }, /*#__PURE__*/_react["default"].createElement("stop", {
134
134
  stopOpacity: ".4"
135
135
  }), /*#__PURE__*/_react["default"].createElement("stop", {
136
- offset: 1,
137
- stopOpacity: 0
136
+ offset: "1",
137
+ stopOpacity: "0"
138
138
  }))));
139
139
  }
140
140
 
@@ -39,11 +39,11 @@ function MicrosoftOutlook(_ref, ref) {
39
39
  fill: "#0A2767",
40
40
  shapeRendering: "geometricPrecision"
41
41
  }), /*#__PURE__*/_react["default"].createElement("rect", {
42
- x: 7,
43
- y: 1,
44
- width: 15,
45
- height: 16,
46
- rx: 1,
42
+ x: "7",
43
+ y: "1",
44
+ width: "15",
45
+ height: "16",
46
+ rx: "1",
47
47
  fill: "#0364B8"
48
48
  }), /*#__PURE__*/_react["default"].createElement("path", {
49
49
  d: "M17 4h-5v5h5v5h5V9h-5V4Z",
@@ -39,10 +39,10 @@ function MicrosoftOutlook(_ref, ref) {
39
39
  fill: "#0A2767",
40
40
  shapeRendering: "geometricPrecision"
41
41
  }), /*#__PURE__*/_react["default"].createElement("rect", {
42
- x: 4,
43
- width: 11,
44
- height: 11,
45
- rx: 1,
42
+ x: "4",
43
+ width: "11",
44
+ height: "11",
45
+ rx: "1",
46
46
  fill: "#0364B8"
47
47
  }), /*#__PURE__*/_react["default"].createElement("path", {
48
48
  d: "M11.33 2H7.67v3.77h3.66v3.76H15V5.77h-3.67V2Z",
@@ -41,10 +41,10 @@ function MathMinus(_ref, ref) {
41
41
  viewBox: viewBox
42
42
  }, props), /*#__PURE__*/_react["default"].createElement("rect", {
43
43
  id: "s-a",
44
- width: 12,
45
- height: 2,
46
- x: 2,
47
- y: 7
44
+ width: "12",
45
+ height: "2",
46
+ x: "2",
47
+ y: "7"
48
48
  }));
49
49
  }
50
50
 
@@ -40,10 +40,10 @@ function MathMinus(_ref, ref) {
40
40
  height: height,
41
41
  viewBox: viewBox
42
42
  }, props), /*#__PURE__*/_react["default"].createElement("rect", {
43
- width: 10,
44
- height: 2,
45
- x: 1,
46
- y: 5
43
+ width: "10",
44
+ height: "2",
45
+ x: "1",
46
+ y: "5"
47
47
  }));
48
48
  }
49
49
 
package/lib/cjs/Icon.js CHANGED
@@ -46,16 +46,16 @@ var styles = (
46
46
  /*__reshadow_css_start__*/
47
47
  _core.sstyled.insert(
48
48
  /*__inner_css_start__*/
49
- ".___SIcon_1n8nw_gg_{display:inline-block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;shape-rendering:geometricPrecision;box-sizing:content-box;fill:currentColor;flex-shrink:0;outline:none;color:var(--color_3mutke)}.___SIcon_1n8nw_gg_.__keyboardFocused_1n8nw_gg_{box-shadow:0 0 0 3px rgba(43, 148, 225, 0.3)}.___SIcon_1n8nw_gg_.__interactive_1n8nw_gg_{cursor:pointer}.___SIcon_1n8nw_gg_.__interactive_1n8nw_gg_:hover{color:var(--color-interactive_3mutke)}"
49
+ ".___SIcon_1ody4_gg_{display:inline-block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;shape-rendering:geometricPrecision;box-sizing:content-box;fill:currentColor;flex-shrink:0;outline:none;color:var(--color_1yueufi)}.___SIcon_1ody4_gg_.__keyboardFocused_1ody4_gg_{box-shadow:0 0 0 3px rgba(0, 143, 248, 0.2)}.___SIcon_1ody4_gg_.__interactive_1ody4_gg_{cursor:pointer}.___SIcon_1ody4_gg_.__interactive_1ody4_gg_:hover{color:var(--color-interactive_1yueufi)}"
50
50
  /*__inner_css_end__*/
51
- , "3mutke_gg_")
51
+ , "1yueufi_gg_")
52
52
  /*__reshadow_css_end__*/
53
53
  , {
54
- "__SIcon": "___SIcon_1n8nw_gg_",
55
- "--color": "--color_3mutke",
56
- "_keyboardFocused": "__keyboardFocused_1n8nw_gg_",
57
- "_interactive": "__interactive_1n8nw_gg_",
58
- "--color-interactive": "--color-interactive_3mutke"
54
+ "__SIcon": "___SIcon_1ody4_gg_",
55
+ "--color": "--color_1yueufi",
56
+ "_keyboardFocused": "__keyboardFocused_1ody4_gg_",
57
+ "_interactive": "__interactive_1ody4_gg_",
58
+ "--color-interactive": "--color-interactive_1yueufi"
59
59
  }); // TODO: сделать useIcon?
60
60
 
61
61
  function Icon(props, ref) {
@@ -0,0 +1,17 @@
1
+ import { IBoxProps } from '@semcore/flex-box';
2
+ import { IKeyboardFocusProps } from '@semcore/utils/lib/enhances/keyboardFocusEnhance';
3
+ import { ReturnEl } from '@semcore/core';
4
+
5
+ export interface IIconProps extends IBoxProps, IKeyboardFocusProps {
6
+ width?: string | number;
7
+ height?: string | number;
8
+ viewBox?: string;
9
+ /** Make an icon interactive */
10
+ interactive?: boolean;
11
+ /** Icon color */
12
+ color?: string;
13
+ }
14
+
15
+ declare const Icon: <T>(props: IIconProps & T) => ReturnEl;
16
+
17
+ export default Icon;
package/lib/cjs/index.js CHANGED
@@ -1,11 +1,10 @@
1
1
  "use strict";
2
2
 
3
- var _typeof = require("@babel/runtime/helpers/typeof");
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
4
 
5
5
  Object.defineProperty(exports, "__esModule", {
6
6
  value: true
7
7
  });
8
- var _exportNames = {};
9
8
  Object.defineProperty(exports, "default", {
10
9
  enumerable: true,
11
10
  get: function get() {
@@ -13,21 +12,5 @@ Object.defineProperty(exports, "default", {
13
12
  }
14
13
  });
15
14
 
16
- var _Icon = _interopRequireWildcard(require("./Icon"));
17
-
18
- Object.keys(_Icon).forEach(function (key) {
19
- if (key === "default" || key === "__esModule") return;
20
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
21
- if (key in exports && exports[key] === _Icon[key]) return;
22
- Object.defineProperty(exports, key, {
23
- enumerable: true,
24
- get: function get() {
25
- return _Icon[key];
26
- }
27
- });
28
- });
29
-
30
- function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
31
-
32
- function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
15
+ var _Icon = _interopRequireDefault(require("./Icon"));
33
16
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.js"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA;;AACA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA","sourcesContent":["export { default } from './Icon';\nexport * from './Icon';\n"],"file":"index.js"}
1
+ {"version":3,"sources":["../../src/index.js"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA","sourcesContent":["export { default } from './Icon';\n"],"file":"index.js"}
@@ -12,7 +12,7 @@ SIcon {
12
12
  }
13
13
 
14
14
  SIcon[keyboardFocused] {
15
- box-shadow: var(--keyborad-focus);
15
+ box-shadow: var(--keyboard-focus);
16
16
  }
17
17
 
18
18
  SIcon[interactive] {
package/lib/es6/Icon.js CHANGED
@@ -22,16 +22,16 @@ var styles = (
22
22
  /*__reshadow_css_start__*/
23
23
  _sstyled.insert(
24
24
  /*__inner_css_start__*/
25
- ".___SIcon_1n8nw_gg_{display:inline-block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;shape-rendering:geometricPrecision;box-sizing:content-box;fill:currentColor;flex-shrink:0;outline:none;color:var(--color_3mutke)}.___SIcon_1n8nw_gg_.__keyboardFocused_1n8nw_gg_{box-shadow:0 0 0 3px rgba(43, 148, 225, 0.3)}.___SIcon_1n8nw_gg_.__interactive_1n8nw_gg_{cursor:pointer}.___SIcon_1n8nw_gg_.__interactive_1n8nw_gg_:hover{color:var(--color-interactive_3mutke)}"
25
+ ".___SIcon_1ody4_gg_{display:inline-block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;shape-rendering:geometricPrecision;box-sizing:content-box;fill:currentColor;flex-shrink:0;outline:none;color:var(--color_1yueufi)}.___SIcon_1ody4_gg_.__keyboardFocused_1ody4_gg_{box-shadow:0 0 0 3px rgba(0, 143, 248, 0.2)}.___SIcon_1ody4_gg_.__interactive_1ody4_gg_{cursor:pointer}.___SIcon_1ody4_gg_.__interactive_1ody4_gg_:hover{color:var(--color-interactive_1yueufi)}"
26
26
  /*__inner_css_end__*/
27
- , "3mutke_gg_")
27
+ , "1yueufi_gg_")
28
28
  /*__reshadow_css_end__*/
29
29
  , {
30
- "__SIcon": "___SIcon_1n8nw_gg_",
31
- "--color": "--color_3mutke",
32
- "_keyboardFocused": "__keyboardFocused_1n8nw_gg_",
33
- "_interactive": "__interactive_1n8nw_gg_",
34
- "--color-interactive": "--color-interactive_3mutke"
30
+ "__SIcon": "___SIcon_1ody4_gg_",
31
+ "--color": "--color_1yueufi",
32
+ "_keyboardFocused": "__keyboardFocused_1ody4_gg_",
33
+ "_interactive": "__interactive_1ody4_gg_",
34
+ "--color-interactive": "--color-interactive_1yueufi"
35
35
  }); // TODO: сделать useIcon?
36
36
 
37
37
  function Icon(props, ref) {
@@ -0,0 +1,17 @@
1
+ import { IBoxProps } from '@semcore/flex-box';
2
+ import { IKeyboardFocusProps } from '@semcore/utils/lib/enhances/keyboardFocusEnhance';
3
+ import { ReturnEl } from '@semcore/core';
4
+
5
+ export interface IIconProps extends IBoxProps, IKeyboardFocusProps {
6
+ width?: string | number;
7
+ height?: string | number;
8
+ viewBox?: string;
9
+ /** Make an icon interactive */
10
+ interactive?: boolean;
11
+ /** Icon color */
12
+ color?: string;
13
+ }
14
+
15
+ declare const Icon: <T>(props: IIconProps & T) => ReturnEl;
16
+
17
+ export default Icon;
package/lib/es6/index.js CHANGED
@@ -1,3 +1,2 @@
1
1
  export { default } from './Icon';
2
- export * from './Icon';
3
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.js"],"names":["default"],"mappings":"AAAA,SAASA,OAAT,QAAwB,QAAxB;AACA,cAAc,QAAd","sourcesContent":["export { default } from './Icon';\nexport * from './Icon';\n"],"file":"index.js"}
1
+ {"version":3,"sources":["../../src/index.js"],"names":["default"],"mappings":"AAAA,SAASA,OAAT,QAAwB,QAAxB","sourcesContent":["export { default } from './Icon';\n"],"file":"index.js"}
@@ -12,7 +12,7 @@ SIcon {
12
12
  }
13
13
 
14
14
  SIcon[keyboardFocused] {
15
- box-shadow: var(--keyborad-focus);
15
+ box-shadow: var(--keyboard-focus);
16
16
  }
17
17
 
18
18
  SIcon[interactive] {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@semcore/icon",
3
3
  "description": "SEMRush Icon Component",
4
- "version": "2.20.0",
4
+ "version": "2.25.0",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/es6/index.js",
7
7
  "typings": "lib/types/index.d.ts",
@@ -16,7 +16,8 @@
16
16
  },
17
17
  "dependencies": {
18
18
  "@semcore/utils": "^3.15",
19
- "@semcore/flex-box": "^4"
19
+ "@semcore/flex-box": "^4",
20
+ "classnames": "2.2.6"
20
21
  },
21
22
  "peerDependencies": {
22
23
  "@semcore/core": "^1.11",
@@ -29,5 +30,8 @@
29
30
  "type": "git",
30
31
  "url": "https://github.com/semrush/intergalactic.git",
31
32
  "directory": "semcore/icon"
33
+ },
34
+ "devDependencies": {
35
+ "@semcore/jest-preset-ui": "1.0.0"
32
36
  }
33
37
  }
@@ -41,39 +41,39 @@ function CreditCard(_ref, ref) {
41
41
  fill: "#8A8E9B",
42
42
  shapeRendering: "geometricPrecision"
43
43
  }), /*#__PURE__*/_react["default"].createElement("rect", {
44
- x: 4,
45
- y: 6,
46
- width: 12,
47
- height: 3,
44
+ x: "4",
45
+ y: "6",
46
+ width: "12",
47
+ height: "3",
48
48
  rx: "1.5",
49
49
  fill: "#F4F5F9"
50
50
  }), /*#__PURE__*/_react["default"].createElement("rect", {
51
- x: 4,
52
- y: 16,
53
- width: 4,
54
- height: 2,
55
- rx: 1,
51
+ x: "4",
52
+ y: "16",
53
+ width: "4",
54
+ height: "2",
55
+ rx: "1",
56
56
  fill: "#E0E1E9"
57
57
  }), /*#__PURE__*/_react["default"].createElement("rect", {
58
- x: 10,
59
- y: 16,
60
- width: 4,
61
- height: 2,
62
- rx: 1,
58
+ x: "10",
59
+ y: "16",
60
+ width: "4",
61
+ height: "2",
62
+ rx: "1",
63
63
  fill: "#E0E1E9"
64
64
  }), /*#__PURE__*/_react["default"].createElement("rect", {
65
- x: 16,
66
- y: 16,
67
- width: 4,
68
- height: 2,
69
- rx: 1,
65
+ x: "16",
66
+ y: "16",
67
+ width: "4",
68
+ height: "2",
69
+ rx: "1",
70
70
  fill: "#E0E1E9"
71
71
  }), /*#__PURE__*/_react["default"].createElement("rect", {
72
- x: 22,
73
- y: 16,
74
- width: 4,
75
- height: 2,
76
- rx: 1,
72
+ x: "22",
73
+ y: "16",
74
+ width: "4",
75
+ height: "2",
76
+ rx: "1",
77
77
  fill: "#E0E1E9"
78
78
  }));
79
79
  }
@@ -42,10 +42,10 @@ function CreditCard(_ref, ref) {
42
42
  shapeRendering: "geometricPrecision"
43
43
  }), /*#__PURE__*/_react["default"].createElement("rect", {
44
44
  x: "2.63",
45
- y: 4,
45
+ y: "4",
46
46
  width: "7.88",
47
- height: 2,
48
- rx: 1,
47
+ height: "2",
48
+ rx: "1",
49
49
  fill: "#F4F5F9"
50
50
  }), /*#__PURE__*/_react["default"].createElement("rect", {
51
51
  x: "2.63",
@@ -64,15 +64,15 @@ function Discover(_ref, ref) {
64
64
  shapeRendering: "geometricPrecision"
65
65
  }), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("radialGradient", {
66
66
  id: "a",
67
- cx: 0,
68
- cy: 0,
69
- r: 1,
67
+ cx: "0",
68
+ cy: "0",
69
+ r: "1",
70
70
  gradientUnits: "userSpaceOnUse",
71
71
  gradientTransform: "matrix(-1.5 -3 3 -1.5 18.5 13)"
72
72
  }, /*#__PURE__*/_react["default"].createElement("stop", {
73
73
  stopColor: "#FF8400"
74
74
  }), /*#__PURE__*/_react["default"].createElement("stop", {
75
- offset: 1,
75
+ offset: "1",
76
76
  stopColor: "#CC3F00"
77
77
  }))));
78
78
  }
@@ -64,15 +64,15 @@ function Discover(_ref, ref) {
64
64
  shapeRendering: "geometricPrecision"
65
65
  }), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("radialGradient", {
66
66
  id: "a",
67
- cx: 0,
68
- cy: 0,
69
- r: 1,
67
+ cx: "0",
68
+ cy: "0",
69
+ r: "1",
70
70
  gradientUnits: "userSpaceOnUse",
71
71
  gradientTransform: "matrix(-.98438 -2 1.98103 -.97504 12.14 8.67)"
72
72
  }, /*#__PURE__*/_react["default"].createElement("stop", {
73
73
  stopColor: "#FF8400"
74
74
  }), /*#__PURE__*/_react["default"].createElement("stop", {
75
- offset: 1,
75
+ offset: "1",
76
76
  stopColor: "#CC3F00"
77
77
  }))));
78
78
  }
@@ -74,7 +74,7 @@ function JCB(_ref, ref) {
74
74
  offset: ".74",
75
75
  stopColor: "#40A737"
76
76
  }), /*#__PURE__*/_react["default"].createElement("stop", {
77
- offset: 1,
77
+ offset: "1",
78
78
  stopColor: "#5CB531"
79
79
  })), /*#__PURE__*/_react["default"].createElement("linearGradient", {
80
80
  id: "b",
@@ -92,7 +92,7 @@ function JCB(_ref, ref) {
92
92
  offset: ".74",
93
93
  stopColor: "#40A737"
94
94
  }), /*#__PURE__*/_react["default"].createElement("stop", {
95
- offset: 1,
95
+ offset: "1",
96
96
  stopColor: "#5CB531"
97
97
  })), /*#__PURE__*/_react["default"].createElement("linearGradient", {
98
98
  id: "c",
@@ -110,14 +110,14 @@ function JCB(_ref, ref) {
110
110
  offset: ".74",
111
111
  stopColor: "#40A737"
112
112
  }), /*#__PURE__*/_react["default"].createElement("stop", {
113
- offset: 1,
113
+ offset: "1",
114
114
  stopColor: "#5CB531"
115
115
  })), /*#__PURE__*/_react["default"].createElement("linearGradient", {
116
116
  id: "d",
117
117
  x1: "2.01",
118
- y1: 12,
118
+ y1: "12",
119
119
  x2: "10.14",
120
- y2: 12,
120
+ y2: "12",
121
121
  gradientUnits: "userSpaceOnUse"
122
122
  }, /*#__PURE__*/_react["default"].createElement("stop", {
123
123
  stopColor: "#1F286F"
@@ -128,7 +128,7 @@ function JCB(_ref, ref) {
128
128
  offset: ".83",
129
129
  stopColor: "#0066B1"
130
130
  }), /*#__PURE__*/_react["default"].createElement("stop", {
131
- offset: 1,
131
+ offset: "1",
132
132
  stopColor: "#006FBC"
133
133
  })), /*#__PURE__*/_react["default"].createElement("linearGradient", {
134
134
  id: "e",
@@ -149,7 +149,7 @@ function JCB(_ref, ref) {
149
149
  offset: ".86",
150
150
  stopColor: "#DC0436"
151
151
  }), /*#__PURE__*/_react["default"].createElement("stop", {
152
- offset: 1,
152
+ offset: "1",
153
153
  stopColor: "#E60039"
154
154
  }))));
155
155
  }
@@ -74,7 +74,7 @@ function JCB(_ref, ref) {
74
74
  offset: ".74",
75
75
  stopColor: "#40A737"
76
76
  }), /*#__PURE__*/_react["default"].createElement("stop", {
77
- offset: 1,
77
+ offset: "1",
78
78
  stopColor: "#5CB531"
79
79
  })), /*#__PURE__*/_react["default"].createElement("linearGradient", {
80
80
  id: "b",
@@ -92,7 +92,7 @@ function JCB(_ref, ref) {
92
92
  offset: ".74",
93
93
  stopColor: "#40A737"
94
94
  }), /*#__PURE__*/_react["default"].createElement("stop", {
95
- offset: 1,
95
+ offset: "1",
96
96
  stopColor: "#5CB531"
97
97
  })), /*#__PURE__*/_react["default"].createElement("linearGradient", {
98
98
  id: "c",
@@ -110,14 +110,14 @@ function JCB(_ref, ref) {
110
110
  offset: ".74",
111
111
  stopColor: "#40A737"
112
112
  }), /*#__PURE__*/_react["default"].createElement("stop", {
113
- offset: 1,
113
+ offset: "1",
114
114
  stopColor: "#5CB531"
115
115
  })), /*#__PURE__*/_react["default"].createElement("linearGradient", {
116
116
  id: "d",
117
117
  x1: "1.32",
118
- y1: 8,
118
+ y1: "8",
119
119
  x2: "6.66",
120
- y2: 8,
120
+ y2: "8",
121
121
  gradientUnits: "userSpaceOnUse"
122
122
  }, /*#__PURE__*/_react["default"].createElement("stop", {
123
123
  stopColor: "#1F286F"
@@ -128,7 +128,7 @@ function JCB(_ref, ref) {
128
128
  offset: ".83",
129
129
  stopColor: "#0066B1"
130
130
  }), /*#__PURE__*/_react["default"].createElement("stop", {
131
- offset: 1,
131
+ offset: "1",
132
132
  stopColor: "#006FBC"
133
133
  })), /*#__PURE__*/_react["default"].createElement("linearGradient", {
134
134
  id: "e",
@@ -149,7 +149,7 @@ function JCB(_ref, ref) {
149
149
  offset: ".86",
150
150
  stopColor: "#DC0436"
151
151
  }), /*#__PURE__*/_react["default"].createElement("stop", {
152
- offset: 1,
152
+ offset: "1",
153
153
  stopColor: "#E60039"
154
154
  }))));
155
155
  }
@@ -50,15 +50,15 @@ function Visa(_ref, ref) {
50
50
  shapeRendering: "geometricPrecision"
51
51
  }), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("linearGradient", {
52
52
  id: "a",
53
- x1: 0,
54
- y1: 24,
55
- x2: 32,
56
- y2: 24,
53
+ x1: "0",
54
+ y1: "24",
55
+ x2: "32",
56
+ y2: "24",
57
57
  gradientUnits: "userSpaceOnUse"
58
58
  }, /*#__PURE__*/_react["default"].createElement("stop", {
59
59
  stopColor: "#201D66"
60
60
  }), /*#__PURE__*/_react["default"].createElement("stop", {
61
- offset: 1,
61
+ offset: "1",
62
62
  stopColor: "#054CA4"
63
63
  }))));
64
64
  }
@@ -50,15 +50,15 @@ function Visa(_ref, ref) {
50
50
  shapeRendering: "geometricPrecision"
51
51
  }), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("linearGradient", {
52
52
  id: "a",
53
- x1: 0,
54
- y1: 16,
55
- x2: 21,
56
- y2: 16,
53
+ x1: "0",
54
+ y1: "16",
55
+ x2: "21",
56
+ y2: "16",
57
57
  gradientUnits: "userSpaceOnUse"
58
58
  }, /*#__PURE__*/_react["default"].createElement("stop", {
59
59
  stopColor: "#201D66"
60
60
  }), /*#__PURE__*/_react["default"].createElement("stop", {
61
- offset: 1,
61
+ offset: "1",
62
62
  stopColor: "#054CA4"
63
63
  }))));
64
64
  }
package/src/index.js CHANGED
@@ -1,2 +1 @@
1
1
  export { default } from './Icon';
2
- export * from './Icon';
@@ -12,7 +12,7 @@ SIcon {
12
12
  }
13
13
 
14
14
  SIcon[keyboardFocused] {
15
- box-shadow: var(--keyborad-focus);
15
+ box-shadow: var(--keyboard-focus);
16
16
  }
17
17
 
18
18
  SIcon[interactive] {
@@ -0,0 +1,6 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M20.964 8.73404C20.4771 7.01477 19.4994 5.50096 18.1869 4.34375L15.2829 7.21524C16.3421 8.06769 17.0564 9.32233 17.1865 10.7425V11.6842C17.2029 11.6842 17.2181 11.6792 17.2345 11.6792C18.7011 11.6792 20 12.8595 20 14.3097C20 15.7598 18.7017 17 17.2352 17C17.2188 17 17.2036 16.9956 17.1872 16.995V17H12.9764H12V21H17.1865V20.9975C17.2029 20.9975 17.2181 21 17.2345 21C20.9653 21 24 17.9986 24 14.3103C24 11.984 22.7912 9.9331 20.964 8.73404Z" fill="#1976D2"/>
3
+ <path d="M3.02454 8.74065C4.11928 4.85746 7.7286 2 12 2C14.3754 2 16.5398 2.89117 18.1869 4.34378L15.2829 7.21527C14.3861 6.49396 13.2436 6 12 6C10.494 6 9.10114 6.68537 8.1351 7.76069C7.69215 7.67035 7.23345 7.62292 6.76357 7.62292C5.38291 7.62292 4.09669 8.03459 3.02454 8.74065Z" fill="#FF3D00"/>
4
+ <path d="M6.76551 17H6.76425C6.37836 17 5.99098 16.9174 5.66003 16.77L2.70825 19.6492C3.84067 20.4929 5.24278 21 6.76425 21H6.76551H12V17H6.76551Z" fill="#4CAF50"/>
5
+ <path d="M4 14.3115C4 12.8627 5.29895 11.6824 6.76421 11.6824C7.83979 11.6824 8.77137 12.3212 9.19011 13.2399L12.1693 10.2941C10.9307 8.6691 8.97031 7.62305 6.76358 7.62305C3.03789 7.62305 0 10.6207 0 14.3115C0 16.4917 1.068 18.427 2.70821 19.6492L5.66 16.7701C4.73284 16.3592 4 15.3788 4 14.3115Z" fill="#FFC107"/>
6
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M13.976 5.60741C13.6514 4.43106 12.9996 3.3953 12.1246 2.60352L10.1886 4.56822C10.8947 5.15148 11.3709 6.00992 11.4577 6.98159V7.62595C11.4686 7.62595 11.4787 7.62254 11.4897 7.62254C12.4674 7.62254 13.3333 8.43013 13.3333 9.42231C13.3333 10.4145 12.4678 11.2631 11.4901 11.2631C11.4792 11.2631 11.4691 11.2601 11.4581 11.2597V11.2631H8.65095H8V13.9999H11.4577V13.9982C11.4686 13.9982 11.4787 13.9999 11.4897 13.9999C13.9768 13.9999 16 11.9463 16 9.42274C16 7.83106 15.1941 6.42782 13.976 5.60741Z" fill="#1976D2"/>
3
+ <path d="M2.01636 5.61203C2.74619 2.95511 5.1524 1 7.99999 1C9.58357 1 11.0265 1.60975 12.1246 2.60364L10.1886 4.56835C9.59073 4.07482 8.82904 3.73685 7.99999 3.73685C6.99603 3.73685 6.06743 4.20579 5.4234 4.94154C5.1281 4.87972 4.8223 4.84727 4.50905 4.84727C3.5886 4.84727 2.73113 5.12894 2.01636 5.61203Z" fill="#FF3D00"/>
4
+ <path d="M4.51032 11.2633H4.50948C4.25222 11.2633 3.99396 11.2068 3.77333 11.106L1.80548 13.0759C2.56043 13.6532 3.49516 14.0002 4.50948 14.0002H4.51032H8.00001V11.2633H4.51032Z" fill="#4CAF50"/>
5
+ <path d="M2.66667 9.42351C2.66667 8.43218 3.53263 7.62459 4.50947 7.62459C5.22653 7.62459 5.84758 8.06172 6.12674 8.69027L8.11284 6.67471C7.28716 5.56289 5.98021 4.84717 4.50905 4.84717C2.02526 4.84717 0 6.89819 0 9.42351C0 10.9152 0.712 12.2394 1.80547 13.0756L3.77333 11.1057C3.15523 10.8245 2.66667 10.1538 2.66667 9.42351Z" fill="#FFC107"/>
6
+ </svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M20 3a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h17a1 1 0 0 0 1-1V3Zm-2 6V4H3v5h15ZM23 14a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h17a1 1 0 0 0 1-1v-7Zm-2 6v-5H6v5h15Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M13 2a1 1 0 0 0-1-1H1a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1V2Zm-2 3V3H2v2h9ZM16 10a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1v-4Zm-2 3v-2H5v2h9Z"/></svg>
@@ -1 +1 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M1 7a5 5 0 0 1 9.17-2.759 6.962 6.962 0 0 0-1.88.822A3 3 0 1 0 5.093 9.86a7.05 7.05 0 0 0-.033 2.05A5.002 5.002 0 0 1 1 7Zm4.674 7H4a4 4 0 0 0-4 4v1h2v-1a2 2 0 0 1 2-2h3.101a7.018 7.018 0 0 1-1.427-2ZM20 16h-3.101a7.018 7.018 0 0 0 1.427-2H20a4 4 0 0 1 4 4v1h-2v-1a2 2 0 0 0-2-2Zm-1.059-4.088A5.002 5.002 0 0 0 18 2c-1.742 0-3.276.89-4.17 2.241a6.996 6.996 0 0 1 1.88.822 3 3 0 1 1 3.198 4.798 7.054 7.054 0 0 1 .033 2.05Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M7 11a5 5 0 1 1 10 0 5 5 0 0 1-10 0Zm5-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6Z"/><path d="M9 18a4 4 0 0 0-4 4v1h2v-1a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v1h2v-1a4 4 0 0 0-4-4H9Z"/></svg>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M17 16h-3.101a7.018 7.018 0 0 0 1.427-2H17a4 4 0 0 1 4 4v1h-2v-1a2 2 0 0 0-2-2ZM15.941 11.912A5.002 5.002 0 0 0 15 2c-1.742 0-3.276.89-4.17 2.241.671.182 1.303.461 1.88.822a3 3 0 1 1 3.198 4.798 7.054 7.054 0 0 1 .033 2.05Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M4 11a5 5 0 1 1 10 0 5 5 0 0 1-10 0Zm5-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6Z"/><path d="M6 18a4 4 0 0 0-4 4v1h2v-1a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v1h2v-1a4 4 0 0 0-4-4H6Z"/></svg>
@@ -1 +1 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M14 4a1 1 0 0 1-1.469.884C12.832 5.526 13 6.244 13 7a3 3 0 1 0-2.647-4.413C11 2.933 11.563 3.417 12 4a1 1 0 0 1 2 0ZM3.1 8H3a3 3 0 0 0-3 3v1h2v-1a1 1 0 0 1 1-1h1a4.977 4.977 0 0 1-.9-2Zm8.9 2h1a1 1 0 0 1 1 1v1h2v-1a3 3 0 0 0-3-3h-.1a4.977 4.977 0 0 1-.9 2ZM3 5c.17 0 .329-.042.469-.116A4.974 4.974 0 0 0 3 7a3 3 0 1 1 2.647-4.413C5 2.933 4.437 3.417 4 4a1 1 0 1 0-1 1Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M8 10a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm0-2a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z"/><path d="M6 11a3 3 0 0 0-3 3v1h2v-1a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v1h2v-1a3 3 0 0 0-3-3H6Z"/></svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M10.027 3.766A5.514 5.514 0 0 0 8.77 1.994a3 3 0 1 1 1.65 4.95 5.529 5.529 0 0 0-.057-2.174 1 1 0 1 0-.334-1.004ZM12.5 10h-1.126a6.032 6.032 0 0 0-1.495-1.459c.091-.175.174-.355.246-.541H12.5a3.5 3.5 0 0 1 3.5 3.5V13h-2v-1.5a1.5 1.5 0 0 0-1.5-1.5Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M5 9a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm0-2a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z"/><path d="M3.5 10A3.5 3.5 0 0 0 0 13.5V15h2v-1.5A1.5 1.5 0 0 1 3.5 12h3A1.5 1.5 0 0 1 8 13.5V15h2v-1.5A3.5 3.5 0 0 0 6.5 10h-3Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4 8a5 5 0 1 1 10 0A5 5 0 0 1 4 8Zm5-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6Z"/><path d="M1 19.5A4.5 4.5 0 0 1 5.5 15h7a4.5 4.5 0 0 1 4.5 4.5v.5h-2v-.5a2.5 2.5 0 0 0-2.5-2.5h-7A2.5 2.5 0 0 0 3 19.5v.5H1v-.5ZM16 12a1 1 0 0 1 1-1h2V9a1 1 0 1 1 2 0v2h2a1 1 0 1 1 0 2h-2v2a1 1 0 1 1-2 0v-2h-2a1 1 0 0 1-1-1Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5 3a3 3 0 1 0 0 6 3 3 0 0 0 0-6ZM4 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0Z"/><path d="M3 10a3 3 0 0 0-3 3v1h2v-1a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v1h2v-1a3 3 0 0 0-3-3H3ZM13 5a1 1 0 0 1 1 1v1h1a1 1 0 1 1 0 2h-1v1a1 1 0 1 1-2 0V9h-1a1 1 0 1 1 0-2h1V6a1 1 0 0 1 1-1Z"/></svg>
@@ -1 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="m22.707 2.707-.97.97a5.002 5.002 0 0 1-2.795 8.234 7.068 7.068 0 0 0-.034-2.05 3.001 3.001 0 0 0 1.41-4.765l-3.787 3.787a5 5 0 0 1-6.648 6.648L7.414 18H15a4 4 0 0 1 4 4v1h-2v-1a2 2 0 0 0-2-2H5.414l-2.707 2.707a1 1 0 0 1-1.414-1.414l20-20a1 1 0 1 1 1.414 1.414ZM11.462 13.952l3.49-3.49a3 3 0 0 1-3.49 3.49Z"/><path d="m1 19 1-1a2 2 0 0 1 2-2l1.782-1.782A7.017 7.017 0 0 1 5.674 14H4a4 4 0 0 0-4 4v1h1ZM12 6a4.99 4.99 0 0 1 1.703.297L12 8a3 3 0 0 0-3 3l-1.703 1.703A5 5 0 0 1 12 6Zm6-4c-1.742 0-3.276.89-4.17 2.241.485.132.95.314 1.388.54L18 2Z"/><path d="M1 7a5 5 0 0 1 9.17-2.759 6.962 6.962 0 0 0-1.88.822A3 3 0 1 0 5.093 9.86a7.05 7.05 0 0 0-.033 2.05A5.002 5.002 0 0 1 1 7Zm19 9h-3.101a7.018 7.018 0 0 0 1.427-2H20a4 4 0 0 1 4 4v1h-2v-1a2 2 0 0 0-2-2Z"/></svg>
@@ -1 +0,0 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="m15.707 1.707-.389.389A3 3 0 0 1 13 7c0-.756-.168-1.474-.469-2.116a1 1 0 0 0 1.352-1.353l-2.931 2.931a3 3 0 0 1-3.49 3.49L6.414 11H10a3 3 0 0 1 3 3v1h-2v-1a1 1 0 0 0-1-1H4.414l-1.707 1.707-1 1a1 1 0 0 1-1.414-1.414l1-1 13-13a1 1 0 1 1 1.414 1.414ZM3 5c.17 0 .329-.042.469-.116A4.974 4.974 0 0 0 3 7a3 3 0 1 1 2.647-4.413C5 2.933 4.437 3.417 4 4a1 1 0 1 0-1 1Zm2 2 3-3a3 3 0 0 0-3 3ZM3.1 8c.049.24.115.476.197.703L0 12v-1a3 3 0 0 1 3-3h.1Z"/><path d="M12 10h1a1 1 0 0 1 1 1v1h2v-1a3 3 0 0 0-3-3h-.1a4.977 4.977 0 0 1-.9 2Z"/></svg>