mirror of
https://github.com/cmclark00/RetroMusicPlayer.git
synced 2025-05-24 10:55:20 +01:00
10 lines
442 B
XML
10 lines
442 B
XML
|
<!-- drawable/food_croissant.xml -->
|
||
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:width="24dp"
|
||
|
android:height="24dp"
|
||
|
android:viewportWidth="24"
|
||
|
android:viewportHeight="24">
|
||
|
<path
|
||
|
android:fillColor="@color/md_white_1000"
|
||
|
android:pathData="M22,19L19,17L22,15V19M15,15L19,9L22,13L18,16L15,15M5,17L2,19V15L5,17M9,15L6,16L2,13L5,9L9,15M14,6L18,8L13,15H11L6,8L10,6H14Z" />
|
||
|
</vector>
|