ref: e4d7079147c16b0d67cd39e35f5d943644d24c68
app/src/main/res/drawable/inexact.xml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
<!-- SPDX-FileCopyrightText: Michael Irigoyen SPDX-License-Identifier: Apache-2.0 source: https://pictogrammers.com/library/mdi/icon/tilde/ --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:tint="?attr/colorOnSurface" android:viewportWidth="24" android:viewportHeight="24"> <path android:fillColor="#000000" android:pathData="M2,15C2,15 2,9 8,9C12,9 12.5,12.5 15.5,12.5C19.5,12.5 19.5,9 19.5,9H22C22,9 22,15 16,15C12,15 10.5,11.5 8.5,11.5C4.5,11.5 4.5,15 4.5,15H2" /> </vector> |