<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2024 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="@dimen/tab_group_color_icon_item_size"
android:height="@dimen/tab_group_color_icon_item_size"
android:gravity="center"
android:shape="oval">
<solid android:color="@macro/default_icon_color"/>
</shape>