1234567891011121314151617181920 |
- <vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="20dp"
- android:height="20dp"
- android:viewportWidth="20"
- android:viewportHeight="20">
- <path
- android:pathData="M0,0h20v20h-20z"
- android:strokeAlpha="0"
- android:strokeWidth="1"
- android:fillColor="#000000"
- android:fillType="nonZero"
- android:strokeColor="#00000000"
- android:fillAlpha="0"/>
- <path
- android:pathData="M13.252,6.7078C12.9127,6.3684 12.3625,6.3684 12.0232,6.7078C11.6839,7.0471 11.6839,7.5972 12.0232,7.9365C13.0412,8.9545 13.0412,10.6049 12.0232,11.6229C11.6839,11.9622 11.6839,12.5123 12.0232,12.8516C12.3625,13.191 12.9127,13.191 13.252,12.8516C14.9486,11.1551 14.9486,8.4043 13.252,6.7076L13.252,6.7078ZM9.183,3.5237L9.183,3.5237L5.4756,6.3043L3.1573,6.3043C2.5129,6.3043 2,6.8183 2,7.4522L2,12.1077C2,12.7331 2.5182,13.2555 3.1573,13.2555L5.4756,13.2555L9.183,16.0362C9.6985,16.4227 10.1097,16.2112 10.1097,15.5698L10.1097,3.9902C10.1097,3.3568 9.6948,3.14 9.183,3.5237L9.183,3.5237ZM15.7096,4.2503C15.3702,3.9109 14.8201,3.9109 14.4808,4.2503C14.1415,4.5896 14.1414,5.1397 14.4808,5.479C16.8561,7.8543 16.8561,11.7054 14.4808,14.0807C14.1414,14.42 14.1414,14.9702 14.4808,15.3095C14.8201,15.6488 15.3702,15.6488 15.7096,15.3095L15.7096,15.3095C18.7635,12.2555 18.7635,7.3042 15.7096,4.2502L15.7096,4.2503Z"
- android:strokeWidth="1"
- android:fillColor="#9A9EB3"
- android:fillType="evenOdd"
- android:strokeColor="#00000000"/>
- </vector>
|