<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2020 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:height="48dp"
    android:viewportHeight="48"
    android:viewportWidth="48"
    android:width="48dp" >
    <path android:pathData="M 24, 24
        m -18, 0
        a 18,18 0 1,0 36,0
        a 18,18 0 1,0 -36,0
        z"
        android:strokeColor="@macro/default_icon_color_accent1" android:strokeWidth="2"/>
    <path android:fillColor="@macro/default_icon_color_accent1" android:fillType="evenOdd"
        android:pathData="M 40, 12
        m -12, 0
        a 8,8 0 1,0 16,0
        a 8,8 0 1,0 -16,0
        z"/>
    <path android:fillColor="@macro/default_bg_color" android:fillType="evenOdd"
        android:pathData="
        M39.5,15
        C39.25,15.32 39,15.32 38.65,15
        L36.25,12.6
        L33.85,15
        C33.5,15.32 33,15.32 32.65,15
        V15
        C32.35,14.67 32.35,14.15 32.65,13.82
        L35.1,11.42
        L32.65,9.02
        C32.35,8.69 32.35,8.17 32.6,7.84
        V7.84
        C33,7.52 33.5,7.52 33.85,7.84
        L36.25,10.24
        L38.65,7.84
        C39,7.52 39.5,7.52 39.85,7.84
        V7.84
        C40.15,8.17 40.15,8.69 39.85,9.02
        L37.4,11.42
        L39.85,13.82
        C40.15,14.15 40.15,14.67 39.85,14.67
        V15
        Z"/>
</vector>
