forked from shihaam/thijooree
15 lines
508 B
XML
15 lines
508 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="24dp"
|
|
android:height="24dp"
|
|
android:viewportWidth="24"
|
|
android:viewportHeight="24">
|
|
<path
|
|
android:pathData="M 3,12 H 21 M 14,5 L 21,12 L 14,19"
|
|
android:strokeColor="#49454F"
|
|
android:strokeWidth="2"
|
|
android:strokeLineCap="round"
|
|
android:strokeLineJoin="round"
|
|
android:fillColor="@android:color/transparent" />
|
|
</vector>
|