17 lines
700 B
XML
17 lines
700 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="24dp"
|
|
android:height="24dp"
|
|
android:viewportWidth="24"
|
|
android:viewportHeight="24">
|
|
|
|
<!-- Main path of the icon -->
|
|
<path
|
|
android:fillColor="#FF000000"
|
|
android:pathData="M11.707 2.293A.997.997 0 0 0 11 2H6a.997.997 0 0 0-.707.293l-3 3A.996.996 0 0 0 2 6v5c0 .266.105.52.293.707l10 10a.997.997 0 0 0 1.414 0l8-8a.999.999 0 0 0 0-1.414l-10-10zM13 19.586l-9-9V6.414L6.414 4h4.172l9 9L13 19.586z" />
|
|
|
|
<!-- Circle (dot) -->
|
|
<path
|
|
android:fillColor="#FF000000"
|
|
android:pathData="M8.353,6.706a1.647,1.647 0 1,0 0,3.294a1.647,1.647 0 1,0 0,-3.294z" />
|
|
</vector>
|