diff options
Diffstat (limited to 'mobile/android/themes/geckoview/images')
17 files changed, 48 insertions, 0 deletions
diff --git a/mobile/android/themes/geckoview/images/accessiblecaret-normal-hdpi.png b/mobile/android/themes/geckoview/images/accessiblecaret-normal-hdpi.png Binary files differnew file mode 100644 index 0000000000..6bd0d1ac40 --- /dev/null +++ b/mobile/android/themes/geckoview/images/accessiblecaret-normal-hdpi.png diff --git a/mobile/android/themes/geckoview/images/accessiblecaret-normal-xhdpi.png b/mobile/android/themes/geckoview/images/accessiblecaret-normal-xhdpi.png Binary files differnew file mode 100644 index 0000000000..109cd8423e --- /dev/null +++ b/mobile/android/themes/geckoview/images/accessiblecaret-normal-xhdpi.png diff --git a/mobile/android/themes/geckoview/images/accessiblecaret-normal-xxhdpi.png b/mobile/android/themes/geckoview/images/accessiblecaret-normal-xxhdpi.png Binary files differnew file mode 100644 index 0000000000..877ad8756e --- /dev/null +++ b/mobile/android/themes/geckoview/images/accessiblecaret-normal-xxhdpi.png diff --git a/mobile/android/themes/geckoview/images/accessiblecaret-tilt-left-hdpi.png b/mobile/android/themes/geckoview/images/accessiblecaret-tilt-left-hdpi.png Binary files differnew file mode 100644 index 0000000000..2baa613fa4 --- /dev/null +++ b/mobile/android/themes/geckoview/images/accessiblecaret-tilt-left-hdpi.png diff --git a/mobile/android/themes/geckoview/images/accessiblecaret-tilt-left-xhdpi.png b/mobile/android/themes/geckoview/images/accessiblecaret-tilt-left-xhdpi.png Binary files differnew file mode 100644 index 0000000000..0a6987dfdd --- /dev/null +++ b/mobile/android/themes/geckoview/images/accessiblecaret-tilt-left-xhdpi.png diff --git a/mobile/android/themes/geckoview/images/accessiblecaret-tilt-left-xxhdpi.png b/mobile/android/themes/geckoview/images/accessiblecaret-tilt-left-xxhdpi.png Binary files differnew file mode 100644 index 0000000000..5d564d32fb --- /dev/null +++ b/mobile/android/themes/geckoview/images/accessiblecaret-tilt-left-xxhdpi.png diff --git a/mobile/android/themes/geckoview/images/accessiblecaret-tilt-right-hdpi.png b/mobile/android/themes/geckoview/images/accessiblecaret-tilt-right-hdpi.png Binary files differnew file mode 100644 index 0000000000..ae798d5cc6 --- /dev/null +++ b/mobile/android/themes/geckoview/images/accessiblecaret-tilt-right-hdpi.png diff --git a/mobile/android/themes/geckoview/images/accessiblecaret-tilt-right-xhdpi.png b/mobile/android/themes/geckoview/images/accessiblecaret-tilt-right-xhdpi.png Binary files differnew file mode 100644 index 0000000000..847bff0d29 --- /dev/null +++ b/mobile/android/themes/geckoview/images/accessiblecaret-tilt-right-xhdpi.png diff --git a/mobile/android/themes/geckoview/images/accessiblecaret-tilt-right-xxhdpi.png b/mobile/android/themes/geckoview/images/accessiblecaret-tilt-right-xxhdpi.png Binary files differnew file mode 100644 index 0000000000..773a5a89fa --- /dev/null +++ b/mobile/android/themes/geckoview/images/accessiblecaret-tilt-right-xxhdpi.png diff --git a/mobile/android/themes/geckoview/images/add.svg b/mobile/android/themes/geckoview/images/add.svg new file mode 100644 index 0000000000..7796815d9b --- /dev/null +++ b/mobile/android/themes/geckoview/images/add.svg @@ -0,0 +1,6 @@ +<!-- 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/. --> +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="context-fill" fill-opacity="context-fill-opacity"> + <path d="M14 7H9V2a1 1 0 0 0-2 0v5H2a1 1 0 1 0 0 2h5v5a1 1 0 0 0 2 0V9h5a1 1 0 0 0 0-2z"/> +</svg> diff --git a/mobile/android/themes/geckoview/images/arrow-down.svg b/mobile/android/themes/geckoview/images/arrow-down.svg new file mode 100644 index 0000000000..05279202d2 --- /dev/null +++ b/mobile/android/themes/geckoview/images/arrow-down.svg @@ -0,0 +1,6 @@ +<!-- 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/. --> +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="context-fill" fill-opacity="context-fill-opacity"> + <path d="M8 12a1 1 0 0 1-.707-.293l-5-5a1 1 0 0 1 1.414-1.414L8 9.586l4.293-4.293a1 1 0 0 1 1.414 1.414l-5 5A1 1 0 0 1 8 12z"/> +</svg> diff --git a/mobile/android/themes/geckoview/images/arrow-up.svg b/mobile/android/themes/geckoview/images/arrow-up.svg new file mode 100644 index 0000000000..42eabd2494 --- /dev/null +++ b/mobile/android/themes/geckoview/images/arrow-up.svg @@ -0,0 +1,6 @@ +<!-- 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/. --> +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="context-fill" fill-opacity="context-fill-opacity"> + <path d="M8 4a1 1 0 00-.707.293l-5 5a1 1 0 001.414 1.414L8 6.414l4.293 4.293a1 1 0 001.414-1.414l-5-5A1 1 0 008 4z"/> +</svg> diff --git a/mobile/android/themes/geckoview/images/dropmarker-right.svg b/mobile/android/themes/geckoview/images/dropmarker-right.svg new file mode 100644 index 0000000000..411417f88e --- /dev/null +++ b/mobile/android/themes/geckoview/images/dropmarker-right.svg @@ -0,0 +1,6 @@ +<!-- 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/. --> +<svg width="7px" height="10px" xmlns="http://www.w3.org/2000/svg"> + <polyline points="1 1 6 5 1 9" stroke="#414141" stroke-width="2" stroke-linecap="round" fill="none" stroke-linejoin="round"/> +</svg> diff --git a/mobile/android/themes/geckoview/images/dropmarker.svg b/mobile/android/themes/geckoview/images/dropmarker.svg new file mode 100644 index 0000000000..1f52a0bd50 --- /dev/null +++ b/mobile/android/themes/geckoview/images/dropmarker.svg @@ -0,0 +1,6 @@ +<!-- 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/. --> +<svg width="10px" height="7px" xmlns="http://www.w3.org/2000/svg"> + <polyline points="1 1 5 6 9 1" stroke="#414141" stroke-width="2" stroke-linecap="round" fill="none" stroke-linejoin="round"/> +</svg> diff --git a/mobile/android/themes/geckoview/images/lock.svg b/mobile/android/themes/geckoview/images/lock.svg new file mode 100644 index 0000000000..e0854cc15b --- /dev/null +++ b/mobile/android/themes/geckoview/images/lock.svg @@ -0,0 +1,6 @@ +<!-- 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/. --> +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="context-fill" fill-opacity="context-fill-opacity"> + <path d="M12,7 L13,7 C13.5522847,7 14,7.44771525 14,8 L14,14 C14,14.5522847 13.5522847,15 13,15 L3,15 C2.44771525,15 2,14.5522847 2,14 L2,8 C2,7.44771525 2.44771525,7 3,7 L4,7 L4,5.00032973 C4,2.79202307 5.79321704,1 8,1 C10.2075938,1 12,2.79481161 12,5.00032973 L12,7 Z M10,7 L10,5.00032973 C10,3.89878113 9.10242341,3 8,3 C6.89748845,3 6,3.89689088 6,5.00032973 L6,7 L10,7 Z"/> +</svg> diff --git a/mobile/android/themes/geckoview/images/search-clear.svg b/mobile/android/themes/geckoview/images/search-clear.svg new file mode 100644 index 0000000000..17d2eb692c --- /dev/null +++ b/mobile/android/themes/geckoview/images/search-clear.svg @@ -0,0 +1,6 @@ +<!-- 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/. --> +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="context-fill" fill-opacity="context-fill-opacity"> + <path d="M6.586 8l-2.293 2.293a1 1 0 0 0 1.414 1.414L8 9.414l2.293 2.293a1 1 0 0 0 1.414-1.414L9.414 8l2.293-2.293a1 1 0 1 0-1.414-1.414L8 6.586 5.707 4.293a1 1 0 0 0-1.414 1.414L6.586 8zM8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0z"/> +</svg> diff --git a/mobile/android/themes/geckoview/images/search.svg b/mobile/android/themes/geckoview/images/search.svg new file mode 100644 index 0000000000..840ca07bd2 --- /dev/null +++ b/mobile/android/themes/geckoview/images/search.svg @@ -0,0 +1,6 @@ +<!-- 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/. --> +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="context-fill" fill-opacity="context-fill-opacity"> + <path d="M15.707 14.293l-4.822-4.822a6.019 6.019 0 1 0-1.414 1.414l4.822 4.822a1 1 0 0 0 1.414-1.414zM6 10a4 4 0 1 1 4-4 4 4 0 0 1-4 4z"/> +</svg> |