@semcore/icon 2.20.0 → 2.21.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.
- package/BracketsCode/l/index.js +1 -1
- package/CHANGELOG.md +14 -0
- package/{UserGroupNo → IndentedResult}/l/index.d.ts +0 -0
- package/{UserGroupNo → IndentedResult}/l/index.js +5 -11
- package/{UserGroupNo → IndentedResult}/m/index.d.ts +0 -0
- package/{UserGroupNo → IndentedResult}/m/index.js +7 -8
- package/UserGroup/l/index.js +3 -3
- package/UserGroup/m/index.js +3 -3
- package/{UserShared → UserSharedFirst}/l/index.d.ts +0 -0
- package/{UserShared → UserSharedFirst}/l/index.js +5 -5
- package/{UserShared → UserSharedFirst}/m/index.d.ts +0 -0
- package/{UserShared → UserSharedFirst}/m/index.js +6 -6
- package/color/MicrosoftOffice/l/index.js +10 -10
- package/color/MicrosoftOffice/m/index.js +10 -10
- package/color/MicrosoftOutlook/l/index.js +5 -5
- package/color/MicrosoftOutlook/m/index.js +4 -4
- package/lib/MathMinus/s/index.js +4 -4
- package/lib/MathMinus/xs/index.js +4 -4
- package/lib/cjs/index.d.ts +17 -0
- package/lib/color/GitHub/s/index.js +1 -1
- package/lib/color/GitHub/xs/index.js +1 -1
- package/lib/color/WhatsApp/m/index.js +1 -1
- package/lib/color/WhatsApp/s/index.js +1 -1
- package/lib/color/WhatsApp/xs/index.js +1 -1
- package/lib/es6/index.d.ts +17 -0
- package/lib/pay/Visa/index.js +1 -1
- package/package.json +6 -2
- package/pay/CreditCard/l/index.js +24 -24
- package/pay/CreditCard/m/index.js +3 -3
- package/pay/Discover/l/index.js +5 -5
- package/pay/Discover/m/index.js +5 -5
- package/pay/JCB/l/index.js +12 -12
- package/pay/JCB/m/index.js +12 -12
- package/pay/Visa/l/index.js +6 -6
- package/pay/Visa/m/index.js +6 -6
- package/svg-new/icon/IndentedResult/l.svg +1 -0
- package/svg-new/icon/IndentedResult/m.svg +1 -0
- package/svg-new/icon/UserGroup/l.svg +1 -1
- package/svg-new/icon/UserGroup/m.svg +1 -1
- package/svg-new/icon/{UserShared → UserSharedFirst}/l.svg +1 -1
- package/svg-new/icon/UserSharedFirst/m.svg +1 -0
- package/svg-new/icon/UserGroupNo/l.svg +0 -1
- package/svg-new/icon/UserGroupNo/m.svg +0 -1
- package/svg-new/icon/UserShared/m.svg +0 -1
package/BracketsCode/l/index.js
CHANGED
|
@@ -39,7 +39,7 @@ function BracketsCode(_ref, ref) {
|
|
|
39
39
|
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
40
40
|
d: "M13.69 2.018a1 1 0 0 1 .792 1.173l-3.5 18a1 1 0 1 1-1.964-.382l3.5-18a1 1 0 0 1 1.173-.79Zm3.603 4.275a1 1 0 0 1 1.414 0l5 5a1 1 0 0 1 0 1.414l-5 5a1 1 0 1 1-1.414-1.414L21.586 12l-4.293-4.293a1 1 0 0 1 0-1.414ZM6.707 7.707a1 1 0 0 0-1.414-1.414l-5 5a1 1 0 0 0 0 1.414l5 5a1 1 0 1 0 1.414-1.414L2.414 12l4.293-4.293Z",
|
|
41
41
|
shapeRendering: "geometricPrecision"
|
|
42
|
-
})), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("
|
|
42
|
+
})), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("clippath", {
|
|
43
43
|
id: "a"
|
|
44
44
|
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
45
45
|
fill: "#fff",
|
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangelog.com/en/1.0.0/).
|
|
4
4
|
|
|
5
|
+
## [2.21.0] - 2022-04-28
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
|
|
9
|
+
- Added icons `IndentedResult, UserSharedFirst`.
|
|
10
|
+
|
|
11
|
+
### Changed
|
|
12
|
+
|
|
13
|
+
- Changed icon `UserGroup`.
|
|
14
|
+
|
|
15
|
+
### Removed
|
|
16
|
+
|
|
17
|
+
- Removed icons `UserGroupNo, UserShared`.
|
|
18
|
+
|
|
5
19
|
## [2.20.0] - 2022-03-21
|
|
6
20
|
|
|
7
21
|
### Added
|
|
File without changes
|
|
@@ -19,7 +19,7 @@ var _icon = _interopRequireDefault(require("@semcore/icon"));
|
|
|
19
19
|
|
|
20
20
|
var _excluded = ["width", "height", "viewBox"];
|
|
21
21
|
|
|
22
|
-
function
|
|
22
|
+
function IndentedResult(_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": "
|
|
32
|
+
"data-name": "IndentedResult",
|
|
33
33
|
"data-group": "l",
|
|
34
34
|
width: width,
|
|
35
35
|
height: height,
|
|
@@ -37,19 +37,13 @@ function UserGroupNo(_ref, ref) {
|
|
|
37
37
|
}, props), /*#__PURE__*/_react["default"].createElement("path", {
|
|
38
38
|
fillRule: "evenodd",
|
|
39
39
|
clipRule: "evenodd",
|
|
40
|
-
d: "
|
|
41
|
-
shapeRendering: "geometricPrecision"
|
|
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",
|
|
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",
|
|
47
41
|
shapeRendering: "geometricPrecision"
|
|
48
42
|
}));
|
|
49
43
|
}
|
|
50
44
|
|
|
51
|
-
|
|
45
|
+
IndentedResult.displayName = 'IndentedResult';
|
|
52
46
|
|
|
53
|
-
var _default = (0, _core.createBaseComponent)(
|
|
47
|
+
var _default = (0, _core.createBaseComponent)(IndentedResult);
|
|
54
48
|
|
|
55
49
|
exports["default"] = _default;
|
|
File without changes
|
|
@@ -19,7 +19,7 @@ var _icon = _interopRequireDefault(require("@semcore/icon"));
|
|
|
19
19
|
|
|
20
20
|
var _excluded = ["width", "height", "viewBox"];
|
|
21
21
|
|
|
22
|
-
function
|
|
22
|
+
function IndentedResult(_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,21 @@ 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": "
|
|
32
|
+
"data-name": "IndentedResult",
|
|
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
|
-
|
|
39
|
-
|
|
40
|
-
|
|
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",
|
|
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",
|
|
42
41
|
shapeRendering: "geometricPrecision"
|
|
43
42
|
}));
|
|
44
43
|
}
|
|
45
44
|
|
|
46
|
-
|
|
45
|
+
IndentedResult.displayName = 'IndentedResult';
|
|
47
46
|
|
|
48
|
-
var _default = (0, _core.createBaseComponent)(
|
|
47
|
+
var _default = (0, _core.createBaseComponent)(IndentedResult);
|
|
49
48
|
|
|
50
49
|
exports["default"] = _default;
|
package/UserGroup/l/index.js
CHANGED
|
@@ -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: "
|
|
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: "
|
|
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: "
|
|
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
|
}
|
package/UserGroup/m/index.js
CHANGED
|
@@ -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: "
|
|
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: "
|
|
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: "
|
|
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
|
}
|
|
File without changes
|
|
@@ -19,7 +19,7 @@ var _icon = _interopRequireDefault(require("@semcore/icon"));
|
|
|
19
19
|
|
|
20
20
|
var _excluded = ["width", "height", "viewBox"];
|
|
21
21
|
|
|
22
|
-
function
|
|
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 UserShared(_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": "
|
|
32
|
+
"data-name": "UserSharedFirst",
|
|
33
33
|
"data-group": "l",
|
|
34
34
|
width: width,
|
|
35
35
|
height: height,
|
|
@@ -40,13 +40,13 @@ function UserShared(_ref, ref) {
|
|
|
40
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.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-.
|
|
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",
|
|
44
44
|
shapeRendering: "geometricPrecision"
|
|
45
45
|
}));
|
|
46
46
|
}
|
|
47
47
|
|
|
48
|
-
|
|
48
|
+
UserSharedFirst.displayName = 'UserSharedFirst';
|
|
49
49
|
|
|
50
|
-
var _default = (0, _core.createBaseComponent)(
|
|
50
|
+
var _default = (0, _core.createBaseComponent)(UserSharedFirst);
|
|
51
51
|
|
|
52
52
|
exports["default"] = _default;
|
|
File without changes
|
|
@@ -19,7 +19,7 @@ var _icon = _interopRequireDefault(require("@semcore/icon"));
|
|
|
19
19
|
|
|
20
20
|
var _excluded = ["width", "height", "viewBox"];
|
|
21
21
|
|
|
22
|
-
function
|
|
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,7 +29,7 @@ function UserShared(_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": "
|
|
32
|
+
"data-name": "UserSharedFirst",
|
|
33
33
|
"data-group": "m",
|
|
34
34
|
width: width,
|
|
35
35
|
height: height,
|
|
@@ -37,16 +37,16 @@ function UserShared(_ref, ref) {
|
|
|
37
37
|
}, props), /*#__PURE__*/_react["default"].createElement("path", {
|
|
38
38
|
fillRule: "evenodd",
|
|
39
39
|
clipRule: "evenodd",
|
|
40
|
-
d: "
|
|
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",
|
|
41
41
|
shapeRendering: "geometricPrecision"
|
|
42
42
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
43
|
-
d: "
|
|
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",
|
|
44
44
|
shapeRendering: "geometricPrecision"
|
|
45
45
|
}));
|
|
46
46
|
}
|
|
47
47
|
|
|
48
|
-
|
|
48
|
+
UserSharedFirst.displayName = 'UserSharedFirst';
|
|
49
49
|
|
|
50
|
-
var _default = (0, _core.createBaseComponent)(
|
|
50
|
+
var _default = (0, _core.createBaseComponent)(UserSharedFirst);
|
|
51
51
|
|
|
52
52
|
exports["default"] = _default;
|
|
@@ -54,7 +54,7 @@ function MicrosoftOffice(_ref, ref) {
|
|
|
54
54
|
d: "M15.27 18.74H7.72a1.27 1.27 0 0 0-1.21.95 1.28 1.28 0 0 0 .58 1.43l4.5 2.56a2.45 2.45 0 0 0 1.9.22 2.46 2.46 0 0 0 1.78-2.38v-2.78Z",
|
|
55
55
|
fill: "url(#e)",
|
|
56
56
|
shapeRendering: "geometricPrecision"
|
|
57
|
-
}), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("
|
|
57
|
+
}), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("lineargradient", {
|
|
58
58
|
id: "a",
|
|
59
59
|
x1: "17.73",
|
|
60
60
|
y1: "-1.26",
|
|
@@ -75,7 +75,7 @@ function MicrosoftOffice(_ref, ref) {
|
|
|
75
75
|
}), /*#__PURE__*/_react["default"].createElement("stop", {
|
|
76
76
|
offset: ".5",
|
|
77
77
|
stopColor: "#D83B01"
|
|
78
|
-
})), /*#__PURE__*/_react["default"].createElement("
|
|
78
|
+
})), /*#__PURE__*/_react["default"].createElement("lineargradient", {
|
|
79
79
|
id: "b",
|
|
80
80
|
x1: "13.5",
|
|
81
81
|
y1: "-.43",
|
|
@@ -97,9 +97,9 @@ 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
|
-
})), /*#__PURE__*/_react["default"].createElement("
|
|
102
|
+
})), /*#__PURE__*/_react["default"].createElement("lineargradient", {
|
|
103
103
|
id: "c",
|
|
104
104
|
x1: "7.16",
|
|
105
105
|
y1: "21.37",
|
|
@@ -111,7 +111,7 @@ function MicrosoftOffice(_ref, ref) {
|
|
|
111
111
|
}), /*#__PURE__*/_react["default"].createElement("stop", {
|
|
112
112
|
offset: ".6",
|
|
113
113
|
stopColor: "#A4070A"
|
|
114
|
-
})), /*#__PURE__*/_react["default"].createElement("
|
|
114
|
+
})), /*#__PURE__*/_react["default"].createElement("lineargradient", {
|
|
115
115
|
id: "d",
|
|
116
116
|
x1: "13.75",
|
|
117
117
|
y1: "-.79",
|
|
@@ -121,9 +121,9 @@ 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
|
|
126
|
-
})), /*#__PURE__*/_react["default"].createElement("
|
|
124
|
+
offset: "1",
|
|
125
|
+
stopOpacity: "0"
|
|
126
|
+
})), /*#__PURE__*/_react["default"].createElement("lineargradient", {
|
|
127
127
|
id: "e",
|
|
128
128
|
x1: "18.17",
|
|
129
129
|
y1: "21.74",
|
|
@@ -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
|
|
|
@@ -54,7 +54,7 @@ function MicrosoftOffice(_ref, ref) {
|
|
|
54
54
|
d: "M10.4 12.5H5.23a.89.89 0 0 0-.53.17.85.85 0 0 0-.3.46.83.83 0 0 0 .03.54.86.86 0 0 0 .37.41l3.08 1.7a1.72 1.72 0 0 0 2.18-.44 1.62 1.62 0 0 0 .33-1V12.5Z",
|
|
55
55
|
fill: "url(#e)",
|
|
56
56
|
shapeRendering: "geometricPrecision"
|
|
57
|
-
}), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("
|
|
57
|
+
}), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("lineargradient", {
|
|
58
58
|
id: "a",
|
|
59
59
|
x1: "12.07",
|
|
60
60
|
y1: "-.84",
|
|
@@ -75,7 +75,7 @@ function MicrosoftOffice(_ref, ref) {
|
|
|
75
75
|
}), /*#__PURE__*/_react["default"].createElement("stop", {
|
|
76
76
|
offset: ".5",
|
|
77
77
|
stopColor: "#D83B01"
|
|
78
|
-
})), /*#__PURE__*/_react["default"].createElement("
|
|
78
|
+
})), /*#__PURE__*/_react["default"].createElement("lineargradient", {
|
|
79
79
|
id: "b",
|
|
80
80
|
x1: "9.18",
|
|
81
81
|
y1: "-.29",
|
|
@@ -97,9 +97,9 @@ 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
|
-
})), /*#__PURE__*/_react["default"].createElement("
|
|
102
|
+
})), /*#__PURE__*/_react["default"].createElement("lineargradient", {
|
|
103
103
|
id: "c",
|
|
104
104
|
x1: "4.84",
|
|
105
105
|
y1: "14.25",
|
|
@@ -111,7 +111,7 @@ function MicrosoftOffice(_ref, ref) {
|
|
|
111
111
|
}), /*#__PURE__*/_react["default"].createElement("stop", {
|
|
112
112
|
offset: ".6",
|
|
113
113
|
stopColor: "#A4070A"
|
|
114
|
-
})), /*#__PURE__*/_react["default"].createElement("
|
|
114
|
+
})), /*#__PURE__*/_react["default"].createElement("lineargradient", {
|
|
115
115
|
id: "d",
|
|
116
116
|
x1: "9.36",
|
|
117
117
|
y1: "-.53",
|
|
@@ -121,9 +121,9 @@ 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
|
|
126
|
-
})), /*#__PURE__*/_react["default"].createElement("
|
|
124
|
+
offset: "1",
|
|
125
|
+
stopOpacity: "0"
|
|
126
|
+
})), /*#__PURE__*/_react["default"].createElement("lineargradient", {
|
|
127
127
|
id: "e",
|
|
128
128
|
x1: "12.38",
|
|
129
129
|
y1: "14.49",
|
|
@@ -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",
|
package/lib/MathMinus/s/index.js
CHANGED
|
@@ -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
|
|
|
@@ -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;
|
|
@@ -47,7 +47,7 @@ function GitHub(_ref, ref) {
|
|
|
47
47
|
d: "M7.74 0A7.74 7.74 0 005.3 15.1c.38.06.52-.18.52-.38V13.4c-2.16.47-2.61-1.04-2.61-1.04a2.05 2.05 0 00-.86-1.13c-.7-.48.05-.47.05-.47a1.63 1.63 0 011.19.8 1.65 1.65 0 002.25.64c.04-.4.21-.76.5-1.03-1.73-.2-3.53-.86-3.53-3.83a3 3 0 01.8-2.08c-.24-.67-.22-1.4.07-2.05 0 0 .65-.2 2.13.8a7.33 7.33 0 013.88 0c1.47-1 2.12-.8 2.12-.8.29.65.32 1.38.08 2.05.52.57.8 1.3.8 2.08 0 2.97-1.81 3.63-3.54 3.82a1.85 1.85 0 01.53 1.43l-.01 2.13c0 .2.14.45.53.37A7.74 7.74 0 007.74 0z",
|
|
48
48
|
fill: "#231E1B",
|
|
49
49
|
shapeRendering: "geometricPrecision"
|
|
50
|
-
})), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("
|
|
50
|
+
})), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("clippath", {
|
|
51
51
|
id: "clip0"
|
|
52
52
|
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
53
53
|
fill: "#fff",
|
|
@@ -47,7 +47,7 @@ function GitHub(_ref, ref) {
|
|
|
47
47
|
d: "M5.75 0a5.75 5.75 0 00-1.82 11.2c.29.05.4-.13.4-.28l-.02-.98c-1.6.35-1.93-.77-1.93-.77-.1-.34-.33-.64-.64-.84-.52-.35.04-.35.04-.35a1.2 1.2 0 01.88.6 1.22 1.22 0 001.67.47c.03-.29.16-.56.37-.76-1.28-.15-2.62-.64-2.62-2.84 0-.57.2-1.13.6-1.55-.18-.5-.16-1.04.05-1.52 0 0 .48-.15 1.58.6a5.44 5.44 0 012.88 0c1.1-.75 1.58-.6 1.58-.6.2.48.23 1.03.05 1.52.4.42.6.98.6 1.55 0 2.2-1.35 2.69-2.63 2.83a1.37 1.37 0 01.39 1.07v1.57c0 .16.1.33.39.28A5.75 5.75 0 005.75 0z",
|
|
48
48
|
fill: "#231E1B",
|
|
49
49
|
shapeRendering: "geometricPrecision"
|
|
50
|
-
})), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("
|
|
50
|
+
})), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("clippath", {
|
|
51
51
|
id: "clip0"
|
|
52
52
|
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
53
53
|
fill: "#fff",
|
|
@@ -49,7 +49,7 @@ function WhatsApp(_ref, ref) {
|
|
|
49
49
|
d: "M16.7 15.4c.3-.3.5-.6.6-1 .1-.4 0-.7-.4-.9l-1.9-1c-.3-.2-.7-.1-1 .1l-.8.9c-.3.3-1.6-.3-2.7-1.5C9.3 10.8 8.7 9.6 9 9.3l.8-.8c.3-.3.3-.6.1-1l-1-1.9c-.2-.4-.5-.5-.9-.4-.4.1-.7.3-1 .6-1.5 1.5-.6 4.9 2.1 7.6 2.7 2.6 6.1 3.6 7.6 2z",
|
|
50
50
|
fill: "#fff",
|
|
51
51
|
shapeRendering: "geometricPrecision"
|
|
52
|
-
})), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("
|
|
52
|
+
})), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("clippath", {
|
|
53
53
|
id: "clip0"
|
|
54
54
|
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
55
55
|
fill: "#fff",
|
|
@@ -49,7 +49,7 @@ function WhatsApp(_ref, ref) {
|
|
|
49
49
|
d: "M12.02 12c.2-.2.4-.5.5-.8.1-.3 0-.5-.3-.7-.3-.2-1.49-.8-1.49-.8a.6.6 0 00-.7.1l-.79.7c-.3.3-1.19-.3-2.08-1.2-.9-.9-1.4-1.9-1.2-2.1l.7-.7c.2-.2.2-.5.1-.7 0 0-.6-1.2-.8-1.5-.2-.3-.4-.4-.7-.3-.3.1-.59.2-.79.5-1.19 1.2-.5 3.8 1.6 5.9 2.08 2 4.76 2.8 5.95 1.6z",
|
|
50
50
|
fill: "#fff",
|
|
51
51
|
shapeRendering: "geometricPrecision"
|
|
52
|
-
})), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("
|
|
52
|
+
})), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("clippath", {
|
|
53
53
|
id: "clip0"
|
|
54
54
|
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
55
55
|
fill: "#fff",
|
|
@@ -49,7 +49,7 @@ function WhatsApp(_ref, ref) {
|
|
|
49
49
|
d: "M8.8 8.9c.1-.1.3-.3.3-.5s0-.4-.2-.5c-.2-.1-1-.6-1-.6-.2-.1-.4-.1-.5.1l-.5.5c-.2.2-.8-.2-1.5-.8-.6-.6-1-1.3-.8-1.5l.5-.5c.1-.1.2-.3.1-.5 0 0-.4-.8-.6-1-.1-.2-.3-.3-.5-.2-.2.1-.4.1-.5.3-.8.8-.3 2.7 1.1 4.1C6.2 9.2 8 9.7 8.8 8.9z",
|
|
50
50
|
fill: "#fff",
|
|
51
51
|
shapeRendering: "geometricPrecision"
|
|
52
|
-
})), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("
|
|
52
|
+
})), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("clippath", {
|
|
53
53
|
id: "clip0"
|
|
54
54
|
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
55
55
|
fill: "#fff",
|
|
@@ -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/pay/Visa/index.js
CHANGED
|
@@ -39,7 +39,7 @@ function Visa(_ref, ref) {
|
|
|
39
39
|
width: width,
|
|
40
40
|
height: height,
|
|
41
41
|
viewBox: viewBox
|
|
42
|
-
}, props), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("
|
|
42
|
+
}, props), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("lineargradient", {
|
|
43
43
|
id: "a",
|
|
44
44
|
x1: "0%",
|
|
45
45
|
y1: "50%",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semcore/icon",
|
|
3
3
|
"description": "SEMRush Icon Component",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.21.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",
|
package/pay/Discover/l/index.js
CHANGED
|
@@ -62,17 +62,17 @@ function Discover(_ref, ref) {
|
|
|
62
62
|
d: "M9 24c5.5-1 20-5 23-8.5V22a2 2 0 0 1-2 2H9Z",
|
|
63
63
|
fill: "#FE4F00",
|
|
64
64
|
shapeRendering: "geometricPrecision"
|
|
65
|
-
}), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("
|
|
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
|
}
|
package/pay/Discover/m/index.js
CHANGED
|
@@ -62,17 +62,17 @@ function Discover(_ref, ref) {
|
|
|
62
62
|
d: "M5.9 16c3.62-.67 13.13-3.33 15.1-5.67v4.34c0 .73-.6 1.33-1.31 1.33H5.9Z",
|
|
63
63
|
fill: "#FE4F00",
|
|
64
64
|
shapeRendering: "geometricPrecision"
|
|
65
|
-
}), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("
|
|
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
|
}
|
package/pay/JCB/l/index.js
CHANGED
|
@@ -58,7 +58,7 @@ function JCB(_ref, ref) {
|
|
|
58
58
|
d: "M15.24 2A3.29 3.29 0 0 0 12 5.33V9.7c.82-.71 2.24-1.17 4.54-1.06 1.23.05 2.55.4 2.55.4v1.41a6.04 6.04 0 0 0-2.46-.73c-1.74-.13-2.8.75-2.8 2.29 0 1.56 1.06 2.44 2.8 2.29 1.02-.07 1.8-.4 2.46-.73v1.4s-1.3.35-2.55.41c-2.3.11-3.72-.35-4.54-1.06V22h4.76A3.29 3.29 0 0 0 20 18.67V2h-4.76Z",
|
|
59
59
|
fill: "url(#e)",
|
|
60
60
|
shapeRendering: "geometricPrecision"
|
|
61
|
-
}), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("
|
|
61
|
+
}), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("lineargradient", {
|
|
62
62
|
id: "a",
|
|
63
63
|
x1: "22.01",
|
|
64
64
|
y1: "13.28",
|
|
@@ -74,9 +74,9 @@ 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
|
-
})), /*#__PURE__*/_react["default"].createElement("
|
|
79
|
+
})), /*#__PURE__*/_react["default"].createElement("lineargradient", {
|
|
80
80
|
id: "b",
|
|
81
81
|
x1: "22.01",
|
|
82
82
|
y1: "11.99",
|
|
@@ -92,9 +92,9 @@ 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
|
-
})), /*#__PURE__*/_react["default"].createElement("
|
|
97
|
+
})), /*#__PURE__*/_react["default"].createElement("lineargradient", {
|
|
98
98
|
id: "c",
|
|
99
99
|
x1: "22.01",
|
|
100
100
|
y1: "10.6",
|
|
@@ -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
|
-
})), /*#__PURE__*/_react["default"].createElement("
|
|
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,9 +128,9 @@ 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
|
-
})), /*#__PURE__*/_react["default"].createElement("
|
|
133
|
+
})), /*#__PURE__*/_react["default"].createElement("lineargradient", {
|
|
134
134
|
id: "e",
|
|
135
135
|
x1: "11.95",
|
|
136
136
|
y1: "11.98",
|
|
@@ -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
|
}
|
package/pay/JCB/m/index.js
CHANGED
|
@@ -58,7 +58,7 @@ function JCB(_ref, ref) {
|
|
|
58
58
|
d: "M10 1.33c-1.17 0-2.13 1-2.13 2.23v2.9c.54-.47 1.48-.78 2.99-.7.8.03 1.67.26 1.67.26v.94a3.92 3.92 0 0 0-1.61-.49C9.77 6.4 9.08 6.97 9.08 8c0 1.04.69 1.62 1.84 1.53a4.11 4.11 0 0 0 1.6-.5v.95s-.84.23-1.66.27c-1.51.07-2.45-.24-2.98-.71v5.13H11c1.17 0 2.13-1 2.13-2.23V1.34H10Z",
|
|
59
59
|
fill: "url(#e)",
|
|
60
60
|
shapeRendering: "geometricPrecision"
|
|
61
|
-
}), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("
|
|
61
|
+
}), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("lineargradient", {
|
|
62
62
|
id: "a",
|
|
63
63
|
x1: "14.45",
|
|
64
64
|
y1: "8.85",
|
|
@@ -74,9 +74,9 @@ 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
|
-
})), /*#__PURE__*/_react["default"].createElement("
|
|
79
|
+
})), /*#__PURE__*/_react["default"].createElement("lineargradient", {
|
|
80
80
|
id: "b",
|
|
81
81
|
x1: "14.45",
|
|
82
82
|
y1: "7.99",
|
|
@@ -92,9 +92,9 @@ 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
|
-
})), /*#__PURE__*/_react["default"].createElement("
|
|
97
|
+
})), /*#__PURE__*/_react["default"].createElement("lineargradient", {
|
|
98
98
|
id: "c",
|
|
99
99
|
x1: "14.45",
|
|
100
100
|
y1: "7.06",
|
|
@@ -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
|
-
})), /*#__PURE__*/_react["default"].createElement("
|
|
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,9 +128,9 @@ 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
|
-
})), /*#__PURE__*/_react["default"].createElement("
|
|
133
|
+
})), /*#__PURE__*/_react["default"].createElement("lineargradient", {
|
|
134
134
|
id: "e",
|
|
135
135
|
x1: "7.84",
|
|
136
136
|
y1: "7.99",
|
|
@@ -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
|
}
|
package/pay/Visa/l/index.js
CHANGED
|
@@ -48,17 +48,17 @@ function Visa(_ref, ref) {
|
|
|
48
48
|
d: "M27.3 8h-1.8c-.4 0-.7.2-.9.5L21.5 16h2.2l.4-1h2.7l.3 1H29l-1.7-8Zm-1.5 2-1.1 3h1.7l-.6-3Z",
|
|
49
49
|
fill: "#fff",
|
|
50
50
|
shapeRendering: "geometricPrecision"
|
|
51
|
-
}), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("
|
|
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
|
}
|
package/pay/Visa/m/index.js
CHANGED
|
@@ -48,17 +48,17 @@ function Visa(_ref, ref) {
|
|
|
48
48
|
d: "M17.95 5.13h-1.18a.69.69 0 0 0-.6.34l-2.03 5h1.44l.27-.67h1.77l.2.67h1.24l-1.11-5.34Zm-.99 1.34-.72 2h1.12l-.4-2Z",
|
|
49
49
|
fill: "#fff",
|
|
50
50
|
shapeRendering: "geometricPrecision"
|
|
51
|
-
}), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("
|
|
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
|
}
|
|
@@ -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="
|
|
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="
|
|
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>
|
|
@@ -1 +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-.
|
|
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>
|
|
@@ -1 +0,0 @@
|
|
|
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="M2 6a3 3 0 1 1 6 0 3 3 0 0 1-6 0Zm3-1a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z"/><path d="M0 13a3 3 0 0 1 3-3h4a3 3 0 0 1 3 3v1H8v-1a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H0v-1Zm11.5-2a1 1 0 0 0 1.414-1.414l-.5-.586H15a1 1 0 1 0 0-2h-2.586L13 6.5a1 1 0 0 0-1.414-1.414L9.293 7.293a1 1 0 0 0 0 1.414L11.5 11Z"/></svg>
|