first commit
This commit is contained in:
12
app/static/images/avatars/anna.svg
Normal file
12
app/static/images/avatars/anna.svg
Normal file
@@ -0,0 +1,12 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128">
|
||||
<defs>
|
||||
<linearGradient id="g" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#ffcf9c"/>
|
||||
<stop offset="100%" stop-color="#ff8ba7"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect width="128" height="128" rx="44" fill="url(#g)"/>
|
||||
<circle cx="64" cy="50" r="24" fill="#fff" fill-opacity="0.92"/>
|
||||
<path d="M26 106c7-20 21-31 38-31s31 11 38 31" fill="#fff" fill-opacity="0.92"/>
|
||||
<text x="64" y="117" text-anchor="middle" font-family="Inter, sans-serif" font-size="28" fill="#b4236c">A</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 594 B |
12
app/static/images/avatars/ben.svg
Normal file
12
app/static/images/avatars/ben.svg
Normal file
@@ -0,0 +1,12 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128">
|
||||
<defs>
|
||||
<linearGradient id="g" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#93c5fd"/>
|
||||
<stop offset="100%" stop-color="#34d399"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect width="128" height="128" rx="44" fill="url(#g)"/>
|
||||
<circle cx="64" cy="50" r="24" fill="#fff" fill-opacity="0.92"/>
|
||||
<path d="M26 106c7-20 21-31 38-31s31 11 38 31" fill="#fff" fill-opacity="0.92"/>
|
||||
<text x="64" y="117" text-anchor="middle" font-family="Inter, sans-serif" font-size="28" fill="#0c6e6f">B</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 594 B |
11
app/static/images/avatars/default.svg
Normal file
11
app/static/images/avatars/default.svg
Normal file
@@ -0,0 +1,11 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128">
|
||||
<defs>
|
||||
<linearGradient id="g" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#dbeafe"/>
|
||||
<stop offset="100%" stop-color="#bfdbfe"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect width="128" height="128" rx="44" fill="url(#g)"/>
|
||||
<circle cx="64" cy="46" r="22" fill="#fff" fill-opacity="0.94"/>
|
||||
<path d="M30 104c6-18 19-28 34-28s28 10 34 28" fill="#fff" fill-opacity="0.94"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 479 B |
Reference in New Issue
Block a user