mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-23 20:51:01 +00:00
19 lines
750 B
XML
19 lines
750 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="24dp"
|
|
android:height="24dp"
|
|
android:tint="#000000"
|
|
android:viewportWidth="24"
|
|
android:viewportHeight="24">
|
|
|
|
<path
|
|
android:fillAlpha="0.6"
|
|
android:fillColor="@android:color/white"
|
|
android:pathData="M8,16h12V4H8V16zM10.4,9.09l2.07,2.08L17.6,6L19,7.41L12.47,14L9,10.5L10.4,9.09z"
|
|
android:strokeAlpha="0.3" />
|
|
|
|
<path
|
|
android:fillColor="@android:color/white"
|
|
android:pathData="M20,2H8C6.9,2 6,2.9 6,4v12c0,1.1 0.9,2 2,2h12c1.1,0 2,-0.9 2,-2V4C22,2.9 21.1,2 20,2zM20,16H8V4h12V16zM12.47,14L9,10.5l1.4,-1.41l2.07,2.08L17.6,6L19,7.41L12.47,14zM4,20h14v2H4c-1.1,0 -2,-0.9 -2,-2V6h2V20z" />
|
|
|
|
</vector>
|