32 lines
1.3 KiB
XML
32 lines
1.3 KiB
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:fillColor="#FFFFFFFF"
|
|
android:pathData="M12,2 L10.5,4.5 L7.5,4.5 L6,7 L3.5,8.5 L3.5,11.5 L6,13 L7.5,15.5 L10.5,15.5 L12,18 L13.5,15.5 L16.5,15.5 L18,13 L20.5,11.5 L20.5,8.5 L18,7 L16.5,4.5 L13.5,4.5 Z M12,8 C14.21,8 16,9.79 16,12 C16,14.21 14.21,16 12,16 C9.79,16 8,14.21 8,12 C8,9.79 9.79,8 12,8 Z"/>
|
|
|
|
<!-- 内圈 -->
|
|
<path
|
|
android:fillColor="#FFFFFFFF"
|
|
android:pathData="M12,10 C10.9,10 10,10.9 10,12 C10,13.1 10.9,14 12,14 C13.1,14 14,13.1 14,12 C14,10.9 13.1,10 12,10 Z"/>
|
|
|
|
<!-- 循环箭头 -->
|
|
<path
|
|
android:strokeColor="#FFFFFFFF"
|
|
android:strokeWidth="1.5"
|
|
android:strokeLineCap="round"
|
|
android:fillColor="#00000000"
|
|
android:pathData="M19,12 C19,15.87 15.87,19 12,19 C8.13,19 5,15.87 5,12 M5,12 L7,10 M5,12 L7,14"/>
|
|
|
|
<path
|
|
android:strokeColor="#FFFFFFFF"
|
|
android:strokeWidth="1.5"
|
|
android:strokeLineCap="round"
|
|
android:fillColor="#00000000"
|
|
android:pathData="M5,12 C5,8.13 8.13,5 12,5 C15.87,5 19,8.13 19,12 M19,12 L17,10 M19,12 L17,14"/>
|
|
</vector>
|