13 lines
320 B
XML
13 lines
320 B
XML
<vector android:height="16dp"
|
|
android:viewportHeight="24"
|
|
android:viewportWidth="24"
|
|
android:width="16dp"
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<path
|
|
android:fillColor="@color/black"
|
|
android:pathData="M17,4h3v16h-3zM5,14h3v6L5,20zM11,9h3v11h-3z" />
|
|
|
|
|
|
</vector>
|