20 lines
625 B
XML
20 lines
625 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="24dp"
|
|
android:height="24dp"
|
|
android:viewportWidth="48"
|
|
android:viewportHeight="48">
|
|
<path
|
|
android:pathData="M44,44V20L24,4L4,20L4,44H16V26H32V44H44Z"
|
|
android:strokeLineJoin="round"
|
|
android:strokeWidth="4"
|
|
android:fillColor="#FFEB3B"
|
|
android:strokeColor="#FFEB3B"/>
|
|
<path
|
|
android:pathData="M24,44V34"
|
|
android:strokeLineJoin="round"
|
|
android:strokeWidth="4"
|
|
android:fillColor="#00000000"
|
|
android:strokeColor="#FFEB3B"
|
|
android:strokeLineCap="round"/>
|
|
</vector>
|