增加uniapp
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
/*
|
||||
* 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="#1989fa"/>
|
||||
<path d="M40.5 20v25l15 8" stroke="#fff" stroke-width="3" fill="none" stroke-linecap="round"/>
|
||||
<circle cx="40.5" cy="40.5" r="18" stroke="#fff" stroke-width="3" fill="none"/>
|
||||
</svg>
|
||||
Reference in New Issue
Block a user