17 lines
480 B
XML
17 lines
480 B
XML
<vector
|
|
android:height="24dp"
|
|
android:viewportHeight="24"
|
|
android:viewportWidth="24"
|
|
android:width="24dp"
|
|
xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
|
<path
|
|
android:fillColor="?attr/colorOnBackground"
|
|
android:pathData="M15,5.1L9,3 3,5.02v16.2l6,-2.33 6,2.1 6,-2.02L21,2.77L15,5.1z" />
|
|
|
|
<path
|
|
android:fillColor="?attr/colorPrimary"
|
|
android:pathData="M15,18.89l-6,-2.11L9,5.11l6,2.11v11.67z"/>
|
|
|
|
</vector>
|