30 lines
1.5 KiB
XML
30 lines
1.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2022 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:width="24dp"
|
|
android:height="24dp"
|
|
android:viewportWidth="24"
|
|
android:viewportHeight="24"
|
|
android:tint="?attr/colorControlNormal">
|
|
<path
|
|
android:pathData="M19,4H10.98C10.06,2.79 8.63,2 7,2C4.24,2 2,4.24 2,7C2,9.76 4.24,12 7,12C8.63,12 10.06,11.21 10.98,10H19C20.66,10 22,8.66 22,7C22,5.34 20.66,4 19,4ZM19,8H11.9C11.97,7.68 12,7.34 12,7C12,6.66 11.96,6.32 11.9,6H19C19.55,6 20,6.45 20,7C20,7.55 19.55,8 19,8Z"
|
|
android:fillColor="#1F1F1F"/>
|
|
<path
|
|
android:pathData="M5,14H13.02C13.94,12.79 15.37,12 17,12C19.76,12 22,14.24 22,17C22,19.76 19.76,22 17,22C15.37,22 13.94,21.21 13.02,20H5C3.34,20 2,18.66 2,17C2,15.34 3.34,14 5,14ZM5,18H12.1C12.03,17.68 12,17.34 12,17C12,16.66 12.04,16.32 12.1,16H5C4.45,16 4,16.45 4,17C4,17.55 4.45,18 5,18Z"
|
|
android:fillColor="#1F1F1F"/>
|
|
</vector>
|