Files
m-stecmd/app/src/main/res/drawable/ic_nav_collect.xml
阿猫 e96e92d7ab *
2026-09-03 12:38:16 +08:00

13 lines
557 B
XML

<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp" android:height="24dp"
android:viewportWidth="24" android:viewportHeight="24">
<!-- 蓝牙符号:采集 Tab -->
<path android:strokeColor="#FF000000"
android:strokeWidth="1.8"
android:strokeLineCap="round"
android:strokeLineJoin="round"
android:fillColor="#00000000"
android:pathData="M12,2.5 L12,21.5 M12,2.5 L16.5,6.8 L7.5,17.2 M12,21.5 L16.5,17.2 L7.5,6.8" />
</vector>