|
@@ -1 +1,18 @@
|
|
|
-<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" class="icon" viewBox="0 0 1024 1024"><path fill="#386BF3" d="M410.558.109c0 210.974-300.876 361.752-300.876 633.548 0 174.943 134.704 316.787 300.876 316.787s300.877-141.817 300.877-316.787C711.408 361.752 410.558 210.974 410.558.109"/><path fill="#C3D2FB" d="M613.469 73.665c0 211.055-300.877 361.914-300.877 633.547C312.592 882.156 447.296 1024 613.47 1024s300.876-141.817 300.876-316.788C914.29 435.58 613.469 284.72 613.469 73.665"/><path fill="#303F5B" d="M312.592 707.212c0-183.713 137.636-312.171 226.723-441.39 81.702 106.112 172.12 218.74 172.12 367.726A309.755 309.755 0 0 1 420.36 950.064a323.1 323.1 0 0 1-107.769-242.852z"/></svg>
|
|
|
|
|
|
|
+<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
|
|
|
|
+ <defs>
|
|
|
|
|
+ <linearGradient id="bg" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
|
|
|
+ <stop offset="0%" stop-color="#60A5FA"/>
|
|
|
|
|
+ <stop offset="100%" stop-color="#1D4ED8"/>
|
|
|
|
|
+ </linearGradient>
|
|
|
|
|
+ </defs>
|
|
|
|
|
+ <!-- 圆角方底 -->
|
|
|
|
|
+ <rect x="1" y="1" width="30" height="30" rx="8" fill="url(#bg)"/>
|
|
|
|
|
+ <!--
|
|
|
|
|
+ 双波峰流线:
|
|
|
|
|
+ 两条平滑的波浪曲线,从左下和右下分别升起,
|
|
|
|
|
+ 形成两个并排的波峰,象征"哈哈"双字。
|
|
|
|
|
+ 整体呈微笑上扬的弧度,兼具零售的流动感。
|
|
|
|
|
+ -->
|
|
|
|
|
+ <path d="M4 24 C7 6, 13 6, 16 16 C19 6, 25 6, 28 24"
|
|
|
|
|
+ fill="none" stroke="#ffffff" stroke-width="3.5" stroke-linecap="round"/>
|
|
|
|
|
+</svg>
|