21 lines
586 B
XML
21 lines
586 B
XML
<vector
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:aapt="http://schemas.android.com/aapt"
|
|
android:width="100dp"
|
|
android:height="40dp"
|
|
android:viewportWidth="128"
|
|
android:viewportHeight="60"
|
|
>
|
|
<group>
|
|
<clip-path
|
|
android:pathData="M10 0H118C123.523 0 128 4.47715 128 10V50C128 55.5228 123.523 60 118 60H10C4.47715 60 0 55.5228 0 50V10C0 4.47715 4.47715 0 10 0Z"
|
|
/>
|
|
<path
|
|
android:pathData="M0 0V60H128V0"
|
|
android:fillColor="#A6B6B3B3"
|
|
|
|
/>
|
|
|
|
</group>
|
|
</vector>
|