14 lines
533 B
XML
14 lines
533 B
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
android:width="48dp"
|
||
|
|
android:height="48dp"
|
||
|
|
android:viewportWidth="48"
|
||
|
|
android:viewportHeight="48">
|
||
|
|
<path
|
||
|
|
android:fillColor="#9C27B0"
|
||
|
|
android:pathData="M8,16L8,36L40,36L40,16L36,16L36,12L32,12L32,16L28,16L28,12L24,12L24,16L20,16L20,12L16,12L16,16L12,16L12,12L8,12L8,16Z" />
|
||
|
|
<path
|
||
|
|
android:fillColor="#7B1FA2"
|
||
|
|
android:pathData="M20,24L20,36L28,36L28,24L20,24Z" />
|
||
|
|
</vector>
|