Skip to content

Commit c0b8264

Browse files
committed
fix: app_pojavlauncher/src/main/res/drawable/ic_swap_horiz.xml (forgot to hit Ctrl+S)
1 parent d3152e2 commit c0b8264

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2+
android:width="24dp"
3+
android:height="24dp"
4+
android:viewportWidth="24"
5+
android:viewportHeight="24">
6+
<!-- Pixel-art swap/switch-version icon: top arrow points right, bottom arrow points left -->
7+
<path
8+
android:fillColor="#FFF"
9+
android:pathData="M13.5,0 h1.5 v1.5 h-1.5 z M13.5,1.5 h4.5 v1.5 h-4.5 z M13.5,3 h6 v1.5 h-6 z M3,4.5 h18 v1.5 h-18 z M3,6 h16.5 v1.5 h-16.5 z M13.5,7.5 h4.5 v1.5 h-4.5 z M13.5,9 h1.5 v1.5 h-1.5 z M9,12 h1.5 v1.5 h-1.5 z M6,13.5 h4.5 v1.5 h-4.5 z M4.5,15 h6 v1.5 h-6 z M3,16.5 h18 v1.5 h-18 z M4.5,18 h16.5 v1.5 h-16.5 z M6,19.5 h4.5 v1.5 h-4.5 z M9,21 h1.5 v1.5 h-1.5 z"/>
10+
</vector>

0 commit comments

Comments
 (0)