更新自定义标签栏,替换特殊按钮图标为新的伙伴图标,并调整图标尺寸以提升视觉效果。
This commit is contained in:
18
miniprogram/assets/icons/partners.svg
Normal file
18
miniprogram/assets/icons/partners.svg
Normal file
@@ -0,0 +1,18 @@
|
||||
<svg viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg">
|
||||
<!-- 两个人的头:完全分开,中间留空隙 -->
|
||||
<!-- 左侧头部 -->
|
||||
<circle cx="16" cy="18" r="7" fill="white" />
|
||||
<!-- 右侧头部 -->
|
||||
<circle cx="32" cy="18" r="7" fill="white" />
|
||||
|
||||
<!-- 左侧身体:单独一块,和右侧之间留出明显空隙 -->
|
||||
<path
|
||||
d="M10 34c0-4 2.5-7 6-7h0c3 0 5.5 3 5.5 7v4H10v-4z"
|
||||
fill="white"
|
||||
/>
|
||||
<!-- 右侧身体:单独一块,和左侧之间留出明显空隙 -->
|
||||
<path
|
||||
d="M26 34c0-4 2.5-7 6-7h0c3 0 5.5 3 5.5 7v4H26v-4z"
|
||||
fill="white"
|
||||
/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 595 B |
Reference in New Issue
Block a user