8 lines
529 B
Vue
8 lines
529 B
Vue
<template>
|
|
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" class="w-4 h-4">
|
|
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
d="M5.4855 3.14251C5.78671 2.96178 6.16065 2.95235 6.47059 3.11765L21.4706 11.1176C21.7965 11.2914 22 11.6307 22 12C22 12.3693 21.7965 12.7086 21.4706 12.8824L6.47059 20.8824C6.16065 21.0477 5.78671 21.0382 5.4855 20.8575C5.1843 20.6768 5 20.3513 5 20V4C5 3.64874 5.1843 3.32323 5.4855 3.14251Z"
|
|
fill="currentcolor"></path>
|
|
</svg>
|
|
</template>
|