Bug 1845134 - Part 4: Update existing ui-icons to use the latest source from acorn...
[gecko.git] / mobile / android / android-components / components / ui / icons / src / main / res / drawable / mozac_ic_information_fill_24.xml
blobec7aea93c889b7c380490d8037dff469c5abd5cd
1 <!-- This Source Code Form is subject to the terms of the Mozilla Public
2    - License, v. 2.0. If a copy of the MPL was not distributed with this
3    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
4 <vector xmlns:android="http://schemas.android.com/apk/res/android"
5     xmlns:tools="http://schemas.android.com/tools"
6     android:width="24dp"
7     android:height="24dp"
8     android:viewportWidth="24"
9     android:viewportHeight="24">
10     <path
11         android:fillColor="@color/mozac_ui_icons_fill"
12         android:fillType="evenOdd"
13         android:pathData="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zm0.875-15v1.75h-1.75V7h1.75zm0 10v-6.25h-1.75V17h1.75z"
14         tools:ignore="VectorRaster"
15         tools:targetApi="n" />
16 </vector>