nova-ui/components/icons/Cross.vue

10 lines
300 B
Vue
Raw Permalink Normal View History

2022-12-04 09:02:30 +03:00
<template>
<svg viewBox="0 0 24 24">
<path
fill-rule="evenodd"
d="M4.3 4.3a1 1 0 011.4 0l6.3 6.29 6.3-6.3a1 1 0 111.4 1.42L13.42 12l6.3 6.3a1 1 0 01-1.42 1.4L12 13.42l-6.3 6.3a1 1 0 01-1.4-1.42L10.58 12l-6.3-6.3a1 1 0 010-1.4z"
clip-rule="evenodd"
/>
</svg>
</template>