GitNex-Android-App/app/src/main/res/drawable/ic_issue.xml

21 lines
750 B
XML

<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="M12,12m-10,0a10,10 0,1 1,20 0a10,10 0,1 1,-20 0"
android:strokeLineJoin="round"
android:strokeWidth="2"
android:fillColor="#00000000"
android:strokeColor="?attr/iconsColor"
android:strokeLineCap="round"/>
<path
android:pathData="M11.75,11.75m-2.25,0a2.25,2.25 0,1 1,4.5 0a2.25,2.25 0,1 1,-4.5 0"
android:strokeLineJoin="round"
android:strokeWidth="73.9523"
android:fillColor="?attr/iconsColor"
android:strokeColor="#00000000"
android:strokeLineCap="round"/>
</vector>