dermy-map/android/res/drawable/add_log_icon.xml

10 lines
426 B
XML
Raw Normal View History

2024-07-11 09:17:50 +00:00
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="50dp"
android:height="50dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:pathData="M16,2L21,7V21.008C21,21.556 20.555,22 20.007,22H3.993C3.445,22 3,21.545 3,21.008V2.992C3,2.444 3.445,2 3.993,2H16ZM11,11H8V13H11V16H13V13H16V11H13V8H11V11Z"
android:fillColor="?attr/buttonIcon"/>
</vector>