17 lines
778 B
Vue
17 lines
778 B
Vue
<template>
|
|
<!-- Custom SVG icon -->
|
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"
|
|
class="custom-chevron-down v-icon">
|
|
<g clip-path="url(#clip0_2993_42572)">
|
|
<path
|
|
d="M12.086 3.5H11.0606C10.9909 3.5 10.9252 3.53418 10.8842 3.59023L7.00005 8.94414L3.11587 3.59023C3.07486 3.53418 3.00923 3.5 2.9395 3.5H1.91411C1.82525 3.5 1.77329 3.60117 1.82525 3.67363L6.64595 10.3195C6.82095 10.5602 7.17915 10.5602 7.35279 10.3195L12.1735 3.67363C12.2268 3.60117 12.1749 3.5 12.086 3.5Z"
|
|
/>
|
|
</g>
|
|
<defs>
|
|
<clipPath id="clip0_2993_42572">
|
|
<rect width="14" height="14" />
|
|
</clipPath>
|
|
</defs>
|
|
</svg>
|
|
|
|
</template> |