mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-03-31 07:28:58 +03:00
10 lines
367 B
XML
10 lines
367 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="24dp"
|
|
android:height="24dp"
|
|
android:viewportWidth="24.0"
|
|
android:viewportHeight="24.0">
|
|
<path
|
|
android:fillColor="?attr/colorOnPrimary"
|
|
android:pathData="M5,13h14v-2L5,11v2zM3,17h14v-2L3,15v2zM7,7v2h14L21,7L7,7z" />
|
|
</vector>
|