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="100dp"
19
+    android:height="100dp"
20
+    android:viewportWidth="100"
21
+    android:viewportHeight="100">
22
+  <path
23
+      android:pathData="M27.778,80C30.833,80 33.333,77.75 33.333,75V25C33.333,22.25 30.833,20 27.778,20C24.722,20 22.222,22.25 22.222,25V75C22.222,77.75 24.722,80 27.778,80ZM50,100C53.056,100 55.556,97.75 55.556,95V5C55.556,2.25 53.056,0 50,0C46.944,0 44.444,2.25 44.444,5V95C44.444,97.75 46.944,100 50,100ZM5.556,60C8.611,60 11.111,57.75 11.111,55V45C11.111,42.25 8.611,40 5.556,40C2.5,40 0,42.25 0,45V55C0,57.75 2.5,60 5.556,60ZM72.222,80C75.278,80 77.778,77.75 77.778,75V25C77.778,22.25 75.278,20 72.222,20C69.167,20 66.667,22.25 66.667,25V75C66.667,77.75 69.167,80 72.222,80ZM88.889,45V55C88.889,57.75 91.389,60 94.444,60C97.5,60 100,57.75 100,55V45C100,42.25 97.5,40 94.444,40C91.389,40 88.889,42.25 88.889,45Z"
24
+      android:fillColor="#986977"/>
25
+</vector>