ConnectOut-sdp/sdp2023

View on GitHub
app/src/main/res/drawable/event_image.xml

Summary

Maintainability
Test Coverage
<vector xmlns:android="http://schemas.android.com/apk/res/android"
        android:autoMirrored="true"
        android:height="24dp"
        android:tint="#000000"
        android:viewportHeight="24"
        android:viewportWidth="24"
        android:width="24dp">
    <path
            android:fillColor="@android:color/white"
            android:pathData="M17,10L7,10v2h10v-2zM19,3h-1L18,1h-2v2L8,3L8,1L6,1v2L5,3c-1.11,0 -1.99,0.9 -1.99,2L3,19c0,1.1 0.89,2 2,2h14c1.1,0 2,-0.9 2,-2L21,5c0,-1.1 -0.9,-2 -2,-2zM19,19L5,19L5,8h14v11zM14,14L7,14v2h7v-2z" />
</vector>