summaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable/ic_animate_play.xml
blob: 3c0a5ef1dd4b70bf4407eb448f1a7973e44df772 (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:viewportHeight="24.0"
        android:viewportWidth="24.0">
    <group android:name="group"
           android:pivotX="12"
           android:pivotY="12">
        <path android:name="path"
              android:fillColor="?attr/action_icon_color"
              android:pathData="@string/svg_animatable_play"/>
    </group>
</vector>