| <?xml version="1.0" encoding="utf-8"?> |
| <!-- |
| Copyright (C) 2025 The Android Open Source Project |
| |
| 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:name="root_vector" |
| android:width="24dp" |
| android:height="24dp" |
| android:viewportWidth="24" |
| android:viewportHeight="24"> |
| <group android:name="root_group" android:pivotX="32" |
| android:pivotY="32" |
| android:scaleX="0.7765" |
| android:scaleY="0.7765" |
| android:translateX="-20" |
| android:translateY="-20"> |
| <group android:name="circle"> |
| <path |
| android:name="circle_path" |
| android:pathData="M42.8091 33.7965C42.8091 32.3192 42.5278 30.9539 41.9648 29.7C41.8239 29.3811 41.6701 29.0712 41.5023 28.7704C41.4356 28.6504 41.3657 28.532 41.2942 28.4147C41.2318 28.3118 41.1684 28.2099 41.1028 28.1091C40.9619 27.8937 40.814 27.6835 40.658 27.4782C40.5021 27.2729 40.3391 27.0729 40.1681 26.8782C39.9971 26.6835 39.8191 26.4937 39.6336 26.3086L33.3509 20.1642C33.2611 20.0746 33.1621 19.9962 33.0551 19.929C32.975 19.8789 32.89 19.8346 32.8002 19.7967C32.7701 19.7839 32.74 19.7722 32.7088 19.761C32.4609 19.6714 32.2248 19.6266 31.9995 19.6266C31.7741 19.6266 31.5381 19.6714 31.2902 19.761C31.0422 19.8506 30.8287 19.985 30.6486 20.1637L24.3659 26.3092C23.3753 27.2942 22.5982 28.4243 22.0352 29.7006C21.4722 30.9539 21.1909 32.3192 21.1909 33.7965C21.1909 36.7287 22.2492 39.2246 24.3659 41.2843C26.4599 43.3435 29.0046 44.3733 32 44.3733C34.9954 44.3733 37.5395 43.3435 39.6341 41.2843C41.7508 39.2252 42.8091 36.7292 42.8091 33.7965ZM32 41.7878C29.7258 41.7878 27.7888 41.0155 26.19 39.471C24.5912 37.9041 23.7916 36.0124 23.7916 33.7965C23.7916 32.6994 23.983 31.6813 24.3659 30.7411C24.7714 29.7784 25.3677 28.9278 26.1561 28.1891L32 22.4474L37.8439 28.1891C38.6323 28.9278 39.2286 29.7784 39.6341 30.7411C40.017 31.6813 40.2085 32.7 40.2085 33.7965C40.2085 36.0124 39.4093 37.9041 37.81 39.471C36.2112 41.0155 34.2747 41.7878 32 41.7878Z" |
| android:fillColor="#ffffff" |
| android:fillType="evenOdd"/> |
| </group> |
| <group android:name="fill_group"> |
| <clip-path |
| android:name="mask" |
| android:pathData="@string/path_inversion_mask_on" /> |
| <path |
| android:name="fill_path" |
| android:fillColor="#ffffff" |
| android:pathData="M41.8125 33.6308C41.8125 32.2897 41.5572 31.0503 41.0461 29.9121C40.9181 29.6226 40.7785 29.3413 40.6262 29.0682C40.5657 28.9593 40.5022 28.8518 40.4373 28.7453C40.3807 28.6518 40.323 28.5594 40.2635 28.4679C40.1356 28.2723 40.0013 28.0815 39.8598 27.8951C39.7182 27.7087 39.5703 27.5271 39.415 27.3504C39.2598 27.1737 39.0982 27.0014 38.9298 26.8334L33.2263 21.2555C33.1448 21.1741 33.055 21.1029 32.9578 21.0419C32.8851 20.9964 32.8079 20.9562 32.7264 20.9219C32.6991 20.9103 32.6717 20.8996 32.6434 20.8894C32.4184 20.8081 32.2041 20.7674 31.9995 20.7674C31.795 20.7674 31.5807 20.8081 31.3556 20.8894C31.1305 20.9708 30.9367 21.0928 30.7732 21.255L25.0697 26.8338C24.1705 27.7281 23.4651 28.754 22.9539 29.9126C22.4428 31.0503 22.1875 32.2897 22.1875 33.6308C22.1875 36.2927 23.1482 38.5585 25.0697 40.4283C26.9707 42.2976 29.2808 43.2325 32 43.2325C34.7192 43.2325 37.0288 42.2976 38.9303 40.4283C40.8518 38.559 41.8125 36.2932 41.8125 33.6308Z" /> |
| </group> |
| </group> |
| </vector> |
| |