24 lines
1.1 KiB
XML
24 lines
1.1 KiB
XML
<!--
|
|
~ Copyright (c) 2019 Hemanth Savarala.
|
|
~
|
|
~ Licensed under the GNU General Public License v3
|
|
~
|
|
~ This is free software: you can redistribute it and/or modify it under
|
|
~ the terms of the GNU General Public License as published by
|
|
~ the Free Software Foundation either version 3 of the License, or (at your option) any later version.
|
|
~
|
|
~ This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
|
|
~ without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
~ See the GNU General Public License for more details.
|
|
-->
|
|
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="24dp"
|
|
android:height="24dp"
|
|
android:viewportWidth="24.0"
|
|
android:viewportHeight="24.0">
|
|
|
|
<path
|
|
android:fillColor="@color/md_white_1000"
|
|
android:pathData="M12,17.27l4.15,2.51c0.76,0.46,1.69-0.22,1.49-1.08l-1.1-4.72l3.67-3.18c0.67-0.58,0.31-1.68-0.57-1.75l-4.83-0.41 l-1.89-4.46c-0.34-0.81-1.5-0.81-1.84,0L9.19,8.63L4.36,9.04c-0.88,0.07-1.24,1.17-0.57,1.75l3.67,3.18l-1.1,4.72 c-0.2,0.86,0.73,1.54,1.49,1.08L12,17.27z" />
|
|
</vector>
|