Signed-off-by: Louis1977 <luisgonzales272@gmail.com> Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
19 lines
685 B
XML
19 lines
685 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:height="30dp"
|
|
android:width="30dp"
|
|
android:viewportWidth="24"
|
|
android:viewportHeight="24">
|
|
|
|
<path
|
|
android:pathData="M0,0h24v24H0V0z" />
|
|
<path
|
|
android:fillColor="?android:attr/colorAccent"
|
|
android:pathData="M 2 16 H 22 V 18 H 2 V 16 Z" />
|
|
<path
|
|
android:fillColor="?android:attr/colorAccent"
|
|
android:pathData="M4,14h16c1.1,0,2-0.9,2-2V4c0-1.1-0.9-2-2-2H4C2.9,2,2,2.9,2,4v8C2,13.1,2.9,14,4,14z M4,4h16v8H4V4z" />
|
|
<path
|
|
android:fillColor="?android:attr/colorAccent"
|
|
android:pathData="M 2 20 H 22 V 22 H 2 V 20 Z" />
|
|
</vector>
|