summaryrefslogtreecommitdiff
path: root/android/app/src/main/res/drawable/ic_add.xml
blob: a96533f22a3ecf7649bf8f00b078828eae6ab79c (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:pathData="M12,5 L12,19 M5,12 L19,12"
        android:strokeWidth="2"
        android:strokeColor="#FFFFFF"
        android:fillColor="@android:color/transparent"
        android:strokeLineCap="round" />
</vector>