mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-14 01:11:25 +08:00
9 lines
236 B
Vue
9 lines
236 B
Vue
<template>
|
|
<svg viewBox="0 0 24 24">
|
|
<path
|
|
d="M11.29 8.71L6.7 13.3a.996.996 0 1 0 1.41 1.41L12 10.83l3.88 3.88a.996.996 0 1 0 1.41-1.41L12.7 8.71a.996.996 0 0 0-1.41 0z"
|
|
fill="currentColor"
|
|
/>
|
|
</svg>
|
|
</template>
|