NOBUG: Fixed SVG browser compatibility

This commit is contained in:
Huong Nguyen 2023-07-21 20:56:23 +07:00
parent 0b5e6c2314
commit fe43dbd421
No known key found for this signature in database
GPG Key ID: 40D88AB693A3E72A

View File

@ -1,3 +1,3 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMid meet">
<circle cx="8" cy="8" r="2" fill="#495057"/>
</svg>

Before

Width:  |  Height:  |  Size: 148 B

After

Width:  |  Height:  |  Size: 184 B