10 lines
245 B
Vue
10 lines
245 B
Vue
<template>
|
|
<svg viewBox="0 0 25 25">
|
|
<path
|
|
fill-rule="evenodd"
|
|
d="M21.28 5.99a1 1 0 010 1.41l-11 11a1 1 0 01-1.41 0l-5-5A1 1 0 115.28 12l4.3 4.3 10.29-10.3a1 1 0 011.41 0z"
|
|
clip-rule="evenodd"
|
|
/>
|
|
</svg>
|
|
</template>
|