tmap/res/drawable/ic_icon_arrow_black_16.xml
2022-06-10 21:38:30 +09:00

6 lines
559 B
XML

<?xml version="1.0" encoding="utf-8"?>
<vector android:height="16.0dip" android:width="16.0dip" android:viewportWidth="16.0" android:viewportHeight="16.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffffffff" android:pathData="M0,0h16v16H0z" android:fillType="evenOdd" />
<path android:fillColor="#00000000" android:pathData="M6,3.5 L10.5,8 6,12.5" android:strokeColor="#ff111111" android:strokeWidth="1.0" android:strokeLineCap="round" android:strokeLineJoin="round" android:fillType="evenOdd" />
</vector>