nova-ui/components/icons/Exit.vue
2022-12-04 07:02:30 +01:00

10 lines
448 B
Vue

<template>
<svg viewBox="0 0 24 24">
<path
fill-rule="evenodd"
d="M24 12a12 12 0 11-24 0 12 12 0 0124 0zM7.4 5.25c-.77 0-1.4.63-1.4 1.4v10c0 .52.28.97.7 1.21v.06l5.77 2.33v-2.2h2.73c.77 0 1.4-.63 1.4-1.4v-1.4h-1.4v1.4h-2.73V8.18l-3.8-1.53h6.53v1.47h1.4V6.65c0-.77-.63-1.4-1.4-1.4H7.4zm10.75 7.13l-1.08 1.09.99.99 2.82-2.82-1-.99v.02l-1.85-1.85-.99 1 1.17 1.16H13.8v1.4h4.35z"
clip-rule="evenodd"
/>
</svg>
</template>