<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2025 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:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24">
  <path
      android:pathData="M12,0L12,0A12,12 0,0 1,24 12L24,12A12,12 0,0 1,12 24L12,24A12,12 0,0 1,0 12L0,12A12,12 0,0 1,12 0z"
      android:fillColor="@macro/checkmark_icon_bg_color"/>
  <group>
    <clip-path
        android:pathData="M4,4h16v16h-16z"/>
    <path
        android:pathData="M10.483,15.55L7.25,12.333L8.1,11.467L10.483,13.85L15.9,8.45L16.75,9.3L10.483,15.55Z"
        android:fillColor="@macro/default_icon_color_on_accent2"/>
  </group>
</vector>