forked from Olympic/NTO-2025-Android-TeamTask
14 lines
423 B
XML
14 lines
423 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="30dp"
|
|
android:height="30dp"
|
|
android:viewportWidth="30"
|
|
android:viewportHeight="30">
|
|
<path
|
|
android:pathData="M27,3L3,27M3,3L27,27"
|
|
android:strokeLineJoin="round"
|
|
android:strokeWidth="6"
|
|
android:fillColor="#00000000"
|
|
android:strokeColor="#CC425E"
|
|
android:strokeLineCap="round"/>
|
|
</vector>
|