12345678910111213 |
- <vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="40dp"
- android:height="40dp"
- android:viewportWidth="40"
- android:viewportHeight="40">
- <path
- android:pathData="M35,16.667V13.333C34.999,12.749 34.845,12.175 34.553,11.669C34.26,11.163 33.84,10.742 33.333,10.45L21.667,3.783C21.16,3.491 20.585,3.337 20,3.337C19.415,3.337 18.84,3.491 18.333,3.783L6.667,10.45C6.16,10.742 5.74,11.163 5.447,11.669C5.155,12.175 5.001,12.749 5,13.333V26.667C5.001,27.251 5.155,27.825 5.447,28.331C5.74,28.837 6.16,29.258 6.667,29.55L18.333,36.217C18.84,36.509 19.415,36.663 20,36.663C20.585,36.663 21.16,36.509 21.667,36.217L25,34.317M12.5,7.117L27.5,15.7M5.483,11.667L20,20M20,20L34.517,11.667M20,20V36.667M33.783,28.783L36.667,31.667M35,25.833C35,28.135 33.134,30 30.833,30C28.532,30 26.667,28.135 26.667,25.833C26.667,23.532 28.532,21.667 30.833,21.667C33.134,21.667 35,23.532 35,25.833Z"
- android:strokeLineJoin="round"
- android:strokeWidth="3"
- android:fillColor="#00000000"
- android:strokeColor="#DCEDC2"
- android:strokeLineCap="round"/>
- </vector>
|