fix svg
This commit is contained in:
+6
-6
@@ -108,9 +108,9 @@ const Force = ({ force, onePerPage, colorUserChoice }) => {
|
|||||||
<path
|
<path
|
||||||
d="M12 4V20M12 4L8 8M12 4L16 8"
|
d="M12 4V20M12 4L8 8M12 4L16 8"
|
||||||
stroke="#000000"
|
stroke="#000000"
|
||||||
stroke-width="2"
|
strokeWidth="2"
|
||||||
stroke-linecap="round"
|
strokeLinecap="round"
|
||||||
stroke-linejoin="round"
|
strokeLinejoin="round"
|
||||||
/>
|
/>
|
||||||
</svg>
|
</svg>
|
||||||
Up
|
Up
|
||||||
@@ -139,9 +139,9 @@ const Force = ({ force, onePerPage, colorUserChoice }) => {
|
|||||||
<path
|
<path
|
||||||
d="M12 4V20M12 20L8 16M12 20L16 16"
|
d="M12 4V20M12 20L8 16M12 20L16 16"
|
||||||
stroke="#000000"
|
stroke="#000000"
|
||||||
stroke-width="2"
|
strokeWidth="2"
|
||||||
stroke-linecap="round"
|
strokeLinecap="round"
|
||||||
stroke-linejoin="round"
|
strokeLinejoin="round"
|
||||||
/>
|
/>
|
||||||
</svg>
|
</svg>
|
||||||
Down
|
Down
|
||||||
|
|||||||
Reference in New Issue
Block a user