Signal-Android/app/src/main/res/drawable/ic_tooltip_arrow_down.xml

10 lines
284 B
XML
Raw Normal View History

2022-10-28 15:46:58 -03:00
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="20dp"
android:height="12dp"
android:viewportWidth="20"
android:viewportHeight="12">
<path
android:pathData="M10,9L1,-0L19,-0L10,9Z"
android:fillColor="#000000"/>
</vector>