summaryrefslogtreecommitdiffstats
path: root/mobile/android/fenix/app/src/main/res/drawable/ic_history_search.xml
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/android/fenix/app/src/main/res/drawable/ic_history_search.xml')
-rw-r--r--mobile/android/fenix/app/src/main/res/drawable/ic_history_search.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/mobile/android/fenix/app/src/main/res/drawable/ic_history_search.xml b/mobile/android/fenix/app/src/main/res/drawable/ic_history_search.xml
new file mode 100644
index 0000000000..ec5a0763fc
--- /dev/null
+++ b/mobile/android/fenix/app/src/main/res/drawable/ic_history_search.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- This Source Code Form is subject to the terms of the Mozilla Public
+ - License, v. 2.0. If a copy of the MPL was not distributed with this
+ - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="24dp"
+ android:height="24dp"
+ android:viewportWidth="24"
+ android:viewportHeight="24">
+ <path
+ android:pathData="M2.5,12C2.5,17.238 6.762,21.5 12,21.5C17.238,21.5 21.5,17.238 21.5,12C21.5,6.762 17.238,2.5 12,2.5C6.762,2.5 2.5,6.762 2.5,12ZM4,12C4,7.589 7.589,4 12,4C16.411,4 20,7.589 20,12C20,16.411 16.411,20 12,20C7.589,20 4,16.411 4,12ZM15.055,14.842C15.175,14.914 15.309,14.948 15.44,14.948C15.694,14.948 15.943,14.818 16.083,14.583C16.297,14.228 16.181,13.768 15.826,13.554L12.526,11.575V7.75C12.526,7.336 12.19,7 11.776,7C11.362,7 11.026,7.336 11.026,7.75V12L11.391,12.644L15.055,14.842Z"
+ android:fillColor="@color/mozac_ui_icons_fill"
+ android:fillType="evenOdd"/>
+</vector>