13 lines
536 B
XML
13 lines
536 B
XML
/*
|
|
* SVG 图标 - 功能(默认状态)
|
|
* 使用时请替换为实际的 PNG 图标文件
|
|
* 尺寸建议: 81x81 px
|
|
*/
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="81" height="81" viewBox="0 0 81 81">
|
|
<rect width="81" height="81" rx="16" fill="#999999"/>
|
|
<rect x="20" y="20" width="18" height="18" rx="4" fill="#fff"/>
|
|
<rect x="43" y="20" width="18" height="18" rx="4" fill="#fff"/>
|
|
<rect x="20" y="43" width="18" height="18" rx="4" fill="#fff"/>
|
|
<rect x="43" y="43" width="18" height="18" rx="4" fill="#fff"/>
|
|
</svg>
|