All checks were successful
continuous-integration/drone/push Build is passing
- 解压default_npant.tar.gz到clientarea/cart/hgcart/ - .drone.yml增加hgcart同步到cart/template/pc/
25 lines
661 B
XML
25 lines
661 B
XML
<svg id="shield" xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="10 6 30 36">
|
|
<defs>
|
|
<style>
|
|
|
|
.vi-accent {
|
|
stroke: #fff;
|
|
stroke-linecap: round;
|
|
stroke-width: 0;
|
|
fill-rule: evenodd;
|
|
}
|
|
.vi-primary {
|
|
fill: none;
|
|
stroke: #fff;
|
|
stroke-width: 2;
|
|
}
|
|
|
|
.vi-accent {
|
|
fill: #fff;
|
|
}
|
|
</style>
|
|
</defs>
|
|
<path class="vi-primary" d="M24.516,41C8.586,34.828,10.032,13.8,10.032,13.8,19.675,15.578,24.516,7,24.516,7s4.83,8.578,14.452,6.8C38.968,13.8,40.411,34.828,24.516,41Z"/>
|
|
<path class="vi-accent" d="M17,25l5,5L32,20l-2-2-8,8-3-3Z"/>
|
|
</svg>
|