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

13 lines
564 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="M6,4C6,2.8954 6.8954,2 8,2H20C21.1046,2 22,2.8954 22,4V16C22,17.1046 21.1046,18 20,18H8C6.8954,18 6,17.1046 6,16V4ZM15,6H13V9H10V11H13V14H15V11H18V9H15V6Z"
android:fillColor="#ffffff"
android:fillType="evenOdd"/>
<path
android:pathData="M2,6H4V20H18V22H4C2.8954,22 2,21.1046 2,20V6Z"
android:fillColor="#ffffff"/>
</vector>