summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_settings_timelapse.xml
blob: e7736cebc6eb9545816771fc6b405ad39db3a02e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<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="@color/white"
        android:pathData="M16.24,7.76 C15.07,6.59,13.54,6,12,6 L12,12 L7.76,16.24
C10.1,18.58,13.9,18.58,16.25,16.24 C18.59,13.9,18.59,10.1,16.24,7.76 Z 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 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" />
</vector>