16 lines
777 B
XML
16 lines
777 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="24dp"
|
|
android:height="24dp"
|
|
android:viewportWidth="24"
|
|
android:viewportHeight="24">
|
|
<!-- Simple timer/focus icon for notifications (white silhouette) -->
|
|
<!-- Circle representing focus/timer -->
|
|
<path
|
|
android:fillColor="#FFFFFFFF"
|
|
android:pathData="M12,2C6.48,2 2,6.48 2,12C2,17.52 6.48,22 12,22C17.52,22 22,17.52 22,12C22,6.48 17.52,2 12,2ZM12,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20,12C20,16.41 16.41,20 12,20Z"/>
|
|
<!-- Clock hand pointing up (12 o'clock - focus start position) -->
|
|
<path
|
|
android:fillColor="#FFFFFFFF"
|
|
android:pathData="M11,7L11,12.41L14.29,15.71L15.71,14.29L13,11.59L13,7Z"/>
|
|
</vector>
|