Commits
Claus Rasmussen authored 9dad3fdaeb2
1 + | <!-- |
2 + | ~ The MIT License |
3 + | ~ |
4 + | ~ Original work sponsored and donated by The Danish Health Data Authority (http://www.sundhedsdatastyrelsen.dk) |
5 + | ~ |
6 + | ~ Copyright (C) 2021 The Danish Health Data Authority (http://www.sundhedsdatastyrelsen.dk) |
7 + | ~ |
8 + | ~ |
9 + | ~ Permission is hereby granted, free of charge, to any person obtaining a copy of |
10 + | ~ this software and associated documentation files (the "Software"), to deal in |
11 + | ~ the Software without restriction, including without limitation the rights to |
12 + | ~ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies |
13 + | ~ of the Software, and to permit persons to whom the Software is furnished to do |
14 + | ~ so, subject to the following conditions: |
15 + | ~ |
16 + | ~ |
17 + | ~ The above copyright notice and this permission notice shall be included in all |
18 + | ~ copies or substantial portions of the Software. |
19 + | ~ |
20 + | ~ |
21 + | ~ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
22 + | ~ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
23 + | ~ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
24 + | ~ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
25 + | ~ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
26 + | ~ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
27 + | ~ SOFTWARE. |
28 + | --> |
29 + | |
30 + | <vector xmlns:android="http://schemas.android.com/apk/res/android" |
31 + | xmlns:aapt="http://schemas.android.com/aapt" |
32 + | android:width="108dp" |
33 + | android:height="108dp" |
34 + | android:viewportWidth="108" |
35 + | android:viewportHeight="108"> |
36 + | <path android:pathData="M31,63.928c0,0 6.4,-11 12.1,-13.1c7.2,-2.6 26,-1.4 26,-1.4l38.1,38.1L107,108.928l-32,-1L31,63.928z"> |
37 + | <aapt:attr name="android:fillColor"> |
38 + | <gradient |
39 + | android:startY="49.59793" |
40 + | android:startX="42.9492" |
41 + | android:endY="92.4963" |
42 + | android:endX="85.84757" |
43 + | android:type="linear"> |
44 + | <item |
45 + | android:color="#44000000" |
46 + | android:offset="0.0" /> |
47 + | <item |
48 + | android:color="#00000000" |
49 + | android:offset="1.0" /> |
50 + | </gradient> |
51 + | </aapt:attr> |
52 + | </path> |
53 + | <path |
54 + | android:pathData="M65.3,45.828l3.8,-6.6c0.2,-0.4 0.1,-0.9 -0.3,-1.1c-0.4,-0.2 -0.9,-0.1 -1.1,0.3l-3.9,6.7c-6.3,-2.8 -13.4,-2.8 -19.7,0l-3.9,-6.7c-0.2,-0.4 -0.7,-0.5 -1.1,-0.3C38.8,38.328 38.7,38.828 38.9,39.228l3.8,6.6C36.2,49.428 31.7,56.028 31,63.928h46C76.3,56.028 71.8,49.428 65.3,45.828zM43.4,57.328c-0.8,0 -1.5,-0.5 -1.8,-1.2c-0.3,-0.7 -0.1,-1.5 0.4,-2.1c0.5,-0.5 1.4,-0.7 2.1,-0.4c0.7,0.3 1.2,1 1.2,1.8C45.3,56.528 44.5,57.328 43.4,57.328L43.4,57.328zM64.6,57.328c-0.8,0 -1.5,-0.5 -1.8,-1.2s-0.1,-1.5 0.4,-2.1c0.5,-0.5 1.4,-0.7 2.1,-0.4c0.7,0.3 1.2,1 1.2,1.8C66.5,56.528 65.6,57.328 64.6,57.328L64.6,57.328z" |
55 + | android:fillColor="#FFFFFF" |
56 + | android:fillType="nonZero" |
57 + | android:strokeWidth="1" |
58 + | android:strokeColor="#00000000" /> |
59 + | </vector> |