36 lines
1021 B
XML
36 lines
1021 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">
|
|
|
|
<!-- 外框 -->
|
|
<path
|
|
android:fillColor="@android:color/transparent"
|
|
android:pathData="M5,4h14v16h-14z"
|
|
android:strokeWidth="2"
|
|
android:strokeColor="@color/icon_color"
|
|
android:strokeLineCap="round"
|
|
android:strokeLineJoin="round" />
|
|
|
|
<path
|
|
android:pathData="M8,8h8"
|
|
android:strokeWidth="2"
|
|
android:strokeColor="@color/icon_color"
|
|
android:strokeLineCap="round" />
|
|
|
|
<path
|
|
android:pathData="M8,12h8"
|
|
android:strokeWidth="2"
|
|
android:strokeColor="@color/icon_color"
|
|
android:strokeLineCap="round" />
|
|
|
|
<path
|
|
android:pathData="M8,16h5"
|
|
android:strokeWidth="2"
|
|
android:strokeColor="@color/icon_color"
|
|
android:strokeLineCap="round" />
|
|
|
|
</vector>
|