18 lines
525 B
XML
18 lines
525 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:pathData="M6,4h12v16l-6,-4l-6,4z"
|
|
android:strokeWidth="2"
|
|
android:strokeColor="@color/icon_color"
|
|
android:fillColor="@color/icon_color"
|
|
android:strokeLineJoin="round"
|
|
android:strokeLineCap="round" />
|
|
|
|
</vector>
|