mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-06 04:14:37 +02:00
13 lines
438 B
XML
13 lines
438 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="24dp"
|
|
android:height="24dp"
|
|
android:autoMirrored="true"
|
|
android:tint="#FFFFFF"
|
|
android:viewportWidth="24"
|
|
android:viewportHeight="24">
|
|
|
|
<path
|
|
android:fillColor="?android:textColor"
|
|
android:pathData="M18.5,12c0,-1.77 -1.02,-3.29 -2.5,-4.03v8.05c1.48,-0.73 2.5,-2.25 2.5,-4.02zM5,9v6h4l5,5V4L9,9H5z" />
|
|
|
|
</vector>
|