@imtf/icons 0.2.2 → 0.2.5
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/lib/cjs/icons/LogoIcon.js +14 -8
- package/lib/esm/icons/LogoIcon.js +14 -8
- package/package.json +1 -1
- package/svg/Logo.svg +4 -5
- package/svg/logo.json +1 -1
|
@@ -25,21 +25,27 @@ const LogoIcon = ({
|
|
|
25
25
|
const color = useMemo(() => get(defaultValues.palette, defaultValues.color, defaultValues.color), [defaultValues.color, defaultValues.palette]);
|
|
26
26
|
return /*#__PURE__*/createElement("svg", Object.assign({
|
|
27
27
|
xmlns: "http://www.w3.org/2000/svg",
|
|
28
|
-
|
|
28
|
+
xmlSpace: "preserve",
|
|
29
|
+
style: {
|
|
30
|
+
enableBackground: "new 0 0 99.2 39"
|
|
31
|
+
},
|
|
32
|
+
viewBox: "0 0 99.2 39",
|
|
29
33
|
width: defaultValues.size,
|
|
30
34
|
height: defaultValues.size,
|
|
31
35
|
fill: color,
|
|
32
36
|
ref: ref
|
|
33
37
|
}, props), /*#__PURE__*/createElement("path", {
|
|
34
|
-
d: "
|
|
38
|
+
d: "M-19.8-19.8h138.9v78.7H-19.8z",
|
|
39
|
+
style: {
|
|
40
|
+
fill: "none"
|
|
41
|
+
}
|
|
35
42
|
}), /*#__PURE__*/createElement("path", {
|
|
36
|
-
|
|
37
|
-
d: "M14.664 0v4.387l-9.19-.001v56.227h9.19V65H0V0z"
|
|
43
|
+
d: "M14.2 11.5h3.2v16h-3.2zm16.8 0h3.3l3.4 7 3.5-7h3.3v16H41V17.4l-3 5.9h-.6l-3-5.9v10.1H31zm24.7 2.7v-2.7h10.6v2.6h-3.5v13.4h-3.5V14.2h-3.6zm21.9 13.3v-16h8.3v2.6h-4.8v4h4.5v2.6h-4.5v6.8h-3.5z"
|
|
38
44
|
}), /*#__PURE__*/createElement("path", {
|
|
39
|
-
d: "
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
45
|
+
d: "M0 0v39h8.9v-2.6H3.2V2.6h5.7V0zm99.2 39V0h-8.8v2.6H96v33.8h-5.6V39z",
|
|
46
|
+
style: {
|
|
47
|
+
fill: "#d73d54"
|
|
48
|
+
}
|
|
43
49
|
}));
|
|
44
50
|
};
|
|
45
51
|
|
|
@@ -16,21 +16,27 @@ const LogoIcon = ({
|
|
|
16
16
|
const color = useMemo(() => get(defaultValues.palette, defaultValues.color, defaultValues.color), [defaultValues.color, defaultValues.palette]);
|
|
17
17
|
return /*#__PURE__*/createElement("svg", Object.assign({
|
|
18
18
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19
|
-
|
|
19
|
+
xmlSpace: "preserve",
|
|
20
|
+
style: {
|
|
21
|
+
enableBackground: "new 0 0 99.2 39"
|
|
22
|
+
},
|
|
23
|
+
viewBox: "0 0 99.2 39",
|
|
20
24
|
width: defaultValues.size,
|
|
21
25
|
height: defaultValues.size,
|
|
22
26
|
fill: color,
|
|
23
27
|
ref: ref
|
|
24
28
|
}, props), /*#__PURE__*/createElement("path", {
|
|
25
|
-
d: "
|
|
29
|
+
d: "M-19.8-19.8h138.9v78.7H-19.8z",
|
|
30
|
+
style: {
|
|
31
|
+
fill: "none"
|
|
32
|
+
}
|
|
26
33
|
}), /*#__PURE__*/createElement("path", {
|
|
27
|
-
|
|
28
|
-
d: "M14.664 0v4.387l-9.19-.001v56.227h9.19V65H0V0z"
|
|
34
|
+
d: "M14.2 11.5h3.2v16h-3.2zm16.8 0h3.3l3.4 7 3.5-7h3.3v16H41V17.4l-3 5.9h-.6l-3-5.9v10.1H31zm24.7 2.7v-2.7h10.6v2.6h-3.5v13.4h-3.5V14.2h-3.6zm21.9 13.3v-16h8.3v2.6h-4.8v4h4.5v2.6h-4.5v6.8h-3.5z"
|
|
29
35
|
}), /*#__PURE__*/createElement("path", {
|
|
30
|
-
d: "
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
36
|
+
d: "M0 0v39h8.9v-2.6H3.2V2.6h5.7V0zm99.2 39V0h-8.8v2.6H96v33.8h-5.6V39z",
|
|
37
|
+
style: {
|
|
38
|
+
fill: "#d73d54"
|
|
39
|
+
}
|
|
34
40
|
}));
|
|
35
41
|
};
|
|
36
42
|
|
package/package.json
CHANGED
package/svg/Logo.svg
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0
|
|
2
|
-
<path d="
|
|
3
|
-
<path
|
|
4
|
-
<path d="
|
|
5
|
-
<path fill="#D93753" d="M159 65h-11.564v-4.432h7.228V4.432h-7.228V0H159z"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="enable-background:new 0 0 99.2 39" viewBox="0 0 99.2 39">
|
|
2
|
+
<path d="M-19.8-19.8h138.9v78.7H-19.8z" style="fill:none"/>
|
|
3
|
+
<path d="M14.2 11.5h3.2v16h-3.2zm16.8 0h3.3l3.4 7 3.5-7h3.3v16H41V17.4l-3 5.9h-.6l-3-5.9v10.1H31zm24.7 2.7v-2.7h10.6v2.6h-3.5v13.4h-3.5V14.2h-3.6zm21.9 13.3v-16h8.3v2.6h-4.8v4h4.5v2.6h-4.5v6.8h-3.5z"/>
|
|
4
|
+
<path d="M0 0v39h8.9v-2.6H3.2V2.6h5.7V0zm99.2 39V0h-8.8v2.6H96v33.8h-5.6V39z" style="fill:#d73d54"/>
|
|
6
5
|
</svg>
|
package/svg/logo.json
CHANGED