12345678910 |
- <vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="24dp"
- android:height="24dp"
- android:viewportWidth="24"
- android:viewportHeight="24"
- android:tint="?attr/colorControlNormal">
- <path
- android:fillColor="@android:color/white"
- android:pathData="M13,19V7.83c0.85,-0.3 1.53,-0.98 1.83,-1.83H18l-2.78,6.49c-0.17,0.39 -0.23,0.84 -0.11,1.25c0.39,1.3 1.76,2.26 3.39,2.26s3.01,-0.96 3.39,-2.26c0.12,-0.41 0.06,-0.86 -0.11,-1.25L19,6h1c0.55,0 1,-0.45 1,-1s-0.45,-1 -1,-1h-5.17C14.42,2.83 13.31,2 12,2S9.58,2.83 9.17,4L4,4C3.45,4 3,4.45 3,5c0,0.55 0.45,1 1,1h1l-2.78,6.49c-0.17,0.39 -0.23,0.84 -0.11,1.25C2.49,15.04 3.87,16 5.5,16s3.01,-0.96 3.39,-2.26c0.12,-0.41 0.06,-0.86 -0.11,-1.25L6,6h3.17c0.3,0.85 0.98,1.53 1.83,1.83V19M11,19H3c-0.55,0 -1,0.45 -1,1s0.45,1 1,1h18c0.55,0 1,-0.45 1,-1s-0.45,-1 -1,-1h-8M20.37,13h-3.74l1.87,-4.36L20.37,13zM7.37,13H3.63L5.5,8.64L7.37,13zM12,6c-0.55,0 -1,-0.45 -1,-1c0,-0.55 0.45,-1 1,-1s1,0.45 1,1C13,5.55 12.55,6 12,6z"/>
- </vector>
|