OsmAnd/OsmAnd/res/drawable/ic_action_show_along_route.xml
2020-05-07 12:51:02 +03:00

16 lines
727 B
XML

<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:pathData="M8,5V9C8,10.1046 8.8954,11 10,11V17H11V11C12.1046,11 13,10.1046 13,9V5H12V9H11V5H10V9H9V5H8Z"
android:fillColor="#ffffff"/>
<path
android:pathData="M14,7C14,5.8954 14.8954,5 16,5V17H15V11C14.4477,11 14,10.5523 14,10V7Z"
android:fillColor="#ffffff"/>
<path
android:pathData="M4,4C4,2.8954 4.8954,2 6,2H18C19.1046,2 20,2.8954 20,4V20C20,21.1046 19.1046,22 18,22H6C4.8954,22 4,21.1046 4,20V4ZM6,4H18V18H6V4Z"
android:fillColor="#ffffff"
android:fillType="evenOdd"/>
</vector>