1234567891011121314151617181920212223242526272829303132333435363738 |
- <?xml version="1.0" encoding="utf-8"?>
- <!--
- Copyright (C) 2017 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="48dp"
- android:viewportWidth="48.0"
- android:viewportHeight="48.0">
- <path
- android:fillColor="#66000000"
- android:pathData="M0,24a24,24 0 1,0 48,0a24,24 0 1,0 -48,0"/>
- <path
- android:fillColor="#FF1B5E20"
- android:pathData="M2,24a22,22 0 1,0 44,0a22,22 0 1,0 -44,0"/>
- <group
- android:translateX="12"
- android:translateY="12">
- <path
- android:fillColor="#FFFFFFFF"
- android:pathData="M16,12V4H17V2H7V4H8V12L6,14V16H11.2V22H12.8V16H18V14L16,12Z"/>
- </group>
- </vector>
|