OsmAnd/OsmAnd/res/drawable/ic_action_message.xml
2020-05-08 16:26:07 +03:00

10 lines
440 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="M4,4C2.8954,4 2,4.8954 2,6V18C2,19.1046 2.8954,20 4,20H20C21.1046,20 22,19.1046 22,18V6C22,4.8954 21.1046,4 20,4H4ZM4,6V8L12,13L20,8V6L12,11L4,6Z"
android:fillColor="#ffffff"
android:fillType="evenOdd"/>
</vector>