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

19 lines
748 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="M11.99,2 C6.47,2,2,6.48,2,12 S6.47,22,11.99,22 C17.52,22,22,17.52,22,12
S17.52,2,11.99,2 Z M12,20 C7.58,20,4,16.42,4,12 S7.58,4,12,4 S20,7.58,20,12
S16.42,20,12,20 Z" />
<path
android:pathData="M0,0 L24,0 L24,24 L0,24 Z" />
<path
android:fillColor="?android:attr/colorAccent"
android:pathData="M12.5,7 L11,7 L11,13 L16.25,16.15 L17,14.92 L12.5,12.25 Z" />
</vector>