139c8a08b5e673dbf1416543840854faae39e59d9Svet Ganov<?xml version="1.0" encoding="utf-8"?>
2627973d89aac0e8b7c910621c039bef304091d99Jason Monk<!--
3627973d89aac0e8b7c910621c039bef304091d99Jason Monk    Copyright (C) 2015 The Android Open Source Project
4627973d89aac0e8b7c910621c039bef304091d99Jason Monk
5627973d89aac0e8b7c910621c039bef304091d99Jason Monk    Licensed under the Apache License, Version 2.0 (the "License");
6627973d89aac0e8b7c910621c039bef304091d99Jason Monk    you may not use this file except in compliance with the License.
7627973d89aac0e8b7c910621c039bef304091d99Jason Monk    You may obtain a copy of the License at
8627973d89aac0e8b7c910621c039bef304091d99Jason Monk
9627973d89aac0e8b7c910621c039bef304091d99Jason Monk         http://www.apache.org/licenses/LICENSE-2.0
10627973d89aac0e8b7c910621c039bef304091d99Jason Monk
11627973d89aac0e8b7c910621c039bef304091d99Jason Monk    Unless required by applicable law or agreed to in writing, software
12627973d89aac0e8b7c910621c039bef304091d99Jason Monk    distributed under the License is distributed on an "AS IS" BASIS,
13627973d89aac0e8b7c910621c039bef304091d99Jason Monk    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14627973d89aac0e8b7c910621c039bef304091d99Jason Monk    See the License for the specific language governing permissions and
15627973d89aac0e8b7c910621c039bef304091d99Jason Monk    limitations under the License.
16627973d89aac0e8b7c910621c039bef304091d99Jason Monk-->
17627973d89aac0e8b7c910621c039bef304091d99Jason Monk<vector xmlns:android="http://schemas.android.com/apk/res/android"
1839c8a08b5e673dbf1416543840854faae39e59d9Svet Ganov    android:width="24dp"
1939c8a08b5e673dbf1416543840854faae39e59d9Svet Ganov    android:height="24dp"
2039c8a08b5e673dbf1416543840854faae39e59d9Svet Ganov    android:viewportWidth="24"
2139c8a08b5e673dbf1416543840854faae39e59d9Svet Ganov    android:viewportHeight="24">
2239c8a08b5e673dbf1416543840854faae39e59d9Svet Ganov
2339c8a08b5e673dbf1416543840854faae39e59d9Svet Ganov    <path
2439c8a08b5e673dbf1416543840854faae39e59d9Svet Ganov        android:fillColor="#000000"
2539c8a08b5e673dbf1416543840854faae39e59d9Svet Ganov        android:pathData="M 12 8.8 C 13.7673111995 8.8 15.2 10.2326888005 15.2 12 C 15.2 13.7673111995 13.7673111995 15.2 12 15.2 C 10.2326888005 15.2 8.8 13.7673111995 8.8 12 C 8.8 10.2326888005 10.2326888005 8.8 12 8.8 Z" />
2639c8a08b5e673dbf1416543840854faae39e59d9Svet Ganov    <path
2739c8a08b5e673dbf1416543840854faae39e59d9Svet Ganov        android:fillColor="#000000"
2839c8a08b5e673dbf1416543840854faae39e59d9Svet Ganov        android:pathData="M9 2L7.17 4H4c-1.1 0-2 .9-2 2v12c0 1.1 .9 2 2 2h16c1.1 0 2-.9
2939c8a08b5e673dbf1416543840854faae39e59d9Svet Ganov2-2V6c0-1.1-.9-2-2-2h-3.17L15 2H9zm3 15c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5
3039c8a08b5e673dbf1416543840854faae39e59d9Svet Ganov5-2.24 5-5 5z" />
3139c8a08b5e673dbf1416543840854faae39e59d9Svet Ganov</vector>