Browse code

Initial commit (losing old history)

Dario Rodriguez authored on 08/04/2026 17:25:38
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,25 @@
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="@dimen/_108sdp"
19
+    android:height="@dimen/_108sdp"
20
+    android:viewportWidth="108"
21
+    android:viewportHeight="108">
22
+  <path
23
+      android:pathData="M42,70.2C43.65,70.2 45,68.99 45,67.5V40.5C45,39.01 43.65,37.8 42,37.8C40.35,37.8 39,39.01 39,40.5V67.5C39,68.99 40.35,70.2 42,70.2ZM54,81C55.65,81 57,79.79 57,78.3V29.7C57,28.22 55.65,27 54,27C52.35,27 51,28.22 51,29.7V78.3C51,79.79 52.35,81 54,81ZM30,59.4C31.65,59.4 33,58.19 33,56.7V51.3C33,49.81 31.65,48.6 30,48.6C28.35,48.6 27,49.81 27,51.3V56.7C27,58.19 28.35,59.4 30,59.4ZM66,70.2C67.65,70.2 69,68.99 69,67.5V40.5C69,39.01 67.65,37.8 66,37.8C64.35,37.8 63,39.01 63,40.5V67.5C63,68.99 64.35,70.2 66,70.2ZM75,51.3V56.7C75,58.19 76.35,59.4 78,59.4C79.65,59.4 81,58.19 81,56.7V51.3C81,49.81 79.65,48.6 78,48.6C76.35,48.6 75,49.81 75,51.3Z"
24
+      android:fillColor="#986977"/>
25
+</vector>