13 lines
464 B
XML
13 lines
464 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|||
|
|
<!-- A restrained memorial marker: recognisable at TV distance without turning a cast
|
||
|
|
card into an obituary badge. -->
|
||
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
android:width="16dp"
|
||
|
|
android:height="16dp"
|
||
|
|
android:viewportWidth="24"
|
||
|
|
android:viewportHeight="24">
|
||
|
|
<path
|
||
|
|
android:fillColor="#FFB9C1C8"
|
||
|
|
android:pathData="M9,2h6v4h3v5h-3v11H9V11H6V6h3z" />
|
||
|
|
</vector>
|