BayernMessenger/vector/src/main/res/drawable/ic_view_source.xml

15 lines
465 B
XML

<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="22dp"
android:height="14dp"
android:viewportWidth="22"
android:viewportHeight="14">
<path
android:pathData="M15,13l6,-6 -6,-6M7,1L1,7l6,6"
android:strokeLineJoin="round"
android:strokeWidth="2"
android:fillColor="#00000000"
android:fillType="evenOdd"
android:strokeColor="#9E9E9E"
android:strokeLineCap="round"/>
</vector>