Fix DOM error in console

This commit is contained in:
James Grugett 2022-05-25 11:48:28 -05:00
parent c5763e6ec3
commit 92df092ad3
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ export default function TriangleDownFillIcon(props: { className?: string }) {
viewBox="0 0 16 16"
>
<path
fill-rule="evenodd"
fillRule="evenodd"
transform="rotate(-180 8 8)"
d="M7.022 1.566a1.13 1.13 0 0 1 1.96 0l6.857 11.667c.457.778-.092 1.767-.98 1.767H1.144c-.889 0-1.437-.99-.98-1.767L7.022 1.566z"
/>

View File

@ -8,7 +8,7 @@ export default function TriangleFillIcon(props: { className?: string }) {
viewBox="0 0 16 16"
>
<path
fill-rule="evenodd"
fillRule="evenodd"
d="M7.022 1.566a1.13 1.13 0 0 1 1.96 0l6.857 11.667c.457.778-.092 1.767-.98 1.767H1.144c-.889 0-1.437-.99-.98-1.767L7.022 1.566z"
/>
</svg>