20 lines
625 B
XML
20 lines
625 B
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<vector
|
||
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
xmlns:aapt="http://schemas.android.com/aapt"
|
||
|
|
android:width="128dp"
|
||
|
|
android:height="45dp"
|
||
|
|
android:viewportWidth="128"
|
||
|
|
android:viewportHeight="52"
|
||
|
|
>
|
||
|
|
|
||
|
|
<group>
|
||
|
|
<clip-path
|
||
|
|
android:pathData="M10 0H118C123.523 0 128 4.47715 128 10V42C128 47.5228 123.523 52 118 52H10C4.47715 52 0 47.5228 0 42V10C0 4.47715 4.47715 0 10 0Z"
|
||
|
|
/>
|
||
|
|
<path
|
||
|
|
android:pathData="M0 0V52H128V0"
|
||
|
|
android:fillColor="#EEF3F3"
|
||
|
|
/>
|
||
|
|
</group>
|
||
|
|
</vector>
|