1<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2018 The Android Open Source Project
3
4Licensed under the Apache License, Version 2.0 (the "License");
5you may not use this file except in compliance with the License.
6You may obtain a copy of the License at
7
8  http://www.apache.org/licenses/LICENSE-2.0
9
10Unless required by applicable law or agreed to in writing, software
11distributed under the License is distributed on an "AS IS" BASIS,
12WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13See the License for the specific language governing permissions and
14limitations under the License.
15-->
16<vector xmlns:android="http://schemas.android.com/apk/res/android"
17    android:viewportWidth="34"
18    android:viewportHeight="34"
19    android:width="@dimen/ic_radio_am_width"
20    android:height="@dimen/ic_radio_am_height">
21    <group
22        android:translateX="-5"
23        android:translateY="-5">
24        <group
25            android:translateX="5.5"
26            android:translateY="5.5">
27            <path
28                android:pathData="M29.333333 0L3.6666667 0C1.6316667 0 0 1.65 0 3.6666667L0 29.333333C0 31.35 1.6316667 33 3.6666667 33L29.333333 33C31.35 33 33 31.35 33 29.333333L33 3.6666667C33 1.65 31.35 0 29.333333 0Zm0 29.333333l-25.6666663 0 0 -25.6666663 25.6666663 0 0 25.6666663z"
29                android:fillColor="@color/radio_am_fill_color" />
30        </group>
31        <path
32            android:pathData="M21.84375 27l-3.101563 0 -0.804687 -2.351563 -4.3125 0L12.820313 27 9.796875 27 14.09375 15.367188l3.453125 0L21.84375 27Zm-4.632813 -4.484375l-1.429687 -4.171875 -1.429687 4.171875 2.859374 0z"
33            android:fillColor="@color/radio_am_fill_color" />
34        <path
35            android:pathData="M32.588013 27l-2.984375 0 0 -7.789063 -2.15625 5.054688 -2.070313 0 -2.15625 -5.054688 0 7.789063 -2.828125 0 0 -11.632812 3.484375 0 2.617188 5.835937 2.609375 -5.835937 3.484375 0 0 11.632812z"
36            android:fillColor="@color/radio_am_fill_color" />
37    </group>
38</vector>