Drone3D-Team/Drone3D

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

Summary

Maintainability
Test Coverage
<!--
  ~ Copyright (C) 2021  Drone3D-Team
  ~ The license can be found in LICENSE at root of the repository
  -->

<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="M10,20v-6h4v6h5v-8h3L12,3 2,12h3v8z"
        android:fillColor="#000000" />
</vector>