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

15 lines
538 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:pathData="M0,0 L24,0 L24,24 L0,24 Z" />
<path
android:fillColor="?android:attr/colorAccent"
android:pathData="M12,2 C6.48,2,2,6.48,2,12 S6.48,22,12,22 S22,17.52,22,12 S17.52,2,12,2 Z
M10,16.5 L10,7.5 L16,12 L10,16.5 Z" />
</vector>