Add PWA reminders and flexible walk scoring
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<svg width="180" height="180" viewBox="0 0 96 96" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="6" y="6" width="84" height="84" rx="28" fill="url(#bg)"/>
|
||||
<rect x="6.75" y="6.75" width="82.5" height="82.5" rx="27.25" stroke="rgba(255,255,255,0.28)" stroke-width="1.5"/>
|
||||
<path d="M48 21C35.2975 21 25 31.2975 25 44C25 61.25 48 76 48 76C48 76 71 61.25 71 44C71 31.2975 60.7025 21 48 21Z" fill="url(#drop)"/>
|
||||
<circle cx="39.5" cy="35.5" r="7" fill="rgba(255,255,255,0.5)"/>
|
||||
<defs>
|
||||
<linearGradient id="bg" x1="14" y1="10" x2="84" y2="84" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#95E8FF"/>
|
||||
<stop offset="0.46" stop-color="#5CB5FF"/>
|
||||
<stop offset="1" stop-color="#173859"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="drop" x1="33" y1="24" x2="64" y2="67" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFFFFF"/>
|
||||
<stop offset="0.56" stop-color="#8CFFE0"/>
|
||||
<stop offset="1" stop-color="#49CBFF"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1005 B |
Reference in New Issue
Block a user