<!--
  ~ Copyright (c) 2023 Samson Achiaga
  ~
  ~ Licensed under the Apache License, Version 2.0 (the "License");
  ~ you may not use this file except in compliance with the License.
  ~ You may obtain a copy of the License at
  ~
  ~     http://www.apache.org/licenses/LICENSE-2.0
  ~
  ~ Unless required by applicable law or agreed to in writing, software
  ~ distributed under the License is distributed on an "AS IS" BASIS,
  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  ~ See the License for the specific language governing permissions and
  ~ limitations under the License.
  -->

<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="200dp"
    android:height="200dp"
    android:viewportWidth="200"
    android:viewportHeight="200">
  <path
      android:pathData="M100,100m-98.5,0a98.5,98.5 0,1 1,197 0a98.5,98.5 0,1 1,-197 0"
      android:strokeWidth="3"
      android:fillColor="#00000000"
      android:strokeColor="#EFB8C8"/>
  <path
      android:pathData="M100,100m-85,0a85,85 0,1 1,170 0a85,85 0,1 1,-170 0"
      android:fillColor="#EFB8C8"/>
  <path
      android:pathData="M70,74.86V125.14C70,128.974 75.145,131.304 79.108,129.217L127.25,104.077C130.917,102.184 130.917,97.816 127.25,95.875L79.108,70.783C75.145,68.696 70,71.026 70,74.86Z"
      android:fillColor="#ffffff"/>
</vector>