27 lines
1.3 KiB
XML
27 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
~ Copyright (C) 2023 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="@dimen/icon_size"
|
|
android:height="@dimen/icon_size"
|
|
android:viewportHeight="48.0"
|
|
android:viewportWidth="48.0">
|
|
<path
|
|
android:fillColor="@color/qc_default_icon_color"
|
|
android:pathData="M15.5,32.75H18.25L20.1,27.3H28.05L29.95,32.75H32.6L25.25,13.15H22.85ZM20.85,24.9 L23.9,16.75H24.15L27.25,24.9ZM24.05,46.55 L17.3,40H8V30.7L1.3,24L8,17.3V8H17.3L24.05,1.3L30.7,8H40V17.3L46.7,24L40,30.7V40H30.7ZM24.05,23.95ZM24.05,42.35 L29.45,37H37V29.45L42.45,24L37,18.55V11H29.45L24.05,5.55L18.55,11H11V18.55L5.55,24L11,29.45V37H18.5Z"/>
|
|
</vector>
|