fedilab-Android-App/app/src/main/res/drawable-anydpi/ic_mention_notif_tab.xml

10 lines
354 B
XML
Raw Normal View History

2019-02-03 12:07:43 +01:00
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2019-09-06 17:55:14 +02:00
android:width="24dp"
android:height="24dp"
android:viewportWidth="24.0"
android:viewportHeight="24.0">
2019-02-03 12:07:43 +01:00
<path
android:fillColor="#FF000000"
2019-09-06 17:55:14 +02:00
android:pathData="M20,2H4c-1.1,0 -2,0.9 -2,2v18l4,-4h14c1.1,0 2,-0.9 2,-2V4c0,-1.1 -0.9,-2 -2,-2z" />
2019-02-03 12:07:43 +01:00
</vector>