10 lines
450 B
XML
10 lines
450 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="24dp"
|
|
android:height="24dp"
|
|
android:viewportWidth="24"
|
|
android:viewportHeight="24">
|
|
<path
|
|
android:pathData="M19,3H5C3.9,3 3,3.9 3,5V19C3,20.1 3.9,21 5,21H19C20.1,21 21,20.1 21,19V5C21,3.9 20.1,3 19,3ZM10,17L5,12.1923L6.4,10.8462L10,14.3077L17.6,7L19,8.3462L10,17Z"
|
|
android:fillColor="#009688"
|
|
android:fillType="evenOdd"/>
|
|
</vector>
|