summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_editor_colors.xml
blob: df1828e53a0f9068e9ee8a70b5b0af481ffcfcc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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="@color/white"
        android:pathData="M19 2H5c-1.1 0-2 .9-2 2v14c0 1.1 .9 2 2 2h4l3 3 3-3h4c1.1 0 2-.9
2-2V4c0-1.1-.9-2-2-2zm-5.12 10.88L12 17l-1.88-4.12L6 11l4.12-1.88L12 5l1.88
4.12L18 11l-4.12 1.88z" />
</vector>