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

14 lines
848 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:fillColor="?primaryText"
android:pathData="M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20zm8 9h-4c0-2.2-0.5-4.4-1.2-6.5a8 8 0 0 1 5.1 6.5zm-8 9c-0.5 0-1.8-2.4-2-7h4c-0.2 4.6-1.5 7-2 7zm-2-9c0.2-4.6 1.5-7 2-7s1.8 2.4 2 7h-4zm-0.8-6.5C8.5 6.5 8 8.8 8 11H4a8 8 0 0 1 5.2-6.5zM4.1 13h4c0 2.2 0.4 4.4 1.1 6.5A8 8 0 0 1 4.1 13zm10.7 6.5c0.7-2 1.2-4.3 1.2-6.5h4a8 8 0 0 1-5.2 6.5z" />
</vector>