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

14 lines
705 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="M22,6a2,2 0,0 1,-2.07 2l-3.2,5a2,2 0,1 1,-3.8 0.8l-3.2,-2.1A2,2 0,0 1,8.9 12l-3.2,5A2,2 0,1 1,4.07 16l3.164,-5.1a2,2 0,1 1,3.8 -0.8l3.2,2.1A2,2 0,0 1,15.1 12l3.2,-5A2,2 0,1 1,22 6z" />
</vector>