@imtf/icons 0.2.4 → 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 +12 -3
- package/lib/esm/icons/LogoIcon.js +12 -3
- package/package.json +1 -1
- package/svg/Logo.svg +4 -3
- package/svg/Logo1.svg +0 -4
- package/svg/logo1.json +0 -4
|
@@ -25,15 +25,24 @@ 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
|
+
}
|
|
42
|
+
}), /*#__PURE__*/createElement("path", {
|
|
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"
|
|
35
44
|
}), /*#__PURE__*/createElement("path", {
|
|
36
|
-
d: "
|
|
45
|
+
d: "M0 0v39h8.9v-2.6H3.2V2.6h5.7V0zm99.2 39V0h-8.8v2.6H96v33.8h-5.6V39z",
|
|
37
46
|
style: {
|
|
38
47
|
fill: "#d73d54"
|
|
39
48
|
}
|
|
@@ -16,15 +16,24 @@ 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
|
+
}
|
|
33
|
+
}), /*#__PURE__*/createElement("path", {
|
|
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"
|
|
26
35
|
}), /*#__PURE__*/createElement("path", {
|
|
27
|
-
d: "
|
|
36
|
+
d: "M0 0v39h8.9v-2.6H3.2V2.6h5.7V0zm99.2 39V0h-8.8v2.6H96v33.8h-5.6V39z",
|
|
28
37
|
style: {
|
|
29
38
|
fill: "#d73d54"
|
|
30
39
|
}
|
package/package.json
CHANGED
package/svg/Logo.svg
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0
|
|
2
|
-
<path d="
|
|
3
|
-
<path d="
|
|
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"/>
|
|
4
5
|
</svg>
|
package/svg/Logo1.svg
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 138.9 78.66">
|
|
2
|
-
<path d="M34.02 31.36h3.25v15.95h-3.25zm16.83 0h3.27l3.41 6.94 3.53-6.94h3.23v15.95h-3.41V37.24l-3.04 5.95h-.59l-2.98-5.95v10.07h-3.42V31.36zM75.57 34v-2.64h10.57v2.61h-3.52v13.34H79.1V34h-3.53zm21.84 13.31V31.36h8.36v2.61h-4.81v3.98h4.5v2.62h-4.5v6.74h-3.55z"/>
|
|
3
|
-
<path d="M19.84 19.84v38.98h8.86v-2.61h-5.61V22.48h5.61v-2.64h-8.86zm99.22 38.98V19.84h-8.86v2.64h5.61v33.73h-5.61v2.61h8.86z" style="fill:#d73d54"/>
|
|
4
|
-
</svg>
|
package/svg/logo1.json
DELETED