| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <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,8V4H8"
- android:strokeLineJoin="round"
- android:strokeWidth="2"
- android:fillColor="#00000000"
- android:strokeColor="@android:color/black"
- android:strokeLineCap="round"/>
- <path
- android:pathData="M6,8L18,8A2,2 0,0 1,20 10L20,18A2,2 0,0 1,18 20L6,20A2,2 0,0 1,4 18L4,10A2,2 0,0 1,6 8z"
- android:strokeLineJoin="round"
- android:strokeWidth="2"
- android:fillColor="#00000000"
- android:strokeColor="@android:color/black"
- android:strokeLineCap="round"/>
- <path
- android:pathData="M2,14h2"
- android:strokeLineJoin="round"
- android:strokeWidth="2"
- android:fillColor="#00000000"
- android:strokeColor="@android:color/black"
- android:strokeLineCap="round"/>
- <path
- android:pathData="M20,14h2"
- android:strokeLineJoin="round"
- android:strokeWidth="2"
- android:fillColor="#00000000"
- android:strokeColor="@android:color/black"
- android:strokeLineCap="round"/>
- <path
- android:pathData="M15,13v2"
- android:strokeLineJoin="round"
- android:strokeWidth="2"
- android:fillColor="#00000000"
- android:strokeColor="@android:color/black"
- android:strokeLineCap="round"/>
- <path
- android:pathData="M9,13v2"
- android:strokeLineJoin="round"
- android:strokeWidth="2"
- android:fillColor="#00000000"
- android:strokeColor="@android:color/black"
- android:strokeLineCap="round"/>
- </vector>
|