summaryrefslogtreecommitdiffstats
path: root/mobile/android/android-components/components/feature/media/src/main/res/drawable/mozac_feature_media_paused.xml
blob: c60abeb67f6197ce320dc1bb18d7c9ec3c43775a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!-- This Source Code Form is subject to the terms of the Mozilla Public
   - License, v. 2.0. If a copy of the MPL was not distributed with this
   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->

<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="#FFFFFF"
      android:pathData="M7,9v6h4l5,5V4l-5,5H7z"/>
</vector>