25 lines
1.3 KiB
XML
25 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
~ Copyright (C) 2021 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:viewportWidth="24"
|
|
android:viewportHeight="24"
|
|
android:width="24dp"
|
|
android:height="24dp">
|
|
<path
|
|
android:pathData="M15 9L9 9C8.45 9 8 9.45 8 10l0 12c0 0.55 0.45 1 1 1l6 0c0.55 0 1 -0.45 1 -1L16 10C16 9.45 15.55 9 15 9Zm-3 6c-1.1 0 -2 -0.9 -2 -2 0 -1.1 0.9 -2 2 -2 1.1 0 2 0.9 2 2 0 1.1 -0.9 2 -2 2zM7.05 6.05L8.46 7.46C9.37 6.56 10.62 6 12 6c1.38 0 2.63 0.56 3.54 1.46L16.95 6.05C15.68 4.78 13.93 4 12 4 10.07 4 8.32 4.78 7.05 6.05ZM12 0C8.96 0 6.21 1.23 4.22 3.22L5.63 4.63C7.26 3.01 9.51 2 12 2c2.49 0 4.74 1.01 6.36 2.64L19.77 3.23C17.79 1.23 15.04 0 12 0Z"
|
|
android:fillColor="#FFFFFF" />
|
|
</vector> |