aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/drawable/ic_shield_on.xml
blob: 39416ed842676432af247256ac4a41f5dfbcff60 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="25dp"
    android:viewportWidth="24"
    android:viewportHeight="25">
  <path
      android:pathData="M4,11.5V6.1499L12,2.5943L20,6.1499V11.5C20,16.5434 16.556,21.2257 12,22.4673C7.444,21.2257 4,16.5434 4,11.5Z"
      android:strokeWidth="2"
      android:fillColor="#00000000"
      android:strokeColor="#2CC766"/>
  <path
      android:pathData="M9,12.9234L10.6951,14.5L15,10.5"
      android:strokeWidth="2"
      android:fillColor="#00000000"
      android:strokeColor="#2CC766"
      android:strokeLineCap="square"/>
</vector>