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

14 lines
852 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="M11.38 4.84a5.47 5.47 0 0 0-1.34 4.32L9 10.2a0.47 0.47 0 0 0 0 0.6c0.12 0.2 0.26 0.4 0.43 0.56 0.21 0.19 0.4 0.4 0.57 0.64l-7 7v1.7a0.3 0.3 0 0 0 0.3 0.3H7v-1h1v-1.5h1V18h1v-2h1l1.6-1.6h0.3l0.6 0.6c0.3 0.3 0.3 0.3 0.47 0.3a0.56 0.56 0 0 0 0.35-0.16l0.9-1.15 0.28 0a5.5 5.5 0 1 0-4.12-9.16zM17.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z"
android:fillColor="?primaryText" />
</vector>