16 lines
491 B
XML
16 lines
491 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="72dp"
|
|
android:height="72dp"
|
|
android:viewportWidth="52"
|
|
android:viewportHeight="52">
|
|
<group android:translateX="-10" android:translateY="-10">
|
|
<path
|
|
android:pathData="M13,31h46v10h-46z"
|
|
android:strokeLineJoin="round"
|
|
android:strokeWidth="2"
|
|
android:fillColor="#00000000"
|
|
android:strokeColor="#000000"
|
|
android:strokeLineCap="round"/>
|
|
</group>
|
|
</vector>
|