something

This commit is contained in:
aayush262 2024-02-03 17:38:38 +05:30
parent 97ed84127e
commit dc2c0c1027
3 changed files with 17 additions and 3 deletions

View file

@ -0,0 +1,13 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="800dp"
android:height="800dp"
android:viewportWidth="24"
android:viewportHeight="24"
android:tint="?attr/colorControlNormal">
<path
android:pathData="M3,8C2.448,8 2,8.448 2,9C2,9.552 2.448,10 3,10H21C21.552,10 22,9.552 22,9C22,8.448 21.552,8 21,8H3Z"
android:fillColor="@android:color/white"/>
<path
android:pathData="M3,14C2.448,14 2,14.448 2,15C2,15.552 2.448,16 3,16H21C21.552,16 22,15.552 22,15C22,14.448 21.552,14 21,14H3Z"
android:fillColor="@android:color/white"/>
</vector>