mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
13 lines
436 B
Vue
13 lines
436 B
Vue
<template>
|
|
<svg viewBox="0 0 1024 1024">
|
|
<path
|
|
fill="#B6C3D2"
|
|
d="M601.1 556.5L333.8 289.3c-24.5-24.5-24.5-64.6 0-89.1s64.6-24.5 89.1 0l267.3 267.3c24.5 24.5 24.5 64.6 0 89.1-24.5 24.4-64.6 24.4-89.1-.1z"
|
|
/>
|
|
<path
|
|
fill="#B6C3D2"
|
|
d="M690.2 556.5L422.9 823.8c-24.5 24.5-64.6 24.5-89.1 0s-24.5-64.6 0-89.1l267.3-267.3c24.5-24.5 64.6-24.5 89.1 0 24.5 24.6 24.5 64.6 0 89.1z"
|
|
/>
|
|
</svg>
|
|
</template>
|