TF-2513 Fix can not load image svg in mobile web app
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
<svg width="52" height="32" viewBox="0 0 52 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="52" height="32" rx="16" fill="#007AFF" />
|
||||
<mask id="mask0" x="0" y="0" width="52" height="32">
|
||||
<rect width="52" height="32" rx="16" fill="white" />
|
||||
</mask>
|
||||
<g mask="url(#mask0)">
|
||||
<path
|
||||
d="M0 16C0 7.16344 7.16344 0 16 0H36C44.8366 0 52 7.16344 52 16C52 24.8366 44.8366 32 36 32H16C7.16344 32 0 24.8366 0 16Z"
|
||||
fill="#007AFF" />
|
||||
<rect x="22" y="2" width="28" height="28" rx="14" fill="white" />
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 373 B After Width: | Height: | Size: 339 B |
Reference in New Issue
Block a user