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

14 lines
1.2 KiB
XML
Raw Normal View History

<?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"
2019-04-09 00:37:49 +02:00
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
2019-04-13 00:20:49 +02:00
android:fillColor="?primaryText"
2019-04-09 00:37:49 +02:00
android:pathData="M12,2C6.4772,2 2,6.4772 2,12C2,17.5228 6.4772,22 12,22C17.5228,22 22,17.5228 22,12C21.9939,6.4797 17.5203,2.0061 12,2ZM19.931,11L15.981,11C15.9554,8.7791 15.5436,6.5797 14.764,4.5C17.5622,5.5357 19.5532,8.0403 19.931,11L19.931,11ZM12,20C11.52,20 10.192,17.6 10.019,13L13.981,13C13.808,17.6 12.48,20 12,20ZM10.019,11C10.192,6.4 11.519,4 12,4C12.481,4 13.808,6.4 13.981,11L10.019,11ZM9.236,4.5C8.4564,6.5797 8.0446,8.7791 8.019,11L4.069,11C4.4468,8.0403 6.4378,5.5357 9.236,4.5ZM4.069,13L8.019,13C8.0446,15.2209 8.4564,17.4203 9.236,19.5C6.4378,18.4643 4.4468,15.9597 4.069,13L4.069,13ZM14.769,19.5C15.5469,17.42 15.957,15.2206 15.981,13L19.931,13C19.5532,15.9597 17.5622,18.4643 14.764,19.5L14.769,19.5Z" />
</vector>