| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,29 @@ |
| 1 |
+<!-- |
|
| 2 |
+ ~ Copyright (c) 2023 Samson Achiaga |
|
| 3 |
+ ~ |
|
| 4 |
+ ~ Licensed under the Apache License, Version 2.0 (the "License"); |
|
| 5 |
+ ~ you may not use this file except in compliance with the License. |
|
| 6 |
+ ~ You may obtain a copy of the License at |
|
| 7 |
+ ~ |
|
| 8 |
+ ~ http://www.apache.org/licenses/LICENSE-2.0 |
|
| 9 |
+ ~ |
|
| 10 |
+ ~ Unless required by applicable law or agreed to in writing, software |
|
| 11 |
+ ~ distributed under the License is distributed on an "AS IS" BASIS, |
|
| 12 |
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
|
| 13 |
+ ~ See the License for the specific language governing permissions and |
|
| 14 |
+ ~ limitations under the License. |
|
| 15 |
+ --> |
|
| 16 |
+ |
|
| 17 |
+<vector xmlns:android="http://schemas.android.com/apk/res/android" |
|
| 18 |
+ android:width="18dp" |
|
| 19 |
+ android:height="20dp" |
|
| 20 |
+ android:viewportWidth="18" |
|
| 21 |
+ android:viewportHeight="20"> |
|
| 22 |
+ <path |
|
| 23 |
+ android:pathData="M17,19V17C17,15.9391 16.5786,14.9217 15.8284,14.1716C15.0783,13.4214 14.0609,13 13,13H5C3.9391,13 2.9217,13.4214 2.1716,14.1716C1.4214,14.9217 1,15.9391 1,17V19M13,5C13,7.2091 11.2091,9 9,9C6.7909,9 5,7.2091 5,5C5,2.7909 6.7909,1 9,1C11.2091,1 13,2.7909 13,5Z" |
|
| 24 |
+ android:strokeLineJoin="round" |
|
| 25 |
+ android:strokeWidth="2" |
|
| 26 |
+ android:fillColor="#00000000" |
|
| 27 |
+ android:strokeColor="@color/black_day_white_night" |
|
| 28 |
+ android:strokeLineCap="round"/> |
|
| 29 |
+</vector> |