forked from Olympic/NTO-2025-Android-TeamTask
14 lines
419 B
XML
14 lines
419 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="16dp"
|
|
android:height="28dp"
|
|
android:viewportWidth="16"
|
|
android:viewportHeight="28">
|
|
<path
|
|
android:pathData="M14,26L2,14L14,2"
|
|
android:strokeLineJoin="round"
|
|
android:strokeWidth="4"
|
|
android:fillColor="#00000000"
|
|
android:strokeColor="#3DC2EC"
|
|
android:strokeLineCap="round"/>
|
|
</vector>
|