summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_edit.xml
blob: 1116c1c098d473eba10b3a2b9415daa260034242 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
  android:width="30dp"
  android:height="30dp"
  android:viewportWidth="48"
  android:viewportHeight="48">

  <path
    android:fillColor="#ffffff"
    android:pathData="M14,28c-3.31,0-6,2.689-6,6c0,2.62-2.31,4-4,4c1.84,
    2.439,4.99,4,8,4c4.42,0,8-3.58,8-8C20,30.689,17.31,28,14,28Z
    M41.41,9.26l-2.67-2.67c-0.78-0.78-2.051-0.78-2.83,0L18,	
    24.5l5.5,5.5l17.91-17.91C42.2,11.3,42.2,10.04,41.41,9.26z" />
  </vector>