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

8 lines
421 B
Vue

<template>
<svg viewBox="0 0 39.9 39.9">
<path
d="M40 19.4A17.3 17.3 0 0022.8 2.8a17.1 17.1 0 00-14.2 7.6A11.3 11.3 0 0119.3 0 17.1 17.1 0 002.8 17.1a16.8 16.8 0 007.7 14.2A11.3 11.3 0 010 20.6a17.1 17.1 0 0031.3 9 11.4 11.4 0 01-10.7 10.3 17.1 17.1 0 0016.5-17.1 17.3 17.3 0 00-7.6-14.2A11.8 11.8 0 0140 19.4zm-20 7.8a7.4 7.4 0 01-5.2-2.1 7.1 7.1 0 01-2-5.1 7.2 7.2 0 117.2 7.2z"
/>
</svg>
</template>