• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!--
2  ~ Copyright (C) 2024 The Android Open Source Project
3  ~
4  ~ Licensed under the Apache License, Version 2.0 (the "License");
5  ~ you may not use this file except in compliance with the License.
6  ~ You may obtain a copy of the License at
7  ~
8  ~      http://www.apache.org/licenses/LICENSE-2.0
9  ~
10  ~ Unless required by applicable law or agreed to in writing, software
11  ~ distributed under the License is distributed on an "AS IS" BASIS,
12  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  ~ See the License for the specific language governing permissions and
14  ~ limitations under the License.
15  -->
16
17<vector xmlns:android="http://schemas.android.com/apk/res/android"
18    android:width="@dimen/wallpaper_control_icon_size"
19    android:height="@dimen/wallpaper_control_icon_size"
20    android:viewportWidth="@dimen/wallpaper_control_icon_viewport_size"
21    android:viewportHeight="@dimen/wallpaper_control_icon_viewport_size">
22  <group>
23    <clip-path
24        android:pathData="M0,0h24v24h-24z"/>
25    <path
26        android:pathData="M12,17C12.283,17 12.517,16.908 12.7,16.725C12.9,16.525 13,16.283 13,16V12C13,11.717 12.9,11.483 12.7,11.3C12.517,11.1 12.283,11 12,11C11.717,11 11.475,11.1 11.275,11.3C11.092,11.483 11,11.717 11,12V16C11,16.283 11.092,16.525 11.275,16.725C11.475,16.908 11.717,17 12,17ZM12,9C12.283,9 12.517,8.908 12.7,8.725C12.9,8.525 13,8.283 13,8C13,7.717 12.9,7.483 12.7,7.3C12.517,7.1 12.283,7 12,7C11.717,7 11.475,7.1 11.275,7.3C11.092,7.483 11,7.717 11,8C11,8.283 11.092,8.525 11.275,8.725C11.475,8.908 11.717,9 12,9ZM12,22C10.617,22 9.317,21.742 8.1,21.225C6.883,20.692 5.825,19.975 4.925,19.075C4.025,18.175 3.308,17.117 2.775,15.9C2.258,14.683 2,13.383 2,12C2,10.617 2.258,9.317 2.775,8.1C3.308,6.883 4.025,5.825 4.925,4.925C5.825,4.025 6.883,3.317 8.1,2.8C9.317,2.267 10.617,2 12,2C13.383,2 14.683,2.267 15.9,2.8C17.117,3.317 18.175,4.025 19.075,4.925C19.975,5.825 20.683,6.883 21.2,8.1C21.733,9.317 22,10.617 22,12C22,13.383 21.733,14.683 21.2,15.9C20.683,17.117 19.975,18.175 19.075,19.075C18.175,19.975 17.117,20.692 15.9,21.225C14.683,21.742 13.383,22 12,22Z"
27        android:fillColor="@color/system_primary"/>
28  </group>
29</vector>
30