Fix watchstar icon

xml tag was not correctly closed with "?>"

Bug: T174607
Change-Id: Iecab1a8789d5e762447cc8468723b96352738614
This commit is contained in:
jdlrobson 2017-08-31 13:15:26 -04:00
parent b7946cba59
commit 8ee37016ee
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
<?xml version="1.0" encoding="UTF-8"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="23" viewBox="0 0 24 23"><title>star</title><path fill="#72777d" fill-rule="evenodd" d="M12 4.512l2.267 4.777 5.333.66-3.6 3.72.667 5.173L12 16.588l-4.8 2.256.8-5.175-3.733-3.72 5.2-.665L12 4.51zM12 0L8.267 7.432 0 8.626l6 5.84-1.467 8.094L12 18.58l7.333 3.98L18 14.332l6-5.84L15.6 7.3 12 0z"/></svg>
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="24" height="23" viewBox="0 0 24 23"><title>star</title><path fill="#72777d" fill-rule="evenodd" d="M12 4.512l2.267 4.777 5.333.66-3.6 3.72.667 5.173L12 16.588l-4.8 2.256.8-5.175-3.733-3.72 5.2-.665L12 4.51zM12 0L8.267 7.432 0 8.626l6 5.84-1.467 8.094L12 18.58l7.333 3.98L18 14.332l6-5.84L15.6 7.3 12 0z"/></svg>

Before

Width:  |  Height:  |  Size: 395 B

After

Width:  |  Height:  |  Size: 396 B