replicant-vendor_replicant/overlay/common/packages/apps/Settings/res/drawable/ic_app_remover.xml

16 lines
627 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- BlissROM icon -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="?android:attr/colorAccent"
android:pathData="M12,2 C6.47,2,2,6.47,2,12 S6.47,22,12,22 S22,17.53,22,12 S17.53,2,12,2 Z
M17,15.59 L15.59,17 L12,13.41 L8.41,17 L7,15.59 L10.59,12 L7,8.41 L8.41,7
L12,10.59 L15.59,7 L17,8.41 L13.41,12 L17,15.59 Z" />
<path
android:pathData="M0,0 L24,0 L24,24 L0,24 Z" />
</vector>