chromia 0.1.3 → 0.1.4
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.
|
@@ -30,7 +30,7 @@ const getGradientDirection = (direction) => {
|
|
|
30
30
|
>
|
|
31
31
|
<path
|
|
32
32
|
id="icon_Email"
|
|
33
|
-
d="M3.15 4.
|
|
33
|
+
d="M3.15 4.94998L8.48771 8.64531C8.79591 8.85868 9.20409 8.85868 9.51229 8.64531L14.85 4.94998M3.6 14.4H14.4C15.3941 14.4 16.2 13.5941 16.2 12.6V5.39998C16.2 4.40586 15.3941 3.59998 14.4 3.59998H3.6C2.60589 3.59998 1.8 4.40586 1.8 5.39998V12.6C1.8 13.5941 2.60589 14.4 3.6 14.4Z"
|
|
34
34
|
stroke="url(#grad-Email)"
|
|
35
35
|
stroke-width={weight}
|
|
36
36
|
stroke-linecap="round"
|
|
@@ -64,7 +64,7 @@ const getGradientDirection = (direction) => {
|
|
|
64
64
|
>
|
|
65
65
|
<path
|
|
66
66
|
id="icon_Email"
|
|
67
|
-
d="M3.15 4.
|
|
67
|
+
d="M3.15 4.94998L8.48771 8.64531C8.79591 8.85868 9.20409 8.85868 9.51229 8.64531L14.85 4.94998M3.6 14.4H14.4C15.3941 14.4 16.2 13.5941 16.2 12.6V5.39998C16.2 4.40586 15.3941 3.59998 14.4 3.59998H3.6C2.60589 3.59998 1.8 4.40586 1.8 5.39998V12.6C1.8 13.5941 2.60589 14.4 3.6 14.4Z"
|
|
68
68
|
stroke={color}
|
|
69
69
|
stroke-width={weight}
|
|
70
70
|
stroke-linecap="round"
|