bgabriel998/SoftwareDevProject

View on GitHub
app/src/main/res/drawable/top_bar_user.xml

Summary

Maintainability
Test Coverage
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="35dp"
    android:height="35dp"
    android:viewportWidth="35"
    android:viewportHeight="35">
  <group>
    <clip-path
        android:pathData="M7,7h21v21L7,28z"/>
    <path
        android:pathData="M17.35,17.12c1.39,0 2.6,-0.5 3.58,-1.49a4.9,4.9 0,0 0,1.48 -3.57c0,-1.4 -0.5,-2.6 -1.48,-3.58A4.9,4.9 0,0 0,17.35 7c-1.39,0 -2.6,0.5 -3.58,1.48a4.9,4.9 0,0 0,-1.48 3.58c0,1.39 0.5,2.6 1.48,3.57a4.9,4.9 0,0 0,3.58 1.49zM14.65,9.35a3.66,3.66 0,0 1,2.7 -1.12c1.07,0 1.95,0.37 2.7,1.12a3.66,3.66 0,0 1,1.13 2.7c0,1.07 -0.37,1.96 -1.12,2.71a3.66,3.66 0,0 1,-2.71 1.13,3.66 3.66,0 0,1 -2.7,-1.13 3.66,3.66 0,0 1,-1.13 -2.7c0,-1.07 0.37,-1.95 1.12,-2.7zM26.2,23.15a12.49,12.49 0,0 0,-0.5 -2.66,6.6 6.6,0 0,0 -0.54,-1.25 4.69,4.69 0,0 0,-0.83 -1.08,3.65 3.65,0 0,0 -1.19,-0.74 4.1,4.1 0,0 0,-1.52 -0.28c-0.21,0 -0.42,0.1 -0.82,0.35l-0.85,0.55a4.9,4.9 0,0 1,-2.47 0.71,4.89 4.89,0 0,1 -2.46,-0.7l-0.86,-0.56c-0.4,-0.26 -0.6,-0.35 -0.82,-0.35 -0.55,0 -1.06,0.1 -1.52,0.28 -0.46,0.18 -0.86,0.43 -1.18,0.74 -0.32,0.3 -0.6,0.67 -0.83,1.08 -0.23,0.4 -0.41,0.82 -0.55,1.25a10.48,10.48 0,0 0,-0.5 2.66c-0.02,0.4 -0.04,0.82 -0.04,1.24 0,1.1 0.35,1.98 1.04,2.64 0.68,0.64 1.57,0.97 2.67,0.97h10.1c1.1,0 2,-0.33 2.68,-0.97a3.49,3.49 0,0 0,1.03 -2.64c0,-0.42 -0.01,-0.84 -0.04,-1.24zM24.36,26.14a2.5,2.5 0,0 1,-1.82 0.63L12.43,26.77c-0.78,0 -1.37,-0.2 -1.82,-0.63 -0.44,-0.42 -0.66,-1 -0.66,-1.75a11.2,11.2 0,0 1,0.48 -3.53c0.11,-0.34 0.26,-0.68 0.45,-1 0.18,-0.32 0.38,-0.59 0.6,-0.8 0.22,-0.2 0.48,-0.37 0.8,-0.5 0.29,-0.11 0.61,-0.17 0.97,-0.18l0.24,0.14 0.87,0.56a6.1,6.1 0,0 0,4.86 0.62,6.1 6.1,0 0,0 1.39,-0.62 114.1,114.1 0,0 0,1.1 -0.7c0.36,0 0.69,0.07 0.98,0.18 0.31,0.13 0.58,0.3 0.79,0.5 0.22,0.21 0.43,0.48 0.6,0.8 0.2,0.32 0.34,0.66 0.45,1a9.22,9.22 0,0 1,0.44 2.37c0.03,0.38 0.04,0.76 0.04,1.16 0,0.76 -0.21,1.33 -0.65,1.75z"
        android:fillColor="#000"/>
  </group>
  <path
      android:pathData="M17.5,17.5m-16.5,0a16.5,16.5 0,1 1,33 0a16.5,16.5 0,1 1,-33 0"
      android:strokeWidth="2"
      android:fillColor="#00000000"
      android:strokeColor="#000"/>
</vector>