fix: add xmlns attribute to amazon-q.svg for proper rendering (#19738)

Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com>
This commit is contained in:
blink-so[bot]
2025-09-08 21:01:10 +05:00
committed by GitHub
parent 776231d025
commit d7d69d1ce9
+1 -1
View File
@@ -1,4 +1,4 @@
<svg viewBox="0 0 106.14 115.53">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 106.14 115.53">
<path
d="M60.78,7.84c-4.36-2.52-9.73-2.52-14.08,0L14.44,26.47c-4.36,2.52-7.04,7.17-7.04,12.2v37.26c0,5.03,2.68,9.68,7.04,12.2l32.26,18.63c4.36,2.52,9.73,2.52,14.08,0l32.26-18.63c4.36-2.52,7.04-7.17,7.04-12.2v-37.26c0-5.03-2.68-9.68-7.04-12.2L60.78,7.84Z"
style="fill:url(#gradient)" />

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB