saattrupdan commited on
Commit
35c31a2
·
1 Parent(s): 19a569a

style: Adjust size of icon

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -44,9 +44,10 @@ Venlig hilsen,
44
  """.strip().replace(" ", "+").replace("\n", "%0D")
45
 
46
  ICON = """
47
- <svg xmlns="http://www.w3.org/2000/svg" width="14px" viewBox="0 0 24 24" fill="none"
48
- stroke="currentColor" stroke-width="2" stroke-linecap="round"
49
- stroke-linejoin="round" style="display: inline;">
 
50
  <path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/>
51
  <polyline points="17 8 12 3 7 8"/>
52
  <line x1="12" y1="3" x2="12" y2="15"/>
 
44
  """.strip().replace(" ", "+").replace("\n", "%0D")
45
 
46
  ICON = """
47
+ <svg xmlns="http://www.w3.org/2000/svg" width="25px" height="25px" viewBox="0 0 24 24"
48
+ fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
49
+ stroke-linejoin="round" style="display: inline;"
50
+ >
51
  <path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/>
52
  <polyline points="17 8 12 3 7 8"/>
53
  <line x1="12" y1="3" x2="12" y2="15"/>