Fix qr-code svg

Some lines seemed to be too long, this version looks more familiar in my opinion
This commit is contained in:
Arnaud Gissinger 2021-11-21 14:19:29 +01:00
parent 2bbe1f011c
commit b93829207d

View file

@ -1,8 +1,8 @@
<svg width="24" height="24" stroke-width="1.5" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15 8V15" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M15 12L15 15" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12 3V6" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M18 9V15" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M9 18L21 18" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M18 12L18 15" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12 18L21 18" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M18 21H21" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M6 12H9" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M6 6.01111L6.01 6" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB