mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-04 15:28:21 +03:00
11 lines
382 B
XML
11 lines
382 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="24dp"
|
|
android:height="24dp"
|
|
android:tint="#ffffff"
|
|
android:viewportWidth="24"
|
|
android:viewportHeight="24">
|
|
<!-- Tint here is for preventing pixelization -->
|
|
<path
|
|
android:fillColor="#ffffff"
|
|
android:pathData="M5,19 L15,12 5,5ZM16,5v14h3v-14z" />
|
|
</vector>
|