mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
34 lines
1.4 KiB
XML
34 lines
1.4 KiB
XML
<!--
|
|
Copyright (C) 2019 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="48dp"
|
|
android:height="43dp"
|
|
android:viewportWidth="48"
|
|
android:viewportHeight="43">
|
|
<group>
|
|
<clip-path
|
|
android:pathData="M48,43l-48,-0l-0,-43l48,-0z"/>
|
|
<path
|
|
android:pathData="M24,43C37.2548,43 48,32.2548 48,19L48,0L0,-0L0,19C0,32.2548 10.7452,43 24,43Z"
|
|
android:fillColor="@color/compat_controls_background"
|
|
android:strokeAlpha="0.8"
|
|
android:fillAlpha="0.8"/>
|
|
<path
|
|
android:pathData="M31,12.41L29.59,11L24,16.59L18.41,11L17,12.41L22.59,18L17,23.59L18.41,25L24,19.41L29.59,25L31,23.59L25.41,18L31,12.41Z"
|
|
android:fillColor="@color/compat_controls_text"/>
|
|
</group>
|
|
</vector>
|