@semcore/icon 2.17.0 → 2.17.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -35,7 +35,8 @@ function MailOpenFilled(_ref, ref) {
|
|
|
35
35
|
}, props), /*#__PURE__*/_react["default"].createElement("path", {
|
|
36
36
|
fillRule: "evenodd",
|
|
37
37
|
clipRule: "evenodd",
|
|
38
|
-
d: "
|
|
38
|
+
d: "M7.60608 0.080855C7.85763 -0.0269517 8.14237 -0.0269517 8.39392 0.080855L15.3939 3.08085C15.7616 3.23843 16 3.59997 16 4V14C16 14.5523 15.5523 15 15 15H1C0.447715 15 0 14.5523 0 14V4C0 3.59997 0.238397 3.23843 0.606081 3.08085L7.60608 0.080855ZM4.65852 5.24744L4.64134 5.23274L3.66031 4.37466C3.24422 4.01098 2.61178 4.0531 2.2477 4.46874C1.88363 4.88437 1.92579 5.51614 2.34188 5.87982L7.34063 10.2519C7.35183 10.2617 7.36319 10.2712 7.3747 10.2804C7.74277 10.5756 8.26892 10.5732 8.63437 10.2731C8.64279 10.2662 8.65112 10.2591 8.65937 10.2519L13.6581 5.87982C14.0742 5.51614 14.1164 4.88437 13.7523 4.46874C13.3882 4.0531 12.7558 4.01098 12.3397 4.37466L11.3581 5.23327L11.3415 5.24744L8 8.17044L4.65852 5.24744Z",
|
|
39
|
+
fill: "#191B23",
|
|
39
40
|
shapeRendering: "geometricPrecision"
|
|
40
41
|
}));
|
|
41
42
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semcore/icon",
|
|
3
3
|
"description": "SEMRush Icon Component",
|
|
4
|
-
"version": "2.17.
|
|
4
|
+
"version": "2.17.1",
|
|
5
5
|
"main": "lib/cjs/index.js",
|
|
6
6
|
"module": "lib/es6/index.js",
|
|
7
7
|
"typings": "lib/types/index.d.ts",
|
|
@@ -23,6 +23,6 @@
|
|
|
23
23
|
"react": "16.8 - 17"
|
|
24
24
|
},
|
|
25
25
|
"jest": {
|
|
26
|
-
"preset": "jest-preset-ui"
|
|
26
|
+
"preset": "@semcore/jest-preset-ui"
|
|
27
27
|
}
|
|
28
28
|
}
|
|
@@ -1 +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="
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.60608 0.080855C7.85763 -0.0269517 8.14237 -0.0269517 8.39392 0.080855L15.3939 3.08085C15.7616 3.23843 16 3.59997 16 4V14C16 14.5523 15.5523 15 15 15H1C0.447715 15 0 14.5523 0 14V4C0 3.59997 0.238397 3.23843 0.606081 3.08085L7.60608 0.080855ZM4.65852 5.24744L4.64134 5.23274L3.66031 4.37466C3.24422 4.01098 2.61178 4.0531 2.2477 4.46874C1.88363 4.88437 1.92579 5.51614 2.34188 5.87982L7.34063 10.2519C7.35183 10.2617 7.36319 10.2712 7.3747 10.2804C7.74277 10.5756 8.26892 10.5732 8.63437 10.2731C8.64279 10.2662 8.65112 10.2591 8.65937 10.2519L13.6581 5.87982C14.0742 5.51614 14.1164 4.88437 13.7523 4.46874C13.3882 4.0531 12.7558 4.01098 12.3397 4.37466L11.3581 5.23327L11.3415 5.24744L8 8.17044L4.65852 5.24744Z" fill="#191B23"/></svg>
|