Update shadcn-ui.svg

Added:  stroke-linecap="round"
to make the icon look more like the original.
This commit is contained in:
Fernando Muñoz 2024-12-22 10:53:12 -03:00 committed by GitHub
parent 56cd6e4afc
commit cad5d489df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256"><path fill="none" d="M0 0h256v256H0z"/><path fill="none" stroke="currentColor" stroke-width="25" d="M208 128l-80 80M192 40L40 192"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256"><path fill="none" d="M0 0h256v256H0z"/><path fill="none" stroke="currentColor" stroke-width="25" stroke-linecap="round" d="M208 128l-80 80M192 40L40 192"/></svg>

Before

Width:  |  Height:  |  Size: 201 B

After

Width:  |  Height:  |  Size: 224 B