1<vector xmlns:android="http://schemas.android.com/apk/res/android" 2 android:width="24dp" 3 android:height="24dp" 4 android:viewportWidth="24" 5 android:viewportHeight="24" 6 android:tint="?attr/colorControlNormal"> 7 <path 8 android:pathData="M18.8 6.5c-.7 0-1.3-.6-1.3-1.3 0-.7.6-1.3 1.3-1.3.7 0 1.3.6 1.3 1.3 0 .7-.6 1.3-1.3 1.3Zm-7.6 0c-.7 0-1.3-.6-1.3-1.3 0-.7.6-1.3 1.3-1.3.7 0 1.3.6 1.3 1.3 0 .7-.6 1.3-1.3 1.3Zm4.5-1.7-.1.3-.3 2.8-.3 2.2-.3-2.2-.3-2.8v-.3A3.2 3.2 0 0 0 11.1 2 3.2 3.2 0 0 0 8 5.2C8 7 9.4 8.5 11.2 8.5l1-.2L14 22h2l1.8-13.7 1 .2C20.6 8.5 22 7 22 5.2 22 3.4 20.6 2 18.8 2c-1.6 0-2.9 1.2-3.1 2.8ZM6.5 22H4V8l1.5 1c.6.3 1 1 1 1.6V22Zm-1-15c.6-.3 1-1 1-1.6V4a2 2 0 0 0-1.6-2L4 2v6l1.5-1Z" 9 android:fillColor="@android:color/white" 10 android:fillType="evenOdd"/> 11</vector> 12