@imtf/icons 0.1.2 → 0.1.3

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
@@ -1,5 +1,9 @@
1
1
  # Icons changelog
2
2
 
3
+ ## 0.1.3
4
+
5
+ - Fix logo icon color
6
+
3
7
  ## 0.1.2
4
8
 
5
9
  - Fix changelog issue
@@ -29,21 +29,17 @@ const LogoIcon = ({
29
29
  width: defaultValues.size,
30
30
  height: defaultValues.size,
31
31
  fill: color
32
- }, props), /*#__PURE__*/React.createElement("g", {
33
- fill: "none"
34
- }, /*#__PURE__*/React.createElement("path", {
35
- fill: "#1C2543",
32
+ }, props), /*#__PURE__*/React.createElement("path", {
36
33
  d: "M61.98 38.88h-.978l-4.888-9.57-.002 16.349H50.64V19.141h5.264l5.587 11.565 5.768-11.565h5.279v26.518h-5.67V29.31zM23.071 19.141h5.474V45.66h-5.474z"
37
34
  }), /*#__PURE__*/React.createElement("path", {
38
35
  fill: "#D93753",
39
36
  d: "M14.664 0v4.387l-9.19-.001v56.227h9.19V65H0V0z"
40
37
  }), /*#__PURE__*/React.createElement("path", {
41
- fill: "#1C2543",
42
38
  d: "M108.122793 19.1411043v4.3865031l-5.865712-.000209.000099 22.1321109h-5.4745713l-.0002993-22.1321109-5.8653134.000209v-4.3865031h17.205797Zm32.065349 0v4.3865031l-8.211957-.000209v6.5798933l7.625396.0000703v4.3865031l-7.625396-.0002792.0001 11.1659234h-5.474572v-26.518405h13.686429Z"
43
39
  }), /*#__PURE__*/React.createElement("path", {
44
40
  fill: "#D93753",
45
41
  d: "M159 65h-11.564v-4.432h7.228V4.432h-7.228V0H159z"
46
- })));
42
+ }));
47
43
  };
48
44
 
49
45
  module.exports = LogoIcon;
@@ -21,21 +21,17 @@ const LogoIcon = ({
21
21
  width: defaultValues.size,
22
22
  height: defaultValues.size,
23
23
  fill: color
24
- }, props), /*#__PURE__*/React.createElement("g", {
25
- fill: "none"
26
- }, /*#__PURE__*/React.createElement("path", {
27
- fill: "#1C2543",
24
+ }, props), /*#__PURE__*/React.createElement("path", {
28
25
  d: "M61.98 38.88h-.978l-4.888-9.57-.002 16.349H50.64V19.141h5.264l5.587 11.565 5.768-11.565h5.279v26.518h-5.67V29.31zM23.071 19.141h5.474V45.66h-5.474z"
29
26
  }), /*#__PURE__*/React.createElement("path", {
30
27
  fill: "#D93753",
31
28
  d: "M14.664 0v4.387l-9.19-.001v56.227h9.19V65H0V0z"
32
29
  }), /*#__PURE__*/React.createElement("path", {
33
- fill: "#1C2543",
34
30
  d: "M108.122793 19.1411043v4.3865031l-5.865712-.000209.000099 22.1321109h-5.4745713l-.0002993-22.1321109-5.8653134.000209v-4.3865031h17.205797Zm32.065349 0v4.3865031l-8.211957-.000209v6.5798933l7.625396.0000703v4.3865031l-7.625396-.0002792.0001 11.1659234h-5.474572v-26.518405h13.686429Z"
35
31
  }), /*#__PURE__*/React.createElement("path", {
36
32
  fill: "#D93753",
37
33
  d: "M159 65h-11.564v-4.432h7.228V4.432h-7.228V0H159z"
38
- })));
34
+ }));
39
35
  };
40
36
 
41
37
  export default LogoIcon;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@imtf/icons",
3
3
  "private": false,
4
- "version": "0.1.2",
4
+ "version": "0.1.3",
5
5
  "description": "Library of icons (React components, font and svg)",
6
6
  "main": "./lib/cjs/index.js",
7
7
  "module": "./lib/esm/index.js",
package/svg/Logo.svg CHANGED
@@ -1,8 +1,6 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 159 65">
2
- <g fill="none">
3
- <path fill="#1C2543" d="M61.98 38.88h-.978l-4.888-9.57-.002 16.349H50.64V19.141h5.264l5.587 11.565 5.768-11.565h5.279v26.518h-5.67V29.31zM23.071 19.141h5.474V45.66h-5.474z"/>
4
- <path fill="#D93753" d="M14.664 0v4.387l-9.19-.001v56.227h9.19V65H0V0z"/>
5
- <path fill="#1C2543" d="M108.122793 19.1411043v4.3865031l-5.865712-.000209.000099 22.1321109h-5.4745713l-.0002993-22.1321109-5.8653134.000209v-4.3865031h17.205797Zm32.065349 0v4.3865031l-8.211957-.000209v6.5798933l7.625396.0000703v4.3865031l-7.625396-.0002792.0001 11.1659234h-5.474572v-26.518405h13.686429Z"/>
6
- <path fill="#D93753" d="M159 65h-11.564v-4.432h7.228V4.432h-7.228V0H159z"/>
7
- </g>
2
+ <path d="M61.98 38.88h-.978l-4.888-9.57-.002 16.349H50.64V19.141h5.264l5.587 11.565 5.768-11.565h5.279v26.518h-5.67V29.31zM23.071 19.141h5.474V45.66h-5.474z"/>
3
+ <path fill="#D93753" d="M14.664 0v4.387l-9.19-.001v56.227h9.19V65H0V0z"/>
4
+ <path d="M108.122793 19.1411043v4.3865031l-5.865712-.000209.000099 22.1321109h-5.4745713l-.0002993-22.1321109-5.8653134.000209v-4.3865031h17.205797Zm32.065349 0v4.3865031l-8.211957-.000209v6.5798933l7.625396.0000703v4.3865031l-7.625396-.0002792.0001 11.1659234h-5.474572v-26.518405h13.686429Z"/>
5
+ <path fill="#D93753" d="M159 65h-11.564v-4.432h7.228V4.432h-7.228V0H159z"/>
8
6
  </svg>