tangem-app-android-audited/app/src/main/res/drawable/shape_ellipse.xml
2020-08-31 10:39:22 +03:00

18 lines
No EOL
516 B
XML

<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="40dp"
android:height="40dp"
android:viewportWidth="40"
android:viewportHeight="40">
<group>
<clip-path android:pathData="M40 20C40 31.0457 31.0457 40 20 40C8.95431 40 0 31.0457 0 20C0 8.95431 8.95431 0 20 0C31.0457 0 40 8.95431 40 20Z" />
<path
android:fillColor="#F4F5F6"
android:pathData="M0 0V40H40V0" />
</group>
</vector>