1
0
Fork 0
fenix/app/src/main/res/drawable/ic_shortcuts.xml

14 lines
963 B
XML

<?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="M10 12.2c0 1.5 0.7 2.5 1.8 2.5 1.2 0 2-1 2-2.5 0-1.6-0.8-2.6-2-2.6-1.1 0-1.8 1-1.8 2.6M21 11c0 3.4-1.6 5.6-4.3 5.6-1.3 0-2.4-0.6-2.6-1.7h-0.2c-0.4 1.1-1.3 1.7-2.6 1.7-2.2 0-3.8-1.8-3.8-4.6 0-2.7 1.5-4.5 3.7-4.5 1.2 0 2.2 0.6 2.6 1.6h0.1V7.9h2.3v5.8c0 0.8 0.3 1.2 1 1.2 1 0 1.8-1.3 1.8-3.6 0-4-2.7-6.6-6.9-6.6S5 7.7 5 12.1c0 4.6 3 7.3 7.6 7.3a10 10 0 0 0 3-0.4v1.8c-1 0.2-2 0.4-3.2 0.4C6.9 21.2 3 17.7 3 12 3 6.7 6.8 3 12.2 3c5.2 0 8.8 3.2 8.8 8"
android:fillColor="?primaryText" />
</vector>