summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_scene_mode_entry_dark.xml
blob: e3f9569838dd6f2edcb3161d94f4254e84f9b203 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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:fillColor="@color/white"
        android:pathData="M10,2 C8.18,2,6.47,2.5,5,3.35 C7.99,5.08,10,8.3,10,12 S7.99,18.92,5,20.65
C6.47,21.5,8.18,22,10,22 C15.52,22,20,17.52,20,12 S15.52,2,10,2 Z" />
    <path
        android:pathData="M0,0 L24,0 L24,24 L0,24 Z" />
</vector>