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_fm_width"
20    android:height="@dimen/ic_radio_fm_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_fm_fill_color" />
30        </group>
31        <path
32            android:pathData="M19.925983 17.617187l-5.351562 0 0 2.164063 4.960937 0 0 2.25 -4.960937 0 0 4.96875 -2.984375 0 0 -11.632812 8.335937 0 0 2.249999z"
33            android:fillColor="@color/radio_fm_fill_color" />
34        <path
35            android:pathData="M33.084316 27l-2.984375 0 0 -7.789063 -2.15625 5.054688 -2.070312 0 -2.15625 -5.054688 0 7.789063 -2.828125 0 0 -11.632812 3.484375 0 2.617187 5.835937 2.609375 -5.835937 3.484375 0 0 11.632812z"
36            android:fillColor="@color/radio_fm_fill_color" />
37    </group>
38</vector>