summaryrefslogtreecommitdiff
path: root/core/src/main/res/drawable/ic_videocam.xml
blob: fd4adb0e465c488eaa45f590f85eef6608ae27c4 (plain)
1
2
3
4
5
6
7
8
<vector xmlns:android="http://schemas.android.com/apk/res/android"
        android:height="24dp"
        android:width="24dp"
        android:viewportHeight="24.0"
        android:viewportWidth="24.0">
    <path android:fillColor="?attr/action_icon_color"
          android:pathData="M17,10.5V7c0,-0.55 -0.45,-1 -1,-1H4c-0.55,0 -1,0.45 -1,1v10c0,0.55 0.45,1 1,1h12c0.55,0 1,-0.45 1,-1v-3.5l4,4v-11l-4,4z"/>
</vector>