<?xml version="1.0" encoding="utf-8"?>
<animated-vector xmlns:android="http://schemas.android.com/apk/res/android" android:drawable="@drawable/ic_play_pause_vector">
    <target
        android:name="left"
        android:animation="@animator/play_pause_left_path"/>
    <target
        android:name="right"
        android:animation="@animator/play_pause_right_path"/>
</animated-vector>
