docs: fix icon svg

This commit is contained in:
Leifer Mendez
2023-01-05 11:35:48 +01:00
parent 022a3b7d8e
commit 77c6baf46b
5 changed files with 16 additions and 9 deletions

View File

@@ -18,6 +18,10 @@ export const IconArrowDownRight = (props: ItemProps) => {
fill="none"
stroke-linecap="round"
stroke-linejoin="round"
></svg>
>
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
<line x1="7" y1="7" x2="17" y2="17"></line>
<polyline points="17 8 17 17 8 17"></polyline>
</svg>
)
}