25 lines
837 B
XML
25 lines
837 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="24dp"
|
|
android:height="24dp"
|
|
android:viewportWidth="24"
|
|
android:viewportHeight="24">
|
|
|
|
<!-- 外圈 -->
|
|
<path
|
|
android:pathData="M12,3C16.9706,3 21,7.0294 21,12C21,16.9706 16.9706,21 12,21C7.0294,21 3,16.9706 3,12C3,7.0294 7.0294,3 12,3Z"
|
|
android:strokeWidth="1.5"
|
|
android:strokeColor="#E43521"
|
|
android:strokeLineCap="round"
|
|
android:strokeLineJoin="round"
|
|
android:fillColor="#00000000"/>
|
|
|
|
<!-- 向上箭头 -->
|
|
<path
|
|
android:pathData="M12,8L8,12H10.5V16H13.5V12H16L12,8Z"
|
|
android:strokeWidth="1.5"
|
|
android:strokeColor="#E43521"
|
|
android:fillColor="#00000000"
|
|
android:strokeLineJoin="round"
|
|
android:strokeLineCap="round"/>
|
|
</vector>
|