first commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64">
|
||||
<defs>
|
||||
<linearGradient id="g" x1="0" y1="0" x2="1" y2="1">
|
||||
<stop offset="0" stop-color="#FDA913"/>
|
||||
<stop offset="0.55" stop-color="#ff7a3d"/>
|
||||
<stop offset="1" stop-color="#ff4d6d"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect width="64" height="64" rx="16" fill="url(#g)"/>
|
||||
<path d="M22 16h7v25h16v7H22z" fill="#1a1205"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 435 B |
Reference in New Issue
Block a user