chromia 0.0.34 → 0.0.35
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.
|
@@ -32,7 +32,7 @@ const getGradientDirection = (direction) => {
|
|
|
32
32
|
<path
|
|
33
33
|
id="icon_Zoom"
|
|
34
34
|
d="M78.3996 39C78.3996 59.9868 61.2073 77 39.9996 77C18.7919 77 1.59961 59.9868 1.59961 39C1.59961 18.0132 18.7919 1 39.9996 1C46.0244 1 51.7251 2.37302 56.7996 4.82011M71.1996 15.25L37.5996 48.5L27.9996 39"
|
|
35
|
-
|
|
35
|
+
stroke="url(#grad-Zoom)"
|
|
36
36
|
stroke-width={weight}
|
|
37
37
|
/>
|
|
38
38
|
</g>
|
|
@@ -67,7 +67,7 @@ const getGradientDirection = (direction) => {
|
|
|
67
67
|
<path
|
|
68
68
|
id="icon_Zoom"
|
|
69
69
|
d="M78.3996 39C78.3996 59.9868 61.2073 77 39.9996 77C18.7919 77 1.59961 59.9868 1.59961 39C1.59961 18.0132 18.7919 1 39.9996 1C46.0244 1 51.7251 2.37302 56.7996 4.82011M71.1996 15.25L37.5996 48.5L27.9996 39"
|
|
70
|
-
|
|
70
|
+
stroke={color}
|
|
71
71
|
stroke-width={weight}
|
|
72
72
|
/>
|
|
73
73
|
</g>
|