fix: 修复文件编码问题,确保导入语句格式正确
This commit is contained in:
16
public/default-avatar.svg
Normal file
16
public/default-avatar.svg
Normal file
@@ -0,0 +1,16 @@
|
||||
<svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
<linearGradient id="bg" x1="24" y1="20" x2="136" y2="140" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFB36B"/>
|
||||
<stop offset="1" stop-color="#F06449"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="ring" x1="38" y1="36" x2="120" y2="124" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFF7ED" stop-opacity="0.95"/>
|
||||
<stop offset="1" stop-color="#FFE7D4" stop-opacity="0.72"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect x="8" y="8" width="144" height="144" rx="48" fill="url(#bg)"/>
|
||||
<circle cx="80" cy="80" r="48" fill="url(#ring)"/>
|
||||
<path d="M61 52H101V64H75V75H97V87H75V108H61V52Z" fill="#8A3412"/>
|
||||
<path d="M103 52H117V108H103V52Z" fill="#8A3412" fill-opacity="0.25"/>
|
||||
</svg>
|
||||
Reference in New Issue
Block a user