PaintAR/app/src/main/res/drawable/camera.xml
2024-12-06 16:45:56 +08:00

25 lines
942 B
XML

<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="48"
android:viewportHeight="48">
<path
android:pathData="M15,12L18,6H30L33,12H15Z"
android:strokeLineJoin="round"
android:strokeWidth="1"
android:fillColor="#00000000"
android:strokeColor="#000000"/>
<path
android:pathData="M7,12L41,12A3,3 0,0 1,44 15L44,39A3,3 0,0 1,41 42L7,42A3,3 0,0 1,4 39L4,15A3,3 0,0 1,7 12z"
android:strokeLineJoin="round"
android:strokeWidth="1"
android:fillColor="#00000000"
android:strokeColor="#000000"/>
<path
android:pathData="M24,35C28.418,35 32,31.418 32,27C32,22.582 28.418,19 24,19C19.582,19 16,22.582 16,27C16,31.418 19.582,35 24,35Z"
android:strokeLineJoin="round"
android:strokeWidth="4"
android:fillColor="#00000000"
android:strokeColor="#000000"/>
</vector>