12 lines
557 B
XML
12 lines
557 B
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<!-- Round tablet with score line -->
|
||
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
android:width="24dp" android:height="24dp"
|
||
|
|
android:viewportWidth="24" android:viewportHeight="24">
|
||
|
|
<path
|
||
|
|
android:strokeColor="#FF000000" android:strokeWidth="2" android:fillColor="#00000000"
|
||
|
|
android:pathData="M12,12 m-8,0 a8,8 0 1,0 16,0 a8,8 0 1,0 -16,0" />
|
||
|
|
<path
|
||
|
|
android:strokeColor="#FF000000" android:strokeWidth="2"
|
||
|
|
android:pathData="M5.5,12 h13" />
|
||
|
|
</vector>
|